:root {
    --navy-950: #031323;
    --navy-900: #061a2f;
    --navy-800: #0b2946;
    --navy-700: #123b61;
    --ink: #09203a;
    --muted: #617087;
    --line: #e3eaf2;
    --surface: #f5f8fc;
    --white: #ffffff;
    --coral: #ff4058;
    --coral-dark: #e92f49;
    --gold: #ffbd00;
    --green: #24b873;
    --shadow: 0 24px 60px rgba(4, 30, 55, .10);
}

html {
    scroll-padding-top: 84px;
    overflow-x: hidden;
}

body.site-body {
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.skip-link {
    position: fixed;
    top: -80px;
    left: 16px;
    z-index: 2000;
    padding: 10px 16px;
    border-radius: 0 0 8px 8px;
    color: var(--white);
    background: var(--coral);
}

.skip-link:focus {
    top: 0;
}

.site-navbar {
    min-height: 78px;
    background: rgba(3, 19, 35, .98);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 8px 30px rgba(1, 10, 20, .16);
}

.site-brand {
    display: inline-flex;
    flex-direction: column;
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: .92;
    letter-spacing: .055em;
    text-decoration: none;
    text-transform: uppercase;
}

.site-brand span {
    color: var(--coral);
}

.site-brand small {
    margin-top: 5px;
    color: var(--gold);
    font-size: .74rem;
    font-weight: 800;
}

.site-brand:hover {
    color: var(--white);
    transform: translateY(-1px);
}

.site-navbar .navbar-toggler {
    padding: .38rem .52rem;
    border-color: rgba(255, 255, 255, .24);
}

.site-navbar .navbar-toggler-icon {
    filter: invert(1);
}

.site-navbar .nav-link {
    padding: .65rem .82rem !important;
    color: rgba(255, 255, 255, .82);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.show {
    color: var(--white);
}

.site-navbar .dropdown-menu {
    padding: .55rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(0, 18, 36, .18);
}

.site-navbar .dropdown-item {
    padding: .55rem .7rem;
    border-radius: 7px;
    color: var(--ink);
    font-size: .88rem;
    text-decoration: none;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
    color: var(--coral-dark);
    background: #fff1f3;
}

.nav-actions,
.nav-phone {
    display: flex;
    align-items: center;
}

.nav-actions {
    gap: 16px;
}

.nav-phone {
    gap: 7px;
    color: rgba(255, 255, 255, .9);
    font-size: .83rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.nav-phone:hover {
    color: var(--gold);
}

.btn {
    border-radius: 8px;
    font-weight: 700;
}

.btn-coral {
    color: var(--white);
    background: var(--coral);
    border-color: var(--coral);
    box-shadow: 0 10px 24px rgba(255, 64, 88, .24);
}

.btn-coral:hover,
.btn-coral:focus {
    color: var(--white);
    background: var(--coral-dark);
    border-color: var(--coral-dark);
    transform: translateY(-2px);
}

.home-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(25, 93, 151, .07) 1px, transparent 1px) 0 0 / 42px 42px,
        linear-gradient(rgba(25, 93, 151, .07) 1px, transparent 1px) 0 0 / 42px 42px,
        radial-gradient(circle at 75% 42%, #123b6d 0, #071f3b 30%, var(--navy-950) 67%);
}

.home-hero::after {
    position: absolute;
    right: -120px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    border: 70px solid rgba(29, 94, 178, .12);
    border-radius: 50%;
    content: "";
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
}

.hero-orb-one {
    top: 44px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: rgba(24, 83, 173, .18);
}

.hero-orb-two {
    left: 47%;
    bottom: 25px;
    width: 80px;
    height: 80px;
    background: rgba(255, 64, 88, .08);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
    gap: 70px;
    align-items: center;
    min-height: 610px;
    padding-top: 78px;
    padding-bottom: 78px;
}

.eyebrow {
    margin-bottom: 12px;
    color: var(--coral);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow-light {
    color: #ff8c9b;
}

.hero-copy h1 {
    max-width: 700px;
    margin-bottom: 24px;
    color: var(--white);
    font-size: clamp(2.45rem, 5vw, 4.35rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.hero-copy h1 .hero-heading-accent {
    color: var(--gold);
}

.hero-copy h1 .hero-heading-main {
    color: var(--white);
}

.hero-lead {
    max-width: 650px;
    margin-bottom: 30px;
    color: #cbd8e8;
    font-size: 1.08rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.hero-actions .btn {
    padding: .86rem 1.2rem;
    font-size: .93rem;
}

.hero-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, .55);
}

.hero-actions .btn-outline-light:hover {
    color: var(--ink);
    background: var(--white);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin: 34px 0 0;
    padding: 0;
    color: #d8e2ee;
    font-size: .82rem;
    list-style: none;
}

.hero-points i {
    margin-right: 5px;
    color: var(--gold);
}

.hero-visual {
    position: relative;
    min-height: 410px;
    perspective: 1000px;
}

.code-window {
    position: absolute;
    top: 48px;
    right: 10px;
    width: 92%;
    overflow: hidden;
    border: 1px solid rgba(129, 176, 236, .34);
    border-radius: 14px;
    background: #071322;
    box-shadow: 0 50px 80px rgba(0, 5, 14, .55), 0 0 0 8px rgba(65, 127, 219, .06);
    transform: rotateY(-7deg) rotateX(2deg);
}

.window-bar {
    display: flex;
    gap: 6px;
    align-items: center;
    height: 39px;
    padding: 0 14px;
    color: #7990aa;
    background: #10283f;
    font-size: .58rem;
}

.window-bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff5c72;
}

.window-bar i:nth-child(2) { background: #ffbd00; }
.window-bar i:nth-child(3) { background: #24b873; }
.window-bar span { margin-left: auto; margin-right: auto; }

.window-body {
    display: grid;
    grid-template-columns: 50px 1fr;
    min-height: 292px;
}

.code-sidebar {
    padding-top: 28px;
    background: #0a1d30;
}

.code-sidebar b {
    display: block;
    width: 20px;
    height: 4px;
    margin: 0 auto 22px;
    border-radius: 9px;
    background: #365876;
}

.code-sidebar b:first-child { background: var(--coral); }

.code-content {
    padding: 42px 38px;
    background: radial-gradient(circle at 80% 20%, rgba(21, 78, 145, .42), transparent 45%);
}

.code-label {
    color: #6d93bb;
    font-size: .62rem;
    letter-spacing: .14em;
}

.code-content strong {
    display: block;
    margin: 9px 0 26px;
    color: #eaf4ff;
    font-size: 1.55rem;
    line-height: 1.25;
}

.code-lines i {
    display: block;
    width: 68%;
    height: 5px;
    margin-bottom: 11px;
    border-radius: 8px;
    background: #1b4266;
}

.code-lines i:nth-child(2) { width: 83%; background: #164d78; }
.code-lines i:nth-child(3) { width: 55%; background: #83354d; }
.code-lines i:nth-child(4) { width: 74%; }

.code-panels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 27px;
}

.code-panels b {
    height: 48px;
    border: 1px solid #1d476d;
    border-radius: 7px;
    background: linear-gradient(135deg, #123458, #0c2239);
}

.floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    color: var(--white);
    background: linear-gradient(135deg, rgba(56, 117, 231, .93), rgba(72, 64, 203, .93));
    box-shadow: 0 16px 35px rgba(0, 8, 22, .4);
    font-size: .7rem;
    font-weight: 700;
}

.floating-card i { font-size: 1.2rem; }
.card-mobile { top: 20px; left: -6px; }
.card-search { right: -8px; bottom: 19px; background: linear-gradient(135deg, #fc466b, #b42c79); }
.card-code { left: 16px; bottom: 52px; padding: 14px; background: linear-gradient(135deg, #087ec5, #244ad6); }

.audience-strip {
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
    background: #f7fafd;
}

.audience-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.audience-grid p {
    margin: 0;
    color: var(--ink);
    font-size: .78rem;
    font-weight: 800;
}

.audience-grid span {
    color: #65748a;
    font-size: .78rem;
    font-weight: 700;
    text-align: center;
}

.audience-grid i {
    margin-right: 6px;
    color: #3d6fa4;
    font-size: 1rem;
}

.section {
    padding: 90px 0;
}

.section-heading {
    max-width: 680px;
    margin: 0 auto 46px;
}

.section-heading h2,
.one-page-section h2,
.cta-panel h2 {
    margin-bottom: 14px;
    color: var(--ink);
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.section-heading > p:last-child,
.one-page-section p,
.cta-panel p {
    color: var(--muted);
    line-height: 1.75;
}

.services-section {
    background: var(--white);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.service-card {
    position: relative;
    min-height: 300px;
    padding: 32px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--white);
    transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
    z-index: 2;
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.service-icon {
    display: inline-grid;
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    border-radius: 13px;
    place-items: center;
    color: var(--coral);
    background: #fff0f2;
    font-size: 1.65rem;
}

.service-card h3,
.benefit-grid h3,
.process-grid h3 {
    color: var(--ink);
    font-size: 1.12rem;
    font-weight: 800;
}

.service-card p {
    margin-bottom: 23px;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.68;
}

.service-card a {
    color: var(--ink);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.service-card a:hover { color: var(--coral-dark); }
.service-card a i { margin-left: 4px; }
.featured-card { background: linear-gradient(160deg, #f4fff9, #fff); }
.card-badge { position: absolute; top: 17px; right: 17px; padding: 4px 9px; border-radius: 20px; color: #14704a; background: #d9f7e8; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.accent-green .service-icon { color: #169a5c; background: #e2f8ed; }
.accent-orange .service-icon { color: #f0642b; background: #fff0e9; }
.accent-blue .service-icon { color: #246bdd; background: #eaf1ff; }
.accent-purple .service-icon { color: #7547d8; background: #f0eaff; }
.accent-teal .service-icon { color: #0a9e9a; background: #e2f8f6; }
.accent-gold .service-icon { color: #d99100; background: #fff5d8; }

.service-card-wide {
    display: grid;
    grid-column: span 3;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    min-height: 150px;
}

.service-card-wide .service-icon,
.service-card-wide p { margin-bottom: 0; }

.why-section {
    background: var(--surface);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.benefit-grid article {
    padding: 26px 22px;
    text-align: center;
}

.benefit-grid article > i {
    display: inline-grid;
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    border-radius: 50%;
    place-items: center;
    color: #1f66d0;
    background: #e7efff;
    font-size: 1.55rem;
}

.benefit-grid article:nth-child(2) > i { color: #119762; background: #e0f7ec; }
.benefit-grid article:nth-child(3) > i { color: #e06a26; background: #fff0e5; }
.benefit-grid article:nth-child(4) > i { color: #764fd2; background: #eee8fc; }

.benefit-grid p,
.process-grid p {
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.65;
}

.one-page-section {
    overflow: hidden;
}

.one-page-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 80px;
    align-items: center;
}

.one-page-visual {
    position: relative;
    min-height: 440px;
    border-radius: 30px;
    background: radial-gradient(circle at 18% 20%, #ddecff, transparent 35%), linear-gradient(145deg, #f3f8ff, #dfeaf7);
}

.mini-browser {
    position: absolute;
    top: 45px;
    left: 10%;
    width: 80%;
    overflow: hidden;
    border: 8px solid var(--navy-900);
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0 34px 60px rgba(6, 34, 62, .22);
    transform: rotate(-2deg);
}

.mini-browser-bar {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 25px;
    padding-left: 10px;
    background: var(--navy-900);
}

.mini-browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.mini-browser-bar i:nth-child(2) { background: var(--gold); }
.mini-browser-bar i:nth-child(3) { background: var(--green); }
.mini-hero { display: flex; flex-direction: column; align-items: center; height: 130px; padding-top: 27px; background: linear-gradient(135deg, #081e37, #12456d); }
.mini-hero b { width: 38%; height: 9px; margin-bottom: 11px; border-radius: 10px; background: #fff; }
.mini-hero span { width: 56%; height: 4px; margin-bottom: 6px; border-radius: 10px; background: #87a8c4; }
.mini-hero span:nth-child(3) { width: 43%; }
.mini-hero em { width: 54px; height: 17px; margin-top: 12px; border-radius: 4px; background: var(--coral); }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 18px; }
.mini-cards i { height: 62px; border: 1px solid #dce5ef; border-radius: 6px; background: #f7f9fc; }
.mini-contact { display: flex; gap: 12px; padding: 0 18px 20px; }
.mini-contact b { width: 38%; height: 50px; border-radius: 6px; background: #e5f0fb; }
.mini-contact span { flex: 1; border-radius: 6px; background: #f1f4f8; }

.visual-tag {
    position: absolute;
    right: 3%;
    bottom: 55px;
    padding: 12px 16px;
    border-radius: 9px;
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 14px 40px rgba(7, 32, 58, .18);
    font-size: .78rem;
    font-weight: 800;
}

.visual-tag i { margin-right: 5px; color: var(--coral); }

.check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px 20px;
    margin: 25px 0 30px;
    padding: 0;
    color: #354861;
    font-size: .88rem;
    list-style: none;
}

.check-grid i {
    display: inline-grid;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border-radius: 50%;
    place-items: center;
    color: #14774e;
    background: #dff6e9;
}

.process-section {
    border-top: 1px solid var(--line);
    background: #fbfcfe;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: process;
}

.process-grid li {
    position: relative;
    padding: 30px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
    background: var(--white);
}

.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid span { display: block; margin-bottom: 30px; color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }

.cta-section {
    padding-top: 30px;
    background: #fbfcfe;
}

.cta-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    overflow: hidden;
    padding: 55px 60px;
    border-radius: 20px;
    color: var(--white);
    background: radial-gradient(circle at 85% 10%, #164f82, transparent 35%), var(--navy-900);
}

.cta-panel::after {
    position: absolute;
    right: -70px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    border: 38px solid rgba(255, 255, 255, .04);
    border-radius: 50%;
    content: "";
}

.cta-panel h2 { max-width: 710px; color: var(--white); }
.cta-panel p { max-width: 720px; margin-bottom: 0; color: #c4d3e4; }
.cta-actions { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 15px; align-items: center; }
.cta-actions > a:last-child { color: var(--white); font-size: .88rem; font-weight: 700; text-decoration: none; }
.cta-actions > a:last-child:hover { color: var(--gold); }

.site-footer {
    padding: 74px 0 0;
    color: #b8c8d9;
    background: var(--navy-950);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr 1fr 1.2fr;
    gap: 55px;
    padding-bottom: 55px;
}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 18px;
}

.footer-logo-link:hover {
    transform: translateY(-2px);
}

.footer-logo {
    display: block;
    width: 78px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 18px;
}
.footer-intro { max-width: 290px; font-size: .84rem; line-height: 1.7; }
.site-footer h2 { margin: 2px 0 20px; color: var(--white); font-size: .9rem; font-weight: 800; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: #b8c8d9; font-size: .82rem; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.site-footer address { display: flex; flex-direction: column; gap: 12px; margin: 0; }
.site-footer address a,
.site-footer address span { display: flex; gap: 9px; align-items: flex-start; font-size: .82rem; }
.site-footer address i { color: var(--coral); }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #8194a9;
    font-size: .72rem;
}

.footer-bottom a { font-size: .72rem; }

/* Existing inner pages inherit the new shell while keeping their route content. */
#main-content > header.py-5 {
    color: var(--white);
    background: linear-gradient(135deg, var(--navy-950), var(--navy-700));
}

#main-content > header.py-5 .bg-light {
    color: var(--ink);
    box-shadow: var(--shadow);
}

/* About page */
.about-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(35, 102, 163, .08) 1px, transparent 1px) 0 0 / 44px 44px,
        linear-gradient(rgba(35, 102, 163, .08) 1px, transparent 1px) 0 0 / 44px 44px,
        radial-gradient(circle at 80% 35%, #164a78, transparent 34%),
        var(--navy-950);
}

.about-hero::after {
    position: absolute;
    right: -110px;
    bottom: -240px;
    width: 480px;
    height: 480px;
    border: 64px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 80px;
    align-items: center;
    min-height: 475px;
    padding-top: 65px;
    padding-bottom: 65px;
}

.page-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 42px;
    color: #8ca4bd;
    font-size: .76rem;
}

.page-breadcrumb a {
    color: #b9c9d9;
    text-decoration: none;
}

.page-breadcrumb a:hover { color: var(--white); }
.page-breadcrumb i { font-size: .64rem; }

.about-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: var(--white);
    font-size: clamp(2.6rem, 5vw, 4.25rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.about-hero-lead {
    max-width: 760px;
    margin: 0;
    color: #c8d7e6;
    font-size: 1.06rem;
    line-height: 1.78;
}

.about-hero-lead strong { color: var(--white); }

.experience-card {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(9, 36, 63, .8);
    box-shadow: 0 24px 60px rgba(0, 8, 20, .3);
    backdrop-filter: blur(8px);
}

.experience-card span {
    display: block;
    color: #9eb2c8;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.experience-card strong {
    display: block;
    margin: 10px 0 9px;
    color: var(--gold);
    font-size: 4.4rem;
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1;
}

.experience-card p {
    margin: 0;
    color: #c2d0df;
    font-size: .86rem;
    line-height: 1.65;
}

.content-split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

.content-split h2,
.local-grid h2,
.why-about-grid h2,
.about-cta-panel h2,
.faq-layout h2 {
    color: var(--ink);
    font-size: clamp(2rem, 3.7vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.prose-copy p,
.local-grid p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.82;
}

.prose-copy p:last-child,
.local-grid p:last-child { margin-bottom: 0; }

.about-services-section {
    background: var(--surface);
}

.about-service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.about-service-grid > * {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    min-height: 138px;
    padding: 20px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--ink);
    background: var(--white);
    font-size: .8rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.about-service-grid a:hover {
    color: var(--coral-dark);
    border-color: #f3b8c0;
    box-shadow: 0 16px 35px rgba(5, 32, 58, .09);
    transform: translateY(-3px);
}

.about-service-grid i {
    color: #276cc6;
    font-size: 1.6rem;
}

.about-service-grid > *:nth-child(2n) i { color: var(--coral); }
.about-service-grid > *:nth-child(3n) i { color: #159766; }

.solution-range-section { background: var(--white); }

.solution-range-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.range-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    padding: 44px;
    border-radius: 18px;
}

.range-card > i {
    position: absolute;
    right: 35px;
    bottom: 22px;
    color: rgba(35, 105, 188, .12);
    font-size: 8rem;
}

.range-label {
    display: inline-block;
    margin-bottom: 70px;
    color: var(--coral);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.range-card h2 {
    position: relative;
    max-width: 480px;
    color: var(--ink);
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -.025em;
}

.range-card p {
    position: relative;
    max-width: 520px;
    margin: 15px 0 0;
    color: var(--muted);
    line-height: 1.72;
}

.range-card p a { color: var(--coral-dark); font-weight: 700; }

.range-card-light {
    border: 1px solid var(--line);
    background: #f5f9fe;
}

.range-card-dark {
    color: var(--white);
    background: radial-gradient(circle at 90% 10%, #174e7c, transparent 42%), var(--navy-900);
}

.range-card-dark .range-label { color: var(--gold); }
.range-card-dark h2 { color: var(--white); }
.range-card-dark p { color: #bdccdc; }
.range-card-dark > i { color: rgba(255, 255, 255, .07); }

.approach-section { background: #fbfcfe; }

.about-approach-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-approach-grid li {
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--line);
    border-right: 0;
    background: var(--white);
}

.about-approach-grid li:last-child { border-right: 1px solid var(--line); }
.about-approach-grid span { display: block; margin-bottom: 48px; color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.about-approach-grid h3 { color: var(--ink); font-size: 1.05rem; font-weight: 800; }
.about-approach-grid p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.65; }

.local-section { background: var(--white); }

.local-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 90px;
    align-items: center;
}

.local-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    border: 1px solid #dce6f2;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 45%, #e9f2fc 46%, #f7fafe 70%);
    box-shadow: 0 25px 70px rgba(6, 36, 64, .1);
}

.local-marker i { margin-bottom: 15px; color: var(--coral); font-size: 3.2rem; }
.local-marker span { color: var(--ink); font-size: 1.65rem; font-weight: 800; }
.local-marker small { margin-top: 5px; color: var(--muted); font-size: .76rem; }

.why-about-section {
    color: var(--white);
    background: radial-gradient(circle at 15% 20%, #174a76, transparent 35%), var(--navy-950);
}

.why-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.why-about-grid h2 { color: var(--white); }
.why-about-grid p { margin: 20px 0 0; color: #bfcede; line-height: 1.75; }
.why-about-grid ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.why-about-grid li { display: flex; gap: 11px; color: #d5e0ec; font-size: .9rem; }
.why-about-grid li i { flex: 0 0 auto; color: var(--gold); }

.about-cta-section { background: #fbfcfe; }

.about-cta-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
    padding: 52px 58px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.about-cta-panel h2 { max-width: 720px; }
.about-cta-panel p { margin: 15px 0 0; color: var(--muted); }
.about-contact-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.about-contact-actions > a:not(.btn) { color: var(--ink); font-size: .82rem; font-weight: 700; text-decoration: none; }
.about-contact-actions > a:not(.btn):hover { color: var(--coral-dark); }
.about-contact-actions > a:not(.btn) i { margin-right: 7px; color: var(--coral); }

.about-faq-section { background: var(--white); }

.faq-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 90px;
    align-items: start;
}

.faq-layout > div:first-child { position: sticky; top: 110px; }
.faq-layout > div:first-child > p:last-child { color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    position: relative;
    padding: 23px 45px 23px 0;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
    position: absolute;
    top: 20px;
    right: 0;
    display: grid;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: var(--coral);
    background: #fff0f2;
    content: "+";
    font-size: 1.15rem;
    place-items: center;
}

.faq-list details[open] summary::after { content: "−"; }

.faq-list details p {
    max-width: 760px;
    margin: -4px 45px 23px 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.72;
}

/* Reusable commercial service pages */
.service-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(37, 103, 169, .07) 1px, transparent 1px) 0 0 / 44px 44px,
        linear-gradient(rgba(37, 103, 169, .07) 1px, transparent 1px) 0 0 / 44px 44px,
        radial-gradient(circle at 80% 35%, #154b7d, transparent 35%),
        var(--navy-950);
}

.service-hero::after {
    position: absolute;
    right: -130px;
    bottom: -260px;
    width: 520px;
    height: 520px;
    border: 70px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
}

.service-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: 80px;
    align-items: center;
    min-height: 610px;
    padding-top: 62px;
    padding-bottom: 70px;
}

.service-hero h1 {
    max-width: 790px;
    margin-bottom: 22px;
    color: var(--white);
    font-size: clamp(2.65rem, 5vw, 4.4rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.service-hero-lead {
    max-width: 760px;
    margin-bottom: 28px;
    color: #c8d7e7;
    font-size: 1.05rem;
    line-height: 1.78;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.service-hero-actions .btn { padding: .85rem 1.2rem; }
.service-phone-link { color: var(--white); font-size: .86rem; font-weight: 800; text-decoration: none; }
.service-phone-link:hover { color: var(--gold); }
.service-phone-link i { margin-right: 6px; }

.service-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 32px 0 0;
    padding: 0;
    color: #d7e2ed;
    font-size: .78rem;
    list-style: none;
}

.service-highlights i { margin-right: 5px; color: var(--gold); }

.service-hero-art {
    position: relative;
    display: grid;
    min-height: 390px;
    place-items: center;
}

.service-art-orbit {
    position: absolute;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(119, 171, 224, .35);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(39, 104, 180, .08), 0 0 0 70px rgba(39, 104, 180, .04);
}

.service-art-orbit::after {
    position: absolute;
    top: 23px;
    right: 36px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 22px rgba(255, 64, 88, .8);
    content: "";
}

.service-art-icon {
    position: relative;
    display: grid;
    width: 155px;
    height: 155px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 32px;
    place-items: center;
    color: var(--gold);
    background: linear-gradient(145deg, #133e67, #071c31);
    box-shadow: 0 35px 65px rgba(0, 8, 20, .45);
    font-size: 4.5rem;
    transform: rotate(-5deg);
}

.service-art-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2e72cf;
}

.dot-one { top: 42px; left: 55px; }
.dot-two { right: 35px; bottom: 80px; background: var(--gold); }
.dot-three { left: 38px; bottom: 55px; width: 5px; height: 5px; background: var(--coral); }

.service-art-label {
    position: absolute;
    right: 12px;
    bottom: 40px;
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    color: #dce8f4;
    background: rgba(10, 37, 64, .92);
    box-shadow: 0 16px 35px rgba(0, 8, 20, .3);
    font-size: .7rem;
    font-weight: 800;
}

.service-intro-section { background: var(--white); }
.service-audience-section { background: var(--surface); }

.service-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-audience-grid article {
    min-height: 245px;
    padding: 30px 26px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--white);
}

.service-audience-grid article > i {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 50%;
    place-items: center;
    color: #246cc9;
    background: #e7f0fc;
    font-size: 1.3rem;
}

.service-audience-grid article:nth-child(2) > i { color: var(--coral); background: #fff0f2; }
.service-audience-grid article:nth-child(3) > i { color: #159766; background: #e2f7ed; }
.service-audience-grid article:nth-child(4) > i { color: #8a5ed1; background: #f1ebfb; }
.service-audience-grid h3 { color: var(--ink); font-size: 1.02rem; font-weight: 800; }
.service-audience-grid p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.67; }

.service-inclusions-section { background: var(--white); }

.service-inclusion-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.service-inclusion-grid article {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    min-height: 165px;
    padding: 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.service-inclusion-grid article > span {
    display: grid;
    width: 50px;
    height: 50px;
    border-radius: 11px;
    place-items: center;
    color: var(--coral);
    background: #fff0f2;
    font-size: 1.3rem;
}

.service-inclusion-grid article:nth-child(2n) > span { color: #176dc1; background: #e8f1fc; }
.service-inclusion-grid h3 { color: var(--ink); font-size: 1rem; font-weight: 800; }
.service-inclusion-grid p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }

.service-process-section { background: #fbfcfe; }

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-process-grid li {
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--line);
    border-right: 0;
    background: var(--white);
}

.service-process-grid li:last-child { border-right: 1px solid var(--line); }
.service-process-grid span { display: block; margin-bottom: 50px; color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.service-process-grid h3 { color: var(--ink); font-size: 1.02rem; font-weight: 800; }
.service-process-grid p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }

.service-deliverables-section { background: var(--white); }

.service-deliverables-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 85px;
    align-items: center;
}

.service-deliverables-grid h2,
.service-local-grid h2,
.service-cta-panel h2 {
    color: var(--ink);
    font-size: clamp(2rem, 3.7vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.service-deliverables-grid > div > p:last-child { color: var(--muted); line-height: 1.75; }

.service-deliverables-grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    list-style: none;
}

.service-deliverables-grid li { display: flex; gap: 8px; color: #344961; font-size: .84rem; line-height: 1.5; }
.service-deliverables-grid li i { flex: 0 0 auto; color: #159766; }

.service-source-note {
    padding: 22px 0;
    border-top: 1px solid #f0dfaa;
    border-bottom: 1px solid #f0dfaa;
    background: #fff9e8;
}

.service-source-note .container {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.service-source-note i { flex: 0 0 auto; color: #c38100; }
.service-source-note p { margin: 0; color: #66532a; font-size: .82rem; line-height: 1.6; }
.service-source-note a { color: #795800; font-weight: 800; }

.service-local-answer {
    padding: 65px 0;
    color: var(--white);
    background: radial-gradient(circle at 15% 20%, #164b79, transparent 35%), var(--navy-950);
}

.service-local-grid {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;
    align-items: center;
}

.service-local-icon {
    display: grid;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    place-items: center;
    color: var(--coral);
    background: rgba(255, 255, 255, .05);
    font-size: 2.5rem;
}

.service-local-grid h2 { margin-bottom: 12px; color: var(--white); }
.service-local-grid p:last-child { max-width: 920px; margin: 0; color: #c4d3e2; line-height: 1.72; }

.related-services-section { background: var(--surface); }

.related-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.related-service-grid a {
    position: relative;
    min-height: 190px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 13px;
    color: var(--ink);
    background: var(--white);
    text-decoration: none;
}

.related-service-grid a:hover { border-color: #f0b6bf; box-shadow: 0 18px 40px rgba(5, 32, 58, .09); transform: translateY(-3px); }
.related-service-grid span { display: block; padding-right: 35px; font-size: 1rem; font-weight: 800; }
.related-service-grid p { margin: 14px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.65; }
.related-service-grid > a > i { position: absolute; top: 28px; right: 27px; color: var(--coral); }

.service-cta-section { padding-top: 30px; background: var(--surface); }

.service-cta-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
    padding: 55px 60px;
    border-radius: 18px;
    color: var(--white);
    background: radial-gradient(circle at 90% 10%, #164e80, transparent 40%), var(--navy-900);
}

.service-cta-panel h2 { color: var(--white); }
.service-cta-panel p:last-child { max-width: 760px; margin: 14px 0 0; color: #c5d3e2; }
.service-cta-panel > div:last-child { display: flex; flex-direction: column; gap: 13px; align-items: center; }
.service-cta-panel > div:last-child > a:last-child { color: #dce6f0; font-size: .78rem; text-decoration: none; }
.service-cta-panel > div:last-child > a:last-child:hover { color: var(--gold); }

.service-faq-section { background: var(--white); }

/* Contact page */
.contact-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(37, 103, 169, .07) 1px, transparent 1px) 0 0 / 44px 44px,
        linear-gradient(rgba(37, 103, 169, .07) 1px, transparent 1px) 0 0 / 44px 44px,
        radial-gradient(circle at 78% 34%, #164c7e, transparent 34%),
        var(--navy-950);
}

.contact-hero::after {
    position: absolute;
    right: -155px;
    bottom: -290px;
    width: 560px;
    height: 560px;
    border: 76px solid rgba(255, 255, 255, .035);
    border-radius: 50%;
    content: "";
}

.contact-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .65fr);
    gap: 85px;
    align-items: center;
    min-height: 570px;
    padding-top: 60px;
    padding-bottom: 70px;
}

.contact-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: var(--white);
    font-size: clamp(2.7rem, 5vw, 4.35rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.contact-hero-lead { max-width: 760px; margin-bottom: 30px; color: #c8d7e7; font-size: 1.04rem; line-height: 1.78; }
.contact-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-hero-actions .btn { padding: .84rem 1.15rem; }

.contact-hero-card {
    display: flex;
    min-height: 340px;
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, rgba(22, 70, 112, .88), rgba(5, 25, 44, .96));
    box-shadow: 0 35px 70px rgba(0, 8, 20, .38);
}

.contact-hero-card-icon { display: grid; width: 70px; height: 70px; margin-bottom: 34px; border-radius: 18px; place-items: center; color: var(--gold); background: rgba(255, 255, 255, .08); font-size: 2rem; }
.contact-hero-card p { margin-bottom: 8px; color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-hero-card strong { margin-bottom: 14px; color: var(--white); font-size: 1.55rem; line-height: 1.25; }
.contact-hero-card > span:last-child { color: #c2d2e2; font-size: .88rem; line-height: 1.7; }

.contact-details-section { background: var(--white); }
.contact-option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.contact-option-grid > * { display: flex; min-height: 265px; padding: 30px 26px; border: 1px solid var(--line); border-radius: 14px; flex-direction: column; color: var(--ink); background: var(--white); text-decoration: none; }
.contact-option-grid > a:hover { border-color: #f0b6bf; box-shadow: 0 18px 40px rgba(5, 32, 58, .09); transform: translateY(-3px); }
.contact-option-grid > * > i { display: grid; width: 56px; height: 56px; margin-bottom: 34px; border-radius: 50%; place-items: center; color: #236cc8; background: #e8f1fc; font-size: 1.35rem; }
.contact-option-grid > *:nth-child(2) > i { color: var(--coral); background: #fff0f2; }
.contact-option-grid > *:nth-child(3) > i { color: #168d5d; background: #e3f7ed; }
.contact-option-grid > *:nth-child(4) > i { color: #8a5ed1; background: #f1ebfb; }
.contact-option-grid small { margin-bottom: 6px; color: var(--coral); font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.contact-option-grid strong { margin-bottom: 10px; overflow-wrap: anywhere; font-size: 1rem; }
.contact-option-grid > * > span { color: var(--muted); font-size: .82rem; line-height: 1.55; }

.contact-brief-section { background: var(--surface); }
.contact-brief-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-brief-grid h2, .contact-local-grid h2, .contact-faq-section h2 { color: var(--ink); font-size: clamp(2rem, 3.7vw, 3rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; }
.contact-brief-grid > div > p:last-child { color: var(--muted); line-height: 1.75; }
.contact-brief-grid ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.contact-brief-grid li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-brief-grid li > span { display: grid; width: 44px; height: 44px; border-radius: 50%; place-items: center; color: var(--coral); background: #fff0f2; font-size: .69rem; font-weight: 900; }
.contact-brief-grid strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: .95rem; }
.contact-brief-grid li p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.6; }

.contact-services-section { background: var(--white); }
.contact-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.contact-service-grid a { display: grid; grid-template-columns: 46px 1fr auto; gap: 15px; align-items: center; min-height: 92px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); text-decoration: none; }
.contact-service-grid a:hover { border-color: #f0b6bf; box-shadow: 0 14px 35px rgba(5, 32, 58, .08); transform: translateY(-2px); }
.contact-service-grid a > i:first-child { display: grid; width: 44px; height: 44px; border-radius: 10px; place-items: center; color: #246cc9; background: #e8f1fc; font-size: 1.12rem; }
.contact-service-grid a:nth-child(even) > i:first-child { color: var(--coral); background: #fff0f2; }
.contact-service-grid span { font-size: .88rem; font-weight: 800; }
.contact-service-grid a > i:last-child { color: var(--coral); }

.contact-local-section { padding: 70px 0; color: var(--white); background: radial-gradient(circle at 15% 20%, #164b79, transparent 35%), var(--navy-950); }
.contact-local-grid { display: grid; grid-template-columns: 120px 1fr; gap: 40px; align-items: center; }
.contact-local-grid > span { display: grid; width: 110px; height: 110px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 50%; place-items: center; color: var(--coral); background: rgba(255, 255, 255, .05); font-size: 2.45rem; }
.contact-local-grid h2 { margin-bottom: 12px; color: var(--white); }
.contact-local-grid p:last-child { max-width: 920px; margin: 0; color: #c4d3e2; line-height: 1.72; }
.contact-faq-section { background: var(--surface); }

@media (max-width: 1199px) {
    .contact-hero-grid { grid-template-columns: minmax(0, 1fr) 330px; gap: 45px; }
    .contact-option-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .contact-hero-grid { grid-template-columns: 1fr; min-height: auto; }
    .contact-hero-card { display: none; }
    .contact-brief-grid { grid-template-columns: 1fr; gap: 38px; }
    .contact-service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .contact-hero-grid { padding-top: 42px; padding-bottom: 54px; }
    .contact-hero h1 { font-size: 2.65rem; }
    .contact-option-grid, .contact-service-grid { grid-template-columns: 1fr; }
    .contact-option-grid > * { min-height: 230px; }
    .contact-local-grid { grid-template-columns: 1fr; gap: 22px; }
    .contact-local-grid > span { width: 82px; height: 82px; font-size: 1.85rem; }
}

@media (max-width: 575px) {
    .contact-hero-actions { flex-direction: column; align-items: stretch; }
    .contact-hero-actions .btn { width: 100%; }
}

@media (max-width: 1199px) {
    .hero-grid { grid-template-columns: 1fr 420px; gap: 30px; }
    .hero-copy h1 { font-size: 3.25rem; }
    .nav-actions { gap: 10px; }
    .nav-phone { display: none; }
    .about-hero-grid { gap: 45px; }
    .about-service-grid { grid-template-columns: repeat(4, 1fr); }
    .about-approach-grid { grid-template-columns: repeat(2, 1fr); }
    .about-approach-grid li:nth-child(2) { border-right: 1px solid var(--line); }
    .about-approach-grid li:nth-child(n+3) { border-top: 0; }
    .service-hero-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; }
    .service-audience-grid { grid-template-columns: repeat(2, 1fr); }
    .service-process-grid { grid-template-columns: repeat(2, 1fr); }
    .service-process-grid li:nth-child(2) { border-right: 1px solid var(--line); }
    .service-process-grid li:nth-child(n+3) { border-top: 0; }
}

@media (max-width: 991px) {
    .site-navbar { min-height: 70px; }
    .site-navbar .navbar-collapse { padding: 18px 0 8px; }
    .site-navbar .navbar-nav { align-items: stretch !important; }
    .site-navbar .nav-link { padding: .6rem 0 !important; }
    .site-navbar .dropdown-menu { border: 0; box-shadow: none; }
    .nav-actions { margin-top: 12px; }
    .nav-phone { display: flex; }
    .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 70px; }
    .hero-copy { max-width: 720px; }
    .hero-visual { width: 620px; max-width: 90%; margin: 0 auto; }
    .audience-grid { grid-template-columns: repeat(2, 1fr); }
    .audience-grid p { grid-column: span 2; text-align: center; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card-wide { grid-column: span 2; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .one-page-grid { grid-template-columns: 1fr; gap: 50px; }
    .one-page-visual { max-width: 620px; width: 100%; margin: 0 auto; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid li:nth-child(2) { border-right: 1px solid var(--line); }
    .process-grid li:nth-child(n+3) { border-top: 0; }
    .cta-panel { grid-template-columns: 1fr; }
    .cta-actions { align-items: flex-start; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: span 3; }
    .about-hero-grid { grid-template-columns: 1fr; }
    .experience-card { max-width: 420px; }
    .content-split { grid-template-columns: 1fr; gap: 30px; }
    .about-service-grid { grid-template-columns: repeat(3, 1fr); }
    .solution-range-grid { grid-template-columns: 1fr; }
    .local-grid { grid-template-columns: 280px 1fr; gap: 50px; }
    .local-marker { min-height: 280px; }
    .why-about-grid { gap: 55px; }
    .about-cta-panel { grid-template-columns: 1fr; gap: 30px; }
    .faq-layout { grid-template-columns: 1fr; gap: 35px; }
    .faq-layout > div:first-child { position: static; }
    .service-hero-grid { grid-template-columns: 1fr; min-height: auto; }
    .service-hero-art { display: none; }
    .service-deliverables-grid { grid-template-columns: 1fr; gap: 35px; }
    .service-cta-panel { grid-template-columns: 1fr; gap: 30px; }
    .service-cta-panel > div:last-child { align-items: flex-start; }
}

@media (max-width: 767px) {
    .section { padding: 68px 0; }
    .home-hero { min-height: auto; }
    .hero-grid { min-height: auto; padding-top: 62px; padding-bottom: 55px; }
    .hero-copy h1 { font-size: 2.65rem; }
    .hero-lead { font-size: 1rem; }
    .hero-visual { min-height: 340px; max-width: 100%; }
    .code-window { width: 94%; }
    .audience-grid { gap: 18px 10px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card-wide { grid-column: span 1; grid-template-columns: auto 1fr; }
    .service-card-wide a { grid-column: span 2; }
    .benefit-grid { grid-template-columns: 1fr; }
    .one-page-visual { min-height: 360px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid li { border-right: 1px solid var(--line); border-top: 0; }
    .process-grid li:first-child { border-top: 1px solid var(--line); }
    .cta-panel { padding: 42px 30px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px; }
    .footer-grid > div:last-child { grid-column: span 1; }
    .about-hero-grid { min-height: auto; padding-top: 50px; padding-bottom: 60px; }
    .page-breadcrumb { margin-bottom: 30px; }
    .about-hero h1 { font-size: 2.65rem; }
    .about-service-grid { grid-template-columns: repeat(2, 1fr); }
    .about-approach-grid { grid-template-columns: 1fr; }
    .about-approach-grid li { border-top: 0; border-right: 1px solid var(--line); }
    .about-approach-grid li:first-child { border-top: 1px solid var(--line); }
    .local-grid { grid-template-columns: 1fr; }
    .local-marker { width: 280px; margin: 0 auto; }
    .why-about-grid { grid-template-columns: 1fr; gap: 40px; }
    .service-hero-grid { padding-top: 50px; padding-bottom: 62px; }
    .service-hero h1 { font-size: 2.7rem; }
    .service-inclusion-grid { grid-template-columns: 1fr; }
    .service-process-grid { grid-template-columns: 1fr; }
    .service-process-grid li { border-top: 0; border-right: 1px solid var(--line); }
    .service-process-grid li:first-child { border-top: 1px solid var(--line); }
    .related-service-grid { grid-template-columns: 1fr; }
    .service-local-grid { grid-template-columns: 85px 1fr; gap: 25px; }
    .service-local-icon { width: 80px; height: 80px; font-size: 1.8rem; }
}

@media (max-width: 575px) {
    .site-navbar .container,
    .hero-grid,
    .audience-grid,
    .section .container,
    .site-footer .container { padding-right: 20px; padding-left: 20px; }
    .home-hero .hero-grid {
        width: 100%;
        max-width: 100%;
    }
    .hero-grid > *,
    .hero-copy,
    .hero-actions {
        min-width: 0;
        max-width: 100%;
    }
    .hero-copy,
    .hero-actions,
    .hero-lead,
    .hero-points {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        white-space: normal;
    }
    .hero-copy h1 {
        max-width: 100%;
        font-size: 2.08rem;
        overflow-wrap: break-word;
    }
    .hero-copy h1 span {
        display: block;
        max-width: 100%;
    }
    .hero-lead {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn {
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }
    .hero-points { gap: 10px 18px; }
    .hero-visual { min-height: 275px; }
    .code-window { top: 24px; right: 0; }
    .window-body { grid-template-columns: 37px 1fr; min-height: 215px; }
    .code-content { padding: 28px 22px; }
    .code-content strong { font-size: 1.15rem; }
    .code-panels { display: none; }
    .card-mobile { left: 0; }
    .card-code { bottom: 0; }
    .card-search { right: 0; bottom: -5px; }
    .audience-grid { grid-template-columns: 1fr; }
    .audience-grid p { grid-column: span 1; }
    .audience-grid span { text-align: left; }
    .section-heading { margin-bottom: 34px; }
    .service-card { min-height: auto; padding: 27px; }
    .service-card-wide { display: block; }
    .service-card-wide .service-icon { margin-bottom: 20px; }
    .service-card-wide p { margin-bottom: 20px; }
    .service-card-wide a { grid-column: auto; }
    .one-page-visual { min-height: 300px; }
    .mini-browser { top: 32px; left: 5%; width: 90%; }
    .mini-hero { height: 100px; padding-top: 20px; }
    .mini-cards i { height: 43px; }
    .mini-contact { display: none; }
    .visual-tag { bottom: 27px; }
    .check-grid { grid-template-columns: 1fr; }
    .cta-panel { padding: 38px 25px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:last-child { grid-column: span 1; }
    .footer-bottom { flex-direction: column; gap: 9px; }
    .about-hero h1 { font-size: 2.2rem; }
    .about-hero-lead { font-size: .96rem; }
    .experience-card { padding: 27px; }
    .experience-card strong { font-size: 3.6rem; }
    .about-service-grid { gap: 10px; }
    .about-service-grid > * { min-height: 120px; padding: 16px 8px; font-size: .73rem; }
    .range-card { min-height: 330px; padding: 32px 27px; }
    .range-label { margin-bottom: 55px; }
    .local-marker { width: 240px; min-height: 240px; }
    .about-cta-panel { padding: 35px 25px; }
    .faq-list summary { font-size: .92rem; }
    .service-hero h1 { font-size: 2.2rem; }
    .service-hero-lead { font-size: .96rem; }
    .service-hero-actions { align-items: stretch; }
    .service-hero-actions .btn { width: 100%; }
    .service-highlights { flex-direction: column; gap: 8px; }
    .service-audience-grid { grid-template-columns: 1fr; }
    .service-audience-grid article { min-height: auto; }
    .service-inclusion-grid article { grid-template-columns: 45px 1fr; gap: 15px; padding: 23px 20px; }
    .service-inclusion-grid article > span { width: 42px; height: 42px; }
    .service-deliverables-grid ul { grid-template-columns: 1fr; padding: 23px; }
    .service-local-grid { grid-template-columns: 1fr; }
    .service-local-icon { display: none; }
    .service-cta-panel { padding: 38px 25px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
