:root{--bg-color:#FFF9F0;--surface-color:#FFFBF5;--primary:#FF9F66;--primary-dark:#FF8A4D;--text-primary:#1A1A1A;--text-secondary:#555555;--success:#4CAF50;--border:#FFE8D6;--bg-warm:#FFF0E0;--footer-bg:#1A1A1A;--font-heading:"Nunito",sans-serif;--font-body:"Inter",sans-serif;--radius-sm:12px;--radius-md:20px;--radius-pill:999px;--shadow-sm:0 4px 6px -1px rgba(0,0,0,0.05);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.05);--shadow-hover:0 20px 25px -5px rgba(255,159,102,0.15)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-primary);font-size:18px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.logo span,h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text-primary);font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}.section{padding:6rem 1.25rem}.section-container{max-width:1200px;margin:0 auto}.text-center{text-align:center}.w-full{width:100%}.mt-auto{margin-top:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-pill);font-weight:600;cursor:pointer;transition:all .3s ease;font-family:var(--font-body);border:none;font-size:1rem}.btn-primary{background-color:var(--primary);color:white;box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-ghost{background-color:transparent;color:var(--primary-dark);border:2px solid var(--border)}.btn-ghost:hover{border-color:var(--primary);background-color:#FFF2EA;transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.navbar{position:fixed;top:1.5rem;left:1.5rem;right:1.5rem;margin:0 auto;width:auto;max-width:1000px;background:rgba(255,255,255,.45)!important;isolation:auto!important;border:1px solid rgba(255,255,255,.4);border-radius:999px;z-index:1000;padding:.6rem 1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 10px 20px -5px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.16,1,.3,1)}.navbar,.navbar.scrolled{backdrop-filter:blur(25px) saturate(200%)!important;-webkit-backdrop-filter:blur(25px) saturate(200%)!important}.navbar.scrolled{background-color:rgba(255,255,255,.5)!important}.nav-container{justify-content:space-between;width:100%}.logo,.nav-container{display:flex;align-items:center}.logo{gap:.75rem;font-size:1.3rem;transition:opacity .3s ease}.logo span{font-weight:800;letter-spacing:-.02em}.logo-img{width:28px;height:28px;object-fit:contain}.nav-links{display:flex;gap:2rem;position:absolute;left:50%;transform:translateX(-50%)}.nav-links a{font-size:.95rem;font-weight:500;color:rgba(0,0,0,.6);position:relative;padding:.5rem 0}.nav-links a:hover{color:var(--primary)}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--primary);transition:all .3s ease;transform:translateX(-50%);border-radius:2px}.nav-links a:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:1rem}.nav-cta.btn-primary{padding:.6rem 1.4rem!important;font-size:.85rem!important;background:linear-gradient(135deg,#FF9F66,#FF7A30);box-shadow:0 4px 12px rgba(255,159,102,.3)}.mobile-menu-toggle{display:none;background:transparent;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem;transition:transform .3s ease}.mobile-menu-toggle i{width:28px;height:28px}.navbar.scrolled{top:.75rem;padding:.5rem 1.25rem;background-color:rgba(255,255,255,.85)}@media (max-width:992px){.nav-links{display:none}}@media (max-width:768px){.navbar{top:1rem;padding:.5rem 1rem;width:calc(100% - 2rem);border-radius:20px}.nav-cta{display:none}.mobile-menu-toggle{display:block}.navbar.mobile-active .nav-links{display:flex;flex-direction:column;position:absolute;top:calc(100% + 10px);left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;border-radius:24px;border:1px solid rgba(255,255,255,.4);box-shadow:0 15px 35px rgba(0,0,0,.1);gap:1.5rem;text-align:center;transform:translateY(10px);animation:menuFadeIn .3s ease forwards;width:100%}.navbar.mobile-active .nav-links a{font-size:1.2rem;width:100%}}@keyframes menuFadeIn{to{transform:translateY(0);opacity:1}}.hero{min-height:85vh;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:4rem;gap:4rem;padding:6rem 5% 5rem;background-color:var(--bg-color);position:relative;overflow:hidden}.hero-image,.hero-visual-container{background:transparent!important;box-shadow:none!important;border:none!important}.hero-visual-container{max-width:320px}.hero-video-full{background:transparent!important;border:none!important;box-shadow:none!important}.hero-kicker{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,159,102,.1);color:var(--primary);padding:.6rem 1.2rem;border-radius:100px;font-size:.85rem;font-weight:800;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.hero h1{font-size:clamp(2.5rem,5vw,3.8rem);line-height:1.1;margin-bottom:2rem;color:var(--text-primary);font-family:var(--font-heading)}.hero p{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:3rem;max-width:550px}.hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:4rem}.trust-badges{display:flex;gap:1rem;flex-wrap:wrap}.trust-badges .badge{background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);padding:.6rem 1.2rem;border-radius:100px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);box-shadow:0 4px 15px rgba(0,0,0,.03);transition:transform .3s ease}.trust-badges .badge:hover{transform:translateY(-3px);background:white}.hero-image{position:relative;z-index:10;display:flex;justify-content:center;align-items:center;background:transparent}.hero-visual-container{max-width:420px}.hero-video-full,.hero-visual-container{position:relative;width:100%;background:transparent}.hero-video-full{height:auto;z-index:2;display:block}.floating-ui{position:absolute;z-index:20;background:rgba(255,255,255,.5)!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;isolation:auto!important;transform:translateZ(0);padding:10px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.4);box-shadow:0 4px 12px rgba(0,0,0,.05),0 10px 30px rgba(0,0,0,.1);display:flex;align-items:center;gap:12px;animation:heroFloat 6s ease-in-out infinite;width:320px;overflow:hidden;pointer-events:none}.ui-1{top:10%;right:-60px}.ui-2{bottom:12%;left:-80px;animation-delay:-3s}.ui-icon{width:32px;height:32px;min-width:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0;box-shadow:0 4px 10px rgba(0,0,0,.1)}.ui-icon i{width:16px;height:16px}.bg-orange{background:linear-gradient(135deg,#FF9F66,#FF7A30)!important}.bg-blue{background:linear-gradient(135deg,#66b3ff,#3399ff)!important}.ui-text{display:flex;flex-direction:column;text-align:left;min-width:0;margin:0!important}.ui-source{font-size:8px!important;font-weight:600;color:rgba(0,0,0,.4)!important;text-transform:uppercase;letter-spacing:.5px;line-height:1;margin:0!important}.ui-title{font-size:14px!important;font-weight:700;color:#000!important;margin:0!important;line-height:1.2}.ui-body{font-size:12px!important;color:rgba(0,0,0,.6)!important;line-height:1.4;margin:0!important;display:block}@keyframes heroFloat{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(5px)}}@media (max-width:992px){.hero{grid-template-columns:1fr;text-align:center;padding:8rem 1.25rem 4rem;min-height:auto;gap:3rem}.hero-content{margin:0 auto;display:flex;flex-direction:column;align-items:center}.hero h1{font-size:clamp(2rem,8vw,2.8rem);margin-bottom:1.5rem}.hero p{margin:0 auto 2.5rem;font-size:1.1rem}.hero-actions{justify-content:center;gap:1rem;width:100%}.hero-actions .btn{width:100%;padding:.7rem 1.2rem;font-size:.95rem}.trust-badges{justify-content:center;gap:.6rem}.trust-badges .badge{padding:.4rem .8rem;font-size:.75rem}.ui-1,.ui-2{display:none}.hero-visual-container{max-width:280px}}@media (max-width:480px){.hero{padding-top:7rem}.hero-actions{flex-direction:column}}.problem-section{background:#1A1612;color:white;padding:8rem 5% 0;position:relative}.section-divider{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:translateY(100%);z-index:10}.section-divider svg{position:relative;display:block;width:100%;max-width:100%;height:90px}.problem-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:start}.problem-left{position:-webkit-sticky;position:sticky;top:120px}.problem-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#FF9F66;background:rgba(255,159,102,.12);padding:.4rem 1rem;border-radius:20px;margin-bottom:2rem}.problem-title{font-size:clamp(2rem,3.5vw,3rem);font-weight:900;line-height:1.2;margin-bottom:1.5rem;color:white}.problem-lead{font-size:1.1rem;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:3rem}.problem-stat{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:rgba(255,255,255,.04);border-radius:20px;border:1px solid rgba(255,255,255,.08);border-left:4px solid #ff9f66}.stat-number{font-size:3.5rem;font-weight:900;color:#FF9F66;line-height:1;flex-shrink:0}.stat-label{font-size:.95rem;color:rgba(255,255,255,.6);line-height:1.5}.stat-source{display:block;font-size:.75rem;color:rgba(255,255,255,.3);margin-top:.5rem;font-style:italic}.problem-right{display:flex;flex-direction:column;gap:1.5rem}.pain-point{display:flex;align-items:flex-start;gap:1.5rem;padding:1.75rem 2rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:20px;transition:all .3s ease}.pain-point:hover{background:rgba(255,255,255,.07);border-color:rgba(255,159,102,.3);transform:translateX(8px)}.pain-icon{width:48px;height:48px;min-width:48px;border-radius:14px;background:rgba(255,159,102,.12);display:flex;align-items:center;justify-content:center;color:#FF9F66}.pain-icon i{width:22px;height:22px}.pain-text h4{font-size:1.1rem;font-weight:700;color:white;margin-bottom:.5rem;line-height:1.3}.pain-text p{font-size:.95rem;color:rgba(255,255,255,.55);line-height:1.6}.problem-bridge{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;background:linear-gradient(135deg,rgba(255,159,102,.15),rgba(255,122,48,.1));border:1px solid rgba(255,159,102,.25);border-radius:20px;color:#FF9F66;font-weight:700;font-size:1rem;margin-top:.5rem}.problem-bridge i{width:20px;height:20px;animation:bounceDown 2s ease-in-out infinite}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (max-width:992px){.problem-section{padding:6rem 5% 0}.problem-inner{grid-template-columns:1fr;gap:4rem}.problem-left{position:relative;top:0;text-align:center}.problem-title{font-size:2.2rem}.problem-stat{flex-direction:column;text-align:center;padding:1.5rem}.stat-number{font-size:4rem;margin-bottom:.5rem}.problem-right{gap:1rem}.pain-point{padding:1.25rem;gap:1rem}.pain-point:hover{transform:none}.pain-icon{width:40px;height:40px;min-width:40px}}@media (max-width:480px){.problem-title{font-size:1.8rem}.problem-stat{border-left:none;border-top:4px solid #ff9f66}}.how-it-works{padding-bottom:8rem}.how-it-works h2{text-align:left;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.hiw-split{gap:2rem;align-items:flex-start;justify-content:space-between}.hiw-split,.hiw-text-cards{display:flex;position:relative}.hiw-text-cards{flex:1 1;max-width:450px;flex-direction:column;gap:1.5rem;padding-bottom:2rem;z-index:10}.hiw-card{padding:1.5rem 2rem;border-radius:20px;cursor:pointer;transition:all .4s ease;background:transparent;opacity:.4;border:1px solid transparent}.hiw-card.active{background:white;opacity:1;box-shadow:0 15px 30px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.02)}.hiw-card:hover:not(.active){opacity:.7}.hiw-card h3{font-size:1.25rem;margin-bottom:.5rem;font-family:var(--font-heading)}.hiw-card p{color:var(--text-secondary);line-height:1.5;font-size:.95rem}.hiw-mockup-viewer{flex:1 1;position:relative;min-height:500px;z-index:1}.hiw-mockup-sticky{position:-webkit-sticky;position:sticky;top:120px;height:500px;width:100%;display:flex;justify-content:center;align-items:center}.hiw-img{position:absolute;max-width:250px;height:auto;border-radius:30px;box-shadow:0 30px 60px rgba(0,0,0,.15);transition:transform .6s cubic-bezier(.25,1,.5,1),opacity .6s ease;transform-origin:bottom center}.hiw-img.active{transform:translateX(0) scale(1) rotate(-6deg);opacity:1;z-index:3}.hiw-img.next-1{transform:translateX(110px) translateY(10px) scale(.95) rotate(2deg);opacity:.85;z-index:2;pointer-events:none}.hiw-img.next-2{transform:translateX(220px) translateY(20px) scale(.9) rotate(8deg);opacity:.5;z-index:1;pointer-events:none}.hiw-img.prev{transform:translateX(-120px) scale(.8) rotate(-12deg);opacity:0;z-index:0;pointer-events:none}@media (max-width:900px){.how-it-works{padding:4rem 5%}.how-it-works h2{text-align:center}.hiw-split{flex-direction:column;gap:0}.hiw-text-cards{max-width:100%;width:100%;gap:1rem;padding-bottom:2rem}.hiw-card{padding:1.25rem;opacity:.6}.hiw-card h3{font-size:1.1rem}.hiw-mockup-viewer{width:100%;min-height:360px;margin-top:1rem;overflow:hidden}.hiw-mockup-sticky{position:relative;top:0;height:360px}.hiw-img{max-width:140px;border-radius:16px}.hiw-img.next-1{transform:translateX(30px) scale(.9) rotate(2deg)}.hiw-img.next-2{transform:translateX(60px) scale(.8) rotate(5deg)}.hiw-img.prev{transform:translateX(-50px) scale(.8) rotate(-8deg);opacity:0}}.companions{background-color:var(--bg-color);padding:8rem 0}.companion-showcase{max-width:1000px;margin:0 auto;position:relative}.companion-nav{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;background:rgba(0,0,0,.03);padding:.5rem;border-radius:100px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.nav-pill{border:none;background:transparent;padding:.75rem 1.5rem;border-radius:100px;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:var(--font-body);font-weight:600;color:var(--text-secondary)}.nav-pill.active{background:white;color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.08)}.pill-svg-container{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.pill-svg-container svg{width:100%;height:100%}.pill-label{font-size:.95rem}.stage-area{background:white;border-radius:40px;padding:4rem;min-height:500px;position:relative;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.02)}.stage-blobs{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.blob-organic{position:absolute;width:400px;height:400px;background:var(--primary);border-radius:50%;filter:blur(80px);opacity:.1;top:50%;left:20%;transform:translate(-50%,-50%);transition:all 1s ease}.stage-grid{z-index:2;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:4rem;gap:4rem}.stage-grid,.stage-visual{position:relative;align-items:center}.stage-visual{height:380px}.companion-wrapper,.stage-visual{display:flex;justify-content:center}.companion-wrapper{position:absolute;opacity:0;transform:translateY(20px) scale(.9);transition:all .6s cubic-bezier(.4,0,.2,1);pointer-events:none;width:100%}.companion-wrapper.active{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.svg-hero{width:280px;height:280px;overflow:visible;filter:drop-shadow(0 20px 40px rgba(0,0,0,.05))}.svg-move{transform-origin:center center;animation:svgFloat 6s ease-in-out infinite}@keyframes svgFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(2deg)}}.stage-info{text-align:left}.info-content{display:none;animation:infoSlide .6s ease forwards}.info-content.active{display:block}@keyframes infoSlide{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.info-tag{display:inline-block;padding:.4rem 1rem;background:rgba(255,159,102,.1);color:var(--primary);border-radius:100px;font-size:.8rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.info-title{font-size:2.5rem;margin-bottom:1.5rem;font-family:var(--font-heading)}.info-desc{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.info-routine{padding:1.5rem;background:#fdfaf6;border-radius:20px;border-left:4px solid var(--primary)}.routine-label{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9rem;margin-bottom:.5rem;color:var(--text-primary)}.routine-label i{width:16px;color:var(--primary)}.info-routine p{font-style:italic;color:var(--text-secondary)}@media (max-width:1024px){.stage-area{padding:2rem 1rem;min-height:auto}.stage-grid{grid-template-columns:1fr;gap:3rem}.stage-visual{height:320px;order:-1}.svg-hero{width:220px;height:220px}.stage-info{text-align:center}.info-tag{margin-bottom:1rem}.info-title{font-size:2rem}}@media (max-width:480px){.stage-visual{height:260px}.svg-hero{width:180px;height:180px}}.features{background-color:var(--bg-color)}.features-intro{max-width:680px;margin-bottom:5rem}.features-kicker{display:inline-block;font-size:.875rem;font-weight:700;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem}.features-intro h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem;line-height:1.15}.features-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.7;max-width:580px}.feature-row{display:flex;align-items:center;gap:6rem;padding:4rem 0;border-bottom:1px solid var(--border)}.feature-row:last-child{border-bottom:none}.feature-row-reverse{flex-direction:row-reverse}.feature-row-visual{flex:0 0 auto;width:300px;display:flex;justify-content:center;align-items:center}.feature-row-media{width:100%;max-width:280px;border-radius:30px;box-shadow:0 20px 40px rgba(0,0,0,.07);display:block;transition:transform .4s ease,box-shadow .4s ease}.feature-row:hover .feature-row-media{transform:translateY(-8px);box-shadow:0 30px 50px rgba(255,159,102,.15)}.feature-row-text{flex:1 1}.feature-row-text h3{font-size:2rem;margin-bottom:1rem;margin-top:1rem}.feature-row-text p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.feature-bullets{list-style:none;display:flex;flex-direction:column;gap:.75rem}.feature-bullets li{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-weight:500}.feature-bullets i{color:var(--primary);width:20px;height:20px;flex-shrink:0}@media (max-width:900px){.testimonials{padding:4rem 5%}.personas-grid{grid-template-columns:1fr;gap:1.5rem}.persona-card{padding:2.5rem 1.5rem;text-align:center}.avatar,.persona-tag{margin:0 auto 1.5rem}.features-intro{text-align:center;margin:0 auto 3rem}.features-intro h2{font-size:1.8rem}.features-subtitle{margin:0 auto;font-size:1.1rem}.feature-row,.feature-row-reverse{flex-direction:column;gap:3rem;text-align:center;padding:3rem 0}.feature-row-visual{width:100%;order:-1}.feature-row-media{max-width:200px}.feature-row-text h3{font-size:1.6rem}.feature-bullets{padding:0;max-width:320px;margin:0 auto;align-items:flex-start}.feature-bullets li{justify-content:flex-start;align-items:flex-start;text-align:left;line-height:1.4}.feature-bullets i{width:20px;height:20px;margin-top:2px;flex-shrink:0}}.testimonials{background-color:var(--bg-color);position:relative;overflow:hidden;padding:8rem 0}.persona-bg-blob{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(80px);opacity:.3;z-index:1}.blob-left{background:#FFDAB9;top:-100px;left:-200px}.blob-right{background:#E8F5E9;bottom:-100px;right:-200px}.personas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2.5rem;gap:2.5rem}.persona-card{background:white;padding:3rem 2.5rem;border-radius:32px;position:relative;transition:all .5s cubic-bezier(.2,1,.3,1);border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.02)}.persona-card:hover{transform:translateY(-15px);box-shadow:0 30px 60px rgba(0,0,0,.08);border-color:rgba(0,0,0,.05)}.persona-tag{position:absolute;top:2rem;right:2rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:20px;background:rgba(0,0,0,.03);color:var(--text-secondary)}.avatar{width:80px;height:80px;border-radius:24px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.persona-card:hover .avatar{transform:scale(1.1) rotate(5deg)}.avatar i{width:38px;height:38px}.card-orange{border-bottom:6px solid #ff9f66}.card-cream{border-bottom:6px solid #ead6c0}.card-green{border-bottom:6px solid #a8d5ba}.bg-orange-light{background:#FFF3E0;color:#FF9F66}.bg-cream-light{background:#FFF9F0;color:#D4B896}.bg-green-light{background:#E8F5E9;color:#66BB6A}.persona-card h3{font-size:1.6rem;margin-bottom:1.25rem;color:var(--text-primary);line-height:1.3}.persona-card p{color:var(--text-secondary);line-height:1.6;font-size:1.05rem}.pricing{position:relative;overflow:hidden}.pricing h2{font-size:2.5rem;margin-bottom:1rem}.subtitle{color:var(--text-secondary);margin-bottom:3rem}.pricing-bg-blob{position:absolute;border-radius:50%;filter:blur(80px);z-index:1;opacity:.6}.blob-1{width:500px;height:500px;background-color:#FFD4BA;top:-100px;left:-150px}.blob-2{width:600px;height:600px;background-color:#FFEADD;bottom:-200px;right:-100px}.pricing-glass-container{display:flex;margin:4rem auto 2rem;max-width:1100px;background:rgba(255,255,255,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:30px;box-shadow:0 30px 60px rgba(0,0,0,.05);overflow:hidden}.price-glass-col{flex:1 1;display:flex;flex-direction:column;padding:3rem 2.5rem;position:relative;border-right:1px solid rgba(0,0,0,.05);text-align:left;transition:all .4s ease}.price-glass-col:last-child{border-right:none}.price-glass-col.highlight{background:linear-gradient(180deg,rgba(255,159,102,.1),rgba(255,255,255,0))}.glass-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.glass-desc{font-size:.875rem;color:var(--text-secondary);margin-bottom:2.5rem}.glass-price{font-size:4rem;font-weight:300;color:var(--text-primary);line-height:1;display:flex;align-items:baseline;gap:.25rem}.glass-price span{font-size:1rem;font-weight:500;color:var(--text-secondary)}.glass-divider{width:100%;height:1px;background:rgba(0,0,0,.08);margin:2rem 0}.glass-features{list-style:none;margin-bottom:3rem}.glass-features li{position:relative;padding-left:1.25rem;margin-bottom:1rem;color:var(--text-primary);font-size:.95rem}.glass-features li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700}.btn-glass{background:rgba(0,0,0,.05);color:var(--text-primary);padding:1rem;border-radius:100px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);display:block}.btn-glass:hover{background:rgba(0,0,0,.8);color:white}.btn-primary-dark{background:#1A1A1A;color:white;padding:1rem;border-radius:100px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 10px 20px rgba(0,0,0,.1);display:block}.btn-primary-dark:hover{background:var(--primary-dark);transform:translateY(-2px)}.highlight-badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--primary);color:white;font-size:.65rem;font-weight:800;padding:.3rem .6rem;border-radius:100px;letter-spacing:.5px}.pricing-note{color:var(--text-secondary);font-size:.875rem}@media (max-width:900px){.pricing h2{font-size:2rem;text-align:center}.pricing .subtitle{text-align:center;margin-bottom:2rem}.pricing-glass-container{flex-direction:column;background:transparent;border:none;box-shadow:none;gap:1.5rem}.price-glass-col{background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem 1.5rem;border:1px solid rgba(255,255,255,.5);border-right:none}.price-glass-col.highlight{border:2px solid var(--primary);transform:scale(1.02)}}.reassurance{background-color:#ffffff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:8rem 0}.reassurance h2{text-align:center;font-size:2rem;margin-bottom:3rem}.trust-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;text-align:center}.trust-item{max-width:300px}.trust-item i{color:var(--primary);width:40px;height:40px;margin-bottom:1rem}.trust-item h4{font-size:1.25rem;margin-bottom:.5rem}.trust-item p{color:var(--text-secondary);font-size:.9rem}@media (max-width:900px){.reassurance{padding:6rem 5%}.reassurance h2{font-size:1.7rem;margin-bottom:2.5rem}.trust-grid{gap:1.5rem}.trust-item{width:100%;max-width:100%}.trust-item i{width:32px;height:32px}}.final-cta{padding:4rem 1rem}.cta-box{background-color:var(--primary);border-radius:40px;position:relative;overflow:hidden;display:flex;align-items:stretch;padding:5rem 4rem;box-shadow:0 40px 80px rgba(255,159,102,.2)}.cta-bg-shape{position:absolute;right:15%;bottom:-20%;width:50%;height:150%;background:rgba(0,0,0,.04);transform:rotate(25deg);z-index:1}.cta-bg-shape.shape-2{right:-10%;width:30%;transform:rotate(-15deg);background:rgba(0,0,0,.06)}.cta-box-content{flex:1.2 1;color:white;z-index:2;position:relative;display:flex;flex-direction:column;justify-content:center}.cta-box-content h2{font-size:clamp(2rem,3.5vw,2.75rem);margin-bottom:2.5rem;line-height:1.2}.cta-benefits{list-style:none;margin-bottom:3rem;display:flex;flex-direction:column;gap:1.25rem}.cta-benefits li{gap:1rem;font-size:1.125rem;font-weight:500}.cta-benefits li,.icon-circle{display:flex;align-items:center}.icon-circle{background:white;color:var(--primary);border-radius:50%;width:24px;height:24px;justify-content:center;flex-shrink:0}.icon-circle i{width:14px;height:14px;stroke-width:3px}.cta-badges{display:flex;gap:1rem;flex-wrap:wrap}.store-badge{background:#111;color:white;display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;border-radius:100px;text-decoration:none;transition:transform .2s,background .2s}.store-badge:hover{transform:translateY(-3px);background:#000}.store-icon{width:28px;height:28px}.store-text{display:flex;flex-direction:column;align-items:flex-start}.store-text .small{font-size:.65rem;text-transform:uppercase;opacity:.8;letter-spacing:.5px}.store-text .big{font-size:1.125rem;font-weight:600;line-height:1.1}.cta-box-image{flex:0.8 1;position:relative;display:flex;justify-content:center;align-items:flex-end;z-index:2;margin-top:-3rem;margin-bottom:-5rem}.cta-mockup{position:absolute;top:2rem;max-width:320px;border-radius:35px;box-shadow:0 40px 60px rgba(0,0,0,.15)}@media (max-width:1024px){.cta-box{flex-direction:column;padding:4rem 1.5rem 0;height:auto}.cta-box-content{padding-bottom:2rem}.cta-benefits{align-items:center;margin-bottom:2.5rem}.cta-benefits li{justify-content:center}.cta-badges{margin-bottom:2rem}.cta-box-image{display:none}.cta-box{padding:4rem 1.5rem;text-align:center;border-radius:32px}.cta-box-content h2{font-size:1.8rem;margin-bottom:2rem}.cta-benefits{display:flex;flex-direction:column;align-items:flex-start;width:-moz-fit-content;width:fit-content;margin:0 auto 2.5rem;padding:0;gap:1.25rem}.cta-benefits li{justify-content:flex-start;text-align:left;font-size:1rem;gap:1rem}.icon-circle{width:22px;height:22px}.cta-badges{justify-content:center}}.footer{background-color:var(--footer-bg);color:white;padding:3rem 1rem}.footer-container{max-width:1200px;margin:0 auto;flex-direction:column;gap:1.5rem}.footer-container,.footer-logo{display:flex;align-items:center}.footer-logo{gap:.5rem;font-size:1.5rem;font-family:var(--font-heading);font-weight:700}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:#a0a0a0;font-size:.9rem}.footer-links a:hover{color:white}.footer-copyright{color:#a0a0a0;font-size:.9rem;text-align:center}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal.active{opacity:1;transform:translateY(0)}.faq-section{padding:8rem 5%;background-color:#FDFCFB}.faq-container{max-width:1200px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:4rem;align-items:stretch}@media (max-width:900px){.faq-grid{grid-template-columns:1fr;gap:1.25rem}.faq-item{padding:.5rem}}@media (max-width:480px){.footer-links{flex-direction:column;gap:1rem;align-items:center}}.faq-item{background:white;border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 15px rgba(0,0,0,.03);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;width:100%}.faq-item:hover{box-shadow:0 12px 30px rgba(0,0,0,.06);transform:translateY(-4px);border-color:var(--primary)}.faq-item details{display:flex;flex-direction:column;height:100%}.faq-item summary{padding:1.8rem 2rem;list-style:none;cursor:pointer;font-size:1.1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;color:var(--text-primary);-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:100px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .plus{font-size:1.4rem;color:var(--primary);transition:transform .4s ease;flex-shrink:0;margin-left:1rem}.faq-item details[open] summary .plus{transform:rotate(45deg)}.faq-content{padding:0 2rem 2rem;color:var(--text-secondary);line-height:1.7;font-size:1.05rem;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.companions,.problem-section,.testimonials{padding-left:1.25rem;padding-right:1.25rem}.companion-nav{overflow-x:visible;justify-content:center;width:100%;max-width:100%;border-radius:20px;gap:.5rem}.companion-nav::-webkit-scrollbar{display:none}.nav-pill{flex-direction:column;padding:.6rem .4rem;gap:.2rem;flex:1 1;min-width:70px;border-radius:16px}.pill-label{font-size:.8rem}.pill-svg-container{width:28px;height:28px}.stage-area{padding:2rem 1.25rem;border-radius:24px}}@media (max-width:768px){.navbar{left:1rem;right:1rem;width:calc(100% - 2rem)}}