:root {
    --ink: #14202b;
    --muted: #5c6b78;
    --line: #d9e0e6;
    --surface: #ffffff;
    --surface-alt: #f3f6f8;
    --accent: #b32d24;
    --accent-dark: #842019;
    --navy: #152b3a;
    --navy-soft: #203e51;
    --success: #1f6b45;
    --error: #9b231c;
    --radius: 18px;
    --shadow: 0 18px 50px rgba(21, 43, 58, .11);
    --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.modal-open { overflow: hidden; }
a { color: var(--accent-dark); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0a800; outline-offset: 3px; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.narrow { max-width: 820px; }
.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: 2000; top: 10px; left: 10px; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.utility-bar { background: #0e1d27; color: #d8e2e8; font-size: .84rem; }
.utility-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner a { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand img { flex: 0 0 52px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.05rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .74rem; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav > a:not(.button) { color: var(--ink); text-decoration: none; font-size: .92rem; font-weight: 650; padding: 8px 0; border-bottom: 2px solid transparent; }
.site-nav > a.is-active:not(.button), .site-nav > a:not(.button):hover { color: var(--accent); border-color: var(--accent); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border: 2px solid var(--accent); border-radius: 10px; background: var(--accent); color: #fff; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-1px); }
.button-secondary { background: transparent; color: var(--accent-dark); }
.button-secondary:hover { color: #fff; }
.button-quiet { background: transparent; color: var(--ink); border-color: var(--line); }
.button-quiet:hover { background: var(--surface-alt); color: var(--ink); border-color: #b8c3cc; }
.button-light { background: #fff; color: var(--navy); border-color: #fff; }
.button-light:hover { background: #eef3f6; color: var(--navy); border-color: #eef3f6; }
.button-small { min-height: 40px; padding: 8px 14px; font-size: .88rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7f9fa 0%, #edf2f5 55%, #e7eef2 100%); }
.hero::before { content: ""; position: absolute; inset: auto -10% -52% auto; width: 670px; height: 670px; border: 90px solid rgba(21,43,58,.045); border-radius: 50%; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; padding-block: 88px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 10px; color: var(--accent); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
h1, h2, h3 { margin-top: 0; line-height: 1.16; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(2.55rem, 5vw, 4.7rem); max-width: 900px; }
h2 { margin-bottom: 16px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
h3 { margin-bottom: 10px; font-size: 1.25rem; }
p { margin-top: 0; }
.hero-lead { max-width: 760px; color: #3e4f5b; font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .92rem; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--success); font-weight: 900; }
.hero-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.part-disc { position: relative; width: min(330px, 80vw); aspect-ratio: 1; border: 42px solid var(--navy); border-radius: 50%; box-shadow: 0 30px 70px rgba(21,43,58,.24), inset 0 0 0 20px #8fa0aa; background: #cfd8de; }
.part-disc::before { content: ""; position: absolute; inset: 27%; border: 22px solid #5f727f; border-radius: 50%; background: #e9eef1; }
.part-disc b, .part-disc span { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: #5f727f; }
.part-disc b { inset: 50% auto auto 50%; transform: translate(-50%,-50%); background: var(--navy); }
.part-disc span:nth-child(1) { top: 12%; left: 46%; }.part-disc span:nth-child(2) { right: 12%; top: 46%; }.part-disc span:nth-child(3) { bottom: 12%; left: 46%; }.part-disc span:nth-child(4) { left: 12%; top: 46%; }
.hero-card { position: absolute; padding: 12px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); font-size: .88rem; font-weight: 800; }
.hero-card-one { top: 8%; left: 0; }.hero-card-two { right: -2%; top: 35%; }.hero-card-three { bottom: 7%; left: 8%; }
.section { padding-block: 88px; }
.section-muted { background: var(--surface-alt); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 36px; }
.section-heading > p { max-width: 440px; color: var(--muted); }
.section-heading.centered { justify-content: center; text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { min-height: 100%; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(21,43,58,.045); }
.category-card p { color: var(--muted); font-size: .94rem; }
.category-card > a { font-weight: 750; }
.category-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; color: var(--accent); background: #f9eceb; }
.category-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.category-icon.large { width: 68px; height: 68px; margin: 0; }
.category-icon.large svg { width: 40px; height: 40px; }
.notice { margin: 28px 0 0; padding: 18px 20px; border-left: 4px solid var(--accent); background: #fff6f5; border-radius: 0 10px 10px 0; color: #56231f; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-grid li { position: relative; padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.steps-grid span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 24px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 850; }
.steps-grid p { color: var(--muted); }
.split-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: start; }
.large-address { margin: 24px 0; font-size: 1.25rem; font-style: normal; font-weight: 700; line-height: 1.55; }
.fact-card, .business-panel, .form-aside, .landing-trust { padding: 30px; border-radius: var(--radius); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.fact-card h2, .business-panel h2, .form-aside h2, .landing-trust h2 { color: #fff; font-size: 1.6rem; }
.business-panel a, .landing-trust a { color: #fff; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid rgba(255,255,255,.13); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #f2b64b; font-weight: 900; }
.cta-band { padding-block: 62px; background: var(--navy); color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band .eyebrow { color: #f2b64b; }
.cta-band p { max-width: 780px; color: #d4e0e6; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.page-hero { background: linear-gradient(135deg, #eef3f6, #f9fafb); }
.compact-hero .container, .policy-hero .container { padding-block: 76px; }
.compact-hero h1, .policy-hero h1 { font-size: clamp(2.35rem, 4.5vw, 4rem); }
.compact-hero p:last-child { max-width: 740px; color: var(--muted); font-size: 1.15rem; }
.product-list { display: grid; gap: 18px; }
.product-category { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.product-category p { margin-bottom: 8px; color: var(--muted); }
.availability-note { font-weight: 750; color: var(--accent-dark) !important; }
.detail-list { columns: 2; gap: 40px; margin: 0; padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.detail-list li { break-inside: avoid; margin: 0 0 10px 20px; }
.business-panel dl { margin: 0; }
.business-panel dl div { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.business-panel dl div:last-child { border-bottom: 0; }
.business-panel dt { color: #aebec8; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.business-panel dd { margin: 3px 0 0; }
.form-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 50px; align-items: start; }
.form-aside { position: sticky; top: 130px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label, .inquiry-form > label { display: grid; gap: 7px; font-weight: 700; }
.form-span-2 { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid #b9c4cc; border-radius: 9px; background: #fff; color: var(--ink); padding: 12px 13px; }
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(179,45,36,.12); outline: 0; }
input[type="file"] { padding: 10px; }
label small, .form-note { color: var(--muted); font-size: .85rem; font-weight: 500; }
.consent-check { grid-template-columns: auto 1fr !important; align-items: start; gap: 12px !important; margin: 22px 0 12px; font-weight: 500 !important; }
.consent-check input { width: 19px; height: 19px; margin-top: 4px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { margin: 0 0 24px; padding: 16px 18px; border-radius: 10px; }
.alert-success { background: #eaf7f0; border: 1px solid #a9d9bf; color: #174b31; }
.alert-error { background: #fff0ef; border: 1px solid #e5aaa5; color: #6e1c16; }
.alert ul { margin-bottom: 0; }
.form-aside .notice { background: rgba(255,255,255,.1); color: #fff; border-color: #f2b64b; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card h2 { font-size: 1.4rem; }
.contact-card address { font-style: normal; }
.contact-highlight { font-size: 1.25rem; font-weight: 850; }
.contact-form-panel { padding: 32px; border-radius: var(--radius); background: var(--surface-alt); }
.landing-hero .hero-grid { min-height: 560px; grid-template-columns: 1.15fr .65fr; }
.landing-trust { position: relative; z-index: 2; }
.compact-grid .category-card { padding: 22px; }
.location-strip { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.location-strip address { font-style: normal; font-size: 1.1rem; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
summary { padding: 18px 22px; cursor: pointer; font-weight: 800; }
details p { padding: 0 22px 20px; color: var(--muted); }
.policy-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 60px; align-items: start; }
.policy-nav { position: sticky; top: 130px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.policy-nav h2 { font-size: 1.15rem; }
.policy-nav ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 0; margin: 0; list-style: none; }
.policy-nav a { display: grid; place-items: center; min-height: 34px; border-radius: 7px; background: var(--surface-alt); text-decoration: none; }
.policy-content section { scroll-margin-top: 130px; padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.policy-content h2 { font-size: 1.65rem; }
.prose p, .prose li { color: #3f4e59; }
.review-notice { margin-bottom: 34px; padding: 20px; border: 1px solid #e9c277; border-radius: 10px; background: #fff9e9; color: #5f4511; }
.table-wrap { overflow-x: auto; margin-block: 22px; }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--navy); color: #fff; }
.error-section { min-height: 560px; display: grid; place-items: center; text-align: center; background: var(--surface-alt); }
.error-code { margin: 0; color: var(--accent); font-size: 7rem; line-height: .9; font-weight: 900; }
.centered-buttons { justify-content: center; }
.site-footer { background: #0e1d27; color: #c7d3da; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr .9fr; gap: 48px; padding-block: 64px; }
.site-footer h2 { color: #fff; font-size: 1.05rem; letter-spacing: 0; }
.site-footer a { color: #fff; }
.site-footer address { font-style: normal; }
.footer-brand { display: inline-block; margin-bottom: 6px; font-size: 1.35rem; font-weight: 850; text-decoration: none; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.link-button { padding: 0; border: 0; background: transparent; color: #fff; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }
.footer-bottom { padding-block: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.cookie-banner { position: fixed; z-index: 1100; left: 20px; right: 20px; bottom: 20px; display: flex; justify-content: space-between; align-items: center; gap: 28px; max-width: 1180px; margin-inline: auto; padding: 22px; border: 1px solid #cad4da; border-radius: 16px; background: #fff; box-shadow: 0 25px 80px rgba(10,25,35,.25); }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 5px; font-size: 1.25rem; }
.cookie-banner p { margin: 0; max-width: 700px; font-size: .9rem; color: var(--muted); }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 8px 13px; font-size: .82rem; }
.cookie-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(6,18,26,.66); }
.cookie-dialog { position: relative; width: min(620px, 100%); max-height: 90vh; overflow: auto; padding: 30px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.dialog-close { position: absolute; top: 12px; right: 15px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.preference-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.preference-row span, .preference-row small { display: block; }
.preference-row small { color: var(--muted); }
.preference-row input { width: 22px; height: 22px; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
@media (max-width: 1020px) {
    .nav-toggle { display: block; }
    .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 24px 24px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
    .site-nav.is-open { display: flex; }
    .site-nav > a:not(.button) { padding: 12px 0; }
    .site-nav .button { margin-top: 10px; }
    .hero-grid { grid-template-columns: 1fr; gap: 30px; min-height: auto; }
    .hero-visual { min-height: 350px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .split-panel, .form-layout, .contact-grid, .landing-hero .hero-grid, .policy-layout { grid-template-columns: 1fr; }
    .form-aside, .policy-nav { position: static; }
    .policy-nav ol { grid-template-columns: repeat(9, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    .utility-inner span { display: none; }
    .utility-inner { justify-content: center; }
    .header-inner { min-height: 70px; }
    .brand img { width: 44px; height: 44px; }
    .brand small { display: none; }
    .section { padding-block: 62px; }
    .hero-grid { padding-block: 62px; }
    h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
    .hero-visual { min-height: 280px; }
    .part-disc { width: 230px; border-width: 30px; }
    .part-disc::before { border-width: 15px; }
    .part-disc span { width: 16px; height: 16px; }
    .hero-card { font-size: .72rem; padding: 9px 11px; }
    .section-heading, .cta-inner, .location-strip, .cookie-banner { align-items: stretch; flex-direction: column; }
    .section-heading { display: block; }
    .category-grid, .steps-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
    .product-category { grid-template-columns: auto 1fr; }
    .product-category .button { grid-column: 1 / -1; }
    .detail-list { columns: 1; }
    .form-span-2 { grid-column: auto; }
    .policy-nav { display: none; }
    .cookie-banner { left: 10px; right: 10px; bottom: 10px; max-height: calc(100vh - 20px); overflow: auto; }
    .cookie-actions { justify-content: stretch; }
    .cookie-actions .button { width: 100%; }
    .footer-grid { gap: 30px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
