:root{--brand-primary: #1E3A5F;--brand-accent: #2563EB;--brand-secondary:#F59E0B;--brand-bg: #F8FAFC;--brand-card-bg: #FFFFFF;--brand-text: #475569;--heading: #0F172A;--dark-deep: #0F172A;--primary-soft: rgba(30,58,95,.06);--accent-soft: rgba(37,99,235,.12);--secondary-soft: rgba(245,158,11,.15);--border: #E2E8F0;--display: "Archivo", -apple-system, sans-serif;--sans: "Hanken Grotesk", -apple-system, sans-serif;--maxw: 1240px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--brand-text);background:var(--brand-bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--display);color:var(--heading);font-weight:700;line-height:1.1;letter-spacing:-.015em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.label{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-accent)}.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--sans);font-weight:600;font-size:15px;padding:15px 30px;border-radius:8px;cursor:pointer;border:none;transition:.25s ease;letter-spacing:.01em}.btn-primary{background:var(--brand-primary);color:#fff}.btn-primary:hover{background:#152b47;transform:translateY(-2px);box-shadow:0 12px 28px #1e3a5f47}.btn-accent{background:var(--brand-accent);color:#fff}.btn-accent:hover{background:#1d4fd7;transform:translateY(-2px);box-shadow:0 12px 28px #2563eb52}.btn-ghost{background:transparent;color:var(--brand-primary);border:1.5px solid var(--border)}.btn-ghost:hover{border-color:var(--brand-accent);color:var(--brand-accent);background:#fff}.spec{background:var(--dark-deep);color:#94a3b8;font-size:12.5px;text-align:center;padding:8px 16px;letter-spacing:.04em}.spec b{color:var(--brand-secondary)}.announce{background:var(--brand-primary);color:#dbe6f1;font-size:13px;font-weight:500;text-align:center;padding:10px 16px;letter-spacing:.05em}.announce span{display:inline-flex;align-items:center;gap:7px;margin:0 16px}header.site-header{position:sticky;top:0;z-index:50;background:#f8fafceb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;height:74px}.logo{font-family:var(--display);font-size:22px;font-weight:800;color:var(--heading);letter-spacing:-.02em}.logo b{color:var(--brand-accent)}.navlinks{display:flex;gap:30px;list-style:none}.navlinks a{font-size:14.5px;font-weight:600;color:var(--brand-primary);position:relative;padding:4px 0;transition:.2s}.navlinks a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--brand-accent);transition:.25s}.navlinks a:hover:after{width:100%}.navicons{display:flex;gap:20px;align-items:center}.navicons svg{width:21px;height:21px;stroke:var(--brand-primary);fill:none;cursor:pointer;transition:.2s}.navicons svg:hover{stroke:var(--brand-accent)}.cartdot{position:relative;cursor:pointer;background:none;border:none;padding:0}.cartdot b{position:absolute;top:-7px;right:-9px;background:var(--brand-accent);color:#fff;font-size:10px;font-weight:700;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;font-family:var(--sans)}.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none}.burger span{width:24px;height:2px;background:var(--brand-primary);transition:.3s}.mobile-nav{position:fixed;top:74px;left:-100%;width:100%;height:calc(100vh - 74px);background:var(--brand-bg);z-index:45;transition:.4s ease;padding:40px;border-top:1px solid var(--border)}.mobile-nav.open{left:0}.mobile-nav ul{list-style:none;display:flex;flex-direction:column;gap:24px}.mobile-nav a{font-family:var(--display);font-size:24px;color:var(--brand-primary);font-weight:700}.hero{position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;padding:74px 0 80px}.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;background:var(--accent-soft);color:#1d4fd7;font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 15px;border-radius:6px;margin-bottom:24px}.hero h1{font-size:clamp(38px,5vw,62px);line-height:1;margin-bottom:22px}.hero h1 em{font-style:normal;color:var(--brand-accent)}.hero p.lead{font-size:18.5px;max-width:500px;margin-bottom:34px;color:var(--brand-text)}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:30px}.hero-trust{display:flex;gap:22px;flex-wrap:wrap;font-size:13.5px;font-weight:600;color:var(--brand-primary)}.hero-trust span{display:flex;align-items:center;gap:7px}.hero-trust b{color:var(--brand-accent);font-size:15px}.hero-visual{position:relative}.hero-card{background:var(--brand-card-bg);border:1px solid var(--border);border-radius:14px;padding:22px;box-shadow:0 30px 60px -25px #0f172a33}.hero-card .dh{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hero-card .dh b{font-family:var(--display);font-size:15px;color:var(--heading)}.hero-card .dh span{font-size:11px;font-weight:600;color:#fff;background:var(--brand-accent);padding:3px 9px;border-radius:5px}.mock-row{display:flex;align-items:center;gap:12px;padding:11px 13px;border:1px solid var(--border);border-radius:8px;margin-bottom:9px;background:var(--brand-bg)}.mock-row .dot{width:9px;height:9px;border-radius:50%;flex:none}.mock-row .bar{height:8px;border-radius:4px;background:var(--border);flex:1}.mock-row .tag{font-size:11px;font-weight:600;padding:3px 9px;border-radius:6px;font-family:var(--sans);margin-left:auto}.floaty{position:absolute;background:var(--brand-card-bg);border:1px solid var(--border);border-radius:11px;padding:13px 16px;box-shadow:0 18px 40px -18px #0f172a2e;display:flex;align-items:center;gap:11px;font-size:13px;font-weight:600;color:var(--brand-primary)}.floaty .ic{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;flex:none;font-size:17px}.floaty.f1{top:-22px;right:-14px;animation:bob 4s ease-in-out infinite}.floaty.f2{bottom:-24px;left:-20px;animation:bob 4s ease-in-out infinite .8s}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.marquee{background:var(--dark-deep);color:#dfe8eb;overflow:hidden;border-top:3px solid var(--brand-accent)}.marquee-track{display:flex;gap:48px;white-space:nowrap;padding:15px 0;animation:scroll 28s linear infinite;font-family:var(--display);font-size:17px;font-weight:600}.marquee-track span{display:inline-flex;align-items:center;gap:48px}.marquee-track b{color:var(--brand-secondary);font-family:var(--sans);font-size:14px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-pad{padding:84px 0}.sec-head{text-align:center;max-width:620px;margin:0 auto 50px}.sec-head h2{font-size:clamp(30px,3.6vw,44px);margin:14px 0}.sec-head p{font-size:17px}.coll-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.coll{position:relative;border-radius:13px;padding:30px 26px;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--border);overflow:hidden;transition:.3s;cursor:pointer;background:var(--brand-card-bg);text-align:left;font-family:inherit}.coll:hover,.coll.active{transform:translateY(-6px);box-shadow:0 24px 44px -22px #0f172a33;border-color:var(--brand-accent)}.coll .cnt{font-size:13px;font-weight:600;color:var(--brand-text);opacity:.8}.coll h3{font-size:22px;margin:10px 0 6px}.coll .arrow{font-size:20px;color:var(--brand-accent);transition:.3s}.coll:hover .arrow{transform:translate(5px,-5px)}.coll.c1{background:var(--accent-soft)}.coll.c2{background:var(--secondary-soft)}.coll.c3{background:var(--primary-soft)}.coll.c4{background:#e3ecfb}.coll .ic{font-size:30px}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{background:var(--brand-card-bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:.3s;display:flex;flex-direction:column;position:relative}.card:hover{transform:translateY(-6px);box-shadow:0 24px 44px -22px #0f172a33;border-color:var(--brand-accent)}.card.hidden{display:none!important}.card .thumb{aspect-ratio:4/3;background:var(--accent-soft);position:relative;display:grid;place-items:center;border-bottom:1px solid var(--border);cursor:pointer;overflow:hidden}.card .thumb img{width:100%;height:100%;object-fit:cover}.card .thumb .emoji{font-size:46px;opacity:.9}.card .badge{position:absolute;top:12px;left:12px;background:var(--brand-secondary);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:5px;letter-spacing:.04em;z-index:2}.card .pfmt{position:absolute;top:12px;right:12px;background:#ffffffeb;color:var(--brand-primary);font-size:11px;font-weight:600;padding:4px 9px;border-radius:5px;z-index:2}.card .body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}.card .stars{color:var(--brand-secondary);font-size:13px;letter-spacing:2px;margin-bottom:8px}.card h4{font-size:16.5px;margin-bottom:6px;line-height:1.25;cursor:pointer}.card .desc{font-size:13.5px;color:var(--brand-text);margin-bottom:16px;flex:1}.card .foot{display:flex;align-items:center;justify-content:space-between}.card .price{font-family:var(--display);font-size:20px;font-weight:800;color:var(--heading)}.card .price s{font-size:14px;color:var(--brand-text);opacity:.55;font-family:var(--sans);margin-left:6px}.card .add{font-size:13px;font-weight:700;color:var(--brand-accent);display:flex;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px;font-family:inherit}.card .add:hover{color:var(--brand-primary)}.card .add[disabled]{opacity:.5;cursor:default}.how{background:var(--dark-deep);color:#dbe4e7}.how .sec-head h2{color:#fff}.how .sec-head p{color:#94a3b8}.how .label{color:var(--brand-secondary)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.step{text-align:center;padding:0 14px}.step .num{width:60px;height:60px;border-radius:14px;background:#2563eb2e;border:1.5px solid var(--brand-accent);color:#fff;font-family:var(--display);font-size:24px;font-weight:800;display:grid;place-items:center;margin:0 auto 20px}.step h3{color:#fff;font-size:21px;margin-bottom:10px}.step p{font-size:14.5px;color:#94a3b8}.bundle{background:var(--accent-soft);border:1px solid #cfe0fc;border-radius:18px;padding:56px;display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center}.bundle h2{font-size:clamp(28px,3.4vw,40px);margin-bottom:16px}.bundle p{font-size:17px;margin-bottom:26px;max-width:440px}.bundle .save{display:inline-block;background:var(--brand-secondary);color:#fff;font-size:13px;font-weight:700;padding:6px 14px;border-radius:6px;margin-bottom:18px;letter-spacing:.04em}.bundle-vis{text-align:center}.bundle-vis .big{font-family:var(--display);font-size:64px;font-weight:800;color:var(--brand-accent);line-height:1}.bundle-vis .sub{font-size:13px;font-weight:700;color:var(--brand-primary);letter-spacing:.08em;text-transform:uppercase;margin-top:6px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.feat{background:var(--brand-card-bg);border:1px solid var(--border);border-radius:13px;padding:32px 28px;transition:.3s}.feat:hover{border-color:var(--brand-accent);transform:translateY(-4px)}.feat .ic{width:52px;height:52px;border-radius:11px;background:var(--accent-soft);display:grid;place-items:center;font-size:24px;margin-bottom:18px}.feat:nth-child(2) .ic{background:var(--secondary-soft)}.feat:nth-child(3) .ic{background:var(--primary-soft)}.feat h3{font-size:20px;margin-bottom:10px}.feat p{font-size:14.5px}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.test{background:var(--brand-card-bg);border:1px solid var(--border);border-radius:13px;padding:30px 28px}.test .stars{color:var(--brand-secondary);letter-spacing:2px;margin-bottom:14px}.test p{font-size:16px;color:var(--heading);font-weight:500;line-height:1.5;margin-bottom:20px}.test .who{display:flex;align-items:center;gap:12px}.test .av{width:42px;height:42px;border-radius:50%;background:var(--brand-primary);color:#fff;font-weight:700;display:grid;place-items:center;font-family:var(--display)}.test:nth-child(2) .av{background:var(--brand-accent)}.test:nth-child(3) .av{background:var(--brand-secondary)}.test .who b{display:block;color:var(--heading);font-size:14px}.test .who span{font-size:12.5px;color:var(--brand-text)}.faq{max-width:780px;margin:0 auto}.qa{border-bottom:1px solid var(--border)}.qa button{width:100%;background:none;border:none;text-align:left;padding:22px 0;font-family:var(--display);font-size:18.5px;font-weight:700;color:var(--heading);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.qa .ans{max-height:0;overflow:hidden;transition:max-height .35s ease}.qa .ans p{padding:0 0 22px;font-size:15.5px;color:var(--brand-text)}.qa .ans a{color:var(--brand-accent);font-weight:600;text-decoration:underline}.qa .plus{font-family:var(--sans);font-size:26px;color:var(--brand-accent);font-weight:400;transition:.3s;flex:none}.qa.open .plus{transform:rotate(45deg)}.news{background:var(--dark-deep);color:#fff;border-radius:18px;padding:56px;text-align:center}.news .label{color:var(--brand-secondary)}.news h2{color:#fff;font-size:clamp(28px,3.4vw,42px);margin:14px 0}.news p{color:#94a3b8;font-size:16px;max-width:460px;margin:0 auto 28px}.news-form{display:flex;gap:10px;max-width:440px;margin:0 auto}.news-form input{flex:1;padding:15px 18px;border-radius:8px;border:none;font-family:var(--sans);font-size:15px;color:var(--heading)}.news small{display:block;margin-top:16px;color:#64748b;font-size:12.5px}footer.site-footer{background:var(--brand-bg);border-top:1px solid var(--border);padding:64px 0 30px}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}.foot-brand .logo{margin-bottom:14px}.foot-brand p{font-size:14px;max-width:280px;margin-bottom:16px}.foot-brand .stamp{font-size:12.5px;font-weight:700;color:var(--brand-accent)}.site-footer h5{font-family:var(--sans);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--heading);margin-bottom:18px}.site-footer ul{list-style:none}.site-footer ul li{margin-bottom:11px}.site-footer ul a{font-size:14px;color:var(--brand-text);transition:.2s}.site-footer ul a:hover{color:var(--brand-accent)}.foot-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--brand-text)}.pays{display:flex;gap:7px;flex-wrap:wrap}.pays span{background:#fff;border:1px solid var(--border);border-radius:5px;padding:4px 9px;font-size:10px;font-weight:700;color:var(--brand-primary);letter-spacing:.03em}.cart-drawer{position:fixed;top:0;right:-420px;width:100%;max-width:400px;height:100%;background:var(--brand-card-bg);box-shadow:-10px 0 40px #0f172a2e;z-index:100;transition:right .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;padding:30px}.cart-drawer.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border-bottom:1px solid var(--border);padding-bottom:14px}.cart-header h3{font-size:22px}.cart-close{font-size:28px;background:none;border:none;cursor:pointer;color:var(--brand-primary)}.cart-items-container{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;gap:14px;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--border)}.cart-item-emoji{font-size:24px;background:var(--brand-bg);width:44px;height:44px;display:grid;place-items:center;border-radius:8px;overflow:hidden;flex:none}.cart-item-emoji img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1}.cart-item-details h5{font-family:var(--sans);font-size:15px;color:var(--heading)}.cart-item-details span{font-size:13px;color:var(--brand-accent);font-weight:700}.cart-item-remove{background:none;border:none;color:#b91c1c;font-size:12px;cursor:pointer;opacity:.6}.cart-item-remove:hover{opacity:1}.cart-footer{border-top:1px solid var(--border);padding-top:20px}.cart-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;color:var(--heading);margin-bottom:16px}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a66;z-index:90;display:none}.cart-overlay.open{display:block}.empty-cart-text{text-align:center;color:var(--brand-text);margin-top:40px;font-style:italic}.cart-upsell{border:1px solid var(--border);border-radius:12px;padding:14px;margin-top:16px;background:var(--brand-bg)}.cart-upsell[hidden]{display:none}.cart-upsell-label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--brand-accent);margin-bottom:10px}.cart-upsell-row{display:flex;align-items:center;gap:12px}.cart-upsell-thumb{width:44px;height:44px;border-radius:8px;overflow:hidden;background:#fff;border:1px solid var(--border);display:grid;place-items:center;flex:none}.cart-upsell-thumb img{width:100%;height:100%;object-fit:cover}.cart-upsell-info{flex:1;min-width:0;line-height:1.3}.cart-upsell-info strong{display:block;font-size:13.5px;color:var(--heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell-info span{font-size:13px;font-weight:700;color:var(--brand-accent)}.cart-upsell-add{display:inline-flex;align-items:center;gap:4px;flex:none;font-family:var(--sans);font-weight:700;font-size:13px;color:#fff;background:var(--brand-accent);border:none;border-radius:7px;padding:8px 12px;cursor:pointer;transition:.2s}.cart-upsell-add:hover{background:#1d4fd7}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a80;z-index:200;display:none;place-items:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.open{display:grid}.modal-card{background:var(--brand-card-bg);max-width:600px;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 24px 50px #0f172a40;position:relative;animation:modalWake .3s cubic-bezier(.16,1,.3,1)}@keyframes modalWake{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:16px;right:20px;font-size:30px;background:none;border:none;cursor:pointer;color:var(--brand-primary);z-index:10}.modal-hero-thumb{height:180px;background:var(--accent-soft);display:grid;place-items:center;font-size:64px;border-bottom:1px solid var(--border);overflow:hidden}.modal-hero-thumb img{width:100%;height:100%;object-fit:cover}.modal-body{padding:32px}.modal-body h3{font-size:28px;margin-bottom:8px}.modal-body .meta{display:inline-block;background:var(--primary-soft);padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;margin-bottom:16px;color:var(--brand-primary)}.modal-body p{font-size:16px;margin-bottom:24px}.modal-rating{margin-bottom:16px;min-height:18px}.modal-rating:empty{display:none}#founder .wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:44px;align-items:center}.founder-photo{aspect-ratio:1/1;background:var(--accent-soft);border:1px dashed var(--brand-accent);border-radius:16px;display:grid;place-items:center;color:var(--brand-accent);font-weight:600;text-align:center;font-size:14px;padding:24px;overflow:hidden}.founder-photo img{width:100%;height:100%;object-fit:cover;border-radius:16px}.reveal{opacity:0;transform:translateY(26px);transition:.7s cubic-bezier(.2,.7,.3,1)}.reveal.in{opacity:1;transform:none}.rte{font-size:16px;line-height:1.7}.rte h1,.rte h2,.rte h3{margin:1.2em 0 .5em}.rte p{margin-bottom:1em}.rte ul,.rte ol{margin:0 0 1em 1.2em}.rte a{color:var(--brand-accent);text-decoration:underline}.pdp{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.pdp-media{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--accent-soft);aspect-ratio:1/1;display:grid;place-items:center}.pdp-media img{width:100%;height:100%;object-fit:cover}.pdp-media .emoji{font-size:84px}.pdp h1{font-size:clamp(26px,3vw,40px);margin-bottom:12px}.pdp .meta{display:inline-block;background:var(--primary-soft);padding:5px 12px;border-radius:6px;font-size:12px;font-weight:700;margin-bottom:16px;color:var(--brand-primary)}.pdp .price{font-family:var(--display);font-size:30px;font-weight:800;color:var(--heading);margin-bottom:24px}.pdp .price s{font-size:18px;opacity:.5;font-family:var(--sans);margin-left:8px}.pdp form{margin-bottom:28px}.about-rte{max-width:760px;margin:0 auto}.about-rte h1{font-size:clamp(32px,4.4vw,52px);line-height:1.05;text-align:center;margin-bottom:28px}.about-rte h2{font-size:clamp(22px,2.6vw,30px);margin:1.6em 0 .5em}.about-rte p{font-size:17px;line-height:1.75;margin-bottom:1.1em}.about-rte ul{list-style:none;margin:1em 0 1.4em;padding:0}.about-rte ul li{position:relative;padding-left:30px;margin-bottom:14px;font-size:16px}.about-rte ul li:before{content:"\2713";position:absolute;left:0;top:0;color:#16a34a;font-weight:800;background:#16a34a1f;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:12px}.about-rte a{color:var(--brand-accent);font-weight:600;text-decoration:underline}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:56px 0}.about-stat{text-align:center;padding:26px 16px;background:var(--brand-card-bg);border:1px solid var(--border);border-radius:14px}.about-stat-num{font-family:var(--display);font-size:clamp(28px,3.2vw,40px);font-weight:800;color:var(--brand-accent);line-height:1}.about-stat-label{font-size:13px;font-weight:600;color:var(--brand-text);margin-top:8px}.about-founder{display:grid;grid-template-columns:.7fr 1.3fr;gap:36px;align-items:center;background:var(--accent-soft);border:1px solid #cfe0fc;border-radius:18px;padding:40px;margin-bottom:44px}.about-founder-photo{aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#fff;border:1px dashed var(--brand-accent);display:grid;place-items:center;text-align:center;padding:20px;color:var(--brand-accent);font-weight:600;font-size:13px}.about-founder-photo img{width:100%;height:100%;object-fit:cover}.about-founder-words .rte p{font-size:18px;color:var(--heading);font-weight:500;line-height:1.5}.about-signature{font-family:var(--display);font-weight:800;font-size:18px;color:var(--heading);margin-top:18px}.about-signature span{display:block;font-family:var(--sans);font-weight:600;font-size:13px;color:var(--brand-text);margin-top:2px}.about-cta{text-align:center}@media(max-width:760px){.about-stats{grid-template-columns:1fr 1fr}.about-founder{grid-template-columns:1fr;padding:28px;text-align:center}}.page-title{text-align:center;margin:0 auto 40px;max-width:700px}.page-title h1{font-size:clamp(30px,3.6vw,46px);margin-bottom:12px}.coll-count{font-size:13px;font-weight:600;color:var(--brand-text);margin-top:10px}.breadcrumb{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--brand-text);margin-bottom:22px;flex-wrap:wrap}.breadcrumb a{font-weight:600}.breadcrumb a:hover{color:var(--brand-accent)}.breadcrumb span[aria-current]{color:var(--heading);font-weight:600}.ifc-icon{vertical-align:middle;flex:none}.feat .ic .ifc-icon{color:var(--brand-accent)}.feat:nth-child(2) .ic .ifc-icon{color:var(--brand-secondary)}.feat:nth-child(3) .ic .ifc-icon{color:var(--brand-primary)}.coll .ic .ifc-icon{color:var(--brand-accent)}.coll.c2 .ic .ifc-icon{color:#b45309}.coll.c3 .ic .ifc-icon{color:var(--brand-primary)}.hero-trust b{color:var(--brand-accent);display:inline-flex;align-items:center}.card .add .ifc-icon,.btn .ifc-icon{color:currentColor}.stars{display:inline-flex;align-items:center;gap:1px;min-height:18px}.card .stars{margin-bottom:8px}.stars .star{color:var(--brand-secondary);font-size:14px;line-height:1}.stars .star.empty{color:#cbd5e1}.stars .rating-count{font-size:12px;font-weight:600;color:var(--brand-text);margin-left:6px}.stars .rating-count:before{content:"("}.stars .rating-count:after{content:")"}.stars--new .rating-new,.rating-new{display:inline-block;background:var(--accent-soft);color:#1d4fd7;font-size:10.5px;font-weight:700;letter-spacing:.04em;padding:3px 8px;border-radius:5px;text-transform:uppercase}.badge--save{background:#16a34a}.contact-form{display:flex;flex-direction:column;gap:14px}.contact-form .contact-row{display:flex;gap:14px}.contact-form .contact-row input{flex:1}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:9px;font-family:var(--sans);font-size:15px;color:var(--heading);background:#fff}.contact-form button{align-self:flex-start}.form-success{background:#16a34a1a;color:#15803d;border:1px solid rgba(22,163,74,.3);padding:14px 16px;border-radius:9px;font-weight:600}@media(max-width:560px){.contact-form .contact-row{flex-direction:column}}.guarantee{background:var(--dark-deep);color:#dbe4e7;border-radius:18px;padding:48px 56px;display:flex;align-items:center;gap:34px}.guarantee-badge{width:88px;height:88px;border-radius:18px;background:#2563eb2e;border:1.5px solid var(--brand-accent);display:grid;place-items:center;flex:none}.guarantee-badge .ifc-icon{color:#fff}.guarantee-body .label{color:var(--brand-secondary)}.guarantee-body h2{color:#fff;font-size:clamp(26px,3.2vw,38px);margin:12px 0 14px}.guarantee-body p{font-size:16.5px;color:#94a3b8;max-width:620px;margin-bottom:22px}@media(max-width:760px){.guarantee{flex-direction:column;text-align:center;padding:38px 26px}.guarantee-body p{margin-left:auto;margin-right:auto}}.trust-bar-section{background:var(--brand-card-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 0}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.trust-item{display:flex;align-items:center;gap:13px}.trust-ic{width:46px;height:46px;border-radius:11px;background:var(--accent-soft);display:grid;place-items:center;flex:none}.trust-ic .ifc-icon{color:var(--brand-accent)}.trust-item:nth-child(2) .trust-ic{background:var(--secondary-soft)}.trust-item:nth-child(2) .trust-ic .ifc-icon{color:#b45309}.trust-item:nth-child(3) .trust-ic{background:var(--primary-soft)}.trust-item:nth-child(3) .trust-ic .ifc-icon{color:var(--brand-primary)}.trust-txt{display:flex;flex-direction:column;line-height:1.25}.trust-txt strong{font-size:14.5px;color:var(--heading);font-family:var(--display)}.trust-txt span{font-size:12.5px;color:var(--brand-text)}@media(max-width:900px){.trust-bar{grid-template-columns:1fr 1fr}}@media(max-width:480px){.trust-bar{grid-template-columns:1fr}}.hero-card .bar{transform-origin:left center;animation:barGrow 1s cubic-bezier(.2,.7,.3,1) both}.hero-card .mock-row:nth-child(3) .bar{animation-delay:.12s}.hero-card .mock-row:nth-child(4) .bar{animation-delay:.24s}.hero-card .mock-row:nth-child(5) .bar{animation-delay:.36s}@keyframes barGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.pdp-gallery{display:flex;flex-direction:column;gap:14px;position:sticky;top:94px}.pdp-thumbs{display:flex;gap:10px;flex-wrap:wrap}.pdp-thumb{width:72px;height:72px;border-radius:10px;overflow:hidden;border:1px solid var(--border);padding:0;cursor:pointer;background:none;transition:.2s}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-thumb.active{border-color:var(--brand-accent);box-shadow:0 0 0 3px var(--accent-soft)}.pdp .price .save{background:#16a34a;color:#fff;font-size:12px;font-weight:700;padding:3px 9px;border-radius:6px;margin-left:10px;vertical-align:middle}.pdp-compat{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.compat-badge{display:inline-flex;align-items:center;gap:5px;background:var(--primary-soft);color:var(--brand-primary);font-size:12.5px;font-weight:600;padding:6px 11px;border-radius:7px}.compat-badge .ifc-icon{color:#16a34a}.pdp-trust{list-style:none;margin:22px 0 28px;display:flex;flex-direction:column;gap:13px;padding:20px 22px;background:var(--brand-bg);border:1px solid var(--border);border-radius:12px}.pdp-trust li{display:flex;align-items:center;gap:11px;font-size:14.5px;font-weight:600;color:var(--brand-primary)}.pdp-trust .ifc-icon{color:var(--brand-accent)}.pdp-preview{width:100%;justify-content:center;margin-top:12px}.pdp-preview-note{font-size:12.5px;color:var(--brand-text);text-align:center;margin-top:8px}.pdp-guarantee{display:flex;align-items:center;gap:14px;margin-top:22px;padding:16px 18px;border:1.5px solid rgba(22,163,74,.35);background:#16a34a12;border-radius:12px}.pdp-guarantee-badge{width:48px;height:48px;border-radius:11px;background:#16a34a24;display:grid;place-items:center;flex:none}.pdp-guarantee-badge .ifc-icon{color:#15803d}.pdp-guarantee-txt{display:flex;flex-direction:column;line-height:1.35}.pdp-guarantee-txt strong{font-family:var(--display);font-size:15.5px;color:#14532d}.pdp-guarantee-txt span{font-size:13px;color:#15803d}.pdp-desc{margin-top:8px}.pdp-cross{margin-top:72px;padding-top:52px;border-top:1px solid var(--border)}.pdp-reviews{margin-top:64px;padding-top:48px;border-top:1px solid var(--border)}.card .jdgm-prev-badge{margin-bottom:8px}.pdp .jdgm-prev-badge{margin-bottom:18px}.jdgm-section .jdgm-carousel-wrapper{margin-top:10px}.jdgm-section:has(.jdgm-carousel:empty){display:none}.pdp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 24px #0f172a14;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;transform:translateY(110%);transition:transform .3s cubic-bezier(.16,1,.3,1)}.pdp-sticky.show{transform:none}.pdp-sticky-info{display:flex;flex-direction:column;line-height:1.25;min-width:0}.pdp-sticky-info strong{font-size:14px;color:var(--heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-sticky-info span{color:var(--brand-accent);font-weight:700;font-size:14px}.pdp-sticky .btn{padding:12px 22px;flex:none}@media(min-width:901px){.pdp-sticky{display:none}}.hero:before{content:"";position:absolute;top:-180px;right:-160px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,var(--accent-soft),transparent 70%);pointer-events:none;z-index:0}.hero-grid{position:relative;z-index:1}.card{border-radius:14px;transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s,border-color .3s}.card:hover{box-shadow:0 30px 60px -28px #0f172a47}.card .thumb img{transition:transform .5s cubic-bezier(.2,.7,.3,1)}.card:hover .thumb img{transform:scale(1.05)}.btn-accent:hover,.btn-primary:hover{box-shadow:0 14px 32px -10px #2563eb73}a:focus-visible,button:focus-visible,input:focus-visible,.coll:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--brand-accent);outline-offset:3px;border-radius:6px}::selection{background:var(--accent-soft);color:var(--brand-primary)}@media(max-width:900px){.navlinks,.navicons .hidem{display:none}.burger{display:flex}.hero-grid{grid-template-columns:1fr;gap:60px;padding:50px 0}.coll-grid,.prod-grid,.steps,.why-grid,.test-grid{grid-template-columns:1fr 1fr}.bundle{grid-template-columns:1fr;padding:38px}.news,.bundle{padding:36px 24px}.foot-grid{grid-template-columns:1fr 1fr}.pdp{grid-template-columns:1fr;gap:28px}.pdp-gallery{position:static}#founder .wrap{grid-template-columns:1fr}}@media(max-width:560px){.coll-grid,.prod-grid,.steps,.why-grid,.test-grid,.foot-grid{grid-template-columns:1fr}.news-form{flex-direction:column}.section-pad{padding:60px 0}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/base.css.map */
