:root{
  --bg:#0f100f;
  --graphite:#171817;
  --graphite-2:#20211f;
  --graphite-3:#292824;
  --glass:rgba(31,32,30,.72);
  --glass-soft:rgba(255,255,255,.045);
  --ink:#f6efe4;
  --muted:#c8bfb1;
  --dim:#90887c;
  --line:rgba(255,255,255,.12);
  --ochre:#c99242;
  --ochre-2:#f0bd63;
  --shadow:0 28px 80px rgba(0,0,0,.36);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Manrope,Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 80px 40px,rgba(201,146,66,.18),transparent 290px),
    radial-gradient(circle at 86% 9%,rgba(240,189,99,.14),transparent 360px),
    linear-gradient(145deg,#090a09 0%,#151412 42%,#0b0c0b 100%);
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:radial-gradient(circle at 50% 8%,#000,transparent 74%);
}
a{color:inherit}
.page{position:relative;max-width:1180px;margin:0 auto;padding:26px 18px 76px}

.block{
  position:relative;
  margin-top:20px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:34px;
  background:linear-gradient(145deg,rgba(33,34,32,.74),rgba(20,20,19,.9));
  box-shadow:var(--shadow);
  overflow:hidden;
  backdrop-filter:blur(18px);
}
.block:first-child{margin-top:0}
.block:after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:33px;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 34%,rgba(201,146,66,.07));
}
.block>*{position:relative;z-index:1}
.block-grid{display:grid;gap:30px}
.block-grid--bio{grid-template-columns:minmax(0,1fr) 420px;align-items:center}

.hero{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:32px;
  align-items:center;
}
.brand-word{
  margin:0 0 32px;
  font-size:44px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.055em;
}
h1,h2,h3,p{margin-top:0}
h1{
  max-width:780px;
  margin-bottom:22px;
  font-size:76px;
  line-height:.91;
  letter-spacing:-.075em;
}
h2{
  margin-bottom:18px;
  font-size:48px;
  line-height:1.02;
  letter-spacing:-.055em;
}
h3{
  margin-bottom:10px;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.03em;
}
.lead{
  max-width:720px;
  margin-bottom:24px;
  color:var(--muted);
  font-size:24px;
  line-height:1.38;
}
.hero__chips{display:flex;flex-wrap:wrap;gap:10px}
.hero__chips span{
  border:1px solid rgba(201,146,66,.33);
  border-radius:999px;
  padding:10px 14px;
  background:rgba(201,146,66,.08);
  color:#f1d6a8;
  font-weight:850;
}

.brand-card{
  display:grid;
  gap:18px;
  justify-items:center;
  padding:18px;
  border:1px solid var(--line);
  border-radius:28px;
  background:rgba(0,0,0,.18);
}
.brand-card img{
  width:100%;
  max-width:280px;
  border-radius:24px;
  border:1px solid var(--line);
  box-shadow:0 22px 60px rgba(0,0,0,.42);
}
.brand-card p{
  margin:0;
  color:var(--muted);
  text-align:center;
  line-height:1.45;
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border:0;
  border-radius:17px;
  padding:16px 22px;
  text-decoration:none;
  font-size:16px;
  font-weight:950;
  cursor:pointer;
}
.button--gold{
  color:#15110b;
  background:linear-gradient(135deg,var(--ochre),var(--ochre-2));
  box-shadow:0 16px 36px rgba(201,146,66,.22);
}

.section-kicker{
  margin-bottom:12px;
  color:var(--ochre-2);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:13px;
  font-weight:950;
}
.section-head{max-width:760px;margin-bottom:24px}
.section-head p:not(.section-kicker){
  color:var(--muted);
  font-size:20px;
  line-height:1.45;
}

.trust p{
  color:var(--muted);
  font-size:20px;
  line-height:1.55;
}
.hand-note{
  margin-bottom:20px;
  color:#f5dfba!important;
  font-family:Georgia,serif;
  font-style:italic;
  font-size:25px!important;
  line-height:1.42!important;
}
.photo-card{
  margin:0;
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:30px;
  background:#111;
}
.photo-card img{
  width:100%;
  height:540px;
  display:block;
  object-fit:cover;
  filter:saturate(.86) contrast(1.06) brightness(.92);
}
.photo-card figcaption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:14px 16px;
  color:#15110b;
  background:linear-gradient(135deg,var(--ochre),var(--ochre-2));
  font-weight:950;
}

.script-title{
  margin-bottom:24px;
  color:#f5dfba;
  font-family:Georgia,serif;
  font-size:58px;
  font-style:italic;
  line-height:1;
}
.cards{display:grid;gap:14px}
.cards--3{grid-template-columns:repeat(3,1fr)}
.cards--6{grid-template-columns:repeat(3,1fr)}
.glass-card{
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  padding:22px;
}
.glass-card p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.45;
}
.card-num{
  display:inline-flex;
  margin-bottom:18px;
  color:var(--ochre-2);
  font-weight:950;
  letter-spacing:.08em;
}

.timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.timeline article{
  min-height:150px;
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  background:rgba(255,255,255,.04);
}
.timeline b{
  display:block;
  margin-bottom:20px;
  color:var(--ochre-2);
  font-size:32px;
}
.timeline span{
  color:var(--muted);
  font-size:18px;
  line-height:1.35;
}

.start{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  background:
    linear-gradient(135deg,rgba(201,146,66,.12),transparent 34%),
    linear-gradient(145deg,rgba(38,39,36,.76),rgba(18,18,17,.92));
}
.start h2{max-width:840px}
.start p:not(.section-kicker){
  max-width:820px;
  margin-bottom:0;
  color:var(--muted);
  font-size:21px;
  line-height:1.48;
}

.quiz{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:24px;
}
.quiz .section-head{grid-column:1/-1}
.quiz__form,.lead-form{display:grid;gap:14px}
label span,legend{
  display:block;
  margin-bottom:8px;
  color:var(--muted);
  font-size:13px;
  font-weight:900;
}
input,select,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.18);
  border-radius:15px;
  background:#f3eadc;
  color:#15110b;
  padding:16px 15px;
  font:inherit;
}
textarea{min-height:92px;resize:vertical}
fieldset{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin:0;
  border:1px solid var(--line);
  border-radius:20px;
  padding:16px;
}
fieldset label{color:var(--ink);font-size:15px}
.result{
  position:sticky;
  top:18px;
  align-self:start;
  border:1px solid rgba(255,255,255,.18);
  border-radius:28px;
  padding:26px;
  color:#15110b;
  background:linear-gradient(160deg,#f3eadc,#d4bea0);
  box-shadow:0 22px 54px rgba(0,0,0,.28);
}
.result .section-kicker{color:#8b642a}
.result h3{
  margin-bottom:16px;
  color:#15110b;
  font-size:31px;
}
.result__grid{display:grid;gap:10px;margin-bottom:16px}
.result__grid span{
  display:block;
  border-radius:17px;
  padding:14px;
  background:rgba(255,255,255,.66);
  color:#635848;
}
.result__grid b{
  display:block;
  margin-top:4px;
  color:#15110b;
  font-size:25px;
}
.result p{color:#4d443a;line-height:1.5}
.lead-form small{color:#6a5f51}

@media(max-width:960px){
  .page{padding:12px 10px 42px}
  .block{padding:22px;border-radius:24px}
  .hero,.block-grid--bio,.cards--3,.cards--6,.timeline,.start,.quiz{grid-template-columns:1fr}
  .hero{min-height:auto}
  .brand-word{font-size:30px;margin-bottom:18px}
  h1{font-size:42px}
  h2{font-size:32px}
  h3{font-size:21px}
  .lead{font-size:18px}
  .photo-card img{height:520px}
  .script-title{font-size:42px}
  .result{position:relative;top:auto}
  fieldset{grid-template-columns:1fr}
}
