:root{
  --brand-primary:#0F4C5C;
  --brand-primary-hover:#0C3E4B;
  --brand-primary-active:#09323C;
  --brand-secondary:#2A9D8F;
  --brand-secondary-hover:#23877B;
  --brand-secondary-active:#1D6F65;
  --urgent:#B42318;
  --urgent-hover:#912018;
  --urgent-active:#7A1A14;
  --bg:#FFFFFF;
  --bg-subtle:#F7FAFC;
  --surface:#FFFFFF;
  --surface-2:#F2F6F9;
  --border:#D6E0E7;
  --text:#0B1220;
  --muted:#4B5B6B;
  --subtle:#6B7C8F;
  --shadow-sm:0 1px 2px rgba(11,18,32,0.08);
  --shadow-md:0 6px 18px rgba(11,18,32,0.12);
  --radius-sm:8px;
  --radius-md:12px;
  --radius-lg:16px;
  --container:1120px;
  --readable:720px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
a{color:var(--brand-primary);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

.container{max-width:var(--container);margin:0 auto;padding:0 16px}
@media (min-width:768px){.container{padding:0 24px}}
@media (min-width:1024px){.container{padding:0 32px}}
.container-legal{max-width:880px}
.readable{max-width:var(--readable)}

.display{font-size:40px;line-height:1.15;letter-spacing:-0.5px;margin:0 0 12px;font-weight:700}
.h1{font-size:32px;line-height:1.2;letter-spacing:-0.3px;margin:0 0 12px;font-weight:700}
.h2{font-size:24px;line-height:1.25;margin:0;font-weight:700}
.h3{font-size:20px;line-height:1.3;margin:0;font-weight:600}
.h4{font-size:18px;line-height:1.35;margin:0;font-weight:600}
.lead{font-size:16px;color:var(--muted);margin:0 0 16px}
.small{font-size:14px}
.caption{font-size:12px}
.muted{color:var(--muted)}

.section{padding:24px 0}
@media (min-width:768px){.section{padding:40px 0}}
@media (min-width:1024px){.section{padding:64px 0}}
.section-subtle{background:var(--bg-subtle)}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.92);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:12px}
@media (min-width:1024px){.header-inner{min-height:72px}}
.brand-link{display:flex;align-items:center;gap:10px}
.brand-mark{width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary))}
.brand-name{font-weight:700;color:var(--text)}

.nav-desktop{display:none}
@media (min-width:1024px){.nav-desktop{display:block}}
.nav-list{display:flex;gap:16px;list-style:none;margin:0;padding:0;align-items:center}
.nav-link{display:inline-flex;align-items:center;padding:10px 8px;border-radius:10px;color:var(--muted);font-weight:600;font-size:14px}
.nav-link:hover{background:var(--bg-subtle);text-decoration:none;color:var(--text)}
.nav-link.is-active{color:var(--brand-primary);position:relative}
.nav-link.is-active::after{content:"";position:absolute;left:8px;right:8px;bottom:4px;height:2px;background:var(--brand-secondary);border-radius:2px}

.header-ctas{display:flex;align-items:center;gap:10px}
.header-call{display:none}
@media (min-width:1024px){.header-call{display:inline-flex}}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid transparent;font-weight:600;line-height:1.2;cursor:pointer;text-decoration:none;user-select:none;transition:background 180ms ease,border-color 180ms ease,transform 120ms ease,box-shadow 180ms ease}
.btn:active{transform:translateY(1px)}
.btn-md{height:44px;padding:0 16px}
.btn-lg{height:52px;padding:0 18px;border-radius:16px}
.btn-primary{background:var(--brand-primary);color:#fff}
.btn-primary:hover{background:var(--brand-primary-hover);text-decoration:none}
.btn-primary:active{background:var(--brand-primary-active)}
.btn-secondary{background:var(--brand-secondary);color:#fff}
.btn-secondary:hover{background:var(--brand-secondary-hover);text-decoration:none}
.btn-outline{background:transparent;color:var(--brand-primary);border-color:var(--border)}
.btn-outline:hover{background:var(--bg-subtle);text-decoration:none}
.btn-ghost{background:transparent;color:var(--brand-primary)}
.btn-ghost:hover{background:var(--bg-subtle);text-decoration:none}
.btn-urgent{background:var(--urgent);color:#fff}
.btn-urgent:hover{background:var(--urgent-hover);text-decoration:none}
.btn-urgent:active{background:var(--urgent-active)}
.w-full{width:100%}

.icon-btn{width:44px;height:44px;border-radius:12px;border:1px solid transparent;background:transparent;cursor:pointer}
.icon-btn:hover{background:var(--bg-subtle)}
@media (min-width:1024px){.icon-btn{display:none}}
.icon-bars,.icon-x{display:block;width:20px;height:20px;margin:0 auto;position:relative}
.icon-bars::before,.icon-bars::after,.icon-bars{background:transparent}
.icon-bars::before{content:"";position:absolute;left:0;right:0;top:4px;height:2px;background:var(--text);border-radius:2px}
.icon-bars::after{content:"";position:absolute;left:0;right:0;top:14px;height:2px;background:var(--text);border-radius:2px}
.icon-bars{ }
.icon-x::before{content:"";position:absolute;left:2px;right:2px;top:9px;height:2px;background:var(--text);transform:rotate(45deg);border-radius:2px}
.icon-x::after{content:"";position:absolute;left:2px;right:2px;top:9px;height:2px;background:var(--text);transform:rotate(-45deg);border-radius:2px}

.drawer[hidden]{display:none}
.drawer{position:fixed;inset:0;z-index:60}
.drawer-scrim{position:absolute;inset:0;background:rgba(11,18,32,0.55)}
.drawer-panel{position:absolute;top:0;right:0;height:100%;width:320px;max-width:90vw;background:var(--surface);box-shadow:var(--shadow-md);display:flex;flex-direction:column}
.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border)}
.drawer-brand{font-weight:700}
.drawer-body{padding:16px;display:flex;flex-direction:column;gap:16px}
.drawer-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.drawer-link{display:flex;padding:12px 12px;border-radius:12px;color:var(--text);font-weight:600}
.drawer-link:hover{background:var(--bg-subtle);text-decoration:none}
.drawer-link.is-active{background:var(--surface-2)}
.drawer-ctas{display:flex;flex-direction:column;gap:10px;margin-top:auto}

.hero{background:linear-gradient(180deg,#F7FAFC 0%,#FFFFFF 70%)}
.hero-inner{display:grid;grid-template-columns:1fr;gap:24px;min-height:520px;align-items:center;padding:24px 0}
@media (min-width:1024px){.hero-inner{grid-template-columns:7fr 5fr;min-height:560px;padding:40px 0}}
.hero-ctas{display:flex;flex-direction:column;gap:12px;margin-top:16px}
@media (min-width:768px){.hero-ctas{flex-direction:row;flex-wrap:wrap}}
.hero-notes{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.pill{font-size:12px;color:var(--muted);background:var(--surface);border:1px solid var(--border);padding:6px 10px;border-radius:999px}
.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-sm);padding:16px}
.hero-card-title{font-weight:700;margin-bottom:10px}
.checklist{margin:0;padding-left:18px;color:var(--muted)}

.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}
.section-actions .link{font-weight:600}

.grid{display:grid;gap:24px}
.cards-3{grid-template-columns:1fr}
.cards-2{grid-template-columns:1fr}
@media (min-width:768px){.cards-3{grid-template-columns:repeat(2,1fr)}.cards-2{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.cards-3{grid-template-columns:repeat(3,1fr)}}
.steps-4{grid-template-columns:1fr}
@media (min-width:768px){.steps-4{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.steps-4{grid-template-columns:repeat(4,1fr)}}

.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm);padding:16px;transition:box-shadow 180ms ease,border-color 180ms ease}
.card:hover{box-shadow:var(--shadow-md);border-color:#B8C7D3}
.card-top{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.card-link{color:var(--text)}
.card-link:hover{text-decoration:none;color:var(--brand-primary)}
.card-actions{margin-top:14px}
.badge{font-size:12px;padding:4px 10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted)}
.badge-muted{background:var(--surface-2);color:var(--muted)}
.price-line{margin-top:10px;font-weight:700;color:var(--text)}
.price-line-lg{font-size:18px}

.step-card{border:1px solid var(--border);border-radius:16px;padding:16px;background:var(--surface)}
.step-num{width:32px;height:32px;border-radius:12px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--brand-primary);margin-bottom:10px}

.form-card{background:var(--surface-2);border-radius:16px;padding:16px}
@media (min-width:768px){.form-card{padding:20px}}
.field{display:flex;flex-direction:column;gap:6px}
.label{font-size:14px;font-weight:500}
.req{color:var(--urgent)}
.input{height:44px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text)}
.textarea{min-height:120px;max-height:240px;resize:vertical;height:auto}
.input:focus{outline:none;border-color:var(--brand-secondary);box-shadow:0 0 0 3px rgba(42,157,143,0.25)}
.input.is-error{border-color:#FDA29B;box-shadow:0 0 0 3px rgba(180,35,24,0.18)}
.help{font-size:12px;color:var(--muted)}
.error{font-size:12px;color:var(--urgent)}
.check{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text)}
.check input{margin-top:3px;width:18px;height:18px}

.grid-2{grid-template-columns:1fr}
@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}
.field-full{grid-column:1/-1}

.alert{border-radius:12px;padding:12px;border:1px solid var(--border);background:var(--surface);margin-bottom:12px}
.alert-title{font-weight:700;margin-bottom:6px}
.alert-list{margin:0;padding-left:18px}
.alert-info{background:#EFF8FF;border-color:#B2DDFF}
.alert-success{background:#ECFDF3;border-color:#ABEFC6}
.alert-danger{background:#FEF3F2;border-color:#FDA29B}

.header-intro{max-width:720px}

.detail-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media (min-width:1024px){.detail-grid{grid-template-columns:8fr 4fr}}
.aside-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm);padding:16px;position:sticky;top:96px}

.breadcrumbs{font-size:14px;color:var(--muted);margin-bottom:12px}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs .sep{margin:0 8px;color:var(--subtle)}

.prose{color:var(--text)}
.prose p{margin:0 0 12px}
.prose ul{margin:0 0 12px;padding-left:18px}

.chips{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.chip{display:inline-flex;padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--brand-primary);font-weight:600;font-size:14px}
.chip:hover{background:var(--bg-subtle);text-decoration:none}

.list{margin:0;padding-left:18px}
.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-10{margin-top:40px}.mt-12{margin-top:48px}
.ml-2{margin-left:8px}

.contact-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:16px}
@media (min-width:1024px){.contact-grid{grid-template-columns:5fr 7fr}}

.areas-grid{grid-template-columns:1fr}
@media (min-width:1024px){.areas-grid{grid-template-columns:5fr 7fr}}
.map-frame{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface)}
.map-embed iframe{width:100%;height:280px;border:0}
@media (min-width:768px){.map-embed iframe{height:360px}}
@media (min-width:1024px){.map-embed iframe{height:420px}}

.ba-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:768px){.ba-grid{grid-template-columns:repeat(2,1fr)}}
.ba-label{font-size:12px;color:var(--muted);margin-bottom:8px;font-weight:600}
.ba-img{border-radius:16px;border:1px solid var(--border);background:var(--surface-2)}

.accordion{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);margin-top:16px}
.acc-item + .acc-item{border-top:1px solid var(--border)}
.acc-btn{width:100%;text-align:left;background:transparent;border:0;padding:14px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;cursor:pointer}
.acc-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(42,157,143,0.25)}
.acc-panel{padding:0 14px 14px}
.acc-icon{width:18px;height:18px;position:relative}
.acc-icon::before{content:"";position:absolute;left:0;right:0;top:8px;height:2px;background:var(--muted)}
.acc-icon::after{content:"";position:absolute;top:0;bottom:0;left:8px;width:2px;background:var(--muted)}
.acc-item.is-open .acc-icon::after{display:none}

.site-footer{border-top:1px solid var(--border);background:var(--bg)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:24px;padding:24px 0}
@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(3,1fr);padding:40px 0}}
.footer-brand{font-weight:800}
.footer-title{font-weight:700;margin-bottom:10px}
.footer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.footer-bottom{padding:12px 0;border-top:1px solid var(--border)}

.empty{padding:16px;border:1px dashed var(--border);border-radius:16px;background:var(--bg-subtle);color:var(--muted)}

.skip-link{position:absolute;left:-999px;top:10px;background:var(--surface);border:1px solid var(--border);padding:10px 12px;border-radius:12px;z-index:100}
.skip-link:focus{left:10px}

.clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

@media (prefers-reduced-motion: reduce){
  .btn,.card{transition:none}
}
