:root{--orange:#ff6500;--orange2:#ff9c46;--green:#25d366;--bg:#07090d;--panel:#11151c;--panel2:#171c25;--text:#f7f8fa;--muted:#aeb5c0;--line:#252c37;--shadow:0 24px 80px rgba(0,0,0,.45)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}.topbar{position:fixed;top:0;left:0;right:0;z-index:30;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);background:linear-gradient(to bottom,rgba(5,7,10,.92),rgba(5,7,10,.58));backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}.brand{display:inline-flex;align-items:baseline;text-decoration:none;font-weight:950;font-size:1.8rem;letter-spacing:-.06em}.brand span{color:#fff}.brand b{color:var(--orange)}.topbar nav{display:flex;gap:28px}.topbar nav a{color:#d9dde4;text-decoration:none;font-weight:750}.topbar nav a:hover{color:var(--orange)}.header-wa{padding:10px 16px;border:1px solid rgba(37,211,102,.5);border-radius:999px;color:#fff;text-decoration:none;font-weight:850;background:rgba(37,211,102,.12)}
.hero{position:relative;min-height:100svh;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:clamp(34px,5vw,82px);padding:125px clamp(24px,7vw,110px) 92px;background:linear-gradient(115deg,#07090d 0%,#0d1117 52%,#18120e 100%);overflow:hidden}.hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,var(--bg))}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 78% 42%,rgba(255,101,0,.27),transparent 27%),radial-gradient(circle at 18% 18%,rgba(255,156,70,.08),transparent 24%);pointer-events:none}.hero-copy,.hero-moto,.scroll-cue{position:relative;z-index:2}.eyebrow{color:var(--orange2);font-size:.76rem;font-weight:950;letter-spacing:.18em}.hero h1{margin:18px 0 22px;font-size:clamp(3.5rem,8vw,8rem);line-height:.86;letter-spacing:-.065em;text-shadow:0 8px 40px rgba(0,0,0,.45)}.hero h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{max-width:680px;color:#c1c6ce;font-size:clamp(1.05rem,1.7vw,1.3rem);line-height:1.68}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:54px;padding:0 25px;border-radius:14px;text-decoration:none;font-weight:900;border:1px solid transparent;transition:.22s transform,.22s filter,.22s background;cursor:pointer}.btn:hover{transform:translateY(-3px);filter:brightness(1.07)}.primary{background:linear-gradient(135deg,var(--orange),#ff8b22);color:#fff;box-shadow:0 14px 35px rgba(255,101,0,.25)}.ghost{color:#fff;border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.05)}.whatsapp{background:var(--green);color:#fff}.paypal{background:#ffc439;color:#171717}.trust{display:flex;flex-wrap:wrap;gap:20px;color:#c9ced6;font-size:.93rem}.trust strong{color:var(--orange)}.hero-card{justify-self:end;width:min(390px,100%);padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(12,15,20,.72);backdrop-filter:blur(14px);box-shadow:var(--shadow);transform:rotate(1.5deg)}.hero-card img{width:100%;border-radius:19px;display:block}.hero-card div{padding:16px 8px 5px;display:flex;justify-content:space-between;align-items:end;gap:20px}.hero-card small{color:var(--orange2);font-weight:900;letter-spacing:.15em}.hero-card strong{font-size:1.15rem}.scroll-cue{position:absolute;bottom:26px;left:50%;font-size:1.8rem;color:#fff;text-decoration:none;animation:bounce 1.8s infinite}@keyframes bounce{50%{transform:translateY(8px)}}
.highlights{position:relative;z-index:4;max-width:1320px;margin:-35px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.highlights>div{padding:26px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#151a22,#0c0f14);box-shadow:0 18px 45px rgba(0,0,0,.25)}.highlights span{color:var(--orange);font-weight:950}.highlights strong{display:block;margin:8px 0;font-size:1.25rem}.highlights p{margin:0;color:var(--muted);line-height:1.5}
.catalog-section{padding:110px clamp(20px,6vw,90px);max-width:1500px;margin:auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.section-head h2,.contact-section h2,.banner h2{font-size:clamp(2.2rem,4.5vw,4.2rem);margin:9px 0 8px;letter-spacing:-.05em;line-height:1}.section-head p,.banner p,.contact-section p{color:var(--muted);font-size:1.05rem}.search{display:flex;align-items:center;gap:10px;width:min(410px,100%);padding:0 16px;height:54px;border:1px solid var(--line);border-radius:16px;background:var(--panel)}.search input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:1rem}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 32px}.filter{border:1px solid var(--line);background:#10141b;color:#cbd1da;padding:11px 17px;border-radius:999px;font-weight:850;cursor:pointer}.filter.active,.filter:hover{background:var(--orange);color:#fff;border-color:var(--orange)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:24px;box-shadow:0 16px 38px rgba(0,0,0,.24);transition:.28s transform,.28s border-color,.28s box-shadow}.product-card:hover{transform:translateY(-8px);border-color:rgba(255,101,0,.62);box-shadow:0 24px 55px rgba(0,0,0,.36)}.product-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:#fff}.product-image img{width:100%;height:100%;object-fit:contain;transition:.4s transform}.product-card:hover .product-image img{transform:scale(1.055)}.product-badge{position:absolute;top:14px;left:14px;padding:7px 11px;border-radius:999px;background:rgba(7,9,13,.82);color:#fff;font-size:.72rem;font-weight:900;backdrop-filter:blur(8px)}.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(255,101,0,.15);color:var(--orange2);font-size:.73rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-body{padding:20px}.product-body h3{min-height:2.7em;margin:12px 0 12px;font-size:1.18rem;line-height:1.3}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px}.price{font-size:1.72rem;font-weight:950}.view{border:0;background:transparent;color:var(--orange2);font-weight:900;cursor:pointer}.quick-buy{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.quick-buy a{min-height:44px;padding:0 12px;border-radius:11px;font-size:.86rem}.empty{text-align:center;color:var(--muted);padding:60px}
.banner{margin:10px clamp(20px,6vw,90px) 70px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:30px;background:linear-gradient(110deg,rgba(255,101,0,.18),rgba(17,21,28,.96)),url('assets/products/kit-4-frecce-led-sequenziali-oscurate/1.webp') right center/44% auto no-repeat;border:1px solid rgba(255,101,0,.35)}.banner>div{max-width:720px}.large{min-width:260px}.contact-section{margin:0 clamp(20px,6vw,90px) 90px;padding:52px;display:flex;justify-content:space-between;align-items:center;gap:35px;border-radius:28px;background:linear-gradient(125deg,#151a22,#0d1015);border:1px solid var(--line)}.contact-section>div:first-child{max-width:800px}.contact-actions{text-align:center}.contact-actions span{display:block;color:var(--muted);font-size:.84rem;margin-top:10px}
footer{padding:52px 20px 95px;text-align:center;border-top:1px solid var(--line);color:#89929f}.footer-brand{font-weight:950;font-size:2rem;letter-spacing:-.06em}.footer-brand span{color:#fff}.footer-brand b{color:var(--orange)}footer p{margin:8px}.floating-wa{position:fixed;right:22px;bottom:22px;z-index:35;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;text-decoration:none;font-size:1.45rem;box-shadow:0 12px 35px rgba(37,211,102,.35)}.mobile-bar{display:none}
.modal{position:fixed;inset:0;z-index:50;display:none;place-items:center;padding:20px;background:rgba(0,0,0,.84);backdrop-filter:blur(12px)}.modal.open{display:grid}.modal-panel{width:min(1180px,100%);max-height:92vh;overflow:auto;display:grid;grid-template-columns:1.15fr .85fr;background:#10141b;border:1px solid #303744;border-radius:26px;box-shadow:var(--shadow)}.modal-close{position:fixed;right:24px;top:18px;z-index:60;width:46px;height:46px;border-radius:50%;border:1px solid #434b58;background:#11161e;color:#fff;font-size:2rem;cursor:pointer}.gallery{position:relative;padding:24px;background:#f5f5f5;display:flex;flex-direction:column;min-height:600px}.gallery>img{width:100%;height:500px;object-fit:contain}.gallery-nav{position:absolute;top:43%;width:44px;height:58px;border:0;border-radius:12px;background:rgba(10,10,10,.62);color:white;font-size:2rem;cursor:pointer}.prev{left:14px}.next{right:14px}.thumbs{display:flex;gap:9px;overflow:auto;margin-top:15px}.thumbs img{width:72px;height:58px;object-fit:cover;border:2px solid transparent;border-radius:8px;cursor:pointer}.thumbs img.active{border-color:var(--orange)}.details{padding:42px}.details h2{font-size:clamp(1.8rem,3vw,3rem);line-height:1.08;margin:18px 0}.stock{color:#54d98c;font-weight:800}.description{white-space:pre-line;color:#c1c7d0;line-height:1.7}.buy-actions{display:grid;gap:12px;margin-top:28px}.paypal-note{display:block;color:#858e9b;margin-top:12px}.modal-open{overflow:hidden}.reveal{animation:fadeUp .7s ease both}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:1000px){.hero{grid-template-columns:1fr;padding-top:125px}.hero-card{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-panel{grid-template-columns:1fr}.gallery{min-height:auto}.gallery>img{height:400px}.banner{background-size:60% auto}.highlights{grid-template-columns:1fr}}
@media(max-width:680px){.topbar{height:66px;padding:0 18px}.brand{font-size:1.52rem}.topbar nav,.header-wa{display:none}.hero{min-height:94svh;padding:110px 20px 95px;background-position:64% center}.hero h1{font-size:4.2rem}.hero-actions .btn{width:100%}.trust{display:grid;gap:10px}.highlights{margin-top:-20px}.section-head{align-items:stretch;flex-direction:column}.search{width:100%}.product-grid{grid-template-columns:1fr}.quick-buy{grid-template-columns:1fr}.banner,.contact-section{padding:32px 22px;flex-direction:column;align-items:stretch;background-image:linear-gradient(125deg,#151a22,#0d1015)}.large{width:100%}.floating-wa{display:none}.mobile-bar{position:fixed;bottom:0;left:0;right:0;z-index:38;height:64px;display:grid;grid-template-columns:1fr 1fr;background:#0d1117;border-top:1px solid var(--line)}.mobile-bar a{display:grid;place-items:center;text-decoration:none;color:#fff;font-weight:900}.mobile-bar a:last-child{background:var(--green)}.modal{padding:0}.modal-panel{max-height:100vh;border-radius:0}.gallery{padding:12px}.gallery>img{height:330px}.details{padding:28px 20px}.modal-close{right:12px;top:10px}footer{padding-bottom:90px}}
.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:1.5rem}.service-section{margin:0 clamp(20px,6vw,90px) 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-section article{padding:28px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(145deg,#151a22,#0c0f14)}.service-section strong{font-size:1.15rem;color:var(--orange2)}.service-section p{color:var(--muted);line-height:1.55}.footer-links{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin:15px 0}.footer-links a{color:#afb6c0}.unavailable{opacity:.65}.unavailable .paypal{pointer-events:none;background:#777}.admin-shell{min-height:100vh;background:linear-gradient(145deg,#06080b,#10151d);padding:40px 20px;color:#f7f8fa}.admin-card{max-width:1180px;margin:0 auto;background:#10151d;border:1px solid #28303c;border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.admin-login{max-width:480px;margin:8vh auto;padding:36px}.admin-login h1,.admin-head h1{margin:0 0 8px}.admin-muted{color:var(--muted)}.admin-form{display:grid;gap:15px;margin-top:28px}.admin-form label{display:grid;gap:7px;font-weight:800}.admin-form input,.admin-form textarea,.admin-form select{width:100%;padding:13px 14px;border-radius:11px;border:1px solid #303845;background:#090d12;color:#fff;font:inherit}.admin-form textarea{min-height:150px;resize:vertical}.admin-form button,.admin-button{min-height:46px;border:0;border-radius:11px;background:var(--orange);color:#fff;font-weight:900;cursor:pointer;padding:0 18px}.admin-error{color:#ff8d8d;min-height:1.3em}.admin-success{color:#54d98c}.admin-head{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:1px solid var(--line)}.admin-toolbar{display:flex;gap:10px;flex-wrap:wrap}.admin-button.secondary{background:#242c37}.admin-content{padding:30px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-product{display:grid;grid-template-columns:125px 1fr;gap:16px;padding:16px;border:1px solid var(--line);border-radius:17px;background:#0b0f14}.admin-product img{width:125px;height:105px;object-fit:contain;background:#fff;border-radius:12px}.admin-product h3{margin:0 0 8px}.admin-product p{margin:3px 0;color:var(--muted)}.admin-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.admin-actions button{border:0;border-radius:9px;padding:9px 12px;color:#fff;font-weight:800;cursor:pointer}.edit-btn{background:#d96700}.delete-btn{background:#a72b2b}.admin-modal{position:fixed;inset:0;z-index:80;display:none;place-items:center;background:rgba(0,0,0,.8);padding:20px}.admin-modal.open{display:grid}.admin-modal-panel{width:min(760px,100%);max-height:92vh;overflow:auto;padding:28px;border-radius:20px;border:1px solid #333d4b;background:#10151d}.image-list{display:flex;gap:10px;flex-wrap:wrap}.image-item{position:relative}.image-item img{width:95px;height:80px;object-fit:contain;background:#fff;border-radius:8px}.image-item label{position:absolute;inset:auto 3px 3px;background:rgba(0,0,0,.75);font-size:.7rem;padding:4px}.legal-page{max-width:900px;margin:0 auto;padding:120px 25px 70px;line-height:1.7}.legal-page h1{font-size:clamp(2.4rem,6vw,5rem)}.legal-page h2{color:var(--orange2);margin-top:35px}.legal-page a{color:var(--orange2)}
@media(max-width:800px){.service-section{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}.admin-product{grid-template-columns:90px 1fr}.admin-product img{width:90px;height:80px}}
@media(max-width:680px){.menu-toggle{display:block}.topbar nav.open{display:flex;position:absolute;top:66px;left:0;right:0;flex-direction:column;background:#090d12;padding:22px;border-bottom:1px solid var(--line)}.admin-head{align-items:flex-start;flex-direction:column;gap:15px}.admin-content{padding:18px}.admin-product{grid-template-columns:1fr}.admin-product img{width:100%;height:180px}}

/* Hero finale Get Software */
.hero-moto{margin:0;justify-self:end;width:min(690px,100%);position:relative}
.hero-moto:before{content:"";position:absolute;inset:8% -4% -7% 12%;border-radius:44% 38% 35% 45%;background:radial-gradient(ellipse at center,rgba(255,101,0,.29),rgba(255,101,0,.08) 48%,transparent 72%);filter:blur(12px);z-index:-1}
.hero-moto img{display:block;width:100%;max-height:650px;object-fit:contain;object-position:center;filter:drop-shadow(0 28px 34px rgba(0,0,0,.48));border-radius:28px}
.hero-moto figcaption{position:absolute;left:22px;bottom:20px;display:flex;flex-direction:column;gap:2px;padding:12px 16px;border-radius:14px;background:rgba(7,9,13,.78);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}
.hero-moto figcaption strong{color:#fff;font-size:1rem}.hero-moto figcaption span{color:var(--orange2);font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.benefits{position:relative;z-index:4;margin:-40px clamp(20px,6vw,90px) 72px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.benefits article{padding:24px 26px;border-radius:20px;background:linear-gradient(145deg,rgba(24,29,38,.96),rgba(11,14,19,.96));border:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.28)}
.benefits b{display:block;color:var(--orange2);font-size:1.04rem;margin-bottom:7px}.benefits span{color:var(--muted);line-height:1.5}
.highlights{display:none!important}
@media(max-width:1000px){.hero{grid-template-columns:1fr;min-height:auto;padding-bottom:110px}.hero-moto{justify-self:center;width:min(700px,100%)}.hero-moto img{max-height:560px}.benefits{margin-top:-62px}}
@media(max-width:680px){.hero{padding:106px 20px 105px;gap:28px}.hero h1{font-size:clamp(3.3rem,17vw,5.1rem)}.hero-moto img{max-height:390px;border-radius:20px}.hero-moto figcaption{left:10px;bottom:8px}.benefits{grid-template-columns:1fr;margin:-52px 20px 58px}.scroll-cue{display:none}}

/* Get Software 1.0 multipagina */
.page-hero{padding:140px clamp(20px,6vw,90px) 60px;background:linear-gradient(125deg,#090c11,#16100c);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.8rem,7vw,6rem);margin:12px 0 10px;letter-spacing:-.055em}.page-hero p{max-width:760px;color:var(--muted);font-size:1.15rem;line-height:1.65}.nav-cart{position:relative}.cart-badge{position:absolute;right:-10px;top:-10px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--orange);color:#fff;font-size:.72rem;display:grid;place-items:center}.home-featured{padding:80px clamp(20px,6vw,90px)}.home-cta{margin:0 clamp(20px,6vw,90px) 90px}.catalog-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.catalog-toolbar select{min-height:50px;padding:0 14px;border-radius:14px;border:1px solid var(--line);background:#0c1016;color:#fff;font-weight:800}.product-image{display:block;text-decoration:none}.product-detail{padding:130px clamp(20px,6vw,90px) 70px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:54px}.detail-gallery{background:#f4f4f4;border-radius:26px;padding:24px}.detail-gallery>img{display:block;width:100%;height:min(64vh,620px);object-fit:contain}.detail-thumbs{display:flex;gap:10px;overflow:auto;margin-top:18px}.detail-thumbs button{border:2px solid transparent;background:#fff;border-radius:10px;padding:3px;cursor:pointer}.detail-thumbs button.active{border-color:var(--orange)}.detail-thumbs img{display:block;width:76px;height:62px;object-fit:contain}.detail-copy{padding:25px 0}.detail-copy h1{font-size:clamp(2.4rem,5vw,5rem);line-height:.98;letter-spacing:-.05em;margin:18px 0}.detail-price{font-size:2.2rem}.product-assurances{display:grid;gap:10px;margin-top:28px;color:#cbd1d9}.related{padding-top:15px}.cart-page{padding:130px clamp(20px,6vw,90px) 80px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px}.cart-list{display:grid;gap:14px}.cart-row{display:grid;grid-template-columns:130px 1fr auto;gap:18px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--panel)}.cart-row img{width:130px;height:105px;object-fit:contain;background:#fff;border-radius:12px}.cart-row h3{margin:0 0 7px}.qty{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.qty button{border:1px solid var(--line);background:#202733;color:#fff;border-radius:8px;padding:7px 11px;cursor:pointer}.qty .remove{background:#56252a}.cart-summary{position:sticky;top:98px;align-self:start;padding:25px;border-radius:22px;background:var(--panel);border:1px solid var(--line)}.summary-line{display:flex;justify-content:space-between;font-size:1.15rem;padding:18px 0;border-block:1px solid var(--line)}.cart-paypal-list{display:grid;gap:9px;margin:18px 0}.cart-summary>.btn{width:100%;margin-top:10px}.empty-cart{text-align:center;padding:80px 20px;border:1px solid var(--line);border-radius:22px;background:var(--panel)}.info-page{padding:130px clamp(20px,6vw,90px) 80px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{padding:30px;border-radius:22px;background:var(--panel);border:1px solid var(--line)}.info-card h2{color:var(--orange2)}.toast{position:fixed;left:50%;bottom:28px;z-index:100;transform:translate(-50%,30px);opacity:0;padding:13px 20px;border-radius:999px;background:#fff;color:#111;font-weight:900;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.product-detail,.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.info-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:90px 1fr}.cart-row>strong{grid-column:2}.cart-row img{width:90px;height:80px}}

/* Get Software 1.2 — pagina consegna digitale */
.shipping-page{padding-top:86px;background:radial-gradient(circle at 80% 15%,rgba(255,109,18,.13),transparent 28%),var(--bg)}
.shipping-hero{min-height:690px;padding:72px clamp(20px,6vw,90px);display:grid;grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);gap:58px;align-items:center;border-bottom:1px solid var(--line)}
.shipping-copy h1{max-width:760px;margin:14px 0 20px;font-size:clamp(3.2rem,7vw,6.8rem);line-height:.92;letter-spacing:-.06em}
.shipping-lead{max-width:700px;color:var(--muted);font-size:clamp(1.08rem,1.6vw,1.35rem);line-height:1.65}
.shipping-photo{margin:0;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:#15191f;box-shadow:0 30px 90px rgba(0,0,0,.5)}
.shipping-photo img{display:block;width:100%;height:560px;object-fit:cover;object-position:center}
.shipping-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}
.shipping-points div{padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(18,23,31,.88)}
.shipping-points strong,.shipping-points span{display:block}.shipping-points strong{color:var(--orange2);font-size:1.08rem;margin-bottom:7px}.shipping-points span{color:var(--muted);font-size:.92rem;line-height:1.4}
.shipping-details{padding:72px clamp(20px,6vw,90px);display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.shipping-details article{display:flex;gap:19px;min-height:205px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--panel)}
.shipping-number{flex:0 0 auto;color:var(--orange);font-weight:950;font-size:1.15rem;letter-spacing:.08em}.shipping-details h2{margin:0 0 12px;color:#fff}.shipping-details p{margin:0;color:var(--muted);line-height:1.6}
.shipping-contact{margin:0 clamp(20px,6vw,90px) 90px;padding:38px;display:flex;justify-content:space-between;align-items:center;gap:30px;border:1px solid rgba(255,109,18,.35);border-radius:26px;background:linear-gradient(110deg,rgba(255,109,18,.13),rgba(18,23,31,.95) 48%)}
.shipping-contact h2{margin:8px 0 8px;font-size:clamp(2rem,4vw,3.6rem)}.shipping-contact p{margin:0;color:var(--muted);line-height:1.55}.shipping-contact p a{color:#fff;font-weight:800}
@media(max-width:980px){.shipping-hero{grid-template-columns:1fr;min-height:0}.shipping-photo{order:-1}.shipping-photo img{height:min(58vw,520px)}.shipping-details{grid-template-columns:1fr}.shipping-contact{align-items:flex-start;flex-direction:column}.shipping-points{grid-template-columns:1fr}}
@media(max-width:600px){.shipping-hero{padding-top:48px}.shipping-photo img{height:310px}.shipping-contact{padding:27px}.shipping-contact .btn{width:100%}.shipping-copy h1{font-size:3.45rem}}

/* Get Software 1.5 — correzioni definitive per le schede prodotto su smartphone */
.product-detail,
.product-detail > *,
.detail-gallery,
.detail-copy,
.description,
.buy-actions,
.product-assurances {
  min-width: 0;
  max-width: 100%;
}

.detail-gallery {
  overflow: hidden;
}

.detail-gallery > img {
  max-width: 100%;
}

.description {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.detail-copy h1,
.detail-copy p,
.detail-copy span,
.product-assurances span {
  overflow-wrap: anywhere;
}

.detail-thumbs {
  max-width: 100%;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

@media (max-width: 680px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .topbar {
    width: 100%;
  }

  .product-detail {
    width: 100%;
    padding: 96px 16px 54px;
    gap: 28px;
  }

  .detail-gallery {
    width: 100%;
    padding: 12px;
    border-radius: 20px;
  }

  .detail-gallery > img {
    width: 100%;
    height: auto;
    max-height: 68svh;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .detail-thumbs {
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 4px;
  }

  .detail-thumbs button {
    flex: 0 0 68px;
    width: 68px;
    padding: 3px;
  }

  .detail-thumbs img {
    width: 60px;
    height: 54px;
  }

  .detail-copy {
    width: 100%;
    padding: 0;
  }

  .detail-copy h1 {
    font-size: clamp(2rem, 10vw, 3.15rem);
    line-height: 1.04;
    margin: 15px 0;
  }

  .detail-price {
    font-size: 2rem;
  }

  .description {
    font-size: 1rem;
    line-height: 1.65;
    white-space: pre-line;
  }

  .buy-actions {
    width: 100%;
    gap: 11px;
  }

  .buy-actions .btn {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    text-align: center;
    white-space: normal;
  }

  .product-assurances {
    width: 100%;
  }

  .related {
    width: 100%;
    padding-inline: 16px;
  }

  footer {
    width: 100%;
    overflow: hidden;
  }
}

/* Get Software 1.6 - disponibilità coerente tra catalogo e scheda prodotto */
.stock-available{color:#54d98c!important}
.stock-unavailable{color:#ff7a7a!important}
.product-disabled{cursor:not-allowed!important;pointer-events:none!important;opacity:.5!important;filter:grayscale(.35)}
button:disabled{cursor:not-allowed;opacity:.55}

/* Get Software 2.0: catalogo, offerte, video e ordini */
.promo-tag{display:inline-flex;align-items:center;width:max-content;padding:8px 12px;border-radius:999px;background:#ff5a00;color:#fff;font-weight:950;font-size:.78rem;letter-spacing:.08em}.card-tag{position:absolute;left:14px;top:54px;z-index:3}.detail-price del,.price del{color:#7e8793;font-size:.58em;margin-right:8px}.stock-mini{margin:8px 0 0;color:#9ca5b1;font-weight:700}.detail-gallery #main-media{width:100%;min-height:500px;display:grid;place-items:center}.detail-gallery #main-media img,.detail-gallery #main-media video{display:block;width:100%;max-height:620px;object-fit:contain}.video-thumb{display:grid;place-items:center;width:92px;height:70px;border-radius:9px;background:#151a22;color:#fff;font-weight:900}.checkout-success{padding:55px;border:1px solid #2f3a47;border-radius:24px;background:#10151d;text-align:center}.checkout-success h2{font-size:2.2rem}.admin-separator{border:0;border-top:1px solid var(--line);margin:42px 0}.orders-admin{display:grid;gap:15px}.order-admin{padding:20px;border:1px solid var(--line);border-radius:16px;background:#0b0f14}.order-admin>div:first-child{display:flex;justify-content:space-between;gap:10px}.order-status{padding:5px 9px;border-radius:999px;background:#164b34;color:#7bf0b2;font-weight:900}.order-form{display:grid;grid-template-columns:160px 1fr auto;gap:9px;margin-top:12px}.order-form select,.order-form input{padding:10px;border:1px solid #303845;border-radius:9px;background:#090d12;color:#fff}.order-form button{border:0;border-radius:9px;padding:0 16px;background:var(--orange);color:#fff;font-weight:900}.product-disabled,[disabled]{cursor:not-allowed!important;opacity:.55!important}
@media(max-width:700px){.detail-gallery #main-media{min-height:280px}.detail-gallery #main-media img,.detail-gallery #main-media video{max-height:440px}.order-form{grid-template-columns:1fr}.card-tag{top:50px}.video-thumb{width:78px;height:58px}}

/* Get Software 2.2: varianti e tag promozionali */
.detail-tag{margin-bottom:4px;box-shadow:0 0 24px rgba(255,90,0,.3)}
.variant-picker{display:grid;gap:8px;margin:18px 0}.variant-picker select{width:100%;padding:14px 16px;border:1px solid #394452;border-radius:12px;background:#0c1118;color:#fff;font-weight:800}
.variant-admin{border:1px solid #303845;border-radius:14px;padding:16px}.variant-admin legend{padding:0 8px;font-weight:900}.variant-toggle{display:flex!important;flex-direction:row!important;align-items:center;gap:10px}.variant-toggle input{width:auto!important}.variant-row{display:grid;grid-template-columns:1.4fr 1fr 120px auto;gap:9px;margin:10px 0}.variant-row input{min-width:0}.cart-variant{margin:4px 0;color:#ffad68}.paypal-note{display:block;margin-top:8px;color:#8f99a6}.btn.paypal{background:#ffc439;color:#111;border:0;width:100%}
@media(max-width:700px){.variant-row{grid-template-columns:1fr 1fr}.variant-row .remove-variant{grid-column:1/-1;padding:12px}}

.sales-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:8px 0 34px}.sales-stats article{padding:20px;border:1px solid var(--line);border-radius:16px;background:#0b0f14}.sales-stats span,.sales-stats small{display:block;color:#98a2af}.sales-stats strong{display:block;margin:7px 0;font-size:1.7rem}.order-toolbar{display:grid;grid-template-columns:1fr 220px;gap:10px;margin:0 0 16px}.order-toolbar input,.order-toolbar select{padding:12px 14px;border:1px solid #303845;border-radius:10px;background:#090d12;color:#fff}.order-title{display:flex!important;align-items:flex-start;justify-content:space-between}.order-title small{display:block;color:#98a2af;margin-top:5px}.order-title>div:last-child{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.fulfillment-badge{padding:5px 9px;border-radius:999px;background:#26313f;color:#d8e2ef;font-weight:900}.fulfillment-da-spedire{background:#5b3c10;color:#ffd58a}.fulfillment-spedito{background:#173c62;color:#9cd3ff}.fulfillment-consegnato{background:#164b34;color:#7bf0b2}.fulfillment-annullato{background:#54242a;color:#ffabb4}.order-columns{display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:20px;margin-top:18px}.order-columns h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.09em;color:#ff9c46}.order-columns p{line-height:1.55}.order-columns a{color:#b9d8ff}.order-columns code{word-break:break-all;color:#b8c3d1}.order-items p{padding:10px 0;border-bottom:1px solid var(--line);margin:0}.order-total{display:flex;justify-content:space-between;font-size:1.15rem}.paypal-note{display:block;margin-top:8px;color:#98a2af}@media(max-width:900px){.sales-stats{grid-template-columns:repeat(2,1fr)}.order-columns{grid-template-columns:1fr}.order-toolbar{grid-template-columns:1fr}.order-form{grid-template-columns:1fr}.order-form button{padding:12px}}@media(max-width:520px){.sales-stats{grid-template-columns:1fr}.order-title{display:grid!important;gap:10px}.order-title>div:last-child{justify-content:flex-start}}


/* Get Software 2.4 — visitatori in tempo reale */
.realtime-panel{margin:0 0 42px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#090d12}.analytics-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.analytics-stats article{padding:18px;border:1px solid var(--line);border-radius:15px;background:#10151d}.analytics-stats span,.analytics-stats small{display:block;color:#98a2af}.analytics-stats strong{display:flex;align-items:center;gap:9px;margin:8px 0;font-size:1.7rem}.online-now strong{color:#72efab}.online-now i{width:11px;height:11px;border-radius:50%;background:#29d977;box-shadow:0 0 0 6px rgba(41,217,119,.12);animation:onlinePulse 1.8s infinite}.analytics-columns{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:14px}.analytics-columns>section{padding:18px;border:1px solid var(--line);border-radius:15px;background:#0b0f14}.analytics-columns h3{margin:0 0 13px;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#ff9c46}.online-visitors{display:grid;gap:8px}.online-visitors article{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.online-visitors article:last-child{border:0}.online-visitors strong,.online-visitors small{display:block}.online-visitors small{margin-top:3px;color:#8f99a6;font-size:.78rem}.online-visitors article>div:last-child{text-align:right;white-space:nowrap}.online-visitors span{font-size:.78rem;color:#b9c3cf}.analytics-list{display:grid}.analytics-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.analytics-row:last-child{border:0}.analytics-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c7d0dc}.analytics-row strong{color:#fff}@keyframes onlinePulse{50%{opacity:.45;transform:scale(.88)}}
@media(max-width:950px){.analytics-stats{grid-template-columns:repeat(2,1fr)}.analytics-columns{grid-template-columns:1fr}}
@media(max-width:560px){.realtime-panel{padding:16px}.analytics-stats{grid-template-columns:1fr}.analytics-stats strong{font-size:1.45rem}}

/* Get Software 2.5 - Home e-commerce senza foto personale */
.hero-store{grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);min-height:880px}
.hero-showcase{position:relative;z-index:2;justify-self:end;width:min(620px,100%);min-height:560px;display:grid;place-items:center}
.showcase-glow{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,101,0,.34),rgba(255,101,0,.08) 45%,transparent 72%);filter:blur(10px);animation:showcasePulse 5s ease-in-out infinite}
.showcase-card{position:absolute;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(25,30,39,.94),rgba(9,12,17,.96));box-shadow:0 30px 70px rgba(0,0,0,.42);backdrop-filter:blur(16px)}
.showcase-card.main{width:min(470px,82%);padding:42px;border-radius:30px;transform:rotate(-2deg);z-index:3}
.showcase-card.main:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,101,0,.12),transparent 42%);pointer-events:none}
.showcase-kicker,.showcase-card.mini span{color:var(--orange2);font-size:.72rem;font-weight:950;letter-spacing:.18em}
.showcase-card.main h2{font-size:clamp(2rem,4vw,3.6rem);line-height:.96;letter-spacing:-.055em;margin:18px 0}
.showcase-card.main p{color:var(--muted);line-height:1.65;margin:0 0 24px}
.showcase-card.main a{color:#fff;text-decoration:none;font-weight:950}
.showcase-card.mini{z-index:4;padding:18px 22px;border-radius:18px;display:grid;gap:6px;min-width:190px}
.showcase-card.mini strong{font-size:1.05rem}
.showcase-card.mini.top{right:0;top:86px;transform:rotate(3deg)}
.showcase-card.mini.bottom{left:0;bottom:88px;transform:rotate(-4deg)}
.showcase-orbit{position:absolute;border:1px solid rgba(255,126,35,.22);border-radius:50%;animation:orbitSpin 18s linear infinite}
.orbit-one{width:500px;height:500px}.orbit-two{width:365px;height:365px;animation-direction:reverse;animation-duration:13s}
.showcase-orbit:after{content:"";position:absolute;top:8%;left:12%;width:14px;height:14px;border-radius:50%;background:var(--orange);box-shadow:0 0 24px rgba(255,101,0,.85)}
.benefits-four{grid-template-columns:repeat(4,1fr)}
@keyframes showcasePulse{50%{transform:scale(1.06);opacity:.82}}
@keyframes orbitSpin{to{transform:rotate(360deg)}}
@media(max-width:1100px){.hero-store{grid-template-columns:1fr;min-height:auto}.hero-showcase{justify-self:center;width:min(720px,100%);min-height:520px}.benefits-four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.hero-store{padding-bottom:90px}.hero-showcase{min-height:430px}.showcase-card.main{width:88%;padding:29px}.showcase-card.main h2{font-size:2.35rem}.showcase-card.mini{min-width:154px;padding:14px 16px}.showcase-card.mini.top{top:36px;right:2px}.showcase-card.mini.bottom{left:2px;bottom:28px}.orbit-one{width:360px;height:360px}.orbit-two{width:270px;height:270px}.benefits-four{grid-template-columns:1fr}}

/* =========================================================
   Get Software 4.0 — flagship storefront
   ========================================================= */
.home-v4{background:#06080b}.topbar-v4{height:82px;background:rgba(6,8,11,.78);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(22px) saturate(1.2)}.topbar-v4 nav a{position:relative}.topbar-v4 nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-11px;height:2px;background:var(--orange);transition:right .25s}.topbar-v4 nav a:hover:after,.topbar-v4 nav a.active:after{right:0}
.hero-v4{position:relative;min-height:100svh;padding:145px clamp(22px,6.5vw,108px) 100px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:clamp(50px,7vw,110px);overflow:hidden;background:linear-gradient(125deg,#06080b 0%,#090c12 54%,#150d08 100%)}.hero-v4:after{content:"";position:absolute;inset:auto 0 0;height:190px;background:linear-gradient(transparent,#06080b);pointer-events:none}.hero-v4-grid{position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 92%)}.hero-v4-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.glow-a{right:-15%;top:7%;width:55vw;height:55vw;background:radial-gradient(circle,rgba(255,101,0,.22),transparent 66%)}.glow-b{left:-20%;bottom:-35%;width:48vw;height:48vw;background:radial-gradient(circle,rgba(255,156,70,.09),transparent 68%)}.hero-v4-copy,.hero-products{position:relative;z-index:3}.hero-v4-pill{display:inline-flex;align-items:center;gap:11px;padding:9px 13px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.035);font-size:.7rem;font-weight:950;letter-spacing:.16em;color:#d9dee7}.hero-v4-pill i{width:8px;height:8px;border-radius:50%;background:#42e78d;box-shadow:0 0 0 6px rgba(66,231,141,.1)}.hero-v4 h1{margin:24px 0 26px;font-size:clamp(4.1rem,8.5vw,9.3rem);line-height:.82;letter-spacing:-.075em}.hero-v4 h1 em{font-style:normal;color:var(--orange);text-shadow:0 0 55px rgba(255,101,0,.25)}.hero-v4-copy>p{max-width:700px;margin:0;color:#b8c0cc;font-size:clamp(1.08rem,1.6vw,1.28rem);line-height:1.72}.hero-main-cta span,.catalog-link-v4 span,.final-cta-v4 .btn span{font-size:1.25rem;margin-left:12px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);max-width:670px;margin-top:42px;padding-top:27px;border-top:1px solid rgba(255,255,255,.12)}.hero-proof div{display:grid;gap:4px}.hero-proof strong{font-size:1rem;color:#fff}.hero-proof span{font-size:.78rem;color:#8f98a5}.hero-products{justify-self:end;width:min(720px,100%)}.hero-stage{position:relative;min-height:650px;border-radius:48px;background:linear-gradient(145deg,rgba(27,32,42,.7),rgba(8,11,16,.78));border:1px solid rgba(255,255,255,.11);box-shadow:0 50px 120px rgba(0,0,0,.46);backdrop-filter:blur(20px);overflow:hidden}.hero-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,101,0,.12),transparent 42%);pointer-events:none}.hero-stage-label{position:absolute;left:34px;top:29px;z-index:4;display:grid;gap:6px}.hero-stage-label span{color:var(--orange2);font-size:.66rem;font-weight:950;letter-spacing:.18em}.hero-stage-label b{font-size:.94rem}.hero-product{position:absolute;z-index:4;text-decoration:none;color:#fff;transition:transform .35s ease,filter .35s ease}.hero-product:hover{transform:translateY(-8px) rotate(0deg)!important;filter:brightness(1.06)}.hero-product-main{left:12%;top:19%;width:62%;padding:16px;border-radius:28px;background:#fff;box-shadow:0 30px 65px rgba(0,0,0,.42);transform:rotate(-3deg)}.hero-product-media{overflow:hidden;background:#f6f6f6}.hero-product-main .hero-product-media{height:330px;border-radius:18px}.hero-product-media img{display:block;width:100%;height:100%;object-fit:contain}.hero-product-info{display:grid;grid-template-columns:1fr auto;align-items:end;gap:4px 16px;padding:17px 7px 5px;color:#111}.hero-product-info span{grid-column:1/-1;color:#d85b00;font-size:.67rem;font-weight:950;letter-spacing:.15em;text-transform:uppercase}.hero-product-info strong{font-size:1.08rem;line-height:1.25}.hero-product-info b{font-size:1.35rem}.hero-product-side{width:31%;padding:9px;border-radius:20px;background:#fff;box-shadow:0 25px 55px rgba(0,0,0,.38)}.hero-product-side .hero-product-media{height:165px;border-radius:13px}.hero-product-side.side-a{right:4%;top:15%;transform:rotate(7deg)}.hero-product-side.side-b{right:6%;bottom:10%;transform:rotate(-7deg)}.hero-side-price{display:block;padding:9px 4px 2px;color:#111;font-weight:950;text-align:right}.skeleton{background:linear-gradient(90deg,#e7e7e7,#f6f6f6,#e7e7e7);background-size:200% 100%;animation:skeletonMove 1.3s linear infinite}@keyframes skeletonMove{to{background-position:-200% 0}}.hero-stage-ring{position:absolute;border:1px solid rgba(255,126,35,.2);border-radius:50%;animation:ringRotate 19s linear infinite}.ring-a{width:560px;height:560px;right:-180px;bottom:-160px}.ring-b{width:390px;height:390px;left:-180px;top:140px;animation-direction:reverse;animation-duration:13s}.hero-stage-ring:before{content:"";position:absolute;top:10%;left:14%;width:11px;height:11px;border-radius:50%;background:var(--orange);box-shadow:0 0 20px var(--orange)}@keyframes ringRotate{to{transform:rotate(360deg)}}.hero-scroll{position:absolute;z-index:4;left:clamp(22px,6.5vw,108px);bottom:35px;display:flex;align-items:center;gap:13px;color:#929aa7;text-decoration:none;font-size:.66rem;font-weight:950;letter-spacing:.18em}.hero-scroll span{color:var(--orange);font-size:1.1rem;animation:bounce 1.7s infinite}
.store-signal{position:relative;z-index:6;max-width:1540px;margin:-30px auto 0;padding:0 clamp(20px,4vw,50px);display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.store-signal article{display:flex;align-items:center;gap:17px;padding:24px;background:#10141b;border:1px solid #242b35}.store-signal article:first-child{border-radius:20px 0 0 20px}.store-signal article:last-child{border-radius:0 20px 20px 0}.store-signal i{font-style:normal;color:var(--orange);font-size:.7rem;font-weight:950}.store-signal div{display:grid;gap:4px}.store-signal strong{font-size:.91rem}.store-signal span{font-size:.76rem;color:#929ba8}
.category-section-v4,.home-featured-v4{max-width:1540px;margin:auto;padding:130px clamp(20px,6vw,90px)}.section-heading-v4{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.55fr);align-items:end;gap:70px;margin-bottom:52px}.section-heading-v4 h2{margin:13px 0 0;font-size:clamp(3rem,6vw,6.7rem);line-height:.88;letter-spacing:-.065em}.section-heading-v4>p{margin:0;color:#aeb6c2;font-size:1.08rem;line-height:1.7}.section-heading-v4.compact{grid-template-columns:1fr auto;align-items:end}.catalog-link-v4{color:#fff;text-decoration:none;font-weight:950;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:9px}.category-grid-v4{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:330px;gap:18px}.category-card-v4{position:relative;overflow:hidden;border-radius:28px;border:1px solid var(--line);background:#11161d;color:#fff;text-decoration:none;opacity:0;transform:translateY(28px);transition:opacity .6s,transform .6s,border-color .25s}.category-card-v4.in-view{opacity:1;transform:none}.category-card-v4:hover{border-color:rgba(255,101,0,.62)}.category-card-v4:nth-child(1),.category-card-v4:nth-child(4){grid-column:span 7}.category-card-v4:nth-child(2),.category-card-v4:nth-child(3){grid-column:span 5}.category-card-v4:nth-child(5),.category-card-v4:nth-child(6){grid-column:span 6}.category-card-image{position:absolute;inset:0}.category-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.97),rgba(5,7,10,.56) 55%,rgba(5,7,10,.08))}.category-card-image img{width:100%;height:100%;object-fit:contain;object-position:80% center;background:linear-gradient(135deg,#f8f8f8,#ddd);transition:transform .55s}.category-card-v4:hover img{transform:scale(1.06)}.category-card-content{position:absolute;z-index:2;left:28px;bottom:28px;width:min(52%,400px)}.category-card-content>span{color:var(--orange);font-size:.68rem;font-weight:950;letter-spacing:.15em}.category-card-content h3{margin:9px 0 8px;font-size:clamp(1.7rem,3vw,3rem);letter-spacing:-.045em}.category-card-content p{margin:0 0 16px;color:#aeb7c3;line-height:1.5}.category-card-content small{color:#fff;font-weight:850}
.statement-v4{position:relative;min-height:720px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:100px clamp(20px,7vw,120px);overflow:hidden;background:var(--orange)}.statement-word{position:absolute;left:-2vw;bottom:-.13em;color:rgba(9,11,14,.13);font-weight:1000;font-size:clamp(10rem,26vw,31rem);letter-spacing:-.1em;white-space:nowrap;line-height:.75}.statement-content{position:relative;z-index:2;grid-column:2;max-width:720px;color:#090b0e;opacity:0;transform:translateY(30px);transition:.7s}.statement-content.in-view{opacity:1;transform:none}.statement-content .eyebrow{color:#301306}.statement-content h2{margin:14px 0 25px;font-size:clamp(3rem,6vw,6.3rem);line-height:.88;letter-spacing:-.065em}.statement-content h2 em{font-style:normal;color:#fff}.statement-content p{max-width:640px;font-size:1.14rem;line-height:1.7}.statement-content a{display:inline-block;margin-top:20px;color:#090b0e;font-weight:950;text-decoration:none;border-bottom:2px solid #090b0e;padding-bottom:7px}
.home-featured-v4{padding-top:135px}.product-grid-v4{gap:28px}.product-grid-v4 .product-card{border-radius:28px}.product-grid-v4 .product-image{aspect-ratio:1/1}.product-grid-v4 .product-body{padding:24px}.product-grid-v4 .product-body h3{font-size:1.28rem}.product-grid-v4 .price del{font-size:.85rem;color:#7f8997;font-weight:700}
.experience-v4{max-width:1540px;margin:auto;padding:10px clamp(20px,6vw,90px) 135px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.experience-card{position:relative;min-height:440px;padding:36px;border-radius:30px;overflow:hidden;border:1px solid var(--line);opacity:0;transform:translateY(30px);transition:.7s}.experience-card.in-view{opacity:1;transform:none}.experience-card:nth-child(2){transition-delay:.08s}.experience-card:nth-child(3){transition-delay:.16s}.experience-card h3{position:relative;z-index:2;margin:17px 0;font-size:clamp(2rem,3vw,3.6rem);line-height:.96;letter-spacing:-.055em}.experience-card p,.experience-card a,.experience-card .eyebrow{position:relative;z-index:2}.experience-card p{color:#aab3bf;line-height:1.65}.experience-card a{display:inline-block;margin-top:18px;color:#fff;text-decoration:none;font-weight:950}.experience-card.dark{background:linear-gradient(145deg,#151b24,#090c11)}.experience-card.orange{background:linear-gradient(145deg,#ff6500,#b83e00);border-color:#ff8a30}.experience-card.orange .eyebrow,.experience-card.orange p{color:#210b02}.experience-card.orange a{color:#210b02}.experience-card.photo{background:linear-gradient(145deg,rgba(8,10,14,.25),rgba(8,10,14,.96)),url('/assets/products/kit-4-frecce-led-sequenziali-oscurate/1.webp') center/cover}.experience-mark{position:absolute;right:-10px;bottom:-25px;color:rgba(255,255,255,.07);font-size:8rem;font-weight:1000;letter-spacing:-.08em}.experience-card.orange .experience-mark{color:rgba(20,5,0,.12)}
.final-cta-v4{max-width:1540px;margin:0 auto 120px;padding:70px clamp(28px,5vw,70px);display:flex;align-items:end;justify-content:space-between;gap:40px;border-radius:35px;background:radial-gradient(circle at 75% 20%,rgba(255,101,0,.3),transparent 32%),linear-gradient(135deg,#121821,#080a0e);border:1px solid rgba(255,255,255,.11);opacity:0;transform:translateY(28px);transition:.7s}.final-cta-v4.in-view{opacity:1;transform:none}.final-cta-v4 h2{margin:12px 0 0;font-size:clamp(3rem,6vw,6rem);line-height:.88;letter-spacing:-.065em}
.footer-v4{padding:80px clamp(20px,6vw,90px) 100px;text-align:left;background:#05070a}.footer-v4-main{max-width:1450px;margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:65px}.footer-v4-main>div{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-v4-main strong{margin-bottom:7px;color:#fff}.footer-v4-main a{color:#8f98a5;text-decoration:none}.footer-v4-main a:hover{color:var(--orange2)}.footer-v4-brand p{max-width:430px;margin:14px 0;color:#8f98a5;line-height:1.6}.footer-v4-bottom{max-width:1450px;margin:55px auto 0;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;color:#6f7885;font-size:.85rem}
@media(max-width:1180px){.hero-v4{grid-template-columns:1fr;padding-top:130px}.hero-products{justify-self:center;width:min(760px,100%)}.hero-stage{min-height:590px}.store-signal{grid-template-columns:repeat(2,1fr);gap:10px}.store-signal article,.store-signal article:first-child,.store-signal article:last-child{border-radius:16px}.category-grid-v4{grid-auto-rows:310px}.experience-v4{grid-template-columns:1fr 1fr}.experience-card:last-child{grid-column:1/-1}.footer-v4-main{grid-template-columns:1.5fr 1fr 1fr}.footer-v4-main>div:last-child{grid-column:2}}
@media(max-width:800px){.hero-v4{padding-inline:20px;padding-bottom:90px}.hero-v4 h1{font-size:clamp(4rem,18vw,6.4rem)}.hero-proof{grid-template-columns:1fr;gap:14px}.hero-stage{min-height:480px;border-radius:30px}.hero-product-main{width:70%;left:5%;top:21%}.hero-product-main .hero-product-media{height:250px}.hero-product-side{width:31%}.hero-product-side .hero-product-media{height:115px}.hero-stage-label{left:22px;top:20px}.hero-scroll{display:none}.section-heading-v4,.section-heading-v4.compact{grid-template-columns:1fr;gap:24px;align-items:start}.category-grid-v4{grid-template-columns:1fr;grid-auto-rows:330px}.category-card-v4:nth-child(n){grid-column:auto}.category-card-content{width:65%}.statement-v4{grid-template-columns:1fr;min-height:650px}.statement-content{grid-column:1}.experience-v4{grid-template-columns:1fr}.experience-card:last-child{grid-column:auto}.final-cta-v4{align-items:flex-start;flex-direction:column}.footer-v4-main{grid-template-columns:1fr 1fr}.footer-v4-brand{grid-column:1/-1}.footer-v4-main>div:last-child{grid-column:auto}.footer-v4-bottom{flex-direction:column}}
@media(max-width:560px){.topbar-v4{height:70px}.hero-v4{padding-top:108px}.hero-v4-pill{font-size:.58rem;letter-spacing:.1em}.hero-v4 h1{font-size:clamp(3.75rem,20vw,5.3rem)}.hero-v4-copy>p{font-size:1rem}.hero-actions .btn{width:100%}.hero-stage{min-height:405px}.hero-products{margin-top:5px}.hero-product-main{top:23%;left:3%;width:74%;padding:9px;border-radius:20px}.hero-product-main .hero-product-media{height:205px;border-radius:13px}.hero-product-info{padding:11px 3px 2px}.hero-product-info strong{font-size:.83rem}.hero-product-info b{font-size:1rem}.hero-product-side{right:1%!important;width:29%;padding:6px}.hero-product-side .hero-product-media{height:85px}.hero-product-side.side-a{top:17%}.hero-product-side.side-b{bottom:8%}.hero-side-price{font-size:.72rem}.store-signal{grid-template-columns:1fr;margin-top:-18px}.category-section-v4,.home-featured-v4{padding:90px 16px}.section-heading-v4 h2{font-size:3.35rem}.category-grid-v4{grid-auto-rows:360px}.category-card-content{left:20px;bottom:22px;width:78%}.category-card-image:after{background:linear-gradient(0deg,rgba(5,7,10,.98),rgba(5,7,10,.2) 85%)}.category-card-image img{object-position:center 24%}.statement-v4{padding:80px 20px}.statement-content h2{font-size:3.4rem}.experience-v4{padding:0 16px 90px}.experience-card{min-height:390px;padding:27px}.final-cta-v4{margin:0 16px 85px;padding:45px 25px}.final-cta-v4 h2{font-size:3.4rem}.footer-v4{padding-inline:20px}.footer-v4-main{grid-template-columns:1fr}.footer-v4-brand{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.hero-stage-ring,.hero-scroll span,.skeleton{animation:none}.category-card-v4,.experience-card,.statement-content,.final-cta-v4{opacity:1;transform:none;transition:none}}

/* Get Software 4.1 - Codici promo */
.coupon-box{margin:20px 0;padding:18px;border:1px solid var(--line);border-radius:16px;background:#0b0f14}.coupon-box label{display:block;margin-bottom:9px;font-weight:900}.coupon-box>div{display:grid;grid-template-columns:1fr auto;gap:8px}.coupon-box input{min-width:0;padding:12px;border:1px solid #303845;border-radius:10px;background:#070a0e;color:#fff;text-transform:uppercase;font:inherit}.coupon-box button{border:0;border-radius:10px;padding:0 16px;background:var(--orange);color:#fff;font-weight:900;cursor:pointer}.coupon-box p{margin:9px 0 0;font-size:.87rem}.coupon-success{color:#55db91}.discount-line{color:#55db91}.final-total{margin-top:10px;padding-top:14px;border-top:1px solid var(--line);font-size:1.08rem}.final-total strong{font-size:1.35rem}.coupon-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.coupon-admin-card{display:flex;justify-content:space-between;gap:20px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#0b0f14}.coupon-admin-card h3{margin:10px 0 6px}.coupon-admin-card p{margin:4px 0;color:var(--muted)}.promo-code{display:inline-block;padding:7px 11px;border-radius:8px;background:#ff6500;color:#fff;font-weight:950;letter-spacing:.08em}.coupon-disabled{opacity:.55}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.admin-form-grid label{align-content:start}.admin-form-grid small{color:var(--muted)}
@media(max-width:760px){.coupon-admin-grid,.admin-form-grid{grid-template-columns:1fr}.coupon-admin-card{flex-direction:column}.coupon-box>div{grid-template-columns:1fr}.coupon-box button{min-height:44px}}
.order-discount{color:#55db91!important;font-weight:800}

.system-panel{margin:22px 0;padding:22px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#10151d,#0a0d12)}

/* Get Software 5.0.1 LTS — Home in evidenza e footer uniforme */
.featured-toggle{display:flex!important;align-items:center;gap:12px;padding:15px 16px;border:1px solid var(--line);border-radius:14px;background:#0b0f14;font-weight:900}.featured-toggle input{width:20px!important;height:20px;accent-color:var(--orange);flex:0 0 auto}.legal-page+.footer-v4{margin-top:70px}
/* Get Software Studio 6.0 */
.studio-button{background:linear-gradient(135deg,#7c3aed,#0878ff)!important;color:white!important}.hero-v4-copy h1{white-space:pre-line}

.home-v4 main.studio-order-main{display:flex;flex-direction:column}.home-v4 main.studio-order-main .hero-v4{order:1}.home-v4 main.studio-order-main .store-signal{order:2}.hero-v4.has-studio-image::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(7,9,13,.94) 0%,rgba(7,9,13,.72) 48%,rgba(7,9,13,.28) 100%),var(--studio-hero-image);background-size:cover;background-position:center;opacity:var(--studio-hero-opacity,.28);z-index:0}.hero-v4.has-studio-image>*{position:relative;z-index:1}.brand img{display:block}

html.studio-preview-mode [data-studio-block]{position:relative;cursor:pointer;outline:2px solid transparent;outline-offset:-3px;transition:outline-color .15s,box-shadow .15s}html.studio-preview-mode [data-studio-block]:hover{outline-color:#4aa3ff;box-shadow:inset 0 0 0 1px #fff4}html.studio-preview-mode [data-studio-block]:hover:before,html.studio-preview-mode [data-studio-block].studio-block-active:before{content:'Modifica blocco';position:absolute;z-index:9999;left:14px;top:14px;background:#1677ff;color:#fff;padding:7px 11px;border-radius:8px;font:800 12px/1 system-ui;box-shadow:0 6px 20px #0008}html.studio-preview-mode [data-studio-block].studio-block-active{outline-color:#1677ff;box-shadow:inset 0 0 0 2px #1677ff}

/* Studio Visual Builder 7.0.1: controlli cliccabili dentro l'anteprima */
html.studio-preview-mode [data-studio-block]{position:relative!important;cursor:pointer!important;isolation:isolate;outline:2px solid transparent;outline-offset:-3px;transition:outline-color .15s,box-shadow .15s}
html.studio-preview-mode [data-studio-block]:hover{outline-color:#1677ff!important;box-shadow:inset 0 0 0 2px rgba(22,119,255,.35)!important}
html.studio-preview-mode [data-studio-block].studio-block-active{outline-color:#1677ff!important;box-shadow:inset 0 0 0 3px #1677ff!important}
html.studio-preview-mode .studio-edit-handle{position:absolute!important;z-index:2147483646!important;left:14px!important;top:14px!important;display:none!important;appearance:none;border:0!important;border-radius:8px!important;background:#1677ff!important;color:#fff!important;padding:9px 13px!important;font:800 13px/1 system-ui,sans-serif!important;box-shadow:0 8px 24px rgba(0,0,0,.45)!important;cursor:pointer!important;pointer-events:auto!important}
html.studio-preview-mode [data-studio-block]:hover>.studio-edit-handle,html.studio-preview-mode [data-studio-block].studio-block-active>.studio-edit-handle{display:block!important}
html.studio-preview-mode .studio-edit-handle:hover{background:#0b5fd7!important;transform:translateY(-1px)}

/* ==========================================================
   GET SOFTWARE TECH THEME
   ========================================================== */

:root{
  --tech-bg:#07111f;
  --tech-bg-2:#0a1424;
  --tech-surface:#111c2e;
  --tech-surface-2:#15233a;
  --tech-border:#203553;
  --tech-cyan:#19c7ff;
  --tech-blue:#3185ff;
  --tech-violet:#796cff;
  --tech-text:#f4f7fb;
  --tech-muted:#98a9bf;
}

body{
  background:
    radial-gradient(circle at 18% -10%,rgba(25,199,255,.08),transparent 34rem),
    radial-gradient(circle at 85% 18%,rgba(121,108,255,.07),transparent 32rem),
    var(--tech-bg);
}

.topbar{
  background:rgba(5,12,23,.91);
  border-bottom:1px solid rgba(83,151,220,.16);
  backdrop-filter:blur(18px);
}

.brand span{
  color:var(--tech-text);
}

.brand b{
  color:var(--tech-cyan);
}

.topbar nav a[aria-current="page"],
.topbar nav a:hover{
  color:var(--tech-cyan);
}

.header-wa{
  border-color:rgba(25,199,255,.45);
  color:#dff8ff;
}

.btn.primary{
  background:linear-gradient(135deg,var(--tech-cyan),var(--tech-blue));
  color:#04101b;
  box-shadow:0 10px 32px rgba(25,199,255,.20);
}

.btn.primary:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 38px rgba(25,199,255,.28);
}

.btn.ghost{
  border-color:var(--tech-border);
  color:var(--tech-text);
}

.eyebrow{
  color:var(--tech-cyan);
}

.info-card,
.product-card,
.cart-summary,
.admin-product,
.order-admin{
  background:
    linear-gradient(180deg,rgba(18,31,50,.96),rgba(10,19,32,.98));
  border-color:var(--tech-border);
  box-shadow:
    0 18px 50px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.025);
}

.product-card:hover{
  border-color:rgba(25,199,255,.45);
  box-shadow:
    0 22px 60px rgba(0,0,0,.30),
    0 0 34px rgba(25,199,255,.06);
}

.price{
  color:var(--tech-cyan);
}

.promo-tag{
  background:linear-gradient(135deg,var(--tech-cyan),var(--tech-violet));
  color:white;
}

.footer-v4{
  border-top-color:rgba(83,151,220,.15);
  background:#050c17;
}

/* GETMAIL */

.getmail-hero{
  width:min(1500px,calc(100% - 80px));
  margin:0 auto;
  padding:110px 0 90px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
}

.getmail-copy h1{
  font-size:clamp(4rem,10vw,8.6rem);
  line-height:.9;
  margin:.15em 0 .25em;
  letter-spacing:-.065em;
  background:
    linear-gradient(120deg,#fff 20%,var(--tech-cyan) 70%,var(--tech-violet));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.getmail-copy .lead{
  font-size:clamp(1.25rem,2vw,1.8rem);
  max-width:720px;
  color:#d8e5f4;
}

.getmail-copy>p{
  max-width:720px;
  line-height:1.8;
  color:var(--tech-muted);
}

.status-pill{
  display:inline-flex;
  padding:9px 14px;
  border-radius:999px;
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.1em;
}

.status-pill.suspended{
  color:#dbeaff;
  border:1px solid rgba(121,108,255,.45);
  background:rgba(121,108,255,.10);
}

.getmail-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:32px;
}

.getmail-visual{
  min-height:500px;
  display:grid;
  place-items:center;
}

.mail-orbit{
  width:min(440px,75vw);
  aspect-ratio:1;
  position:relative;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(25,199,255,.18);
  box-shadow:
    0 0 0 45px rgba(25,199,255,.018),
    0 0 0 95px rgba(121,108,255,.015),
    0 0 100px rgba(25,199,255,.09);
}

.mail-orbit:before,
.mail-orbit:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(121,108,255,.20);
}

.mail-orbit:before{
  inset:55px;
}

.mail-orbit:after{
  inset:115px;
  border-color:rgba(25,199,255,.23);
}

.mail-core{
  width:150px;
  aspect-ratio:1;
  border-radius:34px;
  display:grid;
  place-items:center;
  font-size:4.5rem;
  color:white;
  background:
    linear-gradient(145deg,var(--tech-cyan),var(--tech-violet));
  box-shadow:
    0 24px 70px rgba(25,199,255,.18);
  z-index:3;
}

.orbit-dot{
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:var(--tech-cyan);
  box-shadow:0 0 24px var(--tech-cyan);
}

.dot-a{top:11%;left:43%}
.dot-b{right:10%;bottom:34%;background:var(--tech-violet)}
.dot-c{left:12%;bottom:22%}

.tech-icon{
  display:block;
  color:var(--tech-cyan);
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.12em;
  margin-bottom:14px;
}

@media(max-width:900px){
  .getmail-hero{
    width:min(100% - 36px,760px);
    grid-template-columns:1fr;
    padding-top:70px;
  }

  .getmail-visual{
    min-height:360px;
  }
}



/* ==========================================================
   GET SOFTWARE PREMIUM HOME 1.0
   ========================================================== */

.gs-premium-home{
  margin:0;
  background:#fff;
  color:#15171a;
  font-family:
    Inter,
    "SF Pro Display",
    "Segoe UI",
    system-ui,
    sans-serif;
}

.gs-premium-home *{
  box-sizing:border-box;
}


/* HEADER */

.gs-header{
  height:82px;
  padding:0 max(42px,calc((100vw - 1440px)/2));
  display:flex;
  align-items:center;
  gap:42px;
  position:relative;
  z-index:20;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid #e8ebef;
  backdrop-filter:blur(18px);
}

.gs-brand{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  font-size:1.45rem;
  letter-spacing:-.04em;
  color:#111827;
  white-space:nowrap;
}

.gs-brand span{
  font-weight:700;
}

.gs-brand strong{
  color:#0878ff;
  font-weight:800;
}

.gs-header nav{
  display:flex;
  align-items:center;
  gap:34px;
  margin-left:auto;
}

.gs-header nav a{
  color:#444b55;
  text-decoration:none;
  font-size:.94rem;
  font-weight:650;
  transition:.18s ease;
}

.gs-header nav a:hover,
.gs-header nav a.active{
  color:#0878ff;
}

.gs-cart{
  padding:10px 16px;
  border-radius:11px;
  background:#f1f5f9;
}


/* HERO */

.gs-hero{
  min-height:750px;
  padding:100px max(60px,calc((100vw - 1440px)/2));
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:80px;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 28%,rgba(62,139,255,.12),transparent 30rem),
    linear-gradient(180deg,#ffffff,#f8fbff);
}

.gs-kicker,
.gs-section-title>span,
.gs-why-heading>span,
.gs-final>div>span{
  display:block;
  color:#0878ff;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.13em;
  margin-bottom:24px;
}

.gs-hero h1{
  margin:0;
  max-width:740px;
  font-size:clamp(4.4rem,6.6vw,7.4rem);
  line-height:.93;
  letter-spacing:-.07em;
  color:#101216;
  font-weight:760;
}

.gs-hero h1 em{
  font-style:normal;
  background:linear-gradient(90deg,#0878ff,#59b6ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.gs-hero-lead{
  max-width:650px;
  margin:34px 0 0;
  font-size:1.35rem;
  line-height:1.55;
  color:#59616d;
}

.gs-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:38px;
}

.gs-btn{
  display:inline-flex;
  min-height:52px;
  padding:0 24px;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  text-decoration:none;
  font-weight:730;
  transition:.2s ease;
}

.gs-btn.primary{
  color:white;
  background:#0878ff;
  box-shadow:0 12px 30px rgba(8,120,255,.19);
}

.gs-btn.primary:hover{
  background:#006bec;
  transform:translateY(-1px);
}

.gs-btn.secondary{
  color:#20242a;
  background:white;
  border:1px solid #d8dde5;
}

.gs-btn.secondary:hover{
  border-color:#aeb7c3;
}

.gs-hero-trust{
  margin-top:55px;
  display:flex;
  gap:0;
}

.gs-hero-trust>div{
  min-width:165px;
  padding-right:30px;
  margin-right:30px;
  border-right:1px solid #dde2e9;
}

.gs-hero-trust>div:last-child{
  border:0;
}

.gs-hero-trust strong,
.gs-hero-trust span{
  display:block;
}

.gs-hero-trust strong{
  font-size:.94rem;
  color:#242932;
}

.gs-hero-trust span{
  color:#808895;
  font-size:.79rem;
  margin-top:5px;
}


/* SOFTWARE WINDOW */

.gs-window{
  max-width:720px;
  margin:auto;
  border:1px solid #d9e2ec;
  border-radius:24px;
  overflow:hidden;
  background:white;
  box-shadow:
    0 45px 100px rgba(39,66,100,.16),
    0 12px 35px rgba(39,66,100,.08);
  transform:perspective(1400px) rotateY(-4deg) rotateX(2deg);
}

.gs-window-bar{
  height:48px;
  display:flex;
  gap:8px;
  align-items:center;
  padding:0 18px;
  background:#f5f7fa;
  border-bottom:1px solid #e4e8ed;
}

.gs-window-bar span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#d2d7de;
}

.gs-window-content{
  padding:42px;
}

.gs-window-intro small{
  display:block;
  font-size:.66rem;
  font-weight:850;
  color:#0878ff;
  letter-spacing:.13em;
}

.gs-window-intro strong{
  display:block;
  margin-top:11px;
  font-size:2.25rem;
  line-height:1.05;
  letter-spacing:-.045em;
}

.gs-app-grid{
  margin-top:35px;
  display:grid;
  gap:13px;
}

.gs-app-tile{
  min-height:105px;
  display:flex;
  align-items:center;
  gap:20px;
  padding:17px 20px;
  border:1px solid #e2e7ed;
  border-radius:17px;
  background:white;
  color:#20242a;
  text-decoration:none;
  transition:.2s ease;
}

.gs-app-tile:hover{
  transform:translateY(-2px);
  border-color:#a9cdfc;
  box-shadow:0 10px 30px rgba(29,78,134,.08);
}

.gs-app-tile img{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:15px;
}

.gs-app-tile strong,
.gs-app-tile span{
  display:block;
}

.gs-app-tile strong{
  font-size:1.05rem;
}

.gs-app-tile span{
  margin-top:5px;
  color:#818a97;
  font-size:.83rem;
}

.gs-mail-icon,
.gs-future-icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:15px;
}

.gs-mail-icon{
  color:white;
  font-size:1.6rem;
  background:linear-gradient(135deg,#38bdf8,#6574ff);
}

.gs-future-icon{
  color:#7a8492;
  font-size:2rem;
  background:#f0f3f6;
}


/* STRIP */

.gs-strip{
  max-width:1440px;
  margin:0 auto;
  padding:0 40px 90px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.gs-strip>div{
  padding:26px 32px;
  border-top:1px solid #e1e6ec;
}

.gs-strip span,
.gs-strip strong,
.gs-strip small{
  display:block;
}

.gs-strip span{
  color:#0878ff;
  font-size:.7rem;
  font-weight:850;
}

.gs-strip strong{
  margin-top:12px;
}

.gs-strip small{
  margin-top:5px;
  color:#818996;
}


/* PRODUCTS */

.gs-products{
  padding:120px max(60px,calc((100vw - 1440px)/2));
  background:#f5f7fa;
}

.gs-section-title{
  max-width:710px;
}

.gs-section-title h2,
.gs-why-heading h2,
.gs-final h2{
  margin:0;
  font-size:clamp(3rem,5vw,5rem);
  line-height:.98;
  letter-spacing:-.06em;
  color:#13161a;
}

.gs-section-title p{
  max-width:620px;
  margin:25px 0 0;
  color:#69727e;
  line-height:1.65;
  font-size:1.12rem;
}

.gs-product-showcase{
  margin-top:65px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.gs-product-card{
  min-height:580px;
  overflow:hidden;
  border-radius:26px;
  background:white;
  border:1px solid #e1e6ec;
}

.gs-product-image{
  height:315px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle,#e5f2ff,#f6faff 68%);
}

.gs-product-image img{
  width:230px;
  height:230px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:0 24px 45px rgba(27,62,100,.18);
}

.gs-mail-product-visual{
  height:315px;
  display:grid;
  place-items:center;
  background:
    linear-gradient(135deg,#0d6efd,#6168ee);
}

.gs-mail-envelope{
  width:160px;
  height:160px;
  display:grid;
  place-items:center;
  color:#2964e7;
  background:white;
  font-size:3.8rem;
  border-radius:38px;
  box-shadow:0 28px 60px rgba(0,0,0,.18);
}

.gs-product-content{
  padding:36px 42px 42px;
}

.gs-product-label{
  color:#0878ff;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.13em;
}

.gs-product-content h3{
  margin:13px 0;
  font-size:2rem;
  letter-spacing:-.04em;
}

.gs-product-content p{
  color:#68717d;
  line-height:1.65;
}

.gs-product-content>a{
  display:inline-block;
  margin-top:23px;
  color:#0878ff;
  font-weight:750;
  text-decoration:none;
}

.gs-product-meta{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:22px;
}

.gs-product-meta span{
  padding:7px 10px;
  border-radius:7px;
  background:#f0f3f6;
  color:#59636f;
  font-size:.76rem;
}

.gs-status-note{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:20px;
  color:#6863b9;
  font-size:.82rem;
}

.gs-status-note span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#756cff;
}


/* WHY */

.gs-why{
  padding:130px max(60px,calc((100vw - 1440px)/2));
  background:#101722;
  color:white;
}

.gs-why-heading>span{
  color:#70b9ff;
}

.gs-why-heading h2{
  color:white;
}

.gs-why-grid{
  margin-top:70px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:#283241;
  border:1px solid #283241;
}

.gs-why-grid article{
  min-height:300px;
  padding:36px;
  background:#101722;
}

.gs-feature-number{
  color:#65b6ff;
  font-size:.72rem;
  font-weight:800;
}

.gs-why-grid h3{
  margin:50px 0 15px;
  font-size:1.25rem;
}

.gs-why-grid p{
  margin:0;
  color:#9da9b8;
  line-height:1.65;
}


/* GETMAIL */

.gs-mail-section{
  min-height:650px;
  padding:110px max(60px,calc((100vw - 1440px)/2));
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  background:#edf5ff;
  overflow:hidden;
}

.gs-mail-section-label{
  color:#0878ff;
  font-size:.72rem;
  letter-spacing:.15em;
  font-weight:850;
}

.gs-mail-section h2{
  margin:18px 0 25px;
  font-size:clamp(3.6rem,6vw,6.2rem);
  line-height:.92;
  letter-spacing:-.065em;
}

.gs-mail-section p{
  max-width:610px;
  color:#5c6672;
  font-size:1.15rem;
  line-height:1.7;
}

.gs-mail-status{
  max-width:610px;
  margin:30px 0;
  padding:18px 20px;
  border-left:3px solid #0878ff;
  background:rgba(255,255,255,.68);
  color:#515a66;
  line-height:1.55;
}

.gs-btn.light{
  color:white;
  background:#131a24;
}

.gs-mail-art{
  min-height:450px;
  position:relative;
  display:grid;
  place-items:center;
}

.gs-mail-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(8,120,255,.15);
}

.gs-mail-ring.r1{width:430px;height:430px}
.gs-mail-ring.r2{width:310px;height:310px}
.gs-mail-ring.r3{width:200px;height:200px}

.gs-mail-big-icon{
  width:150px;
  height:150px;
  display:grid;
  place-items:center;
  position:relative;
  z-index:3;
  border-radius:34px;
  color:white;
  font-size:3.8rem;
  background:linear-gradient(135deg,#0878ff,#786ef5);
  box-shadow:0 30px 70px rgba(51,109,217,.25);
}


/* FINAL */

.gs-final{
  padding:120px max(60px,calc((100vw - 1440px)/2));
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:50px;
  background:white;
}


/* FOOTER */

.gs-footer{
  padding:70px max(60px,calc((100vw - 1440px)/2)) 30px;
  background:#0d131d;
  color:white;
}

.gs-footer-main{
  display:grid;
  grid-template-columns:2fr repeat(3,1fr);
  gap:55px;
}

.gs-footer-main>div{
  display:flex;
  flex-direction:column;
  gap:11px;
}

.gs-footer-main>div>strong{
  margin-bottom:8px;
}

.gs-footer-main a{
  color:#aab4c1;
  text-decoration:none;
}

.gs-footer-main a:hover{
  color:white;
}

.gs-footer .gs-brand{
  color:white;
}

.gs-footer-brand p{
  max-width:290px;
  color:#8e99a8;
  line-height:1.6;
}

.gs-footer-bottom{
  margin-top:60px;
  padding-top:25px;
  border-top:1px solid #232d39;
  display:flex;
  justify-content:space-between;
  color:#788494;
  font-size:.8rem;
}


/* RESPONSIVE */

@media(max-width:1000px){

  .gs-header{
    padding:0 24px;
  }

  .gs-header nav{
    display:none;
  }

  .gs-hero{
    padding:70px 30px;
    grid-template-columns:1fr;
  }

  .gs-window{
    transform:none;
  }

  .gs-strip{
    grid-template-columns:1fr 1fr;
  }

  .gs-product-showcase,
  .gs-mail-section{
    grid-template-columns:1fr;
  }

  .gs-why-grid{
    grid-template-columns:1fr 1fr;
  }

  .gs-footer-main{
    grid-template-columns:1fr 1fr;
  }

}


@media(max-width:620px){

  .gs-hero,
  .gs-products,
  .gs-why,
  .gs-mail-section,
  .gs-final,
  .gs-footer{
    padding-left:20px;
    padding-right:20px;
  }

  .gs-hero h1{
    font-size:3.8rem;
  }

  .gs-hero-trust{
    display:grid;
    gap:16px;
  }

  .gs-hero-trust>div{
    border:0;
    margin:0;
  }

  .gs-strip,
  .gs-why-grid,
  .gs-footer-main{
    grid-template-columns:1fr;
  }

  .gs-product-content{
    padding:28px;
  }

  .gs-final{
    align-items:flex-start;
    flex-direction:column;
  }

  .gs-footer-bottom{
    flex-direction:column;
    gap:8px;
  }

}



/* ==========================================================
   GET SOFTWARE PREMIUM CATALOG + PRODUCT
   ========================================================== */

.gs-premium-page{
  margin:0;
  background:#fff;
  color:#15171a;
  font-family:
    Inter,
    "SF Pro Display",
    "Segoe UI",
    system-ui,
    sans-serif;
}


/* PAGE HERO */

.gs-page-hero{
  padding:100px max(60px,calc((100vw - 1440px)/2)) 90px;
  background:
    radial-gradient(circle at 78% 20%,rgba(8,120,255,.09),transparent 28rem),
    linear-gradient(180deg,#fff,#f8fbff);
  border-bottom:1px solid #e8edf3;
}

.gs-page-hero h1{
  margin:0;
  max-width:850px;
  font-size:clamp(4rem,7vw,7rem);
  line-height:.94;
  letter-spacing:-.07em;
}

.gs-page-hero h1 em{
  font-style:normal;
  color:#0878ff;
}

.gs-page-hero p{
  max-width:650px;
  margin-top:28px;
  color:#66707c;
  line-height:1.65;
  font-size:1.18rem;
}


/* CATALOG */

.gs-catalog{
  padding:100px max(60px,calc((100vw - 1440px)/2)) 130px;
  background:#f5f7fa;
}

.gs-catalog-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
}

.gs-catalog-head h2{
  margin:0;
  font-size:3.2rem;
  letter-spacing:-.05em;
}

.gs-catalog-head p{
  color:#6d7682;
}

.gs-catalog-toolbar{
  display:flex;
  gap:10px;
}

.gs-search{
  min-width:340px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 15px;
  border:1px solid #d9dfe7;
  border-radius:11px;
  background:white;
}

.gs-search input{
  width:100%;
  height:48px;
  border:0;
  outline:0;
  background:transparent;
  font:inherit;
}

.gs-catalog-toolbar select{
  min-width:180px;
  border:1px solid #d9dfe7;
  border-radius:11px;
  padding:0 14px;
  background:white;
  color:#303640;
}

.gs-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:35px 0;
}

.gs-filters .filter{
  padding:9px 14px;
  border:1px solid #d7dde5;
  border-radius:999px;
  background:white;
  color:#565e69;
  font-weight:650;
  cursor:pointer;
}

.gs-filters .filter.active{
  background:#0878ff;
  border-color:#0878ff;
  color:white;
}

.gs-catalog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.gs-shop-card{
  overflow:hidden;
  border:1px solid #e1e6ec;
  border-radius:22px;
  background:white;
  transition:.2s ease;
}

.gs-shop-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 45px rgba(44,71,105,.10);
}

.gs-shop-media{
  position:relative;
  height:290px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(180deg,#f5f9ff,#eef5fd);
}

.gs-shop-media img{
  width:210px;
  height:210px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 22px 40px rgba(31,72,120,.13);
}

.gs-shop-tag{
  position:absolute;
  top:18px;
  left:18px;
  z-index:2;
  padding:6px 9px;
  border-radius:999px;
  background:#0878ff;
  color:white;
  font-size:.65rem;
  font-weight:800;
}

.gs-shop-body{
  padding:28px;
}

.gs-shop-category{
  color:#0878ff;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.gs-shop-body h3{
  margin:10px 0;
  font-size:1.55rem;
  letter-spacing:-.035em;
}

.gs-shop-body h3 a{
  color:#171a1f;
  text-decoration:none;
}

.gs-shop-description{
  min-height:74px;
  color:#6c7580;
  line-height:1.55;
}

.gs-shop-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:18px;
}

.gs-shop-meta span{
  padding:6px 9px;
  border-radius:7px;
  background:#f0f3f6;
  color:#5c6570;
  font-size:.72rem;
}

.gs-shop-footer{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-top:26px;
}

.gs-shop-price del{
  display:block;
  color:#9ca3ad;
  font-size:.78rem;
}

.gs-shop-price strong{
  display:block;
  margin-top:2px;
  font-size:1.5rem;
  color:#171a1f;
}

.gs-empty{
  padding:60px 0;
  text-align:center;
  color:#6e7782;
}


/* PRODUCT DETAIL */

.gs-product-page{
  background:#fff;
}

.gs-loading{
  min-height:500px;
  display:grid;
  place-items:center;
  color:#737c87;
}

.gs-detail{
  padding:90px max(60px,calc((100vw - 1440px)/2)) 120px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:90px;
  background:
    linear-gradient(180deg,#ffffff,#f9fbfd);
}

.gs-detail-main-media{
  min-height:590px;
  display:grid;
  place-items:center;
  border-radius:28px;
  background:#f3f7fb;
  border:1px solid #e2e8ef;
  overflow:hidden;
}

.gs-detail-main-media img,
.gs-detail-main-media video{
  max-width:78%;
  max-height:520px;
  object-fit:contain;
  border-radius:24px;
}

.gs-detail-thumbs{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.gs-detail-thumbs button{
  width:90px;
  height:72px;
  border:1px solid #dce2e9;
  border-radius:12px;
  background:white;
  overflow:hidden;
  cursor:pointer;
}

.gs-detail-thumbs button.active{
  border-color:#0878ff;
}

.gs-detail-thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.gs-detail-copy{
  align-self:center;
}

.gs-detail-back{
  display:inline-block;
  margin-bottom:28px;
  color:#7a8390;
  text-decoration:none;
  font-size:.88rem;
}

.gs-detail-copy h1{
  margin:12px 0 22px;
  font-size:clamp(3.3rem,5vw,5.7rem);
  line-height:.96;
  letter-spacing:-.065em;
}

.gs-detail-description{
  max-width:650px;
  color:#67717d;
  font-size:1.12rem;
  line-height:1.7;
}

.gs-detail-tags{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:24px 0;
}

.gs-detail-tags span{
  padding:8px 11px;
  border-radius:8px;
  background:#f1f4f7;
  color:#57606a;
  font-size:.78rem;
}

.gs-variant-picker{
  display:block;
  margin:30px 0 20px;
}

.gs-variant-picker span{
  display:block;
  margin-bottom:8px;
  font-weight:700;
}

.gs-variant-picker select{
  width:100%;
  min-height:48px;
  padding:0 14px;
  border:1px solid #d6dde5;
  border-radius:10px;
  background:white;
}

.gs-detail-price{
  margin-top:30px;
}

.gs-detail-price del{
  color:#99a1ab;
  margin-right:10px;
}

.gs-detail-price strong{
  font-size:2.5rem;
  letter-spacing:-.04em;
}

.gs-detail-status{
  margin:13px 0 30px;
  font-size:.86rem;
  font-weight:700;
}

.gs-detail-status.available{
  color:#168351;
}

.gs-detail-status.unavailable{
  color:#c43a3a;
}

.gs-detail-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.gs-detail-assurances{
  margin-top:42px;
  padding-top:30px;
  border-top:1px solid #e1e6ec;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.gs-detail-assurances strong,
.gs-detail-assurances span{
  display:block;
}

.gs-detail-assurances strong{
  font-size:.85rem;
}

.gs-detail-assurances span{
  margin-top:5px;
  color:#7b8490;
  font-size:.72rem;
  line-height:1.4;
}

.gs-related{
  padding:100px max(60px,calc((100vw - 1440px)/2)) 120px;
  background:#f5f7fa;
}


/* RESPONSIVE */

@media(max-width:1000px){

  .gs-catalog-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .gs-catalog-toolbar{
    width:100%;
  }

  .gs-search{
    flex:1;
    min-width:0;
  }

  .gs-catalog-grid{
    grid-template-columns:1fr 1fr;
  }

  .gs-detail{
    grid-template-columns:1fr;
  }

}

@media(max-width:650px){

  .gs-page-hero,
  .gs-catalog,
  .gs-detail,
  .gs-related{
    padding-left:20px;
    padding-right:20px;
  }

  .gs-page-hero h1{
    font-size:4rem;
  }

  .gs-catalog-toolbar{
    flex-direction:column;
  }

  .gs-catalog-toolbar select{
    min-height:48px;
  }

  .gs-catalog-grid{
    grid-template-columns:1fr;
  }

  .gs-detail-main-media{
    min-height:390px;
  }

  .gs-detail-assurances{
    grid-template-columns:1fr;
  }

}



/* ==========================================================
   GET SOFTWARE PREMIUM 3
   GETMAIL · HOW · SUPPORT · CART · LEGAL
   ========================================================== */


/* GETMAIL PREMIUM */

.gs-service-hero{
  min-height:720px;
  padding:100px max(60px,calc((100vw - 1440px)/2));
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
  background:
    radial-gradient(circle at 82% 25%,rgba(8,120,255,.11),transparent 28rem),
    linear-gradient(180deg,#fff,#f8fbff);
}

.gs-status-pill{
  display:inline-flex;
  margin-bottom:26px;
  padding:8px 12px;
  border-radius:999px;
  background:#f0f4ff;
  color:#635bc7;
  border:1px solid #dcd9ff;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
}

.gs-service-copy h1{
  margin:0;
  font-size:clamp(4.4rem,7vw,7rem);
  line-height:.91;
  letter-spacing:-.07em;
}

.gs-service-copy h1 em{
  font-style:normal;
  color:#0878ff;
}

.gs-service-lead{
  max-width:650px;
  margin:30px 0;
  color:#626c78;
  font-size:1.25rem;
  line-height:1.65;
}

.gs-service-notice{
  max-width:650px;
  margin:30px 0;
  padding:20px 22px;
  border-radius:14px;
  background:white;
  border:1px solid #e0e6ed;
}

.gs-service-notice strong{
  display:block;
  color:#232832;
}

.gs-service-notice p{
  margin:8px 0 0;
  color:#747d89;
  line-height:1.55;
}

.gs-mail-premium-window{
  max-width:690px;
  margin:auto;
  overflow:hidden;
  border-radius:24px;
  background:white;
  border:1px solid #dce4ed;
  box-shadow:0 40px 90px rgba(40,73,111,.15);
}

.gs-mail-ui{
  min-height:450px;
  display:grid;
  grid-template-columns:70px 200px 1fr;
}

.gs-mail-ui-sidebar{
  padding:25px 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:23px;
  background:#f6f8fb;
  border-right:1px solid #e5e9ef;
}

.gs-mail-ui-logo{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:white;
  font-weight:800;
  background:#0878ff;
}

.gs-mail-ui-sidebar>div:not(.gs-mail-ui-logo){
  width:28px;
  height:8px;
  border-radius:4px;
  background:#dde3ea;
}

.gs-mail-ui-list{
  padding:28px 18px;
  border-right:1px solid #e7ebf0;
}

.gs-mail-ui-list>span{
  color:#78818d;
  font-size:.72rem;
}

.gs-mail-ui-list article{
  padding:16px 0;
  border-bottom:1px solid #edf0f3;
}

.gs-mail-ui-list b,
.gs-mail-ui-list small{
  display:block;
}

.gs-mail-ui-list small{
  margin-top:4px;
  color:#929aa5;
}

.gs-mail-ui-message{
  padding:60px 35px;
}

.gs-mail-ui-message>span{
  color:#0878ff;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.12em;
}

.gs-mail-ui-message strong{
  display:block;
  margin-top:18px;
  font-size:2.1rem;
  line-height:1.05;
  letter-spacing:-.045em;
}

.gs-mail-ui-message p{
  color:#7a838f;
  line-height:1.55;
}

.gs-service-features{
  padding:120px max(60px,calc((100vw - 1440px)/2));
  background:#f5f7fa;
}

.gs-service-feature-grid{
  margin-top:65px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:#dfe5ec;
  border:1px solid #dfe5ec;
}

.gs-service-feature-grid article{
  min-height:270px;
  padding:34px;
  background:white;
}

.gs-service-feature-grid article>span{
  color:#0878ff;
  font-size:.7rem;
  font-weight:800;
}

.gs-service-feature-grid h3{
  margin:48px 0 14px;
}

.gs-service-feature-grid p{
  color:#727b87;
  line-height:1.6;
}


/* COME FUNZIONA */

.gs-how{
  padding:110px max(60px,calc((100vw - 1440px)/2));
  background:#fff;
}

.gs-how-intro{
  max-width:760px;
}

.gs-how-intro h2{
  margin:0;
  font-size:clamp(3rem,5vw,5rem);
  line-height:.98;
  letter-spacing:-.06em;
}

.gs-how-grid{
  margin-top:70px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid #dde3ea;
  border-left:1px solid #dde3ea;
}

.gs-how-grid article{
  min-height:310px;
  padding:36px;
  border-right:1px solid #dde3ea;
  border-bottom:1px solid #dde3ea;
}

.gs-how-number{
  color:#0878ff;
  font-size:.72rem;
  font-weight:800;
}

.gs-how-grid h3{
  margin:60px 0 15px;
  font-size:1.4rem;
}

.gs-how-grid p{
  color:#6d7681;
  line-height:1.65;
}

.gs-how-grid a{
  color:#0878ff;
  font-weight:700;
  text-decoration:none;
}

.gs-simple-banner{
  padding:100px max(60px,calc((100vw - 1440px)/2));
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:50px;
  color:white;
  background:#101722;
}

.gs-simple-banner>div>span{
  color:#70b9ff;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
}

.gs-simple-banner h2{
  margin:18px 0;
  font-size:clamp(3.3rem,5vw,5rem);
  line-height:.95;
  letter-spacing:-.055em;
}

.gs-simple-banner p{
  max-width:600px;
  color:#9ca8b8;
  line-height:1.6;
}


/* SUPPORT */

.gs-support{
  padding:110px max(60px,calc((100vw - 1440px)/2)) 130px;
  background:#f5f7fa;
}

.gs-support-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.gs-support-grid article{
  min-height:300px;
  padding:36px;
  border:1px solid #e0e5eb;
  border-radius:20px;
  background:white;
}

.gs-support-main{
  grid-column:span 3;
  min-height:380px !important;
  background:
    radial-gradient(circle at 90% 30%,rgba(8,120,255,.10),transparent 26rem),
    white !important;
}

.gs-support-main h2{
  margin:15px 0;
  font-size:4rem;
  letter-spacing:-.055em;
}

.gs-support-main p{
  max-width:600px;
  color:#6c7580;
}

.gs-contact-big{
  margin-top:60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#0878ff;
  text-decoration:none;
  font-size:clamp(2rem,4vw,4rem);
  font-weight:750;
  letter-spacing:-.04em;
}

.gs-support-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#0878ff;
  background:#edf5ff;
  font-weight:800;
}

.gs-support-grid h3{
  margin:55px 0 14px;
}

.gs-support-grid p{
  color:#6f7883;
  line-height:1.6;
}

.gs-support-grid article>a{
  color:#0878ff;
  font-weight:700;
  text-decoration:none;
}


/* CART */

.gs-cart-page{
  min-height:650px;
  padding:90px max(60px,calc((100vw - 1440px)/2)) 130px;
  background:#f5f7fa;
}

.gs-cart-title{
  margin-bottom:55px;
}

.gs-cart-title h1{
  margin:0;
  font-size:clamp(3.5rem,6vw,6rem);
  line-height:.95;
  letter-spacing:-.065em;
}

.gs-cart-title p{
  max-width:650px;
  color:#6c7581;
  font-size:1.05rem;
  line-height:1.6;
}


/* markup generato da carrello.js */

.gs-premium-page .cart-layout{
  display:grid;
  grid-template-columns:1.4fr .75fr;
  gap:28px;
  align-items:start;
}

.gs-premium-page .cart-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.gs-premium-page .cart-row{
  display:grid;
  grid-template-columns:110px 1fr auto;
  gap:22px;
  align-items:center;
  padding:22px;
  border:1px solid #e0e5eb;
  border-radius:18px;
  background:white;
}

.gs-premium-page .cart-row img{
  width:110px;
  height:110px;
  object-fit:cover;
  border-radius:16px;
  background:#f2f6fa;
}

.gs-premium-page .cart-row h3{
  margin:0 0 8px;
}

.gs-premium-page .cart-row p{
  color:#747d88;
}

.gs-premium-page .qty{
  display:flex;
  align-items:center;
  gap:7px;
}

.gs-premium-page .qty button{
  min-width:34px;
  min-height:34px;
  border:1px solid #d7dde5;
  border-radius:8px;
  background:#fff;
  cursor:pointer;
}

.gs-premium-page .qty .remove{
  margin-left:8px;
  color:#b03939;
}

.gs-premium-page .cart-summary{
  position:sticky;
  top:105px;
  padding:30px;
  border:1px solid #dde3ea;
  border-radius:20px;
  background:white;
  box-shadow:0 16px 45px rgba(38,66,100,.07);
}

.gs-premium-page .cart-summary h2{
  margin-top:0;
  font-size:1.7rem;
}

.gs-premium-page .summary-line{
  padding:12px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #edf0f3;
}

.gs-premium-page .final-total{
  margin-top:5px;
  padding:20px 0;
  font-size:1.15rem;
}

.gs-premium-page .coupon-box{
  margin:22px 0;
  padding:18px;
  border-radius:14px;
  background:#f5f7fa;
}

.gs-premium-page .coupon-box label{
  display:block;
  margin-bottom:9px;
  font-weight:700;
  font-size:.85rem;
}

.gs-premium-page .coupon-box>div{
  display:flex;
  gap:7px;
}

.gs-premium-page .coupon-box input{
  min-width:0;
  flex:1;
  min-height:42px;
  padding:0 11px;
  border:1px solid #d7dde5;
  border-radius:8px;
  background:white;
}

.gs-premium-page .coupon-box button{
  padding:0 14px;
  border:0;
  border-radius:8px;
  color:white;
  background:#151c26;
  cursor:pointer;
}

.gs-premium-page .btn{
  text-decoration:none;
}

.gs-premium-page .btn.primary,
.gs-premium-page .btn.paypal{
  display:flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  width:100%;
  border:0;
  border-radius:10px;
  color:white;
  background:#0878ff;
  font-weight:750;
  cursor:pointer;
}

.gs-premium-page .btn.whatsapp{
  display:flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  margin-top:10px;
  border:1px solid #d8dee6;
  border-radius:10px;
  color:#363d47;
  background:white;
  font-weight:700;
}

.gs-premium-page .paypal-note{
  display:block;
  margin:9px 0 15px;
  text-align:center;
  color:#89929d;
  font-size:.72rem;
}

.gs-premium-page .admin-muted{
  color:#818a95;
  font-size:.83rem;
  line-height:1.5;
}

.gs-premium-page .empty-cart,
.gs-premium-page .checkout-success{
  padding:70px;
  border:1px solid #e0e5eb;
  border-radius:22px;
  background:white;
  text-align:center;
}

.gs-premium-page .checkout-success h2,
.gs-premium-page .empty-cart h2{
  margin-top:0;
  font-size:2.4rem;
  letter-spacing:-.04em;
}

.gs-premium-page .checkout-success{
  max-width:900px;
  margin:auto;
}


/* elementi della success page con licenze/download */

.gs-premium-page .checkout-success code{
  display:inline-block;
  padding:10px 14px;
  border-radius:8px;
  background:#eef4fb;
  color:#075fcb;
  font-size:1rem;
}


/* LEGAL */

.gs-legal{
  padding:100px max(60px,calc((100vw - 1100px)/2)) 130px;
  background:white;
}

.gs-legal>h1{
  margin:0 0 65px;
  font-size:clamp(4rem,7vw,6.5rem);
  letter-spacing:-.07em;
}

.gs-legal-content{
  max-width:850px;
}

.gs-legal-content h2{
  margin:45px 0 12px;
  font-size:1.55rem;
}

.gs-legal-content p{
  color:#68727e;
  font-size:1.02rem;
  line-height:1.75;
}

.gs-legal-content a{
  color:#0878ff;
}


/* RESPONSIVE PREMIUM 3 */

@media(max-width:1000px){

  .gs-service-hero{
    grid-template-columns:1fr;
  }

  .gs-service-feature-grid{
    grid-template-columns:1fr 1fr;
  }

  .gs-how-grid{
    grid-template-columns:1fr 1fr;
  }

  .gs-support-grid{
    grid-template-columns:1fr;
  }

  .gs-support-main{
    grid-column:auto;
  }

  .gs-premium-page .cart-layout{
    grid-template-columns:1fr;
  }

  .gs-premium-page .cart-summary{
    position:static;
  }

}


@media(max-width:650px){

  .gs-service-hero,
  .gs-service-features,
  .gs-how,
  .gs-simple-banner,
  .gs-support,
  .gs-cart-page,
  .gs-legal{
    padding-left:20px;
    padding-right:20px;
  }

  .gs-service-copy h1{
    font-size:4rem;
  }

  .gs-mail-ui{
    grid-template-columns:55px 1fr;
  }

  .gs-mail-ui-message{
    display:none;
  }

  .gs-service-feature-grid,
  .gs-how-grid{
    grid-template-columns:1fr;
  }

  .gs-simple-banner{
    align-items:flex-start;
    flex-direction:column;
  }

  .gs-premium-page .cart-row{
    grid-template-columns:80px 1fr;
  }

  .gs-premium-page .cart-row img{
    width:80px;
    height:80px;
  }

  .gs-premium-page .cart-row>strong{
    grid-column:2;
  }

  .gs-premium-page .empty-cart,
  .gs-premium-page .checkout-success{
    padding:35px 20px;
  }

}


/* ==========================================================
   GET SOFTWARE ADMIN BRAND
   ========================================================== */

body.admin-page,
.admin-auth-shell,
.admin-login-shell{
  background:
    radial-gradient(circle at 50% 10%,rgba(8,120,255,.08),transparent 30rem),
    #0e141d;
}

.admin-auth-card,
.admin-login-card,
.admin-setup-card{
  background:#121a25 !important;
  border:1px solid #243142 !important;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}

.admin-auth-card .brand span,
.admin-login-card .brand span,
.admin-setup-card .brand span{
  color:#f5f7fb !important;
}

.admin-auth-card .brand b,
.admin-login-card .brand b,
.admin-setup-card .brand b{
  color:#1f8cff !important;
}

.admin-auth-card h1,
.admin-login-card h1,
.admin-setup-card h1,
.admin-auth-card h2,
.admin-login-card h2,
.admin-setup-card h2{
  color:#f4f7fb !important;
}

.admin-auth-card p,
.admin-login-card p,
.admin-setup-card p{
  color:#9ba8b8 !important;
}

.admin-auth-card input,
.admin-login-card input,
.admin-setup-card input{
  background:#0d131c !important;
  border-color:#2c394a !important;
  color:#fff !important;
}

.admin-auth-card input:focus,
.admin-login-card input:focus,
.admin-setup-card input:focus{
  border-color:#1f8cff !important;
  box-shadow:0 0 0 2px rgba(31,140,255,.18) !important;
}

.admin-auth-card button,
.admin-login-card button,
.admin-setup-card button{
  background:#0878ff !important;
  color:#fff !important;
  border:0 !important;
}

.admin-auth-card button:hover,
.admin-login-card button:hover,
.admin-setup-card button:hover{
  background:#006be8 !important;
}


/* ==========================================================
   GET SOFTWARE ADMIN BLUE OVERRIDE
   ========================================================== */

:root{
  --admin-accent:#0878ff;
  --admin-accent-2:#1f8cff;
  --admin-accent-soft:rgba(8,120,255,.14);
}

.admin-page button,
.admin-button,
.admin-form button[type="submit"],
.admin-login button,
.admin-auth-card button,
.admin-modal button:not(.secondary){
  background:var(--admin-accent) !important;
  border-color:var(--admin-accent) !important;
  color:#fff !important;
}

.admin-page button:hover,
.admin-button:hover,
.admin-form button[type="submit"]:hover{
  background:#006be8 !important;
}

.admin-page a,
.admin-link,
.admin-tabs button.active,
.admin-nav a.active{
  color:var(--admin-accent) !important;
}

.admin-tabs button.active,
.admin-nav a.active{
  border-color:var(--admin-accent) !important;
}

.admin-page input:focus,
.admin-page textarea:focus,
.admin-page select:focus,
.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus{
  border-color:var(--admin-accent) !important;
  box-shadow:0 0 0 2px var(--admin-accent-soft) !important;
}

.admin-page input[type="checkbox"],
.admin-page input[type="radio"]{
  accent-color:var(--admin-accent);
}

.order-status,
.fulfillment-badge,
.admin-badge,
.product-status{
  border-color:rgba(8,120,255,.3);
}

.admin-head strong,
.admin-title-accent,
.admin-stat strong{
  color:var(--admin-accent);
}



/* =========================================================
   GET SOFTWARE — ADMIN PREMIUM LIGHT THEME
   ========================================================= */

body.admin-shell{
  --admin-blue:#0878ff;
  --admin-blue2:#4f6ff5;
  --admin-bg:#f4f7fb;
  --admin-card:#ffffff;
  --admin-soft:#f7f9fc;
  --admin-line:#dfe5ed;
  --admin-text:#111820;
  --admin-muted:#697586;

  background:
    radial-gradient(circle at 75% 8%,rgba(8,120,255,.08),transparent 28%),
    linear-gradient(180deg,#f8faff 0%,#f2f5f9 100%) !important;
  color:var(--admin-text) !important;
}


/* LOGIN / CONTENITORE PRINCIPALE */

.admin-shell .admin-card{
  background:#fff !important;
  border:1px solid var(--admin-line) !important;
  box-shadow:0 30px 90px rgba(38,55,77,.12) !important;
}

.admin-shell .admin-login{
  border-radius:26px !important;
}


/* BRAND GET SOFTWARE */

.admin-shell .footer-brand span{
  color:#111820 !important;
}

.admin-shell .footer-brand b{
  color:var(--admin-blue) !important;
}


/* TESTI */

.admin-shell h1,
.admin-shell h2,
.admin-shell h3,
.admin-shell label,
.admin-shell strong{
  color:var(--admin-text);
}

.admin-shell .admin-muted,
.admin-shell .sales-stats span,
.admin-shell .sales-stats small,
.admin-shell .analytics-stats span,
.admin-shell .analytics-stats small,
.admin-shell .online-visitors small{
  color:var(--admin-muted) !important;
}


/* INPUT */

.admin-shell .admin-form input,
.admin-shell .admin-form textarea,
.admin-shell .admin-form select,
.admin-shell .order-toolbar input,
.admin-shell .order-toolbar select,
.admin-shell .order-form input,
.admin-shell .order-form select{
  background:#fff !important;
  color:#111820 !important;
  border:1px solid #d7dee8 !important;
  box-shadow:0 1px 2px rgba(20,35,55,.03);
}

.admin-shell input:focus,
.admin-shell textarea:focus,
.admin-shell select:focus{
  outline:none !important;
  border-color:var(--admin-blue) !important;
  box-shadow:0 0 0 3px rgba(8,120,255,.12) !important;
}


/* BOTTONI */

.admin-shell .admin-form button,
.admin-shell .admin-button,
.admin-shell .order-form button{
  background:linear-gradient(135deg,#0878ff,#356df4) !important;
  color:#fff !important;
  box-shadow:0 8px 20px rgba(8,120,255,.18);
}

.admin-shell .admin-button.secondary{
  background:#edf2f8 !important;
  color:#293442 !important;
  border:1px solid #dce3eb !important;
  box-shadow:none;
}

.admin-shell .studio-button{
  background:linear-gradient(135deg,#0878ff,#7168f5) !important;
  color:#fff !important;
}


/* HEADER DASHBOARD */

.admin-shell .admin-head{
  background:#fff;
  border-bottom:1px solid var(--admin-line) !important;
}


/* PRODOTTI */

.admin-shell .admin-product{
  background:var(--admin-soft) !important;
  border:1px solid var(--admin-line) !important;
}

.admin-shell .admin-product p{
  color:var(--admin-muted) !important;
}


/* STATISTICHE */

.admin-shell .sales-stats article,
.admin-shell .analytics-stats article{
  background:#fff !important;
  border:1px solid var(--admin-line) !important;
  box-shadow:0 8px 24px rgba(35,50,70,.05);
}


/* SISTEMA */

.admin-shell .system-panel{
  background:#f8fafc !important;
  border:1px solid var(--admin-line) !important;
}


/* REAL TIME */

.admin-shell .realtime-panel{
  background:#f8fafc !important;
  border:1px solid var(--admin-line) !important;
}

.admin-shell .analytics-columns > section{
  background:#fff !important;
  border:1px solid var(--admin-line) !important;
}

.admin-shell .analytics-columns h3{
  color:var(--admin-blue) !important;
}

.admin-shell .analytics-row{
  border-bottom-color:var(--admin-line) !important;
}

.admin-shell .analytics-row span{
  color:#596779 !important;
}

.admin-shell .analytics-row strong{
  color:#111820 !important;
}

.admin-shell .online-visitors article{
  border-bottom-color:var(--admin-line) !important;
}

.admin-shell .online-visitors span{
  color:#647286 !important;
}


/* ORDINI */

.admin-shell .order-admin{
  background:#fff !important;
  border:1px solid var(--admin-line) !important;
}

.admin-shell .order-columns h3{
  color:var(--admin-blue) !important;
}

.admin-shell .order-columns code{
  color:#536174 !important;
}

.admin-shell .order-columns a{
  color:var(--admin-blue) !important;
}

.admin-shell .order-items p{
  border-bottom-color:var(--admin-line) !important;
}


/* PROMO */

.admin-shell .coupon-admin-card,
.admin-shell .coupon-box{
  background:#fff !important;
  border:1px solid var(--admin-line) !important;
}

.admin-shell .coupon-admin-card p{
  color:var(--admin-muted) !important;
}


/* MODALI */

.admin-shell .admin-modal{
  background:rgba(17,24,32,.48) !important;
  backdrop-filter:blur(12px);
}

.admin-shell .admin-modal-panel{
  background:#fff !important;
  color:#111820 !important;
  border:1px solid var(--admin-line) !important;
  box-shadow:0 35px 100px rgba(20,30,45,.25) !important;
}


/* SEPARATORI */

.admin-shell .admin-separator{
  border-top-color:var(--admin-line) !important;
}


/* LINK LOGIN */

.admin-shell .admin-login > p:last-child a{
  color:var(--admin-blue) !important;
  font-weight:800;
  text-decoration:none;
}

.admin-shell .admin-login > p:last-child a:hover{
  text-decoration:underline;
}


/* TOGGLE / VARIANTI */

.admin-shell .featured-toggle,
.admin-shell .variant-admin{
  background:#fff !important;
  border-color:var(--admin-line) !important;
}

.admin-shell .featured-toggle input{
  accent-color:var(--admin-blue) !important;
}


/* ERRORI E SUCCESSI */

.admin-shell .admin-error{
  color:#d33b47 !important;
}

.admin-shell .admin-success{
  color:#15965c !important;
}


/* ==========================================================
   RECEIPT BUTTON FIX
   ========================================================== */

.gs-premium-page .checkout-success .btn.ghost{
  display:inline-flex !important;
  min-height:48px;
  padding:0 24px;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  border:1px solid #cfd7e2 !important;
  border-radius:10px;
  background:#ffffff !important;
  color:#202833 !important;
  font-weight:750;
  text-decoration:none;
}

.gs-premium-page .checkout-success .btn.ghost:hover{
  border-color:#0878ff !important;
  color:#0878ff !important;
  background:#f7fbff !important;
}

/* ==========================================================
   GET SOFTWARE - UPLOAD FILE VARIANTI
   ========================================================== */

.admin-shell .variant-file-upload{
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto;
  gap:8px;
  align-items:center;
}

.admin-shell .variant-file-upload input[data-v="file"]{
  min-width:0;
  background:#f4f7fb;
  color:#4b5665;
}

.admin-shell .variant-file-upload small{
  grid-column:1/-1;
  color:#778497;
  font-size:.75rem;
}

.admin-shell .variant-file-upload .upload-variant-file{
  white-space:nowrap;
}

@media(max-width:800px){
  .admin-shell .variant-file-upload{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   GET SOFTWARE - VARIANTI SOFTWARE PROFESSIONALI
   ========================================================== */

.admin-shell .variant-admin{
  margin-top:18px;
  padding:20px;
}

.admin-shell #variant-rows{
  display:grid;
  gap:18px;
  margin-top:16px;
}

.admin-shell .variant-card{
  padding:18px;
  border:1px solid #d7e0ea;
  border-radius:16px;
  background:#f8fafc;
}

.admin-shell .variant-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}

.admin-shell .variant-card-head strong{
  font-size:1rem;
  color:#1d2733;
}

.admin-shell .variant-card-head .remove-variant{
  width:auto;
  min-width:110px;
  padding:10px 16px;
}

.admin-shell .variant-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.admin-shell .variant-card-grid label{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0;
  font-weight:750;
}

.admin-shell .variant-card-grid input,
.admin-shell .variant-card-grid select{
  width:100%;
  min-width:0;
}

.admin-shell .variant-file-section{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #dce4ed;
}

.admin-shell .variant-file-section>strong{
  display:block;
  margin-bottom:9px;
}

.admin-shell .variant-file-upload{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
}

.admin-shell .variant-file-upload input[data-v="file"]{
  width:100%;
  min-width:0;
  background:#eef3f8;
  color:#526071;
}

.admin-shell .variant-file-upload small{
  grid-column:1/-1;
  color:#708094;
}

.admin-shell #add-variant{
  margin-top:18px;
}

@media(max-width:760px){

  .admin-shell .variant-card-grid{
    grid-template-columns:1fr;
  }

  .admin-shell .variant-file-upload{
    grid-template-columns:1fr;
  }

}


/* ==========================================================
   GET SOFTWARE ADMIN 2.0
   Professional Dashboard
   ========================================================== */

body.admin-shell{
  padding:0 !important;
  margin:0;
  background:#f3f6fa !important;
}

.admin-pro-shell{
  min-height:100vh;
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  background:#f3f6fa;
}

.admin-pro-sidebar{
  position:sticky;
  top:0;
  height:100vh;
  padding:24px 16px;
  display:flex;
  flex-direction:column;
  background:#101722;
  color:#fff;
  border-right:1px solid #1d2836;
}

.admin-pro-brand{
  display:flex;
  align-items:center;
  gap:11px;
  padding:2px 8px 25px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.admin-pro-logo{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:linear-gradient(135deg,#0878ff,#5d6ff7);
  font-size:20px;
  font-weight:900;
}

.admin-pro-brand strong,
.admin-pro-brand span{
  display:block;
}

.admin-pro-brand strong{
  color:#fff !important;
  font-size:15px;
}

.admin-pro-brand span{
  margin-top:3px;
  color:#718096;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.admin-pro-nav{
  display:grid;
  gap:4px;
  margin-top:25px;
}

.admin-pro-nav a{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:44px;
  padding:0 12px;
  border-radius:9px;
  color:#9eabba !important;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:.18s;
}

.admin-pro-nav a span{
  width:22px;
  color:#718096;
  font-size:17px;
  text-align:center;
}

.admin-pro-nav a:hover,
.admin-pro-nav a.active{
  color:#fff !important;
  background:#1a2533;
}

.admin-pro-nav a.active span{
  color:#3c91ff;
}

.admin-pro-sidebar-bottom{
  margin-top:auto;
  padding-top:18px;
  display:grid;
  gap:5px;
  border-top:1px solid rgba(255,255,255,.08);
}

.admin-pro-sidebar-bottom a,
.admin-pro-sidebar-bottom button{
  min-height:38px;
  padding:0 11px;
  display:flex;
  align-items:center;
  border:0;
  border-radius:8px;
  background:transparent !important;
  color:#8795a7 !important;
  text-decoration:none;
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  box-shadow:none !important;
}

.admin-pro-sidebar-bottom a:hover,
.admin-pro-sidebar-bottom button:hover{
  background:#1a2533 !important;
  color:#fff !important;
}

.admin-pro-sidebar-bottom .danger:hover{
  color:#ff858d !important;
}

.admin-pro-main{
  min-width:0;
}

.admin-pro-topbar{
  min-height:116px;
  padding:24px clamp(24px,4vw,48px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  background:#fff;
  border-bottom:1px solid #e2e8f0;
}

.admin-pro-eyebrow,
.admin-pro-section-head > div > span{
  display:block;
  margin-bottom:5px;
  color:#0878ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.admin-pro-topbar h1{
  margin:0;
  color:#101820;
  font-size:28px;
  letter-spacing:-.7px;
}

.admin-pro-topbar p{
  margin:5px 0 0;
  color:#748094;
  font-size:13px;
}

.admin-pro-top-actions{
  display:flex;
  gap:9px;
}

.admin-pro-content{
  width:min(1500px,100%);
  margin:0 auto;
  padding:30px clamp(20px,3.5vw,46px) 70px;
}

.admin-pro-section{
  margin-bottom:30px;
  padding:25px;
  border:1px solid #e1e7ef;
  border-radius:18px;
  background:#fff;
  box-shadow:0 5px 22px rgba(30,50,75,.04);
}

.admin-pro-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-bottom:20px;
}

.admin-pro-section-head h2{
  margin:0;
  color:#111820;
  font-size:21px;
  letter-spacing:-.4px;
}

.admin-pro-section-head p{
  margin:5px 0 0;
  color:#748094;
  font-size:13px;
}

.admin-pro-stats{
  margin:0 !important;
}

.admin-pro-section .realtime-panel,
.admin-pro-section .system-panel{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}

.admin-pro-section .admin-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.admin-pro-section .admin-product{
  grid-template-columns:92px 1fr !important;
  padding:13px !important;
  background:#f8fafc !important;
  border-radius:13px !important;
}

.admin-pro-section .admin-product img{
  width:92px;
  height:82px;
  border-radius:9px;
}

.admin-pro-section .admin-product h3{
  font-size:15px;
}

.admin-pro-section .admin-product p{
  font-size:11.5px;
  line-height:1.45;
}

.admin-pro-section .admin-actions button{
  padding:7px 10px;
  font-size:11px;
}

.admin-pro-section .sales-stats article,
.admin-pro-section .analytics-stats article{
  border-radius:12px !important;
  box-shadow:none !important;
}

.admin-pro-section .sales-stats strong,
.admin-pro-section .analytics-stats strong{
  font-size:1.45rem;
}

.admin-pro-section .order-admin{
  border-radius:13px !important;
}

.admin-pro-section .coupon-admin-card{
  border-radius:13px !important;
}

.admin-pro-topbar .admin-button,
.admin-pro-section-head .admin-button{
  min-height:40px !important;
  padding:0 15px !important;
  border-radius:9px !important;
  font-size:12px;
}


/* MODALE PRODOTTO PIÙ AMPIO */

.admin-shell #product-modal .admin-modal-panel{
  width:min(980px,96vw) !important;
  max-height:94vh;
  padding:30px !important;
  border-radius:20px !important;
}


/* TABLET */

@media(max-width:1100px){

  .admin-pro-section .admin-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}


/* MOBILE */

@media(max-width:760px){

  .admin-pro-shell{
    display:block;
  }

  .admin-pro-sidebar{
    position:relative;
    width:100%;
    height:auto;
    padding:12px;
  }

  .admin-pro-brand{
    padding:3px 4px 12px;
  }

  .admin-pro-nav{
    display:flex;
    gap:6px;
    margin-top:10px;
    overflow-x:auto;
    padding-bottom:4px;
  }

  .admin-pro-nav a{
    flex:0 0 auto;
    min-height:38px;
    padding:0 11px;
    font-size:11px;
  }

  .admin-pro-nav a span{
    display:none;
  }

  .admin-pro-sidebar-bottom{
    display:none;
  }

  .admin-pro-topbar{
    min-height:auto;
    padding:20px 16px;
    align-items:flex-start;
    flex-direction:column;
  }

  .admin-pro-top-actions{
    width:100%;
  }

  .admin-pro-top-actions > *{
    flex:1;
    text-align:center;
  }

  .admin-pro-content{
    padding:16px 12px 45px;
  }

  .admin-pro-section{
    margin-bottom:16px;
    padding:16px;
    border-radius:14px;
  }

  .admin-pro-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }

  .admin-pro-section-head .admin-button{
    width:100%;
  }

  .admin-pro-section .admin-grid{
    grid-template-columns:1fr;
  }

  .admin-pro-section .admin-product{
    grid-template-columns:76px 1fr !important;
  }

  .admin-pro-section .admin-product img{
    width:76px;
    height:68px;
  }

  .sales-stats,
  .analytics-stats{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .analytics-columns{
    grid-template-columns:1fr !important;
  }

  .coupon-admin-grid{
    grid-template-columns:1fr;
  }

}


/* TELEFONI PICCOLI */

@media(max-width:430px){

  .sales-stats,
  .analytics-stats{
    grid-template-columns:1fr 1fr !important;
  }

  .admin-pro-section .admin-product{
    grid-template-columns:1fr !important;
  }

  .admin-pro-section .admin-product img{
    width:100%;
    height:125px;
  }

}


/* ==========================================================
   GET SOFTWARE PRODUCT MANAGER 2.0
   VERSIONI / INSTALLER
   ========================================================== */

.admin-shell .variant-admin{
  border:0 !important;
  padding:0 !important;
  background:transparent !important;
}

.admin-shell .variant-admin > legend{
  display:none;
}

.admin-shell #variant-rows{
  gap:22px;
}

.admin-shell .variant-card{
  padding:0 !important;
  overflow:hidden;
  border:1px solid #dce4ed !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 8px 26px rgba(31,45,61,.055);
}

.admin-shell .variant-card-head{
  margin:0 !important;
  padding:18px 20px;
  background:#f7f9fc;
  border-bottom:1px solid #e1e7ef;
}

.pm-version-kicker{
  display:block;
  margin-bottom:4px;
  color:#7b8797;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
}

.admin-shell .pm-version-title{
  color:#17202b !important;
  font-size:17px !important;
}

.admin-shell .variant-card-grid{
  padding:20px;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

.pm-downloads{
  padding:20px;
  border-top:1px solid #e1e7ef;
  background:#f8fafc;
}

.pm-downloads-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}

.pm-downloads-head strong{
  display:block;
  color:#18222e !important;
  font-size:14px;
}

.pm-downloads-head span{
  display:block;
  margin-top:3px;
  color:#7b8797;
  font-size:11px;
}

.pm-files{
  display:grid;
  gap:9px;
}

.pm-files-empty{
  padding:20px;
  border:1px dashed #cbd5e1;
  border-radius:12px;
  color:#8995a5;
  text-align:center;
  font-size:12px;
  background:#fff;
}

.pm-file-card{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:13px;
  align-items:center;
  padding:12px 14px;
  border:1px solid #dde5ee;
  border-radius:12px;
  background:#fff;
}

.pm-file-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#eaf3ff;
  color:#0878ff;
  font-size:18px;
  font-weight:900;
}

.pm-file-info{
  min-width:0;
}

.pm-file-info > strong{
  display:block;
  overflow:hidden;
  color:#17202b !important;
  font-size:12px;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.pm-file-info > span{
  display:block;
  margin-top:3px;
  color:#758295;
  font-size:10px;
}

.pm-file-info > span b{
  color:#15965c !important;
}

.pm-file-info label{
  margin-top:8px;
  display:flex !important;
  align-items:center;
  gap:8px;
  color:#758295 !important;
  font-size:10px;
  font-weight:700 !important;
}

.pm-file-info label input{
  min-height:31px !important;
  padding:5px 8px !important;
  font-size:11px !important;
}

.pm-file-actions{
  display:flex;
  align-items:center;
  gap:7px;
}

.admin-shell .pm-file-actions .admin-button{
  min-height:34px !important;
  padding:0 10px !important;
  font-size:10px !important;
}

.admin-shell .pm-remove-file{
  min-height:34px;
  padding:0 10px;
  border:1px solid #f0c8cb !important;
  border-radius:8px;
  background:#fff5f5 !important;
  color:#c33d47 !important;
  box-shadow:none !important;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}

.pm-file-status{
  grid-column:2/-1;
  color:#697586;
  font-size:10px;
}

.pm-upload-progress{
  min-height:16px;
  margin-top:8px;
  color:#52708f;
  font-size:10px;
}

@media(max-width:900px){

  .admin-shell .variant-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

}

@media(max-width:650px){

  .admin-shell .variant-card-grid{
    grid-template-columns:1fr !important;
  }

  .pm-downloads-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .pm-file-card{
    grid-template-columns:38px minmax(0,1fr);
  }

  .pm-file-actions{
    grid-column:1/-1;
  }

}

/* ==========================================================
   ADMIN AUTH VISIBILITY FIX
   ========================================================== */

.admin-shell [hidden]{
  display:none !important;
}

#dashboard-view[hidden]{
  display:none !important;
}

#auth-view[hidden]{
  display:none !important;
}


/* ==========================================================
   PRODUCT MANAGER FINAL UI
   ========================================================== */

.product-manager-modal{
  padding:18px !important;
}

.product-manager{
  width:min(1460px,98vw);
  height:min(920px,96vh);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:20px;
  background:#f5f7fa;
  box-shadow:0 30px 100px rgba(15,25,40,.28);
}

.pm-topbar{
  flex:0 0 auto;
  min-height:94px;
  padding:17px 25px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:#fff;
  border-bottom:1px solid #dfe6ee;
}

.pm-back{
  color:#0878ff;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.pm-topbar h2{
  margin:7px 0 0;
  color:#151e29;
  font-size:25px;
  letter-spacing:-.6px;
}

.pm-product-meta{
  margin:3px 0 0;
  color:#8591a1;
  font-size:11px;
}

.pm-top-actions{
  display:flex;
  gap:8px;
}

.pm-save-main{
  background:linear-gradient(135deg,#0878ff,#3769ef) !important;
  box-shadow:0 7px 20px rgba(8,120,255,.22) !important;
}

.pm-layout{
  flex:1;
  min-height:0;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 270px;
  gap:0 !important;
  overflow:hidden;
}

.pm-main{
  min-width:0;
  overflow-y:auto;
  padding:25px;
}

.pm-page{
  max-width:1050px;
  margin:0 auto;
}

.pm-page-title{
  margin-bottom:18px;
}

.pm-page-title > span{
  color:#0878ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
}

.pm-page-title h3{
  margin:4px 0;
  color:#16202b;
  font-size:23px;
}

.pm-page-title p{
  margin:0;
  color:#7d8999;
  font-size:12px;
}

.pm-panel{
  padding:22px;
  border:1px solid #dce4ed;
  border-radius:16px;
  background:#fff;
  box-shadow:0 5px 18px rgba(25,45,70,.035);
}

.pm-full{
  width:100%;
}

.pm-switch-row,
.pm-featured-card{
  padding:15px 17px !important;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  border:1px solid #dce4ed;
  border-radius:12px;
  background:#f8fafc !important;
}

.pm-switch-row strong,
.pm-featured-card strong{
  display:block;
  color:#17202b;
}

.pm-switch-row small,
.pm-featured-card span{
  display:block;
  margin-top:3px;
  color:#7d8999;
  font-size:10px;
}

.pm-variant-name{
  margin:18px 0;
}

.pm-add-version{
  margin-top:15px;
}

.pm-input-unit{
  display:flex;
  align-items:center;
}

.pm-input-unit input{
  border-radius:8px 0 0 8px !important;
}

.pm-input-unit span{
  min-height:42px;
  padding:0 12px;
  display:flex;
  align-items:center;
  border:1px solid #d7dee8;
  border-left:0;
  border-radius:0 8px 8px 0;
  color:#788596;
  background:#f8fafc;
  font-size:11px;
}

.pm-editor-nav{
  padding:20px 15px;
  overflow-y:auto;
  background:#eef2f7;
  border-left:1px solid #dde5ed;
}

.pm-editor-nav nav{
  padding:8px;
  display:grid;
  gap:4px;
  border:1px solid #dce4ed;
  border-radius:14px;
  background:#fff;
}

.pm-tab{
  min-height:43px;
  padding:0 12px !important;
  display:flex !important;
  align-items:center;
  gap:10px;
  border:0 !important;
  border-radius:9px !important;
  background:transparent !important;
  color:#435166 !important;
  box-shadow:none !important;
  text-align:left;
  font-size:12px !important;
  font-weight:800 !important;
}

.pm-tab span{
  width:20px;
  text-align:center;
}

.pm-tab:hover{
  background:#f3f7fc !important;
}

.pm-tab.active{
  color:#0878ff !important;
  background:#eaf3ff !important;
}

.pm-help-card{
  margin-top:15px;
  padding:15px;
  border:1px solid #dce4ed;
  border-radius:13px;
  background:#fff;
}

.pm-help-card strong{
  color:#0878ff;
  font-size:11px;
}

.pm-help-card p{
  margin:8px 0 0;
  color:#768396;
  font-size:10px;
  line-height:1.6;
}

.pm-help-card.success strong{
  color:#189762;
}


/* BOTTONI PRODUCT MANAGER */

.pm-add-files,
.pm-replace-file{
  border:1px solid #0878ff !important;
  background:#fff !important;
  color:#0878ff !important;
  box-shadow:none !important;
}

.pm-add-files:hover,
.pm-replace-file:hover{
  background:#0878ff !important;
  color:#fff !important;
}

.pm-remove-file,
.remove-variant{
  border:1px solid #f1b9bd !important;
  background:#fff7f7 !important;
  color:#df3e49 !important;
  box-shadow:none !important;
}

.pm-remove-file:hover,
.remove-variant:hover{
  border-color:#df3e49 !important;
  background:#df3e49 !important;
  color:#fff !important;
}


/* PROGRESS UPLOAD */

.pm-live-upload{
  margin-top:8px;
  padding:10px 12px;
  border:1px solid #dbe5f0;
  border-radius:10px;
  background:#fff;
}

.pm-live-upload-head{
  display:flex;
  justify-content:space-between;
  gap:15px;
  color:#263547;
  font-size:10px;
}

.pm-live-upload-head span{
  max-width:78%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.pm-live-upload-head strong{
  color:#0878ff;
  font-size:12px;
}

.pm-progress-track{
  height:7px;
  margin:7px 0 5px;
  overflow:hidden;
  border-radius:20px;
  background:#e1e8f1;
}

.pm-progress-bar{
  height:100%;
  width:0;
  border-radius:20px;
  background:linear-gradient(90deg,#0878ff,#3a6ff0);
  transition:width .12s linear;
}

.pm-live-upload small{
  color:#788596;
  font-size:9px;
}


/* MEDIA */

.pm-image-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.pm-upload-box{
  margin-top:16px;
  padding:20px !important;
  display:block !important;
  border:1px dashed #b9c7d8 !important;
  border-radius:12px;
  background:#f8fafc;
  cursor:pointer;
  text-align:center;
}

.pm-upload-box strong,
.pm-upload-box span{
  display:block;
}

.pm-upload-box strong{
  color:#0878ff;
}

.pm-upload-box span{
  margin:4px 0 10px;
  color:#8490a0;
  font-size:10px;
}

.pm-current-video video{
  width:100%;
  max-height:340px;
  margin-top:10px;
  border-radius:10px;
}


/* RESPONSIVE */

@media(max-width:950px){

  .pm-layout{
    grid-template-columns:1fr;
  }

  .pm-editor-nav{
    order:-1;
    padding:10px;
    border-left:0;
    border-bottom:1px solid #dde5ed;
  }

  .pm-editor-nav nav{
    display:flex;
    overflow-x:auto;
  }

  .pm-tab{
    flex:0 0 auto;
  }

  .pm-help-card{
    display:none;
  }

}

@media(max-width:650px){

  .product-manager-modal{
    padding:0 !important;
  }

  .product-manager{
    width:100vw;
    height:100vh;
    border-radius:0;
  }

  .pm-topbar{
    align-items:flex-start;
    flex-direction:column;
  }

  .pm-top-actions{
    width:100%;
  }

  .pm-top-actions > *{
    flex:1;
  }

  .pm-main{
    padding:15px;
  }

  .pm-panel{
    padding:15px;
  }

  .pm-image-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}


/* ==========================================================
   GET SOFTWARE - GENERAL EDITOR PROFESSIONAL FIX
   ========================================================== */

/* Pannello generale */
.product-manager .pm-page[data-pm-page="general"] .pm-panel{
  padding:28px !important;
}

/* Prima riga: Nome / Categoria / Versione */
.product-manager .pm-page[data-pm-page="general"] .admin-form-grid{
  display:grid !important;
  grid-template-columns:2fr 1fr 1fr !important;
  gap:20px !important;
  align-items:end !important;
  width:100% !important;
}

/* Label dei campi */
.product-manager .pm-page[data-pm-page="general"] label{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  min-width:0 !important;
  color:#253246 !important;
  font-size:12px !important;
  font-weight:800 !important;
}

/* Input professionali */
.product-manager .pm-page[data-pm-page="general"] input:not([type="hidden"]){
  width:100% !important;
  height:48px !important;
  min-height:48px !important;
  padding:0 14px !important;
  border:1px solid #d5deea !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#17202b !important;
  box-sizing:border-box !important;
  font:inherit !important;
  font-size:13px !important;
  outline:none !important;
  transition:border-color .15s,box-shadow .15s !important;
}

.product-manager .pm-page[data-pm-page="general"] input:focus{
  border-color:#0878ff !important;
  box-shadow:0 0 0 3px rgba(8,120,255,.10) !important;
}


/* ==========================================================
   DESCRIZIONE
   ========================================================== */

.product-manager .pm-description-block{
  width:100% !important;
  margin-top:26px !important;
}

.product-manager .pm-description-label{
  display:block !important;
  margin:0 0 9px !important;
  color:#253246 !important;
  font-size:12px !important;
  font-weight:800 !important;
}

/* Contenitore completo editor */
.product-manager .pm-rich-editor{
  width:100% !important;
  overflow:hidden !important;
  border:1px solid #d5deea !important;
  border-radius:13px !important;
  background:#fff !important;
  box-shadow:0 3px 12px rgba(30,50,75,.035) !important;
}


/* ==========================================================
   TOOLBAR TIPO EDITOR PROFESSIONALE
   ========================================================== */

.product-manager .pm-editor-toolbar{
  min-height:54px !important;
  padding:8px 10px !important;
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:5px !important;
  border-bottom:1px solid #dfe6ee !important;
  background:#f8fafc !important;
  box-sizing:border-box !important;
}

.product-manager .pm-editor-toolbar select{
  width:auto !important;
  min-width:145px !important;
  height:36px !important;
  min-height:36px !important;
  padding:0 30px 0 10px !important;
  border:1px solid #d6dfe9 !important;
  border-radius:7px !important;
  background:#fff !important;
  color:#263547 !important;
  font-size:11px !important;
  font-weight:700 !important;
}

/* Pulsanti toolbar */
.product-manager .pm-editor-toolbar button{
  width:auto !important;
  min-width:36px !important;
  height:36px !important;
  min-height:36px !important;
  margin:0 !important;
  padding:0 9px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid transparent !important;
  border-radius:7px !important;
  background:transparent !important;
  color:#344255 !important;
  box-shadow:none !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1 !important;
  cursor:pointer !important;
}

.product-manager .pm-editor-toolbar button:hover{
  border-color:#d7e4f3 !important;
  background:#eaf3ff !important;
  color:#0878ff !important;
}

.product-manager .pm-toolbar-separator{
  width:1px !important;
  height:24px !important;
  margin:0 4px !important;
  display:block !important;
  flex:0 0 1px !important;
  background:#d9e1ea !important;
}


/* ==========================================================
   AREA DI SCRITTURA GRANDE
   ========================================================== */

.product-manager #pm-description-editor{
  display:block !important;
  width:100% !important;
  min-height:320px !important;
  max-height:none !important;
  padding:22px 24px !important;
  overflow-y:auto !important;
  border:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  color:#202b38 !important;
  box-sizing:border-box !important;
  outline:none !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.7 !important;
  white-space:normal !important;
}

.product-manager #pm-description-editor:focus{
  box-shadow:inset 0 0 0 2px rgba(8,120,255,.08) !important;
}

.product-manager #pm-description-editor:empty:before{
  content:attr(data-placeholder);
  color:#9aa6b4;
  pointer-events:none;
}


/* Formattazione contenuto */
.product-manager #pm-description-editor p{
  margin:0 0 12px !important;
}

.product-manager #pm-description-editor h2{
  margin:12px 0 !important;
  font-size:24px !important;
  line-height:1.3 !important;
}

.product-manager #pm-description-editor h3{
  margin:10px 0 !important;
  font-size:19px !important;
  line-height:1.35 !important;
}

.product-manager #pm-description-editor ul,
.product-manager #pm-description-editor ol{
  margin:10px 0 !important;
  padding-left:28px !important;
}


/* ==========================================================
   FOOTER EDITOR
   ========================================================== */

.product-manager .pm-editor-footer{
  min-height:40px !important;
  padding:0 14px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:15px !important;
  border-top:1px solid #e4eaf1 !important;
  background:#fafbfd !important;
  color:#7b8797 !important;
  font-size:10px !important;
}

.product-manager #pm-word-count{
  color:#607086 !important;
  font-weight:700 !important;
}


/* Responsive */
@media(max-width:900px){
  .product-manager .pm-page[data-pm-page="general"] .admin-form-grid{
    grid-template-columns:1fr 1fr !important;
  }

  .product-manager #pm-description-editor{
    min-height:260px !important;
  }
}

@media(max-width:600px){
  .product-manager .pm-page[data-pm-page="general"] .admin-form-grid{
    grid-template-columns:1fr !important;
  }
}


/* Product Manager - preview disabled */
#pm-preview-product.disabled{
  opacity:.45;
  pointer-events:none;
  cursor:not-allowed;
}
