:root{
  --bg:#ffffff;
  --soft:#f8fafc;
  --text:#10172a;
  --muted:#5e6678;
  --line:#e5e9f2;
  --line2:#d8ddea;
  --red:#ff4b36;
  --pink:#f02d7d;
  --violet:#8b5cf6;
  --blue:#2563ff;
  --shadow:0 18px 50px rgba(15,23,42,.08);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:
 radial-gradient(circle at 12% 10%,rgba(255,75,54,.05),transparent 24%),
 radial-gradient(circle at 88% 10%,rgba(37,99,255,.06),transparent 26%),
 linear-gradient(180deg,#fff 0%,#fbfdff 50%,#fff 100%)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.78);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,233,242,.72)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{display:flex;align-items:center;gap:11px;font-weight:800;font-size:32px;letter-spacing:-.03em}
.logo img{width:37px;height:37px;object-fit:contain}
.nav{display:flex;gap:42px;color:var(--text);font-size:15px;white-space:nowrap}
.nav a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 25px;border-radius:10px;font-weight:700;font-size:15px;border:1px solid transparent;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{color:#fff;background:linear-gradient(100deg,var(--red),var(--pink),var(--blue));box-shadow:0 14px 32px rgba(37,99,255,.16)}
.btn-secondary{color:var(--text);background:#fff;border-color:var(--blue)}
.hero{padding:72px 0 44px}
.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:46px;align-items:center}
.kicker{display:inline-flex;border:1px solid var(--blue);border-left-color:var(--red);border-radius:10px;padding:13px 20px;color:var(--muted);background:rgba(255,255,255,.7)}
h1{font-size:clamp(40px,5.4vw,66px);line-height:1.16;margin:56px 0 22px;letter-spacing:-.055em;max-width:650px}
.gradient{background:linear-gradient(95deg,var(--pink),var(--violet),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:21px;line-height:1.55;color:var(--muted);max-width:590px;margin:0 0 44px}
.actions{display:flex;gap:22px;flex-wrap:wrap;margin-bottom:48px}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:560px}
.point{height:90px;border:1px solid var(--line);background:#fff;border-radius:12px;display:flex;align-items:center;gap:14px;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.point svg,.feature svg,.price-feature svg,.process svg{width:34px;height:34px;flex:0 0 auto;stroke:url(#grad);stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.point b{display:block;font-size:15px}.point span{display:block;font-size:13px;color:var(--muted);margin-top:3px}
.phone-wrap{position:relative;min-height:540px;display:flex;align-items:center;justify-content:center}
.phone-wrap:before,.phone-wrap:after{content:"";position:absolute;border:2px solid transparent;border-radius:50%;width:430px;height:430px;opacity:.8;z-index:0}
.phone-wrap:before{border-left-color:var(--red);border-top-color:var(--red);transform:rotate(-26deg)}
.phone-wrap:after{border-right-color:var(--blue);border-bottom-color:var(--blue);transform:rotate(18deg)}
.phone-wrap img{position:relative;z-index:2;max-height:530px;filter:drop-shadow(0 25px 35px rgba(15,23,42,.15))}
.section{padding:46px 0}.section h2{text-align:center;font-size:32px;letter-spacing:-.035em;margin:0 0 36px}.grid-6{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.feature{height:200px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px;box-shadow:0 10px 30px rgba(15,23,42,.035)}.feature h3{margin:20px 0 12px;font-size:17px}.feature p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.price-card{border:1.5px solid var(--blue);border-left-color:var(--red);border-radius:14px;background:#fff;box-shadow:var(--shadow);padding:28px;display:grid;grid-template-columns:280px 1fr 360px;gap:34px;align-items:center}.price-kind{border:1px solid var(--line);border-radius:14px;min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.price-kind .icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),var(--pink),var(--blue));margin-bottom:22px}.price-kind svg{width:42px;height:42px;stroke:#fff;fill:none;stroke-width:2.4}.price-kind h3{margin:0 0 12px;font-size:22px}.price-kind p{margin:0;color:var(--muted);line-height:1.45}.price-rows{display:grid;gap:20px}.price-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;border-bottom:1px solid var(--line);padding-bottom:17px}.price-row:last-child{border-bottom:0;padding-bottom:0}.price-row svg{width:32px;height:32px;stroke:var(--red);fill:none;stroke-width:2.4}.price-row b{font-size:17px}.price-row strong{font-size:20px}.price-features{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;text-align:center}.price-feature{border-left:1px solid var(--line);padding:16px 10px}.price-feature:first-child{border-left:0}.price-feature span{display:block;color:var(--muted);font-size:12.5px;line-height:1.3;margin-top:12px}.process-line{display:grid;grid-template-columns:1fr 56px 1fr 56px 1fr 56px 1fr;align-items:center;gap:14px}.process-item{display:grid;grid-template-columns:74px 1fr;gap:18px;align-items:center}.circle{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#f4f7ff);border:1px solid var(--line2);box-shadow:0 10px 25px rgba(15,23,42,.06)}.process-item h3{margin:0 0 8px;font-size:17px}.process-item p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.35}.arrow{font-size:34px;color:var(--pink);text-align:center}.cta{margin:48px 0 28px}.cta-card{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow);padding:42px 48px;display:grid;grid-template-columns:1fr 1px 360px;gap:42px;align-items:center}.cta h2{text-align:left;margin:0 0 12px;font-size:30px}.cta p{margin:0 0 26px;color:var(--muted);font-size:16px;line-height:1.45}.contacts{display:grid;gap:20px;font-size:18px}.contacts div{display:flex;gap:16px;align-items:center}.contacts svg{width:23px;height:23px;stroke:var(--text);fill:none;stroke-width:2}.divider{height:100%;background:var(--line2)}.footer{border-top:1px solid var(--line);padding:34px 0 42px;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:24px}.footer-brand{display:flex;gap:10px;align-items:center;color:var(--text);font-size:24px;font-weight:800}.footer-brand img{width:32px;height:32px}.footer small{display:block;margin-top:10px;line-height:1.45}.links{display:grid;gap:18px;justify-items:end}
@media(max-width:1100px){.hero-grid{grid-template-columns:1fr}.phone-wrap{min-height:420px}.grid-6{grid-template-columns:repeat(3,1fr)}.price-card{grid-template-columns:1fr}.price-features{grid-template-columns:repeat(4,1fr)}.process-line{grid-template-columns:1fr}.arrow{display:none}.cta-card{grid-template-columns:1fr}.divider{display:none}}
@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.nav{display:none}.header-inner{height:68px}.logo{font-size:26px}.hero{padding-top:40px}h1{font-size:40px;margin-top:34px}.lead{font-size:18px}.actions{gap:12px}.btn{width:100%}.hero-points,.grid-6,.price-features,.footer-grid{grid-template-columns:1fr}.price-card{padding:18px}.phone-wrap{min-height:330px}.phone-wrap:before,.phone-wrap:after{width:280px;height:280px}.process-item{grid-template-columns:62px 1fr}.circle{width:62px;height:62px}.links{justify-items:start}.cta-card{padding:28px}}
