:root{
  --ink:#0d1117;
  --muted:#626b78;
  --line:#e5e7eb;
  --orange:#ff6900;
  --dark:#07111b;
  --card:#111d28;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
.wrap{width:min(1440px,calc(100% - 64px));margin:auto}

.site-header{height:84px;border-bottom:1px solid #eceff2;background:#fff;display:flex;align-items:center}
.nav{display:flex;align-items:center;height:100%;gap:28px}
.logo{display:flex;align-items:center;min-width:300px}
.mark{font-weight:950;font-size:46px;letter-spacing:-.18em;line-height:.85}
.mark span{color:var(--orange)}
.rule{width:1px;height:47px;background:#b6bcc4;margin:0 16px 0 18px}
.wordmark{display:flex;flex-direction:column}
.wordmark b{font-size:27px;letter-spacing:-.05em;line-height:1}
.wordmark b span{color:var(--orange)}
.wordmark small{font-size:10px;margin-top:6px}
.menu{display:flex;gap:46px;margin:auto;font-size:15px;font-weight:700}
.actions{display:flex;gap:14px}
.btn{min-height:44px;padding:0 22px;border-radius:10px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:15px}
.btn-light{background:#fff;border-color:#d7dce3}
.btn-orange{background:var(--orange);color:#fff}
.btn-big{min-height:55px;padding:0 27px}
.play{width:24px;height:24px;background:#111820;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:10px}

.hero{background:linear-gradient(90deg,#fff 0%,#fff 36%,#fff8f0 100%)}
.hero-grid{display:grid;grid-template-columns:38% 62%;align-items:center;min-height:560px}
.hero-copy{padding:42px 10px 36px 4px;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:10px;background:#f2f3f5;border-radius:999px;padding:9px 14px;font-weight:800;font-size:14px;margin-bottom:25px}
.eyebrow i{width:10px;height:10px;background:var(--orange);border-radius:50%}
h1{font-size:clamp(54px,4.8vw,78px);line-height:.99;letter-spacing:-.055em;margin:0 0 25px;max-width:650px}
h1 span{color:var(--orange)}
.hero-copy>p{font-size:19px;line-height:1.55;color:#4f5966;max-width:610px;margin:0}
.hero-actions{display:flex;gap:18px;margin:28px 0 22px;flex-wrap:wrap}
.checks{display:flex;gap:35px;flex-wrap:wrap;color:#5d6571;font-size:14px}
.hero-visual{height:560px;overflow:hidden;display:flex;align-items:stretch;justify-content:flex-end}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}

.how{padding:0 0 10px;background:#fff}
.how-box{border:1px solid #e7eaee;border-radius:16px;padding:18px 28px 24px;background:#fff}
.section-title h2{font-size:20px;margin:0 0 3px}
.section-title p{font-size:13px;color:#5f6874;margin:0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:17px}
.steps article{display:flex;gap:15px;border:1px solid #e4e7eb;border-radius:14px;padding:16px 16px 15px;background:#fff;min-height:112px}
.icon{min-width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:23px}
.steps h3{font-size:15px;margin:1px 0 5px}
.steps h3 em{color:var(--orange);font-style:normal}
.steps p{font-size:12px;color:#69727e;line-height:1.45;margin:0}

.benefits{padding:0 0 50px}
.benefits-box{background:linear-gradient(110deg,#07111b,#0a1622);color:#fff;border-radius:13px;padding:18px 32px 28px}
.section-title.dark p{color:#c0c7cf}
.benefit-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:18px}
.benefit-cards article{display:flex;gap:18px;background:#101e2a;border:1px solid #243342;border-radius:12px;padding:18px 21px}
.benefit-icon{color:var(--orange);font-size:36px;min-width:48px}
.benefit-cards h3{margin:0 0 7px;font-size:16px}
.benefit-cards p{margin:0;color:#d0d5db;font-size:13px;line-height:1.45}

.after{padding:70px 0;background:#fff}
.after-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}
.kicker{font-size:12px;color:var(--orange);font-weight:900;letter-spacing:.12em}
.after h2{font-size:42px;line-height:1.05;letter-spacing:-.04em;margin:10px 0 0}
.after p{font-size:18px;color:#606976;margin:0}

.final-cta{padding:0 0 70px}
.final-box{background:#0d1117;color:#fff;border-radius:20px;padding:34px 40px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.final-box h2{font-size:34px;margin:0 0 4px}
.final-box p{margin:0;color:#afb7c1;font-size:17px}

footer{background:#070a0e;color:#fff;padding:28px 0}
.footer{display:flex;align-items:center;gap:28px}
.footer span{color:#9da6b1}
.footer small{margin-left:auto;color:#7e8792}

@media(max-width:1100px){
  .menu{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:55px 0 30px}
  .hero-visual{height:auto}
  .hero-visual img{height:auto}
  .steps{grid-template-columns:repeat(2,1fr)}
  .benefit-cards{grid-template-columns:1fr}
}
@media(max-width:720px){
  .wrap{width:min(100% - 28px,1440px)}
  .site-header{height:auto}
  .nav{flex-wrap:wrap;padding:12px 0}
  .logo{min-width:0}
  .wordmark small,.rule{display:none}
  .wordmark b{font-size:21px}
  .mark{font-size:36px}
  .actions{width:100%}
  .actions .btn{flex:1}
  h1{font-size:49px}
  .hero-copy>p{font-size:16px}
  .checks{gap:13px}
  .steps{grid-template-columns:1fr}
  .how-box{padding:16px}
  .after-grid{grid-template-columns:1fr}
  .after h2{font-size:34px}
  .final-box{flex-direction:column;align-items:flex-start}
  .footer{flex-direction:column;align-items:flex-start}
  .footer small{margin-left:0}
}
