@keyframes heroFadeUp{from{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSlideIn{from{opacity:0;transform:translateX(50px) scale(.96)}to{opacity:1;transform:translateX(0) scale(1)}}.hero-section .hero-title{animation:heroFadeUp 1s cubic-bezier(.22,1,.36,1) 0.15s both}.hero-section .hero-description{animation:heroFadeUp 1s cubic-bezier(.22,1,.36,1) 0.35s both}.hero-section .hero-cta-wrap{animation:heroFadeUp 1s cubic-bezier(.22,1,.36,1) 0.55s both}.hero-section .hero-device{animation:heroSlideIn 1.1s cubic-bezier(.22,1,.36,1) 0.4s both}.reveal{opacity:0;transform:translateY(36px);transition:opacity 0.7s cubic-bezier(.22,1,.36,1),transform 0.7s cubic-bezier(.22,1,.36,1)}.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity 0.7s cubic-bezier(.22,1,.36,1),transform 0.7s cubic-bezier(.22,1,.36,1)}.reveal-right{opacity:0;transform:translateX(40px);transition:opacity 0.7s cubic-bezier(.22,1,.36,1),transform 0.7s cubic-bezier(.22,1,.36,1)}.reveal-scale{opacity:0;transform:scale(.92);transition:opacity 0.7s cubic-bezier(.22,1,.36,1),transform 0.7s cubic-bezier(.22,1,.36,1)}.reveal.visible,.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible{opacity:1;transform:translateY(0) translateX(0) scale(1)}.reveal-d1{transition-delay:0.08s}.reveal-d2{transition-delay:0.16s}.reveal-d3{transition-delay:0.24s}.reveal-d4{transition-delay:0.32s}.reveal-d5{transition-delay:0.40s}.reveal-d6{transition-delay:0.48s}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(75 22 76 / .85) 0%,rgb(34 23 42 / .65) 50%,rgb(75 22 76 / .75) 100%)}.hero-content{position:relative;z-index:10;width:100%;padding:7rem 0 4rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.3;color:#fff;margin-bottom:1.5rem;text-shadow:0 4px 20px rgb(0 0 0 / .3)}.hero-subtitle{font-size:1.1rem;color:rgb(255 255 255 / .85);line-height:1.6;margin-bottom:.5rem;font-weight:500}.hero-description{color:rgb(255 255 255 / .9);font-size:1.1rem;line-height:1.7;max-width:500px}.hero-cta-group{display:flex;flex-direction:column;gap:1rem;max-width:400px}.hero-cta{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all 0.3s ease}.hero-cta-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px rgba(var(--primary-rgb),.4)}.hero-cta-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(var(--primary-rgb),.5);color:#fff}.hero-cta-secondary{background:rgb(255 255 255 / .15);color:#fff;border:2px solid rgb(255 255 255 / .3);backdrop-filter:blur(10px)}.hero-cta-secondary:hover{background:rgb(255 255 255 / .25);border-color:rgb(255 255 255 / .5);transform:translateY(-3px);color:#fff}.hero-cta i{font-size:1.3rem}.hero-cta-text{display:flex;flex-direction:column}.hero-cta-label{font-size:.85rem;opacity:.8;font-weight:400}.hero-cta-title{font-size:1rem}.section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--text-light);margin-bottom:3rem;font-size:1.1rem}.step-number{font-size:3.5rem;font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;line-height:1;margin-bottom:1rem}.childfree-stats-section{padding:6rem 0;background:var(--color-darkest);color:#fff;position:relative;overflow:hidden}.childfree-stats-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgb(221 136 207 / .12) 0%,transparent 70%);pointer-events:none}.childfree-stats-section .section-label{font-size:.8rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--color-primary);margin-bottom:1rem;text-align:center}.childfree-stats-section .section-title{color:#fff;margin-bottom:1.5rem}.childfree-stats-section .section-intro{text-align:center;color:rgb(255 255 255 / .65);max-width:640px;margin:0 auto 3.5rem;font-size:1.05rem;line-height:1.7}.stat-card{text-align:center;padding:2.5rem 1.5rem;border-radius:20px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);transition:transform 0.4s cubic-bezier(.22,1,.36,1),background 0.4s ease;height:100%}.stat-card:hover{transform:translateY(-6px);background:rgb(255 255 255 / .07)}.stat-number{font-size:3.8rem;font-weight:800;line-height:1;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.stat-label{font-size:1rem;color:rgb(255 255 255 / .85);line-height:1.5;margin-bottom:1rem}.stat-source{font-size:.78rem;color:rgb(255 255 255 / .35);font-style:italic}.childfree-editorial-section{padding:6rem 0;background:#fff;overflow:hidden}.editorial-images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px;height:100%;min-height:480px}.editorial-img{border-radius:20px;overflow:hidden;position:relative}.editorial-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(.22,1,.36,1)}.editorial-img:hover img{transform:scale(1.04)}.editorial-img:first-child{grid-row:1 / 3;border-radius:24px}.editorial-label{font-size:.8rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--color-primary);margin-bottom:1rem}.editorial-title{font-size:2.2rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;color:var(--text-dark)}.editorial-text{color:var(--text-light);font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.editorial-links{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.editorial-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-dark);font-weight:600;font-size:.9rem;text-decoration:none;transition:color 0.3s ease,gap 0.3s ease}.editorial-link:hover{color:var(--color-primary);gap:.75rem}.editorial-link i{font-size:.85rem;transition:transform 0.3s ease}.editorial-link:hover i{transform:translateX(3px)}.faq-section{padding:5rem 0;background:#fff}.faq-section .accordion-item{background:#fff;border:1px solid #E0E0E0;border-radius:15px!important;margin-bottom:1rem;overflow:hidden}.faq-section .accordion-button{font-weight:600;color:var(--text-dark);padding:1.25rem 1.5rem;background:#fff}.faq-section .accordion-button:not(.collapsed){color:var(--primary-pink);background:var(--lighter-pink);box-shadow:none}.faq-section .accordion-button:focus{box-shadow:none;border-color:var(--primary-pink)}.faq-section .accordion-button::after{background-image:none;content:'+';font-size:1.5rem;font-weight:300;color:var(--primary-pink);width:auto;height:auto;transition:transform 0.3s ease}.faq-section .accordion-button:not(.collapsed)::after{content:'-';transform:none}.faq-section .accordion-body{padding:0 1.5rem 1.25rem;color:var(--text-light);line-height:1.7}.feature-card{text-align:center;padding:2rem 1.5rem}.feature-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem}.feature-icon.pink{background:var(--lighter-pink);color:var(--primary-pink)}.feature-icon.purple{background:#f0e6f6;color:var(--purple)}.testimonial-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 5px 20px rgb(0 0 0 / .08);height:100%;transition:transform 0.4s cubic-bezier(.22,1,.36,1),box-shadow 0.4s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgb(0 0 0 / .1)}.testimonial-card blockquote{font-size:1rem;line-height:1.7;color:var(--text-light);font-style:italic;margin-bottom:1.5rem}.testimonial-card .author{font-weight:700;color:var(--text-dark)}.cta-section{padding:5rem 0;background:var(--gradient-primary);color:#fff;text-align:center}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.btn-white-custom{background:#fff;color:var(--primary-pink);padding:.8rem 2.5rem;border-radius:25px;font-weight:700;border:none;transition:all 0.3s ease;text-decoration:none;display:inline-block}.btn-white-custom:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgb(0 0 0 / .2);color:var(--primary-pink)}@media (max-width:992px){.hero-section{min-height:auto}.hero-content{padding:7rem 0 4rem}.hero-title{font-size:1.9rem}.hero-cta-group{max-width:100%}.editorial-images{min-height:320px;margin-bottom:2.5rem}.editorial-title{font-size:1.8rem}.stat-number{font-size:3rem}}@media (max-width:768px){.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.8rem}.cta-title{font-size:1.8rem}.childfree-stats-section{padding:4rem 0}.stat-card{padding:1.5rem 1rem}.stat-number{font-size:2.5rem}.childfree-editorial-section{padding:4rem 0}.editorial-images{min-height:260px}.editorial-title{font-size:1.6rem}}