:root {
    --navy: #173b57;
    --navy-dark: #0d293e;
    --blue: #3478f6;
    --blue-dark: #1f5bc7;
    --mint: #8ee3cf;
    --coral: #ff8a74;
    --gold: #ffc857;
    --violet: #a78bfa;
    --ink: #183042;
    --muted: #637583;
    --paper: #ffffff;
    --soft: #f3f7f9;
    --line: #dce6eb;
    --radius: 18px;
    --radius-lg: 30px;
    --shadow: 0 24px 70px rgba(18, 54, 78, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 85px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Open Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, .brand-copy { font-family: Poppins, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1, h2, h3, h4 { font-weight: 700 !important; }
a { color: inherit; }
a:hover { color: inherit; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.section-space { padding: 105px 0; }
.skip-link { position: fixed; z-index: 2000; left: 16px; top: -80px; padding: 12px 18px; color: #fff; background: var(--navy-dark); border-radius: 0 0 8px 8px; transition: top .2s; }
.skip-link:focus { top: 0; color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.navbar { min-height: 82px; padding: 12px 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,230,235,.9); backdrop-filter: blur(15px); }
.navbar-brand { display: inline-flex; align-items: center; gap: 11px; margin: 0; color: var(--navy); font-weight: 900; }
.navbar-brand:hover { color: var(--navy); }
.brand-mark { display: inline-flex; width: 43px; height: 43px; align-items: center; justify-content: center; color: #fff; background: var(--blue); border-radius: 12px; font-size: 17px; letter-spacing: -.04em; }
.brand-copy { display: flex; flex-direction: column; font-size: 19px; line-height: .95; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-link { padding: 12px 13px !important; color: #496171; font-size: 14px; font-weight: 700; }
.nav-link:hover { color: var(--blue); }
.nav-phone { display: inline-flex; gap: 8px; align-items: center; padding: 10px 8px; color: var(--navy); font-family: Poppins, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; line-height: 1; font-weight: 700; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; }
.nav-phone:hover { color: var(--blue); }
.nav-phone-icon { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; color: #fff; background: var(--blue); border-radius: 50%; }
.nav-phone-icon svg { width: 13px; height: 13px; fill: currentColor; }
.navbar-toggler { border: 1px solid var(--line); box-shadow: none !important; }

.btn { border-radius: 10px; font-weight: 800; }
.btn-brand { display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: #fff; background: var(--blue); border: 1px solid var(--blue); box-shadow: 0 10px 24px rgba(52,120,246,.2); }
.btn-brand:hover, .btn-brand:focus { color: #fff; background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-1px); }
.btn-convert { display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: var(--navy-dark); background: var(--gold); border: 1px solid var(--gold); box-shadow: 0 11px 26px rgba(255,200,87,.3); }
.btn-convert:hover, .btn-convert:focus { color: var(--navy-dark); background: #ffd776; border-color: #ffd776; transform: translateY(-1px); box-shadow: 0 14px 30px rgba(255,200,87,.4); }
.nav-consultation { min-height: 42px; padding: 9px 18px; font-family: Poppins, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; line-height: 1.2; font-weight: 700; white-space: nowrap; }
.btn-lg { min-height: 56px; padding: 14px 22px; font-size: 15px; }
.quiet-link { padding: 7px 0; color: var(--navy); border-bottom: 1px solid #9db0bd; font-size: 14px; font-weight: 800; text-decoration: none; }
.quiet-link:hover { color: var(--blue); border-color: var(--blue); }

.hero { position: relative; min-height: 700px; display: flex; align-items: center; background: #fff; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.hero h1.eyebrow { margin-top: 0; }
.hero h2 { max-width: 650px; margin: 0 0 25px; color: var(--navy-dark); font-size: clamp(52px, 5vw, 74px); line-height: .99; font-weight: 900; letter-spacing: -.057em; }
.hero h2 em { font-style: normal; color: var(--blue); }
.hero-lead { max-width: 640px; margin: 0 0 31px; color: var(--muted); font-size: 19px; line-height: 1.64; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 31px; color: #536b7b; font-size: 12px; font-weight: 700; }
.trust-row i { display: inline-flex; width: 20px; height: 20px; margin-right: 5px; align-items: center; justify-content: center; color: var(--navy); background: var(--mint); border-radius: 50%; font-style: normal; font-size: 11px; }

.workflow-card { position: relative; z-index: 2; max-width: 545px; margin-left: auto; padding: 24px; color: #fff; background: var(--navy-dark); border: 1px solid #24455e; border-radius: var(--radius-lg); }
.workflow-head { display: flex; justify-content: space-between; align-items: center; padding: 1px 2px 19px; font-size: 13px; font-weight: 800; }
.workflow-head small { color: #98aebe; }
.pulse { display: inline-block; width: 9px; height: 9px; margin-right: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 6px rgba(142,227,207,.1); }
.request-card { display: flex; gap: 14px; padding: 17px; color: var(--ink); background: #fff; border-radius: 14px; }
.request-icon { display: flex; flex: 0 0 38px; height: 38px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--gold); border-radius: 10px; }
.request-card small { color: #758795; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.request-card p { margin: 5px 0 0; font-size: 14px; font-weight: 800; }
.flow-line { height: 24px; margin-left: 35px; border-left: 1px dashed rgba(142,227,207,.55); }
.workflow-actions { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.workflow-actions > div { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; min-height: 51px; padding: 0 15px; background: rgba(255,255,255,.035); border-bottom: 1px solid rgba(255,255,255,.08); }
.workflow-actions > div:last-child { border-bottom: 0; }
.workflow-actions span { color: #748d9f; font-size: 10px; font-weight: 900; }
.workflow-actions p { margin: 0; color: #eaf0f4; font-size: 13px; font-weight: 700; }
.workflow-actions strong { color: var(--mint); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.result-bar { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 14px 16px; color: var(--navy-dark); background: var(--mint); border-radius: 11px; font-size: 13px; font-weight: 900; }
.result-bar span { display: inline-flex; width: 23px; height: 23px; align-items: center; justify-content: center; color: var(--mint); background: var(--navy-dark); border-radius: 50%; }

.intro-strip { padding: 58px 0; color: var(--navy-dark); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-strip h2 { margin: 0; font-size: clamp(30px, 3vw, 43px); line-height: 1.1; font-weight: 850; letter-spacing: -.035em; }
.intro-strip p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading h2, .benefits-section h2, .faq-section h2, .contact-panel h2 { margin: 0 0 18px; color: var(--navy-dark); font-size: clamp(39px, 4vw, 57px); line-height: 1.05; font-weight: 900; letter-spacing: -.048em; }
.section-heading p, .faq-section > .container p { color: var(--muted); font-size: 17px; line-height: 1.65; }

.service-card { position: relative; height: 100%; min-height: 310px; padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s; }
.service-card:hover { border-color: var(--blue); }
.service-icon { display: flex; width: 48px; height: 48px; margin-bottom: 45px; align-items: center; justify-content: center; color: var(--blue); background: transparent; border: 1px solid var(--blue); border-radius: 13px; font-size: 11px; font-weight: 900; }
.service-card h3 { margin: 0 0 12px; color: var(--navy-dark); font-size: 24px; font-weight: 850; letter-spacing: -.025em; }
.service-card p { margin: 0 0 24px; color: var(--muted); line-height: 1.6; }
.service-card a { position: absolute; left: 29px; bottom: 26px; color: var(--navy); font-size: 13px; font-weight: 850; text-decoration: none; }
.service-card a span { margin-left: 6px; color: var(--blue); }
.accent-blue { --accent: #b8d0ff; }
.accent-mint { --accent: var(--mint); }
.accent-coral { --accent: var(--coral); }
.accent-gold { --accent: var(--gold); }
.accent-violet { --accent: var(--violet); }
.accent-navy { --accent: #9cb8ca; }

.benefits-section { color: var(--ink); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow-light { color: var(--blue); }
.benefits-section h2 { color: var(--navy-dark); }
.benefits-section > .container > .row > div:first-child > p { margin: 0 0 28px; color: var(--muted); font-size: 17px; line-height: 1.68; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 65px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--blue); background: transparent; border: 1px solid var(--blue); border-radius: 11px; font-size: 11px; font-weight: 900; }
.benefit-list h3 { margin: 0 0 7px; font-size: 23px; font-weight: 850; }
.benefit-list p { margin: 0; color: var(--muted); line-height: 1.58; }

.process-section { background: #fff; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.process-track:before { content: ""; position: absolute; left: 10%; right: 10%; top: 26px; height: 1px; background: var(--line); }
.process-track article { position: relative; padding: 0 14px; text-align: center; }
.process-track article > span { position: relative; z-index: 2; display: flex; width: 54px; height: 54px; margin: 0 auto 25px; align-items: center; justify-content: center; color: var(--blue); background: #fff; border: 1px solid var(--blue); border-radius: 50%; font-weight: 900; }
.process-track h3 { margin: 0 0 10px; color: var(--navy-dark); font-size: 22px; font-weight: 850; }
.process-track p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.home-review-section { color: var(--ink); background: transparent; }
.hero-assessment-note { margin: 14px 0 0; color: #b9cbd5; font-size: 12px; font-weight: 700; }
.hero-inline-rating { display: flex; gap: 12px; align-items: center; margin-top: 11px; color: #fff; font-size: 12px; }
.hero-inline-rating span { color: var(--gold); font-size: 15px; letter-spacing: 2px; white-space: nowrap; }
.hero-inline-rating strong { font-size: 11px; font-weight: 700; }
.home-page main .eyebrow { font-size: 12px; }
.home-page .hero-assessment-note { font-size: 14px; line-height: 1.5; }
.home-page .hero-inline-rating strong { font-size: 13px; }
.home-page .ai-benefit-track strong { font-size: 14px; }
.home-page .hero-background-proof p,.home-page .hero-background-proof a { font-size: 12px; }
.workflow-examples { background: var(--soft); }
.workflow-example-grid > div { display: flex; }
.workflow-example-card { display: flex; width: 100%; min-height: 575px; flex-direction: column; padding: 29px; color: #fff; background-color: var(--navy-dark); background-image: linear-gradient(180deg,rgba(5,24,38,.82) 0%,rgba(5,24,38,.94) 48%,rgba(5,24,38,.98) 100%),var(--workflow-image); background-position: center; background-size: cover; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); box-shadow: 0 22px 55px rgba(8,31,48,.22); transition: transform .2s,box-shadow .2s; }
.workflow-example-card:hover { box-shadow: 0 28px 65px rgba(8,31,48,.3); transform: translateY(-4px); }
.workflow-example-head { display: flex; gap: 15px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.22); }
.workflow-example-head > span { display: flex; width: 43px; height: 43px; flex: 0 0 43px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 12px; font-size: 11px; font-weight: 800; }
.workflow-example-head small { display: block; margin-bottom: 5px; color: var(--mint); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.workflow-example-head h3 { margin: 0; color: #fff; font-size: 26px; }
.workflow-example-flow { display: flex; flex: 1; flex-direction: column; padding: 23px 0; }
.workflow-example-flow > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; padding: 16px; color: var(--navy-dark); background: rgba(249,252,254,.95); border: 1px solid rgba(255,255,255,.58); border-radius: 13px; box-shadow: 0 8px 24px rgba(0,0,0,.12); backdrop-filter: blur(4px); }
.workflow-example-flow i { display: flex; grid-row: 1 / 3; width: 34px; height: 34px; align-items: center; justify-content: center; color: var(--navy-dark); background: #d9e9ff; border-radius: 9px; font-size: 10px; font-style: normal; font-weight: 800; }
.workflow-example-flow strong { color: var(--navy-dark); font-size: 15px; }
.workflow-example-flow small { margin-top: 4px; color: #405d70; font-size: 14px; line-height: 1.5; }
.workflow-example-flow > b { align-self: center; height: 24px; color: var(--mint); font-size: 18px; line-height: 24px; }
.workflow-example-flow .workflow-result { color: var(--navy-dark); background: #d9f5ee; border-color: #b6e8dc; }
.workflow-example-flow .workflow-result i { background: var(--mint); }
.workflow-example-card > a { align-self: flex-start; padding: 13px 16px; color: var(--navy-dark); background: var(--gold); border-radius: 9px; box-shadow: 0 10px 26px rgba(255,195,83,.24); font-size: 14px; font-weight: 700; text-decoration: none; }
.workflow-example-card > a:hover { color: var(--navy-dark); background: #ffd77f; }
.workflow-example-card > a span { margin-left: 6px; }
.workflow-example-disclaimer { max-width: 800px; margin: 25px auto 0; color: var(--muted); font-size: 14px; line-height: 1.6; text-align: center; }
.home-pain-section { color: #fff; background: var(--navy-dark); }
.home-pain-section h2 { margin: 0 0 20px; color: #fff; font-size: clamp(40px,4.2vw,60px); line-height: 1.04; letter-spacing: -.045em; }
.home-pain-section .col-lg-5 > p { margin-bottom: 28px; color: #c4d4de; font-size: 16px; line-height: 1.7; }
.pain-point-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.pain-point-list > div { display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; min-height: 132px; padding: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; }
.pain-point-list span { display: flex; grid-row: 1 / 3; width: 32px; height: 32px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--gold); border-radius: 9px; font-size: 9px; font-weight: 800; }
.pain-point-list strong { color: #fff; font-size: 16px; line-height: 1.35; }
.pain-point-list small { margin-top: 7px; color: #c7d6df; font-size: 14px; line-height: 1.5; }
.home-page .service-card > a { font-size: 14px; }
.home-page .industry-card strong { font-size: 14px; }
.home-page .featured-review figcaption strong { font-size: 15px; }
.home-page .featured-review figcaption small,.home-page .featured-review figcaption a { font-size: 12px; line-height: 1.5; }
.home-page .contact-note p,.home-page .contact-note strong { font-size: 15px; line-height: 1.55; }
.home-page .contact-form small { font-size: 13px; line-height: 1.5; }
.home-review-section h2 { margin: 0 0 18px; color: var(--navy-dark); font-size: clamp(40px,4vw,58px); line-height: 1.05; letter-spacing: -.045em; }
.home-review-section .col-lg-5 > p { max-width: 490px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.featured-review { position: relative; margin: 0; padding: 45px; overflow: hidden; color: #fff; background: var(--navy-dark); border-radius: var(--radius-lg); box-shadow: 0 24px 60px rgba(13,41,62,.18); }
.featured-review:after { content: "“"; position: absolute; right: 28px; top: 4px; color: rgba(142,227,207,.12); font-family: Georgia,serif; font-size: 170px; line-height: 1; }
.featured-review-stars { position: relative; z-index: 2; color: var(--gold); font-size: 22px; letter-spacing: 4px; }
.featured-review blockquote { position: relative; z-index: 2; max-width: 700px; margin: 26px 0 32px; font-family: Poppins,ui-sans-serif,sans-serif; font-size: clamp(23px,2.4vw,34px); line-height: 1.35; font-weight: 700; letter-spacing: -.025em; }
.featured-review figcaption { position: relative; z-index: 2; display: flex; gap: 13px; align-items: center; }
.featured-review figcaption > span { display: flex; width: 46px; height: 46px; flex: 0 0 46px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 50%; font-size: 12px; font-weight: 900; }
.featured-review figcaption strong,.featured-review figcaption small { display: block; }.featured-review figcaption strong { font-size: 13px; }.featured-review figcaption small { margin-top: 3px; color: #aebfca; font-size: 10px; }.featured-review figcaption a { color: #fff; font-weight: 800; text-decoration: none; }

.faq-section { background: #fff; }
.faq-section .col-lg-5 > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border: 0; border-bottom: 1px solid var(--line); }
.accordion-button { padding: 22px 4px; color: var(--navy-dark); background: transparent !important; box-shadow: none !important; font-size: 17px; font-weight: 700; }
.accordion-button:not(.collapsed) { color: var(--blue); }
.accordion-button:after { background-size: 17px; }
.accordion-body { padding: 0 38px 23px 4px; color: var(--muted); line-height: 1.65; }

.contact-section { padding: 25px 0 105px; background: #fff; }
.contact-panel { position: relative; padding: 65px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.contact-panel h2 { font-size: clamp(37px, 3.4vw, 50px); }
.contact-panel .col-lg-5 > p { color: var(--muted); line-height: 1.65; }
.contact-note { display: flex; gap: 12px; align-items: center; margin-top: 25px; }
.contact-note > span { display: flex; flex: 0 0 42px; height: 42px; align-items: center; justify-content: center; color: var(--blue); background: #fff; border: 1px solid var(--blue); border-radius: 11px; }
.contact-note p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-note strong { color: var(--navy-dark); }
.contact-form { position: relative; z-index: 2; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.form-label { margin-bottom: 7px; color: var(--navy-dark); font-size: 13px; font-weight: 800; }
.form-label span { color: var(--muted); font-weight: 500; }
.form-control { min-height: 49px; color: var(--ink); background: #fbfdfe; border: 1px solid #cbdbe4; border-radius: 9px; }
textarea.form-control { min-height: 125px; }
.form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(52,120,246,.1); }
.contact-form small { color: var(--muted); font-size: 11px; }
.honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { color: #9eb0bd; background: #091d2b; font-size: 12px; }
.footer-bottom { padding: 45px 0; }
.footer-directory { padding: 72px 0 62px; color: #bdd0dc; background: var(--navy-dark); border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-directory-intro { display: flex; gap: 30px; align-items: end; justify-content: space-between; margin-bottom: 52px; padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-directory-intro span { color: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-directory-intro h2 { max-width: 700px; margin: 10px 0 0; color: #fff; font-size: clamp(31px,3vw,45px); line-height: 1.06; font-weight: 900; letter-spacing: -.04em; }
.footer-directory h3 { margin: 0 0 19px; color: #fff; font-size: 14px; font-weight: 900; }
.site-footer .footer-directory a { display: block; margin: 0 0 11px; color: #c4d4de; font-size: 13px; line-height: 1.35; text-decoration: none; }
.site-footer .footer-directory a:hover { color: var(--mint); }
.site-footer .footer-directory .btn { display: inline-flex; margin: 0; color: #fff; white-space: nowrap; }
.footer-directory p { margin: 0 0 12px; color: #94aab8; font-size: 13px; line-height: 1.55; }
.footer-industry-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
.footer-brand { color: #fff; }
.footer-brand:hover { color: #fff; }
.site-footer p { margin: 11px 0 0; }
.site-footer a { margin-left: 15px; color: #d5e0e7; text-decoration: none; }
.site-footer .navbar-brand { margin-left: 0; }
.site-footer .navbar-brand + p { margin-left: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Version 2: structured multi-page site with solid colour sections only. */
.dropdown-menu { padding: 10px; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 18px 45px rgba(18,54,78,.12); }
.industry-dropdown { max-height: calc(100vh - 110px); overflow-y: auto; }
.dropdown-item { padding: 9px 12px; color: var(--ink); border-radius: 8px; font-size: 13px; font-weight: 700; }
.dropdown-item:hover, .dropdown-item:focus { color: var(--blue); background: #edf4ff; }
.nav-link.active { color: var(--blue); }
.btn-outline-brand { padding: 13px 22px; color: var(--blue); background: transparent; border: 1px solid var(--blue); }
.btn-outline-brand:hover { color: #fff; background: var(--blue); }

.hero { background: var(--soft); }
.hero-powered { max-width: 610px; margin: 29px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.hero-powered a { color: var(--blue); font-weight: 850; text-decoration: none; }
.hero-proof { max-width: 520px; margin-top: 27px; }
.hero-proof .hero-powered { margin-top: 0; }
.hero-proof .trust-row { margin-top: 14px; }
.review-proof { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; padding: 15px 16px; color: var(--navy); background: #fff; border: 1px solid #d9e5ec; border-radius: 16px; box-shadow: 0 14px 35px rgba(18,54,78,.09); }
.review-score { min-width: 72px; padding-right: 14px; border-right: 1px solid var(--line); }
.review-score strong { display: block; color: var(--navy-dark); font-size: 24px; line-height: 1; font-weight: 950; letter-spacing: -.04em; }
.review-score span { display: block; margin-top: 6px; color: #f2ad20; font-size: 11px; letter-spacing: 1px; white-space: nowrap; }
.review-copy strong, .review-copy small { display: block; }
.review-copy strong { color: var(--navy-dark); font-size: 13px; font-weight: 900; }
.review-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.review-tick { display: flex; width: 35px; height: 35px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 50%; font-weight: 950; }
.hero-powered { display: flex; gap: 6px; align-items: center; margin-top: 12px !important; padding-left: 4px; font-size: 11px; }
.hero-powered > span { color: #81919c; }
.hero-powered small { margin-left: auto; color: #81919c; font-size: 10px; }
.home-page .hero-background-test { position: relative; min-height: calc(100vh - 82px); padding: 90px 0 125px; color: #fff; background-color: var(--navy-dark); background-image: linear-gradient(90deg,rgba(4,19,30,.96) 0%,rgba(5,25,39,.87) 37%,rgba(6,27,41,.35) 65%,rgba(4,17,27,.12) 100%),url('/assets/images/heroes/home-background-test.webp'); background-position: center; background-size: cover; }
.home-page .hero-background-test:after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent,rgba(4,18,28,.88)); pointer-events: none; }
.hero-background-test .container { z-index: 2; }
.hero-background-test .row { min-height: 510px; }
.hero-background-test .eyebrow { color: var(--mint); }
.hero-background-test h2 { max-width: 690px; margin-bottom: 25px; color: #fff; font-size: clamp(55px,5vw,78px); line-height: 1.02; letter-spacing: -.045em; }
.hero-background-test .hero-lead { max-width: 610px; color: #d2dee5; }
.hero-background-test .quiet-link { color: #fff; border-color: rgba(255,255,255,.55); }
.hero-background-test .quiet-link:hover { color: var(--mint); border-color: var(--mint); }
.ai-benefit-rail { position: absolute; z-index: 3; left: 58%; top: 105px; width: 285px; height: 235px; overflow: hidden; mask-image: linear-gradient(transparent,#000 17%,#000 83%,transparent); }
.ai-benefit-track { display: flex; flex-direction: column; gap: 10px; animation: benefitRail 12s ease-in-out infinite; }
.ai-benefit-track > div { display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: center; min-height: 64px; padding: 10px 12px; color: #fff; background: rgba(8,32,49,.72); border: 1px solid rgba(255,255,255,.22); border-radius: 13px; box-shadow: 0 12px 28px rgba(0,0,0,.18); backdrop-filter: blur(9px); }
.ai-benefit-track span { display: flex; width: 30px; height: 30px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 9px; font-size: 9px; font-weight: 900; }
.ai-benefit-track strong { font-size: 12px; font-weight: 800; }
.ai-benefit-track i { color: var(--mint); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.hero-background-proof { position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 0; display: flex; justify-content: space-between; align-items: center; padding-top: 19px; }
.hero-background-proof > div { display: flex; gap: 12px; align-items: center; }
.hero-background-proof span { color: var(--gold); letter-spacing: 2px; }
.hero-background-proof strong { font-size: 12px; }
.hero-background-proof p { margin: 0 0 0 auto; color: #becdd6; font-size: 11px; }
.hero-background-proof a { color: #fff; font-weight: 800; text-decoration: none; }
@keyframes benefitRail { 0%,15% { transform: translateY(0); } 20%,35% { transform: translateY(-74px); } 40%,55% { transform: translateY(-148px); } 60%,75% { transform: translateY(-222px); } 80%,95% { transform: translateY(-296px); } 100% { transform: translateY(-370px); } }
.hero-graphics { max-width: 545px; margin-left: auto; padding-bottom: 35px; }
.hero-graphics .carousel-inner, .hero-graphics .carousel-item { height: 520px; }
.graphic-card { height: 500px; min-height: 500px; padding: 24px; color: #fff; background: var(--navy-dark); border-radius: var(--radius-lg); }
.visual-kicker { display: flex; align-items: center; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.visual-kicker small { margin-left: auto; color: var(--mint); font-size: 10px; letter-spacing: .08em; }
.phone-scene, .growth-stage, .assistant-stage { position: relative; height: 352px; margin-top: 20px; overflow: hidden; background: #102f46; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; }
.phone-scene:before, .growth-stage:before, .assistant-stage:before { content: ""; position: absolute; width: 280px; height: 280px; right: -110px; top: -120px; background: rgba(52,120,246,.22); border-radius: 50%; }
.incoming-call { position: absolute; z-index: 3; left: 22px; right: 22px; top: 25px; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 14px; color: var(--ink); background: #fff; border-radius: 15px; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.incoming-call > span { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: #fff; background: var(--coral); border-radius: 50%; font-size: 18px; }
.incoming-call small, .incoming-call strong { display: block; }
.incoming-call small { color: #7a8b97; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.incoming-call strong { margin-top: 3px; color: var(--navy-dark); font-size: 13px; }
.incoming-call i { color: var(--blue); font-size: 11px; font-style: normal; font-weight: 900; }
.ai-orbit { position: absolute; z-index: 2; left: 50%; top: 137px; width: 102px; height: 102px; margin-left: -51px; border: 1px solid rgba(142,227,207,.4); border-radius: 50%; }
.ai-orbit span { position: absolute; inset: 16px; display: flex; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 50%; font-size: 23px; font-weight: 950; box-shadow: 0 0 0 10px rgba(142,227,207,.09); }
.ai-orbit i { position: absolute; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; animation: orbitPulse 2s ease-in-out infinite; }
.ai-orbit i:nth-of-type(1) { left: -3px; top: 47px; }
.ai-orbit i:nth-of-type(2) { right: 4px; top: 8px; animation-delay: .4s; }
.ai-orbit i:nth-of-type(3) { right: 7px; bottom: 8px; animation-delay: .8s; }
.booking-ticket { position: absolute; z-index: 3; left: 37px; right: 37px; bottom: 22px; padding: 16px 18px 14px 21px; color: var(--navy-dark); background: #fff; border-left: 5px solid var(--blue); border-radius: 13px; box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.booking-ticket small, .booking-ticket strong, .booking-ticket p { display: block; }
.booking-ticket small { color: var(--blue); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
.booking-ticket strong { margin-top: 4px; font-size: 16px; }
.booking-ticket p { margin: 2px 0 8px; color: var(--muted); font-size: 12px; }
.booking-ticket span { color: #16826a; font-size: 10px; font-weight: 900; }
.visual-result { display: flex; justify-content: space-between; align-items: center; padding: 20px 3px 0; }
.visual-result strong { font-size: 15px; font-weight: 900; }
.visual-result span { color: #99adba; font-size: 11px; font-weight: 750; }
.growth-stage { background: linear-gradient(145deg,#102f46,#173b57); }
.growth-number { position: absolute; z-index: 3; left: 27px; top: 30px; }
.growth-number small, .growth-number strong, .growth-number em { display: block; }
.growth-number small { color: #9fb4c1; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.growth-number strong { margin-top: 7px; color: #fff; font-size: 78px; line-height: .95; font-weight: 950; letter-spacing: -.07em; }
.growth-number strong span { color: var(--mint); font-size: 34px; }
.growth-number em { margin-top: 8px; color: var(--mint); font-size: 11px; font-style: normal; font-weight: 900; }
.growth-curve { position: absolute; left: 30px; right: 30px; bottom: 36px; height: 130px; border-bottom: 1px solid rgba(255,255,255,.15); }
.curve-line { position: absolute; left: 2%; right: 0; bottom: 18px; height: 76px; border-top: 5px solid var(--blue); border-radius: 70% 22% 0 0; transform: skewY(-10deg); box-shadow: 0 -10px 35px rgba(52,120,246,.3); }
.growth-curve i { position: absolute; width: 13px; height: 13px; background: var(--mint); border: 3px solid var(--navy); border-radius: 50%; box-shadow: 0 0 0 4px rgba(142,227,207,.18); }
.dot-one { left: 12%; bottom: 31px; }.dot-two { left: 50%; bottom: 61px; }.dot-three { right: 2%; top: 13px; }
.growth-label { position: absolute; right: 7px; top: -16px; padding: 6px 9px; color: var(--navy-dark); background: var(--mint); border-radius: 7px; font-size: 9px; font-weight: 900; }
.mini-stat { position: absolute; z-index: 3; right: 23px; display: flex; width: 117px; align-items: baseline; gap: 6px; padding: 10px 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); border-radius: 11px; backdrop-filter: blur(5px); }
.mini-stat span { color: #fff; font-size: 20px; font-weight: 950; }.mini-stat small { color: #b7c7d1; font-size: 8px; line-height: 1.2; text-transform: uppercase; }
.stat-one { top: 27px; }.stat-two { top: 86px; }
.assistant-stage { background: #f1f6ff; }
.assistant-stage:before { right: -80px; top: -100px; background: #dbe8ff; }
.assistant-avatar { position: absolute; z-index: 2; left: 28px; top: 24px; width: 72px; height: 72px; padding: 8px; background: #fff; border-radius: 50%; box-shadow: 0 12px 28px rgba(18,54,78,.13); }
.assistant-avatar span { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 20px; font-weight: 950; }
.assistant-avatar i { position: absolute; right: 3px; bottom: 8px; width: 15px; height: 15px; background: var(--mint); border: 3px solid #fff; border-radius: 50%; }
.message { position: absolute; z-index: 3; padding: 13px 16px; color: var(--navy-dark); background: #fff; border-radius: 15px; box-shadow: 0 12px 28px rgba(18,54,78,.11); font-size: 12px; font-weight: 800; }
.message-one { left: 112px; right: 24px; top: 34px; border-radius: 15px 15px 15px 4px; }
.message-two { left: 48px; right: 56px; top: 119px; color: #fff; background: var(--blue); border-radius: 15px 15px 4px 15px; }
.message-two small { display: block; margin-bottom: 4px; color: #d8e5ff; font-size: 8px; letter-spacing: .08em; }
.lead-card { position: absolute; z-index: 3; left: 25px; right: 25px; bottom: 25px; display: flex; gap: 14px; align-items: center; padding: 17px; color: var(--navy-dark); background: #fff; border-radius: 15px; box-shadow: 0 16px 34px rgba(18,54,78,.16); }
.lead-check { display: flex; flex: 0 0 43px; height: 43px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 12px; font-size: 19px; font-weight: 950; }
.lead-card small, .lead-card strong, .lead-card p { display: block; }.lead-card small { color: var(--blue); font-size: 8px; font-weight: 950; letter-spacing: .08em; }.lead-card strong { margin-top: 3px; font-size: 14px; }.lead-card p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
@keyframes orbitPulse { 0%,100% { opacity: .45; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.3); } }
.graphic-head { display: flex; justify-content: space-between; align-items: center; padding: 2px 2px 20px; font-size: 13px; font-weight: 800; }
.graphic-head small { color: #94aaba; }
.graphic-steps { overflow: hidden; margin-top: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.graphic-steps > div { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; min-height: 51px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.graphic-steps > div:last-child { border-bottom: 0; }
.graphic-steps span { color: #748d9f; font-size: 10px; font-weight: 900; }
.graphic-steps p { margin: 0; color: #eaf0f4; font-size: 13px; font-weight: 700; }
.graphic-steps strong { color: var(--mint); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.hero-graphics .carousel-indicators { bottom: 0; margin-bottom: 0; }
.hero-graphics .carousel-indicators button { width: 25px; height: 4px; margin: 0 4px; background: #9eb1bf; border: 0; border-radius: 10px; }
.hero-graphics .carousel-indicators button.active { background: var(--blue); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-grid > div { padding: 19px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.metric-grid small { display: block; color: #a9bac6; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.metric-grid strong { display: inline-block; margin-top: 8px; font-size: 35px; letter-spacing: -.05em; }
.metric-grid span { margin-left: 7px; color: var(--mint); font-size: 11px; font-weight: 800; }
.chart-card { margin-top: 13px; padding: 19px; background: #fff; border-radius: 14px; }
.chart-label { display: flex; justify-content: space-between; color: var(--ink); font-size: 12px; font-weight: 800; }
.chart-label strong { color: var(--blue); }
.bar-chart { display: flex; height: 125px; gap: 10px; align-items: end; margin-top: 17px; }
.bar-chart i { flex: 1; background: var(--blue); border-radius: 5px 5px 2px 2px; opacity: .9; }
.insight-bar, .handoff-card { display: flex; align-items: center; gap: 12px; margin-top: 13px; padding: 15px 17px; color: var(--navy-dark); background: var(--mint); border-radius: 12px; }
.insight-bar > span, .handoff-card > span { display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; color: #fff; background: var(--navy-dark); border-radius: 8px; }
.insight-bar small, .handoff-card small { display: block; color: #47685f; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.insight-bar p { margin: 2px 0 0; font-size: 12px; font-weight: 850; }
.chat-stack { display: flex; flex-direction: column; gap: 11px; padding-top: 6px; }
.chat { max-width: 84%; padding: 14px 16px; color: var(--ink); background: #fff; border-radius: 5px 15px 15px 15px; }
.chat.assistant { align-self: flex-end; color: #fff; background: var(--blue); border-radius: 15px 5px 15px 15px; }
.chat.short { max-width: 70%; }
.chat small { display: block; margin-bottom: 5px; color: #7a8e9c; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.chat.assistant small { color: #cbdcff; }
.chat p { margin: 0; font-size: 13px; font-weight: 750; line-height: 1.45; }
.handoff-card { margin-top: 18px; }
.handoff-card strong { display: block; font-size: 12px; }

.intro-strip { color: #fff; background: var(--navy); border: 0; }
.intro-strip p { color: #c9d7e0; }
.services-section { background: #fff; }
.service-card { box-shadow: 0 13px 35px rgba(18,54,78,.07); }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 19px 40px rgba(18,54,78,.11); }
.service-icon { color: var(--navy-dark); background: var(--accent); border: 0; }
.service-card .service-icon { color: var(--blue-dark); background: #dbe8ff; }

.industries-section { color: #fff; background: var(--navy-dark); }
.industries-section h2 { margin: 0; color: #fff; font-size: clamp(39px,4vw,57px); line-height: 1.05; font-weight: 900; letter-spacing: -.048em; }
.industries-section .section-heading-row { margin-bottom: 42px; }
.industries-section .section-heading-row p { margin: 0; color: #b4c6d1; line-height: 1.65; }
.industry-grid > div { display: flex; }
.industry-card { display: flex; width: 100%; min-height: 470px; flex-direction: column; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); text-decoration: none; transition: transform .2s, border-color .2s; }
.industry-card:hover { color: var(--ink); border-color: var(--mint); transform: translateY(-3px); }
.industry-card > img { width: 100%; height: 190px; object-fit: cover; }
.industry-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.industry-body > span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.industry-card h3 { margin: 21px 0 10px; color: var(--navy-dark); font-size: 24px; font-weight: 850; }
.industry-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.industry-card strong { align-self: flex-start; margin-top: auto; padding: 11px 15px; color: #fff; background: var(--blue); border-radius: 9px; font-size: 12px; line-height: 1; }
.industry-card strong span { margin-left: 7px; }

.benefits-section { color: var(--ink); background: #e9f0f5; border: 0; }
.benefits-section h2 { color: var(--navy-dark); }
.benefits-section > .container > .row > div:first-child > p { color: var(--muted); }
.benefits-section .eyebrow-light { color: var(--blue); }
.benefit-list { border-color: #cbd9e1; }
.benefit-list article { border-color: #cbd9e1; }
.benefit-list article > span { color: var(--blue); border-color: var(--blue); }
.benefit-list p { color: var(--muted); }
.benefits-section .btn-light { color: #fff; background: var(--navy); border-color: var(--navy); }
.process-section { background: var(--soft); }
.process-track article > span { border-width: 2px; }

.contact-section { padding: 70px 0 105px; background: #fff; }
.contact-panel { padding: 65px; color: #fff; background: #5a2a82; border: 0; box-shadow: 0 24px 65px rgba(58,27,86,.24); }
.contact-panel h2 { color: #fff; }
.contact-panel .eyebrow-light { color: #fff; }
.contact-panel .col-lg-5 > p { color: #e4ecff; }
.contact-note > span { color: var(--blue); background: #fff; border: 0; }
.contact-note p { color: #e4ecff; }
.contact-note strong { color: #fff; }
.contact-form { border: 0; box-shadow: 0 20px 45px rgba(16,48,99,.2); }
.contact-form .btn-convert { min-width: 170px; white-space: nowrap; }

.inner-hero { color: #fff; background: var(--navy-dark); }
.inner-hero h2 { max-width: 900px; margin: 0 0 23px; color: #fff; font-size: clamp(45px,5vw,68px); line-height: 1.02; font-weight: 900; letter-spacing: -.055em; }
.inner-hero p { max-width: 780px; margin: 0 0 28px; color: #bfd0db; font-size: 18px; line-height: 1.65; }
.compact-hero { padding: 85px 0; }
.story-section h2, .voxotec-section h2 { margin: 0 0 20px; color: var(--navy-dark); font-size: clamp(38px,4vw,55px); font-weight: 900; letter-spacing: -.045em; }
.story-section p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.value-panel { padding: 30px; background: var(--soft); border-radius: var(--radius-lg); }
.value-panel article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.value-panel article:last-child { border: 0; }
.value-panel span { color: var(--blue); font-size: 10px; font-weight: 900; }
.value-panel h3 { margin: 0 0 6px; font-size: 22px; font-weight: 850; }
.value-panel p { margin: 0; font-size: 14px; }
.voxotec-section { padding: 75px 0; color: #fff; background: var(--blue); }
.voxotec-section h2 { color: #fff; }
.voxotec-section p { margin: 0; color: #dce7ff; font-size: 17px; line-height: 1.65; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail-list article { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 55px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.service-detail-list article > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.service-detail-list h2, .industries-page h2 { margin: 0 0 13px; color: var(--navy-dark); font-size: 34px; font-weight: 900; letter-spacing: -.035em; }
.service-detail-list p { max-width: 800px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-detail-list ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; max-width: 850px; padding-left: 19px; color: var(--muted); }
.page-breadcrumb { padding: 16px 0; color: var(--muted); background: #fff; border-bottom: 1px solid var(--line); font-size: 13px; }
.page-breadcrumb .container { display: flex; gap: 10px; align-items: center; }
.page-breadcrumb a { color: var(--blue); font-weight: 800; text-decoration: none; }
.services-overview { background: var(--soft); }
.services-overview-grid > div { display: flex; }
.service-overview-card { display: flex; width: 100%; min-height: 330px; flex-direction: column; padding: 28px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 13px 35px rgba(18,54,78,.06); text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.service-overview-card:hover { color: var(--ink); border-color: var(--blue); box-shadow: 0 18px 42px rgba(18,54,78,.11); transform: translateY(-3px); }
.service-overview-card > span { display: flex; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--blue-dark); background: #dbe8ff; border-radius: 12px; font-size: 10px; font-weight: 900; }
.service-overview-card h3 { margin: 34px 0 12px; color: var(--navy-dark); font-size: 23px; font-weight: 900; letter-spacing: -.025em; }
.service-overview-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-overview-card strong { margin-top: auto; color: var(--blue); font-size: 13px; }
.service-overview-card strong i { margin-left: 7px; font-style: normal; }
.service-metrics { color: #fff; background: var(--navy); }
.service-metrics .row > div { padding: 42px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.service-metrics .row > div:last-child { border-right: 0; }
.service-metrics strong { display: block; color: var(--mint); font-size: 34px; font-weight: 900; letter-spacing: -.04em; }
.service-metrics span { display: block; margin-top: 4px; color: #d6e2e9; font-size: 13px; }
.service-detail-section > .container > .section-heading { max-width: 860px; }
.service-detail-list .btn { margin-top: 22px; }
.services-process { background: #e9f0f5; }
.services-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.services-process-grid article { position: relative; min-height: 260px; padding: 34px; background: #fff; border: 1px solid #cbd9e1; border-radius: var(--radius); }
.services-process-grid article > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.services-process-grid h3 { margin: 45px 0 12px; color: var(--navy-dark); font-size: 27px; font-weight: 900; }
.services-process-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-page-hero .btn-outline-light { color: #fff; border-color: rgba(255,255,255,.65); }
.service-page-hero .btn-outline-light:hover { color: var(--navy-dark); background: #fff; }
.service-introduction h2, .service-faq h2 { margin: 0; color: var(--navy-dark); font-size: clamp(38px,4vw,55px); line-height: 1.05; font-weight: 900; letter-spacing: -.045em; }
.service-introduction .col-lg-7 > p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.service-deliverables { background: var(--soft); }
.service-deliverables .row > div { display: flex; }
.service-deliverables article { width: 100%; min-height: 245px; padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.service-deliverables article > span { color: var(--blue); font-size: 10px; font-weight: 900; }
.service-deliverables h3 { margin: 37px 0 11px; color: var(--navy-dark); font-size: 23px; font-weight: 900; }
.service-deliverables p { margin: 0; color: var(--muted); line-height: 1.62; }
.service-benefits { color: #fff; background: var(--navy); }
.service-benefits h2 { margin: 0 0 20px; color: #fff; font-size: clamp(39px,4vw,56px); line-height: 1.04; font-weight: 900; letter-spacing: -.047em; }
.service-benefits .col-lg-5 > p { color: #c9d8e1; font-size: 17px; line-height: 1.7; }
.service-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-benefit-grid > div { display: flex; min-height: 76px; gap: 12px; align-items: center; padding: 17px; color: var(--navy-dark); background: #fff; border-radius: 13px; font-size: 14px; font-weight: 800; }
.service-benefit-grid span { display: flex; width: 27px; height: 27px; flex: 0 0 27px; align-items: center; justify-content: center; color: var(--navy); background: var(--mint); border-radius: 50%; }
.service-method { background: #e9f0f5; }
.service-faq { background: #fff; }
.service-faq .accordion { border-top: 1px solid var(--line); }
.service-faq .accordion-item { border: 0; border-bottom: 1px solid var(--line); }
.service-faq .accordion-button { padding: 24px 5px; color: var(--navy-dark); background: #fff; box-shadow: none; font-size: 17px; font-weight: 700; }
.service-faq .accordion-body { padding: 0 5px 24px; color: var(--muted); line-height: 1.7; }
.related-services { background: var(--soft); }
.related-services .row > div { display: flex; }
.related-services a { display: flex; width: 100%; min-height: 235px; flex-direction: column; padding: 28px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .2s, border-color .2s; }
.related-services a:hover { border-color: var(--blue); transform: translateY(-3px); }
.related-services h3 { margin: 0 0 12px; color: var(--navy-dark); font-size: 23px; font-weight: 900; }
.related-services p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.related-services strong { margin-top: auto; color: var(--blue); font-size: 13px; }
.industry-page-hero .btn-outline-light { color: #fff; border-color: rgba(255,255,255,.65); }
.industry-page-hero .btn-outline-light:hover { color: var(--navy-dark); background: #fff; }
.trades-specialists { color: #fff; background: var(--navy-dark); }
.trades-specialists h2 { margin: 0; color: #fff; font-size: clamp(38px,4vw,55px); line-height: 1.05; letter-spacing: -.045em; }
.trades-specialists .section-heading-row { margin-bottom: 42px; }
.trades-specialists .section-heading-row p { margin: 0; color: #b4c6d1; line-height: 1.65; }
.trades-specialists .industry-card { min-height: 485px; }
.trades-specialists .industry-card > img { height: 180px; }
.trades-specialists .industry-body { padding: 23px; }
.trades-specialists .industry-card h3 { font-size: 21px; }
.industry-page-hero, .service-page-hero { overflow: hidden; }
.industry-page-hero h2, .service-page-hero h2 { font-size: clamp(42px,4.3vw,62px); }
.industry-hero-visual { position: relative; min-height: 470px; overflow: hidden; background: #102f46; border: 1px solid rgba(255,255,255,.17); border-radius: 28px; box-shadow: 0 28px 65px rgba(0,0,0,.28); }
.industry-hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,31,48,.02) 25%,rgba(8,31,48,.82) 100%); }
.industry-hero-visual > img { width: 100%; height: 470px; object-fit: cover; }
.ai-visual-grid { position: absolute; z-index: 2; inset: 0; opacity: .3; background-image: linear-gradient(rgba(142,227,207,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(142,227,207,.25) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom,#000,transparent 72%); }
.ai-visual-grid i { position: absolute; width: 8px; height: 8px; background: var(--mint); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 7px rgba(142,227,207,.18); }
.ai-visual-grid i:nth-child(1) { left: 20%; top: 18%; }.ai-visual-grid i:nth-child(2) { right: 23%; top: 31%; }.ai-visual-grid i:nth-child(3) { left: 38%; top: 48%; }.ai-visual-grid i:nth-child(4) { right: 12%; top: 59%; }
.ai-visual-core { position: absolute; z-index: 4; right: 25px; top: 24px; width: 76px; height: 76px; padding: 9px; background: rgba(13,41,62,.85); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.3),0 0 0 9px rgba(52,120,246,.18); backdrop-filter: blur(8px); }
.ai-visual-core span { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 21px; font-weight: 950; }
.ai-visual-core i { position: absolute; right: 2px; bottom: 6px; width: 16px; height: 16px; background: var(--mint); border: 3px solid var(--navy-dark); border-radius: 50%; }
.ai-visual-status { position: absolute; z-index: 4; left: 22px; right: 22px; bottom: 22px; display: flex; gap: 13px; align-items: center; padding: 16px; color: var(--navy-dark); background: rgba(255,255,255,.94); border-radius: 15px; box-shadow: 0 18px 38px rgba(0,0,0,.28); backdrop-filter: blur(9px); }
.ai-visual-status > span { display: flex; flex: 0 0 40px; height: 40px; align-items: center; justify-content: center; background: var(--mint); border-radius: 11px; font-size: 18px; font-weight: 950; }
.ai-visual-status small, .ai-visual-status strong { display: block; }.ai-visual-status small { color: var(--blue); font-size: 8px; font-weight: 950; letter-spacing: .1em; }.ai-visual-status strong { margin-top: 3px; font-size: 13px; }
.ai-visual-signal { position: absolute; z-index: 4; left: 24px; top: 25px; display: flex; gap: 5px; align-items: end; height: 28px; padding: 6px 8px; background: rgba(13,41,62,.8); border: 1px solid rgba(255,255,255,.22); border-radius: 9px; }
.ai-visual-signal span { display: block; width: 4px; background: var(--mint); border-radius: 3px; animation: signalPulse 1.4s ease-in-out infinite; }.ai-visual-signal span:nth-child(1) { height: 7px; }.ai-visual-signal span:nth-child(2) { height: 14px; animation-delay: .2s; }.ai-visual-signal span:nth-child(3) { height: 20px; animation-delay: .4s; }
@keyframes signalPulse { 0%,100% { opacity: .45; } 50% { opacity: 1; } }
.industry-introduction h2, .industry-faq h2 { margin: 0; color: var(--navy-dark); font-size: clamp(38px,4vw,55px); line-height: 1.05; font-weight: 900; letter-spacing: -.045em; }
.industry-introduction .col-lg-7 > p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.industry-challenges { background: #e9f0f5; }
.industry-challenges .row > div, .industry-solutions .row > div { display: flex; }
.industry-challenges article, .industry-solutions article { width: 100%; min-height: 245px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.industry-challenges article > span, .industry-solutions article > span { color: var(--blue); font-size: 10px; font-weight: 900; }
.industry-challenges h3, .industry-solutions h3 { margin: 40px 0 11px; color: var(--navy-dark); font-size: 23px; font-weight: 900; }
.industry-challenges p, .industry-solutions p { margin: 0; color: var(--muted); line-height: 1.65; }
.industry-solutions { background: #fff; }
.industry-solutions article { background: var(--soft); }
.industry-service-links { padding: 50px 0; color: #fff; background: #5a2a82; }
.industry-service-links span { color: #eadff2; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.industry-service-links h2 { margin: 9px 0 0; color: #fff; font-size: 29px; line-height: 1.1; font-weight: 900; }
.industry-service-links .col-lg-7 > div { display: flex; flex-wrap: wrap; gap: 10px; }
.industry-service-links a { padding: 11px 14px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); border-radius: 9px; font-size: 12px; font-weight: 800; text-decoration: none; }
.industry-service-links a:hover { color: var(--navy-dark); background: var(--gold); border-color: var(--gold); }
.industry-benefits { color: #fff; background: var(--navy); }
.industry-benefits h2 { margin: 0 0 20px; color: #fff; font-size: clamp(39px,4vw,56px); line-height: 1.04; font-weight: 900; letter-spacing: -.047em; }
.industry-benefits .col-lg-5 > p { color: #c9d8e1; font-size: 17px; line-height: 1.7; }
.industry-process { background: #e9f0f5; }
.industry-faq .accordion { border-top: 1px solid var(--line); }
.industry-faq .accordion-item { border: 0; border-bottom: 1px solid var(--line); }
.industry-faq .accordion-button { padding: 24px 5px; color: var(--navy-dark); background: #fff; box-shadow: none; font-size: 17px; font-weight: 700; }
.industry-faq .accordion-body { padding: 0 5px 24px; color: var(--muted); line-height: 1.7; }
.related-industries { background: var(--soft); }
.related-industries .row > div { display: flex; }
.related-industries a { display: flex; width: 100%; min-height: 235px; flex-direction: column; padding: 28px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .2s,border-color .2s; }
.related-industries a:hover { border-color: var(--blue); transform: translateY(-3px); }
.related-industries h3 { margin: 0 0 12px; color: var(--navy-dark); font-size: 23px; font-weight: 900; }
.related-industries p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.related-industries strong { margin-top: auto; color: var(--blue); font-size: 13px; }
.industries-page .row > div { display: flex; }
.industries-page article { width: 100%; grid-template-columns: 38px 1fr; min-height: 330px; }
.industries-page article .btn { align-self: flex-start; margin-top: 15px; }
.industries-page { background: var(--soft); }
.industries-page article { display: grid; grid-template-columns: 50px 1fr; min-height: 285px; gap: 15px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); scroll-margin-top: 100px; }
.industries-page article > span { color: var(--blue); font-size: 10px; font-weight: 900; }
.industries-page p { color: var(--muted); line-height: 1.65; }
.industries-page a { color: var(--blue); font-size: 13px; font-weight: 850; text-decoration: none; }
.faq-page { background: var(--soft); }
.faq-page .accordion { max-width: 930px; margin: 0 auto; padding: 15px 32px; background: #fff; border: 0; border-radius: var(--radius-lg); }
.faq-page .accordion-header { margin: 0; }
.consultation-points { padding: 85px 0; background: var(--soft); }
.consultation-points .section-heading { margin-bottom: 38px; }
.consultation-points article { height: 100%; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.consultation-points span { color: var(--blue); font-size: 10px; font-weight: 900; }
.consultation-points h3 { margin: 28px 0 10px; font-size: 22px; font-weight: 850; }
.consultation-points p { margin: 0; color: var(--muted); line-height: 1.6; }
.powered-line { color: #c5d5df; }
.powered-line a { margin-left: 0; color: #fff; font-weight: 850; }
.footer-links a { display: inline-block; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.site-footer .footer-contact a { margin-left: 0; color: #fff; font-weight: 800; }
.contact-details-page { background: var(--soft); }
.contact-detail-card { display: flex; min-height: 345px; flex-direction: column; padding: 40px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 16px 45px rgba(18,54,78,.08); text-decoration: none; transition: transform .2s, border-color .2s; }
.contact-detail-card:hover { color: var(--ink); border-color: var(--blue); transform: translateY(-3px); }
.contact-detail-card > span, .contact-location-row span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail-card h2 { margin: 62px 0 14px; color: var(--navy-dark); font-size: clamp(29px,3vw,43px); font-weight: 900; letter-spacing: -.04em; overflow-wrap: anywhere; }
.contact-detail-card p { max-width: 510px; margin: 0 0 25px; color: var(--muted); line-height: 1.65; }
.contact-detail-card strong { margin-top: auto; color: var(--blue); font-size: 14px; }
.contact-location-row { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-location-row > div { padding: 28px; border-right: 1px solid var(--line); }
.contact-location-row > div:last-child { border-right: 0; }
.contact-location-row strong { display: block; margin-top: 10px; color: var(--navy-dark); }
.contact-location-row a { color: var(--blue); text-decoration: none; }
.contact-direct-cta { display: flex; gap: 35px; align-items: center; justify-content: space-between; margin-top: 28px; padding: 45px; color: #fff; background: #5a2a82; border-radius: var(--radius-lg); }
.contact-direct-cta h2 { margin: 0 0 9px; color: #fff; font-size: 34px; font-weight: 900; }
.contact-direct-cta p { max-width: 700px; margin: 0; color: #eadff2; }
.contact-direct-cta .btn { flex: 0 0 auto; color: var(--navy-dark); background: var(--gold); border-color: var(--gold); white-space: nowrap; }
.thank-you-section { background: var(--soft); }
.thank-you-panel { display: grid; grid-template-columns: 110px 1fr; gap: 38px; align-items: start; padding: 55px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 18px 50px rgba(18,54,78,.08); }
.thank-you-mark { display: flex; width: 100px; height: 100px; align-items: center; justify-content: center; color: var(--navy); background: var(--mint); border-radius: 50%; font-size: 43px; font-weight: 900; }
.thank-you-panel h2 { margin: 0 0 15px; color: var(--navy-dark); font-size: clamp(39px,4vw,56px); font-weight: 900; letter-spacing: -.045em; }
.thank-you-panel p { max-width: 780px; margin: 0 0 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.thank-you-panel p a { color: var(--blue); font-weight: 800; }

.showcase-hero { overflow: hidden; }
.showcase-hero .btn-outline-light { color: #fff; border-color: rgba(255,255,255,.65); }
.showcase-hero-visual { margin-left: auto; }
.showcase-screen { overflow: hidden; margin: 0; color: var(--ink); background: #f5f8fb; border: 1px solid #bfd0db; border-radius: 19px; box-shadow: 0 25px 65px rgba(4,20,32,.2); }
.showcase-screen-hero { transform: rotate(1.2deg); }
.showcase-browser { display: flex; gap: 7px; align-items: center; height: 45px; padding: 0 16px; color: #dce8ee; background: #09283e; }
.showcase-browser > span { width: 8px; height: 8px; background: #ff826f; border-radius: 50%; }.showcase-browser > span:nth-child(2) { background: var(--gold); }.showcase-browser > span:nth-child(3) { background: var(--mint); }
.showcase-browser strong { margin-left: 8px; font-size: 11px; }.showcase-browser small { margin-left: auto; color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.showcase-dashboard { display: grid; grid-template-columns: 120px 1fr; min-height: 410px; }
.showcase-sidebar { display: flex; gap: 22px; flex-direction: column; padding: 25px 18px; color: #92a9b7; background: #0d3048; font-size: 10px; }.showcase-sidebar strong { color: #fff; }
.showcase-dashboard-main { padding: 28px; }.screen-kicker { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }.showcase-dashboard-main h3 { margin: 7px 0 22px; color: var(--navy-dark); font-size: 24px; }
.screen-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }.screen-metrics > div { padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }.screen-metrics span,.screen-metrics small { display: block; color: var(--muted); font-size: 8px; }.screen-metrics strong { display: block; margin: 8px 0 3px; color: var(--navy-dark); font-size: 24px; }.screen-metrics small { color: #24866e; font-weight: 700; }
.screen-activity { display: grid; grid-template-columns: 32px 1fr auto; gap: 11px; align-items: center; margin-top: 14px; padding: 14px; color: #fff; background: var(--navy-dark); border-radius: 12px; }.screen-activity > span { display: flex; width: 30px; height: 30px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 8px; }.screen-activity strong,.screen-activity small { display: block; }.screen-activity strong { font-size: 10px; }.screen-activity small { margin-top: 4px; color: #aec2ce; font-size: 8px; }.screen-activity i { color: var(--mint); font-size: 8px; font-style: normal; }
.showcase-intro h2,.showcase-feature h2 { margin: 0; color: var(--navy-dark); font-size: clamp(37px,3.6vw,53px); line-height: 1.06; letter-spacing: -.045em; }.showcase-intro .col-lg-7 > p,.showcase-feature .col-lg-5 > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.showcase-outcome-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }.showcase-outcome-row span { padding: 10px 13px; color: var(--navy-dark); background: var(--mint); border-radius: 9px; font-size: 11px; font-weight: 700; }
.showcase-screens { background: var(--soft); }.showcase-feature { padding: 70px 0; border-bottom: 1px solid #cfdae1; }.showcase-feature:first-child { padding-top: 0; }.showcase-feature:last-child { padding-bottom: 0; border-bottom: 0; }.showcase-step { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 25px; color: var(--navy-dark); background: var(--gold); border-radius: 12px; font-size: 11px; font-weight: 800; }
.showcase-checks { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }.showcase-checks li { position: relative; min-height: 26px; padding: 1px 0 0 38px; color: var(--navy-dark); font-size: 16px; line-height: 1.5; font-weight: 700; }.showcase-checks li:before { content: "✓"; position: absolute; left: 0; top: 0; display: flex; width: 26px; height: 26px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 50%; font-size: 12px; font-weight: 800; }
.showcase-screen figcaption { padding: 11px 16px; color: #657c8c; background: #fff; border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.enquiry-screen { padding: 26px; }.enquiry-profile { display: flex; gap: 12px; align-items: center; }.enquiry-profile > div { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 11px; font-weight: 800; }.enquiry-profile strong,.enquiry-profile small { display: block; }.enquiry-profile small { color: var(--muted); font-size: 9px; }
.enquiry-alert { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; margin: 20px 0; padding: 15px; background: #fff0ec; border: 1px solid #ffd2c8; border-radius: 12px; }.enquiry-alert > span { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; color: #fff; background: #ff826f; border-radius: 9px; font-weight: 800; }.enquiry-alert small,.enquiry-alert strong { display: block; }.enquiry-alert small { color: #a95b4b; font-size: 8px; }.enquiry-alert strong { color: var(--navy-dark); font-size: 13px; }.enquiry-alert b { color: #bd4c36; font-size: 8px; }
.enquiry-details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.enquiry-details > div { padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }.enquiry-details small,.enquiry-details strong { display: block; }.enquiry-details small { color: var(--muted); font-size: 8px; }.enquiry-details strong { margin-top: 5px; color: var(--navy-dark); font-size: 11px; }.screen-success { color: #24866e !important; }.enquiry-transcript { margin-top: 12px; padding: 15px; color: #d8e5ec; background: var(--navy-dark); border-radius: 11px; }.enquiry-transcript small { color: var(--mint); font-size: 8px; font-weight: 800; }.enquiry-transcript p { margin: 7px 0 0; font-size: 10px; line-height: 1.55; }
.conversation-screen { padding: 0 24px 24px; background: #eaf0f4; }.conversation-head { display: flex; justify-content: space-between; padding: 17px 0; }.conversation-head > div { display: flex; gap: 8px; align-items: center; }.conversation-head strong { color: var(--navy-dark); font-size: 11px; }.conversation-head small { color: var(--muted); font-size: 8px; }.status-dot { width: 9px; height: 9px; background: var(--mint); border: 2px solid #b9e8dd; border-radius: 50%; }
.conversation-body { padding: 22px; background: #fff; border-radius: 15px; }.conversation-body .message { position: relative; left: auto; right: auto; top: auto; z-index: auto; max-width: 77%; margin-bottom: 13px; padding: 13px 15px; border-radius: 12px; box-shadow: none; font-weight: 400; }.conversation-body .message small { font-size: 7px; font-weight: 800; }.conversation-body .message p { margin: 4px 0 0; font-size: 11px; line-height: 1.5; }.conversation-body .message.customer { background: #edf3f7; }.conversation-body .message.customer small { color: #617b8d; }.conversation-body .message.assistant { margin-left: auto; color: #fff; background: var(--blue); }.conversation-body .message.assistant small { color: #dce8ff; }.conversation-result { display: flex; gap: 10px; align-items: center; margin-top: 18px; padding: 14px; background: #d9f5ee; border-radius: 11px; }.conversation-result > span { display: flex; width: 30px; height: 30px; align-items: center; justify-content: center; background: var(--mint); border-radius: 8px; }.conversation-result strong,.conversation-result small { display: block; }.conversation-result strong { color: var(--navy-dark); font-size: 11px; }.conversation-result small { color: #527064; font-size: 8px; }
.booking-screen { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 440px; }.booking-calendar { padding: 24px; background: #fff; }.calendar-head { display: flex; gap: 7px; align-items: center; margin-bottom: 20px; }.calendar-head strong { margin-right: auto; color: var(--navy-dark); }.calendar-head span { display: flex; width: 25px; height: 25px; align-items: center; justify-content: center; background: var(--soft); border-radius: 7px; }.calendar-grid { display: grid; grid-template-columns: 42px 1fr; min-height: 330px; }.calendar-grid > small { padding-top: 8px; color: var(--muted); font-size: 8px; }.calendar-grid > div { min-height: 75px; border-top: 1px solid var(--line); }.calendar-grid .calendar-booking { margin: 3px 0; padding: 10px; color: #fff; background: var(--blue); border: 0; border-radius: 9px; }.calendar-booking b,.calendar-booking strong,.calendar-booking span { display: block; }.calendar-booking b { color: #d9e7ff; font-size: 8px; }.calendar-booking strong { margin: 5px 0; font-size: 11px; }.calendar-booking span { font-size: 8px; }
.booking-side { padding: 28px; color: #fff; background: var(--navy-dark); }.booking-side > small { color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .1em; }.booking-side h3 { margin: 9px 0 22px; color: #fff; font-size: 23px; line-height: 1.2; }.booking-side ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }.booking-side li { display: flex; gap: 8px; align-items: center; color: #cad9e2; font-size: 9px; }.booking-side li span { display: flex; width: 20px; height: 20px; align-items: center; justify-content: center; color: var(--navy-dark); background: var(--mint); border-radius: 6px; }.booking-status { display: flex; gap: 10px; align-items: center; margin-top: 25px; padding: 13px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }.booking-status > span { width: 9px; height: 9px; background: var(--mint); border-radius: 50%; }.booking-status small,.booking-status strong { display: block; }.booking-status small { color: #87a1b1; font-size: 7px; }.booking-status strong { font-size: 9px; }
.showcase-result { color: #fff; background: var(--navy); }.showcase-result h2 { margin: 0 0 17px; color: #fff; font-size: clamp(39px,4vw,57px); line-height: 1.04; }.showcase-result .col-lg-7 > p { color: #c3d3dd; font-size: 17px; line-height: 1.7; }.showcase-result-card { display: grid; grid-template-columns: 48px 1fr 42px; gap: 13px; align-items: center; padding: 22px; color: var(--navy-dark); background: var(--mint); border-radius: 15px; box-shadow: 0 18px 40px rgba(0,0,0,.18); }.showcase-result-card > span,.showcase-result-card > b { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; background: #fff; border-radius: 11px; }.showcase-result-card strong,.showcase-result-card small { display: block; }.showcase-result-card strong { font-size: 13px; }.showcase-result-card small { margin-top: 4px; color: #40675e; font-size: 9px; }.showcase-result-card > b { width: 38px; height: 38px; background: var(--navy-dark); color: #fff; }

@media (max-width: 991.98px) {
    .navbar-collapse { padding: 14px 0 6px; }
    .nav-link { padding: 10px 0 !important; }
    .navbar .btn { width: 100%; margin-top: 10px; }
    .nav-phone { display: inline-flex; padding: 10px 0; }
    .hero { min-height: auto; padding-top: 75px; }
    .home-page .hero-background-test { min-height: auto; padding: 80px 0 55px; background-image: linear-gradient(90deg,rgba(4,19,30,.97),rgba(5,25,39,.78)),url('/assets/images/heroes/home-background-test.webp'); background-position: 68% center; }
    .hero-background-test .row { min-height: 440px; }
    .ai-benefit-rail { position: relative; left: auto; top: auto; width: 100%; max-width: 480px; height: 155px; margin-top: 15px; }
    .hero-background-proof { position: relative; left: auto; right: auto; bottom: auto; margin-top: 22px; }
    .workflow-card { max-width: 650px; margin: 25px 16px 0 0; }
    .section-space { padding: 85px 0; }
    .process-track { grid-template-columns: repeat(2, 1fr); gap: 45px 20px; }
    .process-track:before { display: none; }
    .contact-panel { padding: 48px; }
    .hero-graphics { max-width: 650px; margin: 20px 0 0; }
    .inner-hero { padding: 78px 0; }
    .industry-hero-visual { max-width: 650px; min-height: 420px; }
    .industry-hero-visual > img { height: 420px; }
    .service-detail-list article { grid-template-columns: 55px 1fr; }
    .services-process-grid { grid-template-columns: 1fr; }
    .footer-links { margin-top: 25px; }
    .showcase-screen-hero { max-width: 720px; transform: none; }
}

@media (max-width: 767.98px) {
    .section-space { padding: 72px 0; }
    .intro-strip { padding: 48px 0; }
    .process-track { grid-template-columns: 1fr; gap: 34px; }
    .process-track article { max-width: 440px; margin: 0 auto; }
    .contact-section { padding-bottom: 72px; }
    .contact-panel { padding: 38px 25px; }
    .site-footer .text-md-end a:first-child { margin-left: 0; }
    .service-detail-list ul { grid-template-columns: 1fr; }
    .service-metrics .row > div { border-bottom: 1px solid rgba(255,255,255,.14); }
    .service-metrics .row > div:nth-child(2) { border-right: 0; }
    .service-benefit-grid { grid-template-columns: 1fr; }
    .contact-location-row { grid-template-columns: 1fr; }
    .contact-location-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .contact-location-row > div:last-child { border-bottom: 0; }
    .contact-direct-cta { align-items: flex-start; flex-direction: column; padding: 34px 26px; }
    .thank-you-panel { grid-template-columns: 1fr; padding: 35px 25px; }
    .thank-you-mark { width: 76px; height: 76px; font-size: 33px; }
    .footer-directory-intro { align-items: flex-start; flex-direction: column; }
    .footer-industry-links { grid-template-columns: 1fr; }
    .contact-panel { padding: 38px 25px; }
    .hero-graphics .carousel-inner, .hero-graphics .carousel-item { height: 500px; }
    .graphic-card { height: 480px; min-height: 480px; }
    .showcase-dashboard { grid-template-columns: 90px 1fr; }.showcase-sidebar { padding: 22px 12px; }.screen-metrics { grid-template-columns: 1fr; }.showcase-dashboard { min-height: 520px; }.booking-screen { grid-template-columns: 1fr; }.showcase-feature { padding: 55px 0; }
}

@media (max-width: 575.98px) {
    .row.g-5 { --bs-gutter-x: 1.5rem; }
    .navbar { min-height: 74px; }
    .brand-mark { width: 39px; height: 39px; }
    .hero { padding-top: 58px; }
    .home-page .hero-background-test { padding: 65px 0 42px; background-color: #061b2a; background-image: linear-gradient(180deg,rgba(4,19,30,.98) 0%,rgba(5,25,39,.94) 43%,rgba(5,25,39,.42) 70%,rgba(4,18,28,.78) 100%),url('/assets/images/heroes/home-background-test.webp'); background-position: center,76% bottom; background-repeat: no-repeat; background-size: 100% 100%,auto 62%; }
    .hero-background-test .row { min-height: auto; }
    .hero-background-test h2 { font-size: 45px; }
    .ai-benefit-rail { height: 145px; margin-top: 35px; }
    .hero-background-proof { align-items: flex-start; flex-direction: column; gap: 10px; }
    .hero-background-proof > div { align-items: flex-start; flex-direction: column; gap: 5px; }
    .hero-background-proof p { margin-left: 0; }
    .hero h2 { font-size: 46px; }
    .hero-lead { font-size: 17px; }
    .review-proof { grid-template-columns: auto 1fr; gap: 12px; padding: 14px; }
    .review-tick { display: none; }
    .review-copy strong { font-size: 12px; }
    .hero-powered { flex-wrap: wrap; }
    .hero-powered small { width: 100%; margin: 0; }
    .hero .btn { width: 100%; }
    .workflow-card { margin-right: 8px; padding: 16px; border-radius: 21px; }
    .request-card { padding: 14px; }
    .workflow-actions > div { grid-template-columns: 27px 1fr auto; padding: 0 11px; }
    .section-heading h2, .benefits-section h2, .faq-section h2, .contact-panel h2 { font-size: 37px; }
    .service-card { min-height: 300px; }
    .featured-review { padding: 30px 24px; border-radius: 21px; }
    .featured-review blockquote { font-size: 23px; }
    .workflow-example-card { min-height: auto; padding: 22px; }
    .pain-point-list { grid-template-columns: 1fr; }
    .pain-point-list > div { min-height: 105px; }
    .contact-panel { margin: 0 -3px; padding: 34px 17px; border-radius: 21px; }
    .contact-form { padding: 23px 17px; }
    .contact-form .btn { width: 100%; }
    .site-footer a { margin-left: 10px; }
    .hero-graphics .carousel-inner, .hero-graphics .carousel-item { height: 505px; }
    .graphic-card { height: 485px; min-height: 485px; padding: 16px; border-radius: 21px; }
    .phone-scene, .growth-stage, .assistant-stage { height: 357px; }
    .visual-result { align-items: flex-start; flex-direction: column; gap: 4px; padding-top: 16px; }
    .growth-number strong { font-size: 65px; }
    .mini-stat { right: 14px; width: 104px; }
    .message-one { left: 95px; right: 14px; }
    .message-two { left: 25px; right: 25px; }
    .lead-card { left: 14px; right: 14px; }
    .metric-grid strong { font-size: 29px; }
    .service-detail-list article { grid-template-columns: 1fr; gap: 12px; padding: 40px 0; }
    .inner-hero h2 { font-size: 43px; }
    .industry-hero-visual { min-height: 360px; border-radius: 21px; }
    .industry-hero-visual > img { height: 360px; }
    .ai-visual-status { left: 14px; right: 14px; bottom: 14px; }
    .faq-page .accordion { padding: 8px 18px; }
    .showcase-dashboard { grid-template-columns: 1fr; }.showcase-sidebar { display: none; }.showcase-dashboard-main { padding: 20px 15px; }.enquiry-screen,.conversation-body,.booking-side { padding: 18px; }.enquiry-alert { grid-template-columns: 34px 1fr; }.enquiry-alert b { grid-column: 2; }.enquiry-details { grid-template-columns: 1fr; }.conversation-body .message { max-width: 92%; }.showcase-screen { border-radius: 15px; }.showcase-hero .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Homepage platform marquee */
.logo-marquee-section { overflow: hidden; padding-bottom: 88px; background: #fff; }
.logo-marquee-section .section-heading { margin-bottom: 52px; }
.logo-marquee { display: grid; gap: 34px; }
.logo-marquee-row { position: relative; overflow: hidden; width: 100%; padding: 8px 0; }
.logo-marquee-row:before,.logo-marquee-row:after { position: absolute; z-index: 2; top: 0; bottom: 0; width: clamp(36px,9vw,150px); content: ""; pointer-events: none; }
.logo-marquee-row:before { left: 0; background: linear-gradient(90deg,#fff 12%,rgba(255,255,255,0)); }
.logo-marquee-row:after { right: 0; background: linear-gradient(270deg,#fff 12%,rgba(255,255,255,0)); }
.logo-marquee-track { display: flex; width: max-content; will-change: transform; }
.logo-marquee-row--left .logo-marquee-track { animation: logo-marquee-left 28s linear infinite; }
.logo-marquee-row--right .logo-marquee-track { animation: logo-marquee-right 28s linear infinite; }
.logo-marquee-set { display: flex; flex-shrink: 0; align-items: center; gap: clamp(58px,8vw,126px); padding-right: clamp(58px,8vw,126px); }
.logo-brand { display: inline-flex; min-width: clamp(180px,16vw,245px); align-items: center; justify-content: center; gap: 13px; color: #101d2c; font-size: clamp(22px,2.2vw,34px); font-weight: 760; line-height: 1; letter-spacing: -.035em; white-space: nowrap; }
.logo-brand img { width: clamp(34px,3.4vw,49px); height: clamp(34px,3.4vw,49px); object-fit: contain; }
.logo-brand-symbol { position: relative; display: inline-block; flex: 0 0 44px; width: 44px; height: 44px; }
.logo-brand--grok .logo-brand-symbol { background: #050505; }
.logo-brand--grok .logo-brand-symbol:after { position: absolute; left: 19px; top: 6px; width: 6px; height: 32px; content: ""; background: #fff; transform: skew(-30deg); }
.logo-brand--servicem8 { color: #18252e; font-weight: 820; }
.logo-brand--servicem8 .logo-brand-symbol { border-radius: 12px; background: #62c92f; transform: rotate(-7deg); }
.logo-brand--servicem8 .logo-brand-symbol:before,.logo-brand--servicem8 .logo-brand-symbol:after { position: absolute; width: 17px; height: 17px; content: ""; background: #fff; border-radius: 50%; }
.logo-brand--servicem8 .logo-brand-symbol:before { top: 8px; right: 8px; }
.logo-brand--servicem8 .logo-brand-symbol:after { bottom: 8px; left: 8px; }
.logo-brand--simpro { color: #1557a6; font-size: clamp(26px,2.5vw,38px); font-weight: 900; font-style: italic; }
.logo-brand--simpro .logo-brand-symbol,.logo-brand--aroflo .logo-brand-symbol { display: none; }
.logo-brand--aroflo { color: #26334c; font-size: clamp(27px,2.6vw,40px); font-weight: 800; font-style: italic; }
.logo-marquee-more { margin: 43px 0 0; color: var(--muted); text-align: center; font-size: 15px; }
.logo-marquee-more:before { margin-right: 9px; color: var(--blue); content: "\2726"; }
@keyframes logo-marquee-left { to { transform: translateX(-50%); } }
@keyframes logo-marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (max-width: 767.98px) { .logo-marquee-section { padding-bottom: 66px; } .logo-marquee-section .section-heading { padding: 0 20px; margin-bottom: 38px; } .logo-marquee { gap: 24px; } .logo-brand { min-width: 170px; } .logo-marquee-set { gap: 44px; padding-right: 44px; } }
@media (prefers-reduced-motion: reduce) { .logo-marquee-track { animation: none !important; transform: none !important; } .logo-marquee-row { overflow-x: auto; scrollbar-width: none; } .logo-marquee-row::-webkit-scrollbar { display: none; } .logo-marquee-set[aria-hidden="true"] { display: none; } }