:root{
  --bg:#0f100f;
  --graphite:#1d1d1a;
  --graphite-2:#282722;
  --graphite-3:#333029;
  --glass:rgba(31,32,30,.72);
  --glass-soft:rgba(255,255,255,.045);
  --ink:#fff7ea;
  --muted:#d8cdbd;
  --dim:#a3998a;
  --line:rgba(255,255,255,.16);
  --line-gold:rgba(201,146,66,.28);
  --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,.23),transparent 360px),
    radial-gradient(circle at 86% 9%,rgba(240,189,99,.18),transparent 420px),
    linear-gradient(145deg,#202018 0%,#2c2922 48%,#171814 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:30px;
  background:linear-gradient(145deg,rgba(58,56,49,.78),rgba(31,31,27,.9));
  box-shadow:0 24px 70px rgba(0,0,0,.24);
  overflow:hidden;
  backdrop-filter:blur(18px);
}
.block:first-child{margin-top:0}
.block:after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:29px;
  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:590px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 440px;
  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:690px;
  margin-bottom:22px;
  font-size:72px;
  line-height:.93;
  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:670px;
  margin-bottom:24px;
  color:var(--muted);
  font-size:22px;
  line-height:1.38;
}
.hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.contact-strip{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin-top:18px;
}
.contact-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:39px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  padding:9px 13px;
  color:var(--muted);
  background:rgba(255,255,255,.045);
  text-decoration:none;
  font-size:14px;
  font-weight:900;
}
.contact-link:hover{border-color:rgba(240,189,99,.5);color:#fff7ea}
.contact-link--phone{
  color:#17120b;
  border-color:rgba(240,189,99,.65);
  background:linear-gradient(135deg,var(--ochre),var(--ochre-2));
}
.contact-link--telegram{
  width:39px;
  padding:0;
  color:#f6dfb8;
  letter-spacing:-.03em;
}
.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;
}

.hero-portrait{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border:1px solid var(--line-gold);
  border-radius:28px;
  background:#10100f;
  box-shadow:0 24px 70px rgba(0,0,0,.38);
}
.hero-portrait:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(11,12,11,.08),rgba(11,12,11,.7)),
    radial-gradient(circle at 20% 18%,rgba(201,146,66,.16),transparent 34%);
  pointer-events:none;
}
.hero-portrait img{
  width:100%;
  height:100%;
  min-height:520px;
  display:block;
  object-fit:cover;
  object-position:52% 45%;
  filter:saturate(.82) contrast(1.06) brightness(.86);
}
.intro-mark{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:18px;
  display:grid;
  gap:6px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:22px;
  padding:18px;
  background:rgba(17,18,16,.72);
  backdrop-filter:blur(14px);
}
.intro-mark b{
  color:#f5dfba;
  font-size:27px;
  line-height:1;
  letter-spacing:-.04em;
}
.intro-mark span{
  color:var(--muted);
  font-size:15px;
  line-height:1.35;
}
.hero-portrait__badge{
  position:absolute;
  z-index:2;
  top:18px;
  right:18px;
  max-width:180px;
  border:1px solid var(--line-gold);
  border-radius:999px;
  padding:10px 13px;
  color:#15110b;
  background:linear-gradient(135deg,var(--ochre),var(--ochre-2));
  font-weight:950;
  font-size:13px;
  text-align:center;
}
.lead-magnet{
  position:absolute;
  z-index:3;
  right:22px;
  top:312px;
  width:176px;
  display:grid;
  gap:6px;
  border:1px solid rgba(240,189,99,.55);
  border-radius:22px;
  padding:14px 14px 13px;
  text-decoration:none;
  color:var(--ink);
  background:linear-gradient(145deg,rgba(45,43,37,.82),rgba(18,18,16,.76));
  box-shadow:0 20px 54px rgba(0,0,0,.36);
  backdrop-filter:blur(16px);
}
.lead-magnet:before{
  content:"";
  position:absolute;
  right:23px;
  bottom:-15px;
  width:28px;
  height:28px;
  border-right:1px solid rgba(240,189,99,.45);
  border-bottom:1px solid rgba(240,189,99,.45);
  transform:rotate(22deg);
  opacity:.75;
}
.lead-magnet__icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#17120b;
  background:linear-gradient(135deg,var(--ochre),var(--ochre-2));
  font-size:17px;
  font-weight:950;
}
.lead-magnet b{
  font-size:21px;
  line-height:1;
  letter-spacing:-.045em;
}
.lead-magnet small{
  color:var(--muted);
  font-size:12px;
  line-height:1.32;
}
.lead-magnet em{
  width:max-content;
  margin-top:4px;
  border-radius:999px;
  padding:9px 12px;
  color:#17120b;
  background:linear-gradient(135deg,var(--ochre),var(--ochre-2));
  font-style:normal;
  font-weight:950;
  font-size:11px;
}

.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);
}
.button--ghost{
  border:1px solid var(--line);
  color:var(--ink);
  background:rgba(255,255,255,.055);
}
.inline-cta{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:24px;
  border:1px solid rgba(240,189,99,.38);
  border-radius:999px;
  padding:13px 16px;
  color:#f5dfba;
  background:rgba(201,146,66,.09);
  text-decoration:none;
  font-weight:950;
}
.inline-cta:after{
  content:"→";
  margin-left:10px;
}

.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{
  max-width:900px;
  color:var(--muted);
  font-size:19px;
  line-height:1.55;
}
.hand-note{
  margin-bottom:20px;
  color:#f5dfba!important;
  font-family:Georgia,serif;
  font-style:italic;
  font-size:23px!important;
  line-height:1.42!important;
}
.photo-card{
  margin:0;
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:#111;
}
.photo-card img{
  width:100%;
  height:540px;
  display:block;
  object-fit:cover;
  object-position:center 36%;
  filter:saturate(.78) contrast(1.04) brightness(.9);
}
.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;
}
.bio-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:24px;
  max-width:940px;
}
.bio-stats span{
  display:grid;
  gap:4px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  color:var(--muted);
  background:rgba(255,255,255,.045);
  font-size:14px;
  line-height:1.32;
}
.bio-stats b{
  color:#f5dfba;
  font-size:22px;
  letter-spacing:-.04em;
}

.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)}
.economy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.benefit-cases{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
.glass-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  padding:22px;
}
.benefit-cases article{
  border:1px solid rgba(240,189,99,.22);
  border-radius:22px;
  padding:20px;
  background:rgba(255,255,255,.045);
}
.benefit-cases h3{margin-bottom:8px}
.benefit-cases p{
  margin-bottom:14px;
  color:var(--muted);
  font-size:16px;
  line-height:1.38;
}
.benefit-cases b{
  display:block;
  margin-bottom:8px;
  color:#f5dfba;
  font-size:30px;
  line-height:1;
  letter-spacing:-.045em;
}
.benefit-cases small{
  color:var(--dim);
  font-size:14px;
  line-height:1.35;
}
.b2b-offer{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:24px;
  align-items:center;
  background:
    radial-gradient(circle at 86% 18%,rgba(240,189,99,.16),transparent 340px),
    linear-gradient(145deg,rgba(68,63,52,.82),rgba(28,29,26,.92));
}
.b2b-offer p:not(.section-kicker){
  max-width:820px;
  color:var(--muted);
  font-size:20px;
  line-height:1.48;
}
.b2b-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.b2b-tags span{
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  padding:9px 12px;
  color:#f0dfc3;
  background:rgba(255,255,255,.045);
  font-size:13px;
  font-weight:900;
}
.b2b-actions{
  display:grid;
  gap:11px;
}
.economy-card{
  min-height:260px;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.economy-card span{
  display:inline-flex;
  margin-bottom:28px;
  color:var(--ochre-2);
  font-weight:950;
  letter-spacing:.12em;
}
.economy-card h3{margin-bottom:18px}
.economy-card b{
  display:block;
  margin-bottom:18px;
  color:#f5dfba;
  font-size:52px;
  line-height:.9;
  letter-spacing:-.06em;
}
.economy-card p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.45;
}
.economy-card--gold{
  color:#15110b;
  border-color:rgba(240,189,99,.48);
  background:linear-gradient(145deg,#d7a24c,#f0bd63);
}
.economy-card--gold span,
.economy-card--gold b,
.economy-card--gold p{color:#17120b}
.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));
}

.block-grid--proof{grid-template-columns:minmax(0,1fr) 390px;align-items:center}
.proof-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.proof-points span{
  border:1px solid var(--line-gold);
  border-radius:999px;
  padding:10px 13px;
  color:#f1d6a8;
  background:rgba(201,146,66,.08);
  font-weight:850;
}
.video-card{
  margin:0;
  overflow:hidden;
  border:1px solid var(--line-gold);
  border-radius:26px;
  background:#0b0c0b;
  box-shadow:0 20px 60px rgba(0,0,0,.34);
}
.video-card video{
  width:100%;
  display:block;
  aspect-ratio:9/16;
  object-fit:cover;
  background:#0b0c0b;
}
.video-card figcaption{
  border-top:1px solid var(--line);
  padding:14px 16px;
  color:var(--muted);
  font-size:14px;
  line-height:1.35;
  background:rgba(255,255,255,.035);
}
.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;
}
.legal-note{
  background:linear-gradient(145deg,rgba(45,44,39,.72),rgba(24,25,23,.9));
}
.legal-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.legal-grid p{
  color:var(--muted);
  font-size:15px;
  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}
.best-categories{
  margin-bottom:14px;
  border-radius:18px;
  padding:13px 14px;
  color:#4d443a;
  background:rgba(255,255,255,.56);
  font-size:14px;
  line-height:1.4;
}
.lead-form small{color:#6a5f51}
.consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#4d443a;
  font-size:13px;
  line-height:1.38;
}
.consent input{
  width:18px;
  min-width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#c99242;
}
.site-footer{
  display:grid;
  gap:14px;
  margin-top:20px;
  border:1px solid var(--line);
  border-radius:26px;
  padding:22px 24px;
  background:rgba(18,18,16,.62);
}
.site-footer div{display:grid;gap:4px}
.site-footer b{
  color:#f5dfba;
  font-size:22px;
}
.site-footer span,.site-footer p{
  margin:0;
  color:var(--dim);
  line-height:1.45;
}
.site-footer nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.site-footer a{
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:9px 12px;
  color:var(--muted);
  text-decoration:none;
  font-weight:850;
}
.site-footer a:hover{border-color:rgba(240,189,99,.5);color:#fff7ea}

@media(max-width:960px){
  .page{padding:12px 10px 42px}
  .block{padding:22px;border-radius:24px}
  .hero,.block-grid--bio,.block-grid--proof,.cards--3,.cards--6,.economy-grid,.benefit-cases,.b2b-offer,.timeline,.start,.legal-grid,.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}
  .hero-portrait,.hero-portrait img{min-height:520px}
  .lead-magnet{right:14px;top:292px;width:164px}
  .bio-stats{grid-template-columns:1fr}
  .hero__actions{display:grid}
  .script-title{font-size:42px}
  .result{position:relative;top:auto}
  fieldset{grid-template-columns:1fr}
}
