: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}
}


/* ============================================================
   V11 HERO - transparent PNG from user archive, larger on desktop
   ============================================================ */
.hero-v11{
  padding:34px 0 52px;
  min-height:620px;
  display:flex;
  align-items:center;
}
.hero-v11:before{
  background:
    radial-gradient(ellipse 30% 30% at 18% 42%,rgba(255,92,31,.035),transparent 74%),
    radial-gradient(ellipse 44% 36% at 84% 70%,rgba(255,92,31,.03),transparent 78%);
}
.hero-v11 .container{
  width:min(1440px,calc(100% - 44px));
}
.hero-grid-v11{
  grid-template-columns:minmax(470px,.82fr) minmax(720px,1.38fr);
  gap:28px;
  align-items:center;
}
.hero-v11 .hero-copy{
  max-width:550px;
}
.hero-v11 h1{
  margin:0 0 20px;
  font-size:clamp(46px,3.65vw,58px);
  line-height:1.075;
  letter-spacing:-.047em;
  font-weight:860;
}
.hero-v11 h1 .hero-line{
  display:block;
  white-space:nowrap;
}
.hero-v11 h1 .hero-line-white{color:#f5f7fa}
.hero-v11 h1 .hero-line-accent{color:var(--accent)}
.hero-v11 .hero-lead{
  max-width:500px;
  margin:0 0 24px;
  font-size:15px;
  line-height:1.55;
  color:#a1aab4;
}
.hero-v11 .hero-cta{
  gap:14px;
  margin-bottom:28px;
}
.hero-v11 .hero-cta .btn-lg{
  min-height:48px;
  padding-inline:20px;
  font-size:12.5px;
}
.hero-v11 .hero-mini-features{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:565px;
}
.hero-v11 .hero-mini-features>div{gap:11px}
.hero-v11 .hero-mini-features .mini-icon{
  width:28px;
  height:28px;
  color:#e6ebf0;
}
.hero-v11 .hero-mini-features svg{
  width:24px;
  height:24px;
  stroke-width:1.85;
}
.hero-v11 .hero-mini-features b{
  font-size:12.5px;
  line-height:1.2;
  color:#f2f4f7;
  font-weight:750;
  margin-bottom:4px;
}
.hero-v11 .hero-mini-features small{
  font-size:11px;
  line-height:1.32;
  color:#aab3bd;
  font-weight:450;
}

/* Transparent image already contains the frame/glow. No square background,
   no CSS rotation, no duplicate border, and intentionally larger sizing. */
.hero-visual-v11{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:visible;
  padding:0;
}
.hero-visual-v11 .hero-aura{
  display:none!important;
}
.hero-shot-v11{
  position:relative;
  width:min(100%,960px);
  margin:0 -52px 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-v11:before,
.hero-shot-v11:after{
  display:none!important;
}
.hero-shot-v11 img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1672/941;
  object-fit:contain;
  border-radius:0!important;
  filter:none!important;
  transform:none!important;
  box-shadow:none!important;
  background:transparent!important;
}
.hero-shot-v11:hover{
  transform:none!important;
  border:0!important;
  box-shadow:none!important;
}
.hero-shot-v11 .screen-topbar,
.hero-visual-v11 .screen-caption{
  display:none!important;
}

@media(max-width:1280px){
  .hero-v11 .container{width:min(100% - 40px,1240px)}
  .hero-grid-v11{
    grid-template-columns:minmax(440px,.86fr) minmax(620px,1.24fr);
    gap:24px;
  }
  .hero-shot-v11{
    width:min(100%,880px);
    margin-right:-26px;
  }
}
@media(max-width:1080px){
  .hero-grid-v11{
    grid-template-columns:minmax(410px,.9fr) minmax(540px,1.1fr);
    gap:22px;
  }
  .hero-v11 h1{font-size:clamp(43px,4.3vw,52px)}
  .hero-shot-v11{
    width:100%;
    margin-right:0;
  }
}
@media(max-width:980px){
  .hero-v11{
    min-height:auto;
    padding:52px 0 62px;
  }
  .hero-grid-v11{
    grid-template-columns:1fr;
    gap:34px;
  }
  .hero-v11 .hero-copy{max-width:720px}
  .hero-v11 h1{font-size:clamp(44px,7vw,58px)}
  .hero-visual-v11{
    justify-content:center;
    max-width:960px;
  }
  .hero-shot-v11{
    width:min(100%,920px);
  }
}
@media(max-width:720px){
  .hero-v11 .container{width:min(100% - 28px,680px)}
  .hero-v11 h1{font-size:clamp(38px,10vw,50px)}
  .hero-v11 h1 .hero-line{white-space:normal}
  .hero-v11 .hero-mini-features{
    grid-template-columns:1fr;
    gap:15px;
  }
  .hero-v11 .hero-mini-features b{font-size:13px}
  .hero-v11 .hero-mini-features small{font-size:11.5px}
}


/* ============================================================
   V12 - unified page width + paid-only calculator presentation
   All primary blocks use the same desktop width as the hero.
   ============================================================ */
:root{
  --container:1440px;
}

/* One horizontal system for header, hero, content sections and footer. */
.container,
.hero-v11 .container{
  width:min(1440px,calc(100% - 44px));
  margin-inline:auto;
}

/* Let post-hero content actually use the new width rather than looking
   like a narrow island in the middle of the page. */
.feature-row{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.feature-row article{
  min-height:118px;
  padding:22px 22px;
}
.modules-intro{
  max-width:920px;
}
.module-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.module-card{
  min-height:194px;
  padding:21px;
}
.price-layout{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:18px;
}
.calculator-card{
  padding:22px;
}
.price-modules{
  gap:12px;
}
.gallery-track{
  gap:18px;
}
.benefits-grid,
.showcase-grid{
  width:100%;
}
.contact-card{
  width:100%;
}
.footer-grid{
  width:100%;
}

/* Keep section headings aligned with the wider cards. */
.section-head,
.modules-intro,
.screens-head{
  max-width:none;
}

/* Desktop spacing that visually matches the wider hero. */
@media(min-width:1281px){
  .section-pad{padding:96px 0}
  .trust-strip{padding:34px 0}
  .modules-section{padding-top:92px}
}

/* Avoid squeezing on intermediate widths. */
@media(max-width:1280px){
  .container,
  .hero-v11 .container{
    width:min(1240px,calc(100% - 40px));
  }
  .module-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .price-layout{
    grid-template-columns:minmax(0,1fr) 330px;
  }
}
@media(max-width:1080px){
  .container,
  .hero-v11 .container{
    width:min(100% - 36px,1040px);
  }
  .feature-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .price-layout{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .container,
  .hero-v11 .container{
    width:min(100% - 28px,680px);
  }
  .module-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:480px){
  .module-grid{
    grid-template-columns:1fr;
  }
}


/* ============================================================
   V13 - width repair + exact paid-only storefront
   Fixes V12 where .benefits-grid/.contact-card/.footer-grid width:100%
   overrode the shared .container width and stretched blocks to viewport.
   ============================================================ */

/* One canonical content width. */
:root{--site-width:1440px}
.container,
.hero-v11 .container{
  width:min(var(--site-width),calc(100% - 44px));
  max-width:var(--site-width);
  margin-inline:auto;
}

/* These elements are themselves .container nodes in markup.
   Do NOT force them to viewport width. */
.container.benefits-grid,
.container.contact-card,
.container.footer-grid{
  width:min(var(--site-width),calc(100% - 44px))!important;
  max-width:var(--site-width)!important;
  margin-inline:auto!important;
}

/* FAQ was still capped at 940px; make it use the same grid as hero. */
.container.faq-wrap{
  width:min(var(--site-width),calc(100% - 44px))!important;
  max-width:var(--site-width)!important;
  margin-inline:auto!important;
}
.faq-wrap{max-width:none!important}
.faq-list{
  width:100%;
  max-width:none;
  grid-template-columns:1fr;
}
.faq-list details{
  width:100%;
}
.faq-list details p{
  max-width:1100px;
}

/* Keep CTA and footer aligned to the same left/right edges as hero. */
.contact-section{
  padding-left:0;
  padding-right:0;
}
.contact-card{
  box-sizing:border-box;
}
.footer-grid,
.footer-bottom{
  box-sizing:border-box;
}

/* Benefits stays wide, but never edge-to-edge. */
.benefits-grid{
  box-sizing:border-box;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:34px;
}

/* Footer layout remains spacious at 1440px without touching viewport edges. */
.footer-grid{
  grid-template-columns:1.05fr .85fr 1.15fr 1.05fr;
  gap:52px;
}

/* Paid catalog: 10 modules => balanced 5x2 / responsive grid. */
.module-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.module-card{
  min-width:0;
}

/* Calculator layout and paid options remain readable. */
.price-layout{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:18px;
}
.price-modules{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

/* Keep the page rhythm consistent. */
#faq.section-pad{
  padding-top:90px;
  padding-bottom:90px;
}
.contact-section{
  padding-bottom:80px;
}

@media(max-width:1280px){
  .container,
  .hero-v11 .container,
  .container.benefits-grid,
  .container.contact-card,
  .container.footer-grid,
  .container.faq-wrap{
    width:min(1240px,calc(100% - 40px))!important;
  }
  .module-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:1080px){
  .container,
  .hero-v11 .container,
  .container.benefits-grid,
  .container.contact-card,
  .container.footer-grid,
  .container.faq-wrap{
    width:min(100% - 36px,1040px)!important;
  }
  .benefits-grid{grid-template-columns:1fr}
  .module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .price-layout{grid-template-columns:1fr}
}
@media(max-width:720px){
  .container,
  .hero-v11 .container,
  .container.benefits-grid,
  .container.contact-card,
  .container.footer-grid,
  .container.faq-wrap{
    width:min(100% - 28px,680px)!important;
  }
  .module-grid{grid-template-columns:1fr 1fr}
  .price-modules{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .module-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}


/* ============================================================
   V14 - KRAKEN BACKGROUND
   Decorative gray/black Sprut background with soft orange glints.
   The artwork stays behind content and is deliberately subdued.
   ============================================================ */

html{
  background:#080d11;
}

body{
  position:relative;
  isolation:isolate;
  background:#080d11!important;
}

/* Long decorative layer for the whole site.
   It repeats vertically because the source is a tall portrait PNG.
   Opacity is kept low so headings/cards stay readable. */
body::before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:0;
  pointer-events:none;
  background-image:url("/assets/sprut-kraken-bg.png");
  background-repeat:repeat-y;
  background-position:center top;
  background-size:100% auto;
  opacity:.30;
}

/* Dark veil keeps the octopus as atmosphere, not foreground content. */
body::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(
      180deg,
      rgba(7,12,16,.36) 0%,
      rgba(7,12,16,.58) 18%,
      rgba(7,12,16,.50) 52%,
      rgba(7,12,16,.60) 100%
    );
}

/* Let the new artwork be visible through the large page sections.
   Cards and panels retain their own solid/blurred surfaces. */
.hero,
.trust-strip,
.modules-section,
#prices,
.trial-banner,
#screens,
.benefits-section,
#faq,
.contact-section,
.footer{
  background:transparent!important;
}

/* Keep navigation readable over the artwork. */
.site-header{
  background:rgba(7,12,16,.90)!important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

/* Cards stay dark enough to guarantee text contrast. */
.feature-row article,
.module-card,
.calculator-card,
.price-summary,
.gallery-shell,
.benefit-big,
.benefit-stack article,
.faq-list details,
.contact-card{
  background:rgba(16,23,31,.94)!important;
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}

/* Slightly softer section separators. */
.trust-strip,
.footer{
  border-color:rgba(255,255,255,.07)!important;
}

/* Desktop: keep the tentacles mostly near the outside of the content grid. */
@media(min-width:1441px){
  body::before{
    background-size:1440px auto;
  }
}

/* Tablet/mobile: reduce the decorative intensity to avoid visual noise. */
@media(max-width:980px){
  body::before{
    background-size:1250px auto;
    background-position:center top;
    opacity:.22;
  }
  body::after{
    background:rgba(7,12,16,.52);
  }
}
@media(max-width:720px){
  body::before{
    background-size:1050px auto;
    background-position:58% top;
    opacity:.16;
  }
}


/* ============================================================
   V15 - SOFT TRANSPARENT BLOCKS
   Cards/panels become slightly transparent so the Kraken background
   is visible through them, while text contrast remains strong.
   ============================================================ */

/* Main cards: subtle glass effect, not fully opaque. */
.feature-row article,
.module-card,
.calculator-card,
.price-summary,
.gallery-shell,
.benefit-big,
.benefit-stack article,
.faq-list details,
.contact-card{
  background:rgba(15,22,30,.82)!important;
  border-color:rgba(255,255,255,.10)!important;
  backdrop-filter:blur(10px) saturate(108%);
  -webkit-backdrop-filter:blur(10px) saturate(108%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 14px 34px rgba(0,0,0,.16);
}

/* Larger section panels can be a little more transparent. */
.benefit-big,
.contact-card{
  background:rgba(14,20,27,.76)!important;
}

/* FAQ stays slightly denser for reading long answers. */
.faq-list details{
  background:rgba(16,23,31,.86)!important;
}

/* Calculator/price panel needs good contrast around controls. */
.calculator-card,
.price-summary{
  background:rgba(16,23,31,.88)!important;
}

/* Individual inputs/buttons inside translucent cards stay crisp. */
.price-option,
.price-period button,
.calc-row,
.gallery-item,
.module-card .module-icon,
.feature-icon{
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

/* Header/footer remain darker than cards so navigation stays anchored. */
.site-header{
  background:rgba(7,12,16,.86)!important;
}
.footer{
  background:rgba(7,12,16,.56)!important;
}

/* On mobile increase opacity slightly for legibility. */
@media(max-width:720px){
  .feature-row article,
  .module-card,
  .calculator-card,
  .price-summary,
  .gallery-shell,
  .benefit-big,
  .benefit-stack article,
  .faq-list details,
  .contact-card{
    background:rgba(15,22,30,.90)!important;
  }
}


/* ============================================================
   V16 - STRONGER GLASS TRANSPARENCY
   Make Kraken background clearly visible through panels.
   ============================================================ */

/* Most cards are now visibly translucent. */
.feature-row article,
.module-card,
.gallery-shell,
.benefit-stack article{
  background:rgba(15,22,30,.62)!important;
  border-color:rgba(255,255,255,.12)!important;
  backdrop-filter:blur(9px) saturate(112%);
  -webkit-backdrop-filter:blur(9px) saturate(112%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 16px 36px rgba(0,0,0,.14);
}

/* Large presentation blocks: a little more transparent. */
.benefit-big,
.contact-card{
  background:rgba(13,19,26,.54)!important;
  border-color:rgba(255,108,43,.28)!important;
  backdrop-filter:blur(11px) saturate(110%);
  -webkit-backdrop-filter:blur(11px) saturate(110%);
}

/* Calculator needs stronger contrast, but still clearly transparent. */
.calculator-card,
.price-summary{
  background:rgba(15,22,30,.70)!important;
  border-color:rgba(255,255,255,.12)!important;
  backdrop-filter:blur(11px) saturate(110%);
  -webkit-backdrop-filter:blur(11px) saturate(110%);
}

/* FAQ remains readable but lets the background show through. */
.faq-list details{
  background:rgba(15,22,30,.68)!important;
  border-color:rgba(255,255,255,.11)!important;
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
}

/* Header/footer also become a little lighter to fit the glass system. */
.site-header{
  background:rgba(7,12,16,.78)!important;
}
.footer{
  background:rgba(7,12,16,.38)!important;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

/* Keep text strong against the now more visible background. */
.feature-row article p,
.module-card p,
.benefit-big p,
.benefit-stack p,
.faq-list details p,
.contact-card p{
  color:#aeb7c1!important;
}
.feature-row article h3,
.module-card h3,
.benefit-big h2,
.benefit-stack h3,
.faq-list summary,
.contact-card h2{
  color:#f4f6f8!important;
}

/* Slight orange internal glow when Kraken highlights sit behind a card. */
.feature-row article,
.module-card,
.benefit-big,
.benefit-stack article,
.contact-card{
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,0)),
    radial-gradient(circle at 100% 0%,rgba(255,92,31,.035),transparent 32%);
}

/* Mobile stays denser than desktop for readability. */
@media(max-width:720px){
  .feature-row article,
  .module-card,
  .gallery-shell,
  .benefit-stack article,
  .benefit-big,
  .contact-card{
    background:rgba(15,22,30,.78)!important;
  }
  .calculator-card,
  .price-summary,
  .faq-list details{
    background:rgba(15,22,30,.82)!important;
  }
}


/* ============================================================
   V17 - CLEAR KRAKEN THROUGH CARDS
   Based on screenshot review: V16 glass was still visually too dense.
   ============================================================ */

/* Make the background artwork itself more visible. */
body::before{
  opacity:.42!important;
}
body::after{
  background:
    linear-gradient(
      180deg,
      rgba(7,12,16,.20) 0%,
      rgba(7,12,16,.34) 18%,
      rgba(7,12,16,.28) 52%,
      rgba(7,12,16,.38) 100%
    )!important;
}

/* Strong glass transparency: the tentacles should be clearly visible through cards. */
.feature-row article,
.module-card,
.gallery-shell,
.benefit-stack article{
  background:rgba(13,20,27,.40)!important;
  border-color:rgba(255,255,255,.14)!important;
  backdrop-filter:blur(5px) saturate(108%)!important;
  -webkit-backdrop-filter:blur(5px) saturate(108%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 16px 36px rgba(0,0,0,.12)!important;
}

/* Large visual blocks can be even more transparent. */
.benefit-big,
.contact-card{
  background:rgba(12,18,25,.34)!important;
  border-color:rgba(255,104,38,.34)!important;
  backdrop-filter:blur(6px) saturate(108%)!important;
  -webkit-backdrop-filter:blur(6px) saturate(108%)!important;
}

/* Calculator and FAQ are still readable, but no longer visually opaque. */
.calculator-card,
.price-summary{
  background:rgba(13,20,27,.50)!important;
  border-color:rgba(255,255,255,.13)!important;
  backdrop-filter:blur(6px) saturate(108%)!important;
  -webkit-backdrop-filter:blur(6px) saturate(108%)!important;
}
.faq-list details{
  background:rgba(13,20,27,.48)!important;
  border-color:rgba(255,255,255,.12)!important;
  backdrop-filter:blur(5px)!important;
  -webkit-backdrop-filter:blur(5px)!important;
}

/* Remove previous internal gradients that visually re-darkened cards. */
.feature-row article,
.module-card,
.benefit-big,
.benefit-stack article,
.contact-card{
  background-image:none!important;
}

/* Header/footer remain anchored but lighter than before. */
.site-header{
  background:rgba(7,12,16,.72)!important;
}
.footer{
  background:rgba(7,12,16,.28)!important;
}

/* Preserve text readability on transparent glass. */
.module-card h3,
.feature-row article h3,
.benefit-big h2,
.benefit-stack h3,
.faq-list summary,
.contact-card h2{
  text-shadow:0 1px 8px rgba(0,0,0,.55);
}
.module-card p,
.feature-row article p,
.benefit-big p,
.benefit-stack p,
.faq-list details p,
.contact-card p{
  color:#b8c0c9!important;
  text-shadow:0 1px 6px rgba(0,0,0,.45);
}

/* Slightly stronger on mobile, but still visibly transparent. */
@media(max-width:720px){
  body::before{opacity:.30!important}
  .feature-row article,
  .module-card,
  .gallery-shell,
  .benefit-stack article,
  .benefit-big,
  .contact-card{
    background:rgba(13,20,27,.58)!important;
  }
  .calculator-card,
  .price-summary,
  .faq-list details{
    background:rgba(13,20,27,.64)!important;
  }
}


/* ============================================================
   V18 - SOFT ORANGE KRAKEN BACKGROUND
   Uses the exact PNG from the user's uploaded ZIP.
   ============================================================ */

body::before{
  background-image:url("/assets/sprut-kraken-bg.png")!important;
  background-repeat:repeat-y!important;
  background-position:center top!important;
  background-size:100% auto!important;
  opacity:.38!important;
}

body::after{
  background:
    linear-gradient(
      180deg,
      rgba(7,12,16,.18) 0%,
      rgba(7,12,16,.30) 18%,
      rgba(7,12,16,.24) 52%,
      rgba(7,12,16,.34) 100%
    )!important;
}

/* Keep the strong glass balance from V17. */
.feature-row article,
.module-card,
.gallery-shell,
.benefit-stack article{
  background:rgba(13,20,27,.40)!important;
}
.benefit-big,
.contact-card{
  background:rgba(12,18,25,.34)!important;
}
.calculator-card,
.price-summary{
  background:rgba(13,20,27,.50)!important;
}
.faq-list details{
  background:rgba(13,20,27,.48)!important;
}

@media(min-width:1441px){
  body::before{
    background-size:1440px auto!important;
  }
}
@media(max-width:980px){
  body::before{
    background-size:1250px auto!important;
    opacity:.28!important;
  }
}
@media(max-width:720px){
  body::before{
    background-size:1050px auto!important;
    background-position:58% top!important;
    opacity:.20!important;
  }
}


/* ============================================================
   V20 - TARGETED STOREFRONT UPDATE
   Keeps the V18 visual baseline; only requested layout/glass/store changes.
   ============================================================ */

/* One glass level for all major content blocks. */
.feature-row article,
.module-card,
.calculator-card,
.order-card,
.gallery-shell,
.benefit-big,
.benefit-stack article,
.faq-list details,
.contact-card,
.trial-inner,
.gift-card{
  background:rgba(13,20,27,.40)!important;
  background-image:none!important;
  border-color:rgba(255,255,255,.14)!important;
  backdrop-filter:blur(5px) saturate(108%)!important;
  -webkit-backdrop-filter:blur(5px) saturate(108%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 16px 36px rgba(0,0,0,.12)!important;
}

/* Keep cards on one visual plane and equalize rows. */
.feature-row,.module-grid,.price-layout{align-items:stretch}
.feature-row article,.module-card,.calculator-card,.order-card{height:100%;box-sizing:border-box}
.order-sticky{height:100%;box-sizing:border-box}

/* Screenshot 2: right stack must end exactly at the same baseline as the left card. */
.benefits-grid{align-items:stretch!important}
.benefit-big{height:100%;box-sizing:border-box}
.benefit-stack{display:grid!important;grid-template-rows:repeat(3,minmax(0,1fr));gap:16px;height:100%}
.benefit-stack article{height:100%;box-sizing:border-box;display:flex;align-items:flex-start}

/* Gift block based on the reference, adapted to the current Sprut glass UI. */
.gift-section{padding-top:14px}
.gift-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.gift-card{display:flex;gap:17px;padding:22px;border:1px solid;border-radius:16px;min-height:132px;box-sizing:border-box}
.gift-card h3{margin:1px 0 7px;font-size:16px;color:#f4f6f8}
.gift-card p{margin:0;color:#b8c0c9;font-size:13px;line-height:1.58}
.gift-icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(255,102,38,.09);border:1px solid rgba(255,116,48,.22);color:#ff7331}
.gift-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* CTA: button stays centered without the removed username line. */
.contact-actions{justify-content:center}

/* Long module names and their individual prices stay aligned. */
.price-option{min-height:64px}
.price-option-left{min-width:0}
.price-option h4{white-space:normal;line-height:1.25}
.price-option-price{flex:0 0 auto;white-space:nowrap}

@media(max-width:900px){.gift-grid{grid-template-columns:1fr}}
@media(max-width:720px){
  .feature-row article,.module-card,.calculator-card,.order-card,.gallery-shell,.benefit-big,.benefit-stack article,.faq-list details,.contact-card,.trial-inner,.gift-card{background:rgba(13,20,27,.58)!important}
  .benefit-stack{grid-template-rows:none}
}


/* ============================================================
   V21 - SUPPORT CHAT / TELEGRAM BRIDGE UI
   ============================================================ */
.header-login{display:none!important}
.support-launch{position:fixed;right:24px;bottom:24px;z-index:980;display:flex;align-items:center;gap:10px;height:52px;padding:0 18px 0 13px;border:1px solid rgba(255,116,48,.38);border-radius:15px;background:linear-gradient(180deg,rgba(28,31,35,.96),rgba(13,18,23,.96));color:#f6f7f8;font:800 14px/1 inherit;letter-spacing:.01em;box-shadow:0 18px 44px rgba(0,0,0,.34),0 0 28px rgba(255,91,30,.12);cursor:pointer;transition:.2s ease}
.support-launch:hover{transform:translateY(-2px);border-color:rgba(255,116,48,.68);box-shadow:0 20px 48px rgba(0,0,0,.4),0 0 34px rgba(255,91,30,.2)}
.support-launch-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#ff6b2c,#ff4f18);box-shadow:0 7px 22px rgba(255,79,24,.25)}
.support-launch-icon svg,.support-compose button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.support-chat{position:fixed;right:24px;bottom:88px;z-index:979;width:min(390px,calc(100vw - 32px));height:min(590px,calc(100vh - 120px));display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.15);border-radius:19px;background:rgba(9,14,19,.96);backdrop-filter:blur(18px) saturate(115%);-webkit-backdrop-filter:blur(18px) saturate(115%);box-shadow:0 28px 70px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(14px) scale(.98);transform-origin:bottom right;transition:.2s ease}
.support-chat.open{opacity:1;visibility:visible;transform:none}
.support-chat-head{height:72px;flex:0 0 72px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(14,20,26,.78)}
.support-chat-brand{display:flex;align-items:center;gap:11px}.support-chat-brand strong{display:block;color:#f7f8f9;font-size:15px}.support-chat-brand small{margin-top:3px;display:flex;align-items:center;gap:6px;color:#8f9aa6;font-size:11px}
.support-chat-mark{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#ff7230,#e94b16);font-weight:900;color:white;box-shadow:0 8px 22px rgba(255,89,28,.22)}
.support-online-dot{width:6px;height:6px;border-radius:50%;background:#31d57b;box-shadow:0 0 9px rgba(49,213,123,.5)}
.support-chat-close{width:34px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.035);color:#a8b0b9;font-size:22px;cursor:pointer}.support-chat-close:hover{color:#fff;border-color:rgba(255,116,48,.36)}
.support-profile{padding:24px;overflow:auto}.support-profile .kicker{font-size:10px}.support-profile h3{margin:9px 0 8px;color:#f4f6f8;font-size:21px}.support-profile p{margin:0 0 20px;color:#929daa;font-size:12px;line-height:1.62}.support-profile label{display:block;margin:0 0 13px;color:#aeb6bf;font-size:11px;font-weight:700}
.support-profile input{width:100%;height:46px;margin-top:7px;padding:0 13px;border:1px solid rgba(255,255,255,.14);border-radius:11px;outline:0;background:rgba(255,255,255,.045);color:#f2f4f6;font:700 13px inherit;box-sizing:border-box}.support-profile input:focus{border-color:rgba(255,105,42,.68);box-shadow:0 0 0 3px rgba(255,91,30,.08)}
.support-username-wrap{display:flex;align-items:center;height:46px;margin-top:7px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(255,255,255,.045);overflow:hidden}.support-username-wrap:focus-within{border-color:rgba(255,105,42,.68);box-shadow:0 0 0 3px rgba(255,91,30,.08)}.support-username-wrap span{padding-left:13px;color:#ff6d2c;font-weight:900}.support-username-wrap input{height:44px;margin:0;border:0;background:transparent;box-shadow:none!important;padding-left:4px}
.support-form-error{min-height:18px;margin:2px 0 8px;color:#ff8053;font-size:11px}.support-primary{width:100%;height:48px;border:0;border-radius:12px;background:linear-gradient(135deg,#ff6a28,#ff4f18);color:#fff;font:900 13px inherit;cursor:pointer;box-shadow:0 10px 28px rgba(255,79,24,.2)}.support-primary:disabled{opacity:.55;cursor:wait}
.support-dialog{min-height:0;flex:1;display:flex;flex-direction:column}.support-dialog[hidden]{display:none}.support-messages{flex:1;min-height:0;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:#36404a transparent}.support-message{max-width:82%;display:flex;flex-direction:column;gap:5px}.support-message>div{padding:10px 12px;border-radius:13px;color:#edf0f2;font-size:13px;line-height:1.46;word-break:break-word}.support-message small{padding:0 4px;color:#697582;font-size:9px}.support-message.visitor{align-self:flex-end;align-items:flex-end}.support-message.visitor>div{background:linear-gradient(135deg,#ff6726,#e94b16);border-bottom-right-radius:4px;box-shadow:0 8px 22px rgba(255,78,21,.12)}.support-message.operator{align-self:flex-start}.support-message.operator>div{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:4px}
.support-status{min-height:28px;padding:7px 16px;color:#75818d;font-size:10px;border-top:1px solid rgba(255,255,255,.07)}.support-compose{display:flex;align-items:flex-end;gap:9px;padding:10px 12px 12px;border-top:1px solid rgba(255,255,255,.09);background:rgba(8,13,18,.92)}.support-compose textarea{flex:1;min-height:42px;max-height:110px;resize:none;padding:11px 12px;border:1px solid rgba(255,255,255,.13);border-radius:12px;outline:0;background:rgba(255,255,255,.045);color:#f2f4f6;font:500 13px/1.4 inherit;box-sizing:border-box}.support-compose textarea:focus{border-color:rgba(255,105,42,.52)}.support-compose button{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:12px;background:linear-gradient(135deg,#ff6a28,#ff4f18);color:white;cursor:pointer}.support-compose button:disabled{opacity:.5;cursor:wait}
@media(max-width:720px){.support-launch{right:14px;bottom:14px;height:48px;padding-right:15px}.support-chat{right:8px;bottom:70px;width:calc(100vw - 16px);height:min(620px,calc(100vh - 84px));border-radius:17px}.support-profile{padding:20px}}

/* ============================================================
   V21.2 - SUPPORT CHAT SCROLLBARS
   Dark/orange scrollbar matching Sprut UI.
   Removes native white Windows arrows/buttons.
   ============================================================ */

/* Message history and composer use the same visual language. */
.support-messages,
.support-compose textarea,
.support-profile{
  scrollbar-width:thin;
  scrollbar-color:rgba(255,103,38,.62) transparent;
}

/* Chromium / Edge / Safari */
.support-messages::-webkit-scrollbar,
.support-compose textarea::-webkit-scrollbar,
.support-profile::-webkit-scrollbar{
  width:7px;
  height:7px;
}

.support-messages::-webkit-scrollbar-track,
.support-compose textarea::-webkit-scrollbar-track,
.support-profile::-webkit-scrollbar-track{
  background:transparent;
  border-radius:999px;
}

.support-messages::-webkit-scrollbar-thumb,
.support-compose textarea::-webkit-scrollbar-thumb,
.support-profile::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(255,112,48,.80),rgba(230,70,18,.72));
  border:2px solid transparent;
  background-clip:padding-box;
  border-radius:999px;
  min-height:28px;
}

.support-messages::-webkit-scrollbar-thumb:hover,
.support-compose textarea::-webkit-scrollbar-thumb:hover,
.support-profile::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,rgba(255,128,62,.95),rgba(245,76,20,.90));
  border:1px solid transparent;
  background-clip:padding-box;
}

/* Hide native up/down arrow buttons visible on Windows/Chromium. */
.support-messages::-webkit-scrollbar-button,
.support-compose textarea::-webkit-scrollbar-button,
.support-profile::-webkit-scrollbar-button{
  display:none;
  width:0;
  height:0;
}

/* Keep the text away from the scrollbar without changing the field size. */
.support-compose textarea{
  padding-right:14px;
}

/* ============================================================
   V22 - FULL RESPONSIVE SYSTEM
   Desktop / laptop / tablet / phone / portrait / landscape.
   Keeps the approved Sprut visual language and application logic.
   ============================================================ */

html{
  scroll-padding-top:88px;
  -webkit-text-size-adjust:100%;
}
body{
  overflow-x:clip;
}
body.nav-open{
  overflow:hidden;
}
img,svg,video,canvas{
  max-width:100%;
}
button,a,input,textarea{
  -webkit-tap-highlight-color:transparent;
}
.container,
.hero-v11 .container{
  width:min(var(--container),calc(100% - clamp(28px,4vw,56px)));
}
.section-pad{
  padding-top:clamp(54px,6vw,88px);
  padding-bottom:clamp(54px,6vw,88px);
}

/* ---------- Header / primary navigation ---------- */
.site-header{
  min-height:76px;
  padding-left:env(safe-area-inset-left);
  padding-right:env(safe-area-inset-right);
}
.header-inner{
  min-width:0;
}
.brand{
  flex:0 0 auto;
}
.desktop-nav{
  min-width:0;
  justify-content:center;
  gap:clamp(18px,2vw,34px);
}
.desktop-nav a{
  white-space:nowrap;
}
.header-actions{
  flex:0 0 auto;
}
.menu-btn{
  position:relative;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  padding:0;
  cursor:pointer;
}
.menu-btn span{
  display:block;
  width:19px;
  height:2px;
  border-radius:2px;
  background:#eef2f5;
  transition:transform .2s ease,opacity .2s ease;
}
.menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobile-nav{
  position:fixed;
  left:0;
  right:0;
  top:76px;
  z-index:120;
  display:block;
  max-height:calc(100dvh - 76px);
  overflow:auto;
  padding:0 max(env(safe-area-inset-right),14px) max(env(safe-area-inset-bottom),18px) max(env(safe-area-inset-left),14px);
  background:rgba(8,12,16,.985);
  border-bottom:1px solid rgba(255,255,255,.09);
  box-shadow:0 24px 50px rgba(0,0,0,.48);
  opacity:0;
  visibility:hidden;
  transform:translateY(-10px);
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.mobile-nav.open{
  opacity:1;
  visibility:visible;
  transform:none;
  pointer-events:auto;
}
.mobile-nav-inner{
  width:min(720px,100%);
  margin:0 auto;
  padding:14px 0 4px;
}
.mobile-nav nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.mobile-nav nav a{
  min-height:48px;
  display:flex;
  align-items:center;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  background:rgba(255,255,255,.035);
  color:#e5e9ed;
  font-size:14px;
  font-weight:720;
}
.mobile-nav nav a:hover,
.mobile-nav nav a:focus-visible{
  border-color:rgba(255,102,39,.4);
  background:rgba(255,91,31,.07);
  color:#fff;
}
.mobile-nav-cta{
  width:100%;
  margin-top:10px;
  min-height:50px;
}

/* ---------- Flexible typography / hero ---------- */
.hero-v11{
  overflow:hidden;
}
.hero-grid-v11,
.hero-copy,
.hero-visual-v11{
  min-width:0;
}
.hero-v11 h1{
  font-size:clamp(38px,4.1vw,58px);
}
.hero-v11 .hero-lead{
  font-size:clamp(14px,1.15vw,16px);
}
.hero-v11 .hero-cta{
  flex-wrap:wrap;
}
.hero-shot-v11,
.hero-shot-v11 img{
  width:100%;
}

/* ---------- Main content grids ---------- */
.feature-row,
.module-grid,
.gift-grid,
.benefits-grid,
.price-layout,
.footer-grid{
  min-width:0;
}
.feature-row article,
.module-card,
.gift-card,
.benefit-big,
.benefit-stack,
.calculator-card,
.order-card{
  min-width:0;
}
.section-head{
  min-width:0;
}
.section-head h2,
.modules-intro h2,
.contact-card h2{
  overflow-wrap:anywhere;
}

/* ---------- Price calculator ---------- */
.price-option{
  min-width:0;
}
.price-option-left{
  min-width:0;
}
.price-option h4{
  min-width:0;
}
.order-card,
.calculator-card{
  overflow:visible;
}

/* ---------- Gallery ---------- */
.gallery-shell,
.gallery-track,
.gallery-item{
  min-width:0;
}
.gallery-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}

/* ---------- Chat ---------- */
.support-launch,
.support-chat{
  margin-right:env(safe-area-inset-right);
  margin-bottom:env(safe-area-inset-bottom);
}
.support-chat{
  max-width:calc(100vw - 16px - env(safe-area-inset-left) - env(safe-area-inset-right));
}
.support-compose textarea{
  font-size:16px; /* prevents iOS input zoom */
}

/* ---------- 1120: laptop/tablet navigation ---------- */
@media(max-width:1120px){
  html{scroll-padding-top:82px}
  .desktop-nav,
  .desktop-only{
    display:none!important;
  }
  .menu-btn{
    display:flex;
  }
  .header-inner{
    height:76px;
  }
  .hero-grid-v11{
    grid-template-columns:1fr;
    gap:36px;
  }
  .hero-v11 .hero-copy{
    max-width:760px;
  }
  .hero-visual-v11{
    max-width:980px;
    width:100%;
    margin-inline:auto;
  }
  .feature-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .module-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .price-layout{
    grid-template-columns:minmax(0,1fr) 300px;
  }
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:36px;
  }
}

/* ---------- 900: portrait tablet ---------- */
@media(max-width:900px){
  .price-layout{
    grid-template-columns:1fr;
  }
  .order-sticky{
    position:static;
  }
  .order-card{
    order:2;
  }
  .gift-grid,
  .benefits-grid,
  .container.benefits-grid{
    grid-template-columns:1fr!important;
  }
  .benefit-stack{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .trial-inner{
    grid-template-columns:auto 1fr!important;
  }
  .trial-action{
    grid-column:1/-1;
  }
  .contact-card{
    grid-template-columns:1fr!important;
  }
  .contact-actions{
    align-items:stretch;
  }
}

/* ---------- 760: phone / small tablet ---------- */
@media(max-width:760px){
  :root{
    --container:680px;
  }
  html{
    scroll-padding-top:72px;
  }
  .site-header{
    min-height:64px;
  }
  .header-inner{
    height:64px;
    gap:12px;
  }
  .brand{
    font-size:21px;
  }
  .brand img{
    width:38px;
    height:38px;
  }
  .menu-btn{
    width:42px;
    height:42px;
  }
  .mobile-nav{
    top:64px;
    max-height:calc(100dvh - 64px);
  }
  .mobile-nav-inner{
    padding-top:10px;
  }
  .mobile-nav nav{
    grid-template-columns:1fr;
    gap:7px;
  }
  .mobile-nav nav a{
    min-height:46px;
    font-size:14px;
  }

  .section-pad{
    padding-top:50px;
    padding-bottom:50px;
  }
  .hero-v11{
    padding-top:42px!important;
    padding-bottom:52px!important;
  }
  .hero-grid-v11{
    gap:28px;
  }
  .hero-v11 h1{
    font-size:clamp(36px,10vw,48px)!important;
    line-height:1.04;
  }
  .hero-v11 .hero-lead{
    font-size:15px;
    line-height:1.55;
  }
  .hero-v11 .hero-cta{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .hero-v11 .hero-cta .btn{
    width:100%;
  }

  .feature-row{
    grid-template-columns:1fr;
  }
  .module-grid{
    grid-template-columns:1fr!important;
  }

  .calc-toolbar{
    align-items:stretch;
    flex-direction:column;
  }
  .select-wrap{
    min-width:0;
    width:100%;
  }
  .software-select,
  .select-all{
    width:100%;
    min-height:46px;
  }
  .price-modules{
    grid-template-columns:1fr!important;
  }
  .price-option{
    min-height:56px;
    height:auto;
    padding:9px 12px;
  }
  .price-option h4{
    white-space:normal;
    line-height:1.3;
  }
  .calc-note{
    font-size:11px;
    line-height:1.5;
  }
  .calculator-card,
  .order-card{
    padding:15px;
    border-radius:14px;
  }
  .total-row strong{
    font-size:30px;
  }

  .benefit-stack{
    grid-template-columns:1fr;
  }
  .trial-inner{
    grid-template-columns:1fr!important;
    text-align:left;
  }
  .trial-visual{
    justify-self:start;
  }
  .trial-action{
    grid-column:auto;
    width:100%;
  }
  .trial-action .btn{
    width:100%;
  }

  .gallery-item{
    flex-basis:88%!important;
  }

  .footer{
    padding-top:44px;
  }
  .footer-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .footer-bottom{
    align-items:flex-start!important;
    gap:18px!important;
  }
  .footer-bottom>div{
    flex-wrap:wrap;
    gap:10px 18px!important;
  }

  .support-launch{
    right:10px!important;
    bottom:10px!important;
  }
  .support-chat{
    right:8px!important;
    bottom:68px!important;
    width:calc(100vw - 16px)!important;
    height:min(650px,calc(100dvh - 80px))!important;
    border-radius:16px!important;
  }
  .support-chat-head{
    height:64px;
    flex-basis:64px;
    padding:0 13px;
  }
  .support-profile{
    padding:18px!important;
  }
  .support-messages{
    padding:14px;
  }
  .support-compose{
    padding:9px 10px calc(10px + env(safe-area-inset-bottom));
  }
}

/* ---------- 520: compact phones ---------- */
@media(max-width:520px){
  .container,
  .hero-v11 .container{
    width:calc(100% - 24px)!important;
  }
  .hero-v11 h1{
    font-size:clamp(34px,10.5vw,43px)!important;
  }
  .hero-mini-features{
    gap:12px!important;
  }
  .section-head h2,
  .modules-intro h2{
    font-size:clamp(28px,8vw,36px)!important;
  }
  .price-option-left{
    gap:8px;
  }
  .price-option-price{
    font-size:12px;
  }
  .order-lines>div{
    font-size:11px;
  }
  .support-launch{
    width:48px;
    padding:0!important;
    justify-content:center;
  }
  .support-launch>span:last-child{
    display:none;
  }
  .support-launch-icon{
    width:32px;
    height:32px;
  }
  .support-chat{
    left:8px!important;
    right:8px!important;
    width:auto!important;
  }
}

/* ---------- 380: very narrow phones ---------- */
@media(max-width:380px){
  .container,
  .hero-v11 .container{
    width:calc(100% - 20px)!important;
  }
  .brand{
    font-size:19px;
  }
  .brand img{
    width:35px;
    height:35px;
  }
  .hero-v11 h1{
    font-size:32px!important;
  }
  .btn{
    padding-inline:14px;
  }
  .calculator-card,
  .order-card{
    padding:12px;
  }
  .price-option{
    padding-inline:9px;
  }
  .price-option h4{
    font-size:11px;
  }
  .support-chat-brand strong{
    font-size:14px;
  }
  .support-chat-brand small{
    font-size:10px;
  }
}

/* ---------- Landscape phones / low-height screens ---------- */
@media(max-height:520px) and (orientation:landscape){
  .mobile-nav{
    max-height:calc(100dvh - 64px);
  }
  .mobile-nav-inner{
    width:min(900px,100%);
  }
  .mobile-nav nav{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .mobile-nav nav a{
    min-height:40px;
  }
  .mobile-nav-cta{
    min-height:42px;
  }
  .support-chat{
    top:8px!important;
    bottom:8px!important;
    height:auto!important;
  }
}

/* Desktop invariant: mobile nav can never remain visible after resizing. */
@media(min-width:1121px){
  .menu-btn{
    display:none!important;
  }
  .mobile-nav{
    display:none!important;
  }
  body.nav-open{
    overflow:auto;
  }
}

/* ============================================================
   V22.1 - UNIFIED SPACING SYSTEM
   One vertical rhythm for all primary website blocks.
   No application / calculator / chat logic changes.
   ============================================================ */

:root{
  --sprut-section-gap:72px;
  --sprut-heading-gap:30px;
  --sprut-card-gap:16px;
}

/*
  IMPORTANT:
  Previous versions mixed section padding (14/30/68/82/88/90px).
  From V22.1 primary sections no longer accumulate top+bottom paddings.
  Every next block receives exactly one controlled gap.
*/
main > section{
  padding-top:0!important;
  padding-bottom:0!important;
  margin-top:var(--sprut-section-gap);
}

/* The first screen has its own balanced breathing room and no extra margin. */
main > .hero-v11{
  margin-top:0;
  padding-top:72px!important;
  padding-bottom:0!important;
}

/* One spacing value between hero and feature strip as well. */
main > .trust-strip{
  margin-top:var(--sprut-section-gap);
}

/* The final CTA gets the same entry gap and a clean exit before footer. */
main > .contact-section{
  margin-top:var(--sprut-section-gap);
}

/* Footer is the next large block in the same rhythm. */
.footer{
  margin-top:var(--sprut-section-gap);
  padding-top:52px;
}

/* Headline → content rhythm. */
.section-head{
  margin-bottom:var(--sprut-heading-gap)!important;
}
.modules-intro{
  margin-bottom:var(--sprut-heading-gap)!important;
}
.screens-head{
  margin-bottom:var(--sprut-heading-gap)!important;
}

/* Grid rhythm: all peer cards use the same visual distance. */
.feature-row,
.module-grid,
.price-modules,
.gift-grid{
  gap:var(--sprut-card-gap)!important;
}
.benefits-grid{
  gap:var(--sprut-card-gap)!important;
}
.benefit-stack{
  gap:var(--sprut-card-gap)!important;
}

/* Calculator main/summary columns use the same gutter as card grids. */
.price-layout{
  gap:var(--sprut-card-gap)!important;
}

/* Keep gallery controls visually attached to the gallery, not to next section. */
.gallery-dots{
  margin-top:18px!important;
}

/* FAQ items form one deliberate stack. */
.faq-list{
  gap:12px!important;
}

/* Trial and contact are cards themselves, so they do not need hidden outer padding. */
.trial-banner,
.contact-section{
  padding-top:0!important;
  padding-bottom:0!important;
}

/* Anchor jumps account for the sticky header and the section rhythm. */
main > section[id]{
  scroll-margin-top:92px;
}

/* ---------- Tablet ---------- */
@media(max-width:1120px){
  :root{
    --sprut-section-gap:56px;
    --sprut-heading-gap:27px;
    --sprut-card-gap:15px;
  }

  main > .hero-v11{
    padding-top:56px!important;
  }

  .footer{
    padding-top:46px;
  }

  main > section[id]{
    scroll-margin-top:86px;
  }
}

/* ---------- Phone ---------- */
@media(max-width:760px){
  :root{
    --sprut-section-gap:42px;
    --sprut-heading-gap:23px;
    --sprut-card-gap:14px;
  }

  main > .hero-v11{
    padding-top:42px!important;
  }

  .footer{
    padding-top:40px;
  }

  .gallery-dots{
    margin-top:14px!important;
  }

  .faq-list{
    gap:10px!important;
  }

  main > section[id]{
    scroll-margin-top:74px;
  }
}

/* ---------- Compact phones ---------- */
@media(max-width:380px){
  :root{
    --sprut-section-gap:38px;
    --sprut-heading-gap:21px;
    --sprut-card-gap:12px;
  }

  main > .hero-v11{
    padding-top:36px!important;
  }
}


/* ===== V23 TYPOGRAPHY + ORDER + FOOTER FIX ===== */

/* Headings: more compact site-wide, without changing layout logic */
.hero h1{
  font-size:clamp(36px,4.2vw,56px) !important;
  line-height:1.06 !important;
  letter-spacing:-.042em !important;
}
.section-head h2,
.showcase h2,
.benefit-big h2,
.contact-card h2,
.trial-inner h2,
.gift-head h2{
  font-size:clamp(25px,2.45vw,34px) !important;
  line-height:1.15 !important;
  letter-spacing:-.03em !important;
}
.module-modal h2{
  font-size:26px !important;
}

/* "Ваш заказ": increase previously tiny text */
.order-kicker{
  font-size:11px !important;
}
.order-card h3{
  font-size:20px !important;
}
.order-lines > div{
  font-size:13px !important;
  line-height:1.45 !important;
}
.total-row span{
  font-size:14px !important;
}
.order-hint{
  font-size:13px !important;
  line-height:1.5 !important;
}
.order-card .btn{
  font-size:14px !important;
}

/* Module price must be exactly the same size as the module name */
.price-option h4,
.price-option-price{
  font-size:14px !important;
  line-height:1.3 !important;
}

/* Mobile typography */
@media (max-width:720px){
  .hero h1{font-size:34px !important;}
  .section-head h2,
  .showcase h2,
  .benefit-big h2,
  .contact-card h2,
  .trial-inner h2,
  .gift-head h2{font-size:27px !important;}
}
@media (max-width:420px){
  .hero h1{font-size:31px !important;}
}

/* ===== V24 SPRUT-STYLE LICENSE PERIOD DROPDOWN ===== */

/* Label */
.select-wrap label{
  color:#8d97a5 !important;
  font-size:10px !important;
  font-weight:750 !important;
  letter-spacing:.01em !important;
  margin-bottom:7px !important;
}

/* Closed control */
.software-select{
  position:relative !important;
  width:100% !important;
  height:42px !important;
  padding:0 13px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;

  background:linear-gradient(180deg,#1b2027 0%,#181d23 100%) !important;
  color:#f2f4f7 !important;
  border:1px solid #39424e !important;
  border-radius:9px !important;

  font-size:13px !important;
  font-weight:750 !important;
  line-height:1 !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 1px 2px rgba(0,0,0,.14) !important;

  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease !important;
}

.software-select:hover{
  background:linear-gradient(180deg,#1e242c 0%,#1a2027 100%) !important;
  border-color:#4b5664 !important;
}

.select-wrap.open .software-select,
.software-select:focus-visible{
  outline:none !important;
  border-color:rgba(255,90,31,.74) !important;
  box-shadow:
    0 0 0 2px rgba(255,90,31,.10),
    inset 0 1px 0 rgba(255,255,255,.03) !important;
}

/* Chevron: compact, restrained */
.software-select .chev{
  color:#8e98a6 !important;
  font-size:14px !important;
  line-height:1 !important;
  transform:translateY(-1px) rotate(0deg) !important;
  transition:transform .16s ease,color .16s ease !important;
}
.select-wrap.open .software-select .chev{
  color:#d9dee5 !important;
  transform:translateY(1px) rotate(180deg) !important;
}

/* Dropdown panel */
.select-menu{
  display:none;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:calc(100% + 7px) !important;
  padding:5px !important;

  background:#151a20 !important;
  border:1px solid #343d49 !important;
  border-radius:10px !important;

  box-shadow:
    0 18px 42px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.025) !important;

  overflow:hidden !important;
  z-index:50 !important;
}

.select-wrap.open .select-menu{
  display:block !important;
  animation:sprutDropdownIn .13s ease-out both;
}

@keyframes sprutDropdownIn{
  from{opacity:0;transform:translateY(-3px)}
  to{opacity:1;transform:translateY(0)}
}

/* Dropdown rows */
.select-menu button{
  position:relative !important;
  width:100% !important;
  min-height:40px !important;
  padding:0 10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;

  border:0 !important;
  border-radius:7px !important;
  background:transparent !important;
  color:#d9dee5 !important;

  text-align:left !important;
  font-size:12px !important;
  font-weight:650 !important;

  transition:background .13s ease,color .13s ease !important;
}

.select-menu button + button{
  margin-top:2px !important;
}

.select-menu button:hover{
  background:#20262e !important;
  color:#ffffff !important;
}

.select-menu button.selected{
  background:#242a32 !important;
  color:#ffffff !important;
}

.select-menu button.selected::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:8px !important;
  bottom:8px !important;
  width:2px !important;
  border-radius:2px !important;
  background:var(--accent) !important;
}

.select-menu small{
  margin-left:auto !important;
  color:#7f8996 !important;
  font-size:9px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}

.select-menu button:hover small,
.select-menu button.selected small{
  color:#929ca9 !important;
}

/* Mobile: comfortable touch target, same visual language */
@media(max-width:720px){
  .software-select{
    height:44px !important;
    font-size:13px !important;
  }
  .select-menu button{
    min-height:42px !important;
  }
}

/* ===== V25 RESPONSIVE / NARROW WINDOW ADAPTATION ===== */

/*
  Проблема: при сужении окна блоки с .reveal могут остаться opacity:0,
  но при этом продолжать занимать высоту. В результате виден большой
  пустой стеклянный контейнер. На планшетной/узкой ширине анимация
  отключается, а контент всегда остаётся видимым.
*/
@media (max-width: 1020px){
  .reveal,
  .reveal.visible{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }

  /* Уменьшаем вертикальные пустоты на узком desktop/tablet */
  .section-pad{
    padding-top:64px !important;
    padding-bottom:64px !important;
  }

  .compact-pad{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

  /* Блоки, которые на desktop стоят в 2 колонки, аккуратно складываем */
  .hero-grid,
  .showcase-grid,
  .benefits-grid{
    gap:30px !important;
  }

  .benefits-grid{
    padding:24px !important;
  }

  .benefit-big .stats{
    margin-top:20px !important;
    padding-top:0 !important;
  }

  .benefit-stack{
    gap:9px !important;
    height:auto !important;
  }

  .benefit-stack article{
    min-height:0 !important;
    height:auto !important;
  }

  /* Галерея не должна создавать лишний вертикальный объём */
  .gallery-shell{
    min-height:0 !important;
  }

  .gallery-track{
    align-items:stretch !important;
  }

  /* Карточка подарков/возможностей компактнее */
  .gift-section{
    padding-top:18px !important;
  }

  .gift-card{
    padding:24px !important;
  }

  .gift-head{
    margin-bottom:22px !important;
  }

  /* FAQ ближе к предыдущему блоку */
  #faq.section-pad{
    padding-top:56px !important;
  }
}

@media (max-width: 860px){
  .container{
    width:min(100% - 32px,var(--container)) !important;
  }

  .section-pad{
    padding-top:54px !important;
    padding-bottom:54px !important;
  }

  .compact-pad{
    padding-top:42px !important;
    padding-bottom:42px !important;
  }

  .section-head{
    margin-bottom:24px !important;
  }

  .benefits-grid{
    padding:20px !important;
    gap:22px !important;
  }

  .stats{
    gap:8px !important;
  }

  .gift-card{
    padding:20px !important;
  }
}

@media (max-width: 720px){
  .section-pad{
    padding-top:46px !important;
    padding-bottom:46px !important;
  }

  .compact-pad{
    padding-top:36px !important;
    padding-bottom:36px !important;
  }

  .hero{
    padding-top:38px !important;
  }

  .hero-grid{
    gap:28px !important;
  }

  .showcase-grid,
  .benefits-grid{
    gap:22px !important;
  }

  .gallery-item{
    flex-basis:88% !important;
  }

  #faq.section-pad{
    padding-top:44px !important;
  }

  .contact-section{
    padding-bottom:54px !important;
  }
}

@media (max-width: 480px){
  .container{
    width:min(100% - 24px,var(--container)) !important;
  }

  .section-pad{
    padding-top:40px !important;
    padding-bottom:40px !important;
  }

  .compact-pad{
    padding-top:32px !important;
    padding-bottom:32px !important;
  }

  .benefits-grid,
  .gift-card{
    padding:16px !important;
  }

  .faq-list summary{
    padding:14px 15px !important;
  }
}

/* ===== V26 COMPACT RESPONSIVE CLEANUP ===== */

/*
  Точечная донастройка после V25:
  - убираем остаточные большие пустоты на узких окнах;
  - сильнее ужимаем промежутки между showcase / screens / benefits / gift / faq;
  - делаем крупные визуальные карточки ниже и компактнее;
  - логика JS не затрагивается.
*/

@media (max-width: 1100px){
  .section-pad{
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

  .compact-pad{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }

  .showcase.section-pad.compact-pad{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }

  #screens.section-pad{
    padding-top:42px !important;
    padding-bottom:26px !important;
  }

  .benefits-section.section-pad.compact-pad{
    padding-top:30px !important;
    padding-bottom:30px !important;
  }

  .gift-section.section-pad.compact-pad{
    padding-top:24px !important;
    padding-bottom:24px !important;
  }

  #faq.section-pad{
    padding-top:30px !important;
    padding-bottom:40px !important;
  }

  .section-head{
    margin-bottom:18px !important;
  }

  .showcase-grid,
  .benefits-grid{
    gap:18px !important;
  }

  .check-list{
    margin:16px 0 20px !important;
  }

  /* Крупные медиа-блоки компактнее */
  .showcase-image{
    border-radius:16px !important;
  }

  .showcase-image img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:auto !important;
    object-fit:contain !important;
    max-height:420px !important;
  }

  .gallery-shell{
    margin-top:0 !important;
  }

  .gallery-track{
    gap:10px !important;
  }

  .gallery-item{
    border-radius:14px !important;
  }

  .gallery-item img{
    aspect-ratio:16/9 !important;
    object-fit:cover !important;
    max-height:300px !important;
  }

  .benefits-grid{
    padding:16px !important;
  }

  .benefit-big .stats{
    margin-top:16px !important;
  }

  .gift-card{
    padding:18px !important;
  }

  .gift-head{
    margin-bottom:14px !important;
  }

  .gift-grid{
    gap:12px !important;
  }
}

@media (max-width: 860px){
  .section-pad{
    padding-top:40px !important;
    padding-bottom:40px !important;
  }

  .compact-pad{
    padding-top:28px !important;
    padding-bottom:28px !important;
  }

  .showcase.section-pad.compact-pad{
    padding-top:28px !important;
    padding-bottom:28px !important;
  }

  #screens.section-pad{
    padding-top:34px !important;
    padding-bottom:20px !important;
  }

  .benefits-section.section-pad.compact-pad,
  .gift-section.section-pad.compact-pad{
    padding-top:22px !important;
    padding-bottom:22px !important;
  }

  #faq.section-pad{
    padding-top:24px !important;
  }

  .gallery-item{
    flex-basis:100% !important;
  }

  .gallery-item img{
    max-height:240px !important;
  }

  .showcase-image img{
    max-height:330px !important;
  }

  .contact-section{
    padding-bottom:40px !important;
  }
}

@media (max-width: 560px){
  .section-pad{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }

  .compact-pad{
    padding-top:24px !important;
    padding-bottom:24px !important;
  }

  .section-head{
    margin-bottom:14px !important;
  }

  .gallery-item img{
    max-height:210px !important;
  }

  .showcase-image img{
    max-height:260px !important;
  }

  #faq.section-pad{
    padding-top:20px !important;
  }
}


/* ===== V27 INSTANT CONTENT RENDER =====
   Primary page content must never depend on IntersectionObserver.
   This prevents partially empty sections while JS/observer catches up. */
.reveal,
.reveal.visible,
.reveal-delay{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
  transition-delay:0s !important;
}


/* V28 TOUCH SWIPE */
.gallery-shell{touch-action:pan-y;overscroll-behavior-x:contain}
.gallery-track{touch-action:pan-y;will-change:transform}
.gallery-item,.gallery-item img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none}
.lightbox{touch-action:pan-y;overscroll-behavior:contain}
.lightbox img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none}
@media (pointer:coarse){
  .gallery-track{cursor:grab}
  .gallery-track.is-dragging{cursor:grabbing;transition:none!important}
}

/* V29 SWIPE DOTS FULLSCREEN */
.lightbox-dots{display:flex;justify-content:center;align-items:center;gap:9px;flex-wrap:wrap;max-width:min(720px,80vw);margin-top:2px;padding:4px 0 1px;position:relative;z-index:4}
.lightbox-dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#46515d;cursor:pointer;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.lightbox-dot:hover{background:#737e89;transform:scale(1.08)}
.lightbox-dot.active{width:10px;height:10px;background:#ff5b1f;box-shadow:0 0 0 4px rgba(255,91,31,.12)}
@media(max-width:720px){.lightbox figure{padding-bottom:58px}.lightbox-dots{position:absolute;left:50%;bottom:72px;transform:translateX(-50%);width:max-content;max-width:calc(100vw - 36px);gap:8px}.lightbox-dot{width:8px;height:8px}.lightbox-dot.active{width:9px;height:9px}}


/* V30 MOBILE GALLERY - native touch swipe + dots in both modes */
.gallery-shell{touch-action:pan-y pinch-zoom;-webkit-overflow-scrolling:touch}
.gallery-track{touch-action:pan-y pinch-zoom;will-change:transform}
.gallery-track.is-dragging{transition:none!important}
.gallery-item,.gallery-image,.gallery-item img{touch-action:pan-y pinch-zoom;-webkit-user-drag:none;user-select:none;-webkit-user-select:none}
.gallery-dot{touch-action:manipulation;min-width:10px;min-height:10px}
.lightbox{touch-action:none}
.lightbox figure,.lightbox img{touch-action:none;-webkit-user-drag:none;user-select:none;-webkit-user-select:none}
.lightbox-dot,.lightbox-arrow,.lightbox-close{touch-action:manipulation}
@media(max-width:720px){
  .gallery-dots{gap:11px;margin-top:18px;position:relative;z-index:8}
  .gallery-dot{width:10px;height:10px;min-width:10px;min-height:10px}
  .gallery-dot.active{width:11px;height:11px}
  .lightbox figure{max-width:100vw;width:100vw;max-height:100dvh;padding:56px 14px 92px;box-sizing:border-box;justify-content:center}
  .lightbox img{max-width:100%;max-height:calc(100dvh - 170px)}
  .lightbox-dots{position:fixed;left:50%;bottom:30px;transform:translateX(-50%);display:flex!important;z-index:20;background:rgba(12,16,21,.72);backdrop-filter:blur(8px);padding:10px 14px;border-radius:999px}
  .lightbox-dot{width:10px;height:10px;min-width:10px;min-height:10px}
  .lightbox-dot.active{width:11px;height:11px}
  .lightbox-arrow{bottom:22px;z-index:21}
  .lightbox-arrow.left{left:18px}
  .lightbox-arrow.right{right:18px}
}


/* V31 GALLERY IMAGES - user-supplied screenshot set/order. */


/* ============================================================
   V35 GALLERY CAROUSEL
   - exactly 8 provided screenshots
   - 3 visible desktop / 2 tablet / 1 mobile
   - swipe + 8 navigation dots
   - click/tap opens lightbox
   ============================================================ */
.gallery-shell{overflow:hidden!important;padding:2px!important;touch-action:pan-y pinch-zoom;overscroll-behavior-x:contain}
.gallery-track{display:flex!important;gap:16px!important;transform:translate3d(0,0,0);transition:transform .35s ease!important;will-change:transform;touch-action:pan-y pinch-zoom}
.gallery-track.is-dragging{transition:none!important}
.gallery-item{flex:0 0 calc((100% - 32px)/3)!important;min-width:0!important;width:auto!important;cursor:pointer;touch-action:pan-y pinch-zoom}
.gallery-item,.gallery-image,.gallery-item img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none}
.gallery-dots{display:flex!important;justify-content:center;align-items:center;gap:10px;margin-top:22px;position:relative;z-index:8}
.gallery-dot{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#3b4652;cursor:pointer;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)}
@media(max-width:1080px){.gallery-item{flex-basis:calc((100% - 16px)/2)!important}}
@media(max-width:720px){.gallery-item{flex-basis:100%!important}.gallery-dots{gap:9px;margin-top:18px}}


/* ============================================================
   V36 GALLERY FIX
   - keep carousel
   - remove captions under screenshots
   - reliable tap/click to open lightbox
   ============================================================ */
.gallery-item{padding:0!important}
.gallery-meta{display:none!important}
.gallery-image{padding:10px!important}
.lightbox figcaption{display:none!important}


/* ===== MODULE GRID V6: balanced 3-column catalog ===== */
@media(min-width:1081px){
  .module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
  .module-card{min-height:236px;}
}
@media(min-width:721px) and (max-width:1080px){
  .module-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:720px){
  .module-grid{grid-template-columns:1fr;}
  .module-card{min-height:188px;}
}

/* SPRUT_3D_ICONS_BEGIN */
.module-icon,.feature-icon,.gift-icon,.modal-icon{background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;overflow:visible!important}
.module-icon{width:58px!important;height:58px!important;flex:0 0 58px!important;border-radius:14px!important}
.module-icon img,.feature-icon img,.gift-icon img,.modal-icon img{display:block;width:100%;height:100%;object-fit:contain}
.module-card h3{margin-top:12px!important}
.feature-icon{width:52px!important;height:52px!important;flex:0 0 52px!important;border-radius:14px!important}
.gift-icon{width:54px!important;height:54px!important;flex:0 0 54px!important;border-radius:14px!important}
.modal-icon{width:72px!important;height:72px!important;flex:0 0 72px!important;border-radius:18px!important}
@media(max-width:720px){.module-icon{width:50px!important;height:50px!important;flex-basis:50px!important}.feature-icon,.gift-icon{width:48px!important;height:48px!important;flex-basis:48px!important}.modal-icon{width:62px!important;height:62px!important;flex-basis:62px!important}}
/* SPRUT_3D_ICONS_END */


/* SPRUT_MOBILE_MODAL_HEADING_V39_BEGIN */
@media(max-width:720px){
  .module-modal{
    padding:20px 18px 22px!important;
  }
  .modal-heading{
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    align-items:start!important;
    gap:12px!important;
    padding-right:42px!important;
  }
  .modal-heading>div:last-child{
    min-width:0!important;
    padding-top:1px!important;
  }
  .modal-heading .modal-icon{
    width:54px!important;
    height:54px!important;
    flex-basis:54px!important;
    margin:0!important;
    align-self:start!important;
  }
  .modal-heading .kicker{
    display:block!important;
    font-size:10px!important;
    line-height:1.2!important;
    letter-spacing:.09em!important;
    margin:1px 0 7px!important;
  }
  .module-modal h2{
    font-size:20px!important;
    line-height:1.16!important;
    letter-spacing:-.025em!important;
    margin:0!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
    text-wrap:balance;
  }
  .modal-close{
    top:14px!important;
    right:14px!important;
    width:36px!important;
    height:36px!important;
  }
}
@media(max-width:390px){
  .modal-heading{
    grid-template-columns:50px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .modal-heading .modal-icon{
    width:50px!important;
    height:50px!important;
    flex-basis:50px!important;
  }
  .module-modal h2{
    font-size:19px!important;
  }
}
/* SPRUT_MOBILE_MODAL_HEADING_V39_END */


/* SPRUT_COMPACT_HOME_V42_BEGIN */
.why-sprut{
  padding-top:34px!important;
  padding-bottom:44px!important;
  border:0!important;
  background:transparent!important;
}
.why-sprut-head{
  margin-bottom:27px;
}
.why-sprut-head h2{
  margin:7px 0 0;
  font-size:clamp(25px,2.45vw,34px);
  line-height:1.15;
  letter-spacing:-.03em;
}
.why-sprut-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:64px;
  row-gap:30px;
  max-width:1120px;
}
.why-sprut-grid article{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:15px;
  align-items:start;
  min-width:0;
}
.why-sprut-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  flex:0 0 48px;
}
.why-sprut-icon img{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
}
.why-sprut-grid h3{
  margin:2px 0 6px;
  font-size:14px;
  line-height:1.3;
  color:#f1f4f7;
}
.why-sprut-grid p{
  margin:0;
  max-width:440px;
  color:#8d97a4;
  font-size:11px;
  line-height:1.65;
}

/* Show only six paid modules until the visitor asks for the full list. */
#moduleGrid:not(.modules-expanded) > .module-card:nth-child(n+7){
  display:none!important;
}
.modules-toggle-wrap{
  display:flex;
  justify-content:center;
  margin-top:20px;
}
.modules-toggle{
  min-width:190px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
}
.modules-toggle-arrow{
  display:inline-block;
  transition:transform .22s ease;
}
.modules-toggle[aria-expanded="true"] .modules-toggle-arrow{
  transform:rotate(180deg);
}
@media(max-width:760px){
  .why-sprut{padding-top:28px!important;padding-bottom:36px!important;}
  .why-sprut-head{margin-bottom:22px;}
  .why-sprut-grid{grid-template-columns:1fr;row-gap:22px;}
  .why-sprut-grid article{grid-template-columns:44px minmax(0,1fr);gap:13px;}
  .why-sprut-icon,.why-sprut-icon img{width:44px;height:44px;}
  .why-sprut-grid h3{font-size:13.5px;}
  .why-sprut-grid p{font-size:10.5px;}
  .modules-toggle-wrap{margin-top:16px;}
  .modules-toggle{width:100%;max-width:290px;}
}
/* SPRUT_COMPACT_HOME_V42_END */




/* SPRUT_RESPONSIVE_CLEANUP_V60_BEGIN */
html,body{max-width:100%;overflow-x:hidden}
img,svg,video{max-width:100%}
.container{min-width:0}
.hero-grid-v11,.modules-layout,.price-layout,.benefits-grid,.gift-grid,.why-sprut-grid,.footer-grid{min-width:0}

/* WHY SPRUT */
.why-sprut{padding-top:34px!important;padding-bottom:26px!important}
.why-sprut-head{width:min(100%,980px)!important;margin:0 auto 58px!important;text-align:center!important}
.why-sprut-head .kicker{display:block!important;margin:0 0 12px!important;text-align:center!important}
.why-sprut-head h2{margin:0 auto!important;max-width:900px!important;font-size:clamp(29px,3.1vw,40px)!important;line-height:1.12!important;letter-spacing:-.032em!important;text-align:center!important}
.why-sprut-grid{width:min(100%,1120px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:86px!important;row-gap:44px!important;align-items:start!important}
.why-sprut-grid article{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:18px!important;align-items:start!important;min-width:0!important}
.why-sprut-icon{width:34px!important;height:34px!important;display:block!important;background:url('/assets/icons/why-sprut-check.png') center/contain no-repeat!important}
.why-sprut-icon svg,.why-sprut-icon img{display:none!important}
.why-sprut-grid h3{margin:0 0 12px!important;font-size:19px!important;line-height:1.24!important}
.why-sprut-grid p{margin:0!important;max-width:460px!important;font-size:14px!important;line-height:1.65!important;color:#9aa5b3!important}

/* MODULES */
.modules-intro h2{font-size:clamp(29px,3.1vw,40px)!important;line-height:1.12!important;letter-spacing:-.032em!important;margin:8px 0 14px!important}
.modules-intro p{margin:0!important;max-width:760px!important;color:#98a3b0!important;font-size:15px!important;line-height:1.65!important}
.modules-bottom{display:none!important}

/* GIFT BLOCK */
.gift-section{padding-top:28px!important;padding-bottom:22px!important}
.gift-head{width:min(100%,980px)!important;margin:0 auto!important;text-align:center!important}
.gift-head .kicker,.gift-head h2,.gift-head p{text-align:center!important}
.gift-head .kicker{display:block!important;margin:0 0 10px!important;color:#ff6a1a!important;font-size:17px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:none!important}
.gift-head h2{margin:0 0 14px!important;font-size:clamp(28px,3vw,38px)!important;line-height:1.12!important;letter-spacing:-.03em!important}
.gift-head p{margin:0 auto!important;max-width:860px!important;font-size:14px!important;line-height:1.55!important;color:#9aa5b3!important}
.gift-section .gift-grid,.gift-section .gift-grid-compact{width:min(100%,1120px)!important;margin:60px auto 0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:78px!important;row-gap:46px!important;align-items:start!important}
.gift-section .gift-card,.gift-section .gift-card-compact{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;gap:18px!important;align-items:start!important;padding:0!important;margin:0!important;min-height:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.gift-section .gift-card:before,.gift-section .gift-card:after,.gift-section .gift-card-compact:before,.gift-section .gift-card-compact:after{display:none!important}
.gift-section .gift-icon,.gift-section .gift-icon-image{width:28px!important;height:28px!important;margin-top:6px!important;flex:0 0 28px!important;background:transparent!important;border:0!important;padding:0!important}
.gift-section .gift-icon img,.gift-section .gift-icon-image img{display:block!important;width:28px!important;height:28px!important;object-fit:contain!important}
.gift-section .gift-icon svg{display:none!important}
.gift-section .gift-card h3,.gift-section .gift-card-compact h3{margin:0 0 10px!important;font-size:19px!important;line-height:1.28!important}
.gift-section .gift-card p,.gift-section .gift-card-compact p{margin:0!important;font-size:14px!important;line-height:1.7!important;color:#c0c7cf!important}

/* BENEFITS / STATS */
.benefits-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:42px!important;align-items:stretch!important}
.benefit-big,.benefit-stack{min-width:0!important}
.benefit-big .stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:26px!important}
.benefit-big .stats div{padding:16px!important}
.benefit-big .stats b{display:block!important;font-size:26px!important;line-height:1.05!important;margin:0 0 7px!important;color:var(--accent)!important}
.benefit-big .stats span{display:block!important;font-size:12px!important;line-height:1.35!important;color:#8e99a6!important}
.benefit-stack{display:grid!important;gap:10px!important}
.benefit-stack article{padding:17px!important}
.benefit-stack h3{font-size:15px!important;line-height:1.35!important;margin:0 0 5px!important}
.benefit-stack p{font-size:13px!important;line-height:1.55!important;margin:0!important}

/* FAQ */
#faq .faq-wrap{max-width:980px!important}
#faq .section-head{margin-bottom:26px!important}
#faq .section-head h2{font-size:clamp(28px,2.6vw,36px)!important;line-height:1.15!important}
#faq .faq-list{gap:10px!important}
#faq .faq-list details{border-radius:12px!important}
#faq .faq-list summary{font-size:16px!important;line-height:1.4!important;font-weight:750!important;padding:17px 19px!important}
#faq .faq-list summary span{font-size:19px!important}
#faq .faq-list details p{max-width:860px!important;padding:0 19px 19px!important;margin:0!important;font-size:15px!important;line-height:1.65!important;color:#a8b1bd!important}

@media(max-width:1120px){
  .why-sprut-grid{column-gap:52px!important}
  .gift-section .gift-grid,.gift-section .gift-grid-compact{column-gap:52px!important}
  .benefits-grid{gap:28px!important}
}
@media(max-width:900px){
  .why-sprut-head{margin-bottom:46px!important}
  .why-sprut-grid{column-gap:42px!important;row-gap:34px!important}
  .gift-section .gift-grid,.gift-section .gift-grid-compact{column-gap:40px!important;row-gap:34px!important;margin-top:46px!important}
  .benefits-grid{grid-template-columns:1fr!important;gap:22px!important}
  .benefit-big .stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,var(--container))!important}
  .why-sprut{padding-top:26px!important;padding-bottom:18px!important}
  .why-sprut-head{margin-bottom:34px!important}
  .why-sprut-head h2,.modules-intro h2{font-size:clamp(26px,7.2vw,34px)!important}
  .why-sprut-grid{grid-template-columns:1fr!important;column-gap:0!important;row-gap:26px!important}
  .why-sprut-grid article{grid-template-columns:28px minmax(0,1fr)!important;gap:14px!important}
  .why-sprut-icon{width:28px!important;height:28px!important}
  .why-sprut-grid h3{font-size:17px!important;margin-bottom:8px!important}
  .why-sprut-grid p,.modules-intro p{font-size:13px!important;line-height:1.58!important}
  .gift-section{padding-top:22px!important;padding-bottom:18px!important}
  .gift-head .kicker{font-size:15px!important}
  .gift-head h2{font-size:clamp(24px,7vw,30px)!important;margin-bottom:12px!important}
  .gift-head p{font-size:13px!important;line-height:1.5!important}
  .gift-section .gift-grid,.gift-section .gift-grid-compact{grid-template-columns:1fr!important;column-gap:0!important;row-gap:26px!important;margin-top:34px!important}
  .gift-section .gift-card,.gift-section .gift-card-compact{grid-template-columns:24px minmax(0,1fr)!important;gap:14px!important}
  .gift-section .gift-icon,.gift-section .gift-icon-image,.gift-section .gift-icon img,.gift-section .gift-icon-image img{width:24px!important;height:24px!important}
  .gift-section .gift-card h3,.gift-section .gift-card-compact h3{font-size:17px!important;margin-bottom:8px!important}
  .gift-section .gift-card p,.gift-section .gift-card-compact p{font-size:13px!important;line-height:1.58!important}
  .benefit-big .stats{grid-template-columns:1fr!important}
  #faq .section-head h2{font-size:28px!important}
  #faq .faq-list summary{font-size:15px!important;padding:15px 16px!important}
  #faq .faq-list details p{font-size:14px!important;padding:0 16px 16px!important}
  .module-grid{grid-template-columns:1fr 1fr!important}
  .module-card{min-width:0!important}
  .price-layout{grid-template-columns:1fr!important}
  .calculator-card,.order-card,.gallery-item{min-width:0!important}
}
@media(max-width:520px){
  .container{width:min(100% - 24px,var(--container))!important}
  .module-grid{grid-template-columns:1fr!important}
  .hero-v11 h1{font-size:clamp(34px,10vw,42px)!important}
  .hero-cta{display:grid!important;grid-template-columns:1fr!important}
  .hero-cta .btn{width:100%!important}
  .benefit-big .stats div{padding:14px!important}
  .footer-grid{grid-template-columns:1fr!important}
  .footer-grid>div:last-child{grid-column:auto!important}
}
@media(max-width:380px){
  .container{width:min(100% - 20px,var(--container))!important}
  .why-sprut-head h2,.modules-intro h2{font-size:26px!important}
  .gift-head h2{font-size:24px!important}
  #faq .faq-list summary{font-size:14px!important;padding:14px!important}
  #faq .faq-list details p{font-size:13px!important;padding:0 14px 14px!important}
  .module-modal{padding:18px 14px 20px!important}
}
/* SPRUT_RESPONSIVE_CLEANUP_V60_END */
