:root{--deep-blue:#1a365d;--deep-blue-light:#2a4a7f;--sage-green:#4a7c59;--sage-green-light:#6b9f7d;--sage-green-pale:#e8f5e9;--teal:#0d9488;--teal-light:#14b8a6;--off-white:#faf8f5;--warm-cream:#f5f0e8;--warm-cream-dark:#ede5d8;--light-grey:#f0eeeb;--medium-grey:#b8b5b0;--text-dark:#1e293b;--text-medium:#475569;--text-light:#64748b;--gold:#b8860b;--gold-light:#d4a017;--soft-lavender:#e8e0f0;--soft-blue-bg:#eef4fa;--soft-green-bg:#f0f7f1;--gradient-hero:linear-gradient(160deg, #1a365d 0%, #2a4a7f 40%, #0d6e6e 100%);--gradient-cta:linear-gradient(135deg, #0d9488 0%, #0f766e 100%);--gradient-cta-hover:linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);--gradient-section-alt:linear-gradient(180deg, #faf8f5 0%, #f0eeeb 100%);--gradient-dark:linear-gradient(160deg, #1a365d 0%, #0f2847 100%);--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000012, 0 2px 4px #0000000a;--shadow-lg:0 10px 30px #00000014, 0 4px 8px #0000000a;--shadow-xl:0 20px 50px #0000001a, 0 8px 16px #0000000d;--shadow-glow:0 0 30px #0d948826;--section-padding:48px 0;--section-padding-lg:56px 0;--container-width:1100px;--container-padding:0 16px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.2s ease;--transition-base:.3s ease;--transition-slow:.5s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{color:var(--text-dark);background-color:var(--off-white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.25}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}.section{padding:var(--section-padding);position:relative}.section--alt{background:var(--gradient-section-alt)}.section--dark{background:var(--gradient-dark);color:#fff}.section--dark h2,.section--dark h3,.section--dark h4{color:#fff}.section--cream{background-color:var(--warm-cream)}.section--soft-blue{background-color:var(--soft-blue-bg)}.section--soft-green{background-color:var(--soft-green-bg)}.section-badge{border-radius:var(--radius-full);color:var(--teal);text-transform:uppercase;letter-spacing:.08em;background:#0d948814;border:1px solid #0d948826;align-items:center;gap:8px;margin-bottom:14px;padding:5px 14px;font-size:.72rem;font-weight:600;display:inline-flex}.section--dark .section-badge{color:var(--teal-light);background:#ffffff1a;border-color:#fff3}.section-title{max-width:700px;margin-bottom:14px;font-size:clamp(1.4rem,5vw,2.5rem)}.section-title--center{text-align:center;margin-left:auto;margin-right:auto}.section-subtitle{color:var(--text-medium);max-width:620px;font-size:.95rem;line-height:1.7}.section-subtitle--center{text-align:center;margin-left:auto;margin-right:auto}.section--dark .section-subtitle{color:#ffffffbf}.highlight{color:var(--teal);font-weight:600}.highlight--gold{color:var(--gold)}.cta-button{background:var(--gradient-cta);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-md), var(--shadow-glow);text-align:center;letter-spacing:.01em;-webkit-tap-highlight-color:transparent;border:none;justify-content:center;align-items:center;gap:10px;width:100%;max-width:480px;min-height:56px;padding:16px 28px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;line-height:1.4;text-decoration:none;display:inline-flex}.cta-button:hover{background:var(--gradient-cta-hover);box-shadow:var(--shadow-lg), 0 0 40px #0d948840;transform:translateY(-2px)}.cta-button:active{transform:translateY(0)}.cta-button--secondary{border:2px solid var(--teal);color:var(--teal);box-shadow:none;background:0 0}.cta-button--secondary:hover{box-shadow:none;background:#0d94880f}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);background:#fff;border:1px solid #0000000a;padding:24px}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.section-divider{background:var(--gradient-cta);border-radius:2px;width:60px;height:3px;margin:16px 0}.section-divider--center{margin-left:auto;margin-right:auto}@media (width>=360px){:root{--container-padding:0 20px}}@media (width>=414px){:root{--container-padding:0 24px;--section-padding:56px 0;--section-padding-lg:64px 0}.cta-button{padding:17px 32px;font-size:.92rem}.section-badge{padding:6px 16px;font-size:.75rem}}@media (width>=768px){:root{--section-padding:72px 0;--section-padding-lg:88px 0;--container-padding:0 32px}.section-title{font-size:clamp(1.75rem,4vw,2.5rem)}.section-badge{font-size:.78rem}.cta-button{padding:18px 40px;font-size:1rem}.card{padding:28px}}@media (width>=1024px){:root{--section-padding:80px 0;--section-padding-lg:100px 0;--container-padding:0 40px}.cta-button{font-size:1.05rem}}@media (width>=1366px){:root{--container-padding:0 24px;--container-width:1140px}}@media (width>=1440px){:root{--container-width:1200px}}.hero{background:var(--gradient-hero);color:#fff;min-height:auto;padding:64px 0 48px;position:relative;overflow:hidden}.hero__bg-orbs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__orb{filter:blur(80px);opacity:.12;border-radius:50%;position:absolute}.hero__orb--1{background:#14b8a6;width:300px;height:300px;animation:15s ease-in-out infinite orbFloat1;top:-100px;right:-60px}.hero__orb--2{background:#4a7c59;width:200px;height:200px;animation:18s ease-in-out infinite orbFloat2;bottom:-50px;left:-30px}.hero__orb--3{background:#0d9488;width:150px;height:150px;animation:12s ease-in-out infinite orbFloat3;top:40%;left:40%}@keyframes orbFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,15px)scale(1.05)}}@keyframes orbFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(15px,-20px)scale(1.08)}}@keyframes orbFloat3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-10px,-10px)scale(.95)}}.hero__container{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:32px;display:flex;position:relative}.hero__badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:.68rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:var(--teal-light);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{color:#fff;margin-bottom:16px;font-size:clamp(1.6rem,7vw,3.4rem);line-height:1.15}.hero__title-line{opacity:.8;text-transform:uppercase;letter-spacing:.15em;margin-bottom:4px;font-family:Inter,sans-serif;font-size:.5em;font-weight:500;display:block}.hero__title-accent{background:linear-gradient(135deg,#fff 0%,#a7f3d0 50%,#5eead4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero__subtitle{opacity:.95;margin-bottom:10px;font-size:1rem;font-weight:400;line-height:1.7}.hero__subtitle strong{color:#5eead4;-webkit-text-fill-color:#5eead4;font-weight:600}.hero__description{opacity:.8;max-width:520px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:.88rem;line-height:1.75}.hero__checklist{text-align:left;flex-direction:column;align-items:flex-start;gap:10px;max-width:340px;margin:0 auto;display:flex}.hero__check-item{opacity:.9;align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.5;display:flex}.hero__check-icon{color:#5eead4;background:#0d94884d;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;margin-top:2px;font-size:.65rem;font-weight:700;display:flex}.hero__visual{order:-1;justify-content:center;align-items:center;display:flex}.hero__illustration{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:220px;display:flex}.hero__mind-graphic{width:180px;height:180px;position:relative}.hero__circle{border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.hero__circle--outer{border:1px solid #ffffff14;width:180px;height:180px;animation:30s linear infinite rotateCircle;top:0;left:0}.hero__circle--middle{background:#0d94880d;border:1px solid #ffffff1f;width:135px;height:135px;animation:20s linear infinite reverse rotateCircle}.hero__circle--inner{background:#0d948814;border:1px solid #ffffff26;width:90px;height:90px;animation:15s linear infinite rotateCircle}.hero__circle--core{background:radial-gradient(circle,#0d948866 0%,#0d948826 100%);width:55px;height:55px;box-shadow:0 0 30px #0d948833,0 0 60px #0d94881a}.hero__lotus-icon{width:35px;height:35px}@keyframes rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__particle{background:#5eead480;border-radius:50%;width:4px;height:4px;animation:8s ease-in-out infinite particleFloat;position:absolute}.hero__particle--1{animation-delay:0s;top:15%;left:10%}.hero__particle--2{animation-delay:1.5s;top:70%;left:85%}.hero__particle--3{width:3px;height:3px;animation-delay:3s;top:30%;right:5%}.hero__particle--4{animation-delay:4.5s;bottom:20%;left:20%}.hero__particle--5{width:3px;height:3px;animation-delay:6s;top:50%;right:15%}@keyframes particleFloat{0%,to{opacity:.5;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-15px)scale(1.3)}}.hero__scroll-indicator{display:none}@media (width>=768px){.hero{align-items:center;min-height:80vh;padding:80px 0 64px;display:flex}.hero__container{text-align:left;grid-template-columns:1fr 1fr;gap:48px;display:grid}.hero__badge{margin-bottom:20px;padding:8px 18px;font-size:.75rem}.hero__description{margin-left:0;margin-right:0;font-size:.95rem}.hero__checklist{max-width:100%;margin:0}.hero__check-item{font-size:.92rem}.hero__visual{order:0}.hero__illustration{max-width:360px}.hero__mind-graphic,.hero__circle--outer{width:280px;height:280px}.hero__circle--middle{width:210px;height:210px}.hero__circle--inner{width:140px;height:140px}.hero__circle--core{width:80px;height:80px}.hero__lotus-icon{width:45px;height:45px}.hero__particle{width:5px;height:5px}.hero__scroll-indicator{border:2px solid #fff3;border-radius:14px;justify-content:center;width:28px;height:44px;padding-top:8px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero__scroll-line{background:#ffffff80;border-radius:2px;width:3px;height:10px;animation:2s ease-in-out infinite scrollDown}@keyframes scrollDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(16px)}}}@media (width>=1024px){.hero{min-height:90vh;padding:100px 0 80px}.hero__container{gap:60px}.hero__badge{margin-bottom:24px;font-size:.78rem}.hero__subtitle{font-size:1.15rem}.hero__description{margin-bottom:32px;font-size:1rem}.hero__check-item{gap:12px;font-size:.95rem}.hero__check-icon{width:24px;min-width:24px;height:24px;font-size:.7rem}.hero__illustration{max-width:420px}.hero__mind-graphic,.hero__circle--outer{width:320px;height:320px}.hero__circle--middle{width:240px;height:240px}.hero__circle--inner{width:160px;height:160px}.hero__circle--core{width:90px;height:90px}.hero__lotus-icon{width:50px;height:50px}.hero__particle{width:6px;height:6px}.hero__orb--1{width:500px;height:500px;top:-150px;right:-100px}.hero__orb--2{width:350px;height:350px}.hero__orb--3{width:250px;height:250px}}.testimonials__grid{flex-direction:column;gap:14px;margin-top:32px;display:flex}.testimonials__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);background:#fff;border:1px solid #0000000a;padding:24px 20px;position:relative}.testimonials__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.testimonials__quote-icon{color:var(--teal);opacity:.2;font-family:Playfair Display,serif;font-size:2.8rem;line-height:1;position:absolute;top:12px;left:20px}.testimonials__text{color:var(--text-medium);z-index:1;margin-bottom:16px;padding-top:12px;font-size:.88rem;line-height:1.75;position:relative}.testimonials__author{border-top:1px solid #0000000f;align-items:center;gap:10px;padding-top:14px;display:flex}.testimonials__avatar{background:linear-gradient(135deg, var(--teal), var(--sage-green));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:.78rem;font-weight:700;display:flex}.testimonials__name{color:var(--text-dark);font-size:.82rem;font-weight:600}@media (width>=768px){.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.testimonials__card{padding:32px 28px}.testimonials__quote-icon{font-size:3.5rem;top:16px;left:24px}.testimonials__text{margin-bottom:20px;padding-top:16px;font-size:.95rem}.testimonials__avatar{width:40px;height:40px;font-size:.85rem}.testimonials__name{font-size:.88rem}}.pain-points{background:var(--off-white)}.pain-points__grid{flex-direction:column;gap:10px;max-width:800px;margin-top:32px;margin-left:auto;margin-right:auto;display:flex}.pain-points__bubble{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);background:#fff;border:1px solid #1a365d14;align-items:center;gap:12px;padding:16px 18px;display:flex}.pain-points__bubble:hover{box-shadow:var(--shadow-md);border-color:#1a365d26;transform:translateY(-2px)}.pain-points__bullet{color:var(--deep-blue);min-width:16px;font-size:1.2rem;font-weight:700;line-height:1}.pain-points__text{color:var(--text-dark);font-size:.85rem;font-style:italic;font-weight:500;line-height:1.5}@media (width>=768px){.pain-points__grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px;display:grid}.pain-points__bubble{gap:14px;padding:20px 24px}.pain-points__bullet{font-size:1.4rem}.pain-points__text{font-size:.95rem}}.transition-section{padding:var(--section-padding-lg)}.transition-section__content{text-align:center;max-width:700px;margin:0 auto 40px}.transition-section__lead{color:#fff;margin-bottom:16px;font-family:Playfair Display,serif;font-size:clamp(1.15rem,4vw,1.8rem);font-weight:600;line-height:1.4}.transition-section__text{color:#fffc;margin-bottom:14px;font-size:.9rem;line-height:1.8}.transition-section__text strong{color:var(--teal-light);font-weight:600}.transition-section__contrast{flex-direction:column;gap:14px;max-width:900px;margin:0 auto;display:flex}.transition-section__myth,.transition-section__truth{border-radius:var(--radius-lg);padding:24px 20px}.transition-section__myth{background:#dc262614;border:1px solid #dc262626}.transition-section__myth h3{color:#fca5a5;font-size:1rem}.transition-section__myth p{color:#ffffffbf;margin-bottom:8px;font-size:.88rem;line-height:1.7}.transition-section__myth p strong{color:#fca5a5}.transition-section__truth{background:#0d94881a;border:1px solid #0d948833}.transition-section__truth h3{color:#5eead4;font-size:1rem}.transition-section__truth p{color:#ffffffd9;margin-bottom:8px;font-size:.88rem;line-height:1.7}.transition-section__truth p strong{color:#5eead4}.transition-section__myth-header,.transition-section__truth-header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.transition-section__icon{border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:.78rem;font-weight:700;display:flex}.transition-section__icon--wrong{color:#fca5a5;background:#dc262633}.transition-section__icon--right{color:#5eead4;background:#0d948833}.transition-section__arrow{color:#ffffff4d;justify-content:center;align-items:center;padding:4px 0;display:flex}@media (width>=768px){.transition-section__content{margin-bottom:56px}.transition-section__contrast{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:32px;display:grid}.transition-section__myth,.transition-section__truth{padding:32px}.transition-section__myth h3,.transition-section__truth h3{font-size:1.1rem}.transition-section__myth p,.transition-section__truth p{margin-bottom:10px;font-size:.95rem}.transition-section__icon{width:32px;height:32px;font-size:.85rem}.transition-section__arrow{padding:0;transform:rotate(-90deg)}.transition-section__text{font-size:1.05rem}}.method-steps{background:var(--soft-green-bg)}.method-steps__header{text-align:center;margin-bottom:32px}.method-steps__benefits{text-align:left;flex-direction:column;gap:6px;max-width:420px;margin:20px auto 24px;display:flex}.method-steps__benefits li{color:var(--text-dark);font-size:.9rem;font-weight:500;line-height:1.6}.method-steps__even-if{border-radius:var(--radius-md);max-width:420px;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #4a7c591a;margin:0 auto;padding:18px 20px}.method-steps__even-if p{color:var(--text-medium);margin-bottom:4px;font-size:.88rem;line-height:1.7}.method-steps__even-if p strong{color:var(--text-dark);font-size:.92rem}.method-steps__title-steps{text-align:center;color:var(--deep-blue);margin-bottom:28px;font-size:clamp(1.15rem,3vw,1.7rem)}.method-steps__grid{flex-direction:column;gap:14px;display:flex}.method-steps__card{border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);transition:all var(--transition-base);background:#fff;border:1px solid #0000000a;padding:28px 22px;position:relative}.method-steps__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.method-steps__number{background:linear-gradient(135deg, var(--teal), var(--sage-green));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0d948833}.method-steps__step-title{color:var(--deep-blue);margin-bottom:10px;font-size:1rem}.method-steps__step-desc{color:var(--text-medium);font-size:.85rem;line-height:1.75}@media (width>=768px){.method-steps__header{margin-bottom:48px}.method-steps__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.method-steps__card{padding:36px 28px}.method-steps__number{width:56px;height:56px;margin-bottom:20px;font-size:1.5rem}.method-steps__step-title{margin-bottom:14px;font-size:1.1rem}.method-steps__step-desc{font-size:.92rem}.method-steps__even-if{padding:20px 28px}.method-steps__benefits li{font-size:1rem}}.deliverables__grid{flex-direction:column;gap:20px;margin-top:32px;display:flex}.deliverables__card{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:all var(--transition-base);background:#fff;border:1px solid #0000000a;flex-direction:column;align-items:start;gap:0;padding:20px;display:flex}.deliverables__card:hover{box-shadow:var(--shadow-md)}.deliverables__card:nth-child(2n),.deliverables__card:nth-child(2n)>*{direction:ltr}.deliverables__mockup{aspect-ratio:16/9;border-radius:var(--radius-md);width:100%;margin-bottom:16px;overflow:hidden}.mockup{border-radius:var(--radius-md);flex-direction:column;width:100%;height:100%;display:flex}.mockup--video{background:linear-gradient(145deg,#1a365d,#2a4a7f)}.mockup--course{background:#0f172a;padding:0;overflow:hidden}.mockup__course-img{object-fit:cover;width:100%;height:100%;display:block}.mockup__bar{gap:5px;padding:8px 12px;display:flex}.mockup__dot{background:#ffffff40;border-radius:50%;width:6px;height:6px}.mockup__screen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.mockup__play{color:#fff;background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.mockup__lines{flex-direction:column;align-items:center;gap:5px;width:60%;display:flex}.mockup__line{background:#ffffff26;border-radius:2px;height:3px}.mockup__line--w80{width:80%}.mockup__line--w70{width:70%}.mockup__line--w60{width:60%}.mockup__line--w50{width:50%}.mockup--audio{background:linear-gradient(145deg,#0d3b3b,#0d9488);justify-content:center;gap:12px;padding:16px}.mockup__waveform{justify-content:center;align-items:center;gap:2px;height:50px;display:flex}.mockup__waveform--small{height:24px}.mockup__wave-bar{background:#fff6;border-radius:2px;width:3px;animation:1.5s ease-in-out infinite alternate waveAnim}@keyframes waveAnim{0%{opacity:.3}to{opacity:.8}}.mockup__audio-info{flex-direction:column;gap:6px;width:100%;display:flex}.mockup__progress{background:#ffffff26;border-radius:2px;width:100%;height:3px;position:relative}.mockup__progress:after{content:"";background:var(--teal-light);border-radius:2px;width:35%;height:100%;position:absolute;top:0;left:0}.mockup--bonus{background:linear-gradient(145deg,#4a2c6d,#7c3aed);justify-content:center;align-items:center;gap:10px;padding:16px}.mockup__gift{font-size:1.6rem}.mockup__badge-text{letter-spacing:.15em;text-transform:uppercase;color:#fff;border-radius:var(--radius-full);background:#ffffff26;padding:4px 12px;font-size:.65rem;font-weight:700}.mockup--exercises{background:linear-gradient(145deg,#3d3a2f,#6b6042);justify-content:center;padding:20px}.mockup__notebook{flex-direction:column;gap:8px;display:flex}.mockup__notebook-line{background:#ffffff1a;border-radius:1px;height:2px}.mockup__check-row{align-items:center;gap:8px;display:flex}.mockup__checkbox{color:#5eead4;background:#0d94884d;border-radius:4px;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;font-size:.6rem;font-weight:700;display:flex}.deliverables__info{padding:4px 0}.deliverables__icon{margin-bottom:10px;font-size:1.4rem}.deliverables__title{color:var(--deep-blue);margin-bottom:8px;font-size:1rem}.deliverables__desc{color:var(--text-medium);margin-bottom:14px;font-size:.85rem;line-height:1.7}.deliverables__topics{margin-bottom:14px}.deliverables__topics-label{color:var(--text-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.75rem;font-weight:600}.deliverables__topics-list{flex-wrap:wrap;gap:5px;display:flex}.deliverables__topics-list li{background:var(--soft-blue-bg);border-radius:var(--radius-full);color:var(--deep-blue);border:1px solid #1a365d14;padding:3px 10px;font-size:.72rem;font-weight:500}.deliverables__value{border-top:1px solid #0000000f;align-items:center;gap:8px;padding-top:12px;display:flex}.deliverables__value-label{color:var(--text-light);font-size:.78rem}.deliverables__value-amount{color:var(--deep-blue);font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700}@media (width>=768px){.deliverables__grid{gap:24px;margin-top:48px}.deliverables__card{grid-template-columns:280px 1fr;gap:32px;padding:32px;display:grid}.deliverables__card:nth-child(2n){direction:rtl}.deliverables__card:nth-child(2n)>*{direction:ltr}.deliverables__mockup{aspect-ratio:4/3;margin-bottom:0}.mockup__bar{gap:6px;padding:10px 14px}.mockup__dot{width:8px;height:8px}.mockup__play{width:48px;height:48px;font-size:1.2rem}.mockup__screen{gap:16px}.mockup__waveform{gap:3px;height:60px}.mockup__wave-bar{width:4px}.mockup__gift{font-size:2rem}.mockup__checkbox{width:20px;height:20px;font-size:.65rem}.deliverables__icon{margin-bottom:12px;font-size:1.6rem}.deliverables__title{margin-bottom:10px;font-size:1.15rem}.deliverables__desc{margin-bottom:16px;font-size:.92rem}.deliverables__topics-list li{padding:4px 12px;font-size:.78rem}.deliverables__value-amount{font-size:1.15rem}}.for-whom{background:var(--off-white)}.for-whom__list{flex-direction:column;gap:12px;max-width:700px;margin:32px auto 28px;display:flex}.for-whom__item{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-base);background:#fff;border:1px solid #0000000a;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.for-whom__item:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.for-whom__check{background:linear-gradient(135deg, var(--teal), var(--sage-green));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;margin-top:2px;font-size:.7rem;display:flex}.for-whom__text{color:var(--text-dark);font-size:.85rem;line-height:1.6}.for-whom__footer{text-align:center;background:var(--soft-green-bg);border-radius:var(--radius-md);border:1px solid #4a7c591a;max-width:550px;margin:0 auto;padding:20px 24px}.for-whom__footer p{color:var(--text-medium);font-size:.88rem;line-height:1.7}.for-whom__footer strong{color:var(--sage-green)}@media (width>=768px){.for-whom__list{gap:16px;margin:48px auto 40px}.for-whom__item{gap:16px;padding:20px 24px}.for-whom__check{width:32px;min-width:32px;height:32px}.for-whom__text{font-size:.95rem}.for-whom__footer{padding:24px 32px}.for-whom__footer p{font-size:.95rem}}.anchoring__stack{border-radius:var(--radius-xl);max-width:600px;box-shadow:var(--shadow-md);background:#fff;border:1px solid #0000000a;margin:32px auto 28px;overflow:hidden}.anchoring__row{transition:background var(--transition-fast);border-bottom:1px solid #0000000d;align-items:center;gap:12px;padding:14px 18px;display:flex}.anchoring__row:hover{background:#0d948805}.anchoring__row-icon{text-align:center;min-width:28px;font-size:1.1rem}.anchoring__row-info{flex:1}.anchoring__row-title{color:var(--text-dark);font-size:.82rem;font-weight:500}.anchoring__row-value{color:var(--text-light);text-align:right;min-width:70px;font-family:Playfair Display,serif;font-size:.9rem;font-weight:600;text-decoration:line-through}.anchoring__total{background:var(--soft-blue-bg);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.anchoring__total-label{color:var(--text-dark);font-size:.9rem;font-weight:600}.anchoring__total-value{color:var(--deep-blue);font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;text-decoration:line-through}.anchoring__break{text-align:center;max-width:480px;margin:0 auto}.anchoring__break-text{color:var(--text-dark);margin-bottom:8px;font-family:Playfair Display,serif;font-size:clamp(1.1rem,3vw,1.5rem);font-weight:600}.anchoring__break-sub{color:var(--text-medium);margin-bottom:20px;font-size:.92rem}.anchoring__break-sub strong{color:var(--teal)}.anchoring__price-highlight{background:linear-gradient(135deg, var(--deep-blue), var(--deep-blue-light));border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-lg);align-items:flex-start;gap:2px;padding:14px 32px;display:inline-flex}.anchoring__price-currency{margin-top:6px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}.anchoring__price-amount{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:800;line-height:1}.anchoring__price-cents{margin-top:6px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}@media (width>=768px){.anchoring__stack{margin:48px auto 40px}.anchoring__row{gap:16px;padding:18px 24px}.anchoring__row-icon{min-width:32px;font-size:1.3rem}.anchoring__row-title{font-size:.92rem}.anchoring__row-value{min-width:80px;font-size:1rem}.anchoring__total{padding:20px 24px}.anchoring__total-label{font-size:1rem}.anchoring__total-value{font-size:1.3rem}.anchoring__break-sub{margin-bottom:24px;font-size:1.05rem}.anchoring__price-highlight{padding:16px 40px}.anchoring__price-currency{margin-top:8px;font-size:1.3rem}.anchoring__price-amount{font-size:3.5rem}.anchoring__price-cents{margin-top:8px;font-size:1.3rem}}.offer-block--primary{background:linear-gradient(160deg,#f0f7f1 0%,#eef4fa 100%)}.offer-block--secondary{background:var(--off-white)}.offer-block--tertiary{background:linear-gradient(160deg,#eef4fa 0%,#f0f7f1 100%)}.offer-block__card{border-radius:var(--radius-xl);max-width:600px;box-shadow:var(--shadow-lg);text-align:center;background:#fff;border:1px solid #0000000a;margin:0 auto;padding:32px 20px;position:relative;overflow:hidden}.offer-block__card:before{content:"";background:var(--gradient-cta);height:4px;position:absolute;top:0;left:0;right:0}.offer-block__badge{border-radius:var(--radius-full);color:var(--teal);text-transform:uppercase;letter-spacing:.08em;background:#0d948814;border:1px solid #0d948826;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:.72rem;font-weight:600;display:inline-flex}.offer-block__title{color:var(--deep-blue);margin-bottom:10px;font-size:clamp(1.3rem,4vw,2rem)}.offer-block__subtitle{color:var(--text-medium);max-width:480px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:.88rem;line-height:1.7}.offer-block__method-note{background:var(--soft-blue-bg);border-radius:var(--radius-md);text-align:left;border:1px solid #1a365d0f;margin-bottom:20px;padding:16px 18px}.offer-block__method-note p{color:var(--text-medium);margin-bottom:5px;font-size:.82rem;line-height:1.7}.offer-block__method-note p:last-child{margin-bottom:0}.offer-block__method-note p strong{color:var(--deep-blue)}.offer-block__includes{text-align:left;margin-bottom:24px}.offer-block__includes-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:10px;font-size:.75rem;font-weight:600}.offer-block__includes-list{flex-direction:column;gap:6px;display:flex}.offer-block__includes-list li{color:var(--text-dark);font-size:.82rem;font-weight:500}.offer-block__pricing{margin-bottom:24px}.offer-block__price-tag{background:linear-gradient(145deg, var(--deep-blue), var(--deep-blue-light));border-radius:var(--radius-lg);color:#fff;padding:20px}.offer-block__price-label{opacity:.8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:.75rem;display:block}.offer-block__price-main{flex-direction:column;align-items:center;gap:6px;display:flex}.offer-block__price-from{opacity:.6;font-size:.82rem}.offer-block__price-from-value{text-decoration:line-through}.offer-block__price-current{align-items:flex-start;gap:2px;display:inline-flex}.offer-block__currency{margin-top:8px;font-size:1.3rem;font-weight:600}.offer-block__amount{font-family:Playfair Display,serif;font-size:3rem;font-weight:800;line-height:1}.offer-block__cents{margin-top:8px;font-size:1.3rem;font-weight:600}.offer-block__price-note{opacity:.7;margin-top:8px;font-size:.78rem;font-style:italic}.offer-block__price-subnote{color:var(--teal,#14b8a6);margin-top:12px;font-size:.95rem;font-weight:600}.offer-block__price-note--highlight{color:inherit;opacity:1;background:#ffd7002e;border:2px solid #ffd7008c;border-radius:12px;margin-top:14px;padding:12px 18px;font-size:.92rem;font-style:normal;font-weight:600;display:inline-block}.offer-block__price-note--highlight strong{color:gold;font-size:1.05rem}.offer-block__cta{margin:0 auto 20px}.offer-block__guarantee{text-align:left;border-radius:var(--radius-md);background:#0d94880a;border:1px solid #0d94881a;align-items:flex-start;gap:12px;margin-bottom:14px;padding:16px 18px;display:flex}.offer-block__guarantee-icon{color:var(--teal);min-width:22px;margin-top:2px}.offer-block__guarantee-icon svg{width:22px;height:22px}.offer-block__guarantee-title{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:4px;font-size:.72rem;font-weight:700}.offer-block__guarantee-text{color:var(--text-medium);font-size:.82rem;line-height:1.6}.offer-block__launch-note{color:var(--text-light);font-size:.75rem;font-style:italic}@media (width>=414px){.offer-block__card{padding:36px 24px}.offer-block__includes-list{grid-template-columns:1fr 1fr;gap:8px;display:grid}}@media (width>=768px){.offer-block__card{padding:48px 40px}.offer-block__badge{margin-bottom:20px;padding:6px 16px;font-size:.78rem}.offer-block__subtitle{margin-bottom:24px;font-size:.95rem}.offer-block__method-note{margin-bottom:24px;padding:20px 24px}.offer-block__method-note p{font-size:.9rem}.offer-block__includes-label{font-size:.82rem}.offer-block__includes-list li{font-size:.88rem}.offer-block__pricing{margin-bottom:28px}.offer-block__price-tag{padding:24px}.offer-block__price-label{margin-bottom:12px;font-size:.82rem}.offer-block__currency{margin-top:10px;font-size:1.5rem}.offer-block__amount{font-size:4rem}.offer-block__cents{margin-top:10px;font-size:1.5rem}.offer-block__guarantee{gap:14px;padding:18px 20px}.offer-block__guarantee-icon svg{width:24px;height:24px}.offer-block__guarantee-title{font-size:.78rem}.offer-block__guarantee-text{font-size:.88rem}.offer-block__launch-note{font-size:.82rem}}.serious-talk{padding:var(--section-padding-lg);text-align:center}.serious-talk__content{max-width:650px;margin:0 auto}.serious-talk__title{color:#fff;margin-bottom:8px;font-size:clamp(1.3rem,4vw,2.2rem)}.serious-talk__subtitle{color:#ffffff80;margin-bottom:32px;font-size:1rem;font-style:italic}.serious-talk__divider-text{margin-bottom:24px;position:relative}.serious-talk__divider-text:before,.serious-talk__divider-text:after{content:"";background:#ffffff1a;width:calc(50% - 60px);height:1px;position:absolute;top:50%}.serious-talk__divider-text:before{left:0}.serious-talk__divider-text:after{right:0}.serious-talk__divider-text span{color:var(--teal-light);z-index:1;padding:0 14px;font-family:Playfair Display,serif;font-size:.95rem;font-weight:600;position:relative}.serious-talk__options{flex-direction:column;gap:12px;max-width:400px;margin:0 auto;display:flex}.serious-talk__option{border-radius:var(--radius-md);color:#ffffffe6;transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff14;align-items:center;gap:12px;padding:14px 18px;font-size:.88rem;font-weight:500;display:flex}.serious-talk__option:hover{background:#0d94881a;border-color:#0d948833;transform:translate(4px)}.serious-talk__option-icon{min-width:20px;font-size:1.1rem}@media (width>=768px){.serious-talk__subtitle{margin-bottom:40px;font-size:1.2rem}.serious-talk__divider-text:before,.serious-talk__divider-text:after{width:calc(50% - 80px)}.serious-talk__divider-text span{padding:0 20px;font-size:1.1rem}.serious-talk__divider-text{margin-bottom:32px}.serious-talk__options{gap:16px}.serious-talk__option{gap:16px;padding:18px 24px;font-size:1rem}.serious-talk__option-icon{font-size:1.3rem}}.authority__content{text-align:center;flex-direction:column;align-items:center;gap:28px;margin-top:32px;display:flex}.authority__photo-area{text-align:center}.authority__photo{border-radius:var(--radius-xl);width:220px;height:280px;box-shadow:var(--shadow-lg);background:var(--deep-blue);margin:0 auto 14px;overflow:hidden}.authority__photo-img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.authority__credentials{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.authority__credential-badge{border-radius:var(--radius-full);color:var(--deep-blue);text-transform:uppercase;letter-spacing:.05em;background:#1a365d0f;border:1px solid #1a365d1a;padding:5px 12px;font-size:.68rem;font-weight:600}.authority__name{color:var(--deep-blue);margin-bottom:4px;font-size:1.3rem}.authority__role{color:var(--teal);margin-bottom:16px;font-size:.82rem;font-weight:600}.authority__text{color:var(--text-medium);text-align:left;margin-bottom:10px;font-size:.85rem;line-height:1.8}.authority__text strong{color:var(--text-dark)}.authority__books{margin-top:24px}.authority__books-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dark);margin-bottom:14px;font-size:.8rem;font-weight:600}.authority__books-grid{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.authority__book{display:flex}.authority__book-img{object-fit:contain;width:110px;height:auto;max-height:160px;transition:transform var(--transition-base);background:#fff;border-radius:4px;box-shadow:3px 3px 10px #0000002e,-1px 0 3px #00000014}.authority__book-img:hover{transform:scale(1.05)}@media (width>=768px){.authority__content{text-align:left;grid-template-columns:300px 1fr;align-items:start;gap:48px;margin-top:48px;display:grid}.authority__photo{width:280px;height:340px;margin-bottom:16px}.authority__credential-badge{padding:6px 14px;font-size:.75rem}.authority__name{font-size:1.5rem}.authority__role{margin-bottom:20px;font-size:.9rem}.authority__text{margin-bottom:12px;font-size:.95rem}.authority__books{margin-top:28px}.authority__books-title{margin-bottom:16px;font-size:.88rem}.authority__books-grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:20px 16px;display:grid}.authority__book{justify-content:center;width:100%}.authority__book-img{width:100%;max-width:160px;max-height:220px}}.faq{background:var(--soft-blue-bg)}.faq__list{flex-direction:column;gap:10px;max-width:720px;margin:32px auto 0;display:flex}.faq__item{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-base);background:#fff;border:1px solid #0000000a;overflow:hidden}.faq__item:hover{box-shadow:var(--shadow-md)}.faq__item--open{border-color:#0d948826}.faq__question{cursor:pointer;text-align:left;width:100%;transition:background var(--transition-fast);-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:16px 18px;font-family:Inter,sans-serif;display:flex}.faq__question:hover{background:#0d948805}.faq__question-text{color:var(--text-dark);font-size:.85rem;font-weight:600;line-height:1.5}.faq__toggle{width:22px;min-width:22px;height:22px;color:var(--teal);transition:transform var(--transition-base);justify-content:center;align-items:center;display:flex}.faq__item--open .faq__toggle{transform:rotate(180deg)}.faq__answer-wrapper{max-height:0;transition:max-height .35s;overflow:hidden}.faq__item--open .faq__answer-wrapper{max-height:400px}.faq__answer{padding:0 18px 16px}.faq__answer p{color:var(--text-medium);font-size:.82rem;line-height:1.8}@media (width>=768px){.faq__list{gap:12px;margin-top:48px}.faq__question{gap:16px;padding:20px 24px}.faq__question-text{font-size:.95rem}.faq__toggle{width:24px;min-width:24px;height:24px}.faq__answer{padding:0 24px 20px}.faq__answer p{font-size:.92rem}}.footer{color:#fff9;background:#0f172a;padding:36px 0}.footer__content{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.footer__logo-img{max-width:160px;height:auto;margin:0 auto 14px;display:block}.footer__logo{color:#ffffffe6;margin-bottom:10px;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;display:block}.footer__institute{color:#ffffffbf;margin-bottom:8px;font-size:.85rem;font-weight:600}.footer__cnpj,.footer__email{color:#ffffff73;margin-bottom:4px;font-size:.72rem}.footer__legal{max-width:700px}.footer__copyright{color:#ffffff80;margin-bottom:12px;font-size:.72rem;font-weight:500}.footer__disclaimer{color:#ffffff4d;font-size:.65rem;line-height:1.7}@media (width>=768px){.footer{padding:48px 0}.footer__content{gap:32px}.footer__logo-img{max-width:200px;margin-bottom:18px}.footer__logo{margin-bottom:12px;font-size:1.2rem}.footer__cnpj,.footer__email{font-size:.82rem}.footer__copyright{margin-bottom:16px;font-size:.82rem}.footer__disclaimer{font-size:.72rem}}
