:root{--color-bg:#fdf8f3;--color-bg-alt:#f5ede4;--color-bg-card:#fff;--color-text:#0f0f0f;--color-text-muted:#5a6b8a;--color-accent:#ff9213;--color-accent-hover:#ffa740;--color-accent-light:#faddbb;--color-border:#e8dfd4;--color-success:#2d9f6f;--font-heading:"Bricolage Grotesque", sans-serif;--font-body:"Manrope", sans-serif;--text-xs:clamp(.75rem, .7rem + .25vw, .8125rem);--text-sm:clamp(.875rem, .8rem + .35vw, .9375rem);--text-base:clamp(1rem, .9rem + .5vw, 1.125rem);--text-lg:clamp(1.125rem, 1rem + .6vw, 1.3125rem);--text-xl:clamp(1.25rem, 1rem + 1.2vw, 1.75rem);--text-2xl:clamp(1.5rem, 1.1rem + 2vw, 2.25rem);--text-3xl:clamp(1.875rem, 1.2rem + 3.2vw, 3rem);--text-4xl:clamp(2.25rem, 1.3rem + 4.5vw, 4rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-10:4rem;--space-12:5rem;--space-16:8rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0px 2px 3px -1px #0000001a, 0px 1px 0px 0px #191c2105, 0px 0px 0px 1px #191c2114;--shadow-md:0px 0px 0px 1px #0000000f, 0px 1px 1px -.5px #0000000f, 0px 3px 3px -1.5px #0000000f, 0px 6px 6px -3px #0000000f, 0px 12px 12px -6px #0000000f, 0px 24px 24px -12px #0000000f;--shadow-lg:0 2.8px 2.2px #00000009, 0 6.7px 5.3px #0000000c, 0 12.5px 10px #0000000f, 0 22.3px 17.9px #00000012, 0 41.8px 33.4px #00000016, 0 100px 80px #0000001f;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.2s;--duration-base:.35s;--duration-slow:.6s}::selection{color:var(--color-text);background:#ff921340}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;line-height:1.5;font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}a:focus-visible{border-radius:8px}button:focus-visible{border-radius:9999px}.navbar a:focus-visible{border-radius:8px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700;line-height:1.1}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl);margin-bottom:var(--space-4)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{font-size:var(--text-base);color:var(--color-text-muted)}.container{max-width:1200px;padding:0 var(--space-4);width:100%;margin:0 auto}@media (width>=768px){.container{padding:0 var(--space-6)}}.section-spacing{padding-top:var(--space-12);padding-bottom:var(--space-12)}@media (width>=1024px){.section-spacing{padding-top:var(--space-16);padding-bottom:var(--space-16)}}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);font-weight:600;font-size:var(--text-base);cursor:pointer;transition:all var(--duration-base) var(--ease-out);border:none;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--color-accent);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:var(--color-accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{color:var(--color-text);border:1px solid var(--color-border);background-color:#0000}.btn-secondary:hover{background-color:var(--color-bg-card);border-color:var(--color-text)}.btn .arrow,.btn-pill .arrow{width:22px;height:22px;transition:transform var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out);background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;font-size:12px;line-height:1;display:inline-flex}.btn-secondary .arrow{background:#0f0f0f14}.btn:hover .arrow,.btn-pill:hover .arrow{background:#ffffff47;transform:translate(3px)}.btn-secondary:hover .arrow{background:#0f0f0f24}.btn-pill{letter-spacing:-.01em;padding:14px 22px 14px 26px;font-size:15px}.img-placeholder{background-color:var(--color-bg-alt);border:2px dashed var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text-muted);font-family:var(--font-body);font-size:var(--text-sm);aspect-ratio:4/3;justify-content:center;align-items:center;display:flex}.navbar{top:var(--space-4);z-index:100;pointer-events:none;transition:transform var(--duration-base) var(--ease-spring);padding:0;position:fixed;left:0;right:0}.navbar-inner{pointer-events:auto;padding:var(--space-2) var(--space-3);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-full);transition:all var(--duration-base) var(--ease-out);justify-content:space-between;align-items:center;display:flex;box-shadow:0 1px 3px #0f0f0f0a}.navbar.scrolled .navbar-inner{background:var(--color-bg);box-shadow:var(--shadow-md);border-color:var(--color-border);padding:var(--space-2) var(--space-4)}.logo-image{width:auto;height:28px;margin-left:var(--space-2);transition:transform var(--duration-fast) var(--ease-out)}.logo:hover .logo-image{transform:scale(1.05)}.btn-nav{padding:var(--space-2) var(--space-5);font-size:var(--text-sm)}.btn-nav-orange{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);color:#fff;background:var(--color-accent);transition:all var(--duration-base) var(--ease-out);cursor:pointer;border:none;border-radius:9999px;font-weight:600;text-decoration:none;display:inline-flex}.btn-nav-orange:hover{filter:brightness(.92);transform:translateY(-1px)}.hero{padding-top:96px;padding-bottom:var(--space-8);isolation:isolate;flex-direction:column;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#ff921312 0%,#ff921300 60%);width:120%;height:60%;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.hero:after{content:"";opacity:.35;z-index:-1;pointer-events:none;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.16 0 0 0 0 0.29 0 0 0 0.04 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");position:absolute;inset:0}.hero-container{text-align:center;align-items:center;gap:var(--space-6);flex-direction:column;flex:1;width:100%;display:flex}.hero-content{max-width:880px;margin-bottom:var(--space-2);flex-direction:column;align-items:center;display:flex}.hero-media{z-index:0;width:100%;margin-top:auto;position:relative}@media (width>=1024px){.hero{min-height:100vh;padding-top:112px;padding-bottom:0}.hero-container{gap:var(--space-8)}}.eyebrow{align-items:center;gap:var(--space-2);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin-bottom:var(--space-5);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);background:#ffffff80;border-radius:9999px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.eyebrow .dot{background:var(--color-accent);border-radius:50%;width:6px;height:6px;display:inline-block}.hero-title{margin-bottom:var(--space-5);font-family:var(--font-heading);letter-spacing:-.035em;color:var(--color-text);text-wrap:balance;font-size:clamp(2.25rem,1.2rem + 4.5vw,4.5rem);font-weight:700;line-height:1.04}.hero-title .word{vertical-align:top;white-space:nowrap;margin-right:.16em;display:inline-block;overflow:hidden}.hero-title .word-inner{display:inline-block;position:relative}.highlight{z-index:1;display:inline-block;position:relative}.highlight:before{content:"";z-index:-1;transform-origin:0;border-radius:4px;height:.42em;position:absolute;bottom:.08em;left:-.04em;right:-.04em;transform:rotate(-.4deg)}.highlight-peach:before{background:#ff780047}.highlight-mint:before{background:#00c8964d}.highlight-peach:after,.highlight-mint:after{content:"";z-index:-2;background:inherit;position:absolute;inset:0}.hero-subtitle{margin-bottom:var(--space-6);max-width:540px;color:var(--color-text-muted);text-wrap:pretty;font-size:clamp(1rem,.9rem + .4vw,1.1875rem);line-height:1.55}.hero-actions{gap:var(--space-3);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.hero-img{aspect-ratio:16/9;object-fit:cover;width:100%;height:100%;display:block}@media (width>=1024px){.hero-img{aspect-ratio:21/9;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:inset 0 1px #fffc,0 24px 60px -24px #0f0f0f24,0 8px 24px -12px #0f0f0f14}}.social-proof{background-color:var(--color-bg-alt);isolation:isolate;position:relative;overflow:hidden}.social-proof:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#ff92130d 0%,#ff921300 60%);width:60%;height:60%;position:absolute;top:-20%;right:-10%}.trust-bento{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){.trust-bento{gap:var(--space-5);grid-template-columns:repeat(12,1fr)}.trust-featured{grid-column:span 8}.trust-stat{grid-column:span 4}.trust-strip{grid-column:span 12}}.trust-card-shell{background:#0f0f0f0a;border:1px solid #0f0f0f0f;border-radius:24px;height:100%;padding:6px;box-shadow:inset 0 1px #fff9}.trust-card-inner{background:var(--color-bg-card);border-radius:20px;flex-direction:column;height:100%;padding:28px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,0 1px 2px #0f0f0f0a}@media (width>=768px){.trust-card-inner{padding:32px}}.trust-featured .trust-card-inner{padding:36px 36px 32px}@media (width>=768px){.trust-featured .trust-card-inner{padding:44px 44px 36px}}.trust-quote-mark{font-family:var(--font-heading);color:var(--color-accent);opacity:.18;-webkit-user-select:none;user-select:none;margin-bottom:-16px;font-size:96px;font-weight:700;line-height:.8}@media (width>=768px){.trust-quote-mark{margin-bottom:-24px;font-size:132px}}.stars-row{color:var(--color-accent);gap:4px;margin-bottom:20px;display:flex}.stars-row svg{width:18px;height:18px}.stars{color:var(--color-accent);letter-spacing:2px;margin-bottom:16px;font-size:18px;line-height:1}.trust-quote{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-text);text-wrap:balance;margin:0 0 28px;font-size:clamp(1.25rem,1rem + .9vw,1.75rem);font-weight:500;line-height:1.35}.trust-attribution{border-top:1px solid var(--color-border);align-items:center;gap:14px;margin-top:auto;padding-top:20px;display:flex}.trust-avatar{width:48px;height:48px;font-family:var(--font-heading);color:var(--color-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex;box-shadow:inset 0 1px #ffffff80}.trust-avatar-peach{color:#8c4d10;background:linear-gradient(135deg,#ff921338 0%,#ff92131a 100%)}.trust-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.trust-meta strong{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-.01em;font-size:15px;font-weight:600}.trust-meta span{color:var(--color-text-muted);font-size:13px;line-height:1.3}.trust-stat-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:auto;display:flex}.trust-stat-value{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--color-text);align-items:baseline;font-size:clamp(2.5rem,1.5rem + 3vw,3.5rem);font-weight:700;line-height:1;display:inline-flex}.trust-stat-sep{color:var(--color-text-muted);margin:0 2px;font-size:.5em;font-weight:600}.trust-stat-icon{color:#1a7a5a;background:linear-gradient(135deg,#00c89633 0%,#00c8960f 100%);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.trust-stat-label{color:var(--color-text-muted);margin-top:16px;font-size:14px;font-weight:500;line-height:1.4}.trust-strip-inner{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:20px;flex-direction:column;gap:20px;padding:24px 28px;display:flex;box-shadow:inset 0 1px #fff9,0 1px 2px #0f0f0f0a}@media (width>=768px){.trust-strip-inner{flex-direction:row;align-items:center;gap:0;padding:24px 32px}}.trust-strip-item{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.trust-strip-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.trust-strip-item:first-child .trust-strip-icon{color:#8c4d10;background:linear-gradient(135deg,#ff92132e 0%,#ff92130f 100%)}.trust-strip-item:nth-child(3) .trust-strip-icon{color:#1a7a5a;background:linear-gradient(135deg,#00c89633 0%,#00c8960f 100%)}.trust-strip-item:nth-child(5) .trust-strip-icon{color:#8c4d10;background:linear-gradient(135deg,#ff92132e 0%,#ff92130f 100%)}.trust-strip-text{flex-direction:column;gap:2px;min-width:0;display:flex}.trust-strip-text strong{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-.01em;font-size:15px;font-weight:600;line-height:1.3}.trust-strip-text span{color:var(--color-text-muted);font-size:13px;line-height:1.4}.trust-strip-divider{display:none}@media (width>=768px){.trust-strip-divider{background:var(--color-border);flex-shrink:0;width:1px;height:36px;margin:0 24px;display:block}}.projects-marquee{padding-bottom:0;overflow:hidden}.marquee-wrap{width:100vw;padding:0 var(--space-4);margin:0 calc(50% - 50vw);overflow:hidden}@media (width>=768px){.marquee-wrap{padding:0 var(--space-6)}}.marquee-track{gap:var(--space-5);will-change:transform;width:max-content;display:flex}.marquee-card{flex:none;width:clamp(160px,26vw,240px)}.marquee-shell{border-radius:var(--radius-lg);padding:var(--space-2);background:var(--color-border);box-shadow:inset 0 1px #fff6}.marquee-inner{background:var(--color-bg-card);border-radius:calc(var(--radius-lg) - var(--space-2));overflow:hidden;box-shadow:inset 0 1px 1px #0000000a}.marquee-img{aspect-ratio:1;object-fit:contain;object-position:center;width:100%;height:100%;padding:var(--space-2);display:block}.problem{isolation:isolate;position:relative;overflow:hidden}.problem:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#ff92130d 0%,#ff921300 60%);width:45%;height:60%;position:absolute;top:30%;left:-10%}.section-header{margin-bottom:var(--space-10)}.section-header p{color:var(--color-text-muted);font-size:var(--text-lg);text-wrap:pretty;max-width:540px;margin:-8px auto 0;line-height:1.5}@media (width>=768px){.section-header p{margin-top:-16px}}.text-center{text-align:center}.problem-manifesto{text-align:center;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;display:flex}.problem-manifesto .eyebrow{margin-bottom:var(--space-6)}.problem-claim{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--color-text);max-width:600px;margin:0;font-size:clamp(1.75rem,1rem + 3.2vw,3.25rem);font-weight:700;line-height:1.08}.br-mobile{display:none}@media (width<=767px){.br-mobile{display:inline}}.problem-text{flex-direction:column;gap:20px;max-width:560px;margin-top:28px;display:flex}.problem-text p{font-size:var(--text-base);color:var(--color-text-muted);text-align:center;text-wrap:pretty;margin:0;line-height:1.75}.pivot-divider{background:var(--color-accent);opacity:.25;border-radius:2px;flex-shrink:0;width:48px;height:3px;margin:40px auto}.problem-solution{flex-direction:column;align-items:center;max-width:600px;display:flex}.pivot-heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);margin:0 0 20px;font-size:clamp(1.375rem,.9rem + 1.8vw,2.25rem);font-weight:700;line-height:1.15}.marker-mint{z-index:1;display:inline-block;position:relative}.marker-mint:before{content:"";z-index:-1;background:#00c8964d;border-radius:2px;height:30%;position:absolute;bottom:2px;left:-2px;right:-2px;transform:rotate(-.4deg)}.pivot-text{font-size:var(--text-base);color:var(--color-text-muted);text-align:center;text-wrap:pretty;margin:0 0 28px;line-height:1.7}.pivot-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.pivot-stat{font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-muted);padding:0;font-size:13px;font-weight:600}.pivot-dot{background:var(--color-border);border-radius:50%;flex-shrink:0;width:4px;height:4px;margin:0 14px}.pivot-dot:last-child{display:none}.problem-mark{color:var(--color-accent);opacity:.3;justify-content:center;align-items:center;margin-top:40px;display:flex}.features-grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){.features-grid{gap:var(--space-5);grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{gap:var(--space-5);grid-template-columns:repeat(6,1fr)}.feature-hero{grid-column:span 3}.feature-card:not(.feature-hero):not(.feature-wide){grid-column:span 2}.feature-wide{grid-column:span 6}}.feature-card{height:100%}.feature-shell{background:#0f0f0f0a;border:1px solid #0f0f0f0f;border-radius:24px;height:100%;padding:6px;box-shadow:inset 0 1px #fff9}.feature-inner{background:var(--color-bg-card);border-radius:20px;flex-direction:column;gap:24px;height:100%;padding:28px;display:flex;box-shadow:inset 0 1px #ffffffb3,0 1px 2px #0f0f0f0a}.feature-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}.feature-icon-peach{color:#8c4d10;background:linear-gradient(135deg,#ff921333 0%,#ff92130f 100%)}.feature-icon-mint{color:#1a7a5a;background:linear-gradient(135deg,#00c89638 0%,#00c8960f 100%)}.feature-icon-sand{color:#7a5230;background:linear-gradient(135deg,#d4a5743d 0%,#d4a57414 100%)}.feature-icon-blue{color:#3a4a5e;background:linear-gradient(135deg,#5a6b8a33 0%,#5a6b8a0f 100%)}.feature-icon-coral{color:#8f3c3c;background:linear-gradient(135deg,#e664642e 0%,#e664640f 100%)}.feature-inner h3{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:-.02em;color:var(--color-text);margin:0;font-weight:600;line-height:1.2}.feature-inner p{color:var(--color-text-muted);text-wrap:pretty;margin:auto 0 0;font-size:14px;line-height:1.65}.feature-inner>p:last-child{margin-top:auto}.how-it-works{background-color:var(--color-bg-alt)}.steps-grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=640px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card{height:100%}.step-shell{background:#0f0f0f0a;border:1px solid #0f0f0f0f;border-radius:24px;height:100%;padding:6px;box-shadow:inset 0 1px #fff9}.step-inner{background:var(--color-bg-card);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:16px;height:100%;padding:28px;display:flex;box-shadow:inset 0 1px #ffffffb3,0 1px 2px #0f0f0f0a}.step-num{font-family:var(--font-heading);letter-spacing:.08em;color:var(--color-accent);text-transform:uppercase;align-self:stretch;font-size:12px;font-weight:700}.step-icon{color:var(--color-text);opacity:.8;font-size:28px}.step-inner h3{font-family:var(--font-heading);font-size:var(--text-lg);letter-spacing:-.02em;color:var(--color-text);margin:0;font-weight:600;line-height:1.2}.step-inner p{color:var(--color-text-muted);text-wrap:pretty;margin:0;font-size:14px;line-height:1.65}.testimonial-grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){.testimonial-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card:nth-child(3){grid-column:span 2}}@media (width>=1024px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}.testimonial-card:nth-child(3){grid-column:unset}}.testimonial-card{height:100%}.testimonial-shell{background:#0f0f0f0a;border:1px solid #0f0f0f0f;border-radius:24px;height:100%;padding:6px;box-shadow:inset 0 1px #fff9}.testimonial-inner{background:var(--color-bg-card);border-radius:20px;flex-direction:column;gap:20px;height:100%;padding:28px;display:flex;box-shadow:inset 0 1px #ffffffb3,0 1px 2px #0f0f0f0a}.testimonial-stars{flex-shrink:0}.testimonial-inner blockquote{font-size:var(--text-base);color:var(--color-text);text-wrap:pretty;flex:1;margin:0;line-height:1.65}.testimonial-author{align-items:center;gap:12px;margin-top:auto;padding-top:4px;display:flex}.testimonial-avatar{width:40px;height:40px;font-family:var(--font-heading);color:#5d4e3e;background:linear-gradient(135deg,#f5ede4 0%,#ebe1d6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.testimonial-author strong{font-family:var(--font-heading);color:var(--color-text);font-size:14px;font-weight:600;line-height:1.2;display:block}.testimonial-author span{color:var(--color-text-muted);font-size:12px}.testimonial-stars svg{display:block}.product-stack{gap:var(--space-6);grid-template-columns:1fr;margin-bottom:32px;display:grid}@media (width>=768px){.product-stack{grid-template-columns:1fr 1fr}}.product-card,.product-card-featured{height:100%;position:relative}.product-card-featured .product-shell{border:1.5px solid var(--color-accent)}.product-badge{background:var(--color-accent);color:#fff;letter-spacing:.04em;text-transform:uppercase;z-index:3;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.product-shell{background:#0f0f0f0a;border:1px solid #0f0f0f0f;border-radius:24px;height:100%;padding:6px;box-shadow:inset 0 1px #fff9}.product-inner{background:var(--color-bg-card);border-radius:20px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,0 1px 2px #0f0f0f0a}.product-image-wrap{aspect-ratio:4/3;background:var(--color-bg-alt);border-bottom:1px solid var(--color-border);width:100%;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;display:block}.product-body{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex}.product-body h3{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:-.02em;color:var(--color-text);margin:0;font-weight:600;line-height:1.2}.product-bullets{flex-direction:column;flex:1;gap:8px;margin:0;list-style:none;display:flex}.product-bullets li{font-size:var(--text-sm);color:var(--color-text-muted);padding-left:22px;line-height:1.5;position:relative}.product-bullets li:before{content:"";border-left:2px solid var(--color-success);border-bottom:2px solid var(--color-success);width:12px;height:8px;position:absolute;top:7px;left:0;transform:rotate(-45deg)}.product-price{font-family:var(--font-heading);font-size:var(--text-3xl);letter-spacing:-.02em;color:var(--color-text);font-weight:700;line-height:1}.faq-container{max-width:720px;margin:0 auto}.faq-list{flex-direction:column;gap:8px;display:flex}.faq-item{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;transition:box-shadow .2s;overflow:hidden}.faq-item[open]{box-shadow:0 2px 8px #0f0f0f0f}.faq-question{font-family:var(--font-heading);font-size:var(--text-base);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-weight:600;line-height:1.4;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-icon{color:var(--color-text-muted);flex-shrink:0;transition:transform .3s}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-answer{color:var(--color-text-muted);font-size:var(--text-sm);padding:0 24px 20px;line-height:1.7}.faq-answer p{margin:0}.cta{background:var(--color-bg-alt);border-top:1px solid var(--color-border)}.cta-split{gap:var(--space-8);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=768px){.cta-split{grid-template-columns:1fr 1fr}.cta-content{justify-self:start}}.cta-content{max-width:480px}.cta h2{font-size:var(--text-4xl)}.cta-sub{font-size:var(--text-base);margin:var(--space-4) 0 var(--space-6);color:var(--color-text-muted);line-height:1.6}.btn-large{font-size:var(--text-lg);padding:var(--space-4) var(--space-8)}.cta-shell{border-radius:var(--radius-lg);padding:var(--space-2);background:var(--color-border);box-shadow:inset 0 1px #fff6}.cta-inner{border-radius:calc(var(--radius-lg) - var(--space-2));overflow:hidden;box-shadow:inset 0 1px 1px #0000000a}.cta-img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.footer{background-color:var(--color-text);color:#bbb1a5;padding-top:var(--space-12);padding-bottom:var(--space-6)}.footer-main{gap:var(--space-8);margin-bottom:var(--space-10);grid-template-columns:1fr;display:grid}@media (width>=768px){.footer-main{grid-template-columns:2fr 1fr 1.5fr 1fr}}.footer-logo{filter:brightness(0)invert();width:auto;height:36px;margin-bottom:16px;display:block}.footer-desc{color:#bbb1a5;font-size:var(--text-sm);max-width:320px;margin:0;line-height:1.7}.footer h4{font-family:var(--font-heading);font-size:var(--text-sm);letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--space-4);color:var(--color-bg);font-weight:600}.footer ul{list-style:none}.footer ul li{margin-bottom:var(--space-2);color:#bbb1a5;font-size:var(--text-sm);line-height:1.6}.footer ul li a{color:#bbb1a5;transition:color var(--duration-fast) var(--ease-out);align-items:center;gap:6px;text-decoration:none;display:inline-flex}.footer ul li a:hover{color:var(--color-accent)}.footer-bottom{font-size:var(--text-sm);border-top:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:2px;padding-top:20px;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-copy,.footer-credit{font-size:var(--text-xs);color:#bbb1a559;margin:0}.footer-credit a{color:#bbb1a5b3;text-decoration:none;transition:color .3s}.footer-credit a:hover{color:var(--color-accent)}.social-links{gap:var(--space-2);margin:0;padding:0;list-style:none;display:flex}.social-links a{color:#bbb1a5;width:40px;height:40px;transition:all var(--duration-base) var(--ease-out);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;font-size:18px;text-decoration:none;display:inline-flex}.social-links a:hover{color:var(--color-accent);background:#ffffff1a;transform:translateY(-2px)}.whatsapp-widget{z-index:999;color:#fff;width:56px;height:56px;transition:all var(--duration-base) var(--ease-out);background:#25d366;border-radius:50%;justify-content:center;align-items:center;font-size:28px;text-decoration:none;animation:2s ease-in-out infinite whatsapp-pulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #25d36659}.whatsapp-widget:hover{color:#fff;transform:scale(1.1);box-shadow:0 8px 28px #25d36680}@keyframes whatsapp-pulse{0%,to{box-shadow:0 4px 16px #25d36659}50%{box-shadow:0 4px 28px #25d36699}}[data-magnetic]{transition-property:background-color,color,box-shadow,filter,border-color}.gsap-reveal{opacity:0}.gsap-reveal-up{opacity:0;transform:translateY(30px)}.gsap-reveal-scale{opacity:0;transform:scale(.95)}.gsap-reveal-word{opacity:0}.feature-shell,.step-shell,.testimonial-shell,.product-shell{transition:transform var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out)}@media (hover:hover) and (prefers-reduced-motion:no-preference){.feature-card:hover .feature-shell,.step-card:hover .step-shell,.testimonial-card:hover .testimonial-shell{transform:translateY(-4px);box-shadow:inset 0 1px #fff9,0 4px 16px #0f0f0f14}.product-card:hover .product-shell,.product-card-featured:hover .product-shell{transform:translateY(-4px);box-shadow:inset 0 1px #fff9,0 8px 28px #0f0f0f1a}.trust-card-shell{transition:transform var(--duration-base) var(--ease-out)}.trust-card:hover .trust-card-shell{transform:translateY(-3px)}}@media (prefers-reduced-transparency:reduce){.eyebrow{-webkit-backdrop-filter:none;background:#fffffff2}}@media (prefers-reduced-motion:reduce){.whatsapp-widget{animation:none}.feature-shell,.step-shell,.testimonial-shell,.product-shell,.trust-card-shell{transition:none}.feature-card:hover .feature-shell,.step-card:hover .step-shell,.testimonial-card:hover .testimonial-shell,.product-card:hover .product-shell,.product-card-featured:hover .product-shell,.trust-card:hover .trust-card-shell{box-shadow:inherit;transform:none}}
