:root{
  --blue:#0968dc;
  --blue-2:#0e8cf0;
  --navy:#081d3a;
  --ink:#10233b;
  --muted:#66778d;
  --line:#dce7f4;
  --soft:#f4f9ff;
  --soft-2:#eef6ff;
  --white:#fff;
  --green:#1dbb6f;
  --shadow:0 18px 50px rgba(22,66,111,.12);
  --shadow-sm:0 10px 28px rgba(22,66,111,.09);
  --radius:24px;
  --radius-sm:16px;
  --container:min(1180px,calc(100% - 36px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:-80px;background:var(--navy);color:#fff;padding:12px 18px;border-radius:12px;z-index:9999;transition:.2s}.skip-link:focus{top:16px}
.utility-bar{height:32px;background:linear-gradient(90deg,#0056ca,#0588e8);color:#fff;font-size:12px}.utility-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}.utility-group{display:flex;gap:22px;align-items:center}.utility-group a:hover{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,231,244,.9)}
.header-main{height:84px;display:grid;grid-template-columns:170px minmax(320px,1fr) auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;height:66px;width:150px;overflow:hidden}.brand img{width:146px;height:70px;object-fit:contain;transform:scale(1.12)}
.search{height:48px;display:grid;grid-template-columns:1fr 170px 52px;border:1px solid #cfdeee;border-radius:12px;position:relative;background:#fff;box-shadow:0 4px 18px rgba(17,55,91,.04)}
.search input,.search select{border:0;outline:0;background:transparent;color:var(--ink)}.search input{padding:0 18px}.search select{border-left:1px solid #e1ebf4;padding:0 12px}.search button{border:0;background:var(--blue);color:#fff;border-radius:0 10px 10px 0;display:grid;place-items:center}.search button svg{width:21px;fill:none;stroke:currentColor;stroke-width:2}
.search-results{position:absolute;left:0;right:0;top:56px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;z-index:120;max-height:330px;overflow:auto}.search-result{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px}.search-result:hover{background:var(--soft)}.search-result img{width:42px;height:42px;object-fit:contain}.search-result div{min-width:0}.search-result strong{display:block;font-size:13px}.search-result small{color:var(--muted)}
.header-actions{display:flex;align-items:center;gap:9px}.icon-button{border:0;background:transparent;display:flex;align-items:center;gap:8px;color:var(--ink);padding:8px;border-radius:12px;position:relative}.icon-button:hover{background:var(--soft)}.icon-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.icon-button span:not(.cart-badge){font-size:12px;font-weight:700;white-space:nowrap}.icon-button small{display:block;font-size:10px;color:var(--muted);font-weight:500}.cart-badge{position:absolute;top:2px;left:25px;width:18px;height:18px;background:#ffb11b;color:#06162b;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:900;border:2px solid #fff}.menu-toggle{display:none;width:42px;height:42px;border:0;background:var(--soft);border-radius:12px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:2px}
.main-nav{border-top:1px solid #edf2f7}.nav-inner{height:53px;display:flex;align-items:center;justify-content:center;gap:34px}.nav-inner a{font-size:13px;font-weight:750;padding:17px 0 14px;position:relative;white-space:nowrap}.nav-inner a::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:center;border-radius:4px 4px 0 0;transition:.25s}.nav-inner a:hover,.nav-inner a.active{color:var(--blue)}.nav-inner a.active::after{transform:scaleX(1)}
main{min-height:70vh}.page{display:none}.page.active{display:block;animation:pageIn .4s ease}@keyframes pageIn{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
.hero{position:relative;overflow:hidden}.hero-home{background:radial-gradient(circle at 80% 30%,rgba(62,190,255,.18),transparent 30%),linear-gradient(120deg,#f8fbff 0%,#edf7ff 55%,#f8fffd 100%);min-height:585px}.hero-home::before,.hero-home::after{content:"";position:absolute;border-radius:50%;filter:blur(2px);opacity:.5}.hero-home::before{width:360px;height:360px;background:rgba(0,132,255,.08);left:-170px;top:140px}.hero-home::after{width:320px;height:320px;background:rgba(46,205,141,.08);right:-160px;bottom:-130px}.hero-grid{min-height:585px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:40px;position:relative;z-index:2}.hero-copy{padding:70px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.13em;color:var(--blue);font-size:11px;font-weight:850;margin-bottom:12px}.eyebrow::before{content:"";width:24px;height:2px;background:currentColor;border-radius:4px}.hero h1,.page-hero h1,.simple-page-hero h1{font-size:clamp(44px,5.4vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;color:var(--navy)}.hero h1 span,.page-hero h1 span{color:var(--blue)}.hero-copy>p,.page-hero p,.simple-page-hero p{font-size:18px;color:var(--muted);max-width:600px;margin:0 0 28px}.button-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.btn{min-height:47px;padding:0 21px;border-radius:13px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:14px;transition:.22s;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(2,74,151,.16)}.btn-primary{background:linear-gradient(135deg,var(--blue),#0051ca);color:#fff}.btn-secondary{border-color:#7bb7ff;background:#fff;color:var(--blue)}.btn-ghost{background:rgba(255,255,255,.62);color:var(--blue);border-color:rgba(9,104,220,.2)}.btn-dark{background:var(--navy);color:#fff}.btn-light{background:#fff;color:var(--blue)}.btn-block{width:100%}.hero-proof{display:flex;gap:26px;margin-top:36px;padding-top:24px;border-top:1px solid #d4e6f7}.hero-proof span{font-size:12px;color:var(--muted)}.hero-proof strong{display:block;font-size:18px;color:var(--navy)}
.hero-visual{position:relative;height:540px}.hero-orb{position:absolute;width:470px;height:470px;border-radius:50%;right:0;top:35px;background:radial-gradient(circle at 35% 30%,#fff 0,#e7f5ff 40%,#ccecff 70%,rgba(204,236,255,.2) 100%);box-shadow:inset 0 0 90px rgba(9,104,220,.12),0 35px 70px rgba(10,90,160,.14)}.hero-products{position:absolute;z-index:2;right:15px;bottom:4px;width:480px;height:520px;object-fit:contain}.floating-note{position:absolute;z-index:3;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-sm);padding:12px 15px;border-radius:14px}.floating-note strong{display:block;font-size:13px}.floating-note span{font-size:11px;color:var(--muted)}.note-one{left:0;top:130px}.note-two{right:0;bottom:86px}
.trust-strip{margin-top:-28px;position:relative;z-index:4;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:repeat(4,1fr);padding:18px 22px}.trust-strip article{display:flex;align-items:center;gap:12px;padding:6px 18px;border-right:1px solid var(--line)}.trust-strip article:last-child{border:0}.trust-strip strong{display:block;font-size:13px}.trust-strip small{color:var(--muted)}.mini-icon{width:38px;height:38px;border-radius:12px;background:var(--soft);color:var(--blue);display:grid;place-items:center;font-weight:900}
.section{padding:86px 0}.section-soft{background:linear-gradient(180deg,#f8fbff,#f2f8ff)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:34px}.section-heading.centered{justify-content:center;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2,.split-promo h2,.community-section h2,.viewer-copy h2,.affiliate-info h2,.form-title h2,.conversion-band h2,.contact-form-card h2{font-size:clamp(30px,3vw,44px);line-height:1.1;letter-spacing:-.035em;color:var(--navy);margin:0}.section-heading p{color:var(--muted);margin:8px 0 0}.text-link{color:var(--blue);font-size:13px;font-weight:800}.text-link:hover{text-decoration:underline}
.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.category-grid button{border:1px solid var(--line);background:#fff;border-radius:18px;padding:22px 10px;min-height:145px;text-align:center;transition:.23s;color:var(--ink)}.category-grid button:hover{transform:translateY(-6px);border-color:#8bc1ff;box-shadow:var(--shadow-sm)}.category-grid span{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 12px;border-radius:18px;background:linear-gradient(145deg,#eef7ff,#d9efff);color:var(--blue);font-size:24px}.category-grid strong{display:block;font-size:13px}.category-grid small{display:block;color:var(--muted);margin-top:5px;font-size:11px}.category-grid.compact button{min-height:115px}.category-grid.compact strong{font-size:12px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-grid-featured{grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border:1px solid #e3edf7;border-radius:20px;padding:14px;position:relative;transition:.25s;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#b8d8f8}.product-media{height:220px;background:linear-gradient(160deg,#f9fcff,#edf7ff);border-radius:15px;display:grid;place-items:center;overflow:hidden;position:relative}.product-media img{width:100%;height:100%;object-fit:contain;transition:.3s}.product-card:hover .product-media img{transform:scale(1.05)}.product-tag{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;font-weight:850;z-index:2}.product-favorite{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:50%;border:0;background:#fff;color:var(--navy);box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:2}.product-favorite.active{background:#ffedf1;color:#e53158}.product-body{padding:16px 4px 4px}.product-category{color:var(--blue);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.product-card h3{font-size:15px;line-height:1.35;margin:7px 0 5px;min-height:40px}.product-description{font-size:12px;color:var(--muted);margin:0 0 12px}.product-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-price{font-size:19px;font-weight:850;color:var(--navy)}.add-cart{width:40px;height:40px;border-radius:12px;border:0;background:var(--blue);color:#fff;font-size:21px}.product-grid.list-view{grid-template-columns:1fr}.product-grid.list-view .product-card{display:grid;grid-template-columns:210px 1fr}.product-grid.list-view .product-media{height:190px}.product-grid.list-view .product-body{padding:22px}.product-grid.list-view .product-card h3{font-size:19px;min-height:0}
.split-promo{display:grid;grid-template-columns:1fr 1fr;gap:24px}.promo-card{min-height:360px;border-radius:28px;padding:38px;overflow:hidden;position:relative;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;box-shadow:var(--shadow-sm)}.promo-card p{color:var(--muted);margin:14px 0 22px}.promo-card img{align-self:end;max-height:300px;object-fit:contain}.catalog-promo{background:linear-gradient(135deg,#e9f5ff,#dcefff)}.catalog-promo img{transform:rotate(3deg)}.affiliate-promo{background:linear-gradient(135deg,#fff5ed,#ffe9d7)}.affiliate-promo img{height:320px;object-fit:contain;object-position:bottom}.catalog-download{background:linear-gradient(135deg,#edf7ff,#dcefff)}.catalog-download img{height:190px}
.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.editorial-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.editorial-art{height:180px;display:grid;place-items:center;font-size:58px;font-weight:900;color:rgba(255,255,255,.85);position:relative}.editorial-art::after{content:"";width:110px;height:110px;border:1px solid rgba(255,255,255,.5);position:absolute;border-radius:50%}.art-one{background:linear-gradient(135deg,#127bdd,#55c2ed)}.art-two{background:linear-gradient(135deg,#2bac88,#8ed35c)}.art-three{background:linear-gradient(135deg,#6549dc,#c276e9)}.editorial-card>div:last-child{padding:24px}.editorial-card span{font-size:10px;color:var(--blue);font-weight:850;text-transform:uppercase}.editorial-card h3{font-size:20px;line-height:1.3;margin:8px 0 18px}.editorial-card a{font-size:13px;color:var(--blue);font-weight:800}
.community-section{background:var(--navy);color:#fff;padding:90px 0}.community-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.community-section h2{color:#fff}.community-section p{color:#b8c8dc;font-size:17px}.testimonial-slider{background:#fff;color:var(--ink);padding:42px;border-radius:26px;min-height:240px;position:relative}.testimonial{display:none;margin:0}.testimonial.active{display:block;animation:fade .4s}.testimonial p{color:var(--ink);font-size:23px;line-height:1.45;margin:0 0 24px}.testimonial footer{color:var(--blue);font-weight:800}.slider-dots{display:flex;gap:7px;margin-top:24px}.slider-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#c8d6e4;padding:0}.slider-dots button.active{width:28px;border-radius:10px;background:var(--blue)}@keyframes fade{from{opacity:.2}to{opacity:1}}
.page-hero{overflow:hidden;position:relative;background:linear-gradient(135deg,#f7fbff,#e9f5ff);min-height:490px}.page-hero-grid{min-height:490px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.page-hero h1{font-size:clamp(44px,5vw,66px)}.breadcrumb{display:block;color:var(--muted);font-size:12px;margin-bottom:30px}.store-hero::after,.catalog-hero::after,.affiliate-hero::after{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:rgba(24,154,235,.09);right:-120px;top:-160px}.store-hero-image{height:420px;justify-self:end;object-fit:contain;position:relative;z-index:2}.catalog-cover{height:410px;justify-self:center;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(5,50,90,.2));transform:rotate(2deg);position:relative;z-index:2}.catalog-benefits{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px}.catalog-benefits span{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:11px;font-size:11px;font-weight:700}
.store-layout{display:grid;grid-template-columns:270px 1fr;gap:32px;align-items:start}.filter-panel{position:sticky;top:190px;border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff;box-shadow:0 12px 32px rgba(32,74,116,.06)}.filter-head{display:flex;justify-content:space-between;align-items:center}.filter-head h2{font-size:22px;margin:0}.filter-head button{border:0;background:transparent;color:var(--blue);font-weight:800}.filter-panel fieldset{border:0;padding:22px 0;margin:0;border-bottom:1px solid var(--line)}.filter-panel legend{font-size:13px;font-weight:850;margin-bottom:12px}.filter-panel label{display:flex;align-items:center;gap:9px;font-size:13px;margin:10px 0;color:#40536a}.filter-panel input[type=checkbox]{accent-color:var(--blue);width:16px;height:16px}.filter-panel input[type=range]{width:100%;accent-color:var(--blue)}.range-values{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.help-card{margin-top:20px;background:linear-gradient(145deg,#eef7ff,#e7f6ff);border-radius:17px;padding:20px}.help-card img{width:52px;height:52px;object-fit:contain;margin-bottom:10px}.help-card h3{font-size:17px;margin:0}.help-card p{font-size:12px;color:var(--muted)}.help-card a{font-size:12px;color:var(--blue);font-weight:850}.store-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.store-toolbar strong{font-size:17px}.toolbar-actions{display:flex;gap:8px;align-items:center}.toolbar-actions select{height:42px;border:1px solid var(--line);border-radius:11px;padding:0 12px;background:#fff}.view-toggle{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:11px;font-size:19px}.view-toggle.active{background:var(--blue);color:#fff}.active-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.chip{border:1px solid #a9cff9;background:#edf7ff;color:var(--blue);font-size:10px;padding:5px 8px;border-radius:999px}.offer-banner{background:linear-gradient(100deg,var(--navy),#0b5aaf);color:#fff;border-radius:18px;padding:18px 22px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between}.offer-banner span{display:block;color:#75c6ff;font-size:10px;font-weight:900}.offer-banner strong{font-size:18px}.offer-banner button{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;border-radius:11px;padding:9px 14px;font-weight:800}.pagination{display:flex;gap:7px;justify-content:center;margin-top:34px}.pagination button{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#fff}.pagination button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.conversion-band{background:linear-gradient(120deg,#0754c7,#078be1);color:#fff;padding:60px 0}.conversion-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.conversion-band h2{color:#fff}.conversion-band p{margin:9px 0 0;color:#d9ebff}
.catalog-viewer-section{display:grid;grid-template-columns:1fr 320px;gap:38px;align-items:center}.pdf-shell{background:#263442;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.pdf-toolbar{height:54px;background:#1b2733;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:12px}.pdf-toolbar div{display:flex;align-items:center;gap:8px}.pdf-toolbar button,.pdf-toolbar a{width:30px;height:30px;border:0;background:#344454;color:#fff;border-radius:8px;display:grid;place-items:center}.pdf-frame-wrap{height:650px;background:#556270;overflow:auto;transform-origin:top left}.pdf-frame-wrap iframe{width:100%;height:100%;border:0;background:#fff}.viewer-copy p{color:var(--muted)}.viewer-copy ul{list-style:none;padding:0;margin:22px 0 28px}.viewer-copy li{padding:10px 0 10px 28px;position:relative;border-bottom:1px solid var(--line);font-size:14px}.viewer-copy li::before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}
.affiliate-hero-art{height:490px;position:relative}.affiliate-person{position:absolute;right:160px;bottom:0;height:440px;object-fit:contain;z-index:2}.affiliate-cluster{position:absolute;right:-10px;bottom:20px;height:310px;object-fit:contain}.quick-benefits{margin-top:-30px;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.quick-benefits article{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:18px;padding:17px;display:flex;align-items:center;gap:12px}.quick-benefits img{width:46px;height:46px;object-fit:contain}.quick-benefits strong{display:block;font-size:13px}.quick-benefits small{color:var(--muted)}.affiliate-form-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:26px;align-items:stretch}.affiliate-info{border:1px solid var(--line);border-radius:24px;padding:34px;background:linear-gradient(180deg,#fff,#f7fbff);overflow:hidden}.affiliate-info p,.affiliate-info li{color:var(--muted);font-size:14px}.affiliate-info ul{padding-left:20px}.affiliate-info li{margin:11px 0}.affiliate-info img{width:calc(100% + 68px);max-width:none;margin:26px -34px -10px;height:290px;object-fit:cover;object-position:center 32%}.affiliate-info>small{display:block;margin-top:18px;color:#8898aa}.form-card{border:1px solid var(--line);border-radius:24px;padding:32px;background:#fff;box-shadow:var(--shadow-sm)}.form-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:24px}.form-title>span{width:44px;height:44px;background:var(--soft);color:var(--blue);border-radius:14px;display:grid;place-items:center;font-size:24px}.form-title h2{font-size:28px}.form-title p{color:var(--muted);margin:5px 0 0;font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label,.contact-form-card label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#2b4058}.form-grid label.full{grid-column:1/-1}.form-grid input,.form-grid select,.contact-form-card input,.contact-form-card select,.contact-form-card textarea{width:100%;border:1px solid #ccdbea;border-radius:11px;min-height:44px;padding:0 13px;outline:0;background:#fff;color:var(--ink)}.form-grid input:focus,.form-grid select:focus,.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:#68aef7;box-shadow:0 0 0 3px rgba(9,104,220,.1)}.form-grid input.invalid,.form-grid select.invalid{border-color:#db3a52;background:#fff8f9}.form-grid label small{color:var(--muted);font-weight:500}.consent{display:flex;align-items:flex-start;gap:9px;font-size:12px;margin:18px 0;color:var(--muted)}.consent input{accent-color:var(--blue);margin-top:3px}.form-security{text-align:center;color:var(--muted);font-size:11px}.form-message{margin-top:12px;border-radius:12px;font-size:13px}.form-message.success{background:#eafbf2;color:#138754;padding:12px}.form-message.error{background:#fff0f2;color:#bd1e36;padding:12px}.process-section{background:linear-gradient(180deg,#f7fbff,#eef6ff)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-grid article{position:relative;text-align:center;background:#fff;border:1px solid var(--line);padding:28px 18px;border-radius:20px}.process-grid article>span{position:absolute;left:14px;top:14px;background:var(--blue);color:#fff;border-radius:50%;width:28px;height:28px;display:grid;place-items:center;font-size:11px;font-weight:900}.process-grid img{width:70px;height:70px;object-fit:contain;margin:0 auto 12px}.process-grid h3{font-size:15px;margin:0 0 8px}.process-grid p{font-size:12px;color:var(--muted);margin:0}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefit-grid article{border-radius:22px;padding:30px;border:1px solid var(--line)}.benefit-grid article:nth-child(1){background:#eef8ff}.benefit-grid article:nth-child(2){background:#effbf6}.benefit-grid article:nth-child(3){background:#f8f1ff}.benefit-grid span{font-size:30px;color:var(--blue)}.benefit-grid h3{font-size:19px;margin:14px 0 8px}.benefit-grid p{color:var(--muted);font-size:14px}.faq-section{background:#f8fbff}.faq-list{max-width:850px;margin:auto}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:16px;margin:12px 0;padding:0 20px}.faq-list summary{list-style:none;cursor:pointer;font-weight:800;padding:20px 36px 20px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:0;top:16px;font-size:24px;color:var(--blue)}.faq-list details[open] summary::after{content:"−"}.faq-list p{color:var(--muted);margin:0;padding:0 0 20px}
.simple-page-hero{background:linear-gradient(135deg,#f8fbff,#edf7ff);padding:70px 0}.simple-page-hero h1{font-size:clamp(42px,5vw,64px);margin-bottom:14px}.price-tools{display:flex;justify-content:space-between;gap:16px;margin-bottom:24px}.price-tools input{flex:1;height:48px;border:1px solid var(--line);border-radius:13px;padding:0 15px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:20px}.price-table{width:100%;border-collapse:collapse;min-width:760px}.price-table th{background:var(--navy);color:#fff;text-align:left;padding:15px;font-size:12px}.price-table td{padding:14px 15px;border-bottom:1px solid var(--line);font-size:13px}.price-table tbody tr:hover{background:var(--soft)}.price-table td:last-child{text-align:right}.price-table button{border:0;background:var(--blue);color:#fff;border-radius:9px;padding:8px 11px}.data-note{font-size:11px;color:var(--muted);margin-top:14px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-cards article{border:1px solid var(--line);border-radius:20px;padding:24px}.contact-cards span{font-size:26px;color:var(--blue)}.contact-cards h3{margin:11px 0 6px}.contact-cards a{color:var(--blue);font-size:13px}.contact-cards p{font-size:13px;color:var(--muted)}.contact-form-card{border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:var(--shadow-sm)}.contact-form-card form{display:grid;gap:15px}.contact-form-card textarea{padding:12px;resize:vertical}.tips-filter{display:flex;gap:9px;margin-bottom:28px;flex-wrap:wrap}.tips-filter button{border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:999px;font-weight:800}.tips-filter button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tips-grid article{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;position:relative;overflow:hidden}.tips-grid article::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:var(--soft);right:-50px;top:-50px}.tip-number{font-size:44px;font-weight:900;color:#d9eafb;line-height:1}.tips-grid span{font-size:10px;color:var(--blue);font-weight:900;text-transform:uppercase}.tips-grid h2{font-size:20px;line-height:1.3;margin:10px 0}.tips-grid p{color:var(--muted);font-size:13px}.tips-grid button{border:0;background:transparent;color:var(--blue);font-weight:850;padding:0}.tips-grid article.hidden{display:none}
.site-footer{background:#f3f8fd;border-top:1px solid var(--line);padding-top:58px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:36px;padding-bottom:45px}.footer-brand img{width:150px;height:78px;object-fit:contain}.footer-brand p{color:var(--muted);font-size:13px;max-width:220px}.footer-grid h3{font-size:12px;text-transform:uppercase;color:var(--blue);letter-spacing:.08em;margin:10px 0 15px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-grid a,.footer-grid span{font-size:12px;color:#4b5e73}.footer-grid a:hover{color:var(--blue)}.socials{display:flex;gap:8px}.socials a{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff}.footer-bottom{background:var(--blue);color:#fff}.footer-bottom .container{height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}.footer-bottom div div{display:flex;gap:22px}.footer-bottom a{color:#fff}
.whatsapp-float{position:fixed;right:20px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#20c66b;color:#fff;display:grid;place-items:center;font-size:28px;z-index:70;box-shadow:0 12px 25px rgba(21,150,78,.3);border:4px solid #fff}.back-to-top{position:fixed;right:25px;bottom:90px;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--navy);box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;transition:.2s;z-index:65}.back-to-top.visible{opacity:1;pointer-events:auto}.drawer-overlay{position:fixed;inset:0;background:rgba(4,19,37,.45);z-index:100}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,100%);background:#fff;z-index:110;transform:translateX(102%);transition:.3s;display:flex;flex-direction:column;box-shadow:-30px 0 70px rgba(0,0,0,.2)}.cart-drawer.open{transform:none}.cart-head{padding:25px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.cart-head h2{margin:0}.cart-head button{width:38px;height:38px;border:0;border-radius:50%;font-size:27px}.cart-items{padding:20px;overflow:auto;flex:1}.empty-cart{text-align:center;color:var(--muted);padding:80px 10px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.cart-item img{width:70px;height:70px;object-fit:contain;background:var(--soft);border-radius:12px}.cart-item h4{margin:0 0 5px;font-size:13px}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:transparent;color:#d33}.cart-summary{padding:22px;border-top:1px solid var(--line)}.cart-summary>div{display:flex;justify-content:space-between;font-size:18px;margin-bottom:6px}.cart-summary small{display:block;color:var(--muted);margin-bottom:16px}.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,30px);background:var(--navy);color:#fff;padding:13px 18px;border-radius:12px;opacity:0;pointer-events:none;transition:.25s;z-index:200;box-shadow:var(--shadow);font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@media (max-width:1100px){.header-main{grid-template-columns:150px 1fr auto;gap:15px}.desktop-only{display:none!important}.nav-inner{gap:20px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid-featured{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.hero-orb{width:410px;height:410px}.hero-products{width:410px}.affiliate-person{right:100px}.affiliate-cluster{right:-35px}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){margin-top:10px}}
@media (max-width:900px){.utility-bar{display:none}.site-header{top:0}.header-main{height:72px;grid-template-columns:130px 1fr auto}.brand{height:60px;width:130px}.brand img{width:126px}.search{display:none}.menu-toggle{display:block}.main-nav{position:absolute;left:0;right:0;top:72px;background:#fff;box-shadow:0 18px 30px rgba(15,50,82,.14);max-height:0;overflow:hidden;transition:.25s;border:0}.main-nav.open{max-height:520px;border-top:1px solid var(--line)}.nav-inner{height:auto;display:flex;align-items:stretch;flex-direction:column;gap:0;padding:10px 18px 20px}.nav-inner a{padding:13px 10px;border-bottom:1px solid #eef3f8}.nav-inner a::after{display:none}.hero-grid,.page-hero-grid{grid-template-columns:1fr}.hero-home,.hero-grid{min-height:auto}.hero-copy{padding:70px 0 30px}.hero-visual{height:420px}.hero-orb{left:50%;right:auto;transform:translateX(-50%);width:390px;height:390px;top:10px}.hero-products{left:50%;right:auto;transform:translateX(-50%);height:410px}.note-one{left:4%;top:50px}.note-two{right:4%;bottom:60px}.trust-strip{grid-template-columns:1fr 1fr;margin-top:0}.trust-strip article:nth-child(2){border-right:0}.trust-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}.category-grid{grid-template-columns:repeat(3,1fr)}.split-promo{grid-template-columns:1fr}.community-grid,.contact-grid{grid-template-columns:1fr}.page-hero-grid{padding:60px 0 20px}.store-hero-image,.catalog-cover{height:340px;justify-self:center}.store-layout{grid-template-columns:1fr}.filter-panel{position:static}.catalog-viewer-section{grid-template-columns:1fr}.affiliate-hero-art{height:400px}.affiliate-person{height:380px;right:36%}.affiliate-cluster{height:250px;right:8%}.quick-benefits{grid-template-columns:1fr 1fr;margin-top:10px}.affiliate-form-section{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.tips-grid{grid-template-columns:1fr 1fr}.catalog-bottom-promos{grid-template-columns:1fr}}
@media (max-width:620px){:root{--container:min(100% - 24px,1180px);--radius:18px}.header-main{grid-template-columns:110px 1fr auto}.brand{width:110px}.brand img{width:108px}.icon-button span:not(.cart-badge){display:none}.header-actions{gap:4px}.icon-button{padding:7px}.hero h1,.page-hero h1,.simple-page-hero h1{font-size:42px}.hero-copy>p,.page-hero p,.simple-page-hero p{font-size:16px}.button-row .btn{flex:1}.hero-proof{gap:14px}.hero-visual{height:360px}.hero-orb{width:330px;height:330px}.hero-products{height:350px;width:340px}.floating-note{padding:9px 11px}.floating-note strong{font-size:11px}.floating-note span{font-size:9px}.trust-strip{grid-template-columns:1fr;padding:10px 18px}.trust-strip article{border-right:0;border-bottom:1px solid var(--line)!important;padding:13px 0}.trust-strip article:last-child{border-bottom:0!important}.section{padding:62px 0}.section-heading{align-items:flex-start;flex-direction:column}.category-grid{grid-template-columns:1fr 1fr}.category-grid button{min-height:125px}.product-grid,.product-grid-featured{grid-template-columns:1fr}.product-media{height:255px}.promo-card{grid-template-columns:1fr;min-height:0;padding:28px}.promo-card img{height:220px;margin:18px auto -25px}.affiliate-promo img{height:260px}.editorial-grid{grid-template-columns:1fr}.community-grid{gap:30px}.testimonial-slider{padding:28px}.testimonial p{font-size:18px}.page-hero-grid{padding:45px 0 10px}.store-hero-image,.catalog-cover{height:300px}.store-toolbar{flex-direction:column}.toolbar-actions{width:100%;flex-wrap:wrap}.toolbar-actions select{flex:1}.offer-banner{align-items:flex-start;flex-direction:column;gap:14px}.product-grid.list-view .product-card{grid-template-columns:1fr}.product-grid.list-view .product-media{height:240px}.catalog-viewer-section{padding-top:55px}.pdf-frame-wrap{height:500px}.affiliate-hero-art{height:330px}.affiliate-person{height:315px;right:28%}.affiliate-cluster{height:190px;right:-2%}.quick-benefits{grid-template-columns:1fr}.form-card,.affiliate-info{padding:24px}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}.process-grid,.benefit-grid{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr}.tips-grid{grid-template-columns:1fr}.price-tools{flex-direction:column}.conversion-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-bottom .container{height:auto;padding:16px 0;align-items:flex-start;flex-direction:column}.footer-bottom div div{flex-direction:column;gap:8px}.whatsapp-float{width:50px;height:50px;right:12px;bottom:14px}.back-to-top{right:15px;bottom:75px}}

/* =========================================================
   MOBILE EXPERIENCE — integrated from the approved mockup
   ========================================================= */
.mobile-nav-head,.mobile-nav-support,.mobile-bottom-nav,.mobile-store-actions,.mobile-filter-close{display:none}
.mobile-nav-overlay{position:fixed;inset:0;background:rgba(4,19,37,.46);backdrop-filter:blur(3px);z-index:88}
body.nav-open,body.filter-open{overflow:hidden}

.affiliate-step{border:0;margin:0 0 18px;padding:0;min-width:0}
.affiliate-step legend{width:100%;padding:0;margin:0 0 14px;color:var(--navy);font-size:15px;font-weight:850}
.affiliate-progress{display:none}
.affiliate-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
#affiliatePrev,#affiliateNext{display:none}
.affiliate-success{display:none;text-align:center;padding:28px 12px}
.success-check{width:82px;height:82px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#22c77a,#11a861);color:#fff;font-size:42px;font-weight:900;box-shadow:0 15px 35px rgba(20,175,105,.24)}
.affiliate-success h3{font-size:26px;color:var(--navy);margin:0 0 8px}
.affiliate-success p{color:var(--muted);margin:0 auto 22px;max-width:420px}

@media (max-width:900px){
  .mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}
  .mobile-nav-head img{width:126px;height:56px;object-fit:contain}
  .mobile-nav-head button{width:40px;height:40px;border:0;border-radius:50%;background:var(--soft);font-size:27px;color:var(--navy)}
  .mobile-nav-support{display:flex;flex-direction:column;gap:4px;margin:18px 10px 0;padding:17px;border:1px solid #b9dcff;background:linear-gradient(145deg,#f5fbff,#eaf6ff);border-radius:16px}
  .mobile-nav-support strong{font-size:13px}.mobile-nav-support a{padding:0!important;border:0!important;color:var(--blue)!important}.mobile-nav-support small{color:var(--muted)}
  .main-nav{position:fixed!important;inset:0 auto 0 0!important;top:0!important;right:auto!important;width:min(86vw,370px);height:100dvh;max-height:none!important;background:#fff;box-shadow:25px 0 60px rgba(2,21,42,.2);transform:translateX(-105%);transition:transform .28s ease;overflow-y:auto;z-index:95;border:0!important}
  .main-nav.open{transform:translateX(0);max-height:none!important}
  .main-nav .nav-inner{width:auto;margin:0;padding:8px 18px 28px;display:flex;flex-direction:column;align-items:stretch;gap:0}
  .main-nav .nav-inner>a{font-size:15px;padding:15px 11px;border-bottom:1px solid #edf2f7}
  .main-nav .nav-inner>a.active{background:var(--soft);border-radius:11px;color:var(--blue)}
}

@media (max-width:620px){
  :root{--container:min(100% - 24px,1180px)}
  body{padding-bottom:72px;background:#fff}
  .site-header{box-shadow:0 3px 18px rgba(10,54,97,.08)}
  .header-main{height:auto;min-height:112px;display:grid;grid-template-columns:48px 1fr 78px;grid-template-rows:58px 44px;gap:4px 8px;padding:5px 0 8px}
  .brand{grid-column:2;grid-row:1;justify-self:center;width:118px;height:56px;z-index:2}.brand img{width:116px;height:56px;transform:none}
  .header-actions{grid-column:1/-1;grid-row:1;width:100%;display:flex;flex-direction:row-reverse;justify-content:space-between;pointer-events:none;z-index:3}
  .header-actions>*{pointer-events:auto}.header-actions>.icon-button:first-child,.header-actions>.desktop-only{display:none!important}
  .menu-toggle{display:block;background:transparent;padding:9px}.menu-toggle span{height:2px;margin:5px 0}
  .cart-button{margin-right:0}.cart-button svg{width:27px;height:27px}.cart-badge{left:24px;top:0}
  .search{grid-column:1/-1;grid-row:2;display:grid!important;width:100%;height:42px;grid-template-columns:1fr 43px;border-radius:10px;box-shadow:none;background:#f8fbff}
  .search select{display:none}.search input{padding:0 13px;font-size:13px}.search button{border-radius:0 9px 9px 0}
  .search-results{top:48px;border-radius:12px;max-height:310px}

  .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:68px;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.98);backdrop-filter:blur(16px);border-top:1px solid #dce7f4;box-shadow:0 -10px 28px rgba(16,57,96,.09);z-index:84;padding-bottom:env(safe-area-inset-bottom)}
  .mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:transparent;color:#63758b;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;font-weight:700;min-width:0}
  .mobile-bottom-nav span{font-size:22px;line-height:1}.mobile-bottom-nav small{font-size:9px;white-space:nowrap}
  .mobile-bottom-nav a.active{color:var(--blue)}.mobile-bottom-nav a.active span{transform:translateY(-1px)}
  .whatsapp-float{right:12px;bottom:82px;width:48px;height:48px;font-size:23px;border-width:3px}.back-to-top{display:none}

  .hero-home{min-height:0}.hero-grid{display:flex;flex-direction:column;gap:0}.hero-copy{padding:32px 0 8px;text-align:left}.hero-copy .eyebrow{font-size:9px}.hero h1,.page-hero h1,.simple-page-hero h1{font-size:34px;line-height:1.05;letter-spacing:-.035em}.hero-copy>p,.page-hero p,.simple-page-hero p{font-size:14px;line-height:1.5}.hero-copy .button-row{display:grid;grid-template-columns:1fr 1fr}.hero-proof{margin-top:22px;padding-top:16px;justify-content:space-between}.hero-proof strong{font-size:16px}.hero-proof span{font-size:10px}
  .hero-visual{width:100%;height:325px}.hero-orb{width:300px;height:300px;top:7px}.hero-products{height:315px;width:310px}.floating-note{display:none}
  .trust-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:10px 6px;border-radius:14px;margin-top:0;box-shadow:none}.trust-strip article{display:flex;flex-direction:column;text-align:center;gap:6px;padding:8px 4px;border:0!important}.trust-strip article:nth-child(4){display:none}.trust-strip strong{font-size:10px}.trust-strip small{font-size:8px}.mini-icon{width:34px;height:34px;border-radius:50%}
  .section{padding:42px 0}.section-heading{margin-bottom:20px;gap:8px}.section-heading h2,.split-promo h2,.community-section h2,.viewer-copy h2,.affiliate-info h2,.form-title h2,.conversion-band h2,.contact-form-card h2{font-size:27px}.section-heading .text-link{align-self:flex-end;margin-top:-32px}
  .category-grid{display:flex;overflow-x:auto;gap:10px;padding:2px 1px 12px;scroll-snap-type:x proximity;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-grid button{flex:0 0 108px;min-height:112px;padding:15px 7px;border-radius:16px;scroll-snap-align:start}.category-grid span{width:46px;height:46px;font-size:20px;border-radius:50%}.category-grid small{display:none}.category-grid.compact button{flex-basis:105px;min-height:100px}
  .product-grid,.product-grid-featured{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:15px;padding:8px}.product-media{height:145px;border-radius:11px}.product-tag{left:7px;top:7px;font-size:8px;padding:4px 6px}.product-favorite{right:7px;top:7px;width:28px;height:28px}.product-body{padding:10px 2px 2px}.product-category{font-size:8px}.product-card h3{font-size:12px;min-height:48px;margin:5px 0}.product-description{display:none}.product-price{font-size:15px}.add-cart{width:32px;height:32px;border-radius:9px;font-size:18px}
  .promo-card{padding:22px;border-radius:20px}.promo-card h2{font-size:25px}.promo-card p{font-size:13px}.promo-card img{height:190px}.split-promo{gap:14px}
  .editorial-grid{gap:12px}.editorial-card{min-height:230px}.community-section{padding-top:46px}.testimonial-slider{padding:22px}.testimonial p{font-size:16px}

  .page-hero-grid{padding:30px 0 12px;gap:10px}.page-hero-grid .breadcrumb{font-size:9px}.store-hero-image,.catalog-cover{height:240px}.affiliate-hero-art{height:290px}.affiliate-person{height:280px;right:23%}.affiliate-cluster{height:170px;right:-6%}
  .quick-benefits{display:flex;overflow-x:auto;gap:10px;padding:13px 0;scrollbar-width:none}.quick-benefits::-webkit-scrollbar{display:none}.quick-benefits article{flex:0 0 225px;padding:15px;border-radius:15px}.quick-benefits img{width:46px;height:46px}

  .store-layout{padding-top:20px;display:block}.mobile-store-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0 0 15px}.mobile-store-actions button{height:42px;border:1px solid var(--line);border-radius:10px;background:#f5f8fc;color:var(--navy);font-size:12px;font-weight:800}
  .filter-panel{position:fixed!important;left:0;right:0;bottom:0;top:auto!important;max-height:84dvh;overflow-y:auto;border-radius:24px 24px 0 0;padding:22px 18px 90px;z-index:130;transform:translateY(105%);transition:transform .28s ease;box-shadow:0 -25px 70px rgba(3,25,48,.25)}.filter-panel.mobile-open{transform:translateY(0)}
  body.filter-open::before{content:"";position:fixed;inset:0;background:rgba(4,19,37,.5);z-index:125;backdrop-filter:blur(3px)}
  .filter-head{position:sticky;top:-22px;background:#fff;z-index:2;padding:16px 0 11px}.filter-head>div{display:flex;align-items:center;gap:6px}.mobile-filter-close{display:grid!important;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--soft)!important;color:var(--navy)!important;font-size:24px}
  .help-card{display:none}.store-toolbar{align-items:center;flex-direction:row;margin-bottom:14px}.store-toolbar strong{font-size:13px}.toolbar-actions select,.view-toggle{display:none}.active-chips{margin-top:5px}.offer-banner{padding:14px 16px;border-radius:13px}.offer-banner strong{font-size:15px}.offer-banner button{font-size:11px}
  .product-grid.list-view{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid.list-view .product-card{display:block}.product-grid.list-view .product-media{height:145px}.pagination{margin-top:22px}.pagination button{width:34px;height:34px}
  .conversion-band{padding:42px 0}.conversion-band .btn{width:100%}

  .catalog-benefits{display:grid;grid-template-columns:1fr 1fr;gap:8px}.catalog-benefits span{font-size:10px}.catalog-viewer-section{padding-top:30px;gap:18px}.pdf-shell{border-radius:15px}.pdf-toolbar{padding:10px 12px;font-size:10px}.pdf-frame-wrap{height:520px}.viewer-copy{padding:3px}.viewer-copy .btn{width:100%}.catalog-bottom-promos .promo-card img{height:155px}

  .affiliate-form-section{padding-top:24px;display:block}.affiliate-info{display:none}.form-card{padding:20px 16px;border-radius:18px;box-shadow:none}.form-title{margin-bottom:16px}.form-title>span{width:38px;height:38px}.form-title h2{font-size:22px}.form-title p{font-size:11px}
  .affiliate-progress{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:start;margin:4px 0 26px}.progress-step{display:flex;align-items:center;flex-direction:column;gap:5px;color:#9aa8b8;min-width:48px}.progress-step span{width:27px;height:27px;border-radius:50%;border:1px solid #cbd8e6;background:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.progress-step small{font-size:8px;text-align:center;line-height:1.1}.progress-step.active,.progress-step.complete{color:var(--blue)}.progress-step.active span{background:var(--blue);border-color:var(--blue);color:#fff}.progress-step.complete span{background:#20bd73;border-color:#20bd73;color:#fff}.progress-line{height:2px;background:#dce6f0;margin-top:13px}.progress-line.complete{background:#20bd73}
  .affiliate-step{display:none;margin:0}.affiliate-step.active{display:block;animation:pageIn .25s ease}.affiliate-step legend{font-size:14px;margin-bottom:12px}.affiliate-success.active{display:block}.affiliate-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.affiliate-form-actions .btn{min-width:0;padding:0 10px}.affiliate-form-actions.one-button{grid-template-columns:1fr}.affiliate-form-actions.hidden{display:none}#affiliatePrev,#affiliateNext{display:inline-flex}#affiliateSubmit{display:none}.affiliate-form-actions.is-last #affiliateNext{display:none}.affiliate-form-actions.is-last #affiliateSubmit{display:inline-flex}.affiliate-form-actions.is-first #affiliatePrev{visibility:hidden}.form-grid{grid-template-columns:1fr;gap:11px}.form-grid label.full{grid-column:auto}.form-grid input,.form-grid select{min-height:45px}.consent{margin:16px 0}.form-security{font-size:9px}.form-message{font-size:11px}
  .process-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:12px;scrollbar-width:none}.process-grid::-webkit-scrollbar{display:none}.process-grid article{flex:0 0 220px;padding:22px 14px}.benefit-grid{display:flex;overflow-x:auto;gap:10px;padding-bottom:12px;scrollbar-width:none}.benefit-grid article{flex:0 0 250px;padding:22px}.faq-list details{padding:0 15px}.faq-list summary{font-size:13px}

  .simple-page-hero{padding:36px 0}.price-tools{gap:8px}.price-tools .btn{width:100%}.table-wrap{overflow:visible}.price-table,.price-table tbody,.price-table tr,.price-table td{display:block;width:100%}.price-table thead{display:none}.price-table tr{border:1px solid var(--line);border-radius:14px;padding:13px;margin-bottom:10px;background:#fff}.price-table td{border:0!important;padding:6px 0 6px 45%;position:relative;min-height:30px;font-size:12px}.price-table td::before{position:absolute;left:0;top:6px;width:42%;font-weight:800;color:#607289}.price-table td:nth-child(1)::before{content:"Producto"}.price-table td:nth-child(2)::before{content:"Categoría"}.price-table td:nth-child(3)::before{content:"Presentación"}.price-table td:nth-child(4)::before{content:"Precio"}.price-table td:nth-child(5){padding-left:0}.price-table td:nth-child(5)::before{display:none}.price-table td button{width:100%}
  .contact-grid{padding-top:30px}.contact-form-card{padding:22px 17px}.contact-cards article{padding:18px}.tips-filter{display:flex;overflow-x:auto;white-space:nowrap;padding-bottom:8px}.tips-grid{gap:12px}.tips-grid article{padding:20px;min-height:220px}
  .site-footer{padding-top:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-brand{grid-column:1/-1;text-align:center}.footer-brand img{margin:auto}.footer-brand p{margin:0 auto 15px}.socials{justify-content:center}.footer-grid>div:not(.footer-brand){align-items:flex-start}.footer-bottom{margin-bottom:0}.footer-bottom .container{padding-bottom:20px}
  .toast{bottom:82px;width:calc(100% - 28px);text-align:center}
}
.form-security.hidden{display:none}
