@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap");:root{--bg:#fff;--bg-warm:#f6f5f3;--bg-cool:#f0f4f8;--text:#1a1a1a;--text-mid:#4a4a4a;--text-dim:#8a8a8a;--accent:#06f;--accent-soft:#e8f0fe;--border:rgba(0,0,0,.07);--radius:16px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}.nav{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:1rem 5vw;background:hsla(0,0%,100%,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.logo,.nav{display:flex;align-items:center}.logo{gap:.55rem;text-decoration:none}.logo-mark{position:relative;width:26px;height:24px}.logo-mark i{position:absolute;width:11px;height:11px;border-radius:50% 50% 50% 20%;opacity:.85}.logo-mark i:first-child{background:var(--accent);top:0;left:1px;transform:rotate(-30deg)}.logo-mark i:nth-child(2){background:#00b4ff;top:0;right:1px;transform:rotate(30deg)}.logo-mark i:nth-child(3){background:linear-gradient(135deg,var(--accent),#00b4ff);bottom:0;left:50%;transform:translateX(-50%);width:12px;height:12px;border-radius:50%}.logo-text{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.3rem;color:var(--text);letter-spacing:-.04em}.logo-text .zer{color:var(--accent)}.nav-right{display:flex;align-items:center;gap:2rem}.nav-right a{text-decoration:none;color:var(--text-mid);font-size:.88rem;font-weight:500;transition:color .2s}.nav-right a:hover{color:var(--text)}.nav-btn{background:var(--text)!important;color:#fff!important;padding:.5rem 1.3rem;border-radius:10px;font-weight:600!important;transition:opacity .2s!important}.nav-btn:hover{opacity:.8}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;padding-top:4rem}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:4rem 5vw}.hero-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1.5rem}.hero-tag .dot{width:6px;height:6px;background:var(--accent);border-radius:50%;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-left h1{font-family:Space Grotesk,sans-serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:700;letter-spacing:-.04em;line-height:1.08;margin-bottom:1.5rem}.hero-left h1 span{color:var(--accent)}.hero-left p{font-size:1.05rem;color:var(--text-mid);max-width:400px;line-height:1.7;margin-bottom:2rem}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--text);color:#fff;padding:.9rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .25s;width:-moz-fit-content;width:fit-content}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.hero-cta svg{transition:transform .2s}.hero-cta:hover svg{transform:translateX(3px)}.hero-trust{display:flex;gap:1.8rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-dim)}.trust-item svg{width:16px;height:16px;color:var(--accent);flex-shrink:0}.hero-right{background:var(--bg-warm);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-visual{font-size:10rem;opacity:.9;animation:breathe 6s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.values{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.value-item{padding:2.5rem 5vw;border-right:1px solid var(--border);text-align:center}.value-item:last-child{border-right:none}.value-item h4{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;margin-bottom:.3rem;letter-spacing:-.02em}.value-item p{font-size:.85rem;color:var(--text-dim)}.products{padding:6rem 5vw}.section-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.section-top h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.03em}.section-top a{font-size:.88rem;color:var(--accent);text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.3rem;transition:gap .2s}.section-top a:hover{gap:.6rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem}.p-card{border-radius:var(--radius);overflow:hidden;background:var(--bg);border:1px solid var(--border);transition:all .35s cubic-bezier(.16,1,.3,1)}.p-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.06);border-color:transparent}.p-img{width:100%;aspect-ratio:4/3;background:var(--bg-warm);display:flex;align-items:center;justify-content:center;font-size:4rem;position:relative;overflow:hidden}.p-card:hover .p-img:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,hsla(0,0%,100%,.5) 50%,transparent 60%);animation:shimmer .7s ease-out forwards}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.p-body{padding:1.3rem 1.5rem 1.6rem}.p-cat{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.p-cat,.p-name{font-weight:600}.p-name{font-family:Space Grotesk,sans-serif;font-size:1.05rem;margin:.35rem 0 .4rem;letter-spacing:-.02em}.p-desc{font-size:.85rem;color:var(--text-dim);line-height:1.55;margin-bottom:1rem}.p-footer{display:flex;align-items:center;justify-content:space-between}.p-price{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.15rem}.p-old{font-size:.82rem;color:var(--text-dim);text-decoration:line-through;margin-left:.4rem;font-weight:400}.p-add{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.p-add:hover{background:var(--text);color:#fff;border-color:var(--text)}.highlight{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.highlight-visual{background:var(--bg-cool);align-items:center;font-size:7rem;padding:3rem}.highlight-text,.highlight-visual{display:flex;justify-content:center}.highlight-text{flex-direction:column;padding:4rem 5vw}.highlight-text .label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem}.highlight-text h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem;line-height:1.15}.highlight-text p{font-size:1rem;color:var(--text-mid);line-height:1.7;max-width:420px;margin-bottom:1.5rem}.highlight-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;color:var(--text);text-decoration:none;transition:gap .2s}.highlight-link:hover{gap:.7rem}.highlight.reverse .highlight-visual{order:2;background:var(--bg-warm)}.highlight.reverse .highlight-text{order:1}.banner{margin:4rem 5vw;padding:4rem;border-radius:20px;background:var(--text);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;overflow:hidden}.banner:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,102,255,.2),transparent 70%);top:-50%;right:-5%;pointer-events:none}.banner-text{max-width:440px;position:relative;z-index:1}.banner-text h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.7rem}.banner-text p{color:hsla(0,0%,100%,.55);font-size:.95rem}.banner-cta{position:relative;z-index:1;background:#fff;color:var(--text);padding:.85rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .25s;white-space:nowrap}.banner-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px hsla(0,0%,100%,.12)}.footer{padding:2.5rem 5vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border)}.footer p{font-size:.82rem;color:var(--text-dim)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.82rem;color:var(--text-dim);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1)}.reveal.active{opacity:1;transform:none}.d1{transition-delay:.06s}.d2{transition-delay:.12s}.d3{transition-delay:.18s}@media (max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-right{min-height:50vh}.hero-trust{flex-direction:column;gap:.8rem}.values{grid-template-columns:1fr}.value-item{border-right:none;border-bottom:1px solid var(--border)}.value-item:last-child{border-bottom:none}.products-grid{max-width:420px}.highlight,.products-grid{grid-template-columns:1fr}.highlight.reverse .highlight-visual{order:0}.highlight.reverse .highlight-text{order:1}.banner{text-align:center;padding:3rem 2rem}.banner,.section-top{flex-direction:column}.section-top{align-items:flex-start;gap:.5rem}.nav-right a:not(.nav-btn){display:none}.footer{flex-direction:column;gap:1rem;text-align:center}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}