:root{--primary:#5d49f5;--ink:#172033;--muted:#697386;--bg:#f5f7fb;--line:#e7eaf0;--nav:#0e1728;--green:#18a66a;--orange:#ff941f;--red:#e94d6d;--blue:#2c7df0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topnav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.navin{height:70px;display:flex;align-items:center;gap:24px}.brand{font-size:20px;font-weight:850;display:flex;align-items:center;gap:10px;text-decoration:none}.mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#775cff,#4233df);box-shadow:0 10px 25px rgba(93,73,245,.25)}.navlinks{margin-left:auto;display:flex;align-items:center;gap:18px}.navlinks a{text-decoration:none;color:#505a6b;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:9px;padding:11px 16px;font-weight:750;cursor:pointer;text-decoration:none}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--primary),#7357ff);box-shadow:0 10px 24px rgba(93,73,245,.24)}.btn-light{background:#fff;border:1px solid var(--line);color:var(--ink)}.btn-danger{background:#fff0f3;color:#c93355;border:1px solid #ffd5df}.hero{padding:72px 0 50px;background:radial-gradient(circle at 80% 20%,#ebe7ff 0,transparent 35%),linear-gradient(#fff,#f7f8fc)}.eyebrow{display:inline-block;padding:7px 10px;border-radius:999px;background:#eeebff;color:#5644da;font-size:12px;font-weight:850}.hero h1{font-size:clamp(40px,6vw,72px);line-height:1.02;letter-spacing:-2.5px;margin:17px 0 18px;max-width:850px}.hero p{font-size:19px;line-height:1.65;color:#596377;max-width:760px}.hero-actions{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:35px}.stat{background:#fff;border:1px solid var(--line);border-radius:13px;padding:19px}.stat b{display:block;font-size:24px;margin-bottom:3px}.stat span{color:var(--muted);font-size:12px}.section{padding:58px 0}.section h2{font-size:34px;letter-spacing:-1px;margin:0 0 10px}.lead{color:var(--muted);max-width:720px;line-height:1.6}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:27px}.product{background:#fff;border:1px solid var(--line);border-radius:15px;padding:22px;display:flex;flex-direction:column;min-height:280px;box-shadow:0 12px 35px rgba(16,24,40,.04)}.product.featured{outline:2px solid color-mix(in srgb,var(--primary) 70%,white);position:relative}.featured-label{position:absolute;top:12px;right:12px;background:#eeeaff;color:#5543dd;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850}.picon{width:48px;height:48px;border-radius:13px;background:#f0eeff;display:grid;place-items:center;font-size:25px;margin-bottom:17px}.product h3{margin:0 0 7px}.product p{color:var(--muted);line-height:1.55;font-size:14px}.product .foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.price{font-weight:850}.coupon-banner{border-radius:18px;padding:28px;background:linear-gradient(135deg,var(--primary),#4338ca);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}.coupon-code{font-size:30px;font-weight:900;letter-spacing:1px;padding:10px 18px;background:rgba(255,255,255,.15);border:1px dashed rgba(255,255,255,.55);border-radius:10px}.footer{background:#0e1728;color:#b5bfd0;padding:30px 0;margin-top:40px}.footer a{color:#fff}.authwrap{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top right,#e6e1ff,transparent 35%),#f5f7fb}.authcard{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 18px 55px rgba(16,24,40,.09)}.authcard h1{margin:6px 0 7px}.field{display:grid;gap:7px;margin:14px 0}.field label{font-size:12px;font-weight:800;color:#505a6b}.field input,.field textarea,.field select{width:100%;border:1px solid #dfe3ea;border-radius:9px;padding:11px 12px;background:#fff}.field textarea{min-height:100px;resize:vertical}.hint{font-size:11px;color:#7a8495}.alert{padding:11px 13px;border-radius:9px;margin:9px 0;font-size:13px}.alert-success{background:#e9f8f1;color:#147a51}.alert-error{background:#fff0f3;color:#b82b4b}.dash{display:grid;grid-template-columns:245px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#0d1728,#111d33);padding:20px 13px;color:#dbe4f3}.sidebrand{display:flex;gap:9px;align-items:center;padding:2px 8px 20px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:850}.sidebrand small{display:block;color:#8d82ff}.side-title{margin:21px 9px 7px;color:#8490a5;text-transform:uppercase;font-size:10px;letter-spacing:.09em}.side a{display:flex;gap:10px;padding:10px 11px;margin:3px 0;border-radius:8px;text-decoration:none;font-size:13px}.side a:hover,.side a.active{background:rgba(104,82,235,.85);color:#fff}.dashmain{min-width:0}.dashbar{height:66px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;padding:0 26px;gap:12px}.dashcontent{padding:28px}.titleline{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.titleline h1{margin:0 0 6px;font-size:25px}.titleline p{margin:0;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.metric span{font-size:12px;color:var(--muted)}.metric b{font-size:24px;display:block;margin-top:6px}.cards2{display:grid;grid-template-columns:1.35fr .65fr;gap:14px;margin-top:14px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.card h3{margin:0 0 13px}.tablewrap{overflow:auto}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{padding:11px 8px;border-bottom:1px solid #edf0f4;text-align:left;white-space:nowrap}.table th{color:#687286;font-size:11px;text-transform:uppercase}.pill{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850}.pill-green{background:#e6f8ef;color:#11784c}.pill-orange{background:#fff1df;color:#bd6a0e}.pill-red{background:#fff0f3;color:#c13757}.copybox{display:flex;gap:8px}.copybox input{flex:1;border:1px solid var(--line);border-radius:8px;padding:10px;color:#5543dd}.checkrow{display:flex;align-items:center;gap:9px}.checkrow input{width:auto}.product-manage{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.manage-item{border:1px solid var(--line);border-radius:11px;padding:15px;background:#fff}.manage-head{display:flex;justify-content:space-between;gap:10px}.manage-item p{font-size:12px;color:var(--muted)}.mini{font-size:11px;color:var(--muted)}.tenant-head{padding:66px 0 42px;background:radial-gradient(circle at 85% 15%,color-mix(in srgb,var(--primary) 15%,white),transparent 35%),#fff}.tenant-brand{display:flex;align-items:center;gap:12px}.tenant-logo{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#f0eeff}.tenant-head h1{font-size:clamp(38px,5vw,64px);line-height:1.04;letter-spacing:-2px;max-width:800px;margin:25px 0 15px}.tenant-head p{font-size:18px;color:#5c6678;max-width:720px;line-height:1.65}.product-detail{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:start}.stickybox{position:sticky;top:95px}.feature-list{display:grid;gap:10px;padding:0;list-style:none}.feature-list li:before{content:'✓';color:var(--green);font-weight:900;margin-right:9px}.admin-badge{background:#fff0df;color:#a45b08;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:850}@media(max-width:950px){.products{grid-template-columns:repeat(2,1fr)}.metrics{grid-template-columns:repeat(2,1fr)}.cards2{grid-template-columns:1fr}.dash{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.side{display:grid;grid-template-columns:repeat(3,1fr)}.side-title{grid-column:1/-1}.product-detail{grid-template-columns:1fr}.stickybox{position:static}}@media(max-width:650px){.navlinks a:not(.btn){display:none}.hero{padding-top:45px}.hero h1{letter-spacing:-1.5px}.stats,.products,.metrics,.product-manage{grid-template-columns:1fr}.coupon-banner{align-items:flex-start;flex-direction:column}.dashcontent{padding:18px 12px}.side{grid-template-columns:repeat(2,1fr)}.titleline{flex-direction:column}.tenant-head{padding-top:42px}}

/* ===== OneBizness Reseller Premium UI v1.1 ===== */
:root{--navy:#07142d;--navy2:#0a1b3c;--violet:#7447ff;--violet2:#995cff;--soft:#f7f8fc;--card-shadow:0 18px 50px rgba(24,34,64,.09)}
body{background:#f7f8fc}.topnav{background:rgba(7,20,45,.96);border-bottom-color:rgba(255,255,255,.08);color:#fff}.topnav .brand{color:#fff}.topnav .navlinks a{color:#d6def0}.topnav .navlinks .btn-primary{color:#fff}.mark{background:linear-gradient(145deg,#914eff,#4f46e5);box-shadow:0 12px 28px rgba(113,70,255,.35)}
.btn-lg{padding:13px 20px;border-radius:10px}.btn-glass{color:#fff;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);backdrop-filter:blur(12px)}.btn-dark-outline{color:#fff;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.04)}
.premium-main-hero,.tenant-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 74% 20%,rgba(122,72,255,.24),transparent 28%),radial-gradient(circle at 10% 0%,rgba(49,91,255,.16),transparent 30%),linear-gradient(135deg,#06112a 0%,#081734 55%,#0b1232 100%);color:#fff}.premium-main-hero:after,.tenant-hero:after{content:"";position:absolute;right:-9%;bottom:-55%;width:75%;height:100%;border-radius:50%;border:1px solid rgba(120,91,255,.13);box-shadow:0 0 0 45px rgba(120,91,255,.035),0 0 0 90px rgba(120,91,255,.025);transform:rotate(-10deg);pointer-events:none}
.premium-main-hero{padding:78px 0 70px}.premium-main-hero h1,.tenant-hero h1{color:#fff}.premium-main-hero h1 em{font-style:normal;background:linear-gradient(90deg,#9868ff,#7f5cff);-webkit-background-clip:text;background-clip:text;color:transparent}.premium-main-hero p,.tenant-hero p{color:#c8d1e4}.hero-grid,.tenant-hero-grid{display:grid;grid-template-columns:1.16fr .84fr;gap:58px;align-items:center;position:relative;z-index:2}.hero-showcase{display:flex;justify-content:flex-end}.showcase-card,.reseller-contact-card{width:min(480px,100%);border:1px solid rgba(148,104,255,.55);background:linear-gradient(145deg,rgba(18,35,74,.9),rgba(11,25,56,.82));border-radius:19px;padding:24px;box-shadow:0 22px 60px rgba(0,0,0,.28),0 0 34px rgba(111,69,255,.12);backdrop-filter:blur(16px)}.showcase-label,.tenant-kicker{display:block;color:#a787ff;font-weight:850;font-size:11px;letter-spacing:.1em}.fake-url{margin:17px 0 20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:12px;font-size:13px;color:#d8e1f2}.showcase-metric{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.09)}.showcase-metric span{color:#aeb9d0;font-size:12px}.showcase-metric b{font-size:18px}.showcase-status{margin-top:18px;color:#6ee7aa;font-size:12px}.trustline{display:flex;gap:22px;flex-wrap:wrap;margin-top:25px;color:#c8d1e4;font-size:12px}
.tenant-hero{padding:48px 0 52px}.tenant-brand{display:flex;align-items:center;gap:12px}.tenant-brand>div{display:flex;flex-direction:column;gap:4px}.tenant-brand strong{font-size:18px}.tenant-avatar,.reseller-profile>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#16153f,#27145e);border:2px solid #8a59ff;color:#fff;font-weight:900;font-size:18px;box-shadow:0 0 24px rgba(134,80,255,.25)}.tenant-logo{width:54px;height:54px;border-radius:15px;object-fit:cover;border:1px solid rgba(255,255,255,.18)}.tenant-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.01;letter-spacing:-2.4px;margin:24px 0 16px;max-width:850px}.tenant-copy>p{font-size:18px;line-height:1.65;max-width:720px}.reseller-profile{display:flex;align-items:center;gap:13px;padding-bottom:18px}.reseller-profile img{width:56px;height:56px;border-radius:50%;object-fit:cover}.reseller-profile h3{margin:0 0 4px;font-size:19px}.reseller-profile h3 small{color:#a67aff}.reseller-profile p{margin:0;color:#aeb9d0;font-size:12px}.contact-row{display:flex;align-items:center;gap:13px;text-decoration:none;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:12px;border-radius:12px;color:#fff;margin-top:8px}.contact-row>strong{margin-left:auto;font-size:22px}.contact-row small,.premium-coupon small{display:block;color:#aeb9d0;font-size:10px;margin-bottom:3px}.contact-row b{font-size:14px}.contact-icon{width:38px;height:38px;border-radius:11px;background:#1cb95c;display:grid;place-items:center}.premium-coupon{margin-top:10px;display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;border-radius:12px;padding:13px;background:linear-gradient(90deg,#6032dc,#38216e);border:1px solid rgba(170,130,255,.25)}.coupon-symbol{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.13);font-size:24px}.premium-coupon b{font-size:19px;letter-spacing:.04em}.coupon-saving{text-align:right}.coupon-saving strong{display:block;color:#c699ff;font-size:16px}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:26px}.section-kicker{display:block;color:#7047ef;font-size:11px;letter-spacing:.11em;font-weight:900;margin-bottom:7px}.catalog-count{align-self:center;background:#fff;border:1px solid #e5e8ef;border-radius:999px;padding:8px 12px;color:#5c6473;font-size:11px;font-weight:800}.catalog-section{background:#f8f9fc}.catalog-section h2{font-size:36px}.premium-products{grid-template-columns:repeat(4,1fr);gap:18px}.premium-product{padding:0;overflow:hidden;min-height:385px;border-radius:16px;box-shadow:var(--card-shadow);transition:transform .22s ease,box-shadow .22s ease;border-color:#e8eaf0}.premium-product:hover{transform:translateY(-5px);box-shadow:0 22px 58px rgba(24,34,64,.14)}.premium-product.featured{outline:2px solid color-mix(in srgb,var(--primary) 65%,white)}.product-media{position:relative;display:block;height:170px;overflow:hidden;background:#e9edf5;text-decoration:none}.product-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.premium-product:hover .product-media img{transform:scale(1.035)}.product-category,.media-cat{position:absolute;left:12px;top:12px;background:rgba(8,19,42,.78);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800}.premium-product .featured-label{top:12px;right:12px;background:#7447ff;color:#fff}.product-body{padding:18px;display:flex;flex-direction:column;flex:1}.product-title-row{display:flex;align-items:center;gap:9px}.product-title-row h3{margin:0;font-size:17px;letter-spacing:-.25px}.mini-icon{width:29px;height:29px;border-radius:8px;display:grid;place-items:center;background:#f0ecff;color:#6845ef;font-size:15px;flex:0 0 auto}.mini-icon.big{width:42px;height:42px;font-size:21px;border-radius:11px}.product-body>p{min-height:64px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.btn-product,.btn-mini{padding:8px 10px;border:1px solid #e1defe;background:#f7f5ff;color:#5b42d8;border-radius:8px;font-size:11px}.text-link{color:#664de4;font-size:11px;font-weight:800}.price{font-size:13px}
.mini-steps{background:#fff}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-grid article{background:linear-gradient(180deg,#fff,#fbfbfe);border:1px solid #e8eaf0;border-radius:16px;padding:25px;box-shadow:0 12px 32px rgba(24,34,64,.05)}.step-grid article>span{font-size:11px;font-weight:900;color:#7447ff;background:#efebff;border-radius:999px;padding:7px 9px}.step-grid h3{margin:18px 0 8px}.step-grid p{color:#687286;line-height:1.6;font-size:13px}.reseller-benefits{padding-top:10px;background:#f8f9fc}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e7eaf0;border-radius:18px;overflow:hidden;box-shadow:0 15px 45px rgba(24,34,64,.06)}.benefit-grid>div{padding:24px;text-align:center;border-right:1px solid #eceef3}.benefit-grid>div:last-child{border-right:0}.benefit-grid span{display:block;font-size:24px;margin-bottom:8px}.benefit-grid b{display:block;font-size:13px}.benefit-grid small{display:block;color:#747e90;margin-top:5px;line-height:1.45}
/* dashboard premium */
.dash{grid-template-columns:265px 1fr}.sidebar{background:linear-gradient(180deg,#061229,#071630 70%,#061229);padding:18px 12px}.sidebrand{font-size:17px}.sidebrand .mark{width:38px;height:38px}.side a{padding:11px 12px;border-radius:9px;color:#cbd5e6}.side a:hover{background:rgba(117,73,255,.17)}.dashbar{height:72px;background:#fff;padding:0 32px;box-shadow:0 1px 0 #eceef4}.dashcontent{padding:30px 30px 45px;max-width:1600px}.premium-title h1{font-size:30px;letter-spacing:-.8px}.admin-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.admin-product-card{background:#fff;border:1px solid #e4e7ee;border-radius:15px;overflow:hidden;box-shadow:0 12px 35px rgba(24,34,64,.055);transition:.2s}.admin-product-card:hover{box-shadow:0 18px 46px rgba(24,34,64,.09);transform:translateY(-2px)}.admin-product-card.is-active{border-color:#ddd9fc}.admin-product-media{height:174px;position:relative;overflow:hidden;background:#edf0f6}.admin-product-media img{width:100%;height:100%;object-fit:cover}.admin-product-media:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(5,12,29,.18));pointer-events:none}.admin-product-body{padding:17px}.admin-product-body>p{color:#6a7486;font-size:12px;line-height:1.5;min-height:55px}.switch-label{position:absolute;right:10px;top:10px;z-index:2;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.94);padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;color:#344054;box-shadow:0 4px 15px rgba(16,24,40,.12)}.switch-label input{display:none}.switch{width:29px;height:17px;border-radius:999px;background:#cbd1dc;position:relative;transition:.2s}.switch:after{content:"";position:absolute;width:13px;height:13px;top:2px;left:2px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.2s}.switch-label input:checked+.switch{background:#6d4af1}.switch-label input:checked+.switch:after{left:14px}.admin-money-row{display:grid;grid-template-columns:1fr 1fr;border:1px solid #eceef4;border-radius:10px;overflow:hidden;margin-top:13px}.admin-money-row.three{grid-template-columns:repeat(3,1fr)}.admin-money-row>div{padding:10px;border-right:1px solid #eceef4}.admin-money-row>div:last-child{border-right:0}.admin-money-row small{display:block;color:#8a93a3;font-size:9px;margin-bottom:4px}.admin-money-row b{font-size:12px}.card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px}.featured-choice{font-size:10px;color:#6652dc;font-weight:800}.featured-choice input{accent-color:#6845ef}.sticky-save{position:sticky;bottom:18px;z-index:8;margin-top:22px;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border:1px solid #e4e7ef;box-shadow:0 16px 45px rgba(21,31,57,.12);border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px}.sticky-save b,.sticky-save small{display:block}.sticky-save small{color:#7b8494;margin-top:3px}.status-photo{position:absolute;right:10px;top:10px;z-index:2;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}.status-on{background:#e9fff3;color:#11834f}.status-off{background:#fff1f4;color:#bb3452}.edit-product{margin-top:14px;border-top:1px solid #eceef4;padding-top:12px}.edit-product summary{list-style:none;display:flex;justify-content:space-between;cursor:pointer;color:#6147df;font-size:11px;font-weight:850}.edit-product summary::-webkit-details-marker{display:none}.premium-form{padding-top:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 10px}.form-grid .full,.premium-form>.full{grid-column:1/-1}.premium-form .field{margin:9px 0}.premium-form textarea{min-height:72px}.edit-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.admin-toolbar{display:flex;gap:8px}.admin-central-grid .admin-product-card{min-width:0}
/* product detail */
.product-detail-section{background:#f7f8fc}.premium-detail{grid-template-columns:1.18fr .72fr;gap:38px}.detail-image{height:390px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 55px rgba(24,34,64,.12);margin-bottom:28px;background:#e8ecf3}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-image span{position:absolute;left:16px;bottom:16px;background:rgba(5,15,35,.78);color:#fff;border:1px solid rgba(255,255,255,.17);backdrop-filter:blur(9px);border-radius:999px;padding:8px 12px;font-size:10px;font-weight:800}.premium-detail h1{font-size:50px;letter-spacing:-1.8px;margin:14px 0}.detail-lead{font-size:18px}.feature-box{margin-top:28px;background:#fff;border:1px solid #e6e9f0;border-radius:16px;padding:22px}.feature-box h3{margin-top:0}.premium-checkout{border-radius:18px;padding:22px;box-shadow:0 18px 50px rgba(24,34,64,.1)}.premium-checkout h2{margin:2px 0 0}.premium-checkout .product-title-row>div>small{color:#8790a0}.checkout-price{margin:20px 0;padding:17px;background:#f7f6ff;border:1px solid #e6e0ff;border-radius:12px}.checkout-price small{display:block;color:#7a8292;font-size:10px}.checkout-price strong{display:block;font-size:23px;margin-top:4px}.checkout-coupon{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:13px;border-radius:12px;background:linear-gradient(90deg,#6d43e8,#4830a5);color:#fff;margin-bottom:16px}.checkout-coupon>span{font-size:25px}.checkout-coupon small{display:block;color:#d6caff;font-size:8px}.checkout-coupon b{font-size:17px}.checkout-coupon>strong{font-size:12px;color:#e5d9ff}.safe-purchase{display:flex;justify-content:space-between;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid #eceef4;color:#687286;font-size:10px}
@media(max-width:1250px){.premium-products{grid-template-columns:repeat(3,1fr)}.admin-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:950px){.hero-grid,.tenant-hero-grid{grid-template-columns:1fr}.hero-showcase{justify-content:flex-start}.premium-products{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid>div:nth-child(2){border-right:0}.benefit-grid>div{border-bottom:1px solid #eceef3}.premium-detail{grid-template-columns:1fr}.detail-image{height:320px}.admin-product-grid{grid-template-columns:1fr}.dash{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.side{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.premium-main-hero,.tenant-hero{padding:42px 0}.tenant-hero h1{font-size:42px;letter-spacing:-1.5px}.premium-products{grid-template-columns:1fr}.product-media{height:190px}.step-grid,.benefit-grid{grid-template-columns:1fr}.benefit-grid>div{border-right:0}.section-head{flex-direction:column}.trustline{gap:10px;flex-direction:column}.reseller-contact-card{padding:17px}.premium-coupon{grid-template-columns:36px 1fr}.coupon-saving{grid-column:1/-1;text-align:left;padding-left:48px}.detail-image{height:240px}.premium-detail h1{font-size:38px}.form-grid{grid-template-columns:1fr}.edit-actions,.sticky-save{align-items:stretch;flex-direction:column}.sticky-save .btn{width:100%}}
.new-product-box{margin:0 0 20px;background:linear-gradient(135deg,#0d1b38,#161447);border:1px solid #292857;border-radius:15px;color:#fff;box-shadow:0 14px 35px rgba(15,24,54,.12)}.new-product-box>summary{list-style:none;cursor:pointer;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;gap:18px}.new-product-box>summary::-webkit-details-marker{display:none}.new-product-box>summary span{font-weight:850}.new-product-box>summary small{color:#bfc8da}.new-product-form{background:#fff;color:var(--ink);margin:0 8px 8px;border-radius:12px;padding:16px}.wide-form{grid-template-columns:repeat(4,1fr)}.wide-form .full{grid-column:1/-1}.premium-form select{width:100%;border:1px solid #dfe3ea;border-radius:9px;padding:11px 12px;background:#fff}.premium-form input:focus,.premium-form textarea:focus,.premium-form select:focus{outline:2px solid rgba(109,74,241,.14);border-color:#8e77f4}@media(max-width:1100px){.wide-form{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.wide-form{grid-template-columns:1fr}.new-product-box>summary{align-items:flex-start;flex-direction:column}}
