@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800&family=Manrope:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");:root{--navy-950:#081019;--navy-900:#0E1A2B;--navy-800:#16283D;--navy-700:#22405C;--navy-600:#305779;--teal-700:#1F6E7E;--teal-600:#2C8FA3;--teal-500:#3AA6B9;--teal-400:#62BBCB;--teal-300:#8FCDD9;--teal-100:#DCEFF2;--teal-50:#F0F8F9;--ivory-50:#FAF9F6;--ivory-100:#F3F1EB;--gray-900:#14181C;--gray-700:#3C444C;--gray-600:#5B6570;--gray-500:#7C8790;--gray-400:#A4ADB4;--gray-300:#CBD2D6;--gray-200:#E2E7E9;--gray-100:#EEF1F2;--gray-50:#F6F8F8;--white:#FFFFFF;--green-600:#1F7A4D;--green-100:#DEF2E7;--amber-600:#B4780C;--amber-100:#FBECD1;--red-600:#C4372F;--red-100:#FBE3E1;--surface-page:var(--ivory-50);--surface-card:var(--white);--surface-sunken:var(--ivory-100);--surface-tinted:var(--teal-50);--surface-inverse:var(--navy-900);--surface-inverse-raised:var(--navy-800);--surface-disabled:var(--gray-100);--text-primary:var(--navy-900);--text-secondary:var(--gray-600);--text-muted:var(--gray-500);--text-inverse:var(--white);--text-inverse-muted:var(--teal-300);--text-link:var(--teal-700);--text-disabled:var(--gray-400);--border-subtle:var(--gray-200);--border-default:var(--gray-300);--border-strong:var(--navy-900);--border-inverse:var(--navy-700);--border-focus:var(--teal-600);--accent-primary:var(--navy-900);--accent-primary-hover:var(--navy-800);--accent-primary-active:var(--navy-950);--accent-teal:var(--teal-500);--accent-teal-hover:var(--teal-600);--accent-teal-active:var(--teal-700);--status-success-fg:var(--green-600);--status-success-bg:var(--green-100);--status-warning-fg:var(--amber-600);--status-warning-bg:var(--amber-100);--status-error-fg:var(--red-600);--status-error-bg:var(--red-100);--slot-available-bg:var(--white);--slot-available-border:var(--gray-300);--slot-selected-bg:var(--navy-900);--slot-selected-fg:var(--white);--slot-blocked-bg:var(--gray-100);--slot-blocked-fg:var(--gray-400);--font-display:"Archivo","Arial Narrow",sans-serif;--font-body:"Manrope",-apple-system,"Segoe UI",sans-serif;--font-mono:"IBM Plex Mono","SF Mono",monospace;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-black:800;--text-xs:12px;--text-sm:13px;--text-base:15px;--text-md:17px;--text-lg:20px;--text-xl:24px;--text-2xl:30px;--text-3xl:38px;--text-4xl:48px;--text-5xl:64px;--leading-tight:1.1;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.7;--tracking-tight:-0.02em;--tracking-normal:0;--tracking-wide:0.04em;--tracking-caps:0.12em;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--space-32:128px;--container-max:1240px;--container-narrow:760px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:22px;--radius-pill:999px;--shadow-xs:0 1px 2px rgba(14,26,43,0.06);--shadow-sm:0 2px 8px rgba(14,26,43,0.07);--shadow-md:0 8px 24px rgba(14,26,43,0.09);--shadow-lg:0 20px 48px rgba(14,26,43,0.14);--shadow-inset:inset 0 1px 2px rgba(14,26,43,0.08);--focus-ring:0 0 0 3px rgba(58,166,185,0.35);--ease-standard:cubic-bezier(0.2,0.8,0.2,1);--ease-out:cubic-bezier(0,0,0.2,1);--duration-fast:120ms;--duration-base:200ms;--duration-slow:320ms}*{box-sizing:border-box}body{color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--weight-bold);letter-spacing:var(--tracking-tight);line-height:var(--leading-tight);margin:0}a{color:var(--text-link)}body{margin:0;background:var(--surface-page);overflow-x:hidden}:root{--page-x:32px}@media (max-width:760px){:root{--page-x:24px}}@media (max-width:480px){:root{--page-x:16px}}@media (max-width:760px){:root{--text-5xl:44px;--text-4xl:36px;--text-3xl:30px;--text-2xl:24px;--text-xl:22px}}@media (max-width:480px){:root{--text-5xl:36px;--text-4xl:30px;--text-3xl:26px;--text-2xl:22px;--text-xl:20px}}@media (max-width:960px){.header-nav-extra{display:none}}@media (max-width:760px){.header-whatsapp{display:none}}.rg-2{grid-template-columns:var(--rg-cols,1fr 1fr);grid-gap:var(--rg-gap,40px);gap:var(--rg-gap,40px)}.rg-2,.rg-3{display:grid}.rg-3{grid-template-columns:repeat(3,1fr);grid-gap:var(--rg-gap,20px);gap:var(--rg-gap,20px)}.rg-4{grid-template-columns:var(--rg-cols,repeat(4,1fr));grid-gap:var(--rg-gap,32px);gap:var(--rg-gap,32px)}.rg-4,.rg-6{display:grid}.rg-6{grid-template-columns:repeat(6,1fr);grid-gap:var(--rg-gap,12px);gap:var(--rg-gap,12px)}@media (max-width:860px){.rg-2{grid-template-columns:1fr;gap:28px}.rg-4{grid-template-columns:repeat(2,1fr);gap:28px 24px}}@media (max-width:760px){.rg-3{grid-template-columns:repeat(2,1fr);gap:16px}.rg-6{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width:480px){.rg-3,.rg-4{grid-template-columns:1fr}.rg-3.product-grid,.rg-6{grid-template-columns:repeat(2,1fr)}.rg-3.product-grid{gap:12px}}.product-card-image{aspect-ratio:1120/680;position:relative;overflow:hidden}.product-card-image.no-photo{aspect-ratio:auto;height:140px}.product-card-price{flex-wrap:wrap;margin-top:auto}@media (max-width:480px){.product-card-image{aspect-ratio:1/1}.product-card-image.no-photo{aspect-ratio:1/1;height:auto}.product-card-name{min-height:2.5em;font-size:16px!important}.product-card-name,.product-card-tagline{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-tagline{text-overflow:ellipsis;min-height:2.4em;font-size:13px!important}.product-card-price{margin-top:8px;height:50px;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start;gap:2px}.product-card-price-main{order:2}.product-card-price-original{order:1}.product-card-badge{font-size:8px;padding:2px 6px;top:8px!important;left:8px!important;letter-spacing:.02em}.product-card-volume{font-size:9px;padding:2px 6px;bottom:8px!important;right:8px!important}}@media (max-width:860px){.home-hero-content{text-align:center}.home-hero-copy{margin-left:auto;margin-right:auto;font-size:var(--text-base)}.home-hero-actions,.home-hero-trust{justify-content:center}}@media (max-width:480px){.home-hero-content h1,.page-hero-title{font-size:33.75px!important}.home-hero-copy,.page-hero-sub{font-size:16px!important}.page-hero-actions{flex-wrap:nowrap!important;gap:10px!important}.page-hero-actions button{padding:10px 14px!important;font-size:13px!important;white-space:nowrap}}.press-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px}.press-strip img{height:36px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.55;transition:opacity var(--duration-fast) var(--ease-out),filter var(--duration-fast) var(--ease-out)}.press-strip img:hover{filter:grayscale(0);opacity:1}.press-strip img.press-logo-timeout{height:52px}@media (max-width:640px){.press-strip{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;align-items:center;grid-gap:28px 20px;gap:28px 20px}.press-strip img{height:26px}.press-strip img.press-logo-timeout{height:38px}}.spec-row{display:flex;justify-content:space-between;gap:16px}@media (max-width:480px){.spec-row{flex-direction:column;gap:4px}.spec-row>span:last-child{text-align:left}}.detail-cta-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}@media (max-width:480px){.detail-cta-row{flex-direction:column;align-items:stretch}.detail-cta-btn button{width:100%}}body.has-sticky-cta .whatsapp-fab{bottom:96px!important}@media (max-width:480px){body.has-sticky-cta .whatsapp-fab{bottom:calc(112px + env(safe-area-inset-bottom))!important}}.header-nav{display:flex;white-space:nowrap;flex-shrink:1;min-width:0}.hamburger-btn{display:none;position:relative;z-index:47;width:40px;height:40px;border:none;background:transparent;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0;padding:0}.hamburger-btn .hamburger-line{width:22px;height:2px;border-radius:2px;background:var(--navy-900);transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s ease}.hamburger-btn .hamburger-line.open:first-child{transform:translateY(7px) rotate(45deg)}.hamburger-btn .hamburger-line.open:nth-child(2){opacity:0}.hamburger-btn .hamburger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-backdrop{position:fixed;inset:0;background:rgba(14,26,43,.45);opacity:0;visibility:hidden;transition:opacity .28s ease;z-index:45}.mobile-menu-backdrop.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;height:100vh;width:min(300px,80vw);background:var(--surface-page);box-shadow:var(--shadow-lg);z-index:46;display:flex;flex-direction:column;gap:4px;padding:96px 28px 28px;transform:translateX(100%);transition:transform .32s cubic-bezier(.16,1,.3,1);font-family:var(--font-body);font-size:16px;font-weight:600}.mobile-menu.open{transform:translateX(0)}.mobile-menu a{padding:14px 0;border-bottom:1px solid var(--border-subtle);text-decoration:none}@media (max-width:640px){.header-nav{display:none}.hamburger-btn{display:flex}}@media (min-width:641px){.hamburger-btn,.mobile-menu,.mobile-menu-backdrop{display:none}}