:root{
  --bg:#0d1014;--bg2:#11151a;--panel:#15191f;--panel2:#1a1f26;--line:#272e37;--line2:#323a45;
  --text:#f5f7fa;--muted:#929ca9;--muted2:#727d8b;--accent:#ff5a1f;--accent2:#ff7a1a;--accent3:#ff8b31;
  --success:#37c77a;--radius:16px;--radius-lg:22px;--shadow:0 28px 90px rgba(0,0,0,.38);--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.modal-open{overflow:hidden}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block}img{max-width:100%}svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}.section-pad{padding:92px 0}.compact-pad{padding-top:68px;padding-bottom:68px}
body:before{content:"";position:fixed;inset:0;z-index:-3;background:#0b0f13}
.site-header{position:sticky;top:0;z-index:100;background:rgba(13,16,20,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.065)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:21px;font-weight:830;letter-spacing:-.035em}.brand img{width:42px;height:42px;border-radius:50%;object-fit:contain}.brand span{position:relative}.brand span:after{content:"";position:absolute;left:0;bottom:-4px;width:24px;height:2px;background:var(--accent);border-radius:2px}.desktop-nav{display:flex;gap:27px;align-items:center}.desktop-nav a{font-size:12px;font-weight:700;color:#c2c8d0;transition:.2s}.desktop-nav a:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border-radius:9px;border:1px solid transparent;font-weight:760;font-size:13px;letter-spacing:-.01em;transition:.18s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--accent2),var(--accent));color:#fff;box-shadow:0 10px 28px rgba(255,90,31,.2)}.btn-primary:hover{box-shadow:0 14px 34px rgba(255,90,31,.3)}.btn-ghost{background:#12161b;border-color:#363e49;color:#f5f7fa}.btn-ghost:hover{border-color:#596474;background:#171c22}.btn-lg{min-height:50px;padding:0 22px;font-size:13px}.btn-block{width:100%;margin-top:10px}.btn-white{background:#fff;color:#171b21;border-color:#fff}.menu-btn{display:none;width:42px;height:42px;border:1px solid #343c47;border-radius:9px;background:#171b21;color:#fff}.mobile-nav{display:none}
.hero{padding:76px 0 74px;position:relative}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:-1;background:linear-gradient(90deg,rgba(255,90,31,.035),transparent 24%,transparent 75%,rgba(255,90,31,.025)),radial-gradient(ellipse 38% 34% at 14% 34%,rgba(255,93,31,.10),transparent 72%),radial-gradient(ellipse 34% 28% at 88% 80%,rgba(255,109,35,.055),transparent 75%)}.hero-grid{display:grid;grid-template-columns:.88fr 1.18fr;gap:54px;align-items:center}.eyebrow,.kicker{font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 9px;border:1px solid rgba(255,90,31,.27);background:rgba(255,90,31,.055);border-radius:999px;letter-spacing:.02em;text-transform:none}.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(44px,4.6vw,66px);line-height:1.03;letter-spacing:-.052em;margin:21px 0 20px;font-weight:860}.hero h1 span{color:var(--accent)}.hero-lead{max-width:620px;font-size:16px;line-height:1.7;color:#aeb7c3;margin-bottom:24px}.hero-bullets{display:flex;gap:24px;margin:0 0 28px}.hero-bullets div{display:flex;flex-direction:column;gap:1px}.hero-bullets b{font-size:15px}.hero-bullets span{font-size:10px;color:#838d99}.hero-cta{display:flex;gap:10px;flex-wrap:wrap}.micro-trust{margin-top:14px;color:#727d89;font-size:10px}.hero-visual{position:relative;min-width:0}.hero-aura{position:absolute;z-index:-1;inset:-24px -30px -30px;background:linear-gradient(140deg,rgba(255,92,31,.12),transparent 32%,transparent 67%,rgba(255,102,32,.10));filter:blur(28px);border-radius:40px;opacity:.7}.hero-shot{position:relative;width:100%;padding:34px 10px 10px;border:1px solid #39414d;background:linear-gradient(180deg,#1b2027,#12161b);border-radius:20px;overflow:hidden;box-shadow:0 30px 85px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.025)}.screen-topbar{position:absolute;left:14px;right:14px;top:10px;height:18px;display:flex;align-items:center;gap:6px;color:#87919e;font-size:9px;text-align:left}.screen-topbar i{width:7px;height:7px;border-radius:50%;background:#3b424c}.screen-topbar i:first-child{background:#ff6a3b}.screen-topbar i:nth-child(2){background:#e7b63e}.screen-topbar i:nth-child(3){background:#44b978}.screen-topbar b{margin-left:5px;font-weight:650}.hero-shot img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;border-radius:11px}.hero-shot:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.045);border-radius:inherit;pointer-events:none}.screen-caption{display:flex;justify-content:space-between;gap:15px;margin-top:11px;padding:0 4px;color:#687381;font-size:9px}.screen-caption b{color:#9aa4b1;font-weight:650}
.trust-strip{padding:26px 0;background:transparent;border:0}.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature-row article{display:flex;gap:14px;padding:21px 20px;border:1px solid #282f38;border-radius:13px;background:linear-gradient(180deg,#15191f,#12161b);min-height:110px}.feature-icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:10px;background:#1b2027;color:var(--accent);border:1px solid #313945;padding:9px}.feature-row h3{font-size:13px;margin:1px 0 5px}.feature-row p{margin:0;font-size:10px;line-height:1.55;color:#7f8996}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:31px}.section-head h2,.showcase h2,.benefit-big h2,.contact-card h2,.trial-inner h2,.modules-intro h2{font-size:clamp(29px,3vw,40px);line-height:1.12;letter-spacing:-.038em;margin:7px 0 9px}.section-head p{max-width:690px;color:#909aa7;margin:0;font-size:14px}.text-link{font-size:12px;color:var(--accent);font-weight:760;padding-bottom:4px}
.modules-section{position:relative}.modules-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:36px;align-items:start}.modules-intro{position:sticky;top:104px;padding-top:3px}.modules-intro p{color:#87919d;font-size:13px;margin:0 0 24px;line-height:1.65}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.module-card{min-height:178px;padding:18px;text-align:left;border:1px solid #29313a;background:linear-gradient(180deg,#171b21,#13171c);border-radius:13px;color:#fff;transition:.2s;position:relative;overflow:hidden;display:flex;flex-direction:column}.module-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,90,31,.05),transparent 45%);opacity:0;transition:.2s;pointer-events:none}.module-card:hover{border-color:rgba(255,90,31,.62);transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,0,0,.22)}.module-card:hover:after{opacity:1}.module-icon,.modal-icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:10px;background:rgba(255,90,31,.075);border:1px solid rgba(255,90,31,.22);color:var(--accent);padding:9px}.module-copy{display:block}.module-card h3{font-size:13px;margin:13px 0 5px;letter-spacing:-.012em}.module-card p{font-size:10px;line-height:1.55;color:#808a97;margin:0 0 13px}.module-more{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:10px;color:#b8c0ca;font-weight:700;border-top:1px solid #262d35;padding-top:11px}.module-more b{display:grid;place-items:center;width:21px;height:21px;border-radius:6px;border:1px solid #343c47;color:var(--accent);font-size:13px}.module-card.featured{border-color:rgba(255,90,31,.58);background:linear-gradient(145deg,rgba(255,90,31,.09),#15191f 56%)}
.showcase{background:transparent;border:0}.showcase-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center;padding:38px;border:1px solid #282f38;border-radius:20px;background:linear-gradient(145deg,#14181e,#101419)}.showcase-copy p,.benefit-big p{color:#8f99a6;max-width:620px}.check-list{list-style:none;padding:0;margin:22px 0 26px;display:grid;gap:9px}.check-list li{position:relative;padding-left:24px;color:#c1c8d1;font-size:12px}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}.showcase-image{padding:0;border:1px solid #343c47;background:#0f1216;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.showcase-image img{width:100%;height:auto;object-fit:contain}
.price-layout{display:grid;grid-template-columns:minmax(0,1fr) 322px;gap:14px;align-items:start}.calculator-card,.order-card{border:1px solid #29313a;background:#15191f;border-radius:16px}.calculator-card{padding:19px}.calc-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding-bottom:17px;border-bottom:1px solid #252c34}.select-wrap{position:relative;min-width:210px}.select-wrap label{display:block;color:#77818e;font-size:9px;font-weight:760;margin-bottom:6px}.software-select{width:100%;height:41px;padding:0 12px 0 13px;display:flex;align-items:center;justify-content:space-between;border:1px solid #343c47;background:#1a1f26;color:#f1f3f6;border-radius:9px;font-size:11px;font-weight:700}.software-select:hover{border-color:#4a5562}.chev{color:#8993a0}.select-menu{display:none;position:absolute;left:0;right:0;top:68px;padding:5px;background:#f7f8fa;border:1px solid #dfe3e8;border-radius:10px;box-shadow:0 18px 48px rgba(0,0,0,.3);z-index:20}.select-wrap.open .select-menu{display:block}.select-menu button{width:100%;padding:10px;border:0;border-radius:7px;background:transparent;color:#2c333d;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:11px}.select-menu button:hover,.select-menu button.selected{background:#edf0f3}.select-menu small{color:#858e99;font-size:9px}.select-all{height:41px;padding:0 13px;border-radius:9px;border:1px solid #343c47;background:#1a1f26;color:#d6dbe2;font-size:10px;font-weight:700}.price-modules{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:17px}.price-option{height:46px;padding:0 11px;border:1px solid #2e3640;border-radius:9px;background:#191e24;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left}.price-option-left{display:flex;align-items:center;gap:9px;min-width:0}.fake-check{width:18px;height:18px;border-radius:5px;border:1px solid #46505d;background:#11151a;display:grid;place-items:center;flex:0 0 18px;color:#fff;font-size:10px}.price-option.active{border-color:rgba(255,90,31,.38);background:rgba(255,90,31,.05)}.price-option.active .fake-check{background:var(--accent);border-color:var(--accent)}.price-option h4{margin:0;font-size:11px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price-option-price{font-size:11px;color:#d9dee5;font-weight:800;white-space:nowrap}.calc-note{margin-top:15px;padding:10px 11px;border-radius:9px;background:rgba(255,90,31,.055);border:1px solid rgba(255,90,31,.14);color:#b9c0c9;font-size:10px}.calc-note span{color:var(--accent);font-weight:900}.order-card{padding:17px}.order-sticky{position:sticky;top:94px}.order-kicker{font-size:8px;color:#737e8b;font-weight:850;letter-spacing:.12em}.order-card h3{font-size:21px;margin:5px 0 17px}.order-lines{display:grid;gap:8px;padding:0 0 15px;border-bottom:1px solid #282f37}.order-lines>div{display:flex;justify-content:space-between;gap:14px;font-size:10px;color:#858f9b}.order-lines b{color:#e1e5ea}.saving-line b{color:#59ce8a}.total-row{display:flex;align-items:end;justify-content:space-between;padding:16px 0 8px}.total-row span{font-size:11px;font-weight:750}.total-row strong{font-size:32px;line-height:1;color:var(--accent);letter-spacing:-.04em}.order-hint{font-size:9px;line-height:1.5;color:#707b88;text-align:center;margin:11px 4px 0}
.trial-banner{padding:30px 0 72px;background:transparent;border:0}.trial-inner{position:relative;overflow:hidden;display:grid;grid-template-columns:130px minmax(0,1fr) auto;gap:30px;align-items:center;padding:32px 34px;border:1px solid rgba(255,90,31,.48);border-radius:20px;background:linear-gradient(110deg,#21160f,#17181c 52%,#21150f);box-shadow:0 20px 55px rgba(0,0,0,.22)}.trial-inner:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,rgba(255,90,31,.10),transparent 35%,transparent 70%,rgba(255,103,31,.09))}.trial-visual{position:relative;z-index:1;width:112px;height:100px;display:grid;place-items:center;color:var(--accent)}.trial-visual svg{position:absolute;width:82px;height:82px;opacity:.55}.trial-visual span{font-size:54px;line-height:1;font-weight:900;z-index:2;text-shadow:0 0 35px rgba(255,90,31,.28)}.trial-inner>div,.trial-action{position:relative;z-index:1}.trial-inner h2{margin:4px 0 8px;font-size:31px}.trial-inner p{margin:0;color:#9ca5b0;max-width:650px;font-size:12px}.trial-action{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:220px}.trial-action small{text-align:center;color:#727d89;font-size:9px}
.gallery-controls{display:flex;gap:8px}.gallery-controls button,.lightbox-arrow{width:40px;height:40px;border-radius:10px;border:1px solid #333c47;background:#171c22;color:#fff}.gallery-shell{overflow:hidden;padding:1px}.gallery-track{display:flex;gap:14px;transition:transform .35s ease}.gallery-item{flex:0 0 calc((100% - 28px)/3);min-width:0;border:1px solid #2d353f;background:#15191f;border-radius:15px;overflow:hidden;text-align:left;padding:0;color:#fff;transition:.2s}.gallery-item:hover{transform:translateY(-2px);border-color:rgba(255,90,31,.5)}.gallery-image{display:flex;align-items:center;justify-content:center;background:#0e1115;padding:9px;aspect-ratio:16/10}.gallery-item img{width:100%;height:100%;object-fit:contain;border-radius:9px}.gallery-meta{display:flex!important;align-items:center;justify-content:space-between;gap:8px;padding:11px 13px;font-size:11px}.gallery-meta small{font-size:9px;color:#74808d}.benefits-section{border:0;background:transparent}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;padding:34px;border:1px solid #282f38;border-radius:18px;background:#12161b}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:26px}.stats div{padding:15px;border:1px solid #2a323c;border-radius:11px;background:#171c22}.stats b{display:block;color:var(--accent);font-size:22px}.stats span{font-size:9px;color:#7b8693}.benefit-stack{display:grid;gap:9px}.benefit-stack article{display:flex;gap:15px;padding:17px;border:1px solid #29313a;border-radius:12px;background:#171b21}.benefit-stack article>span{font-size:10px;color:var(--accent);font-weight:900}.benefit-stack h3{font-size:13px;margin:0 0 4px}.benefit-stack p{font-size:10px;color:#818b98;margin:0}.faq-wrap{max-width:940px}.faq-list{display:grid;gap:8px}.faq-list details{border:1px solid #2a323c;background:#15191f;border-radius:11px;overflow:hidden}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:15px 17px;font-size:12px;font-weight:750}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:#7b8592;font-size:17px}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{padding:0 17px 17px;color:#858f9c;font-size:11px;margin:0;max-width:800px}.contact-section{padding:0 0 80px}.contact-card{padding:34px 36px;border-radius:18px;border:1px solid rgba(255,90,31,.5);background:linear-gradient(120deg,#22140e,#18191d 58%,#24150e);display:flex;justify-content:space-between;gap:32px;align-items:center;box-shadow:0 22px 60px rgba(0,0,0,.2)}.contact-card h2{max-width:720px}.contact-card p{margin:0;color:#939da9}.contact-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-width:235px}.telegram-link{text-align:center;font-size:11px;font-weight:750}.footer{border-top:1px solid #222932;padding:46px 0 52px;color:#7f8996}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:48px}.footer-brand{color:#fff}.footer-grid>div{display:flex;flex-direction:column;gap:8px;font-size:10px}.footer-grid b{color:#d4d9df;font-size:11px;margin-bottom:4px}.footer-grid p{max-width:250px;margin:0}
.modal-backdrop,.lightbox{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;background:rgba(4,6,8,.82);backdrop-filter:blur(10px);padding:20px}.modal-backdrop.open,.lightbox.open{display:flex}.module-modal{width:min(620px,100%);max-height:min(780px,92vh);overflow:auto;position:relative;background:linear-gradient(180deg,#1a1f26,#14181d);color:#f4f6f8;border:1px solid #343d48;border-radius:18px;padding:28px;box-shadow:0 32px 100px rgba(0,0,0,.5)}.modal-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:9px;border:1px solid #343d48;background:#171b21;color:#9da7b3;font-size:20px}.modal-close:hover{color:#fff;border-color:#566270}.modal-heading{display:flex;align-items:center;gap:14px;padding-right:44px}.modal-heading .modal-icon{margin:0}.module-modal h2{font-size:28px;letter-spacing:-.035em;margin:4px 0 0}.modal-lead{color:#a0a9b4;font-size:13px;line-height:1.65;margin:20px 0}.modal-subtitle{font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#d7dce2;margin-bottom:9px}.modal-points{display:grid;gap:8px;margin:0 0 20px}.modal-point{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border-radius:9px;border:1px solid #29313a;background:#171c22;color:#adb6c0;font-size:11px;line-height:1.5}.modal-point:before{content:"✓";color:var(--accent);font-weight:900}.modal-footer{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid #29313a}.lightbox{background:rgba(3,4,6,.94)}.lightbox figure{margin:0;max-width:min(1380px,90vw);max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:10px}.lightbox img{max-width:100%;max-height:83vh;object-fit:contain;border-radius:16px;box-shadow:0 30px 100px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.15)}.lightbox figcaption{font-size:11px;color:#aeb7c2}.lightbox-close{position:absolute;right:24px;top:20px;width:42px;height:42px;border-radius:10px;border:1px solid #39424d;background:#171c22;color:#fff;font-size:23px}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.lightbox-arrow.left{left:22px}.lightbox-arrow.right{right:22px}.reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.06s}
@media(max-width:1080px){.desktop-nav{display:none}.menu-btn{display:block}.hero-grid,.showcase-grid,.benefits-grid{grid-template-columns:1fr}.hero-grid{gap:42px}.hero-copy{max-width:760px}.hero-visual{max-width:900px}.feature-row{grid-template-columns:repeat(2,1fr)}.modules-layout{grid-template-columns:1fr}.modules-intro{position:static;max-width:720px}.module-grid{grid-template-columns:repeat(3,1fr)}.price-layout{grid-template-columns:1fr}.order-sticky{position:static}.trial-inner{grid-template-columns:105px 1fr}.trial-action{grid-column:2}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.mobile-nav.open{display:flex;flex-direction:column;gap:4px;padding:10px 24px 18px;border-top:1px solid #262d35}.mobile-nav a:not(.btn){padding:10px 8px;color:#c5cbd3;font-size:12px}.mobile-nav .btn{margin-top:6px}.gallery-item{flex-basis:calc((100% - 14px)/2)}.showcase-grid{padding:28px}}
@media(max-width:720px){.container{width:min(100% - 28px,var(--container))}.section-pad{padding:66px 0}.compact-pad{padding-top:50px;padding-bottom:50px}.desktop-only{display:none}.header-inner{height:64px}.brand{font-size:19px}.brand img{width:37px;height:37px}.hero{padding:50px 0 54px}.hero h1{font-size:40px}.hero-lead{font-size:14px}.hero-bullets{gap:14px;justify-content:space-between}.hero-bullets b{font-size:13px}.hero-bullets span{font-size:9px}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta .btn{width:100%}.hero-shot{padding:29px 7px 7px;border-radius:14px}.screen-topbar{top:8px;left:10px;right:10px}.screen-caption{font-size:8px}.feature-row{grid-template-columns:1fr}.feature-row article{padding:18px}.module-grid{grid-template-columns:repeat(2,1fr);gap:8px}.module-card{min-height:165px;padding:14px}.module-card h3{font-size:12px}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:23px}.section-head p{font-size:12px}.showcase-grid{gap:26px;padding:20px}.price-modules{grid-template-columns:1fr}.calc-toolbar{align-items:stretch;flex-direction:column}.select-wrap{min-width:0}.select-all{width:100%}.trial-banner{padding-bottom:62px}.trial-inner{grid-template-columns:1fr;gap:16px;padding:24px 21px}.trial-visual{width:72px;height:66px}.trial-visual svg{width:62px;height:62px}.trial-visual span{font-size:38px}.trial-action{grid-column:auto;min-width:0}.trial-action .btn{width:100%}.gallery-item{flex-basis:88%}.stats{grid-template-columns:1fr}.benefits-grid{padding:22px}.benefit-stack article{padding:14px}.contact-card{flex-direction:column;align-items:stretch;padding:27px 22px}.contact-actions{min-width:0}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid>div:last-child{grid-column:auto}.module-modal{padding:22px}.module-modal h2{font-size:24px}.modal-heading{align-items:flex-start}.modal-footer{flex-direction:column}.modal-footer .btn{width:100%}.lightbox figure{max-width:94vw}.lightbox-arrow{top:auto;bottom:18px;transform:none}.lightbox-arrow.left{left:calc(50% - 52px)}.lightbox-arrow.right{right:calc(50% - 52px)}.lightbox-close{right:14px;top:14px}}
@media(max-width:430px){.hero h1{font-size:35px}.module-grid{grid-template-columns:1fr}.hero-bullets{display:grid;grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr}.gallery-item{flex-basis:94%}.screen-caption{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.gallery-track{transition:none}.btn:hover,.module-card:hover,.gallery-item:hover{transform:none}}

/* =========================
   UI V3 — clean professional pass
   ========================= */
:root{--bg:#0b0f13;--bg2:#0f141a;--panel:#121820;--panel2:#161d25;--line:#28313c;--line2:#374250;--text:#f7f8fa;--muted:#a3adb9;--muted2:#7e8996;--accent:#ff5b1f;--accent2:#ff7418;--container:1220px}
body{font-family:Inter,"SF Pro Display","SF Pro Text","Segoe UI Variable","Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.62;background:#0b0f13;letter-spacing:-.005em}
body:before{background:#0b0f13}
.noise{display:none!important;background:none!important}
.site-header{background:rgba(9,13,17,.94);border-bottom:1px solid #1d2530;box-shadow:0 8px 28px rgba(0,0,0,.18)}
.header-inner{height:76px}
.brand{font-size:24px;font-weight:820;gap:10px}.brand img{width:44px;height:44px}.brand span:after{display:none}
.desktop-nav{gap:34px}.desktop-nav a{font-size:14px;font-weight:650;color:#d0d6de}.desktop-nav a:hover{color:#fff}
.header-login{font-size:14px;font-weight:700;color:#d9dee5;padding:10px 4px}.header-login:hover{color:#fff}
.btn{min-height:44px;padding:0 20px;font-size:14px;font-weight:760;border-radius:10px}.btn-lg{min-height:52px;padding:0 24px;font-size:14px}
.btn-primary{background:#ff5b1f;box-shadow:0 10px 24px rgba(255,91,31,.18)}.btn-primary:hover{background:#ff6a2f;box-shadow:0 12px 28px rgba(255,91,31,.22)}
.btn-ghost{background:#121820;border-color:#384351}
.hero{padding:86px 0 82px}.hero:before{background:none}
.hero-grid{grid-template-columns:.9fr 1.1fr;gap:64px}
.eyebrow,.kicker{font-size:12px;letter-spacing:.13em;font-weight:820}.eyebrow{padding:7px 11px;font-size:12px;letter-spacing:.01em;background:#11161c;border-color:#2d3743;color:#d9dee5}.eyebrow .dot{background:var(--accent)}
.hero h1{font-size:clamp(50px,5.1vw,72px);line-height:1.04;letter-spacing:-.05em;margin:24px 0 22px;font-weight:850}.hero h1 span{color:#ff641f}
.hero-lead{font-size:17px;line-height:1.68;color:#adb6c2;max-width:650px}.hero-bullets{gap:30px}.hero-bullets b{font-size:16px}.hero-bullets span,.micro-trust{font-size:12px;color:#8b96a3}.micro-trust{line-height:1.55}
.hero-aura{background:radial-gradient(circle at 70% 50%,rgba(255,91,31,.075),transparent 58%);filter:blur(34px);opacity:.55;inset:-22px}
.hero-shot{background:#121820;border-color:#38424f;box-shadow:0 28px 72px rgba(0,0,0,.38)}
.screen-topbar{font-size:11px}.screen-caption{font-size:11px;color:#7f8b98}.screen-caption b{color:#aab4c0}
.trust-strip{padding:30px 0}.feature-row article,.module-card,.showcase-grid,.calculator-card,.order-card,.benefits-grid,.benefit-stack article,.faq-list details,.stats div{background:#121820;background-image:none!important}
.feature-row article{padding:22px;border-color:#29323d}.feature-row h3{font-size:15px}.feature-row p{font-size:13px;line-height:1.55;color:#929daa}
.section-head h2,.showcase h2,.benefit-big h2,.contact-card h2,.trial-inner h2,.modules-intro h2{font-size:clamp(32px,3.2vw,44px);line-height:1.12;letter-spacing:-.04em}.section-head p{font-size:15px;line-height:1.65;color:#9da7b4}
.modules-section{padding-top:88px}.modules-layout{display:block}.modules-intro{position:static;max-width:820px;padding:0;margin-bottom:30px}.modules-intro h2{margin-top:8px}.modules-intro p{font-size:15px;color:#9ca7b4;line-height:1.65;margin-bottom:0}.module-grid{grid-template-columns:repeat(4,1fr);gap:14px}.module-card{min-height:190px;padding:20px;border-color:#2b3540}.module-card:after{display:none}.module-card.featured{background:#141b22;border-color:#7a3b23}.module-card h3{font-size:15px;margin-top:15px}.module-card p{font-size:13px;line-height:1.55;color:#929daa}.module-more{font-size:12px}.modules-bottom{display:flex;justify-content:center;margin-top:24px}
.showcase-grid{border-color:#29323d;box-shadow:none}.showcase-copy p,.benefit-big p{font-size:15px;line-height:1.65;color:#9ba6b3}.check-list li{font-size:14px}.showcase-image{background:#0d1217;box-shadow:0 22px 52px rgba(0,0,0,.3)}
.price-option,.software-select,.select-menu,.select-all{font-size:14px}.price-option h4,.order-card h3{font-size:15px}.order-lines,.order-hint,.calc-note{font-size:13px}.total-row span{font-size:14px}
.trial-banner{padding:10px 0 82px}.trial-inner{grid-template-columns:130px minmax(0,1fr) auto;gap:28px;padding:30px 34px;border:1px solid rgba(255,91,31,.48);background:#151617;background-image:none!important;box-shadow:0 18px 46px rgba(0,0,0,.22);overflow:hidden}.trial-inner:before{content:"";position:absolute;inset:-60% auto -60% -8%;width:32%;background:radial-gradient(circle,rgba(255,91,31,.10),transparent 68%);filter:blur(30px);pointer-events:none}.trial-inner:after{content:"";position:absolute;inset:-70% -10% -70% auto;width:30%;background:radial-gradient(circle,rgba(255,91,31,.07),transparent 70%);filter:blur(34px);pointer-events:none}
.trial-visual{width:118px;height:102px}.trial-visual img{width:108px;height:108px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(0,0,0,.26))}.trial-inner h2{font-size:34px;margin:4px 0 9px}.trial-inner p{font-size:14px;line-height:1.6;color:#aab3bd}.trial-action small{font-size:11px;color:#89939f}
.screens-head{margin-bottom:26px}.gallery-shell{overflow:hidden;padding:2px}.gallery-track{gap:16px}.gallery-item{flex:0 0 calc((100% - 32px)/3);border-color:#313b47;background:#11171d;border-radius:18px}.gallery-item:hover{border-color:#5d6875;transform:translateY(-2px)}.gallery-image{background:#0c1116;padding:10px;aspect-ratio:16/10}.gallery-meta{font-size:13px;padding:13px 15px}.gallery-meta small{font-size:11px}.gallery-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:22px}.gallery-dot{width:9px;height:9px;padding:0;border-radius:999px;border:0;background:#3b4652;transition:.2s}.gallery-dot:hover{background:#65717e}.gallery-dot.active{width:10px;height:10px;background:#ff5b1f;box-shadow:0 0 0 4px rgba(255,91,31,.10)}
.stats span{font-size:12px}.benefit-stack h3{font-size:15px}.benefit-stack p{font-size:13px}.benefit-stack article>span{font-size:12px}.faq-list summary{font-size:14px;padding:17px 19px}.faq-list details p{font-size:13px;line-height:1.6;padding:0 19px 19px}.telegram-link{font-size:13px}
.contact-card{background:#151617;background-image:none!important;border-color:rgba(255,91,31,.42);box-shadow:0 18px 44px rgba(0,0,0,.2)}.contact-card p{font-size:14px;line-height:1.6}
.footer{background:#0b0f13;border-top:1px solid #202832;padding:54px 0 24px;color:#9aa5b1}.footer-grid{grid-template-columns:1.05fr .85fr 1.15fr 1.05fr;gap:48px}.footer-col{display:flex;flex-direction:column;gap:10px;font-size:13px;line-height:1.5}.footer-col>b{color:#f3f5f7;font-size:15px;margin-bottom:6px}.footer-col a{color:#98a3af}.footer-col a:hover{color:#fff}.footer-col p{font-size:13px;color:#9aa5b1;max-width:290px;margin:0 0 4px}.footer-outline{display:inline-flex!important;align-items:center;justify-content:center;align-self:flex-start;margin-top:5px;min-height:40px;padding:0 14px;border:1px solid #343e49;border-radius:9px;color:#e1e5ea!important}.footer-telegram{display:inline-flex!important;align-items:center;justify-content:center;align-self:flex-start;min-height:42px;padding:0 16px;border:1px solid #3b4652;border-radius:9px;color:#eef1f4!important;margin:4px 0}.footer-brand{font-size:25px;color:#fff;margin-bottom:8px}.footer-about p{font-size:13px;max-width:270px}.footer-socials{display:flex;gap:10px;margin-top:9px}.footer-socials a{display:grid;place-items:center;width:40px;height:40px;border:1px solid #303a45;border-radius:50%;color:#eef2f5;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-top:38px;padding-top:20px;border-top:1px solid #202832;font-size:12px;color:#7f8a96}.footer-bottom div{display:flex;gap:30px}.footer-bottom a:hover{color:#fff}
.modal-subtitle{font-size:12px}.modal-lead,.modal-point{font-size:13px}.lightbox figcaption{font-size:13px}
@media(max-width:1080px){.module-grid{grid-template-columns:repeat(3,1fr)}.trial-inner{grid-template-columns:110px 1fr}.trial-action{grid-column:2}.footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:auto!important}.footer-bottom{align-items:flex-start}.footer-bottom div{flex-wrap:wrap}}
@media(max-width:720px){body{font-size:15px}.header-inner{height:66px}.hero h1{font-size:42px}.hero-lead{font-size:15px}.hero-bullets span,.micro-trust{font-size:11px}.feature-row h3{font-size:15px}.feature-row p{font-size:13px}.module-grid{grid-template-columns:1fr 1fr}.module-card{min-height:180px}.module-card h3{font-size:14px}.module-card p{font-size:12px}.trial-inner{grid-template-columns:1fr;gap:14px;padding:24px 22px}.trial-visual{width:90px;height:78px}.trial-visual img{width:82px;height:82px}.trial-action{grid-column:auto}.gallery-item{flex-basis:86%}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-bottom{flex-direction:column}.footer-bottom div{gap:16px 24px}.screen-caption{font-size:10px}}
@media(max-width:480px){.container{width:min(100% - 28px,var(--container))}.hero h1{font-size:37px}.hero-bullets{grid-template-columns:1fr 1fr}.module-grid{grid-template-columns:1fr}.gallery-item{flex-basis:94%}.footer-grid{grid-template-columns:1fr}.footer-bottom div{flex-direction:column;gap:8px}}


/* ===== UI V4: hero matched to approved reference + readable footer ===== */
.hero-v4{padding:72px 0 76px;overflow:hidden}
.hero-grid-v4{grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center;min-height:480px}
.hero-v4 .hero-copy{max-width:610px;position:relative;z-index:3}
.hero-v4 .hero-copy .eyebrow,.hero-v4 .hero-bullets,.hero-v4 .micro-trust{display:none!important}
.hero-v4 h1{margin:0 0 22px;font-size:clamp(52px,5vw,76px);line-height:1.02;letter-spacing:-.052em;font-weight:850;color:#f6f7f8;text-wrap:balance}
.hero-v4 h1 span{color:#ff5d1f}
.hero-v4 .hero-lead{max-width:560px;margin:0 0 28px;font-size:17px;line-height:1.58;color:#9ea7b2}
.hero-v4 .hero-cta{display:flex;gap:14px;align-items:center;margin:0 0 34px}
.hero-v4 .hero-cta .btn{min-height:50px;padding:0 20px;font-size:14px;font-weight:750;border-radius:10px}
.hero-watch{border-color:#3a4652;background:rgba(17,23,29,.75)}
.play-circle{display:inline-grid;place-items:center;width:20px;height:20px;margin-left:7px;border:1px solid #6f7b87;border-radius:50%;font-size:8px;line-height:1}
.hero-mini-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:610px}
.hero-mini-features>div{display:flex;align-items:flex-start;gap:10px;min-width:0}
.hero-mini-features .mini-icon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;color:#d7dde4}
.hero-mini-features svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hero-mini-features b{display:block;color:#eef1f4;font-size:12px;line-height:1.25;margin-bottom:3px;font-weight:700}
.hero-mini-features small{display:block;color:#7f8994;font-size:10.5px;line-height:1.35}
.hero-visual-v4{min-width:0;perspective:1300px;display:flex;align-items:center;justify-content:center;padding:18px 0 18px 28px}
.hero-visual-v4 .hero-aura{inset:-8% -10% -12% 4%;opacity:.78;background:radial-gradient(ellipse at 55% 52%,rgba(255,92,31,.15),rgba(255,92,31,.04) 38%,transparent 68%);filter:blur(44px)}
.hero-shot-v4{position:relative;width:100%;padding:0;border:1px solid rgba(255,100,39,.72);border-radius:24px;background:#0c1116;overflow:hidden;box-shadow:0 32px 72px rgba(0,0,0,.48),0 0 0 1px rgba(255,92,31,.08) inset;transform:rotateY(-5.5deg) rotateZ(-1.1deg) translateX(8px);transform-origin:center left;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.hero-shot-v4:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);pointer-events:none;z-index:2}
.hero-shot-v4 img{display:block;width:100%;height:auto;aspect-ratio:1280/767;object-fit:cover;border-radius:23px;filter:saturate(.94) contrast(1.02) brightness(.9)}
.hero-shot-v4:hover{transform:rotateY(-3deg) rotateZ(-.55deg) translateX(5px) translateY(-3px);border-color:#ff6a2c;box-shadow:0 36px 78px rgba(0,0,0,.52),0 0 36px rgba(255,91,31,.07)}
.hero-shot-v4 .screen-topbar,.hero-visual-v4 .screen-caption{display:none!important}

/* paid modules only: slightly stronger hierarchy */
.modules-intro p{max-width:720px}
.module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Footer typography: no unreadably small text */
.footer{padding-top:58px}
.footer-grid{gap:52px}
.footer-col{font-size:15px;line-height:1.58;gap:11px}
.footer-col>b{font-size:17px;margin-bottom:7px}
.footer-col p,.footer-about p{font-size:15px;line-height:1.58;color:#a4adb7}
.footer-col a{font-size:14px;line-height:1.45}
.footer-outline,.footer-telegram{font-size:14px;min-height:44px}
.footer-brand{font-size:28px!important}
.footer-bottom{font-size:13px;line-height:1.5}
.footer-socials a{font-size:15px}

@media(max-width:1080px){
  .hero-grid-v4{grid-template-columns:1fr;gap:44px}
  .hero-v4 .hero-copy{max-width:760px}
  .hero-visual-v4{padding:0 22px;max-width:900px;margin:0 auto}
  .hero-shot-v4{transform:rotateY(-3deg) rotateZ(-.8deg)}
  .module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .hero-v4{padding:48px 0 58px}
  .hero-v4 h1{font-size:clamp(40px,11vw,52px)}
  .hero-v4 .hero-lead{font-size:15px}
  .hero-v4 .hero-cta{flex-direction:column;align-items:stretch;margin-bottom:28px}
  .hero-v4 .hero-cta .btn{width:100%}
  .hero-mini-features{grid-template-columns:1fr;gap:14px}
  .hero-mini-features b{font-size:13px}.hero-mini-features small{font-size:11.5px}
  .hero-visual-v4{padding:4px 0}
  .hero-shot-v4{transform:rotateZ(-.6deg);border-radius:16px}
  .hero-shot-v4 img{border-radius:15px}
  .module-grid{grid-template-columns:1fr 1fr}
  .footer-col{font-size:15px}.footer-col a,.footer-col p,.footer-about p{font-size:14px}.footer-col>b{font-size:16px}.footer-bottom{font-size:13px}
}
@media(max-width:480px){.module-grid{grid-template-columns:1fr}}


/* ============================================================
   V5 HERO — proportions matched to the approved reference.
   The real Sprut screenshot is preserved; only presentation is changed.
   ============================================================ */
.hero-v5{
  padding:38px 0 54px;
  min-height:620px;
  display:flex;
  align-items:center;
}
.hero-v5:before{
  background:
    radial-gradient(ellipse 32% 30% at 18% 42%,rgba(255,92,31,.045),transparent 74%),
    radial-gradient(ellipse 38% 32% at 82% 72%,rgba(255,92,31,.05),transparent 76%);
}
.hero-v5 .container{
  width:min(1360px,calc(100% - 56px));
}
.hero-grid-v5{
  grid-template-columns:minmax(460px,.86fr) minmax(620px,1.24fr);
  gap:62px;
  align-items:center;
}
.hero-v5 .hero-copy{
  max-width:540px;
  align-self:center;
}
.hero-v5 h1{
  margin:0 0 20px;
  font-size:clamp(46px,3.65vw,58px);
  line-height:1.075;
  letter-spacing:-.047em;
  font-weight:860;
}
.hero-v5 h1 .hero-line{
  display:block;
  white-space:nowrap;
}
.hero-v5 h1 .hero-line-white{color:#f5f7fa}
.hero-v5 h1 .hero-line-accent{color:var(--accent)}
.hero-v5 .hero-lead{
  max-width:500px;
  margin:0 0 24px;
  font-size:15px;
  line-height:1.55;
  color:#969faa;
}
.hero-v5 .hero-cta{
  gap:14px;
  margin-bottom:30px;
}
.hero-v5 .hero-cta .btn-lg{
  min-height:48px;
  padding-inline:20px;
  font-size:12.5px;
}
.hero-v5 .hero-mini-features{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  max-width:520px;
}
.hero-v5 .hero-mini-features b{
  font-size:11px;
}
.hero-v5 .hero-mini-features small{
  font-size:9.5px;
  line-height:1.25;
}
.hero-visual-v5{
  min-width:0;
  perspective:1500px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:0;
  overflow:visible;
}
.hero-visual-v5 .hero-aura{
  inset:-8% -5% -13% 10%;
  opacity:.55;
  background:
    radial-gradient(ellipse at 58% 55%,rgba(255,88,25,.12),rgba(255,88,25,.025) 38%,transparent 70%);
  filter:blur(48px);
}
.hero-shot-v5{
  position:relative;
  width:min(100%,790px);
  margin-right:-10px;
  padding:0;
  border:1px solid rgba(255,101,42,.78);
  border-radius:22px;
  background:#0b0f13;
  overflow:hidden;
  box-shadow:
    0 28px 58px rgba(0,0,0,.52),
    0 0 0 1px rgba(255,90,31,.08) inset,
    0 0 34px rgba(255,90,31,.035);
  transform:rotateY(-5.4deg) rotateZ(-1.7deg) translateX(4px);
  transform-origin:center left;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.hero-shot-v5:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(90deg,rgba(4,8,12,.18),transparent 22%,transparent 86%,rgba(4,8,12,.10)),
    linear-gradient(180deg,rgba(2,5,8,.06),rgba(2,5,8,.16));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);
}
.hero-shot-v5 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1280/767;
  object-fit:cover;
  border-radius:21px;
  filter:brightness(.62) contrast(1.08) saturate(.78);
}
.hero-shot-v5:hover{
  transform:rotateY(-4deg) rotateZ(-1.25deg) translateY(-2px);
  border-color:#ff6b30;
  box-shadow:0 32px 64px rgba(0,0,0,.55),0 0 28px rgba(255,91,31,.045);
}
.hero-shot-v5 .screen-topbar,.hero-visual-v5 .screen-caption{display:none!important}

/* Footer remains readable without looking oversized. */
.footer-col{font-size:14px;line-height:1.55}
.footer-col>b{font-size:16px}
.footer-col p,.footer-about p{font-size:14px;line-height:1.55}
.footer-col a{font-size:13.5px}
.footer-outline,.footer-telegram{font-size:13.5px}
.footer-bottom{font-size:12.5px}

@media(max-width:1180px){
  .hero-v5 .container{width:min(100% - 44px,1120px)}
  .hero-grid-v5{
    grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);
    gap:40px;
  }
  .hero-v5 h1{font-size:clamp(43px,4vw,52px)}
  .hero-shot-v5{width:100%;margin-right:0}
}
@media(max-width:980px){
  .hero-v5{min-height:auto;padding:54px 0 62px}
  .hero-grid-v5{grid-template-columns:1fr;gap:46px}
  .hero-v5 .hero-copy{max-width:720px}
  .hero-v5 h1{font-size:clamp(44px,7vw,58px)}
  .hero-visual-v5{justify-content:center;max-width:900px}
  .hero-shot-v5{transform:rotateY(-3deg) rotateZ(-.9deg)}
}
@media(max-width:720px){
  .hero-v5 .container{width:min(100% - 28px,680px)}
  .hero-v5 h1{font-size:clamp(38px,10vw,50px)}
  .hero-v5 h1 .hero-line{white-space:normal}
  .hero-v5 .hero-mini-features{grid-template-columns:1fr;gap:14px}
  .hero-shot-v5{transform:rotateZ(-.5deg);border-radius:16px}
  .hero-shot-v5 img{border-radius:15px}
}


/* ============================================================
   V6 HERO FIX
   - stronger perspective/rotation to match the approved reference
   - more legible three benefits under the CTA
   - real Sprut screenshot remains unchanged as an asset
   ============================================================ */
.hero-v6{
  padding:38px 0 54px;
  min-height:620px;
  display:flex;
  align-items:center;
}
.hero-v6:before{
  background:
    radial-gradient(ellipse 32% 30% at 18% 42%,rgba(255,92,31,.045),transparent 74%),
    radial-gradient(ellipse 42% 34% at 82% 72%,rgba(255,92,31,.055),transparent 76%);
}
.hero-v6 .container{
  width:min(1360px,calc(100% - 56px));
}
.hero-grid-v6{
  grid-template-columns:minmax(460px,.86fr) minmax(620px,1.24fr);
  gap:62px;
  align-items:center;
}
.hero-v6 .hero-copy{
  max-width:540px;
  align-self:center;
}
.hero-v6 h1{
  margin:0 0 20px;
  font-size:clamp(46px,3.65vw,58px);
  line-height:1.075;
  letter-spacing:-.047em;
  font-weight:860;
}
.hero-v6 h1 .hero-line{
  display:block;
  white-space:nowrap;
}
.hero-v6 h1 .hero-line-white{color:#f5f7fa}
.hero-v6 h1 .hero-line-accent{color:var(--accent)}
.hero-v6 .hero-lead{
  max-width:500px;
  margin:0 0 24px;
  font-size:15px;
  line-height:1.55;
  color:#a0a9b3;
}
.hero-v6 .hero-cta{
  gap:14px;
  margin-bottom:28px;
}
.hero-v6 .hero-cta .btn-lg{
  min-height:48px;
  padding-inline:20px;
  font-size:12.5px;
}

/* Readability fix for the 3 benefits under the buttons */
.hero-v6 .hero-mini-features{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:555px;
}
.hero-v6 .hero-mini-features>div{
  gap:11px;
}
.hero-v6 .hero-mini-features .mini-icon{
  width:28px;
  height:28px;
  color:#e6ebf0;
}
.hero-v6 .hero-mini-features svg{
  width:24px;
  height:24px;
  stroke-width:1.85;
}
.hero-v6 .hero-mini-features b{
  font-size:12.5px;
  line-height:1.2;
  color:#f0f3f6;
  font-weight:750;
  margin-bottom:4px;
}
.hero-v6 .hero-mini-features small{
  font-size:11px;
  line-height:1.32;
  color:#a7b0ba;
  font-weight:450;
}

/* Reference-like perspective: right edge visually closer/larger,
   top line rises to the right and the screenshot sits lower-left -> upper-right. */
.hero-visual-v6{
  min-width:0;
  perspective:1180px;
  perspective-origin:44% 48%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:0 2px 0 0;
  overflow:visible;
}
.hero-visual-v6 .hero-aura{
  inset:-11% -7% -15% 6%;
  opacity:.50;
  background:
    radial-gradient(ellipse at 60% 55%,rgba(255,88,25,.11),rgba(255,88,25,.025) 40%,transparent 72%);
  filter:blur(52px);
}
.hero-shot-v6{
  position:relative;
  width:min(100%,800px);
  margin-right:-16px;
  padding:0;
  border:1px solid rgba(255,100,42,.82);
  border-radius:22px;
  background:#090d11;
  overflow:hidden;
  box-shadow:
    0 30px 64px rgba(0,0,0,.56),
    0 0 0 1px rgba(255,90,31,.07) inset,
    0 0 30px rgba(255,90,31,.03);
  transform:
    translate3d(0,0,0)
    rotateY(-10.5deg)
    rotateX(.6deg)
    rotateZ(-2.35deg);
  transform-origin:42% 52%;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.hero-shot-v6:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(90deg,rgba(2,5,8,.16),transparent 24%,transparent 86%,rgba(2,5,8,.08)),
    linear-gradient(180deg,rgba(2,5,8,.03),rgba(2,5,8,.10));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.hero-shot-v6 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1280/767;
  object-fit:cover;
  border-radius:21px;
  filter:brightness(.58) contrast(1.10) saturate(.82);
}
.hero-shot-v6:hover{
  transform:
    translate3d(0,-2px,0)
    rotateY(-9.2deg)
    rotateX(.4deg)
    rotateZ(-2deg);
  border-color:#ff6b30;
  box-shadow:0 34px 68px rgba(0,0,0,.58),0 0 28px rgba(255,91,31,.04);
}
.hero-shot-v6 .screen-topbar,
.hero-visual-v6 .screen-caption{display:none!important}

@media(max-width:1180px){
  .hero-v6 .container{width:min(100% - 44px,1120px)}
  .hero-grid-v6{
    grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);
    gap:40px;
  }
  .hero-v6 h1{font-size:clamp(43px,4vw,52px)}
  .hero-shot-v6{width:100%;margin-right:0;transform:rotateY(-8deg) rotateZ(-1.8deg)}
}
@media(max-width:980px){
  .hero-v6{min-height:auto;padding:54px 0 62px}
  .hero-grid-v6{grid-template-columns:1fr;gap:46px}
  .hero-v6 .hero-copy{max-width:720px}
  .hero-v6 h1{font-size:clamp(44px,7vw,58px)}
  .hero-visual-v6{justify-content:center;max-width:900px}
  .hero-shot-v6{transform:rotateY(-4deg) rotateZ(-1deg)}
}
@media(max-width:720px){
  .hero-v6 .container{width:min(100% - 28px,680px)}
  .hero-v6 h1{font-size:clamp(38px,10vw,50px)}
  .hero-v6 h1 .hero-line{white-space:normal}
  .hero-v6 .hero-mini-features{grid-template-columns:1fr;gap:15px}
  .hero-v6 .hero-mini-features b{font-size:13px}
  .hero-v6 .hero-mini-features small{font-size:11.5px}
  .hero-shot-v6{transform:rotateZ(-.45deg);border-radius:16px}
  .hero-shot-v6 img{border-radius:15px}
}


/* ============================================================
   V7 HERO ROTATION FIX
   - adjust real Sprut screenshot perspective to match approved reference
   - keep readable three benefit items
   ============================================================ */
.hero-v7{
  padding:36px 0 54px;
  min-height:620px;
  display:flex;
  align-items:center;
}
.hero-v7:before{
  background:
    radial-gradient(ellipse 31% 30% at 18% 42%,rgba(255,92,31,.045),transparent 74%),
    radial-gradient(ellipse 42% 34% at 82% 72%,rgba(255,92,31,.05),transparent 76%);
}
.hero-v7 .container{width:min(1360px,calc(100% - 56px));}
.hero-grid-v7{
  grid-template-columns:minmax(470px,.87fr) minmax(610px,1.22fr);
  gap:58px;
  align-items:center;
}
.hero-v7 .hero-copy{max-width:545px;align-self:center;}
.hero-v7 h1{
  margin:0 0 20px;
  font-size:clamp(46px,3.65vw,58px);
  line-height:1.075;
  letter-spacing:-.047em;
  font-weight:860;
}
.hero-v7 h1 .hero-line{display:block;white-space:nowrap;}
.hero-v7 h1 .hero-line-white{color:#f5f7fa;}
.hero-v7 h1 .hero-line-accent{color:var(--accent);}
.hero-v7 .hero-lead{
  max-width:500px;
  margin:0 0 24px;
  font-size:15px;
  line-height:1.55;
  color:#a1aab4;
}
.hero-v7 .hero-cta{gap:14px;margin-bottom:28px;}
.hero-v7 .hero-cta .btn-lg{min-height:48px;padding-inline:20px;font-size:12.5px;}
.hero-v7 .hero-mini-features{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:560px;
}
.hero-v7 .hero-mini-features>div{gap:11px;}
.hero-v7 .hero-mini-features .mini-icon{width:28px;height:28px;color:#e6ebf0;}
.hero-v7 .hero-mini-features svg{width:24px;height:24px;stroke-width:1.85;}
.hero-v7 .hero-mini-features b{font-size:12.5px;line-height:1.2;color:#f0f3f6;font-weight:750;margin-bottom:4px;}
.hero-v7 .hero-mini-features small{font-size:11px;line-height:1.32;color:#a7b0ba;font-weight:450;}

/* Main correction: screen angle and perspective closer to reference #2. */
.hero-visual-v7{
  min-width:0;
  perspective:1450px;
  perspective-origin:40% 46%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:0 2px 0 0;
  overflow:visible;
}
.hero-visual-v7 .hero-aura{
  inset:-12% -7% -16% 8%;
  opacity:.48;
  background:radial-gradient(ellipse at 60% 55%,rgba(255,88,25,.11),rgba(255,88,25,.025) 40%,transparent 72%);
  filter:blur(54px);
}
.hero-shot-v7{
  position:relative;
  width:min(100%,780px);
  margin-right:-12px;
  padding:0;
  border:1px solid rgba(255,100,42,.8);
  border-radius:22px;
  background:#090d11;
  overflow:hidden;
  box-shadow:
    0 30px 64px rgba(0,0,0,.56),
    0 0 0 1px rgba(255,90,31,.06) inset,
    0 0 28px rgba(255,90,31,.03);
  transform:
    translate3d(0,-2px,0)
    rotateY(-18deg)
    rotateX(1.2deg)
    rotateZ(-1.65deg);
  transform-origin:44% 52%;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.hero-shot-v7:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(90deg,rgba(2,5,8,.15),transparent 24%,transparent 86%,rgba(2,5,8,.08)),
    linear-gradient(180deg,rgba(2,5,8,.03),rgba(2,5,8,.10));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.hero-shot-v7 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1280/767;
  object-fit:cover;
  border-radius:21px;
  filter:brightness(.56) contrast(1.12) saturate(.85);
}
.hero-shot-v7:hover{
  transform:
    translate3d(0,-4px,0)
    rotateY(-16.8deg)
    rotateX(1deg)
    rotateZ(-1.45deg);
  border-color:#ff6b30;
  box-shadow:0 34px 68px rgba(0,0,0,.58),0 0 28px rgba(255,91,31,.04);
}
.hero-shot-v7 .screen-topbar,.hero-visual-v7 .screen-caption{display:none!important;}

@media(max-width:1180px){
  .hero-v7 .container{width:min(100% - 44px,1120px)}
  .hero-grid-v7{grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);gap:40px;}
  .hero-v7 h1{font-size:clamp(43px,4vw,52px)}
  .hero-shot-v7{width:100%;margin-right:0;transform:rotateY(-13deg) rotateX(.8deg) rotateZ(-1.3deg)}
}
@media(max-width:980px){
  .hero-v7{min-height:auto;padding:54px 0 62px}
  .hero-grid-v7{grid-template-columns:1fr;gap:46px}
  .hero-v7 .hero-copy{max-width:720px}
  .hero-v7 h1{font-size:clamp(44px,7vw,58px)}
  .hero-visual-v7{justify-content:center;max-width:900px}
  .hero-shot-v7{transform:rotateY(-5deg) rotateZ(-1deg)}
}
@media(max-width:720px){
  .hero-v7 .container{width:min(100% - 28px,680px)}
  .hero-v7 h1{font-size:clamp(38px,10vw,50px)}
  .hero-v7 h1 .hero-line{white-space:normal}
  .hero-v7 .hero-mini-features{grid-template-columns:1fr;gap:15px}
  .hero-v7 .hero-mini-features b{font-size:13px}
  .hero-v7 .hero-mini-features small{font-size:11.5px}
  .hero-shot-v7{transform:rotateZ(-.45deg);border-radius:16px}
  .hero-shot-v7 img{border-radius:15px}
}


/* ============================================================
   V8 HERO TILT ADJUSTMENT
   - final tilt correction closer to approved reference
   - keep real Sprut screenshot and readable feature texts
   ============================================================ */
.hero-v8{
  padding:36px 0 54px;
  min-height:620px;
  display:flex;
  align-items:center;
}
.hero-v8:before{
  background:
    radial-gradient(ellipse 31% 30% at 18% 42%,rgba(255,92,31,.045),transparent 74%),
    radial-gradient(ellipse 42% 34% at 82% 72%,rgba(255,92,31,.05),transparent 76%);
}
.hero-v8 .container{width:min(1360px,calc(100% - 56px));}
.hero-grid-v8{
  grid-template-columns:minmax(470px,.87fr) minmax(610px,1.22fr);
  gap:58px;
  align-items:center;
}
.hero-v8 .hero-copy{max-width:545px;align-self:center;}
.hero-v8 h1{
  margin:0 0 20px;
  font-size:clamp(46px,3.65vw,58px);
  line-height:1.075;
  letter-spacing:-.047em;
  font-weight:860;
}
.hero-v8 h1 .hero-line{display:block;white-space:nowrap;}
.hero-v8 h1 .hero-line-white{color:#f5f7fa;}
.hero-v8 h1 .hero-line-accent{color:var(--accent);}
.hero-v8 .hero-lead{
  max-width:500px;
  margin:0 0 24px;
  font-size:15px;
  line-height:1.55;
  color:#a1aab4;
}
.hero-v8 .hero-cta{gap:14px;margin-bottom:28px;}
.hero-v8 .hero-cta .btn-lg{min-height:48px;padding-inline:20px;font-size:12.5px;}
.hero-v8 .hero-mini-features{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:560px;
}
.hero-v8 .hero-mini-features>div{gap:11px;}
.hero-v8 .hero-mini-features .mini-icon{width:28px;height:28px;color:#e6ebf0;}
.hero-v8 .hero-mini-features svg{width:24px;height:24px;stroke-width:1.85;}
.hero-v8 .hero-mini-features b{font-size:12.5px;line-height:1.2;color:#f0f3f6;font-weight:750;margin-bottom:4px;}
.hero-v8 .hero-mini-features small{font-size:11px;line-height:1.32;color:#a7b0ba;font-weight:450;}

.hero-visual-v8{
  min-width:0;
  perspective:1450px;
  perspective-origin:39% 46%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:0 2px 0 0;
  overflow:visible;
}
.hero-visual-v8 .hero-aura{
  inset:-12% -7% -16% 8%;
  opacity:.48;
  background:radial-gradient(ellipse at 60% 55%,rgba(255,88,25,.11),rgba(255,88,25,.025) 40%,transparent 72%);
  filter:blur(54px);
}
/* Main V8 change: tilt angle adjusted. The screen now tilts like reference #2:
   top edge rises to the right instead of falling, while depth perspective remains. */
.hero-shot-v8{
  position:relative;
  width:min(100%,780px);
  margin-right:-10px;
  padding:0;
  border:1px solid rgba(255,100,42,.8);
  border-radius:22px;
  background:#090d11;
  overflow:hidden;
  box-shadow:
    0 30px 64px rgba(0,0,0,.56),
    0 0 0 1px rgba(255,90,31,.06) inset,
    0 0 28px rgba(255,90,31,.03);
  transform:
    translate3d(0,-1px,0)
    rotateY(-16.5deg)
    rotateX(.9deg)
    rotateZ(1.25deg);
  transform-origin:43% 52%;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.hero-shot-v8:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(90deg,rgba(2,5,8,.15),transparent 24%,transparent 86%,rgba(2,5,8,.08)),
    linear-gradient(180deg,rgba(2,5,8,.03),rgba(2,5,8,.10));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.hero-shot-v8 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1280/767;
  object-fit:cover;
  border-radius:21px;
  filter:brightness(.56) contrast(1.12) saturate(.85);
}
.hero-shot-v8:hover{
  transform:
    translate3d(0,-3px,0)
    rotateY(-15.4deg)
    rotateX(.8deg)
    rotateZ(1.45deg);
  border-color:#ff6b30;
  box-shadow:0 34px 68px rgba(0,0,0,.58),0 0 28px rgba(255,91,31,.04);
}
.hero-shot-v8 .screen-topbar,.hero-visual-v8 .screen-caption{display:none!important;}

@media(max-width:1180px){
  .hero-v8 .container{width:min(100% - 44px,1120px)}
  .hero-grid-v8{grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);gap:40px;}
  .hero-v8 h1{font-size:clamp(43px,4vw,52px)}
  .hero-shot-v8{width:100%;margin-right:0;transform:rotateY(-12deg) rotateX(.7deg) rotateZ(.8deg)}
}
@media(max-width:980px){
  .hero-v8{min-height:auto;padding:54px 0 62px}
  .hero-grid-v8{grid-template-columns:1fr;gap:46px}
  .hero-v8 .hero-copy{max-width:720px}
  .hero-v8 h1{font-size:clamp(44px,7vw,58px)}
  .hero-visual-v8{justify-content:center;max-width:900px}
  .hero-shot-v8{transform:rotateY(-5deg) rotateZ(.4deg)}
}
@media(max-width:720px){
  .hero-v8 .container{width:min(100% - 28px,680px)}
  .hero-v8 h1{font-size:clamp(38px,10vw,50px)}
  .hero-v8 h1 .hero-line{white-space:normal}
  .hero-v8 .hero-mini-features{grid-template-columns:1fr;gap:15px}
  .hero-v8 .hero-mini-features b{font-size:13px}
  .hero-v8 .hero-mini-features small{font-size:11.5px}
  .hero-shot-v8{transform:rotateZ(.2deg);border-radius:16px}
  .hero-shot-v8 img{border-radius:15px}
}


/* ============================================================
   V9 HERO — exact user screenshot + corrected reference tilt
   ============================================================ */
.hero-v9{
  padding:36px 0 54px;
  min-height:620px;
  display:flex;
  align-items:center;
}
.hero-v9:before{
  background:
    radial-gradient(ellipse 31% 30% at 18% 42%,rgba(255,92,31,.045),transparent 74%),
    radial-gradient(ellipse 42% 34% at 82% 72%,rgba(255,92,31,.05),transparent 76%);
}
.hero-v9 .container{width:min(1360px,calc(100% - 56px));}
.hero-grid-v9{
  grid-template-columns:minmax(470px,.87fr) minmax(610px,1.22fr);
  gap:58px;
  align-items:center;
}
.hero-v9 .hero-copy{max-width:545px;align-self:center;}
.hero-v9 h1{
  margin:0 0 20px;
  font-size:clamp(46px,3.65vw,58px);
  line-height:1.075;
  letter-spacing:-.047em;
  font-weight:860;
}
.hero-v9 h1 .hero-line{display:block;white-space:nowrap;}
.hero-v9 h1 .hero-line-white{color:#f5f7fa;}
.hero-v9 h1 .hero-line-accent{color:var(--accent);}
.hero-v9 .hero-lead{
  max-width:500px;
  margin:0 0 24px;
  font-size:15px;
  line-height:1.55;
  color:#a1aab4;
}
.hero-v9 .hero-cta{gap:14px;margin-bottom:28px;}
.hero-v9 .hero-cta .btn-lg{min-height:48px;padding-inline:20px;font-size:12.5px;}
.hero-v9 .hero-mini-features{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:560px;
}
.hero-v9 .hero-mini-features>div{gap:11px;}
.hero-v9 .hero-mini-features .mini-icon{width:28px;height:28px;color:#e6ebf0;}
.hero-v9 .hero-mini-features svg{width:24px;height:24px;stroke-width:1.85;}
.hero-v9 .hero-mini-features b{
  font-size:12.5px;
  line-height:1.2;
  color:#f2f4f7;
  font-weight:750;
  margin-bottom:4px;
}
.hero-v9 .hero-mini-features small{
  font-size:11px;
  line-height:1.32;
  color:#aab3bd;
  font-weight:450;
}

.hero-visual-v9{
  min-width:0;
  perspective:1800px;
  perspective-origin:42% 50%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:0;
  overflow:visible;
}
.hero-visual-v9 .hero-aura{
  inset:-10% -7% -16% 10%;
  opacity:.42;
  background:radial-gradient(ellipse at 60% 58%,rgba(255,88,25,.10),rgba(255,88,25,.018) 42%,transparent 73%);
  filter:blur(56px);
}

/* The approved reference has a restrained 3D perspective and a clear
   counter-clockwise rise toward the right. Previous versions overdid Y rotation. */
.hero-shot-v9{
  position:relative;
  width:min(100%,790px);
  margin-right:-8px;
  padding:0;
  border:1px solid rgba(255,98,40,.84);
  border-radius:22px;
  background:#090d11;
  overflow:hidden;
  box-shadow:
    0 30px 64px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,90,31,.06) inset,
    0 0 28px rgba(255,90,31,.025);
  transform:
    translate3d(0,-1px,0)
    rotateY(-5.5deg)
    rotateX(.2deg)
    rotateZ(-2.35deg);
  transform-origin:47% 50%;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.hero-shot-v9:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  border-radius:inherit;
  background:
    linear-gradient(90deg,rgba(1,4,7,.06),transparent 28%,transparent 88%,rgba(1,4,7,.05)),
    linear-gradient(180deg,rgba(2,5,8,.02),rgba(2,5,8,.08));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.hero-shot-v9 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1536/767;
  object-fit:cover;
  border-radius:21px;
  filter:brightness(.56) contrast(1.12) saturate(.82);
}
.hero-shot-v9:hover{
  transform:
    translate3d(0,-3px,0)
    rotateY(-4.8deg)
    rotateX(.15deg)
    rotateZ(-2.1deg);
  border-color:#ff6b30;
  box-shadow:0 34px 68px rgba(0,0,0,.58),0 0 28px rgba(255,91,31,.04);
}
.hero-shot-v9 .screen-topbar,.hero-visual-v9 .screen-caption{display:none!important;}

@media(max-width:1180px){
  .hero-v9 .container{width:min(100% - 44px,1120px)}
  .hero-grid-v9{grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);gap:40px;}
  .hero-v9 h1{font-size:clamp(43px,4vw,52px)}
  .hero-shot-v9{width:100%;margin-right:0;transform:rotateY(-4deg) rotateZ(-1.8deg)}
}
@media(max-width:980px){
  .hero-v9{min-height:auto;padding:54px 0 62px}
  .hero-grid-v9{grid-template-columns:1fr;gap:46px}
  .hero-v9 .hero-copy{max-width:720px}
  .hero-v9 h1{font-size:clamp(44px,7vw,58px)}
  .hero-visual-v9{justify-content:center;max-width:900px}
  .hero-shot-v9{transform:rotateY(-2deg) rotateZ(-1deg)}
}
@media(max-width:720px){
  .hero-v9 .container{width:min(100% - 28px,680px)}
  .hero-v9 h1{font-size:clamp(38px,10vw,50px)}
  .hero-v9 h1 .hero-line{white-space:normal}
  .hero-v9 .hero-mini-features{grid-template-columns:1fr;gap:15px}
  .hero-v9 .hero-mini-features b{font-size:13px}
  .hero-v9 .hero-mini-features small{font-size:11.5px}
  .hero-shot-v9{transform:rotateZ(-.45deg);border-radius:16px}
  .hero-shot-v9 img{border-radius:15px}
}


/* ============================================================
   V10 HERO — baked approved home.png from uploaded home.rar
   No CSS perspective is applied to the image: its orange frame,
   glow and tilt are already drawn into the PNG.
   ============================================================ */
.hero-v10{
  padding:36px 0 54px;
  min-height:620px;
  display:flex;
  align-items:center;
}
.hero-v10:before{
  background:
    radial-gradient(ellipse 31% 30% at 18% 42%,rgba(255,92,31,.04),transparent 74%),
    radial-gradient(ellipse 42% 34% at 82% 72%,rgba(255,92,31,.035),transparent 76%);
}
.hero-v10 .container{
  width:min(1360px,calc(100% - 56px));
}
.hero-grid-v10{
  grid-template-columns:minmax(470px,.86fr) minmax(650px,1.24fr);
  gap:48px;
  align-items:center;
}
.hero-v10 .hero-copy{
  max-width:545px;
}
.hero-v10 h1{
  margin:0 0 20px;
  font-size:clamp(46px,3.65vw,58px);
  line-height:1.075;
  letter-spacing:-.047em;
  font-weight:860;
}
.hero-v10 h1 .hero-line{
  display:block;
  white-space:nowrap;
}
.hero-v10 h1 .hero-line-white{color:#f5f7fa}
.hero-v10 h1 .hero-line-accent{color:var(--accent)}
.hero-v10 .hero-lead{
  max-width:500px;
  margin:0 0 24px;
  font-size:15px;
  line-height:1.55;
  color:#a1aab4;
}
.hero-v10 .hero-cta{
  gap:14px;
  margin-bottom:28px;
}
.hero-v10 .hero-cta .btn-lg{
  min-height:48px;
  padding-inline:20px;
  font-size:12.5px;
}
.hero-v10 .hero-mini-features{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:560px;
}
.hero-v10 .hero-mini-features>div{gap:11px}
.hero-v10 .hero-mini-features .mini-icon{
  width:28px;
  height:28px;
  color:#e6ebf0;
}
.hero-v10 .hero-mini-features svg{
  width:24px;
  height:24px;
  stroke-width:1.85;
}
.hero-v10 .hero-mini-features b{
  font-size:12.5px;
  line-height:1.2;
  color:#f2f4f7;
  font-weight:750;
  margin-bottom:4px;
}
.hero-v10 .hero-mini-features small{
  font-size:11px;
  line-height:1.32;
  color:#aab3bd;
  font-weight:450;
}

/* Important: no duplicate border, tilt or shadow around the PNG. */
.hero-visual-v10{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:visible;
  padding:0;
}
.hero-visual-v10 .hero-aura{
  display:none!important;
}
.hero-shot-v10{
  position:relative;
  width:min(100%,850px);
  margin:0 -18px 0 0;
  padding:0;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
  box-shadow:none!important;
  transform:none!important;
  perspective:none!important;
}
.hero-shot-v10:before,
.hero-shot-v10:after{
  display:none!important;
}
.hero-shot-v10 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:2/1;
  object-fit:contain;
  border-radius:0!important;
  filter:none!important;
  transform:none!important;
  box-shadow:none!important;
}
.hero-shot-v10:hover{
  transform:none!important;
  border:0!important;
  box-shadow:none!important;
}
.hero-shot-v10 .screen-topbar,
.hero-visual-v10 .screen-caption{
  display:none!important;
}

@media(max-width:1180px){
  .hero-v10 .container{width:min(100% - 44px,1120px)}
  .hero-grid-v10{
    grid-template-columns:minmax(420px,.9fr) minmax(540px,1.1fr);
    gap:36px;
  }
  .hero-v10 h1{font-size:clamp(43px,4vw,52px)}
  .hero-shot-v10{width:100%;margin-right:0}
}
@media(max-width:980px){
  .hero-v10{
    min-height:auto;
    padding:54px 0 62px;
  }
  .hero-grid-v10{
    grid-template-columns:1fr;
    gap:38px;
  }
  .hero-v10 .hero-copy{max-width:720px}
  .hero-v10 h1{font-size:clamp(44px,7vw,58px)}
  .hero-visual-v10{
    justify-content:center;
    max-width:900px;
  }
  .hero-shot-v10{
    width:min(100%,900px);
  }
}
@media(max-width:720px){
  .hero-v10 .container{width:min(100% - 28px,680px)}
  .hero-v10 h1{font-size:clamp(38px,10vw,50px)}
  .hero-v10 h1 .hero-line{white-space:normal}
  .hero-v10 .hero-mini-features{
    grid-template-columns:1fr;
    gap:15px;
  }
  .hero-v10 .hero-mini-features b{font-size:13px}
  .hero-v10 .hero-mini-features small{font-size:11.5px}
}
