:root{--nav-h:0px;--gutter:clamp(.75rem,2vw,2.25rem);--bg-alt:#f8f7fc;--accent:#8d6cc2;--accent-d:#684dad;--content-max:1400px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{line-height:1.6;font-family:Inter,system-ui,sans-serif;color:#2b2b2b;background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block;height:auto}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.wrap{inline-size:100%;max-inline-size:var(--content-max);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(4rem,10vw,8rem)}.section.alt{background:var(--bg-alt)}h1{font:800 clamp(2.6rem,5.2vw,4.1rem)/1.15 Inter}h2{font:700 clamp(1.9rem,3.5vw,2.6rem)/1.25 Inter}.site-nav{position:fixed;top:0;inset-inline:0;height:72px;display:flex;align-items:center;justify-content:space-between;padding-inline:var(--gutter);background:#ffffffd8;backdrop-filter:blur(6px);box-shadow:0 2px 8px rgba(0,0,0,.06);z-index:1000}.logo{font-weight:800;font-size:1.3rem;color:var(--accent)}.main-menu{display:flex;gap:1.6rem;font-weight:500}.main-menu a{transition:color .2s ease}.main-menu a:hover,.main-menu a:focus{color:var(--accent-d)}.menu-toggle{display:none;border:none;background:none;font:600 1rem/1 Inter}@media(max-width:760px){.menu-toggle{display:block;color:#444}.main-menu{position:absolute;top:100%;right:0;flex-direction:column;background:#fff;width:clamp(200px,40vw,250px);padding:1rem 1.4rem;box-shadow:0 10px 18px rgba(0,0,0,.1);display:none}.main-menu.open{display:flex}}.btn{padding:1rem 2.3rem;border:none;border-radius:9999px;font-weight:700;background:var(--accent);color:#fff;cursor:pointer;transition:.2s ease}.btn:hover{background:var(--accent-d);transform:translateY(-3px)}#product-grid{display:grid;gap:clamp(1.6rem,3vw,2.4rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.product-card{background:#fff;border-radius:16px;box-shadow:0 6px 22px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease;text-align:center}.product-card:hover{transform:translateY(-6px)}.product-card img{aspect-ratio:1/1;object-fit:cover;width:100%}.product-card h3{font-size:1.3rem;color:var(--accent-d);margin-top:1rem}.product-card p{font-size:0.95rem;color:#555;padding:0 1.2rem;margin-bottom:0.8rem}.product-card .price{font-size:1.2rem;font-weight:700;color:var(--accent);margin-bottom:1rem}.product-card .btn{margin:0 1.2rem 1.2rem}footer{margin-top:4rem;background:var(--accent-d);color:#fff;text-align:center;padding:2.2rem 1rem;font-size:.9rem}footer a{color:#fff;text-decoration:underline}html{font-size:clamp(18px,0.65vw + 12px,24px)}@media(max-width:480px){html{font-size:clamp(18px,0.65vw + 12px,24px)}}p{max-inline-size:70ch;margin-bottom:1rem}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.lang-switcher{margin-left:1.6rem;display:flex;align-items:center;gap:0.5rem;font-weight:600}.lang-switcher a{color:#666}.lang-switcher a.active{color:var(--accent)}.lang-switcher span{color:#ccc}@media(max-width:760px){.main-menu .lang-switcher{margin-left:0;margin-top:1rem}}.cta-fab{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--accent);color:#fff;padding:.75rem 1.25rem;border-radius:9999px;box-shadow:0 4px 16px rgba(0,0,0,.2);font-weight:600;text-decoration:none;z-index:1001;transition:transform .15s ease}.cta-fab:hover{transform:scale(1.06)}.cta-fab:focus-visible{outline:3px solid var(--accent-d)}