:root {
    --ink: #071221;
    --ink-soft: #1c2b3d;
    --blue: #1267d8;
    --blue-dark: #0a4fae;
    --sky: #eaf3ff;
    --line: #dbe4ef;
    --paper: #ffffff;
    --muted: #647286;
    --surface: #f5f8fc;
    --success: #0a7a4b;
    --danger: #ad2f2f;
    --radius: 20px;
    --shadow: 0 20px 55px rgba(5, 24, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 900px; }
.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; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { background: #040a12; color: #c8d6e7; font-size: .83rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { color: white; text-decoration: none; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #070b12 45%, var(--blue) 46%); border-radius: 50%; font-size: 1.65rem; font-weight: 900; box-shadow: inset 0 0 0 6px white, 0 0 0 2px var(--ink); }
.brand strong { display: block; font-size: 1.55rem; letter-spacing: -.05em; line-height: .95; }
.brand strong span { color: var(--blue); }
.brand small { display: block; margin-top: 6px; letter-spacing: .38em; font-size: .58rem; font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: #27364a; font-size: .93rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .primary-nav a.active { color: var(--blue); }
.primary-nav .nav-cta { padding: 12px 18px; color: white; background: var(--ink); border-radius: 10px; }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta.active { color: white; background: var(--blue); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 30%, #173e71 0, #071627 38%, #040b13 72%); color: white; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; bottom: -330px; border: 1px solid rgba(64,149,255,.35); border-radius: 50%; box-shadow: 0 0 0 70px rgba(31,112,217,.05), 0 0 0 150px rgba(31,112,217,.04); }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; padding-block: 70px; }
.eyebrow { margin: 0 0 16px; color: #2a7eea; font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow, .cta-section .eyebrow { color: #75b3ff; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(3.3rem, 6vw, 5.8rem); }
.hero h1 span { color: #72adfa; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
p { margin-top: 0; }
.hero-lead { max-width: 620px; color: #c8d5e5; font-size: 1.12rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 23px; border: 0; border-radius: 10px; font: inherit; font-size: .92rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); }
.button-white { color: var(--ink); background: white; }
.hero-facts { display: flex; gap: 28px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts strong { font-size: 1.05rem; }
.hero-facts span { color: #95a9c0; font-size: .77rem; }
.hero-visual { position: relative; }
.image-frame { padding: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; box-shadow: 0 34px 90px rgba(0,0,0,.45); }
.image-frame img { width: 100%; max-height: 560px; object-fit: cover; object-position: top center; border-radius: 19px; }
.floating-note { position: absolute; left: -25px; bottom: 35px; display: flex; align-items: center; gap: 10px; padding: 14px 18px; color: var(--ink); background: white; border-radius: 12px; font-size: .85rem; font-weight: 800; box-shadow: var(--shadow); }
.status-dot { width: 9px; height: 9px; background: #18b973; border-radius: 50%; box-shadow: 0 0 0 5px #daf7eb; }

.section { padding: 100px 0; }
.section-light { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: 1.4fr .8fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; }
.section-heading > p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .detail-card, .contact-card { padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.service-card { transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-number { display: block; margin-bottom: 42px; color: var(--blue); font-size: .75rem; font-weight: 900; }
.service-card p { color: var(--muted); }
.service-card a, .contact-card a, .text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.policy-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; padding: 30px 36px; color: white; background: var(--ink); border-radius: var(--radius); }
.policy-banner div { display: flex; flex-direction: column; }
.policy-banner span { color: #72adfa; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.policy-banner p { max-width: 460px; margin: 0; color: #bdc9d7; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.process-section { background: white; }
.process-section .split-layout > div > p:not(.eyebrow) { color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 0 0 30px; }
.process-list li:not(:last-child) { margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.process-list li > span { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-weight: 900; }
.process-list strong { font-size: 1.1rem; }
.process-list p { margin: 5px 0 0; color: var(--muted); }
.cta-section { padding: 70px 0; color: white; background: var(--blue); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { margin: 0; max-width: 760px; }

.page-hero { padding: 95px 0; color: white; background: radial-gradient(circle at 80% 0, #153d70, #071221 55%); }
.page-hero h1 { max-width: 920px; font-size: clamp(2.8rem, 5.5vw, 5rem); }
.page-hero p:last-child { max-width: 760px; color: #c3d0df; font-size: 1.12rem; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.detail-card { padding: 42px; }
.detail-kicker { display: inline-block; margin-bottom: 26px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; color: var(--ink-soft); }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.notice { margin: 26px 0 0; padding: 18px; background: #fff4e8; border-left: 4px solid #ed8a25; border-radius: 8px; color: #693d11; }
.price-section { padding: 80px 0; background: white; }
.align-center { align-items: center; }
.price-section p { color: var(--muted); }
.price-section .button { margin-top: 12px; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.about-image { padding: 10px; background: white; border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow); }
.about-image img { max-height: 650px; width: 100%; object-fit: cover; object-position: top; border-radius: 17px; }
.about-grid > div > p:not(.eyebrow) { color: var(--muted); }
.value-list { display: grid; gap: 18px; margin-top: 34px; }
.value-list div { display: grid; gap: 2px; padding-left: 20px; border-left: 3px solid var(--blue); }
.value-list span { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card > span { color: var(--blue); font-size: .72rem; font-weight: 900; }
.contact-card h2 { margin-top: 42px; font-size: 1.8rem; }
.contact-card small { color: var(--muted); }
.contact-callout { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-top: 25px; padding: 45px; background: var(--sky); border-radius: var(--radius); }
.contact-callout h2 { font-size: 2.3rem; }
.contact-callout p:not(.eyebrow) { max-width: 700px; color: var(--muted); }

.order-hero { padding-bottom: 120px; }
.order-section { padding-top: 0; }
.order-layout { display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: start; margin-top: -55px; position: relative; z-index: 2; }
.order-sidebar { position: sticky; top: 20px; }
.sidebar-card { padding: 28px; color: white; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.sidebar-label { color: #75b3ff; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sidebar-card h2 { margin-top: 15px; font-size: 1.55rem; }
.sidebar-card ul { padding-left: 20px; margin-bottom: 0; color: #c6d2e0; font-size: .9rem; }
.sidebar-card li + li { margin-top: 10px; }
.sidebar-contact { display: flex; flex-direction: column; margin-top: 15px; padding: 22px 26px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.sidebar-contact span, .sidebar-contact small { color: var(--muted); }
.sidebar-contact a { color: var(--blue); font-size: 1.25rem; font-weight: 900; text-decoration: none; }
.form-panel { padding: 40px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.work-order-form fieldset { margin: 0; padding: 0 0 42px; border: 0; }
.work-order-form fieldset + fieldset { padding-top: 42px; border-top: 1px solid var(--line); }
.work-order-form legend { width: 100%; margin-bottom: 28px; font-size: 1.4rem; font-weight: 900; letter-spacing: -.025em; }
.work-order-form legend span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 10px; color: white; background: var(--blue); border-radius: 50%; font-size: .86rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-grid label, .group-label { display: flex; flex-direction: column; gap: 7px; color: #26384e; font-size: .86rem; font-weight: 800; }
.form-grid label b { color: var(--blue); }
.form-grid label > span { color: var(--muted); font-weight: 500; }
.form-grid label small { color: var(--muted); font-weight: 500; line-height: 1.35; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #cdd9e7; border-radius: 9px; background: white; color: var(--ink); padding: 12px 13px; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(18,103,216,.14); border-color: var(--blue); }
input[readonly] { color: var(--muted); background: #f2f5f8; }
textarea { resize: vertical; }
.checkbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px; }
.check { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 9px !important; padding: 11px; background: var(--surface); border: 1px solid var(--line); border-radius: 9px; font-weight: 650 !important; cursor: pointer; }
.check input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue); flex: 0 0 auto; }
.agreement-box { display: grid; gap: 12px; margin-top: 26px; }
.agreement { padding: 16px; line-height: 1.45; }
.submit-button { width: 100%; min-height: 56px; }
.form-footnote { margin: 12px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
.alert { margin-bottom: 25px; padding: 18px 20px; border-radius: 10px; }
.alert strong, .alert span { display: block; }
.alert ul { margin-bottom: 0; }
.alert-success { color: #075b38; background: #e0f7ec; border: 1px solid #a4e3c8; }
.alert-error { color: #7e2020; background: #fff0f0; border: 1px solid #efb9b9; }

.site-footer { padding: 70px 0 25px; color: #bac6d5; background: #040a12; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 70px; }
.brand-footer { color: white; margin-bottom: 22px; }
.footer-grid p { max-width: 430px; }
.footer-grid h2 { color: white; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:last-child { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: white; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 35px; margin-top: 55px; padding-top: 20px; border-top: 1px solid #223044; font-size: .72rem; }
.footer-bottom span:last-child { max-width: 700px; text-align: right; }

@media (max-width: 960px) {
    .menu-toggle { display: block; }
    .primary-nav { display: none; position: absolute; top: 120px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
    .primary-nav.open { display: flex; }
    .primary-nav a { padding: 12px; }
    .primary-nav .nav-cta { margin-top: 5px; text-align: center; }
    .hero-grid, .section-heading, .split-layout, .about-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 45px; }
    .hero-visual { max-width: 680px; }
    .service-grid, .contact-grid { grid-template-columns: 1fr 1fr; }
    .split-layout { gap: 45px; }
    .order-layout { grid-template-columns: 1fr; }
    .order-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
    .sidebar-contact { margin: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .shell { width: min(100% - 28px, 1180px); }
    .topbar-inner { justify-content: center; text-align: center; }
    .topbar-inner > span:first-child { display: none; }
    .nav-wrap { min-height: 74px; }
    .primary-nav { top: 112px; }
    .hero-grid { min-height: auto; padding-block: 65px; }
    h1 { font-size: clamp(2.7rem, 14vw, 4.1rem); }
    .hero-facts { flex-wrap: wrap; }
    .floating-note { left: 10px; bottom: 20px; }
    .section { padding: 72px 0; }
    .service-grid, .service-detail-grid, .contact-grid, .form-grid, .checkbox-grid { grid-template-columns: 1fr; }
    .form-grid .full { grid-column: auto; }
    .policy-banner, .cta-inner, .contact-callout { align-items: flex-start; flex-direction: column; }
    .detail-card, .contact-card { padding: 28px; }
    .order-sidebar { grid-template-columns: 1fr; }
    .form-panel { padding: 24px 18px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { flex-direction: column; }
    .footer-bottom span:last-child { text-align: left; }
}
