:root{
  --bg:#ffffff;
  --ink:#0f172a;
  --muted:#475569;
  --line:#e2e8f0;
  --soft:#f8fafc;
  --soft2:#ecfeff;
  --accent:#0f766e;
  --accent-dark:#115e59;
  --accent-warm:#f59e0b;
  --accent-soft:#ccfbf1;
  --radius:16px;
  --shadow: 0 10px 30px rgba(2,6,23,.08);
  --max: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--ink);
  background:var(--bg);
  line-height:1.5;
}

a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
.skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:20px;
  top:16px;
  width:auto;
  height:auto;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  z-index:100;
}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}

.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{display:flex; flex-direction:column; line-height:1.1}
.brand-mark{font-weight:800; letter-spacing:.2px; font-size:34px; color:var(--accent)}
.brand-sub{font-size:12px; color:var(--muted); margin-top:2px}

.nav{display:none; gap:18px; color:var(--muted); font-size:14px}
.nav a{padding:8px 6px}
.nav a:hover{color:var(--ink); text-decoration:none}

.btn:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
  outline:2px solid #0f172a;
  outline-offset:2px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border:1px solid var(--line);
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  text-decoration:none !important;
  cursor:pointer;
  transition: transform .06s ease, background .2s ease, border-color .2s ease;
}
.btn:active{transform: translateY(1px)}
.btn-primary{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}
.btn-primary:hover{background:var(--accent-dark); border-color:var(--accent-dark)}
.btn-ghost{
  background:transparent;
}
.btn-block{width:100%}

.hero{
  padding:52px 0 26px;
}
.hero-shell{
  background-image:
    linear-gradient(120deg, rgba(15,118,110,.45), rgba(15,23,42,.25)),
    url("/assets/img/hero-1.jpg");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  border-radius:24px;
  overflow:hidden;
  padding:32px;
  min-height:360px;
  display:flex;
  align-items:flex-end;
}
.hero-head{max-width:24ch}
.hero-head h1{
  margin:0;
  color:#ffffff;
  text-shadow: 0 10px 30px rgba(15,23,42,.45);
}
.hero-details{padding-top:22px}
.hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.eyebrow{
  color:var(--muted);
  font-weight:700;
  font-size:13px;
  margin:0 0 10px;
}
h1{
  font-size:40px;
  line-height:1.08;
  margin:0 0 12px;
  letter-spacing:-.5px;
}
.lead{
  color:var(--muted);
  font-size:18px;
  margin:0 0 18px;
  max-width:52ch;
}
.cta-row{display:flex; gap:10px; flex-wrap:wrap}
.trust-row{display:flex; gap:8px; flex-wrap:wrap; margin-top:18px}
.pill{
  border:1px solid var(--line);
  background:var(--accent-soft);
  border-color:rgba(15,118,110,.25);
  padding:8px 10px;
  border-radius:999px;
  font-size:13px;
  color:#0f172a;
}

.card, .hero-card, .price-card, .step, .form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow: var(--shadow);
}
.hero-card{
  padding:18px;
}
.card-title{margin:0 0 10px; font-size:16px}
.checklist{
  margin:0 0 12px; padding:0 0 0 18px;
  color:var(--muted);
}
.text-link{font-weight:800; color:var(--accent); text-decoration:none}
.text-link:hover{text-decoration:underline}
.text-link.small{font-weight:700; font-size:13px}

.section{padding:42px 0; scroll-margin-top:90px}
.section-alt{background:linear-gradient(180deg, var(--soft) 0%, var(--soft2) 100%)}
.section-head{margin-bottom:18px}
.section-head h2{margin:0 0 6px; font-size:26px; letter-spacing:-.3px}
.section-head p{margin:0; color:var(--muted)}

.grid-4{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.grid-3{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.card{padding:18px}
.card h3{margin:0 0 8px}
.card p{margin:0; color:var(--muted)}

.price-card{
  position:relative;
  padding:18px;
  display:flex;
  flex-direction:column;
}
.cta-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  margin-top:auto;
}
.price-card .price-top{margin-bottom:14px}
.price-card h3{margin:0 0 6px}
.price{margin:0; font-weight:900; font-size:20px; color:var(--accent)}
.muted{color:var(--muted)}
.bullets{margin:0; padding-left:18px; color:var(--muted)}
.bullets li{margin:6px 0}

.featured{
  border-color:rgba(15,118,110,.35);
  box-shadow: 0 16px 40px rgba(15,118,110,.15);
}
.badge{
  position:absolute; top:-12px; right:14px;
  border:1px solid rgba(245,158,11,.5);
  background:#fef3c7;
  color:#92400e;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

.note{
  margin-top:16px;
  padding:14px 16px;
  border:1px dashed rgba(245,158,11,.6);
  border-radius:var(--radius);
  background:#fffbeb;
}

.step{
  padding:18px;
}
.step-num{
  margin:0 0 6px;
  font-weight:900;
  color:var(--muted);
}
.step h3{margin:0 0 6px}
.step p{margin:0; color:var(--muted)}

.contact-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.contact-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
}
.contact-list{
  display:grid;
  gap:12px;
  margin:14px 0;
}
.label{
  display:block;
  font-size:12px;
  font-weight:900;
  color:var(--muted);
  margin-bottom:4px;
}
.mini-faq h4{margin:0 0 6px}
.mini-faq p{margin:0; color:var(--muted)}

.form{padding:18px}
.field{display:flex; flex-direction:column; gap:6px; margin-bottom:12px}
input, textarea, select{
  border:1px solid var(--line);
  border-radius:12px;
  padding:10px 12px;
  font-size:14px;
  outline:none;
  background:#fff;
}
input:focus, textarea:focus, select:focus{
  border-color:#94a3b8;
}
.grid-2{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.fineprint{margin:10px 0 0; color:var(--muted); font-size:12px}
.form-error{
  margin:0 0 12px;
  padding:10px 12px;
  border:1px solid #fecaca;
  background:#fef2f2;
  color:#991b1b;
  border-radius:12px;
  font-weight:600;
  font-size:13px;
}

.modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.55);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:120;
}
.modal-overlay.open{display:flex}
.modal{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  width:100%;
  max-width:980px;
  max-height:90vh;
  overflow:auto;
  box-shadow: var(--shadow);
  position:relative;
}
.modal-content{padding:22px}
.modal-header{margin-bottom:14px}
.modal-header .price{font-size:22px}
.modal-close{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}
.modal-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.modal-details h3{margin:0 0 8px}
body.modal-open{overflow:hidden}

.proposal-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.proposal-details h3{margin:16px 0 8px}
.faq-item{margin-bottom:12px}
.faq-item h4{margin:0 0 4px; font-size:15px}

.site-footer{
  border-top:1px solid var(--line);
  padding:20px 0;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.footer-right{display:flex; gap:14px; color:var(--muted); font-size:14px}

@media (min-width: 860px){
  .nav{display:flex}
  .hero-grid{grid-template-columns:1.2fr .8fr; gap:22px}
  .hero-shell{padding:32px}
  .hero-shell{min-height:440px}
  .grid-4{grid-template-columns:repeat(4,1fr)}
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .contact-grid{grid-template-columns:.9fr 1.1fr}
  .grid-2{grid-template-columns:repeat(2,1fr)}
  h1{font-size:46px}
  .modal-grid{grid-template-columns:1.1fr .9fr}
  .proposal-grid{grid-template-columns:1fr 1fr}
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto}
  .btn{transition:none}
}
