:root{
  --bg:#05070b;--bg-2:#0b0f17;--panel:#0f1520;--panel-2:#141c29;--line:rgba(255,255,255,.09);
  --text:#f7f9fc;--muted:#9aa7b8;--brand:#00a4c2;--brand-2:#35d7ec;--accent:#087f96;--ok:#28d79f;
  --radius:24px;--radius-sm:16px;--shadow:0 24px 70px rgba(0,0,0,.35);--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;font-family:'Plus Jakarta Sans',system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;padding-bottom:0}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.muted{color:var(--muted)}
::selection{background:var(--brand);color:#111}.noise{position:fixed;inset:0;pointer-events:none;opacity:.022;z-index:60;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.page-transition{position:fixed;inset:0;background:#05070b;z-index:999;pointer-events:none;transform:translateY(100%)}body.is-leaving .page-transition{animation:leavePage .42s cubic-bezier(.8,0,.2,1) forwards}@keyframes leavePage{to{transform:translateY(0)}}
.loader{position:fixed;inset:0;z-index:1200;background:#05070b;display:grid;place-items:center;transition:.5s}.loader.hide{opacity:0;visibility:hidden}.loader-box{display:grid;justify-items:center;gap:18px}.loader-orbit{width:86px;height:86px;border:1px solid rgba(255,255,255,.13);border-radius:50%;position:relative;animation:spin 1.4s linear infinite}.loader-orbit:before{content:"";position:absolute;width:12px;height:12px;background:var(--brand);border-radius:50%;top:-6px;left:50%;box-shadow:0 0 22px var(--brand)}.loader-logo{width:74px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%}.loader-copy{text-align:center}.loader-copy strong{display:block;letter-spacing:.22em;font-size:14px}.loader-copy span{color:var(--muted);font-size:15px;letter-spacing:.12em}@keyframes spin{to{transform:rotate(360deg)}}
.topbar{background:linear-gradient(90deg,var(--brand),var(--brand-2));color:#111;font-size:14px;font-weight:800}.topbar .container{height:34px;display:flex;align-items:center;justify-content:center;gap:9px}.site-header{position:sticky;top:0;z-index:80;background:rgba(5,7,11,.82);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s}.site-header.scrolled{border-color:var(--line);box-shadow:0 10px 35px rgba(0,0,0,.18)}.header-inner{height:76px;display:flex;align-items:center;gap:24px}.brand img{width:152px;max-height:48px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.desktop-nav a{padding:10px 11px;border-radius:12px;color:#cbd3df;font-size:15px;font-weight:700;transition:.2s}.desktop-nav a:hover,.desktop-nav a.active{color:#fff;background:rgba(255,255,255,.07)}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn,.cart-btn,.menu-toggle{width:44px;height:44px;border:1px solid var(--line);background:rgba(255,255,255,.045);color:#fff;border-radius:14px;display:grid;place-items:center;cursor:pointer;position:relative}.cart-btn span{position:absolute;right:-5px;top:-5px;background:var(--brand);color:#111;border:3px solid var(--bg);min-width:22px;height:22px;padding:0 5px;border-radius:20px;display:grid;place-items:center;font-size:15px;font-weight:900}.menu-toggle{display:none}.mobile-menu{display:none}
.btn{border:0;border-radius:14px;padding:13px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:.22s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#17120a;box-shadow:0 10px 28px rgba(0,164,194,.18)}.btn-secondary{background:#fff;color:#111}.btn-ghost{background:rgba(255,255,255,.055);color:#fff;border:1px solid var(--line)}.btn-lg{padding:15px 21px;border-radius:16px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand-2);font-weight:800;font-size:15px;letter-spacing:.12em;text-transform:uppercase}.section{padding:86px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-head h2,.page-title{font-size:clamp(32px,5vw,58px);line-height:1.02;letter-spacing:-.045em;margin:9px 0 0}.section-head h2 span,.page-title span,.hero h1 span{color:var(--brand)}.section-head p{max-width:520px;color:var(--muted);line-height:1.7;margin:0}
.hero{position:relative;overflow:hidden;min-height:calc(100svh - 110px);display:flex;align-items:center;padding:54px 0 66px}.hero:before{content:"";position:absolute;width:630px;height:630px;border-radius:50%;background:radial-gradient(circle,rgba(8,127,150,.22),transparent 67%);right:-180px;top:-130px;animation:blob 8s ease-in-out infinite}.hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(0,164,194,.14),transparent 66%);left:-240px;bottom:-230px;animation:blob 10s ease-in-out infinite reverse}@keyframes blob{50%{transform:translate3d(30px,25px,0) scale(1.06)}}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;position:relative;z-index:2}.hero-copy h1{font-size:clamp(48px,7vw,88px);line-height:.94;letter-spacing:-.065em;margin:18px 0 22px;max-width:760px}.hero-copy>p{color:#aeb8c7;font-size:18px;line-height:1.7;max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.hero-pills span{border:1px solid var(--line);background:rgba(255,255,255,.035);padding:9px 12px;border-radius:999px;color:#bec8d6;font-size:14px;font-weight:700}.hero-pills i{color:var(--brand);margin-right:5px}.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}.hero-card{width:min(100%,480px);aspect-ratio:.86;border-radius:38px;overflow:hidden;position:relative;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.13);transform:rotate(2deg);animation:floatCard 5s ease-in-out infinite}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,7,11,.72))}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;z-index:3;background:rgba(10,13,20,.86);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:18px;padding:13px 15px;display:flex;align-items:center;gap:11px;box-shadow:0 18px 50px rgba(0,0,0,.25)}.hero-badge i{width:37px;height:37px;background:rgba(0,164,194,.15);color:var(--brand);border-radius:12px;display:grid;place-items:center}.hero-badge strong{font-size:14px;display:block}.hero-badge small{font-size:15px;color:var(--muted)}.hero-badge.one{left:-12px;top:22%}.hero-badge.two{right:-18px;bottom:18%}.hero-orbit{position:absolute;width:520px;height:520px;border:1px dashed rgba(255,255,255,.12);border-radius:50%;animation:spin 25s linear infinite}@keyframes floatCard{50%{transform:translateY(-12px) rotate(-1deg)}}
.welcome-mobile{display:none}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-30px;position:relative;z-index:4}.quick-card{background:linear-gradient(155deg,var(--panel-2),var(--panel));border:1px solid var(--line);padding:21px;border-radius:20px;min-height:130px;transition:.25s}.quick-card:hover{transform:translateY(-5px);border-color:rgba(0,164,194,.35)}.quick-card i{width:42px;height:42px;background:rgba(0,164,194,.12);color:var(--brand);display:grid;place-items:center;border-radius:13px;font-size:20px}.quick-card strong{display:block;margin-top:18px;font-size:14px}.quick-card span{color:var(--muted);font-size:15px;display:block;margin-top:4px}
.category-showcase{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-tile{border:1px solid var(--line);background:linear-gradient(155deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border-radius:20px;padding:20px;min-height:176px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s;position:relative;overflow:hidden}.category-tile:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:rgba(8,127,150,.14);right:-40px;top:-35px;transition:.3s}.category-tile:hover{transform:translateY(-5px);border-color:rgba(0,164,194,.32)}.category-tile:hover:before{transform:scale(1.3)}.category-tile i{font-size:25px;color:var(--brand)}.category-tile strong{font-size:15px}.category-tile span{font-size:15px;color:var(--muted)}
.featured-row,.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:linear-gradient(160deg,var(--panel-2),var(--panel));border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.28s;position:relative}.product-card:hover{transform:translateY(-7px);border-color:rgba(255,255,255,.17);box-shadow:0 25px 60px rgba(0,0,0,.22)}.product-media{aspect-ratio:1/1;overflow:hidden;background:#10141c;position:relative}.product-media img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-card:hover .product-media img{transform:scale(1.045)}.badge{position:absolute;left:12px;top:12px;background:rgba(5,7,11,.82);backdrop-filter:blur(8px);padding:7px 9px;border-radius:9px;font-size:12px;font-weight:800;letter-spacing:.05em}.product-content{padding:17px}.product-cat{font-size:12px;color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.1em}.product-content h3{font-size:15px;line-height:1.35;margin:7px 0 8px}.product-content p{font-size:15px;color:var(--muted);line-height:1.55;margin:0;min-height:34px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px}.price strong{font-size:15px}.price small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.product-actions{display:flex;gap:7px}.product-actions button{width:36px;height:36px;border-radius:11px;border:1px solid var(--line);background:rgba(255,255,255,.05);color:#fff;cursor:pointer}.product-actions button.primary{background:var(--brand);color:#111;border-color:transparent}.home-cta{border-radius:28px;overflow:hidden;background:linear-gradient(120deg,#171d29,#11151e);border:1px solid var(--line);padding:36px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;position:relative}.home-cta:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-50px;top:-110px;background:rgba(0,164,194,.13)}.home-cta h3{font-size:clamp(24px,4vw,40px);letter-spacing:-.04em;margin:4px 0 8px}.home-cta p{color:var(--muted);margin:0;max-width:620px;line-height:1.6}
.page-hero{padding:74px 0 42px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-180px;top:-220px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(8,127,150,.2),transparent 68%)}.page-hero .container{position:relative;z-index:2}.page-hero p{color:var(--muted);line-height:1.7;max-width:650px;font-size:16px}.breadcrumb{display:flex;gap:8px;color:var(--muted);font-size:15px;margin-bottom:18px}.breadcrumb a{color:#fff}.catalog-toolbar{position:sticky;top:77px;z-index:40;background:rgba(5,7,11,.92);backdrop-filter:blur(16px);padding:16px 0;border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.toolbar-inner{display:flex;align-items:center;gap:14px}.search-box{flex:1;min-width:240px;position:relative}.search-box i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--muted)}.search-box input{width:100%;height:48px;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.045);color:#fff;padding:0 15px 0 44px;outline:none}.search-box input:focus{border-color:rgba(0,164,194,.5);box-shadow:0 0 0 4px rgba(0,164,194,.08)}.filter-scroll{display:flex;gap:8px;overflow:auto;scrollbar-width:none}.filter-scroll::-webkit-scrollbar{display:none}.filter-chip{flex:0 0 auto;height:42px;padding:0 14px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.035);color:#cbd3df;font-weight:700;font-size:15px;cursor:pointer}.filter-chip.active{background:var(--brand);color:#111;border-color:transparent}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.empty-state{padding:70px 20px;text-align:center;border:1px dashed var(--line);border-radius:22px;color:var(--muted)}
.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:22px}.personal-card{border:1px solid var(--line);border-radius:30px;overflow:hidden;background:var(--panel);position:relative}.personal-media{aspect-ratio:1.08;overflow:hidden}.personal-media img{width:100%;height:100%;object-fit:cover}.personal-body{padding:26px}.personal-body h2{font-size:31px;letter-spacing:-.04em;margin:8px 0}.personal-body p{color:var(--muted);line-height:1.7}.feature-pills{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 24px}.feature-pills span{background:rgba(255,255,255,.045);border:1px solid var(--line);padding:8px 10px;border-radius:10px;font-size:15px;color:#d2d9e4}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step-card{padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--panel)}.step-card b{width:36px;height:36px;background:var(--brand);color:#111;border-radius:12px;display:grid;place-items:center}.step-card h3{font-size:14px;margin:16px 0 6px}.step-card p{font-size:15px;line-height:1.5;color:var(--muted);margin:0}
.promo-card{border-radius:24px;overflow:hidden;position:relative;min-height:360px;border:1px solid var(--line);background:#111}.promo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}.promo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(5,7,11,.93))}.promo-card:hover img{transform:scale(1.05)}.promo-copy{position:absolute;left:20px;right:20px;bottom:20px;z-index:3}.promo-copy strong{display:block;font-size:18px}.promo-copy span{color:#cbd3df;font-size:15px;margin-top:5px;display:block}.catalog-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.catalog-card{border:1px solid var(--line);border-radius:20px;padding:21px;display:flex;align-items:center;gap:16px;background:linear-gradient(150deg,var(--panel-2),var(--panel));transition:.25s}.catalog-card:hover{transform:translateY(-4px);border-color:rgba(0,164,194,.3)}.catalog-icon{width:52px;height:52px;border-radius:15px;background:rgba(0,164,194,.12);color:var(--brand);display:grid;place-items:center;font-size:22px}.catalog-card div:nth-child(2){flex:1}.catalog-card strong{font-size:14px;display:block}.catalog-card span{font-size:15px;color:var(--muted);display:block;margin-top:5px}.catalog-card>.bi{color:var(--muted)}
.loyalty-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}.loyalty-img{border-radius:30px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);transform:rotate(-2deg)}.loyalty-copy h1{font-size:clamp(38px,6vw,68px);letter-spacing:-.055em;line-height:.98;margin:13px 0 18px}.loyalty-copy p{color:var(--muted);line-height:1.75}.loyalty-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:25px 0}.loyalty-benefits div{padding:15px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.035)}.loyalty-benefits i{color:var(--brand)}.loyalty-benefits strong{font-size:15px;display:block;margin-top:8px}.location-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}.store-panel,.map-panel{background:var(--panel);border:1px solid var(--line);border-radius:26px;overflow:hidden}.store-photo{aspect-ratio:1.6}.store-photo img{width:100%;height:100%;object-fit:cover}.store-info{padding:25px}.store-info h2{font-size:28px;letter-spacing:-.04em;margin:8px 0 18px}.contact-list{display:grid;gap:13px}.contact-row{display:flex;gap:12px;align-items:flex-start}.contact-row i{width:39px;height:39px;border-radius:12px;background:rgba(0,164,194,.11);color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.contact-row strong{font-size:15px;display:block}.contact-row span{color:var(--muted);font-size:15px;line-height:1.45;display:block;margin-top:3px}.map-panel iframe{width:100%;height:100%;min-height:580px;border:0}
.footer{border-top:1px solid var(--line);padding:48px 0 110px;background:#04060a}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}.footer-brand img{width:160px}.footer p{color:var(--muted);max-width:400px;line-height:1.65;font-size:14px}.footer h4{font-size:14px;margin:0 0 13px}.footer-links{display:grid;gap:9px}.footer-links a{color:#aeb9c8;font-size:15px}.footer-bottom{border-top:1px solid var(--line);margin-top:36px;padding-top:20px;color:#778395;font-size:15px;display:flex;justify-content:space-between;gap:12px}.mobile-bottom-nav{display:none}
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:180;opacity:0;visibility:hidden;transition:.25s}.cart-overlay.show{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);z-index:190;background:#0a0e15;border-left:1px solid var(--line);transform:translateX(102%);transition:.35s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:none}.cart-head{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--line)}.cart-head h3{font-size:16px}.cart-items{padding:14px 18px;display:grid;gap:11px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:12px;padding:9px;background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:16px}.cart-item img{width:62px;height:62px;object-fit:cover;border-radius:12px}.cart-item strong{font-size:15px}.cart-item small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.cart-item button{border:0;background:transparent;color:#ee7a7a;cursor:pointer}.cart-empty{height:100%;display:grid;place-items:center;text-align:center;color:var(--muted)}.cart-empty i{font-size:36px;display:block;margin-bottom:10px;color:#566174}.cart-footer{padding:18px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;margin-bottom:12px}.cart-total span{color:var(--muted);font-size:15px}.cart-total strong{font-size:18px}.cart-footer .btn{width:100%}.product-modal{position:fixed;inset:0;z-index:220;background:rgba(0,0,0,.72);backdrop-filter:blur(12px);display:grid;place-items:center;padding:22px;opacity:0;visibility:hidden;transition:.25s}.product-modal.open{opacity:1;visibility:visible}.modal-card{width:min(880px,100%);max-height:90svh;overflow:auto;background:#0b1018;border:1px solid var(--line);border-radius:28px;position:relative;transform:translateY(16px) scale(.98);transition:.25s}.product-modal.open .modal-card{transform:none}.modal-close{position:absolute;z-index:4;right:14px;top:14px}.modal-product{display:grid;grid-template-columns:1fr 1fr}.modal-image{min-height:520px;background:#111}.modal-image>img{width:100%;height:100%;object-fit:cover}.modal-copy{padding:42px 32px}.modal-copy h2{font-size:34px;line-height:1.05;letter-spacing:-.04em;margin:10px 0}.modal-copy p{color:var(--muted);line-height:1.7}.modal-price{font-size:24px;font-weight:800;margin:20px 0}.modal-thumbs{display:flex;gap:7px;padding:10px;position:absolute;bottom:10px;left:10px}.modal-thumbs button{padding:0;border:2px solid rgba(255,255,255,.2);background:none;border-radius:10px;overflow:hidden}.modal-thumbs img{width:54px;height:54px;object-fit:cover}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.12s}
@media(max-width:980px){body{padding-bottom:0}.container{width:min(calc(100% - 28px),var(--container))}.topbar{display:none}.header-inner{height:66px}.brand img{width:126px}.desktop-nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:grid}.mobile-menu{position:absolute;left:14px;right:14px;top:72px;background:rgba(10,14,21,.98);border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:var(--shadow);display:grid;gap:3px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.22s}.mobile-menu.open{opacity:1;visibility:visible;transform:none}.mobile-menu a{padding:13px;border-radius:12px;color:#d5dce7;font-size:14px;font-weight:700}.mobile-menu a.active{background:rgba(0,164,194,.12);color:var(--brand)}.hero{min-height:auto;padding:28px 0 54px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-copy{text-align:center}.hero-copy h1{font-size:clamp(48px,12vw,70px);max-width:760px;margin-left:auto;margin-right:auto}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-pills{justify-content:center}.hero-visual{min-height:480px}.hero-card{width:min(78vw,430px)}.quick-grid{grid-template-columns:1fr 1fr;margin-top:-18px}.category-showcase{grid-template-columns:repeat(3,1fr)}.featured-row,.product-grid,.promo-grid{grid-template-columns:repeat(2,1fr)}.section{padding:68px 0}.section-head{align-items:flex-start;flex-direction:column}.split-feature,.loyalty-hero,.location-grid{grid-template-columns:1fr}.catalog-list{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr 1fr}.map-panel iframe{min-height:430px}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:100;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(11,15,22,.94);backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:20px;padding:7px;box-shadow:0 18px 60px rgba(0,0,0,.42)}.mobile-bottom-nav a{display:grid;place-items:center;gap:4px;color:#8693a5;font-size:12px;font-weight:800;padding:7px 2px;border-radius:13px}.mobile-bottom-nav i{font-size:18px}.mobile-bottom-nav a.active{background:rgba(0,164,194,.13);color:var(--brand)}.mobile-bottom-nav .wa-nav{background:#1fbd69;color:#fff}.footer{padding-bottom:28px}.catalog-toolbar{top:66px}.toolbar-inner{align-items:stretch;flex-direction:column}.filter-scroll{width:100%}}
@media(max-width:600px){.container{width:calc(100% - 24px)}.site-header{background:rgba(5,7,11,.92)}.header-inner{height:62px}.brand img{width:116px}.header-actions .btn{display:none}.icon-btn,.cart-btn,.menu-toggle{width:40px;height:40px;border-radius:12px}.mobile-menu{top:67px}.hero{padding:18px 0 34px}.hero-grid{gap:22px}.hero-copy{text-align:left}.hero-copy .eyebrow{font-size:12px}.hero-copy h1{font-size:clamp(44px,14vw,60px);margin:12px 0 14px;text-align:left;line-height:.93}.hero-copy>p{font-size:14px;line-height:1.6;text-align:left}.hero-actions{justify-content:stretch;display:grid;grid-template-columns:1fr 1fr;margin-top:20px}.hero-actions .btn{padding:13px 10px;font-size:15px}.hero-pills{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;margin:20px -12px 0;padding:0 12px 5px;scrollbar-width:none}.hero-pills::-webkit-scrollbar{display:none}.hero-pills span{flex:0 0 auto;font-size:12px;padding:8px 10px}.hero-visual{min-height:330px;margin-top:3px}.hero-card{width:78vw;max-width:330px;border-radius:28px}.hero-orbit{width:350px;height:350px}.hero-badge{padding:9px 10px;border-radius:13px}.hero-badge i{width:30px;height:30px;border-radius:9px}.hero-badge strong{font-size:12px}.hero-badge small{font-size:12px}.hero-badge.one{left:0;top:19%}.hero-badge.two{right:0;bottom:13%}.welcome-mobile{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.welcome-mobile div strong{display:block;font-size:14px}.welcome-mobile div span{font-size:12px;color:var(--muted)}.welcome-avatar{width:40px;height:40px;border-radius:13px;overflow:hidden;border:1px solid var(--line)}.welcome-avatar img{width:100%;height:100%;object-fit:cover}.quick-grid{grid-template-columns:1fr 1fr;gap:9px;margin-top:0}.quick-card{padding:14px;min-height:104px;border-radius:17px}.quick-card i{width:35px;height:35px;font-size:16px}.quick-card strong{margin-top:13px;font-size:15px}.quick-card span{font-size:12px}.section{padding:48px 0}.section-head{gap:12px;margin-bottom:20px}.section-head h2,.page-title{font-size:35px}.section-head p,.page-hero p{font-size:14px;line-height:1.6}.category-showcase{display:flex;overflow:auto;margin:0 -12px;padding:0 12px 6px;gap:10px;scrollbar-width:none}.category-showcase::-webkit-scrollbar{display:none}.category-tile{flex:0 0 150px;min-height:138px;padding:15px;border-radius:17px}.category-tile strong{font-size:14px}.category-tile span{font-size:12px}.featured-row{display:flex;overflow:auto;margin:0 -12px;padding:0 12px 7px;gap:11px;scroll-snap-type:x mandatory;scrollbar-width:none}.featured-row::-webkit-scrollbar{display:none}.featured-row .product-card{flex:0 0 76vw;max-width:285px;scroll-snap-align:start}.product-card{border-radius:18px}.product-content{padding:13px}.product-content h3{font-size:14px}.product-content p{font-size:12px;min-height:29px}.price strong{font-size:14px}.home-cta{grid-template-columns:1fr;padding:22px;border-radius:21px}.home-cta h3{font-size:27px}.home-cta p{font-size:15px}.home-cta .btn{width:100%}.page-hero{padding:44px 0 25px}.breadcrumb{font-size:12px}.catalog-toolbar{padding:11px 0}.search-box input{height:44px}.filter-chip{height:37px;font-size:12px}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-grid .product-media{aspect-ratio:.92}.product-grid .product-content p{display:none}.product-grid .product-content h3{font-size:15px;min-height:30px}.product-grid .product-foot{align-items:end}.product-grid .product-actions button{width:32px;height:32px;border-radius:9px}.product-grid .product-actions button:first-child{display:none}.split-feature{gap:14px}.personal-card{border-radius:22px}.personal-body{padding:19px}.personal-body h2{font-size:26px}.personal-body p{font-size:15px}.feature-pills span{font-size:12px}.process-grid{grid-template-columns:1fr 1fr;gap:9px}.step-card{padding:15px;border-radius:16px}.step-card p{font-size:12px}.promo-grid{grid-template-columns:1fr;gap:12px}.promo-card{min-height:390px}.catalog-card{padding:15px;border-radius:16px}.catalog-icon{width:45px;height:45px}.loyalty-hero{gap:26px}.loyalty-img{border-radius:22px}.loyalty-copy h1{font-size:39px}.loyalty-copy p{font-size:15px}.loyalty-benefits{grid-template-columns:1fr 1fr 1fr;gap:7px}.loyalty-benefits div{padding:10px;border-radius:12px}.loyalty-benefits strong{font-size:12px}.store-panel,.map-panel{border-radius:20px}.store-info{padding:19px}.map-panel iframe{min-height:420px}.footer-grid{grid-template-columns:1fr;gap:25px}.footer .footer-links-col{display:none}.footer-bottom{flex-direction:column}.product-modal{padding:0;align-items:end}.modal-card{border-radius:24px 24px 0 0;max-height:92svh}.modal-product{grid-template-columns:1fr}.modal-image{min-height:340px;max-height:46svh}.modal-copy{padding:22px 18px 28px}.modal-copy h2{font-size:27px}.modal-copy p{font-size:15px}.modal-copy .btn{width:100%;margin:4px 0}.cart-drawer{top:auto;height:92svh;border-radius:24px 24px 0 0;border:1px solid var(--line);transform:translateY(102%)}.cart-drawer.open{transform:none}.cart-head{height:66px}}
@media(max-width:360px){.product-grid{grid-template-columns:1fr}.product-grid .product-content p{display:block}.hero-actions{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr 1fr}.mobile-bottom-nav a span{display:none}.mobile-bottom-nav a{padding:10px 2px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* ANDROMEDA BRAND THEME — negro + blanco + turquesa del logo */
:root{
  --brand:#00a4c2;
  --brand-2:#35d7ec;
  --accent:#087f96;
  --brand-soft:rgba(0,164,194,.12);
  --brand-line:rgba(0,164,194,.28);
}
.topbar{background:linear-gradient(90deg,#0093af 0%,#00a4c2 48%,#35d7ec 100%);color:#001014}
.site-header{background:rgba(3,6,9,.88)}
.site-header.scrolled{border-color:rgba(0,164,194,.16);box-shadow:0 12px 36px rgba(0,0,0,.28),0 1px 0 rgba(0,164,194,.06)}
.brand{background:#fff;border-radius:13px;padding:5px 9px;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.brand img{width:150px;max-height:43px}
.desktop-nav a:hover,.desktop-nav a.active{background:rgba(0,164,194,.10);color:#f8feff}
.desktop-nav a.active{box-shadow:inset 0 0 0 1px rgba(0,164,194,.18)}
.icon-btn,.cart-btn,.menu-toggle{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.04)}
.icon-btn:hover,.cart-btn:hover,.menu-toggle:hover{border-color:rgba(0,164,194,.36);color:#35d7ec;background:rgba(0,164,194,.08)}
.btn-primary{background:linear-gradient(135deg,#00a4c2,#35d7ec);color:#001014;box-shadow:0 12px 30px rgba(0,164,194,.20)}
.btn-primary:hover{box-shadow:0 16px 38px rgba(0,164,194,.28)}
.btn-ghost:hover{border-color:rgba(0,164,194,.34);background:rgba(0,164,194,.07)}
.hero:before{background:radial-gradient(circle,rgba(0,164,194,.18),transparent 67%)}
.hero:after{background:radial-gradient(circle,rgba(53,215,236,.10),transparent 66%)}
.hero-card{box-shadow:0 28px 80px rgba(0,0,0,.42),0 0 0 1px rgba(0,164,194,.05)}
.hero-orbit{border-color:rgba(53,215,236,.16)}
.hero-badge{border-color:rgba(0,164,194,.16)}
.hero-badge i,.quick-card i{background:rgba(0,164,194,.12);color:#35d7ec}
.quick-card:hover,.category-tile:hover{border-color:rgba(0,164,194,.34);box-shadow:0 18px 42px rgba(0,164,194,.06)}
.category-tile:before{background:rgba(0,164,194,.10)}
.product-card:hover{border-color:rgba(0,164,194,.28);box-shadow:0 24px 60px rgba(0,0,0,.28),0 0 32px rgba(0,164,194,.06)}
.product-cat,.eyebrow,.breadcrumb span{color:#35d7ec}
.search-box:focus-within{border-color:rgba(0,164,194,.48);box-shadow:0 0 0 4px rgba(0,164,194,.08)}
.filter-chip.active{background:#00a4c2;color:#001014;border-color:#00a4c2}
.mobile-bottom-nav{background:rgba(3,7,10,.95);border-top-color:rgba(0,164,194,.14)}
.mobile-bottom-nav a.active{color:#35d7ec}
.mobile-bottom-nav a.active i{background:rgba(0,164,194,.12);box-shadow:0 0 0 1px rgba(0,164,194,.14) inset}
.footer{border-top:1px solid rgba(0,164,194,.13);background:linear-gradient(180deg,#05080b,#020405)}
.footer a:hover{color:#35d7ec}
.loader{background:radial-gradient(circle at 50% 48%,rgba(0,164,194,.10),transparent 28%),#030609}
.loader-orbit{border-color:rgba(0,164,194,.28)}
.loader-orbit:before{background:#00a4c2;box-shadow:0 0 24px #00a4c2}
::selection{background:#00a4c2;color:#001014}
@media(max-width:820px){
  .brand{padding:4px 7px;border-radius:11px}
  .brand img{width:132px;max-height:39px}
  .mobile-menu a:hover,.mobile-menu a.active{background:rgba(0,164,194,.08);color:#35d7ec}
}


/* =============================================================
   ANDROMEDA PREMIUM FOOTER V2
   Negro espacial + blanco + turquesa del logo
============================================================= */
.footer.footer-premium{
  --footer-accent:#00a4c2;
  --footer-accent-2:#35d7ec;
  --footer-rgb:0,164,194;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:76px 0 0;
  border-top:1px solid rgba(var(--footer-rgb),.18);
  background:
    radial-gradient(circle at 9% 5%,rgba(0,164,194,.10),transparent 30%),
    radial-gradient(circle at 93% 92%,rgba(53,215,236,.07),transparent 28%),
    linear-gradient(180deg,#05090c 0%,#020405 100%);
  color:#fff;
}
.footer.footer-premium:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.12;
  background-image:
    radial-gradient(circle at 12% 32%,#fff 0 1px,transparent 1.3px),
    radial-gradient(circle at 35% 78%,#fff 0 1px,transparent 1.3px),
    radial-gradient(circle at 64% 26%,#fff 0 1px,transparent 1.3px),
    radial-gradient(circle at 82% 54%,#fff 0 1px,transparent 1.3px),
    radial-gradient(circle at 92% 17%,#fff 0 1px,transparent 1.3px);
  background-size:280px 210px,340px 260px,300px 230px,360px 280px,250px 190px;
}
.footer-glow{position:absolute;z-index:-1;border-radius:999px;pointer-events:none;filter:blur(100px);opacity:.20}
.footer-glow-one{width:340px;height:340px;top:-220px;left:-130px;background:var(--footer-accent-2)}
.footer-glow-two{width:310px;height:310px;right:-170px;bottom:-170px;background:var(--footer-accent);opacity:.13}
.footer-watermark{
  position:absolute;z-index:-1;right:-20px;top:18px;pointer-events:none;user-select:none;
  font-size:clamp(80px,10vw,165px);font-weight:800;line-height:1;letter-spacing:-.065em;
  color:transparent;-webkit-text-stroke:1px rgba(53,215,236,.035);opacity:.8
}
.footer-premium-grid{
  position:relative;z-index:2;display:grid;grid-template-columns:minmax(280px,1.55fr) .86fr .86fr 1fr;
  gap:50px;align-items:start
}
.footer-brand-section{min-width:0;max-width:440px}
.footer-brand-premium{display:inline-flex;align-items:center;text-decoration:none;max-width:260px}
.footer .footer-logo-white{
  display:block;width:230px;max-width:100%;height:auto;max-height:88px;object-fit:contain;object-position:left center;
  filter:grayscale(1) invert(1) contrast(1.35);mix-blend-mode:screen;
  transition:transform .28s ease,filter .28s ease,opacity .28s ease
}
.footer-brand-premium:hover .footer-logo-white{transform:translateY(-3px);filter:grayscale(1) invert(1) contrast(1.55) drop-shadow(0 0 18px rgba(53,215,236,.12))}
.footer.footer-premium .footer-description{
  max-width:405px;margin:23px 0 24px;color:rgba(231,244,247,.60);font-size:14px;line-height:1.8
}
.footer-contact-stack{display:grid;gap:9px;max-width:410px;margin-bottom:23px}
.footer-contact-card{
  display:flex;align-items:center;gap:11px;min-width:0;padding:10px 11px;border-radius:14px;text-decoration:none;
  color:rgba(255,255,255,.86);background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055);
  transition:transform .22s ease,border-color .22s ease,background .22s ease
}
a.footer-contact-card:hover{transform:translateX(3px);border-color:rgba(var(--footer-rgb),.28);background:rgba(var(--footer-rgb),.055);color:#fff}
.footer-contact-icon{
  width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:11px;
  color:var(--footer-accent-2);background:rgba(var(--footer-rgb),.10);box-shadow:inset 0 0 0 1px rgba(var(--footer-rgb),.08)
}
.footer-contact-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:2px}
.footer-contact-copy small{color:rgba(255,255,255,.34);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.footer-contact-copy strong{overflow:hidden;color:rgba(255,255,255,.76);font-size:15px;font-weight:650;line-height:1.35;text-overflow:ellipsis}
.footer-contact-arrow{flex:0 0 auto;color:rgba(53,215,236,.55);font-size:15px}
.footer-social-icons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.footer-social-icons a{
  position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;text-decoration:none;
  color:#fff;font-size:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);
  box-shadow:0 8px 25px rgba(0,0,0,.12);transition:transform .22s ease,color .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease
}
.footer-social-icons a:hover{
  transform:translateY(-4px);color:#001014;background:linear-gradient(135deg,var(--footer-accent),var(--footer-accent-2));
  border-color:transparent;box-shadow:0 12px 32px rgba(var(--footer-rgb),.22)
}
.footer-nav-column h4{
  display:flex;align-items:center;gap:9px;margin:3px 0 18px;color:#fff;font-size:15px;font-weight:800;letter-spacing:.02em;text-transform:uppercase
}
.footer-nav-column h4>span{
  width:29px;height:29px;display:grid;place-items:center;border-radius:9px;color:var(--footer-accent-2);
  background:rgba(var(--footer-rgb),.09);box-shadow:inset 0 0 0 1px rgba(var(--footer-rgb),.08)
}
.footer-nav-column nav{display:grid;gap:4px}
.footer-nav-column nav>a{
  display:grid;grid-template-columns:18px minmax(0,1fr) 13px;align-items:center;gap:8px;width:100%;min-height:36px;padding:7px 0;
  color:rgba(225,237,241,.53);font-size:15px;font-weight:600;text-decoration:none;transition:color .2s ease,transform .2s ease
}
.footer-nav-column nav>a>i:first-child{color:rgba(53,215,236,.64);font-size:14px}
.footer-nav-column nav>a>i:last-child{justify-self:end;color:rgba(255,255,255,.16);font-size:12px;transition:color .2s ease,transform .2s ease}
.footer-nav-column nav>a:hover{color:#fff;transform:translateX(3px)}
.footer-nav-column nav>a:hover>i:last-child{color:var(--footer-accent-2);transform:translateX(2px)}
.footer-crew-card{
  display:grid;grid-template-columns:39px minmax(0,1fr) 13px;align-items:center;gap:10px;margin-top:16px;padding:11px;border-radius:15px;
  color:#fff;text-decoration:none;background:linear-gradient(135deg,rgba(var(--footer-rgb),.13),rgba(var(--footer-rgb),.025));
  border:1px solid rgba(var(--footer-rgb),.15);transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease
}
.footer-crew-card:hover{transform:translateY(-3px);color:#fff;border-color:rgba(var(--footer-rgb),.38);background:linear-gradient(135deg,rgba(var(--footer-rgb),.19),rgba(var(--footer-rgb),.04));box-shadow:0 15px 35px rgba(0,0,0,.15)}
.footer-crew-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:#001014;background:linear-gradient(135deg,var(--footer-accent),var(--footer-accent-2));box-shadow:0 8px 22px rgba(var(--footer-rgb),.20)}
.footer-crew-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.footer-crew-copy small{color:rgba(255,255,255,.40);font-size:15px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.footer-crew-copy strong{font-size:15px;font-weight:800}
.footer-crew-card>i{color:var(--footer-accent-2);font-size:15px}
.footer-premium-bottom{
  position:relative;z-index:2;min-height:74px;margin-top:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;
  border-top:1px solid rgba(255,255,255,.065);color:rgba(255,255,255,.35);font-size:14px
}
.footer-copyright{display:flex;align-items:center;gap:9px;line-height:1.45}
.footer-copyright strong{color:rgba(255,255,255,.69);font-weight:750}
.footer-mini-mark{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:9px;color:var(--footer-accent-2);background:rgba(var(--footer-rgb),.075)}
.footer-bottom-actions{display:flex;align-items:center;gap:12px!important}
.footer-bottom-actions a{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.36);text-decoration:none;font-size:14px;transition:color .2s ease}
.footer-bottom-actions a i{color:rgba(53,215,236,.65)}
.footer-bottom-actions a:hover{color:#fff}
.footer-bottom-separator{width:1px;height:13px;background:rgba(255,255,255,.09)}

@media(max-width:1050px){
  .footer-premium-grid{grid-template-columns:1.25fr 1fr 1fr;gap:38px 32px}
  .footer-andromeda-column{grid-column:2/4}
  .footer-andromeda-column nav{grid-template-columns:repeat(3,1fr);gap:8px 18px}
  .footer-crew-card{max-width:310px}
}
@media(max-width:760px){
  .footer.footer-premium{padding-top:52px;padding-bottom:92px}
  .footer-watermark{top:34px;right:-10px;font-size:82px}
  .footer-premium-grid{grid-template-columns:1fr 1fr;gap:34px 18px}
  .footer-brand-section{grid-column:1/-1;max-width:none;text-align:center}
  .footer-brand-premium{justify-content:center;margin:0 auto}
  .footer .footer-logo-white{width:210px;object-position:center}
  .footer.footer-premium .footer-description{max-width:350px;margin:20px auto 22px;font-size:15px;line-height:1.72}
  .footer-contact-stack{max-width:380px;margin-left:auto;margin-right:auto;text-align:left}
  .footer-social-icons{justify-content:center}
  .footer-nav-column{min-width:0}
  .footer-nav-column h4{margin-bottom:11px}
  .footer-nav-column nav{gap:5px}
  .footer-nav-column nav>a{grid-template-columns:17px minmax(0,1fr);min-height:43px;padding:9px 10px;border-radius:11px;background:rgba(255,255,255,.022);border:1px solid rgba(255,255,255,.045);font-size:14px}
  .footer-nav-column nav>a>i:last-child{display:none}
  .footer-andromeda-column{grid-column:1/-1}
  .footer-andromeda-column nav{grid-template-columns:repeat(3,1fr);gap:7px}
  .footer-andromeda-column nav>a{min-height:49px}
  .footer-crew-card{max-width:none;margin-top:9px}
  .footer-premium-bottom{min-height:auto;margin-top:38px;padding:21px 0;flex-direction:column;justify-content:center;text-align:center;gap:13px}
  .footer-copyright{justify-content:center}
  .footer-bottom-actions{justify-content:center}
}
@media(max-width:450px){
  .footer.footer-premium{padding-top:44px}
  .footer-premium-grid{grid-template-columns:1fr;gap:28px}
  .footer-brand-section,.footer-andromeda-column{grid-column:auto}
  .footer .footer-logo-white{width:195px}
  .footer-contact-card{padding:9px 10px}
  .footer-contact-copy strong{font-size:14px;white-space:normal}
  .footer-social-icons a{width:43px;height:43px}
  .footer-nav-column{padding-top:2px}
  .footer-nav-column nav{grid-template-columns:1fr 1fr;gap:7px}
  .footer-nav-column nav>a{min-height:46px}
  .footer-andromeda-column nav{grid-template-columns:1fr 1fr}
  .footer-andromeda-column nav>a:last-child{grid-column:1/-1}
  .footer-crew-card{margin-top:10px}
  .footer-copyright{max-width:310px}
}
@media(max-width:340px){
  .footer-nav-column nav,.footer-andromeda-column nav{grid-template-columns:1fr}
  .footer-andromeda-column nav>a:last-child{grid-column:auto}
  .footer-bottom-actions{flex-wrap:wrap}
}


/* =========================================================
   ANDROMEDA SPACE BACKGROUND + PDF BOOK LIBRARY
   ========================================================= */
body{
  background:transparent;
  position:relative;
  isolation:isolate;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg,rgba(2,6,12,.78) 0%,rgba(3,8,14,.86) 42%,rgba(3,7,12,.94) 100%),
    url('../img/brand/fondo-andromeda-space.png') center top / cover no-repeat;
  pointer-events:none;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(circle at 50% 12%,rgba(0,207,237,.08),transparent 34%);
}
.site-header{background:rgba(3,8,14,.78)}
.site-header.scrolled{background:rgba(3,8,14,.91)}
.quick-card,.category-tile,.product-card,.home-cta,.personal-card,.store-panel,.map-panel,.catalog-book-card{backdrop-filter:blur(14px)}

.catalogs-page{min-height:80vh}
.catalogs-hero{padding-bottom:28px}
.catalogs-hero .page-title{max-width:920px}
.catalog-library-section{padding-top:28px}
.catalog-library-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.catalog-library-head h2{font-size:clamp(27px,4vw,44px);margin:7px 0 0;letter-spacing:-.04em}
.catalog-library-tip{display:inline-flex;align-items:center;gap:8px;color:#c7d5e4;font-size:15px;font-weight:700;padding:10px 13px;border:1px solid rgba(255,255,255,.1);background:rgba(4,10,17,.52);border-radius:999px;backdrop-filter:blur(12px)}
.catalog-library-tip i{color:var(--brand-2)}
.catalog-book-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}
.catalog-book-card{border:1px solid rgba(255,255,255,.12);background:linear-gradient(160deg,rgba(14,24,36,.84),rgba(6,12,20,.88));border-radius:24px;overflow:hidden;cursor:pointer;transition:transform .3s,border-color .3s,box-shadow .3s;box-shadow:0 22px 65px rgba(0,0,0,.24)}
.catalog-book-card:hover,.catalog-book-card:focus-visible{transform:translateY(-8px);border-color:rgba(53,215,236,.46);box-shadow:0 28px 85px rgba(0,0,0,.4),0 0 0 1px rgba(0,164,194,.08);outline:none}
.catalog-book-cover{position:relative;aspect-ratio:1/1;overflow:hidden;background:#0a111b}
.catalog-book-cover::after{content:"";position:absolute;left:0;top:0;bottom:0;width:9px;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(255,255,255,.09),rgba(0,0,0,.18));box-shadow:7px 0 12px rgba(0,0,0,.25);z-index:2}
.catalog-book-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s,filter .5s}
.catalog-book-card:hover .catalog-book-cover img{transform:scale(1.035);filter:brightness(.78)}
.catalog-book-shine{position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.13) 48%,transparent 60%);transform:translateX(-120%);transition:.7s;pointer-events:none}
.catalog-book-card:hover .catalog-book-shine{transform:translateX(120%)}
.catalog-book-tag{position:absolute;left:17px;top:16px;z-index:3;padding:7px 9px;border:1px solid rgba(255,255,255,.16);background:rgba(2,8,15,.72);backdrop-filter:blur(8px);border-radius:9px;font-size:12px;font-weight:900;letter-spacing:.13em;color:#d9faff}
.catalog-book-open{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:9px;background:rgba(2,8,14,.15);opacity:0;transition:.28s;z-index:4}
.catalog-book-card:hover .catalog-book-open,.catalog-book-card:focus-visible .catalog-book-open{opacity:1}
.catalog-book-open i{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#031018;font-size:23px;box-shadow:0 16px 38px rgba(0,164,194,.28)}
.catalog-book-open span{font-size:15px;font-weight:900;letter-spacing:.04em}
.catalog-book-info{display:flex;align-items:center;gap:12px;padding:17px 17px 18px}
.catalog-book-info>div{flex:1;min-width:0}
.catalog-book-info span{display:block;font-size:12px;letter-spacing:.12em;color:var(--brand-2);font-weight:900}
.catalog-book-info h3{font-size:15px;margin:5px 0 4px;line-height:1.25}
.catalog-book-info p{font-size:12px;color:var(--muted);margin:0;line-height:1.45}
.catalog-book-info button{width:39px;height:39px;flex:0 0 39px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:#fff;cursor:pointer}

html.book-open{overflow:hidden}
.book-modal{position:fixed;inset:0;z-index:1500;opacity:0;visibility:hidden;transition:.25s}
.book-modal.open{opacity:1;visibility:visible}
.book-modal-backdrop{position:absolute;inset:0;background:rgba(0,3,8,.82);backdrop-filter:blur(18px)}
.book-modal-shell{position:absolute;inset:2vh 2vw;background:linear-gradient(180deg,rgba(6,12,20,.98),rgba(2,7,13,.99));border:1px solid rgba(255,255,255,.14);border-radius:24px;overflow:hidden;box-shadow:0 30px 120px rgba(0,0,0,.66);display:grid;grid-template-rows:70px minmax(0,1fr);color:#fff}
.book-modal-shell:fullscreen{inset:0;border:0;border-radius:0;width:100vw;height:100vh}
.book-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(5,12,20,.88);backdrop-filter:blur(16px);z-index:5}
.book-toolbar-title{display:flex;align-items:center;gap:11px;min-width:0}
.book-toolbar-icon{width:41px;height:41px;border-radius:13px;background:rgba(0,164,194,.14);color:var(--brand-2);display:grid;place-items:center;font-size:18px}
.book-toolbar-title small,.book-toolbar-title strong{display:block}
.book-toolbar-title small{font-size:11px;letter-spacing:.14em;color:var(--brand-2);font-weight:900}
.book-toolbar-title strong{font-size:15px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:38vw}
.book-toolbar-actions{display:flex;align-items:center;gap:7px}
.book-page-counter{font-size:15px;font-weight:800;color:#c9d7e5;padding:0 8px}
.book-tool-btn{height:39px;padding:0 11px;border-radius:11px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-size:12px;font-weight:800}
.book-tool-btn:hover{background:rgba(0,164,194,.14);border-color:rgba(53,215,236,.3)}
.book-close-btn{width:39px;padding:0;background:rgba(255,255,255,.07)}
.book-reader-area{position:relative;min-height:0;display:grid;grid-template-columns:66px minmax(0,1fr) 66px;align-items:center;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(0,164,194,.12),transparent 42%),linear-gradient(180deg,#07111c,#030810 80%)}
.book-reader-area::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:30px 30px;mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent)}
.book-stage-wrap{position:relative;min-width:0;min-height:0;height:100%;display:grid;place-items:center;padding:18px 5px;perspective:2200px}
.flip-book{transition:opacity .2s;filter:drop-shadow(0 28px 34px rgba(0,0,0,.48));z-index:2}
.book-page{background:#fff;overflow:hidden}
.book-page-inner{width:100%;height:100%;position:relative;background:#fff;overflow:hidden;box-shadow:inset 0 0 18px rgba(0,0,0,.06)}
.book-page-inner::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 24px rgba(0,0,0,.08)}
.book-page canvas{width:100%;height:100%;display:block;object-fit:contain;background:#fff}
.book-page-placeholder{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:10px;color:#7c8994;background:linear-gradient(135deg,#f9fbfc,#edf2f5)}
.book-page-placeholder i{font-size:34px;color:#00a4c2}
.book-page-placeholder span{font-size:14px;font-weight:800}
.book-page-number{position:absolute;bottom:8px;right:10px;color:rgba(0,0,0,.38);font-size:12px;font-weight:700;z-index:2}
.book-page[data-density="hard"] .book-page-inner{box-shadow:inset 0 0 0 1px rgba(0,0,0,.08),inset 7px 0 15px rgba(0,0,0,.08)}
.book-loading{position:absolute;z-index:8;display:grid;place-items:center;align-content:center;gap:9px;text-align:center;color:#fff;padding:20px}
.book-loading[hidden]{display:none}
.book-loading strong{font-size:15px}
.book-loading span{font-size:12px;color:var(--muted)}
.book-loading>.bi{font-size:35px;color:var(--brand-2)}
.book-loading .btn{margin-top:8px}
.book-loader-ring{width:44px;height:44px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--brand-2);border-radius:50%;animation:spin .85s linear infinite}
.book-nav-btn{position:relative;z-index:6;width:48px;height:64px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(4,11,18,.72);backdrop-filter:blur(10px);color:#fff;cursor:pointer;font-size:20px;justify-self:center;transition:.2s}
.book-nav-btn:hover{transform:scale(1.05);background:rgba(0,164,194,.16);border-color:rgba(53,215,236,.32)}
.book-mobile-controls{display:none}

@media(max-width:1050px){
  .catalog-book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .catalog-library-head{align-items:flex-start;flex-direction:column}
  .catalog-library-tip{font-size:12px}
  .book-modal-shell{inset:0;border:0;border-radius:0;grid-template-rows:62px minmax(0,1fr) 62px}
  .book-toolbar{padding:0 10px}
  .book-toolbar-title strong{max-width:38vw;font-size:15px}
  .book-toolbar-icon{width:36px;height:36px;border-radius:11px}
  .book-tool-btn span{display:none}
  .book-tool-btn{width:36px;height:36px;padding:0}
  .book-page-counter{display:none}
  .book-reader-area{grid-template-columns:1fr}
  .book-nav-btn{display:none}
  .book-stage-wrap{padding:8px}
  .book-mobile-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:8px 10px;border-top:1px solid rgba(255,255,255,.08);background:#07101a}
  .book-mobile-controls button{height:42px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:#fff;font-size:12px;font-weight:800}
  .book-mobile-controls button:last-child{justify-self:stretch}
  .book-mobile-controls span{font-size:12px;color:#cbd7e3;font-weight:800;padding:0 4px}
}
@media(max-width:560px){
  body::before{background-position:58% top}
  .catalog-book-grid{grid-template-columns:1fr 1fr;gap:10px}
  .catalog-book-card{border-radius:17px}
  .catalog-book-info{padding:11px;gap:7px}
  .catalog-book-info h3{font-size:15px}
  .catalog-book-info p{font-size:15px;min-height:22px}
  .catalog-book-info span{font-size:15px}
  .catalog-book-info button{width:32px;height:32px;flex-basis:32px;border-radius:10px}
  .catalog-book-tag{left:11px;top:10px;font-size:15px;padding:5px 7px}
  .catalog-book-open i{width:45px;height:45px;font-size:19px}
  .catalog-book-open span{font-size:12px}
  .catalogs-hero .page-title{font-size:36px}
}
@media(max-width:350px){
  .catalog-book-grid{grid-template-columns:1fr}
}


/* =========================================================
   LEGIBILIDAD 2026 — texto y controles más grandes
   ========================================================= */
body{font-size:16px;line-height:1.55}
.btn{font-size:15px;min-height:46px;padding-left:20px;padding-right:20px}
.btn-lg{font-size:16px;min-height:50px}
.desktop-nav a{font-size:15px;padding:11px 13px}
.topbar{font-size:14px}
.eyebrow{font-size:13px}
.breadcrumb{font-size:13px}
.section-head p,.page-hero p,.home-cta p{font-size:16px}
.hero-pills span{font-size:13px}
.hero-badge strong{font-size:14px}.hero-badge small{font-size:12px}
.quick-card strong{font-size:16px}.quick-card span{font-size:13px}
.category-tile strong{font-size:16px}.category-tile span{font-size:13px}
.badge,.product-cat,.price small{font-size:12px}
.product-content h3{font-size:17px}.product-content p{font-size:14px}.price strong{font-size:17px}
.filter-chip{font-size:13px;min-height:42px;padding-left:15px;padding-right:15px}
.search-box input{font-size:15px}
.personal-body p,.loyalty-copy p,.modal-copy p,.step-card p{font-size:14px}
.feature-pills span{font-size:12px}
.mobile-bottom-nav a{font-size:12px}
.footer.footer-premium .footer-description{font-size:14px}
.footer-contact-copy small{font-size:11px}.footer-contact-copy strong{font-size:13px}
.footer-nav-column h4{font-size:13px}.footer-nav-column nav>a{font-size:13px}
.footer-crew-copy small{font-size:11px}.footer-crew-copy strong{font-size:13px}
.footer-premium-bottom,.footer-bottom-actions a{font-size:12px}

/* Biblioteca / lector: controles y títulos fáciles de leer */
.catalog-library-tip{font-size:13px}
.catalog-book-tag{font-size:11px}
.catalog-book-open span{font-size:13px}
.catalog-book-info span{font-size:11px}
.catalog-book-info h3{font-size:17px}
.catalog-book-info p{font-size:13px}
.catalog-book-info button{width:44px;height:44px;flex-basis:44px;font-size:17px}
.book-toolbar-title small{font-size:11px}
.book-toolbar-title strong{font-size:15px}
.book-page-counter{font-size:13px}
.book-tool-btn{font-size:13px;min-height:42px;padding:0 14px}
.book-loading strong{font-size:16px}.book-loading span{font-size:13px}
.book-page-number{font-size:11px}
.book-mobile-controls button{font-size:13px;min-height:48px}
.book-mobile-controls span{font-size:13px}

@media(max-width:760px){
  .topbar{font-size:12px}
  .mobile-menu a{font-size:15px;min-height:46px;display:flex;align-items:center}
  .hero-copy .eyebrow{font-size:12px}
  .hero-copy>p{font-size:16px}
  .hero-actions .btn{font-size:14px;min-height:48px}
  .hero-pills span{font-size:12px}
  .welcome-mobile div strong{font-size:14px}.welcome-mobile div span{font-size:12px}
  .quick-card strong{font-size:14px}.quick-card span{font-size:12px}
  .section-head p,.page-hero p{font-size:15px}
  .category-tile strong{font-size:14px}.category-tile span{font-size:12px}
  .product-content h3{font-size:15px}.product-content p{font-size:13px}.price strong{font-size:15px}
  .personal-body p,.loyalty-copy p,.modal-copy p,.step-card p{font-size:14px}
  .filter-chip{font-size:13px;min-height:42px}
  .book-toolbar-title strong{font-size:14px;max-width:42vw}
  .book-tool-btn{width:42px;height:42px;padding:0;font-size:16px}
  .book-mobile-controls button,.book-mobile-controls span{font-size:13px}
}
@media(max-width:560px){
  /* Una tarjeta por fila: portada y texto más cómodos en celular */
  .catalog-book-grid{grid-template-columns:1fr;gap:16px}
  .catalog-book-card{border-radius:20px}
  .catalog-book-info{padding:15px;gap:11px}
  .catalog-book-info h3{font-size:17px}
  .catalog-book-info p{font-size:13px;min-height:0}
  .catalog-book-info span{font-size:11px}
  .catalog-book-tag{font-size:11px;padding:7px 9px}
  .catalog-book-open span{font-size:13px}
  .mobile-bottom-nav a{font-size:11px}
}

/* =========================================================
   PDF READER V2 · PREMIUM / RESPONSIVE / HIGH-RES
   ========================================================= */
.book-modal-shell{
  inset:clamp(8px,1.35vh,16px) clamp(8px,1.35vw,18px);
  grid-template-rows:72px minmax(0,1fr);
  border-radius:26px;
  background:
    radial-gradient(circle at 50% 0%,rgba(53,215,236,.075),transparent 34%),
    linear-gradient(180deg,rgba(7,14,24,.985),rgba(2,7,13,.995));
}
.book-toolbar{
  padding:0 20px;
  background:linear-gradient(180deg,rgba(9,18,29,.96),rgba(5,12,20,.91));
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}
.book-toolbar-icon{
  width:44px;height:44px;border-radius:14px;
  background:linear-gradient(145deg,rgba(0,164,194,.2),rgba(53,215,236,.08));
  border:1px solid rgba(53,215,236,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.book-toolbar-title small{font-size:10px;letter-spacing:.16em}
.book-toolbar-title strong{font-size:16px;max-width:min(42vw,520px)}
.book-page-counter{
  min-width:74px;text-align:center;padding:9px 12px;border-radius:12px;
  background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);
  font-variant-numeric:tabular-nums;
}
.book-tool-btn{
  min-height:42px;border-radius:12px;border-color:rgba(255,255,255,.105);
  background:rgba(255,255,255,.05);transition:background .2s,border-color .2s,transform .2s;
}
.book-tool-btn:hover{transform:translateY(-1px)}
.book-close-btn:hover{background:rgba(244,82,108,.13);border-color:rgba(244,82,108,.3)}

.book-reader-area{
  grid-template-columns:78px minmax(0,1fr) 78px;
  background:
    radial-gradient(ellipse at 50% 47%,rgba(0,164,194,.13),transparent 46%),
    radial-gradient(circle at 18% 20%,rgba(53,215,236,.035),transparent 24%),
    linear-gradient(180deg,#07121e 0%,#030911 78%,#02070d 100%);
}
.book-reader-area::after{
  content:"";position:absolute;inset:auto 10% 0;height:42%;pointer-events:none;
  background:radial-gradient(ellipse at center bottom,rgba(0,0,0,.56),transparent 67%);
  filter:blur(20px);opacity:.7;
}
.book-stage-wrap{
  z-index:2;padding:28px 8px 72px;overflow:hidden;
  scrollbar-width:thin;scrollbar-color:rgba(53,215,236,.38) rgba(255,255,255,.035);
  overscroll-behavior:contain;touch-action:pan-x pan-y;
}
.book-stage-wrap::-webkit-scrollbar{width:10px;height:10px}
.book-stage-wrap::-webkit-scrollbar-thumb{background:rgba(53,215,236,.28);border:3px solid transparent;background-clip:padding-box;border-radius:999px}
.book-stage-wrap::-webkit-scrollbar-track{background:rgba(255,255,255,.025)}
.book-stage-wrap.is-zoomed{overflow:auto;place-items:center;cursor:grab;padding:110px 12vw}
.book-stage-wrap.is-zoomed:active{cursor:grabbing}
.flip-book{
  transition:opacity .2s,transform .24s ease;
  filter:drop-shadow(0 30px 42px rgba(0,0,0,.56));
  will-change:transform;
}
.flip-book.is-zoomed{filter:drop-shadow(0 38px 58px rgba(0,0,0,.62))}
.book-page{
  background:#f9fafb;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(0,0,0,.07);
}
.book-page-inner{
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.035),inset 0 0 22px rgba(0,0,0,.035);
}
.book-page-inner::before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.028),transparent 4%,transparent 96%,rgba(0,0,0,.022));
}
.book-page canvas{image-rendering:auto}
.book-page-number{
  bottom:10px;right:11px;padding:3px 6px;border-radius:999px;
  background:rgba(255,255,255,.72);backdrop-filter:blur(5px);color:rgba(0,0,0,.46);
}
.book-nav-btn{
  width:54px;height:76px;border-radius:18px;
  background:linear-gradient(180deg,rgba(12,25,38,.9),rgba(4,11,18,.8));
  border-color:rgba(255,255,255,.12);box-shadow:0 16px 34px rgba(0,0,0,.25);
}
.book-nav-btn:disabled,.book-mobile-controls button:disabled,.book-zoom-controls button:disabled{
  opacity:.35;cursor:not-allowed;transform:none!important;
}
.book-nav-btn:not(:disabled):hover{box-shadow:0 18px 38px rgba(0,0,0,.3),0 0 0 1px rgba(53,215,236,.08)}

.book-zoom-controls{
  position:absolute;left:50%;bottom:22px;z-index:11;transform:translateX(-50%);
  display:grid;grid-template-columns:46px auto 46px;align-items:center;gap:6px;
  padding:6px;border:1px solid rgba(255,255,255,.11);border-radius:17px;
  background:rgba(4,12,20,.84);backdrop-filter:blur(18px) saturate(130%);
  box-shadow:0 16px 42px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);
}
.book-zoom-controls button{
  height:42px;border:0;border-radius:12px;background:rgba(255,255,255,.055);color:#fff;
  display:grid;place-items:center;cursor:pointer;font-size:17px;font-weight:800;transition:.2s;
}
.book-zoom-controls button:not(:disabled):hover{background:rgba(53,215,236,.12);color:#dffbff}
.book-zoom-controls .book-zoom-value{
  min-width:86px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:7px;
  font-size:13px;font-variant-numeric:tabular-nums;
}
.book-zoom-value small{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#8fa4b8}
.book-reader-hint{
  position:absolute;left:50%;bottom:86px;z-index:10;transform:translate(-50%,8px);
  display:flex;align-items:center;gap:8px;max-width:min(92vw,520px);padding:9px 12px;border-radius:999px;
  color:#d8e5ef;background:rgba(4,12,20,.76);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);
  font-size:11px;font-weight:700;opacity:0;pointer-events:none;transition:.24s;
}
.book-reader-hint i{color:var(--brand-2)}
.book-reader-hint.show,.book-reader-hint.welcome{opacity:1;transform:translate(-50%,0)}
.book-progress{
  position:absolute;left:0;right:0;bottom:0;height:3px;z-index:12;background:rgba(255,255,255,.035);overflow:hidden;
}
.book-progress span{
  display:block;width:0;height:100%;background:linear-gradient(90deg,var(--brand),var(--brand-2));
  box-shadow:0 0 14px rgba(53,215,236,.48);transition:width .28s ease;
}
.book-loading{
  min-width:min(82vw,360px);padding:28px 26px;border:1px solid rgba(255,255,255,.09);border-radius:22px;
  background:rgba(5,13,22,.7);backdrop-filter:blur(16px);box-shadow:0 20px 54px rgba(0,0,0,.3);
}
.book-loader-ring{width:50px;height:50px;border-width:4px;box-shadow:0 0 0 7px rgba(53,215,236,.035)}
.book-loading strong{font-size:17px}.book-loading span{font-size:13px}

.book-mobile-controls button{
  display:flex;align-items:center;justify-content:center;gap:7px;
}

@media(max-width:820px){
  .book-modal-shell{
    inset:0;width:100%;height:100dvh;border:0;border-radius:0;
    grid-template-rows:64px minmax(0,1fr) calc(66px + env(safe-area-inset-bottom));
  }
  .book-toolbar{padding:0 max(10px,env(safe-area-inset-left)) 0 max(10px,env(safe-area-inset-left));gap:8px}
  .book-toolbar-title{gap:8px;min-width:0;flex:1}
  .book-toolbar-icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px}
  .book-toolbar-title small{display:none}
  .book-toolbar-title strong{font-size:14px;max-width:none;width:100%}
  .book-toolbar-actions{gap:5px;flex:0 0 auto}
  .book-toolbar-actions .book-tool-btn{width:40px;height:40px;min-height:40px;padding:0;border-radius:12px;font-size:15px}
  .book-toolbar-actions .book-tool-btn span,.book-page-counter{display:none}
  .book-reader-area{grid-template-columns:1fr;min-height:0}
  .book-stage-wrap{padding:16px 10px 76px;align-items:center;justify-items:center;overflow:hidden}
  .book-stage-wrap.is-zoomed{overflow:auto;padding:105px 28vw 140px;place-items:center}
  .book-nav-btn{display:none}
  .book-zoom-controls{bottom:16px;grid-template-columns:44px auto 44px;padding:5px;border-radius:16px}
  .book-zoom-controls button{height:40px}
  .book-zoom-controls .book-zoom-value{min-width:78px}
  .book-reader-hint{bottom:76px;white-space:nowrap;max-width:calc(100vw - 24px);overflow:hidden;text-overflow:ellipsis}
  .book-reader-hint span{overflow:hidden;text-overflow:ellipsis}
  .book-progress{height:3px}
  .book-mobile-controls{
    display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;
    padding:8px 10px calc(8px + env(safe-area-inset-bottom));
    background:linear-gradient(180deg,#07111b,#040b12);z-index:15;
  }
  .book-mobile-controls button{height:46px;border-radius:13px;font-size:13px;background:rgba(255,255,255,.055)}
  .book-mobile-controls span{min-width:54px;text-align:center;font-size:13px;font-variant-numeric:tabular-nums}
  .book-page-number{font-size:10px;bottom:6px;right:7px}
}

@media(max-width:430px){
  .book-toolbar{padding-left:8px;padding-right:8px}
  .book-toolbar-icon{display:none}
  .book-toolbar-title strong{font-size:13px}
  .book-toolbar-actions .book-tool-btn{width:39px;height:39px;min-height:39px}
  .book-stage-wrap{padding:10px 6px 72px}
  .book-zoom-controls{bottom:12px}
  .book-reader-hint{bottom:72px;font-size:10px;padding:8px 10px}
  .book-mobile-controls{gap:6px;padding-left:8px;padding-right:8px}
  .book-mobile-controls button{font-size:12px;padding:0 8px}
}

@media(max-height:640px) and (orientation:landscape){
  .book-modal-shell{grid-template-rows:56px minmax(0,1fr) 54px}
  .book-toolbar{min-height:56px}
  .book-toolbar-icon{width:34px;height:34px}
  .book-toolbar-actions .book-tool-btn{width:36px;height:36px;min-height:36px}
  .book-stage-wrap{padding:8px 8px 62px}
  .book-zoom-controls{bottom:8px;transform:translateX(-50%) scale(.9)}
  .book-reader-hint{display:none}
  .book-mobile-controls{padding:5px 8px}.book-mobile-controls button{height:40px}
}

/* =========================================================
   PDF READER V3 · PDF.JS · FIT PAGE SIN RECORTES
   ========================================================= */
.book-modal-shell{
  grid-template-rows:72px minmax(0,1fr);
}
.book-reader-area{
  overflow:hidden;
}
.book-stage-wrap{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
  padding:15px;
  overflow:auto;
  perspective:none;
  overscroll-behavior:contain;
  touch-action:pan-x pan-y;
  scrollbar-gutter:stable;
}
.book-stage-wrap.is-zoomed{
  display:block;
  overflow:auto;
  padding:15px;
  cursor:grab;
}
.book-stage-wrap.is-zoomed:active{cursor:grabbing}
.flip-book{
  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  display:block;
  filter:none;
  transform:none!important;
  transition:opacity .18s ease;
  overflow:visible;
}
.flip-book.is-zoomed{
  filter:none;
}
.pdf-page-viewport{
  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.flip-book.is-zoomed .pdf-page-viewport{
  width:max-content;
  height:max-content;
  min-width:100%;
  min-height:100%;
  padding:10px;
}
.pdf-page-shell{
  position:relative;
  flex:0 0 auto;
  overflow:hidden;
  background:#fff;
  border-radius:6px;
  border:1px solid rgba(255,255,255,.26);
  box-shadow:
    0 30px 70px rgba(0,0,0,.52),
    0 0 0 1px rgba(0,0,0,.08);
}
.pdf-page-shell::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 0 22px rgba(0,0,0,.045);
}
#pdfPageCanvas{
  display:block;
  width:100%;
  height:100%;
  background:#fff;
  image-rendering:auto;
}
.pdf-page-badge{
  position:absolute;
  right:10px;
  bottom:10px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:28px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(4,12,20,.72);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  color:#fff;
  font-size:11px;
  font-weight:800;
  font-variant-numeric:tabular-nums;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
.book-loading{
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.book-reader-hint{
  pointer-events:none;
}
.book-zoom-controls .book-zoom-value span{
  min-width:55px;
}

@media(max-width:820px){
  .book-modal-shell{
    grid-template-rows:64px minmax(0,1fr) calc(66px + env(safe-area-inset-bottom));
  }
  .book-stage-wrap,
  .book-stage-wrap.is-zoomed{
    padding:9px;
    scrollbar-gutter:auto;
  }
  .flip-book{
    width:100%;
    height:100%;
  }
  .pdf-page-shell{
    border-radius:4px;
    box-shadow:0 18px 46px rgba(0,0,0,.5),0 0 0 1px rgba(0,0,0,.08);
  }
  .pdf-page-badge{
    right:7px;
    bottom:7px;
    height:25px;
    min-width:44px;
    font-size:10px;
    padding:0 8px;
  }
  .book-reader-hint{
    bottom:74px;
  }
}

@media(max-width:430px){
  .book-stage-wrap,
  .book-stage-wrap.is-zoomed{
    padding:6px;
  }
}

@media(max-height:640px) and (orientation:landscape){
  .book-modal-shell{
    grid-template-rows:56px minmax(0,1fr) 54px;
  }
  .book-stage-wrap,
  .book-stage-wrap.is-zoomed{
    padding:5px;
  }
}


/* PDF READER FINAL · SIN ZOOM FLOTANTE */
.book-zoom-controls,.book-reader-hint{display:none!important}
.book-stage-wrap,.book-stage-wrap.is-zoomed{overflow:hidden!important;cursor:default!important}

/* =========================================================
   ANDROMEDA V6 · FONDO FIJO ESTABLE + PÁGINA DE PRODUCTO
   ========================================================= */
html{background:#03070c}
body::before{
  inset:auto!important;
  top:0!important;left:0!important;
  width:100vw!important;height:100lvh!important;min-height:100lvh!important;
  background:
    linear-gradient(180deg,rgba(2,6,12,.76) 0%,rgba(3,8,14,.82) 46%,rgba(3,7,12,.90) 100%),
    url('../img/brand/fondo-andromeda-space.png') center center / cover no-repeat!important;
  transform:translateZ(0);
  backface-visibility:hidden;
  will-change:transform;
}
body::after{width:100vw;height:100lvh;inset:auto!important;top:0!important;left:0!important;transform:translateZ(0)}
main,.hero,.page-hero,.section{background:transparent!important}
.footer.footer-premium{
  background:linear-gradient(180deg,rgba(3,8,13,.84),rgba(2,5,9,.93))!important;
  backdrop-filter:blur(8px);
}
.catalog-toolbar{background:rgba(4,10,17,.84)!important}

.product-card-link{cursor:pointer;outline:none}
.product-card-link:focus-visible{box-shadow:0 0 0 3px rgba(53,215,236,.35),0 24px 60px rgba(0,0,0,.28);border-color:rgba(53,215,236,.45)}
.product-open-hint{position:absolute;right:11px;bottom:11px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:10px;background:rgba(3,9,15,.82);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);font-size:11px;font-weight:800;color:#e8fbff;opacity:0;transform:translateY(5px);transition:.22s}
.product-card:hover .product-open-hint,.product-card:focus-visible .product-open-hint{opacity:1;transform:none}

.product-page{min-height:70vh}
.product-detail-section{padding:56px 0 72px}
.product-breadcrumb{margin-bottom:24px;flex-wrap:wrap}
.product-breadcrumb span{max-width:min(55vw,520px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-detail-root{min-height:520px}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:34px;align-items:start}
.product-gallery,.product-detail-copy{border:1px solid rgba(255,255,255,.10);background:linear-gradient(155deg,rgba(12,20,30,.80),rgba(5,12,20,.72));backdrop-filter:blur(18px);box-shadow:0 28px 75px rgba(0,0,0,.27)}
.product-gallery{border-radius:28px;padding:14px;overflow:hidden}
.product-main-media{position:relative;display:grid;place-items:center;min-height:590px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#101822,#070d14)}
.product-main-media>img{width:100%;height:100%;max-height:690px;object-fit:contain;display:block;background:#0b1118}
.product-detail-badge{position:absolute;left:16px;top:16px;padding:9px 11px;border-radius:11px;background:rgba(3,8,14,.82);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(12px);font-size:11px;font-weight:800;letter-spacing:.05em}
.gallery-counter{position:absolute;right:16px;top:16px;padding:9px 11px;border-radius:11px;background:rgba(3,8,14,.82);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(12px);font-size:12px;font-weight:800;font-variant-numeric:tabular-nums}
.product-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 0;scrollbar-width:thin}
.product-gallery-thumbs button{flex:0 0 82px;width:82px;height:82px;padding:3px;border-radius:14px;border:2px solid transparent;background:rgba(255,255,255,.04);cursor:pointer;overflow:hidden;transition:.2s}
.product-gallery-thumbs button.active{border-color:var(--brand-2);box-shadow:0 0 0 3px rgba(53,215,236,.10)}
.product-gallery-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:9px}
.product-detail-copy{position:sticky;top:98px;border-radius:28px;padding:36px}
.product-back-link{display:inline-flex;align-items:center;gap:8px;color:#b7c5d1;font-size:13px;font-weight:800;margin-bottom:24px}
.product-back-link:hover{color:var(--brand-2)}
.product-detail-copy h1{font-size:clamp(34px,4.7vw,58px);line-height:1.02;letter-spacing:-.05em;margin:14px 0 18px}
.product-detail-description{font-size:16px;line-height:1.78;color:#b7c3d0;margin:0}
.product-detail-price{margin:26px 0 18px;padding:20px;border-radius:18px;background:rgba(0,164,194,.075);border:1px solid rgba(53,215,236,.14)}
.product-detail-price strong{display:block;font-size:30px;letter-spacing:-.03em;color:#fff}
.product-detail-price span{display:block;margin-top:5px;font-size:12px;color:#91a2b2;font-weight:700}
.product-detail-features{display:grid;grid-template-columns:1fr;gap:9px;margin:20px 0 26px}
.product-detail-features span{display:flex;align-items:center;gap:9px;color:#c9d4df;font-size:13px;font-weight:700}
.product-detail-features i{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:rgba(0,164,194,.10);color:var(--brand-2)}
.product-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-detail-actions .btn{width:100%}
.product-related-section{padding-top:12px}
.product-not-found{padding:80px 20px;text-align:center;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:rgba(6,13,21,.72);backdrop-filter:blur(16px)}
.product-not-found>i{font-size:38px;color:var(--brand-2)}
.product-not-found h1{font-size:38px;margin:15px 0 8px}.product-not-found p{color:var(--muted);margin:0 0 24px}
.product-detail-loading{display:grid;grid-template-columns:1.08fr .92fr;gap:34px}.product-detail-loading div{height:570px;border-radius:28px;background:linear-gradient(100deg,rgba(255,255,255,.035),rgba(255,255,255,.07),rgba(255,255,255,.035));background-size:200% 100%;animation:productSkeleton 1.15s linear infinite}@keyframes productSkeleton{to{background-position:-200% 0}}

@media(max-width:900px){
  .product-detail-section{padding-top:34px}
  .product-detail-grid{grid-template-columns:1fr;gap:18px}
  .product-detail-copy{position:relative;top:auto}
  .product-main-media{min-height:500px}
  .product-detail-loading{grid-template-columns:1fr}.product-detail-loading div{height:440px}
}
@media(max-width:600px){
  body::before{background-position:58% center!important}
  .product-detail-section{padding:22px 0 42px}
  .product-breadcrumb{margin-bottom:14px}
  .product-detail-root{min-height:380px}
  .product-gallery{padding:8px;border-radius:20px}
  .product-main-media{min-height:0;aspect-ratio:1/1.08;border-radius:15px}
  .product-main-media>img{max-height:none;object-fit:contain}
  .product-detail-badge,.gallery-counter{top:10px;padding:7px 9px;font-size:10px}
  .product-detail-badge{left:10px}.gallery-counter{right:10px}
  .product-gallery-thumbs{gap:8px;padding-top:9px}
  .product-gallery-thumbs button{flex-basis:67px;width:67px;height:67px;border-radius:12px}
  .product-detail-copy{padding:22px 18px;border-radius:20px}
  .product-back-link{margin-bottom:18px}
  .product-detail-copy h1{font-size:34px;margin:10px 0 14px}
  .product-detail-description{font-size:15px;line-height:1.7}
  .product-detail-price{margin:20px 0 16px;padding:16px}.product-detail-price strong{font-size:26px}
  .product-detail-actions{grid-template-columns:1fr}
  .product-open-hint{opacity:1;transform:none;font-size:10px;padding:6px 8px}
  .product-detail-loading{gap:14px}.product-detail-loading div{height:340px;border-radius:20px}
}

/* =========================================================
   ANDROMEDA FINAL OFICIAL · CARRUSEL DE PRODUCTO
   ========================================================= */
.gallery-arrow{
  position:absolute;top:50%;z-index:5;transform:translateY(-50%);
  width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.13);
  display:grid;place-items:center;cursor:pointer;
  background:rgba(3,9,15,.24);color:rgba(255,255,255,.60);
  backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  opacity:.46;transition:opacity .2s ease,background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease;
}
.gallery-arrow i{font-size:21px;line-height:1}
.gallery-arrow-prev{left:14px}.gallery-arrow-next{right:14px}
.product-main-media:hover .gallery-arrow,.gallery-arrow:focus-visible{opacity:.82}
.gallery-arrow:hover{background:rgba(3,9,15,.55);color:#fff;border-color:rgba(255,255,255,.24)}
.gallery-arrow:active{transform:translateY(-50%) scale(.93)}
.gallery-arrow:focus-visible{outline:2px solid rgba(53,215,236,.56);outline-offset:2px}
.product-main-media>img{transition:opacity .18s ease,transform .22s ease}
.product-main-media>img.gallery-image-change{animation:andromedaGalleryChange .28s ease}
@keyframes andromedaGalleryChange{0%{opacity:.58;transform:scale(.992)}100%{opacity:1;transform:scale(1)}}
@media(max-width:600px){
  .gallery-arrow{width:38px;height:38px;opacity:.43;background:rgba(3,9,15,.30)}
  .gallery-arrow i{font-size:18px}
  .gallery-arrow-prev{left:9px}.gallery-arrow-next{right:9px}
}
@media(hover:none){.product-main-media .gallery-arrow{opacity:.52}}

/* La pieza oficial de Estuches Personalizados se muestra completa en tarjetas */
.product-card[data-product-link="estuche-personalizado"] .product-media{background:linear-gradient(145deg,#06111a,#02070c)}
.product-card[data-product-link="estuche-personalizado"] .product-media img{object-fit:contain;object-position:center;background:#06111a}
.product-card[data-product-link="estuche-personalizado"]:hover .product-media img{transform:scale(1.018)}

/* Ajuste final carrito: mantiene visible y centrado el contador de artículos. */
.site-header,.header-inner,.header-actions,.cart-btn{overflow:visible}
.cart-btn span{
  top:-7px;
  right:-7px;
  min-width:25px;
  height:25px;
  padding:0 6px;
  border:2px solid var(--bg);
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
  z-index:5;
  overflow:visible;
}
@media(max-width:600px){
  .cart-btn span{
    top:-6px;
    right:-6px;
    min-width:24px;
    height:24px;
    padding:0 5px;
    font-size:12px;
  }
}

/* =========================================================
   ANDROMEDA FINAL · PERSONALIZADOS RESPONSIVE SIN RECORTES
   Las imágenes se muestran completas en desktop, tablet y móvil.
   ========================================================= */
body[data-page="personalizados"] .personal-media{
  aspect-ratio:1 / 1;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:10px;
  background:linear-gradient(145deg,rgba(7,18,29,.96),rgba(2,8,14,.98));
}
body[data-page="personalizados"] .personal-media img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
}
@media(max-width:980px){
  body[data-page="personalizados"] .personal-media{
    aspect-ratio:auto;
    min-height:0;
    padding:8px;
  }
  body[data-page="personalizados"] .personal-media img{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
  }
}
@media(max-width:600px){
  body[data-page="personalizados"] .personal-media{
    padding:6px;
    border-radius:0;
  }
  body[data-page="personalizados"] .personal-media img{
    width:100%;
    height:auto;
  }
}

/* =========================================================
   FINAL PUBLICACION - NOVEDADES RESPONSIVE
   Muestra cada promo completa, sin recortes, en cualquier pantalla.
   ========================================================= */
body[data-page="novedades"] .promo-grid{
  align-items:start;
}
body[data-page="novedades"] .promo-card{
  min-height:0;
  display:flex;
  flex-direction:column;
  background:#071019;
}
body[data-page="novedades"] .promo-card img{
  position:relative;
  inset:auto;
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  background:#071019;
  transform:none;
}
body[data-page="novedades"] .promo-card:hover img{
  transform:none;
}
body[data-page="novedades"] .promo-card::after{
  display:none;
}
body[data-page="novedades"] .promo-copy{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  padding:16px 18px 18px;
  background:linear-gradient(180deg,#0b121b,#080e16);
  border-top:1px solid rgba(255,255,255,.07);
}
@media(max-width:980px){
  body[data-page="novedades"] .promo-card{min-height:0}
}
@media(max-width:600px){
  body[data-page="novedades"] .promo-grid{grid-template-columns:1fr;gap:14px}
  body[data-page="novedades"] .promo-card{min-height:0;border-radius:20px}
  body[data-page="novedades"] .promo-card img{width:100%;height:auto;object-fit:contain}
  body[data-page="novedades"] .promo-copy{padding:14px 15px 16px}
}
