:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --surface2:#f7f7f9;
  --text:#0f172a;
  --muted:rgba(15,23,42,.72);
  --muted2:rgba(15,23,42,.58);
  --border:#e5e7eb;
  --border2:#eef0f3;
  --shadow:0 14px 38px rgba(2,6,23,.10);
  --shadow2:0 10px 22px rgba(2,6,23,.08);
  --red:#d81e2d;
  --red2:#ff3b4f;
  --radius:18px;
  --radius2:26px;
  --max:1120px;
  --focus: 0 0 0 4px rgba(216,30,45,.22);
}

*{box-sizing:border-box}
html,body{height:100%}
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(--text);
  background:
    radial-gradient(900px 460px at 12% -10%, rgba(216,30,45,.10), transparent 60%),
    radial-gradient(900px 460px at 110% 0%, rgba(216,30,45,.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfc 55%, #ffffff 100%);
  line-height:1.55;
}

img{max-width:100%; height:auto; display:block}
a{color:inherit}
a:hover{color:var(--red)}
.container{width:100%; max-width:var(--max); margin:0 auto; padding:0 20px}

.skip-link{
  position:absolute; left:-999px; top:10px;
  background:#111827; color:#fff; padding:10px 12px; border-radius:10px;
  z-index:9999;
}
.skip-link:focus{left:10px; outline:none; box-shadow:var(--focus)}

.topbar{
  background: linear-gradient(90deg, rgba(216,30,45,.12), rgba(216,30,45,.06));
  border-bottom:1px solid var(--border2);
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
  font-size:.95rem;
  color:rgba(15,23,42,.72);
}
.topbar-phone{font-weight:900; text-decoration:none}
.topbar-phone:hover{color:var(--red)}

.site-header{
  position:sticky; top:0; z-index:1000;
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}

.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; padding:14px 0;
}

.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand-logo{width:240px; height:auto}

.nav{display:flex; align-items:center; gap:10px}
.nav a{
  padding:10px 12px;
  border-radius:14px;
  text-decoration:none;
  color:rgba(15,23,42,.78);
  font-weight:700;
}
.nav a:hover{
  background: rgba(2,6,23,.04);
  color:var(--text);
}

.nav-toggle{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  background: rgba(2,6,23,.04);
  border:1px solid var(--border);
  cursor:pointer;
}
.nav-toggle span{
  display:block; width:18px; height:2px; margin:4px auto;
  background: rgba(15,23,42,.86);
  border-radius:2px;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red2) 100%);
  color:#fff;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(216,30,45,.24);
  box-shadow: 0 10px 22px rgba(216,30,45,.18);
  font-weight:900;
  letter-spacing:.2px;
  text-decoration:none !important;
}
.btn:hover{filter:brightness(1.02)}
.btn:focus{outline:none; box-shadow: var(--focus)}
.btn-outline{
  background: transparent;
  border:1px solid rgba(15,23,42,.14);
  color:rgba(15,23,42,.92);
  box-shadow:none;
}
.btn-outline:hover{background:rgba(2,6,23,.04)}
.btn-sm{padding:10px 12px; border-radius:12px; font-weight:900}

.hero{
  padding:44px 0 18px;
}
.hero-light{
  background:
    radial-gradient(900px 460px at 14% 0%, rgba(216,30,45,.10), transparent 60%),
    radial-gradient(900px 460px at 100% 0%, rgba(216,30,45,.06), transparent 55%);
  border-bottom:1px solid var(--border2);
}
.hero-inner{
  display:grid;
  grid-template-columns: 1.25fr .95fr;
  gap:22px;
  align-items:start;
}
.eyebrow{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(216,30,45,.08);
  border:1px solid rgba(216,30,45,.16);
  color:rgba(15,23,42,.74);
  margin:0 0 12px;
  font-weight:900;
  letter-spacing:.3px;
  font-size:.92rem;
}
.hero h1{
  margin:0 0 12px;
  font-size: clamp(2.0rem, 3.1vw, 3.15rem);
  line-height:1.06;
}
.lead{
  margin:0 0 18px;
  font-size:1.08rem;
  color:var(--muted);
}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin:10px 0 16px}

.trust-row{
  display:flex; flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
}
.trust-pill{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow: var(--shadow2);
  color:rgba(15,23,42,.76);
}
.trust-pill strong{color:rgba(15,23,42,.95)}

.stat-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.stat{
  background:#fff;
  border:1px solid var(--border);
  border-radius:16px;
  padding:14px;
  box-shadow: var(--shadow2);
}
.stat-title{font-weight:1000; margin-bottom:4px}
.stat-text{color:var(--muted); font-size:.98rem}

.hero-visual{position:relative}
.hero-card{
  position:relative;
  z-index:2;
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--radius2);
  padding:16px;
  box-shadow: var(--shadow);
}
.hero-card-title{font-weight:1000; margin-bottom:10px}

.hero-art{
  position:absolute;
  inset:auto -10px -40px auto;
  width:min(520px, 46vw);
  opacity:.95;
  z-index:1;
  pointer-events:none;
}

.brand-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
  align-items:center;
  margin-bottom:10px;
}
.brand-grid img{
  background: var(--surface2);
  border:1px solid var(--border);
  border-radius:14px;
  padding:10px;
  height:78px;
  object-fit: contain;
}
.brand-grid-large{
  grid-template-columns: repeat(2, 1fr);
}
.brand-tile{
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.brand-tile img{height:92px; object-fit:contain; background: var(--surface2)}
.brand-label{font-weight:1000; color:rgba(15,23,42,.80)}

.section{padding:44px 0}
.section-alt{
  background: linear-gradient(180deg, rgba(2,6,23,.03), rgba(2,6,23,.00));
  border-top:1px solid var(--border2);
  border-bottom:1px solid var(--border2);
}
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:18px; flex-wrap:wrap; margin-bottom:18px
}
.section-head h2{margin:0; font-size:1.7rem}
.section-head p{margin:0; max-width:60ch; color:var(--muted)}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow2);
}
.card h3, .card h2{margin:0 0 8px}
.card p{margin:0 0 12px; color:var(--muted)}

.checklist{margin:0; padding-left:18px; color:var(--muted)}
.checklist li{margin:8px 0}
.checklist li::marker{color:rgba(216,30,45,.55)}

.cta-strip{
  margin-top:18px;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:18px;
  border-radius: var(--radius2);
  border:1px solid rgba(216,30,45,.16);
  background: radial-gradient(700px 240px at 15% 0%, rgba(216,30,45,.12), transparent 60%),
              #fff;
  box-shadow: var(--shadow2);
}
.cta-strip h3{margin:0 0 4px}
.cta-strip p{margin:0; color:var(--muted)}
.cta-actions{display:flex; gap:12px; flex-wrap:wrap}

.steps{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  padding:0;
  margin:0;
  list-style:none;
}
.steps li{
  display:flex; gap:12px;
  padding:18px;
  border-radius: var(--radius);
  background:#fff;
  border:1px solid var(--border);
  box-shadow: var(--shadow2);
}
.step-num{
  width:34px; height:34px;
  border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(216,30,45,.10);
  border:1px solid rgba(216,30,45,.20);
  font-weight:1000;
  color:rgba(15,23,42,.92);
}
.step-title{font-weight:1000; margin-bottom:4px}

.faq-preview{
  margin-top:18px;
  padding:18px;
  border-radius: var(--radius2);
  border:1px solid var(--border);
  background:#fff;
  box-shadow: var(--shadow2);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.page-hero{padding:42px 0 10px}
.page-hero h1{margin:0 0 8px; font-size:2.25rem}
.page-hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

.two-col{
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap:16px;
  align-items:start;
}
.aside-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--radius2);
  padding:18px;
  box-shadow: var(--shadow);
}
.divider{height:1px; background: var(--border2); margin:16px 0}

.split{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
  margin-top:16px;
}
.split-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow2);
}

.info-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:16px;
}
.info-card{
  padding:16px;
  border-radius: var(--radius);
  background:#fff;
  border:1px solid var(--border);
  box-shadow: var(--shadow2);
}
.info-card h2{margin:0 0 6px; font-size:1.2rem}
.info-card p{margin:0; color:var(--muted)}

.form{
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--radius2);
  padding:18px;
  box-shadow: var(--shadow);
}
.field-row{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}
.field{margin-bottom:12px}
label{display:block; font-weight:900; margin:0 0 6px}
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background: #ffffff;
  color:var(--text);
  outline:none;
}
input:focus, select:focus, textarea:focus{box-shadow:var(--focus); border-color: rgba(216,30,45,.40)}
.hint{margin:8px 0 0; color:var(--muted2); font-size:.92rem}

.prose{max-width:78ch}
.prose p{color:var(--muted)}

.faq{display:grid; gap:12px}
.faq-item{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background:#fff;
  padding:14px 16px;
  box-shadow: var(--shadow2);
}
.faq-item summary{
  cursor:pointer;
  font-weight:1000;
  list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{margin:10px 0 0; color:var(--muted)}

.site-footer{
  border-top:1px solid var(--border2);
  padding:34px 0 18px;
  background: #ffffff;
}
.footer-inner{
  display:grid;
  grid-template-columns: 1.25fr .75fr .9fr;
  gap:16px;
}
.footer-logo{width:220px; height:auto; margin-bottom:10px}
.footer-col a{
  display:block; padding:6px 0;
  color:rgba(15,23,42,.74);
  text-decoration:none;
}
.footer-col a:hover{color:var(--red)}
.footer-title{font-weight:1000; margin-bottom:8px}
.footer-bottom{
  display:flex; justify-content:space-between; gap:12px;
  border-top:1px solid var(--border2);
  margin-top:18px; padding-top:14px;
  flex-wrap:wrap;
}
.brand-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:10px;
}
.brand-row img{
  height:42px;
  width:auto;
  padding:8px;
  background: var(--surface2);
  border:1px solid var(--border);
  border-radius:12px;
  object-fit:contain;
}
.brand-row-tight img{height:36px}
.muted{color:var(--muted)}
.small{font-size:.92rem}

@media (max-width: 980px){
  .hero-inner{grid-template-columns: 1fr}
  .stat-grid{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
  .two-col{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .info-grid{grid-template-columns: 1fr}
  .footer-inner{grid-template-columns: 1fr}
  .brand-logo{width:210px}
  .hero-art{display:none}
}

@media (max-width: 820px){
  .nav-toggle{display:block}
  .nav{
    position:fixed; inset:116px 16px auto 16px;
    padding:12px;
    border-radius:18px;
    background: rgba(255,255,255,.98);
    border:1px solid var(--border);
    box-shadow: var(--shadow);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }
  .nav a{padding:12px 12px}
  .nav.open{display:flex}
}
