:root {
    --navy-950: #020717;
    --navy-900: #041128;
    --navy-800: #081d3f;
    --blue: #00a5fe;
    --blue-light: #40c8ff;
    --green: #58dc00;
    --green-light: #8cf43f;
    --ink: #0a1830;
    --muted: #5d6d83;
    --line: #dfe7f0;
    --surface: #f4f8fc;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(4, 17, 40, .12);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 880px; }
.section { padding: 96px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; background: var(--green); color: var(--navy-950); padding: 10px 16px; z-index: 999; font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 15px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(2, 7, 23, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; width: 188px; height: 60px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav > a:not(.button) { color: rgba(255,255,255,.78); font-size: .94rem; font-weight: 700; position: relative; padding: 26px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--green)); transition: right .25s ease; }
.primary-nav > a:not(.button):hover, .primary-nav > a.active { color: #fff; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a.active::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: transparent; padding: 11px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-primary { color: var(--navy-950); background: linear-gradient(100deg, var(--blue-light), var(--green)); box-shadow: 0 12px 35px rgba(0,165,254,.25); }
.button-primary:hover { box-shadow: 0 16px 40px rgba(88,220,0,.22); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-ghost-dark { color: var(--ink); border-color: #cfd9e5; background: #fff; }
.button-light { color: var(--navy-950); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.text-link { color: var(--blue); font-weight: 800; }

.hero {
    position: relative;
    min-height: 740px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 80% 30%, rgba(0,165,254,.2), transparent 30%),
        radial-gradient(circle at 65% 65%, rgba(88,220,0,.10), transparent 26%),
        linear-gradient(135deg, #020615, #06152f 70%, #031021);
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,7,23,.98) 0%, rgba(2,7,23,.84) 45%, rgba(2,7,23,.22) 100%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(64,200,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(64,200,255,.13) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent, black 40%, black); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; padding: 90px 0; }
.hero-copy { max-width: 660px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 900; }
.eyebrow { color: #b7d6ed; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--green)); box-shadow: 0 0 12px var(--blue); }
.hero h1, .page-hero h1 { margin: 18px 0 22px; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { font-style: normal; color: transparent; background: linear-gradient(100deg, var(--blue-light), var(--green-light)); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p { max-width: 660px; color: #c2d0e3; font-size: 1.18rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 30px; color: #93a9c3; font-size: .84rem; }
.hero-trust span::before { content: "✓"; color: var(--green); margin-right: 7px; font-weight: 900; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual img { position: relative; z-index: 3; width: 690px; max-width: 120%; filter: drop-shadow(0 0 34px rgba(0,165,254,.26)); }
.logo-orbit { position: absolute; width: 430px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(64,200,255,.16); box-shadow: 0 0 80px rgba(0,165,254,.09), inset 0 0 80px rgba(88,220,0,.05); }
.logo-orbit::before, .logo-orbit::after { content: ""; position: absolute; inset: 45px; border-radius: 50%; border: 1px dashed rgba(88,220,0,.18); animation: spin 25s linear infinite; }
.logo-orbit::after { inset: 100px; border-style: solid; border-color: rgba(64,200,255,.17); animation-direction: reverse; animation-duration: 18s; }
.status-card { position: absolute; z-index: 4; min-width: 150px; padding: 14px 18px; border-radius: 16px; background: rgba(3,14,37,.82); border: 1px solid rgba(64,200,255,.24); box-shadow: 0 20px 60px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.status-card strong { display: block; color: var(--green-light); font-size: 1.45rem; }
.status-card span { color: #a9bdd2; font-size: .78rem; }
.status-one { left: -10px; bottom: 92px; }
.status-two { right: 0; top: 100px; }
@keyframes spin { to { transform: rotate(360deg); } }

.intro-strip { padding: 70px 0; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.section-kicker { color: #0877b6; }
.intro-grid h2, .section-heading h2, .process-copy h2, .why-panel h2, .cta-card h2, .about-card h2, .contact-info h2, .quote-guide h2, .location-card h2 { margin: 10px 0 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.045em; }
.intro-grid p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading p { color: var(--muted); }

.services-preview { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: #fff; border: 1px solid #e6edf4; border-radius: var(--radius); padding: 30px; box-shadow: 0 12px 38px rgba(4,17,40,.055); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(0,165,254,.42); box-shadow: var(--shadow); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, rgba(0,165,254,.13), rgba(88,220,0,.12)); margin-bottom: 24px; }
.icon-box svg { width: 28px; fill: #0877b6; }
.service-card h3 { margin: 0 0 10px; font-size: 1.25rem; }
.service-card p { color: var(--muted); margin-bottom: 22px; }
.service-card a { color: #0877b6; font-weight: 800; font-size: .92rem; }
.service-card a span { color: var(--green); margin-left: 4px; }

.process-section { background: var(--navy-950); color: #fff; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.process-copy { position: sticky; top: 130px; align-self: start; }
.process-copy p { color: #9db0c5; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.11); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.11); }
.process-list > li > span { color: var(--green); font-size: .9rem; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 5px; font-size: 1.45rem; }
.process-list p { margin: 0; color: #97abc1; }

.why-section { background: #fff; }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-panel { background: linear-gradient(145deg, #eaf8ff, #f3ffe9); border-radius: 30px; padding: 48px; }
.why-panel p { color: var(--muted); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.metric { min-height: 160px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; justify-content: end; }
.metric strong { font-size: 1.35rem; }
.metric span { color: var(--muted); }

.cta-section { padding-top: 0; }
.cta-section.compact { padding-top: 60px; }
.cta-card { color: #fff; background: linear-gradient(110deg, #053d77, #0877b6 50%, #2d8e11); border-radius: 30px; padding: 50px 56px; display: flex; justify-content: space-between; align-items: center; gap: 50px; box-shadow: 0 25px 70px rgba(0,77,134,.25); }
.cta-card p { color: rgba(255,255,255,.8); }
.cta-card .section-kicker { color: #c4f6a4; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

.page-hero { position: relative; overflow: hidden; color: #fff; padding: 120px 0 110px; background: radial-gradient(circle at 75% 10%, rgba(0,165,254,.18), transparent 28%), linear-gradient(135deg, var(--navy-950), #082551); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(64,200,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(64,200,255,.14) 1px, transparent 1px); background-size: 50px 50px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.page-hero p { color: #b9cbe0; max-width: 760px; font-size: 1.15rem; }
.page-hero.small { padding: 96px 0 86px; }

.service-details { background: var(--surface); }
.detail-card { display: grid; grid-template-columns: 100px 1fr; gap: 30px; max-width: 980px; margin: 0 auto 24px; padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 40px rgba(4,17,40,.05); scroll-margin-top: 100px; }
.detail-number { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 18px; color: var(--navy-950); background: linear-gradient(135deg, var(--blue-light), var(--green-light)); font-weight: 900; }
.detail-card h2 { margin: 8px 0 10px; font-size: 2rem; letter-spacing: -.035em; }
.detail-card p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; color: #34465d; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #3fb000; font-weight: 900; }

.about-section { background: var(--surface); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.about-card { background: #fff; padding: 48px; border: 1px solid var(--line); border-radius: 26px; }
.about-card p { color: var(--muted); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.value-card { min-height: 210px; padding: 30px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #07224b, #093975); display: flex; flex-direction: column; justify-content: end; }
.value-card:nth-child(2), .value-card:nth-child(3) { background: linear-gradient(145deg, #17430a, #2e7e16); }
.value-card strong { font-size: 1.5rem; }
.value-card p { margin: 8px 0 0; color: rgba(255,255,255,.74); }
.location-section { padding-top: 0; }
.location-card { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding: 45px 50px; border: 1px solid var(--line); border-radius: 25px; }
.location-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

.contact-section, .quote-section { background: var(--surface); }
.contact-layout, .quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 45px; align-items: start; }
.contact-info, .quote-guide { position: sticky; top: 120px; padding: 40px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #051a38, #073b75); }
.contact-info .section-kicker, .quote-guide .section-kicker { color: var(--green-light); }
.contact-list { display: grid; gap: 12px; margin: 30px 0; }
.contact-list a, .contact-list > div { padding: 18px; border-radius: 14px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.contact-list span { display: block; color: #91aac5; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }
.contact-list strong { display: block; margin-top: 4px; font-size: 1.03rem; }
.contact-note { color: #a8bdd3; font-size: .92rem; }
.quote-guide .check-list li { color: #d2deeb; }
.mini-contact { margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 6px; }
.mini-contact span { color: #9fb3c8; font-size: .84rem; }
.mini-contact a { color: #fff; font-weight: 800; }

.inquiry-form { background: #fff; padding: 38px; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label, .service-options legend { font-weight: 800; font-size: .9rem; color: #233750; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #cfd9e5; border-radius: 10px; background: #fff; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 140px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,165,254,.11); }
.was-validated :invalid { border-color: #d13838; }
.service-options { margin: 0; padding: 18px; border: 1px solid #d8e1eb; border-radius: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-options legend { padding: 0 8px; }
.service-options label { display: flex; align-items: center; gap: 8px; font-weight: 650; }
.service-options input, .consent input { width: auto; margin: 0; accent-color: #31a800; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0; color: var(--muted); font-size: .88rem; }
.form-status { color: #b52b2b; font-weight: 700; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.thank-you-section { min-height: 70vh; display: grid; place-items: center; background: var(--surface); }
.thank-you-card { max-width: 760px; text-align: center; padding: 60px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.thank-you-card h1 { margin: 10px 0; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.05em; line-height: 1; }
.thank-you-card p { color: var(--muted); }
.success-icon { width: 74px; height: 74px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--blue-light), var(--green)); font-size: 2rem; font-weight: 900; color: var(--navy-950); }
.centered-actions { justify-content: center; }
.error-code { color: var(--blue); font-size: 4rem; font-weight: 950; }

.legal-section { background: var(--surface); }
.legal-card { max-width: 860px; padding: 50px; background: #fff; border: 1px solid var(--line); border-radius: 24px; }
.legal-card h2 { margin-top: 32px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { color: var(--muted); }
.legal-card a { color: #0877b6; font-weight: 800; }
.legal-updated { margin-top: 40px; font-size: .86rem; }

.site-footer { color: #c5d2e0; background: var(--navy-950); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 60px; }
.footer-logo { width: 210px; margin-bottom: 18px; }
.footer-grid p { color: #8fa3b9; }
.footer-grid h2 { color: #fff; font-size: 1rem; margin: 0 0 16px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid address { color: #8fa3b9; margin: 4px 0; }
.footer-grid a:hover { color: var(--green-light); }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: #748aa2; font-size: .84rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--green)); box-shadow: 0 15px 35px rgba(0,165,254,.35); }
.floating-call svg { width: 25px; fill: var(--navy-950); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
    .nav-toggle { display: block; }
    .primary-nav { position: fixed; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px; background: rgba(2,7,23,.98); border-bottom: 1px solid rgba(255,255,255,.12); }
    .primary-nav.open { display: flex; }
    .primary-nav > a:not(.button) { padding: 14px 8px; }
    .primary-nav > a:not(.button)::after { display: none; }
    .primary-nav .button { margin-top: 10px; }
    .hero { min-height: auto; }
    .hero-layout { grid-template-columns: 1fr; text-align: center; padding: 80px 0; }
    .hero-copy { margin-inline: auto; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { min-height: 390px; }
    .hero-visual img { width: 620px; max-width: 100%; }
    .status-one { left: 5%; }
    .status-two { right: 5%; }
    .intro-grid, .process-layout, .why-layout, .about-layout, .contact-layout, .quote-layout { grid-template-columns: 1fr; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .process-copy, .contact-info, .quote-guide { position: static; }
    .cta-card, .location-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 72px 0; }
    .brand { width: 164px; }
    .hero-layout { padding: 65px 0 75px; }
    .hero h1, .page-hero h1 { font-size: 2.75rem; }
    .hero-copy > p, .page-hero p { font-size: 1rem; }
    .hero-visual { min-height: 300px; }
    .logo-orbit { width: 280px; }
    .status-card { display: none; }
    .service-grid, .why-grid, .values-grid, .form-grid, .service-options { grid-template-columns: 1fr; }
    .intro-grid { gap: 25px; }
    .service-card, .detail-card, .about-card, .inquiry-form, .contact-info, .quote-guide, .legal-card, .thank-you-card { padding: 28px; }
    .detail-card { grid-template-columns: 1fr; }
    .detail-number { width: 58px; height: 58px; }
    .cta-card { padding: 38px 28px; }
    .cta-actions, .location-actions { width: 100%; }
    .cta-actions .button, .location-actions .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; }
    .page-hero { padding: 85px 0 75px; }
}
