:root{--navy:#071d3d;--navy-2:#0c2b54;--yellow:#f3ed00;--yellow-soft:#fffde1;--red:#e31e2f;--cyan:#31b8c6;--ink:#10223b;--muted:#647184;--line:#dfe5eb;--surface:#f5f7f9;--white:#fff;--green:#128c58;--shadow:0 22px 60px #061a381f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:156px}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Aptos,Segoe UI,Arial,Helvetica,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;display:block}:focus-visible{outline-offset:3px;outline:3px solid #31b8c68c}.page-shell{width:min(1240px,100% - 48px);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--navy);color:var(--white);border-radius:10px;padding:10px 16px;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;position:sticky;top:0}.header-main{grid-template-columns:245px minmax(320px,1fr) 190px;align-items:center;gap:28px;min-height:92px;display:grid}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand img{object-fit:cover;border-radius:16px;flex:none;width:54px;height:54px;box-shadow:0 8px 20px #071d3d2e}.brand>span{flex-direction:column;min-width:0;display:flex}.brand strong{color:var(--navy);letter-spacing:-.02em;font-size:17px;line-height:1.05}.brand small{color:var(--muted);letter-spacing:.18em;text-transform:uppercase;margin-top:4px;font-size:11px;font-weight:800}.header-search{background:var(--white);border:1px solid #cfd7df;border-radius:999px;align-items:center;height:48px;padding-left:18px;transition:border-color .16s,box-shadow .16s;display:flex}.header-search:focus-within{border-color:var(--cyan);box-shadow:0 0 0 4px #31b8c61f}.header-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:15px}.header-search input::placeholder{color:#798699}.header-search button{background:var(--yellow);width:42px;height:42px;color:var(--navy);cursor:pointer;border:0;border-radius:50%;flex:none;place-items:center;margin-right:3px;display:grid}.header-search button svg{width:19px}.header-contact{color:var(--navy);justify-content:flex-end;align-items:center;gap:10px;display:flex}.header-contact>svg{width:34px;height:34px;color:var(--green);background:#e8f7f0;border-radius:50%;padding:7px}.header-contact span{flex-direction:column;display:flex}.header-contact small{color:var(--muted);font-size:11px}.header-contact strong{margin-top:2px;font-size:15px}.category-nav{border-top:1px solid #edf0f3}.category-nav-inner{scrollbar-width:none;justify-content:space-between;align-items:stretch;gap:6px;min-height:54px;display:flex;overflow-x:auto}.category-nav-inner::-webkit-scrollbar{display:none}.mobile-filter::-webkit-scrollbar{display:none}.category-nav button{color:#415067;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0 12px;font-size:13px;font-weight:750;position:relative}.category-nav button:after{content:"";background:var(--yellow);border-radius:3px 3px 0 0;height:3px;transition:transform .16s;position:absolute;bottom:0;left:12px;right:12px;transform:scaleX(0)}.category-nav button:hover,.category-nav button.active{color:var(--navy)}.category-nav button.active:after{transform:scaleX(1)}.hero{background:var(--navy);color:var(--white);padding:74px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";border:110px solid #f3ed0014;border-radius:50%;width:540px;height:540px;position:absolute;top:-180px;right:-170px}.hero:after{content:"";background:#e31e2f21;border-radius:36px;width:210px;height:210px;position:absolute;bottom:-110px;left:36%;transform:rotate(34deg)}.hero-grid{z-index:1;grid-template-columns:.9fr 1.1fr;align-items:center;gap:66px;display:grid;position:relative}.eyebrow{color:var(--cyan);letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex}.eyebrow:before{content:"";background:var(--yellow);border-radius:99px;width:28px;height:3px}.hero h1{letter-spacing:-.058em;max-width:620px;margin:20px 0 22px;font-size:clamp(48px,5.3vw,78px);line-height:.98}.hero h1 em{color:var(--yellow);white-space:nowrap;font-style:normal;position:relative}.hero h1 em:after{content:"";background:var(--red);border-radius:99px;height:5px;position:absolute;bottom:-5px;left:3px;right:3px;transform:rotate(-1deg)}.hero-copy>p{color:#cfdae8;max-width:590px;margin:0;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button{border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 22px;font-size:14px;font-weight:850;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button svg{width:20px}.button-primary{background:var(--yellow);color:var(--navy);box-shadow:0 13px 28px #f3ed0024}.button-primary:hover{box-shadow:0 16px 34px #f3ed0038}.button-secondary{color:var(--white);background:#ffffff14;border:1px solid #ffffff38}.button-secondary:hover{background:#ffffff21}.hero-proof{color:#afbed1;flex-wrap:wrap;gap:10px 22px;margin-top:30px;font-size:12px;font-weight:700;display:flex}.hero-proof span{align-items:center;gap:8px;display:inline-flex}.hero-proof span:before{content:"";background:var(--yellow);border-radius:50%;width:7px;height:7px}.hero-visual{isolation:isolate;min-width:0;position:relative}.hero-visual:before{content:"";z-index:-1;border:1px solid #ffffff29;border-radius:28px;position:absolute;inset:-14px 40px 22px -18px;transform:rotate(-3deg)}.hero-visual>img{aspect-ratio:16/9;object-fit:cover;border-radius:24px;width:100%;box-shadow:0 30px 80px #00000057}.hero-card{border-left:6px solid var(--red);background:var(--white);max-width:245px;color:var(--navy);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;padding:18px 22px;display:flex;position:absolute;bottom:-26px;right:-18px}.hero-card strong{font-size:16px}.hero-card span{color:var(--muted);margin-top:4px;font-size:12px}.catalog-section{background:var(--white);padding:92px 0 104px}.section-heading{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:36px;display:flex}.section-heading h2{color:var(--navy);letter-spacing:-.045em;margin:12px 0 10px;font-size:clamp(32px,4vw,48px);line-height:1.08}.section-heading p{color:var(--muted);margin:0;font-size:16px;line-height:1.6}.sort-control{color:var(--muted);white-space:nowrap;align-items:center;gap:10px;font-size:13px;display:flex}.sort-control select{border:1px solid var(--line);background:var(--white);min-width:142px;height:43px;color:var(--ink);cursor:pointer;border-radius:10px;padding:0 34px 0 13px;font-weight:700}.mobile-filter{display:none}.catalog-layout{grid-template-columns:225px minmax(0,1fr);align-items:start;gap:34px;display:grid}.filters{border:1px solid var(--line);background:var(--white);border-radius:16px;position:sticky;top:174px;overflow:hidden}.filter-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px;display:flex}.filter-title strong{color:var(--navy);font-size:18px}.filter-title span{color:var(--muted);font-size:11px}.filters fieldset{border:0;margin:0;padding:22px 20px}.filters legend{width:100%;color:var(--navy);margin-bottom:15px;font-size:13px;font-weight:850}.filters label{color:#46566b;cursor:pointer;grid-template-columns:18px 1fr auto;align-items:center;gap:9px;padding:9px 0;font-size:13px;display:grid}.filters input{width:17px;height:17px;accent-color:var(--navy);margin:0}.filters label small{color:#97a1ae;font-size:11px}.filter-note{background:var(--yellow-soft);color:#5e6142;flex-direction:column;gap:9px;padding:20px;font-size:12px;line-height:1.45;display:flex}.filter-note a{color:var(--navy);font-weight:900}.result-summary{min-height:30px;color:var(--muted);margin-bottom:14px;font-size:13px}.result-summary strong{color:var(--navy)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 20px;display:grid}.product-card{border:1px solid var(--line);background:var(--white);border-radius:16px;min-width:0;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.product-card:hover{border-color:#cbd4dc;transform:translateY(-4px);box-shadow:0 18px 42px #071d3d1a}.product-visual{--sprite-x:0%;--sprite-y:-88%;aspect-ratio:3/4;background:#eef1f4;position:relative;overflow:hidden}.product-visual:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 -1px #071d3d12}.product-visual>img{top:var(--sprite-y);left:var(--sprite-x);width:300%;max-width:none;height:auto;position:absolute}.product-badge{background:var(--yellow);color:var(--navy);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;position:absolute;top:12px;left:12px;box-shadow:0 5px 14px #071d3d1f}.product-content{padding:18px}.product-category{color:var(--cyan);letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:900}.product-content h3{color:var(--navy);letter-spacing:-.02em;margin:7px 0 8px;font-size:18px;line-height:1.18}.product-content p{min-height:57px;color:var(--muted);margin:0;font-size:13px;line-height:1.47}.product-content a{color:var(--navy);border-top:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:8px;margin-top:16px;padding-top:15px;font-size:12px;font-weight:900;display:flex}.product-content a svg{width:17px;transition:transform .16s}.product-content a:hover svg{transform:translate(3px)}.empty-state{background:var(--surface);text-align:center;border:1px dashed #cbd5df;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:480px;padding:50px;display:flex}.empty-state>svg{width:42px;color:var(--cyan)}.empty-state h3{color:var(--navy);margin:20px 0 8px;font-size:25px}.empty-state p{max-width:460px;color:var(--muted);margin:0 0 22px;line-height:1.6}.steps-section{background:var(--surface);padding:90px 0}.section-heading.compact{margin-bottom:34px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.steps-grid article{border:1px solid var(--line);background:var(--white);border-radius:20px;min-height:230px;padding:30px;position:relative;overflow:hidden}.steps-grid article:after{content:"";background:var(--yellow-soft);border-radius:50%;width:100px;height:100px;position:absolute;bottom:-32px;right:-24px}.steps-grid article>span{background:var(--navy);width:42px;height:42px;color:var(--yellow);border-radius:12px;place-items:center;font-size:12px;font-weight:900;display:inline-grid}.steps-grid h3{color:var(--navy);letter-spacing:-.02em;margin:26px 0 10px;font-size:21px}.steps-grid p{max-width:310px;color:var(--muted);margin:0;font-size:14px;line-height:1.6}.final-cta{background:var(--navy);color:var(--white);padding:78px 0;position:relative;overflow:hidden}.final-cta:after{content:"";border:54px solid #f3ed001c;border-radius:50%;width:240px;height:240px;position:absolute;top:-100px;right:6%}.final-cta-inner{z-index:1;justify-content:space-between;align-items:center;gap:48px;display:flex;position:relative}.final-cta h2{letter-spacing:-.04em;margin:12px 0 10px;font-size:clamp(34px,4vw,50px)}.final-cta p{color:#c8d4e3;max-width:640px;margin:0;line-height:1.65}.button-light{background:var(--white);color:var(--navy);flex:none}.site-footer{color:#cfdae8;background:#04152d;padding:56px 0 24px}.footer-grid{grid-template-columns:1.5fr 1fr .7fr;gap:50px;padding-bottom:46px;display:grid}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-grid>div>strong,.footer-brand strong{color:var(--white);font-size:14px}.footer-grid a{color:var(--yellow);font-size:13px;font-weight:750}.footer-grid span{color:#91a2b7;font-size:12px}.footer-brand{flex-direction:row!important;align-items:center!important;gap:14px!important}.footer-brand img{object-fit:cover;border-radius:16px;width:58px;height:58px}.footer-brand div{flex-direction:column;gap:6px;display:flex}.footer-bottom{color:#71859e;border-top:1px solid #ffffff17;justify-content:space-between;gap:24px;padding-top:22px;font-size:11px;display:flex}.floating-whatsapp{z-index:90;border:3px solid var(--white);background:var(--green);min-height:54px;color:var(--white);border-radius:999px;align-items:center;gap:9px;padding:0 18px;font-size:13px;font-weight:900;transition:transform .16s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 30px #09482d47}.floating-whatsapp:hover{transform:translateY(-3px)}.floating-whatsapp svg{width:24px}@media (width<=1080px){.header-main{grid-template-columns:210px minmax(280px,1fr) 54px;gap:18px}.header-contact span{display:none}.header-contact{justify-content:center}.hero-grid{gap:40px}.catalog-layout{grid-template-columns:205px minmax(0,1fr);gap:22px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){html{scroll-padding-top:120px}.page-shell{width:min(100% - 32px,720px)}.site-header{position:sticky}.header-main{grid-template-columns:1fr auto;grid-template-areas:"brand contact""search search";gap:12px 16px;min-height:116px;padding:12px 0}.brand{grid-area:brand}.brand img{border-radius:13px;width:46px;height:46px}.header-search{grid-area:search}.header-contact{grid-area:contact}.category-nav{display:none}.hero{padding:54px 0 68px}.hero-grid{grid-template-columns:1fr;gap:44px}.hero-copy>p{max-width:650px}.hero-visual{width:min(100%,650px)}.hero-card{right:16px}.catalog-section{padding:72px 0 80px}.section-heading{align-items:flex-start}.sort-control{flex-direction:column;align-items:flex-start}.mobile-filter{scrollbar-width:none;gap:8px;margin:-8px 0 26px;padding-bottom:3px;display:flex;overflow-x:auto}.mobile-filter button{border:1px solid var(--line);background:var(--white);color:#506077;border-radius:999px;flex:none;min-height:39px;padding:0 14px;font-size:12px;font-weight:800}.mobile-filter button.active{border-color:var(--navy);background:var(--navy);color:var(--white)}.catalog-layout{grid-template-columns:1fr}.filters{display:none}.steps-grid{grid-template-columns:1fr}.steps-grid article{min-height:0}.final-cta-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1.4fr 1fr}}@media (width<=560px){.page-shell{width:min(100% - 24px,520px)}.brand>span{display:none}.header-search{height:45px}.hero{padding-top:42px}.hero h1{margin-top:16px;font-size:clamp(42px,13vw,58px)}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.button{width:100%}.hero-proof{gap:8px 14px}.hero-card{max-width:220px;bottom:-32px;right:8px}.section-heading{flex-direction:column;gap:20px;margin-bottom:28px}.sort-control{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.sort-control select{min-width:155px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}.product-card{border-radius:12px}.product-badge{padding:5px 7px;font-size:8px;top:8px;left:8px}.product-content{padding:12px}.product-category{font-size:8px}.product-content h3{margin-top:5px;font-size:15px}.product-content p{display:none}.product-content a{margin-top:11px;padding-top:11px;font-size:10px}.product-content a svg{width:14px}.steps-section{padding:70px 0}.steps-grid article{padding:24px}.final-cta{padding:64px 0}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:7px}.floating-whatsapp{justify-content:center;width:54px;padding:0;bottom:13px;right:13px}.floating-whatsapp span{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
