:root{--red:#d7192d;--red-dark:#a80f20;--ink:#161616;--muted:#686868;--line:#e8e4e1;--paper:#fffdfa;--soft:#f6f2ee;--white:#fff;--green:#16834b;--radius:18px;--shadow:0 18px 55px rgba(40,24,20,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,"Plus Jakarta Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.announcement{padding:7px 20px;background:var(--red);color:#fff;text-align:center;font-size:12px;font-weight:700;letter-spacing:.03em}.site-header{height:76px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:baseline;font-size:22px;font-weight:900;letter-spacing:-.05em}.brand b{color:var(--red)}.brand.inverse{color:#fff}.brand.inverse b{color:#ff7280}.site-header nav{display:flex;gap:34px;font-size:14px;font-weight:650}.site-header nav a:hover{color:var(--red)}main{min-height:60vh}.btn{border:1px solid transparent;border-radius:12px;padding:13px 20px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--red);color:#fff;box-shadow:0 8px 20px rgba(215,25,45,.17)}.btn.primary:hover{background:var(--red-dark)}.btn.outline{border-color:#d7d2cf;background:#fff}.btn.ghost{background:transparent;border-color:#cabfba}.btn.white{background:#fff;color:var(--red)}.btn.small{padding:8px 13px;border-radius:9px;font-size:13px}.btn.full,.full{grid-column:1/-1;width:100%}.hero{max-width:1240px;margin:auto;padding:78px 28px 60px;display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center;min-height:610px}.hero-copy h1{font-size:clamp(45px,6vw,78px);line-height:.98;letter-spacing:-.065em;margin:16px 0 25px;max-width:800px}.hero-copy h1 em{font-family:Georgia,serif;color:var(--red);font-weight:500}.hero-copy>p{font-size:18px;color:var(--muted);max-width:600px}.eyebrow{text-transform:uppercase;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.14em}.eyebrow.light{color:#ffb7be}.hero-actions{display:flex;gap:12px;margin:32px 0}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#505050;font-size:13px;font-weight:650}.hero-panel{height:410px;position:relative;border-radius:42% 58% 55% 45%/49% 42% 58% 51%;background:var(--red);display:grid;place-items:center;overflow:hidden;box-shadow:30px 30px 0 #f3dfda}.hero-panel:before{content:"P";position:absolute;color:rgba(255,255,255,.08);font-size:360px;font-weight:900;line-height:1}.receipt{z-index:2;width:270px;background:#fff;border-radius:20px;padding:26px;box-shadow:0 25px 50px rgba(80,0,10,.25);transform:rotate(-3deg);display:flex;flex-direction:column}.receipt:before{content:"✓";display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#ecf8f1;color:var(--green);font-weight:900;margin-bottom:22px}.receipt-label{font-size:12px;color:var(--green);font-weight:800;text-transform:uppercase}.receipt b{font-size:24px;margin-top:4px}.receipt small{color:var(--muted)}.paid-pill{margin-top:24px;padding-top:15px;border-top:1px dashed #ddd;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.15em}.orbit{position:absolute;border:1px solid rgba(255,255,255,.35);border-radius:50%}.orbit-one{width:520px;height:210px;transform:rotate(31deg)}.orbit-two{width:520px;height:210px;transform:rotate(-31deg)}.benefits{max-width:1184px;margin:0 auto;padding:0 28px 65px;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.benefits article{display:flex;gap:18px;padding:20px 28px;border-right:1px solid var(--line)}.benefits article:last-child{border-right:0}.benefits article>b{color:var(--red);font-family:Georgia,serif;font-size:22px}.benefits h3{margin:0 0 4px}.benefits p{margin:0;color:var(--muted);font-size:14px}.catalog{max-width:1240px;margin:auto;padding:86px 28px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:38px}.section-heading h2{font-size:38px;letter-spacing:-.045em;margin:8px 0}.filters{display:flex;flex-wrap:wrap;gap:7px}.filters button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 14px;color:var(--muted);font-size:13px}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-visual{height:190px;position:relative;background:color-mix(in srgb,var(--accent) 9%,#faf8f6);display:grid;place-items:center}.product-visual:after{content:"";position:absolute;width:130px;height:130px;border:1px solid color-mix(in srgb,var(--accent) 25%,transparent);border-radius:50%}.product-visual img{width:70px;height:70px;object-fit:contain;z-index:1}.product-visual>span{position:absolute;left:15px;top:15px;background:rgba(255,255,255,.88);padding:6px 9px;border-radius:8px;font-size:10px;font-weight:800;text-transform:uppercase}.product-body{padding:22px}.product-title{display:flex;justify-content:space-between;gap:10px;align-items:center}.product-title h3{margin:0;font-size:21px;letter-spacing:-.025em}.badge{font-size:10px;color:var(--red);background:#fff0f1;padding:5px 8px;border-radius:99px;font-weight:900}.product-body>p{color:var(--muted);font-size:13px;min-height:42px}.product-bottom{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.product-bottom div{display:flex;flex-direction:column}.product-bottom small{color:var(--muted);font-size:11px}.product-bottom strong{font-size:18px}.arrow-link{width:40px;height:40px;background:var(--ink);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:20px}.cta-band{max-width:1184px;margin:0 auto 80px;padding:55px 62px;background:var(--red);color:#fff;border-radius:24px;display:flex;align-items:center;justify-content:space-between}.cta-band h2{font-size:36px;line-height:1.1;margin:10px 0 0;letter-spacing:-.04em}.site-footer{background:#171717;color:#c9c9c9;padding:58px max(28px,calc((100% - 1184px)/2));display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.site-footer>div{display:flex;flex-direction:column;gap:9px}.site-footer h4{color:#fff;margin:0 0 8px}.site-footer a:not(.brand){font-size:13px}.site-footer a:hover{color:#fff}.disclaimer{grid-column:1/-1;border-top:1px solid #333;padding-top:25px;font-size:11px;color:#888}.wa-float{position:fixed;right:24px;bottom:24px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22);z-index:20}.back-link{display:block;color:var(--muted);font-size:13px;margin-bottom:35px}.product-detail{max-width:1140px;margin:auto;padding:60px 28px 90px;display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.detail-logo{width:128px;height:128px;border-radius:32px;background:color-mix(in srgb,var(--accent) 10%,#fff);display:grid;place-items:center;margin-bottom:28px}.detail-logo img{width:68px;height:68px}.detail-aside h1{font-size:49px;letter-spacing:-.055em;margin:8px 0}.detail-aside>p{color:var(--muted)}.check-list{padding:0;list-style:none;margin:27px 0}.check-list li{padding:8px 0 8px 29px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.purchase-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--shadow)}.purchase-card h2{margin:0}.muted{color:var(--muted)}.plan-group{border:1px solid var(--line);border-radius:14px;padding:16px;margin:18px 0}.plan-heading label{display:flex}.plan-heading input{accent-color:var(--red);margin-right:11px}.plan-heading span{display:flex;flex-direction:column}.plan-heading small{color:var(--muted)}.duration-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:15px}.duration-chip input{position:absolute;opacity:0}.duration-chip span{border:1px solid var(--line);border-radius:10px;padding:11px;display:flex;justify-content:space-between}.duration-chip input:checked+span{border-color:var(--red);background:#fff4f5}.duration-chip small{color:var(--red);font-weight:700}.checkout-shell,.payment-page,.contact-page{max-width:1050px;margin:auto;padding:65px 28px 90px;display:grid;grid-template-columns:1.2fr .8fr;gap:50px}.checkout-form h1,.payment-card h1,.contact-page h1,.lookup-card h1,.legal-page h1{font-size:43px;letter-spacing:-.05em;margin:8px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}.form-grid label,.modal-card>label,.variant-row label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:750}.form-grid input,.form-grid select,.form-grid textarea,.modal-card input,.modal-card select,.admin-filters input,.admin-filters select,.plan-admin input,.variant-row input{width:100%;border:1px solid #d8d2ce;background:#fff;border-radius:10px;padding:12px 13px;outline:none}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #ffe7e9}.form-grid small,label small{font-weight:500;color:var(--muted)}.optional{font-weight:500;color:var(--muted)}.check-field{flex-direction:row!important;align-items:flex-start}.check-field input{width:auto}.order-summary,.payment-summary,.contact-page aside{background:var(--soft);border-radius:20px;padding:27px;align-self:start}.summary-product{display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--line);padding:17px 0}.summary-product img{width:44px;height:44px}.summary-product div{display:flex;flex-direction:column}.summary-product span{font-size:13px;color:var(--muted)}.order-summary dl div,.payment-summary dl div,.detail-list div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted);font-size:13px}dd{margin:0;text-align:right;font-weight:700}.order-summary dl .total{font-size:19px}.secure-note{font-size:11px;color:var(--muted);text-align:center}.alert{padding:12px 14px;border-radius:9px;margin:18px 0;font-size:13px}.alert.error{background:#fff0f1;color:#a30e20;border:1px solid #ffcdd2}.alert.success{background:#eaf8f0;color:#126d40;border:1px solid #bce8cf}.payment-page{grid-template-columns:1fr .7fr}.payment-card{text-align:center}.status-dot{width:9px;height:9px;border-radius:50%;background:#f0a000;display:inline-block;animation:pulse 1.5s infinite}.qr-box{width:250px;height:250px;background:#fff;border:1px solid var(--line);border-radius:16px;margin:25px auto;padding:15px;display:grid;place-items:center}.qr-box canvas,.qr-box img{max-width:100%;height:auto}.amount-box{display:flex;flex-direction:column;align-items:center;background:var(--soft);padding:15px;border-radius:12px}.amount-box strong{font-size:27px}.copy-button{border:0;background:none;color:var(--red);font-size:12px;font-weight:800}.payment-hint,.status-message{font-size:13px;color:var(--muted)}.status-message{border-top:1px solid var(--line);padding-top:18px}.lookup-page{max-width:880px;margin:auto;padding:70px 28px 100px}.lookup-card,.result-card{max-width:610px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:var(--shadow)}.result-card{margin-top:25px}.result-top{display:flex;justify-content:space-between;gap:20px}.result-top h2{margin:4px 0}.result-top p{margin:0;color:var(--muted)}.status-badge{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;text-transform:uppercase;background:#eee;color:#555}.status-badge.paid,.status-badge.completed{background:#e7f7ee;color:#117044}.status-badge.pending{background:#fff4d9;color:#8a6200}.status-badge.processing{background:#e9f2ff;color:#175ca4}.status-badge.warranty{background:#f3eaff;color:#6d36a0}.status-badge.cancel,.status-badge.expired{background:#ffe9eb;color:#a30e20}.order-timeline{margin:28px 0}.order-timeline>div{display:flex;gap:14px;min-height:65px;position:relative;color:#aaa}.order-timeline>div:after{content:"";position:absolute;left:14px;top:30px;height:35px;border-left:1px dashed #ccc}.order-timeline>div:last-child:after{display:none}.order-timeline i{font-style:normal;width:29px;height:29px;border:1px solid #ccc;border-radius:50%;display:grid;place-items:center;font-size:11px}.order-timeline span{display:flex;flex-direction:column}.order-timeline small{font-size:11px}.order-timeline .done{color:var(--ink)}.order-timeline .done i{background:var(--green);color:#fff;border-color:var(--green)}.support-hours{font-size:12px;color:var(--muted);text-align:center}.contact-page>div small{display:block;margin-top:17px;color:var(--muted)}.legal-page{max-width:760px;margin:auto;padding:85px 28px 120px}.legal-page p{font-size:17px;color:#555}.install-page,.admin-login{min-height:100vh;background:var(--soft);display:grid;place-items:center;padding:25px}.install-card,.login-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:36px;width:min(680px,100%);box-shadow:var(--shadow)}.login-card{width:min(430px,100%)}.install-card h1,.login-card h1{font-size:35px;letter-spacing:-.04em;margin:25px 0 5px}.admin-body{background:#f4f3f1;min-height:100vh}.admin-sidebar{position:fixed;inset:0 auto 0 0;width:240px;background:#191919;color:#fff;padding:28px 20px;display:flex;flex-direction:column;z-index:30}.admin-sidebar>small{color:#777;font-size:9px;letter-spacing:.18em;margin:8px 0 28px}.admin-sidebar nav{display:flex;flex-direction:column;gap:6px}.admin-sidebar nav a{padding:11px 12px;border-radius:9px;color:#bbb;font-size:14px}.admin-sidebar nav a:hover{background:#2a2a2a;color:#fff}.admin-user{margin-top:auto;border-top:1px solid #333;padding-top:18px;display:flex;flex-direction:column;font-size:13px}.admin-user a{color:#ff8490}.admin-main{margin-left:240px;padding:35px;min-height:100vh}.admin-top{margin-bottom:25px}.admin-top span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.admin-top h1{margin:3px 0;font-size:31px;letter-spacing:-.035em}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.stat-grid article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;display:flex;flex-direction:column}.stat-grid article.red{background:var(--red);color:#fff}.stat-grid small{color:var(--muted)}.stat-grid .red small,.stat-grid .red span{color:#ffc4ca}.stat-grid strong{font-size:27px;margin:6px 0}.stat-grid span{font-size:11px;color:var(--muted)}.admin-panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:23px;margin-bottom:20px}.admin-panel h2{margin:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.panel-head p{margin:2px 0;color:var(--muted);font-size:13px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:left;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}th,td{padding:13px 10px;border-bottom:1px solid var(--line);vertical-align:top}td small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.empty{text-align:center;color:var(--muted);padding:35px}.admin-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.admin-product-card{border:1px solid var(--line);border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px}.admin-product-card>div{width:48px;height:48px;background:color-mix(in srgb,var(--accent) 9%,#fff);border-radius:11px;display:grid;place-items:center}.admin-product-card img{width:27px;height:27px}.admin-product-card>span{display:flex;flex:1;min-width:0;flex-direction:column}.admin-product-card small{color:var(--muted)}.admin-product-card em{font-size:9px;font-style:normal;font-weight:900}.admin-product-card em.on{color:var(--green)}.admin-product-card em.off{color:var(--red)}dialog{border:0;border-radius:16px;padding:0;box-shadow:0 30px 80px rgba(0,0,0,.25)}dialog::backdrop{background:rgba(0,0,0,.45)}.modal-card{padding:25px;width:min(440px,90vw);display:flex;flex-direction:column;gap:15px}.icon-btn{border:0;background:#eee;border-radius:7px;width:30px;height:30px}.icon-btn.danger{color:var(--red)}.admin-columns{display:grid;grid-template-columns:1fr 1.35fr;gap:20px}.plan-admin{border:1px solid var(--line);border-radius:12px;margin:15px 0;overflow:hidden}.plan-admin-head{display:grid;grid-template-columns:1fr 2fr auto auto;gap:8px;padding:12px;background:var(--soft);align-items:center}.variant-list{padding:10px}.variant-row{display:grid;grid-template-columns:.6fr 1fr 1fr 1fr .7fr auto auto;gap:7px;align-items:end;padding:8px 0;border-bottom:1px solid var(--line)}.variant-row.add{background:#fff8f8;padding:10px}.variant-row label{font-size:9px;color:var(--muted)}.variant-row input{padding:8px;font-size:12px}.admin-filters{display:flex;gap:8px;margin:10px 0 20px}.admin-filters input{flex:1}.detail-list{margin:20px 0}.webhook-box{background:#222;color:#fff;border-radius:9px;padding:12px;display:flex;flex-direction:column}.webhook-box small{color:#aaa}.webhook-box code{overflow-wrap:anywhere}.order-edit{grid-template-columns:1fr 1fr}@keyframes pulse{50%{box-shadow:0 0 0 7px rgba(240,160,0,.17)}}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:52px}.hero-panel{height:330px}.benefits{grid-template-columns:1fr}.benefits article{border-right:0;border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.checkout-shell,.payment-page,.contact-page{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.admin-product-grid{grid-template-columns:repeat(2,1fr)}.admin-columns{grid-template-columns:1fr}.variant-row{grid-template-columns:repeat(3,1fr)}.admin-sidebar{width:190px}.admin-main{margin-left:190px;padding:25px}.site-footer{grid-template-columns:1fr 1fr}.site-footer>div:first-child{grid-column:1/-1}}
@media(max-width:620px){.announcement{font-size:10px}.site-header{padding:0 18px;height:67px}.site-header .btn{display:none}.hero{padding:42px 20px}.hero-copy h1{font-size:47px}.hero-panel{height:280px;box-shadow:15px 15px 0 #f3dfda}.receipt{width:225px}.catalog{padding:65px 18px}.section-heading{align-items:start;flex-direction:column}.product-grid{grid-template-columns:1fr}.cta-band{margin:0 18px 60px;padding:35px 25px;flex-direction:column;align-items:start;gap:25px}.cta-band h2{font-size:29px}.site-footer{grid-template-columns:1fr}.site-footer>div:first-child{grid-column:auto}.form-grid{grid-template-columns:1fr}.product-detail,.checkout-shell,.payment-page,.contact-page{padding:40px 18px;gap:30px}.purchase-card{padding:20px}.duration-options{grid-template-columns:1fr}.admin-sidebar{position:static;width:auto;height:auto;padding:18px}.admin-sidebar nav{flex-direction:row;overflow:auto}.admin-sidebar .admin-user{display:none}.admin-main{margin:0;padding:16px}.stat-grid,.admin-product-grid{grid-template-columns:1fr}.admin-top h1{font-size:25px}.plan-admin-head{grid-template-columns:1fr}.variant-row{grid-template-columns:1fr 1fr}.site-footer{padding:45px 25px}.checkout-form h1,.payment-card h1,.contact-page h1,.lookup-card h1,.legal-page h1{font-size:35px}}
.welcome-popup[hidden]{display:none}.welcome-popup{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.welcome-popup-backdrop{position:absolute;inset:0;background:rgba(18,12,10,.76);backdrop-filter:blur(5px);animation:popupFade .25s ease}.welcome-popup-card{position:relative;z-index:1;width:min(420px,calc(100vw - 32px));max-height:calc(100vh - 36px);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.36);animation:popupRise .32s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.welcome-popup-card>img{width:100%;height:auto;max-height:calc(100vh - 145px);object-fit:contain;background:#fffdf8}.welcome-popup-close{position:absolute;right:11px;top:11px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(18,18,18,.82);color:#fff;font-size:23px;line-height:1;z-index:2;box-shadow:0 5px 16px rgba(0,0,0,.2)}.welcome-popup-actions{padding:12px;background:#fff;display:grid;gap:5px;border-top:1px solid var(--line)}.welcome-popup-actions .btn{padding:11px}.popup-later{border:0;background:transparent;color:var(--muted);padding:5px;font-size:12px}.popup-open{overflow:hidden}.popup-admin-preview{display:block;width:min(170px,100%);max-height:240px;object-fit:contain;margin:0 auto 18px;border:1px solid var(--line);border-radius:12px;background:#fffdf8}@keyframes popupFade{from{opacity:0}}@keyframes popupRise{from{opacity:0;transform:translateY(18px) scale(.975)}}
@media(max-width:620px){.welcome-popup{padding:10px}.welcome-popup-card{width:min(390px,calc(100vw - 20px));max-height:calc(100vh - 20px);border-radius:16px}.welcome-popup-card>img{max-height:calc(100vh - 125px)}}
/* Mobile-first storefront: compact cards so several products remain visible per screen. */
@media(max-width:620px){
  .announcement{padding:6px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .site-header{position:sticky;top:0;z-index:40;background:rgba(255,253,250,.96);backdrop-filter:blur(12px);height:58px;padding:0 14px}
  .brand{font-size:19px}.site-header:after{content:"☰";font-size:18px;font-weight:900}
  .hero{display:block;min-height:auto;padding:35px 16px 30px}.hero-copy h1{font-size:40px;line-height:1.02;margin:12px 0 17px}.hero-copy>p{font-size:15px;line-height:1.55}.hero-actions{margin:22px 0 19px}.hero-actions .btn{padding:11px 15px;font-size:13px}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px;font-size:11px}.hero-panel{display:none}
  .benefits{padding:0 16px 35px;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-bottom:0;gap:9px}.benefits article{min-width:78%;scroll-snap-align:start;border:1px solid var(--line)!important;border-radius:13px;padding:13px;background:#fff;gap:10px}.benefits article>b{font-size:17px}.benefits h3{font-size:14px}.benefits p{font-size:11px}
  .catalog{padding:46px 12px 62px}.section-heading{gap:14px;margin-bottom:20px}.section-heading h2{font-size:29px;line-height:1.08;margin:5px 0}.filters{width:calc(100vw - 24px);display:flex;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filters button{flex:0 0 auto;padding:7px 11px;font-size:11px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:13px;min-width:0}.product-card:hover{transform:none;box-shadow:none}.product-visual{height:96px}.product-visual:after{width:66px;height:66px}.product-visual img{width:42px;height:42px}.product-visual>span{left:7px;top:7px;padding:4px 6px;border-radius:5px;font-size:7px;max-width:calc(100% - 14px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .product-body{padding:11px}.product-title{align-items:flex-start}.product-title h3{font-size:15px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge{font-size:7px;padding:3px 5px}.product-body>p{display:none}.product-bottom{margin-top:11px;padding-top:10px;gap:5px}.product-bottom small{font-size:8px}.product-bottom strong{font-size:13px;white-space:nowrap}.arrow-link{width:28px;height:28px;font-size:15px;flex:0 0 auto}
  .cta-band{margin:0 12px 46px;padding:27px 20px}.cta-band h2{font-size:25px}.site-footer{padding:38px 20px}.wa-float{right:14px;bottom:14px;width:48px;height:48px;font-size:12px}
  .product-detail{padding:25px 14px 60px;gap:22px}.back-link{margin-bottom:20px}.detail-logo{width:82px;height:82px;border-radius:21px;margin-bottom:18px}.detail-logo img{width:45px;height:45px}.detail-aside h1{font-size:36px}.detail-aside>p{font-size:14px}.check-list{font-size:13px;margin:18px 0}.purchase-card{padding:16px;border-radius:16px}.purchase-card h2{font-size:22px}.purchase-card>.muted{font-size:12px}.plan-group{padding:11px;margin:11px 0}.plan-heading b{font-size:14px}.plan-heading small{font-size:10px}.duration-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:10px}.duration-chip span{padding:8px;display:flex;flex-direction:column}.duration-chip b{font-size:12px}.duration-chip small{font-size:10px}
  .checkout-shell,.payment-page,.contact-page{padding:25px 14px 58px}.checkout-form h1,.payment-card h1,.contact-page h1,.lookup-card h1,.legal-page h1{font-size:31px}.order-summary,.payment-summary,.contact-page aside{padding:19px;border-radius:15px}.lookup-page{padding:35px 13px 65px}.lookup-card,.result-card{padding:20px;border-radius:15px}.qr-box{width:220px;height:220px}
  .welcome-popup-card{width:min(330px,calc(100vw - 24px))}.welcome-popup-card>img{max-height:calc(100vh - 136px)}
}
@media(max-width:360px){.product-grid{gap:7px}.product-body{padding:9px}.product-title h3{font-size:14px}.product-bottom strong{font-size:12px}.product-visual{height:88px}.duration-options{grid-template-columns:1fr 1fr}}
.mobile-menu-button{display:none;border:0;background:transparent;font-size:20px;font-weight:900;color:var(--ink);padding:8px}
@media(max-width:620px){.site-header:after{content:none}.mobile-menu-button{display:block}.site-header.nav-open nav{display:flex;position:absolute;left:12px;right:12px;top:62px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:9px;box-shadow:var(--shadow);flex-direction:column;gap:0}.site-header.nav-open nav a{padding:10px;border-bottom:1px solid var(--line)}.site-header.nav-open nav a:last-child{border-bottom:0}}
