@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Playfair+Display:wght@600;700&display=swap";
:root{--purple:#662d91;--purple-dark:#4a1f6b;--purple-light:#8b5caf;--purple-pale:#f3eef8;--cream:#faf8f5;--cream-dark:#f5f0e8;--peach:#fdf6f0;--coral:#e8a87c;--grey-dark:#2d2a33;--grey:#6b6574;--grey-light:#9d96a6;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--grey-dark);background:var(--cream);font-family:Lato,-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;line-height:1.7;overflow-x:hidden}.page{overflow-x:hidden}h1,h2,h3{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}.btn-primary{background:var(--purple);color:var(--white);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:1.1rem 2.25rem;font-family:Lato,sans-serif;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #662d914d}.btn-primary:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 6px 20px #662d9166}.btn-primary.btn-large{padding:1.3rem 2.75rem;font-size:1.25rem}.btn-secondary{color:var(--purple);border:2px solid var(--purple);cursor:pointer;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2rem;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:var(--purple-pale)}.section-tag{background:var(--purple-pale);color:var(--purple);letter-spacing:.5px;border-radius:50px;margin-bottom:1rem;padding:.6rem 1.5rem;font-size:1rem;font-weight:700;display:inline-block}.nav{z-index:1000;padding:1.25rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:1rem 2rem;box-shadow:0 2px 20px #00000014}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-logo img{height:60px}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--grey-dark);cursor:pointer;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--purple)}.nav-cta{background:var(--purple)!important;color:var(--white)!important;border-radius:50px!important;padding:.7rem 1.5rem!important}.nav-cta:hover{background:var(--purple-dark)!important}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.mobile-toggle span{background:var(--grey-dark);width:24px;height:2px;transition:all .3s}.hero{background:linear-gradient(135deg,var(--peach)0%,var(--cream)50%,var(--purple-pale)100%);padding:10rem 2rem 8rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#662d9114 0%,#0000 70%);width:70%;height:200%;position:absolute;top:-50%;right:-20%}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-content h1{color:var(--grey-dark);margin-bottom:1.5rem;font-size:4rem}.hero-content p{color:var(--grey);max-width:520px;margin-bottom:2rem;font-size:1.5rem;line-height:1.8}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero-price{color:var(--purple);font-size:1.1rem;font-weight:700}.hero-image-wrap{position:relative}.hero-image-card{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 25px 60px #662d9133}.hero-image-card img{width:100%;display:block}.hero-float-card{background:var(--white);border-radius:16px;padding:1rem;position:absolute;bottom:-30px;left:-30px;box-shadow:0 15px 40px #0000001f}.float-badge{width:auto;height:100px;display:block}.hero-wave{line-height:0;position:absolute;bottom:0;left:0;right:0}.hero-wave svg{width:100%;height:auto}.pain-section{background:var(--white);padding:5rem 2rem}.pain-inner{max-width:1100px;margin:0 auto}.pain-header{text-align:center;margin-bottom:3.5rem}.pain-header h2{color:var(--grey-dark);font-size:2.75rem}.pain-cards{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.pain-card{background:linear-gradient(145deg,var(--cream)0%,var(--white)100%);border:1px solid #662d911a;border-radius:20px;padding:2.5rem;transition:all .3s}.pain-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #662d911a}.pain-icon{background:linear-gradient(135deg,var(--purple)0%,var(--purple-light)100%);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex}.pain-icon svg{width:28px;height:28px;stroke:var(--white)}.pain-card h3{color:var(--grey-dark);margin-bottom:.75rem;font-family:Lato,sans-serif;font-size:1.6rem;font-weight:900}.pain-card p{color:var(--grey);font-size:1.25rem;line-height:1.7}.testimonial-break{background:var(--purple);padding:5rem 2rem;position:relative;overflow:hidden}.testimonial-break:before{content:"\"";color:#ffffff1a;font-family:Georgia,serif;font-size:20rem;line-height:1;position:absolute;top:0;left:10%}.testimonial-break.alt{background:linear-gradient(135deg,var(--purple-light)0%,var(--purple)100%)}.testimonial-break-inner{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.testimonial-break blockquote{color:var(--white);margin-bottom:2rem;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:600;line-height:1.5}.testimonial-break-author{flex-direction:column;gap:.25rem;display:flex}.author-name{color:var(--white);font-size:1.3rem;font-weight:700}.author-company{color:#fffc;font-size:1.1rem}.how-section{background:var(--cream);padding:5rem 2rem}.how-inner{max-width:1200px;margin:0 auto}.how-header{text-align:center;margin-bottom:4rem}.how-header h2{color:var(--grey-dark);margin-bottom:1rem;font-size:2.75rem}.how-header p{color:var(--grey);max-width:700px;margin:0 auto;font-size:1.4rem}.how-content{grid-template-columns:1.3fr 1fr;align-items:start;gap:4rem;display:grid}.journey{padding-left:3rem;position:relative}.journey-line{background:linear-gradient(180deg,var(--purple)0%,var(--coral)100%);border-radius:3px;width:3px;position:absolute;top:30px;bottom:30px;left:20px}.journey-step{align-items:flex-start;gap:2rem;margin-bottom:2.5rem;display:flex;position:relative}.journey-step:last-child{margin-bottom:0}.journey-marker{background:var(--white);border:3px solid var(--purple);width:44px;height:44px;color:var(--purple);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex;position:relative}.journey-content{background:var(--white);border-radius:16px;flex:1;padding:2rem;box-shadow:0 10px 30px #0000000f}.journey-content h3{color:var(--grey-dark);margin-bottom:.75rem;font-family:Lato,sans-serif;font-size:1.6rem;font-weight:900}.journey-content p{color:var(--grey);font-size:1.25rem;line-height:1.7}.how-pricing-card{background:var(--white);border-radius:24px;position:sticky;top:120px;overflow:hidden;box-shadow:0 30px 60px #662d9126}.how-pricing-header{background:linear-gradient(135deg,var(--purple)0%,var(--purple-dark)100%);text-align:center;color:var(--white);padding:2.5rem 2rem}.how-pricing-header .section-tag{color:var(--white);background:#fff3}.how-pricing-amount{margin:1rem 0 .5rem;font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700}.how-pricing-header p{opacity:.9;font-size:1.25rem}.how-pricing-list{padding:2rem;list-style:none}.how-pricing-list li{color:var(--grey-dark);border-bottom:1px solid #0000000f;padding:1rem 0 1rem 2rem;font-size:1.3rem;position:relative}.how-pricing-list li:last-child{border-bottom:none}.how-pricing-list li:before{content:"✓";color:var(--purple);font-weight:700;position:absolute;left:0}.how-pricing-card .btn-primary{text-align:center;margin:0 2rem 2rem;display:block}.difference-section{background:var(--white);padding:5rem 2rem}.difference-inner{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.difference-content h2{color:var(--grey-dark);margin-bottom:1.5rem;font-size:2.5rem}.difference-content p{color:var(--grey);margin-bottom:1.25rem;font-size:1.35rem;line-height:1.8}.difference-content p strong{color:var(--grey-dark)}.difference-image{position:relative}.difference-image:before{content:"";background:linear-gradient(135deg,var(--purple-pale)0%,var(--peach)100%);z-index:0;border-radius:20px;width:100%;height:100%;position:absolute;top:-20px;right:-20px}.difference-image img{z-index:1;border-radius:20px;width:100%;position:relative}.testimonials-grid-section{background:var(--cream-dark);padding:4rem 2rem}.testimonials-grid-inner{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.testimonial-card-small{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 5px 20px #0000000d}.testimonial-card-small p{color:var(--grey-dark);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-card-author{flex-direction:column;display:flex}.testimonial-card-author strong{color:var(--grey-dark);font-size:.95rem}.testimonial-card-author span{color:var(--grey-light);font-size:.85rem}.video-section{background:var(--cream);padding:5rem 2rem}.video-section.alt{background:var(--white)}.video-inner{text-align:center;max-width:900px;margin:0 auto}.video-section h2{color:var(--grey-dark);margin-bottom:2rem;font-size:2.5rem}.video-wrapper{border-radius:16px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 20px 50px #662d9126}.video-wrapper iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.testimonials-full-section{background:var(--cream-dark);padding:5rem 2rem}.testimonials-full-inner{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.testimonial-full-card{background:var(--white);text-align:center;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0000000f}.quote-icon{color:var(--purple);margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:4rem;line-height:1}.testimonial-full-card p{color:var(--grey-dark);margin-bottom:2rem;font-size:1.25rem;line-height:1.8}.testimonial-full-card p strong{color:var(--purple)}.testimonial-full-author{flex-direction:column;gap:.25rem;display:flex}.testimonial-full-author strong{color:var(--grey-dark);font-size:1.25rem}.testimonial-full-author span{color:var(--purple);font-size:1.1rem;font-weight:600}.contact-section{background:var(--purple-pale);padding:5rem 2rem}.contact-inner{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.contact-content h2{color:var(--grey-dark);margin-bottom:1rem;font-size:2.75rem}.contact-content p{color:var(--grey);margin-bottom:2rem;font-size:1.3rem;line-height:1.8}.contact-form-wrap{background:var(--white);border-radius:20px;padding:2rem;overflow:hidden;box-shadow:0 20px 50px #662d911a}.contact-form-wrap iframe{border:none;width:100%;min-height:450px}.pricing-section{background:linear-gradient(180deg,var(--cream)0%,var(--purple-pale)100%);padding:5rem 2rem}.pricing-inner{max-width:550px;margin:0 auto}.pricing-card{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 30px 60px #662d9126}.pricing-card-header{background:linear-gradient(135deg,var(--purple)0%,var(--purple-dark)100%);text-align:center;color:var(--white);padding:3rem 2.5rem}.pricing-card-header .section-tag{color:var(--white);background:#fff3}.pricing-amount{margin:1rem 0 .5rem;font-family:Playfair Display,Georgia,serif;font-size:4rem;font-weight:700}.pricing-card-header p{opacity:.9;font-size:1.1rem}.pricing-card-body{padding:2.5rem}.pricing-list{margin-bottom:2rem;list-style:none}.pricing-list li{border-bottom:1px solid #0000000f;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.pricing-list li:last-child{border-bottom:none}.pricing-list svg{width:22px;height:22px;stroke:var(--purple);flex-shrink:0;margin-top:2px}.pricing-list span{color:var(--grey-dark);font-size:1.05rem}.pricing-card-body .btn-primary{justify-content:center;width:100%}.pricing-note{text-align:center;color:var(--grey-light);margin-top:1rem;font-size:.9rem}.about-section{background:var(--white);padding:5rem 2rem}.about-inner{grid-template-columns:1fr 1.3fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.about-image-container{flex-direction:column;display:flex}.about-main-image{border-radius:20px;width:100%;box-shadow:0 20px 50px #662d9126}.about-content h2{color:var(--grey-dark);margin-bottom:1.5rem;font-size:2.75rem}.about-content p{color:var(--grey);margin-bottom:1rem;font-size:1.35rem;line-height:1.8}.about-content p em{font-style:italic}.about-content p strong{color:var(--grey-dark)}.final-cta{text-align:center;background:linear-gradient(135deg,#2d2a33eb 0%,#1a1721f2 100%),url(/images/background-process.jpg) 50%/cover no-repeat;padding:6rem 2rem;position:relative}.final-cta-inner{max-width:600px;margin:0 auto}.final-cta h2{color:var(--white);margin-bottom:1rem;font-size:2.75rem}.final-cta p{color:#ffffffb3;margin-bottom:2rem;font-size:1.4rem}.final-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.final-cta .btn-secondary{color:var(--white);border-color:#ffffff4d}.final-cta .btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.footer{background:var(--grey-dark);color:var(--white);padding:4rem 2rem 2rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-main{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand img{height:70px;margin-bottom:1.5rem}.footer-brand p{color:#fff9;font-size:1.1rem;line-height:1.6}.footer-links h4{margin-bottom:1rem;font-size:1.1rem;font-weight:700}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a,.footer-links span{color:#fff9;cursor:pointer;font-size:1.05rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-bottom p,.footer-bottom a{color:#fff6;font-size:1rem;text-decoration:none}@media (max-width:1024px){.hero-inner,.difference-inner,.about-inner,.how-content,.contact-inner{grid-template-columns:1fr;gap:3rem}.hero{padding:8rem 2rem 6rem}.hero-content{text-align:center}.hero-content p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-image-wrap{max-width:450px;margin:0 auto}.hero-float-card{left:50%;transform:translate(-50%)}.difference-image,.about-image-container{max-width:450px;margin:0 auto}.how-pricing-card{max-width:450px;margin:0 auto;position:relative;top:0}.pain-cards,.testimonials-grid-inner,.testimonials-full-inner{grid-template-columns:1fr;max-width:550px;margin-left:auto;margin-right:auto}.footer-main{grid-template-columns:1fr;gap:2rem}.about-content,.contact-content{text-align:center}}@media (max-width:768px){.nav-links{background:var(--white);flex-direction:column;gap:1rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0000001a}.nav-links.open,.mobile-toggle{display:flex}.hero-content h1{font-size:2.5rem}.testimonial-break blockquote{font-size:1.35rem}h2{font-size:2rem!important}.journey{padding-left:2rem}.journey-line{left:15px}.journey-step{gap:1.5rem}.journey-marker{width:36px;height:36px;font-size:1rem}.pricing-amount{font-size:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.final-cta-buttons{flex-direction:column;align-items:center}}@media (max-width:480px){.hero{padding:7rem 1.5rem 5rem}.hero-content h1{font-size:2rem}.hero-float-card{margin-top:1.5rem;position:relative;bottom:auto;left:auto;transform:none}}
