:root{--ink:#171a20;--muted:#6f7480;--line:#e7e5e0;--paper:#fbfaf7;--white:#fff;--violet:#7557ff;--violet-dark:#5436df;--peach:#ff8a65;--lime:#dff65a;--deep:#24203b;--radius:24px;--shadow:0 24px 70px rgba(43,35,82,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}.section-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.header{width:min(1180px,calc(100% - 40px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--violet),#a783ff 60%,var(--peach));font-size:17px}.nav{display:flex;gap:34px;color:#4f535d;font-size:14px;font-weight:600}.nav a:hover{color:var(--violet)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:13px;padding:15px 22px;font:700 14px Manrope;cursor:pointer;transition:.2s transform,.2s background,.2s box-shadow}.button:hover{transform:translateY(-2px)}.button-small{padding:11px 17px}.button-ghost,.button-outline{background:transparent;border:1px solid #cdc9c2}.button-primary{background:var(--violet);color:#fff;box-shadow:0 10px 24px rgba(117,87,255,.24)}.button-primary:hover{background:var(--violet-dark)}.hero{min-height:700px;padding:82px 0 66px;display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:var(--violet)}.eyebrow{display:flex;align-items:center;gap:9px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--peach);box-shadow:0 0 0 5px #ffe5dc}.hero h1{font-size:clamp(52px,6vw,82px);line-height:.97;letter-spacing:-.065em;margin:24px 0 27px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--violet)}.hero-lead{max-width:580px;font-size:18px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:35px}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid #b6b2aa;padding-bottom:4px}.text-link span{margin-left:7px}.hero-note{display:flex;align-items:center;gap:14px;margin-top:52px}.hero-note p{font-size:12px;color:var(--muted);line-height:1.5;margin:0}.hero-note strong{color:var(--ink)}.avatar-stack{display:flex}.avatar-stack span{width:32px;height:32px;margin-left:-8px;border:3px solid var(--paper);border-radius:50%;display:grid;place-items:center;background:#d7d0ff;color:var(--violet-dark);font-size:10px;font-weight:800}.avatar-stack span:first-child{margin-left:0;background:#ffd5c9}.avatar-stack span:last-child{background:#dfef95}.hero-visual{position:relative;min-height:540px;display:grid;place-items:center}.glow{position:absolute;border-radius:50%;filter:blur(3px)}.glow-one{width:430px;height:430px;background:#e7ddff;top:35px;right:20px}.glow-two{width:260px;height:260px;background:#ffe4d9;bottom:5px;left:30px}.console-card{position:relative;width:min(490px,88%);background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.9);border-radius:28px;padding:22px;box-shadow:var(--shadow);transform:rotate(1.3deg);backdrop-filter:blur(10px)}.console-top,.console-footer{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;font-weight:700}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#39c97c;margin-right:5px;box-shadow:0 0 0 4px #dff8eb}.profile-row{display:flex;align-items:center;gap:12px;margin:24px 0 16px}.profile-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ffa684,var(--violet));color:#fff;font-weight:800}.profile-row div:nth-child(2){display:flex;flex-direction:column;font-size:12px}.profile-row div span{color:var(--muted);font-size:10px}.status-pill{margin-left:auto;background:#eeeaff;color:var(--violet-dark);border-radius:30px;padding:7px 10px;font-size:9px;font-weight:800}.reel-preview{height:195px;border-radius:18px;background:linear-gradient(150deg,#242038 0%,#4a397b 46%,#fa8d69 100%);position:relative;overflow:hidden;color:#fff;padding:18px}.reel-preview:before{content:"";position:absolute;width:180px;height:260px;border:36px solid rgba(255,255,255,.08);border-radius:50%;right:70px;top:-75px;transform:rotate(35deg)}.reel-copy{position:absolute;left:18px;bottom:30px;display:flex;flex-direction:column}.reel-copy span{font-size:9px;opacity:.7;text-transform:uppercase;letter-spacing:.1em}.reel-copy strong{font-size:20px}.reel-actions{position:absolute;right:17px;top:24px;display:flex;flex-direction:column;gap:19px;font-weight:700}.progress{position:absolute;left:18px;right:18px;bottom:14px;height:3px;background:rgba(255,255,255,.25);border-radius:3px}.progress span{display:block;width:68%;height:100%;background:var(--lime);border-radius:3px}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.metrics-grid div{padding:12px;background:#f6f4f9;border-radius:13px;display:flex;flex-direction:column}.metrics-grid span,.metrics-grid small{font-size:8px;color:var(--muted)}.metrics-grid strong{font-size:18px;margin:3px 0}.metrics-grid small{color:#5c9e68}.console-footer{padding-top:12px;border-top:1px solid #eee}.console-footer strong{color:var(--violet)}.floating-card{position:absolute;background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 14px 35px rgba(43,35,82,.14);padding:12px 15px;display:flex;align-items:center;gap:10px;font-size:10px}.floating-card>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#e9f8c0;color:#5c7912;font-weight:800}.floating-card div{display:flex;flex-direction:column}.floating-card small{color:var(--muted)}.floating-left{left:0;bottom:83px}.floating-right{right:-7px;top:84px}.floating-right>span{background:#ece7ff;color:var(--violet)}.trust-strip{display:grid;grid-template-columns:1.35fr repeat(3,1fr);align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:112px}.trust-strip p{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:11px;color:var(--muted)}.trust-strip div{display:flex;align-items:center;gap:14px}.trust-strip strong{color:var(--violet);font-size:13px}.trust-strip span{font-size:12px;font-weight:700;line-height:1.35}.section{padding-top:120px;padding-bottom:120px}.section-heading{display:grid;grid-template-columns:1.5fr .7fr;gap:60px;align-items:end;margin-bottom:52px}.section-heading.compact{margin-bottom:38px}.section-heading h2,.split-section h2,.calculator h2,.faq-section h2{font-size:clamp(38px,4.6vw,60px);line-height:1.05;letter-spacing:-.055em;margin:15px 0 0}.section-heading>p{color:var(--muted);margin:0 0 4px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{min-height:315px;border:1px solid var(--line);border-radius:var(--radius);padding:25px;display:flex;flex-direction:column;background:#fff}.step-card.featured{background:#f0ecff;border-color:#d9ceff}.step-number{font-size:11px;color:var(--muted)}.step-icon{margin:auto 0 32px;width:60px;height:60px;border-radius:19px;display:grid;place-items:center;background:#f3f1ed;color:var(--violet);font-size:26px}.featured .step-icon{background:var(--violet);color:#fff}.step-card h3{font-size:20px;margin:0 0 8px}.step-card p{color:var(--muted);font-size:14px;margin:0}.split-section{display:grid;grid-template-columns:1fr 1.05fr;gap:16px}.why-panel{position:relative;min-height:620px;padding:52px;border-radius:32px;background:var(--deep);color:#fff;overflow:hidden}.why-panel .kicker{color:var(--lime)}.why-panel p{max-width:490px;color:#bcb7cb}.text-link.light{position:absolute;bottom:48px;border-color:#777185}.orbit{position:absolute;width:270px;height:270px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-70px;bottom:-65px;display:grid;place-items:center}.orbit:before{content:"";position:absolute;inset:46px;border:1px solid rgba(255,255,255,.1);border-radius:50%}.orbit span{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:var(--violet);font-weight:800}.orbit i{position:absolute;width:10px;height:10px;background:var(--lime);border-radius:50%}.orbit i:nth-child(2){top:20px}.orbit i:nth-child(3){left:22px;bottom:65px;background:var(--peach)}.orbit i:nth-child(4){right:3px;top:105px;background:#fff}.benefit-list{border:1px solid var(--line);background:#fff;border-radius:32px;padding:14px 38px}.benefit-list article{display:grid;grid-template-columns:52px 1fr;gap:12px;padding:30px 0;border-bottom:1px solid var(--line)}.benefit-list article:last-child{border:0}.benefit-list article>span{color:var(--violet);font-size:12px;font-weight:800}.benefit-list h3{margin:0 0 7px;font-size:20px}.benefit-list p{margin:0;color:var(--muted);font-size:14px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{position:relative;padding:31px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.price-card.popular{background:#f0ecff;border-color:var(--violet)}.popular-label{position:absolute;right:20px;top:18px;background:var(--violet);color:#fff;border-radius:20px;padding:6px 10px;font-size:9px;font-weight:800;text-transform:uppercase}.plan{text-transform:uppercase;letter-spacing:.12em;color:var(--violet);font-size:10px;font-weight:800}.price-card h3{font-size:21px;margin:18px 0 24px}.price{font-size:29px;font-weight:800;letter-spacing:-.04em}.price small{font-size:11px;color:var(--muted);font-weight:600}.price-card ul{list-style:none;padding:21px 0;margin:20px 0;border-top:1px solid var(--line)}.price-card li{padding:6px 0;color:#555b65;font-size:13px}.price-card li:before{content:"✓";color:var(--violet);font-weight:800;margin-right:10px}.price-card .button{width:100%}.risk-note{font-size:11px;color:#8a8d94;max-width:800px;margin:20px auto 0;text-align:center}.calculator{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;padding:72px;border-radius:34px;background:#ebe7ff;margin-bottom:120px}.calculator-copy>p{color:#676276;max-width:430px}.contact-line{display:flex;gap:13px;align-items:center;margin-top:50px}.contact-line>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--violet)}.contact-line div{display:flex;flex-direction:column}.contact-line small{color:var(--muted)}.quote-form{padding:32px;background:#fff;border-radius:24px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form label{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:800;color:#5c6068}.quote-form input,.quote-form select{width:100%;border:1px solid var(--line);border-radius:11px;background:#faf9f7;padding:13px 14px;font:500 13px Manrope;color:var(--ink);outline:none}.quote-form input:focus,.quote-form select:focus{border-color:var(--violet)}.range-label{margin:19px 0}.range-label>span{display:inline}.range-label>strong{align-self:flex-end;margin-top:-26px;font-size:22px;color:var(--violet)}input[type=range]{appearance:none!important;padding:0!important;height:5px;background:#ded9f0!important;accent-color:var(--violet)}.estimate{display:flex;align-items:end;justify-content:space-between;background:var(--deep);color:#fff;border-radius:15px;padding:17px 19px;margin:20px 0}.estimate div{display:flex;flex-direction:column}.estimate span,.estimate small{font-size:9px;color:#aaa5bb}.estimate strong{font-size:25px}.submit-button{width:100%}.form-status{min-height:18px;margin:10px 0 0;text-align:center;color:#4d8a38;font-size:11px}.faq-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px;border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:22px 0}.faq-list summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;font-weight:700}.faq-list summary span{color:var(--violet);font-size:22px}.faq-list p{color:var(--muted);font-size:14px;max-width:620px}.footer{height:120px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.footer .brand{color:var(--ink)}
@media(max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero-copy{text-align:center}.eyebrow,.hero-actions,.hero-note{justify-content:center}.hero-lead{margin-inline:auto}.hero-visual{min-height:520px}.trust-strip{grid-template-columns:repeat(3,1fr);padding:20px 0}.trust-strip p{grid-column:1/-1;text-align:center}.section-heading,.split-section,.calculator,.faq-section{grid-template-columns:1fr}.steps,.pricing-grid{grid-template-columns:1fr}.step-card{min-height:250px}.calculator{padding:45px;gap:40px}.faq-section{gap:35px}.floating-right{right:0}}
@media(max-width:600px){.section-shell,.header{width:min(100% - 26px,1180px)}.header{height:70px}.button-small{display:none}.hero{padding:45px 0}.hero h1{font-size:49px}.hero-actions{flex-direction:column}.hero-visual{min-height:460px}.console-card{width:100%;padding:15px}.floating-card{display:none}.metrics-grid strong{font-size:15px}.trust-strip{grid-template-columns:1fr}.trust-strip div{justify-content:center}.section{padding-top:80px;padding-bottom:80px}.section-heading{gap:20px}.why-panel{padding:35px;min-height:560px}.benefit-list{padding:10px 24px}.calculator{width:100%;border-radius:0;padding:55px 20px;margin-bottom:80px}.field-row{grid-template-columns:1fr}.estimate{align-items:start;flex-direction:column;gap:5px}.faq-section{padding-inline:0}.footer{height:auto;padding:35px 0;gap:25px;flex-direction:column;text-align:center}}

.video-section{display:grid;grid-template-columns:.88fr 1.12fr;gap:100px;align-items:center;padding:100px 80px;margin-bottom:120px;border-radius:34px;background:linear-gradient(135deg,#eee9ff 0%,#fff0e8 100%);overflow:hidden}.video-stage{position:relative;display:grid;place-items:center}.video-stage:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(117,87,255,.14)}.video-phone{position:relative;width:min(300px,90%);padding:11px;border:1px solid rgba(255,255,255,.5);border-radius:38px;background:#12131b;box-shadow:0 34px 70px rgba(46,31,100,.28);z-index:1}.video-phone video{display:block;width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:29px;background:#090a12}.phone-speaker{position:absolute;z-index:2;top:20px;left:50%;width:66px;height:5px;transform:translateX(-50%);border-radius:5px;background:rgba(255,255,255,.28)}.video-badge{position:absolute;z-index:2;right:-18px;bottom:44px;display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid #eee;border-radius:15px;background:#fff;box-shadow:0 14px 35px rgba(43,35,82,.14);font-size:11px;font-weight:700}.video-badge span{padding:5px 8px;border-radius:9px;background:#ece7ff;color:var(--violet)}.video-copy h2{font-size:clamp(42px,5vw,64px);line-height:1.03;letter-spacing:-.055em;margin:17px 0 24px}.video-copy>p{max-width:520px;color:var(--muted);font-size:17px}.video-points{list-style:none;padding:8px 0 22px;margin:20px 0}.video-points li{display:flex;gap:17px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(36,32,59,.12);font-size:14px;font-weight:700}.video-points li span{color:var(--violet);font-size:10px}.video-copy .button{margin-top:7px}
@media(max-width:900px){.video-section{grid-template-columns:1fr;gap:65px;padding:70px 35px;text-align:center}.video-copy>p{margin-inline:auto}.video-points{text-align:left;max-width:520px;margin-inline:auto}.video-badge{right:4%}}
@media(max-width:600px){.video-section{width:100%;border-radius:0;padding:65px 20px;margin-bottom:70px}.video-stage:before{width:330px;height:330px}.video-phone{width:260px}.video-badge{right:0;bottom:30px}.video-copy h2{font-size:42px}}
.telegram-contact{width:max-content;padding:10px 16px 10px 10px;border:1px solid rgba(117,87,255,.15);border-radius:16px;background:rgba(255,255,255,.72);box-shadow:0 10px 24px rgba(43,35,82,.08);transition:.2s transform,.2s box-shadow}.telegram-contact:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(43,35,82,.13)}
