:root{
  --bg:#fff6eb;
  --surface:rgba(255,255,255,.72);
  --surface-strong:#fffdf8;
  --ink:#1e1418;
  --ink-soft:#40272f;
  --copy:#5f4a4f;
  --copy-soft:#866d72;
  --line:rgba(30,20,24,.1);
  --line-strong:rgba(30,20,24,.2);
  --accent:#f2534a;
  --accent-dark:#ce362f;
  --gold:#f2b249;
  --mint:#8bdab8;
  --shadow:0 28px 80px rgba(68, 38, 28, .14);
  --radius-xl:32px;
  --max:1180px;
}

*,
*::before,
*::after{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  color:var(--ink);
  font-family:"Manrope",system-ui,sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(242,83,74,.16), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(242,178,73,.18), transparent 20%),
    radial-gradient(circle at 75% 40%, rgba(139,218,184,.16), transparent 18%),
    linear-gradient(180deg, #fffaf2 0%, var(--bg) 48%, #ffeede 100%);
}

body.modal-open{overflow:hidden}

a{color:inherit;text-decoration:none}

button,
input,
select{
  font:inherit;
}

button{cursor:pointer}

img{display:block;max-width:100%}

h1,
h2,
h3{
  font-family:"Space Grotesk",system-ui,sans-serif;
  letter-spacing:-.05em;
}

.page-shell{
  width:min(calc(100% - 32px), var(--max));
  margin:0 auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:40;
  backdrop-filter:blur(18px);
  background:rgba(255,250,242,.82);
  border-bottom:1px solid rgba(30,20,24,.06);
}

.header-inner{
  width:min(calc(100% - 32px), var(--max));
  margin:0 auto;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.brand img{
  width:56px;
  height:56px;
  object-fit:contain;
  filter:drop-shadow(0 16px 28px rgba(242,83,74,.16));
}

.brand-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.brand-copy strong{
  font-size:18px;
  line-height:1;
}

.brand-copy span{
  font-size:11px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--copy-soft);
}

.nav-links{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.nav-links a:not(.button){
  font-size:14px;
  color:var(--copy);
}

.nav-links a:not(.button):hover{color:var(--ink)}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  line-height:1;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}

.button:hover{transform:translateY(-1px)}

.button-primary{
  color:#fff;
  background:linear-gradient(135deg, var(--accent) 0%, #ff7c54 100%);
  box-shadow:0 18px 36px rgba(242,83,74,.24);
}

.button-secondary{
  background:rgba(255,255,255,.52);
  border-color:var(--line-strong);
  color:var(--ink);
}

.threads-button{
  background:#fff;
  border:1px solid rgba(30,20,24,.12);
  color:var(--ink);
}

.hero{
  padding:72px 0 48px;
  display:grid;
  grid-template-columns:minmax(0, 1.12fr) minmax(320px, .88fr);
  gap:30px;
  align-items:center;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(30,20,24,.08);
  background:rgba(255,255,255,.58);
  color:var(--accent-dark);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 0 6px rgba(242,83,74,.14);
}

h1{
  margin:22px 0 16px;
  font-size:clamp(44px, 7vw, 82px);
  line-height:.95;
  max-width:10.5ch;
}

.accent{color:var(--accent)}

.hero-text{
  max-width:640px;
  margin:0 0 26px;
  color:var(--copy);
  font-size:18px;
  line-height:1.78;
}

.hero-text strong{color:var(--ink)}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.search-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.search-chip{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.54);
  border:1px solid rgba(30,20,24,.08);
  font-size:12px;
  font-weight:700;
  color:var(--copy);
}

.hero-panel{
  position:relative;
  overflow:hidden;
  padding:28px;
  border-radius:var(--radius-xl);
  color:#fff7f0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.14), transparent 32%),
    linear-gradient(155deg, #28181b 0%, #161014 62%, #110d10 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 36px 90px rgba(36,18,22,.24);
}

.hero-panel::after{
  content:"";
  position:absolute;
  inset:auto -80px -80px auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(242,178,73,.36) 0%, transparent 62%);
  pointer-events:none;
}

.panel-logo{
  width:160px;
  margin:0 auto 12px;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.28));
}

.panel-kicker{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  color:#ffcf88;
  font-weight:800;
}

.panel-title{
  margin:14px 0 12px;
  font-size:32px;
  line-height:1;
}

.panel-text{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:rgba(255,247,240,.76);
}

.panel-points{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin:24px 0 0;
}

.panel-point{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.panel-point strong{
  display:block;
  font-size:26px;
  line-height:1;
}

.panel-point span{
  display:block;
  margin-top:8px;
  font-size:11px;
  line-height:1.5;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,247,240,.58);
}

.proof-bar{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
  margin:0 0 30px;
}

.proof-card{
  padding:22px;
  border-radius:24px;
  background:var(--surface);
  border:1px solid rgba(30,20,24,.08);
  box-shadow:var(--shadow);
}

.proof-card strong{
  display:block;
  font-size:34px;
  line-height:1;
}

.proof-card span{
  display:block;
  margin-top:8px;
  color:var(--copy);
  font-size:14px;
  line-height:1.6;
}

.section{
  padding:30px 0 0;
}

.section-head{
  margin-bottom:26px;
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  flex-wrap:wrap;
}

.section-kicker{
  margin:0 0 10px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent-dark);
}

.section-title{
  margin:0;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1;
}

.section-copy{
  margin:12px 0 0;
  max-width:720px;
  color:var(--copy);
  font-size:16px;
  line-height:1.8;
}

.vault-grid,
.feature-grid,
.steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.vault-card,
.feature-card,
.step-card,
.faq-item{
  border-radius:28px;
  box-shadow:var(--shadow);
}

.vault-card{
  min-height:100%;
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:24px;
  background:var(--surface-strong);
  border:1px solid rgba(30,20,24,.1);
}

.vault-card.featured{
  background:
    radial-gradient(circle at top right, rgba(242,178,73,.2), transparent 28%),
    linear-gradient(180deg, #fff8e5 0%, #fffdf8 100%);
  border-color:rgba(242,178,73,.34);
}

.card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(30,20,24,.05);
  color:var(--copy);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.card-icon,
.step-number{
  display:grid;
  place-items:center;
  font-family:"Space Grotesk",system-ui,sans-serif;
  font-weight:700;
}

.card-icon{
  width:52px;
  height:52px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(242,83,74,.16), rgba(242,178,73,.22));
  color:var(--accent-dark);
  font-size:18px;
}

.vault-card h3,
.feature-card h3,
.step-card h3,
.faq-item h3{
  margin:0;
  font-size:22px;
  line-height:1.05;
}

.vault-card p,
.feature-card p,
.step-card p,
.faq-item p{
  margin:0;
  font-size:14px;
  line-height:1.8;
  color:var(--copy);
}

.meta-row,
.card-actions,
.button-row,
.cta-actions,
.footer-links{
  display:flex;
  flex-wrap:wrap;
}

.meta-row{gap:8px}

.meta-chip{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(30,20,24,.08);
  background:#fff;
  font-size:11px;
  font-weight:700;
  color:var(--copy);
}

.card-actions{
  gap:10px;
  margin-top:auto;
}

.mini-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(30,20,24,.12);
  background:#fff;
  color:var(--ink);
  font-size:13px;
  font-weight:800;
}

.mini-button.primary{
  color:#fff;
  border-color:transparent;
  background:var(--ink);
}

.mini-button.gold{
  color:#fff;
  border-color:transparent;
  background:var(--gold);
}

.feature-card{
  padding:24px;
  background:rgba(255,255,255,.5);
  border:1px solid rgba(30,20,24,.08);
}

.feature-tag{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(242,83,74,.1);
  color:var(--accent-dark);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.feature-card h3{margin:14px 0 10px}

.step-card{
  padding:26px;
  background:linear-gradient(180deg, #fffdf8 0%, #fff5ea 100%);
  border:1px solid rgba(30,20,24,.08);
}

.step-number{
  width:42px;
  height:42px;
  border-radius:16px;
  background:var(--ink);
  color:#fff;
  font-size:14px;
}

.step-card h3{margin:18px 0 10px}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.faq-item{
  padding:24px;
  background:rgba(255,255,255,.54);
  border:1px solid rgba(30,20,24,.08);
}

.faq-item h3{margin:0 0 10px}

.cta-banner{
  margin:48px 0 60px;
  overflow:hidden;
  position:relative;
  padding:34px;
  border-radius:34px;
  color:#fff8f2;
  background:
    radial-gradient(circle at top left, rgba(242,178,73,.2), transparent 28%),
    linear-gradient(145deg, #1f1317 0%, #130d10 100%);
  box-shadow:0 40px 100px rgba(36,18,22,.24);
}

.cta-banner::after{
  content:"";
  position:absolute;
  right:-40px;
  bottom:-40px;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(242,83,74,.34) 0%, transparent 68%);
  pointer-events:none;
}

.cta-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:22px;
  align-items:center;
}

.cta-banner h2{
  margin:0 0 10px;
  font-size:clamp(30px, 4vw, 48px);
  line-height:1;
}

.cta-banner p{
  margin:0;
  max-width:680px;
  line-height:1.8;
  color:rgba(255,248,242,.74);
}

.cta-actions{
  gap:12px;
  justify-content:flex-end;
}

.footer{
  padding:0 0 42px;
}

.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  padding-top:22px;
  border-top:1px solid rgba(30,20,24,.1);
  color:var(--copy);
  font-size:14px;
}

.footer-links{gap:14px}

.footer-links a:hover{color:var(--ink)}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease;
}

.reveal.in{
  opacity:1;
  transform:none;
}

.delay-1{transition-delay:.08s}
.delay-2{transition-delay:.16s}
.delay-3{transition-delay:.24s}

.modal{
  position:fixed;
  inset:0;
  z-index:90;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(15,10,12,.55);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, visibility .18s ease;
}

.modal.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.modal-panel{
  width:min(980px, 100%);
  display:grid;
  grid-template-columns:minmax(280px, .92fr) minmax(320px, 1.08fr);
  gap:0;
  border-radius:34px;
  overflow:hidden;
  background:#fffaf4;
  box-shadow:0 40px 110px rgba(15,10,12,.32);
}

.modal-side{
  padding:34px;
  color:#fff7f2;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 26%),
    linear-gradient(160deg, #241519 0%, #140d11 100%);
}

.modal-side img{
  width:150px;
  margin-bottom:18px;
}

.modal-side h2{
  margin:0 0 12px;
  font-size:34px;
  line-height:1;
}

.modal-side p{
  margin:0;
  line-height:1.8;
  color:rgba(255,247,242,.75);
}

.modal-list{
  margin:24px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.modal-list li{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  line-height:1.6;
  color:rgba(255,247,242,.76);
}

.modal-form-wrap{
  padding:34px;
}

.modal-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:start;
  margin-bottom:20px;
}

.modal-top h3{
  margin:0 0 8px;
  font-size:28px;
  line-height:1;
}

.modal-top p{
  margin:0;
  color:var(--copy);
  line-height:1.7;
}

.close-button{
  width:44px;
  height:44px;
  flex-shrink:0;
  display:grid;
  place-items:center;
  border-radius:16px;
  border:1px solid rgba(30,20,24,.1);
  background:#fff;
  color:var(--ink);
  font-size:18px;
}

.lead-form{
  display:grid;
  gap:14px;
}

.field{
  display:grid;
  gap:8px;
}

.field label{
  font-size:13px;
  font-weight:800;
  color:var(--ink-soft);
}

.field input,
.field select{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid rgba(30,20,24,.12);
  background:#fff;
  color:var(--ink);
}

.checkbox-row{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(30,20,24,.1);
  background:#fff;
}

.checkbox-row input{
  margin-top:3px;
  transform:scale(1.15);
}

.checkbox-row label{
  font-size:14px;
  line-height:1.65;
  color:var(--copy);
}

.checkbox-row a{
  color:var(--accent-dark);
  font-weight:800;
}

.asset-note{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(242,83,74,.07);
  color:var(--copy);
  font-size:14px;
  line-height:1.7;
}

.button-row{gap:12px}

.status{
  min-height:22px;
  font-size:13px;
  color:var(--copy);
}

.status.success{color:#13805b}
.status.error{color:#b92822}

.button[disabled]{
  opacity:.72;
  cursor:not-allowed;
  transform:none;
}

noscript{
  display:block;
  padding:14px 18px;
  margin:0 auto;
  width:min(calc(100% - 32px), var(--max));
  border-radius:18px;
  border:1px solid rgba(30,20,24,.1);
  background:#fff;
  color:var(--copy);
}

@media (max-width: 1100px){
  .hero,
  .cta-grid,
  .modal-panel{
    grid-template-columns:1fr;
  }

  .proof-bar,
  .vault-grid,
  .feature-grid,
  .steps{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .cta-actions{justify-content:flex-start}
}

@media (max-width: 760px){
  .header-inner,
  .page-shell,
  noscript{
    width:min(calc(100% - 24px), var(--max));
  }

  .nav-links a:not(.button){
    display:none;
  }

  .hero{
    padding-top:52px;
  }

  h1{
    max-width:11ch;
  }

  .proof-bar,
  .vault-grid,
  .feature-grid,
  .steps,
  .faq-grid,
  .panel-points{
    grid-template-columns:1fr;
  }

  .modal-side,
  .modal-form-wrap,
  .cta-banner{
    padding:24px;
  }
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}

  .button,
  .reveal,
  .modal{
    transition:none;
  }

  .button:hover{transform:none}
}
