*{box-sizing:border-box;margin:0;padding:0}:root{--primary-purple:#742fc7;--accent-orange:#f49c34;--accent-coral:#f16767;--light-cream:#f5eaea;--white:#fff;--black:#1a1a1a;--gray-900:#111827;--gray-800:#1f2937;--gray-700:#374151;--gray-600:#4b5563;--gray-500:#6b7280;--gray-400:#9ca3af;--gray-300:#d1d5db;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--gray-50:#f9fafb}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--white);color:#111827;color:var(--gray-900);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:768px){.grid-cols-2,.grid-cols-3{grid-template-columns:repeat(1,minmax(0,1fr))}.container{padding:0 16px}}.App{background-color:var(--white);min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--primary-purple);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-600)}button:focus,input:focus,textarea:focus{outline:2px solid var(--primary-purple);outline-offset:2px}.text-gradient{-webkit-text-fill-color:#0000;animation:gradient 3s ease infinite;background:linear-gradient(135deg,var(--primary-purple),var(--accent-coral));background-clip:text;-webkit-background-clip:text;background-size:200% 200%}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.fade-in{animation:fadeIn .6s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .6s ease-out forwards;opacity:0;transform:translateX(-20px)}@keyframes slideInLeft{to{opacity:1;transform:translateX(0)}}.slide-in-right{animation:slideInRight .6s ease-out forwards;opacity:0;transform:translateX(20px)}@keyframes slideInRight{to{opacity:1;transform:translateX(0)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--white);background:#fffffff2;border-bottom:1px solid var(--gray-200)}.header-content{align-items:center;display:flex;justify-content:center;padding:calc(1rem + 4px) 0 .5rem}.logo-img{height:28px;object-fit:contain;width:auto}.free-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,var(--accent-orange),var(--accent-coral));border-radius:50px;box-shadow:0 4px 6px -1px #0000001a;color:var(--white);font-size:.875rem;font-weight:600;padding:.5rem 1rem}.free-text{text-shadow:0 1px 2px #0003}@media (max-width:768px){.header-content{padding:.75rem 0}.logo-img{height:25px}.free-badge{font-size:.75rem;padding:.375rem .75rem}}.hero{background:linear-gradient(135deg,var(--light-cream) 0,#f49c340d 100%);overflow:hidden;padding:2rem 0 6rem;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23742FC7' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-header{margin-bottom:3rem;text-align:center}.hero-content,.hero-header{position:relative;z-index:1}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{display:flex;flex-direction:column;text-align:left}.free-badge-hero{color:#ff6b35;display:inline-block;font-size:.875rem;font-weight:700;letter-spacing:.5px;margin-bottom:.75rem;padding:.25rem 0;text-transform:uppercase}.free-badge-hero .free-text{text-shadow:none}.hero-title{color:var(--gray-900);font-size:40px;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:var(--gray-700);font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.benefits-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.benefit-item{align-items:flex-start;color:var(--gray-800);display:flex;font-size:1rem;gap:.75rem}.check-icon{align-items:center;background:var(--primary-purple);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:24px;justify-content:center;margin-top:.125rem;width:24px}.email-form-section{margin-top:0}.hero-image{align-items:flex-start;display:flex;height:100%;justify-content:center}.image-container{align-items:center;display:flex;height:100%;text-align:center}.hero-optin-image{border-radius:16px;box-shadow:0 20px 40px #00000026;height:auto;max-width:480px;object-fit:contain;transition:transform .3s ease;width:100%}.hero-optin-image:hover{transform:scale(1.02)}.email-form{align-items:stretch;display:flex;gap:1rem;margin-bottom:1rem}.email-input{background:var(--white);border:2px solid var(--gray-300);border-radius:8px;flex:1 1;font-size:1rem;padding:1rem;transition:all .2s ease}.email-input:focus{border-color:var(--primary-purple);box-shadow:0 0 0 3px #742fc71a}.submit-btn{background:linear-gradient(135deg,var(--primary-purple),var(--accent-coral));border:none;border-radius:8px;color:var(--white);cursor:pointer;flex-shrink:0;font-size:1rem;font-weight:600;letter-spacing:.025em;padding:1rem 2rem;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.submit-btn:hover{box-shadow:0 10px 20px #742fc74d;transform:translateY(-2px)}.submit-btn:disabled{background:var(--accent-orange);cursor:not-allowed;transform:none}.form-disclaimer{color:var(--gray-500);font-size:.75rem;line-height:1.4;text-align:center}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:1024px){.hero-content{gap:3rem}.hero-header{margin-bottom:2.5rem}.hero-title{font-size:35px}}@media (max-width:768px){.hero{padding:1.5rem 0 3rem}.hero-header{margin-bottom:2rem}.hero-content{gap:2rem;grid-template-columns:1fr}.hero-title{font-size:30px}.hero-subtitle{text-align:center}.benefits-list,.hero-text{text-align:left}.email-form-section{margin-top:0}.email-form{flex-direction:column;gap:.75rem}.hero-image{align-items:center}.hero-optin-image{max-width:380px}.free-badge-hero{font-size:.8rem;margin-bottom:.5rem;padding:.2rem 0}}@media (max-width:480px){.hero-title{font-size:24px}.email-form-section{margin-top:0}.hero-optin-image{max-width:380px}.free-badge-hero{font-size:.75rem;letter-spacing:.3px;margin-bottom:.4rem;padding:.15rem 0}.email-input,.submit-btn{padding:.875rem}}.problems{background:var(--white);padding:3rem 0;position:relative}.problems-content{margin:0 auto;max-width:800px;text-align:center}.problems-title{color:var(--gray-900);font-size:2.6875rem;font-weight:800;line-height:1.2;margin-bottom:2rem}.problems-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.problem-item{align-items:flex-start;background:var(--gray-50);border-left:4px solid var(--accent-coral);border-radius:12px;display:flex;gap:1rem;padding:1rem;text-align:left;transition:all .3s ease}.problem-item:hover{background:var(--light-cream);transform:translateX(8px)}.problem-icon{align-items:center;background:var(--accent-coral);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:28px;justify-content:center;margin-top:.25rem;width:28px}.problem-content{flex:1 1}.problem-title{color:var(--gray-900);font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.25rem}.problem-description{color:var(--gray-600);font-size:.8125rem;font-style:italic;line-height:1.4;margin:0}.problems-footer{text-align:center}.sound-familiar{color:var(--gray-700);font-size:1.125rem;font-style:italic;margin-bottom:.75rem}.not-alone{color:var(--primary-purple);font-size:1.1875rem;margin:0}.not-alone strong{font-weight:700}@media (max-width:768px){.problems{padding:2.5rem 0}.problems-title{font-size:1.875rem;margin-bottom:1.5rem}.problem-item{gap:.75rem;padding:1rem}.problem-title{font-size:.9375rem}.problem-description{font-size:.75rem}.sound-familiar{font-size:1rem}.not-alone{font-size:.9375rem}}@media (max-width:480px){.problems-title{font-size:1.625rem}.problem-item{flex-direction:row;gap:1rem;text-align:left}.problem-icon{margin:0}}.solution{background:linear-gradient(135deg,var(--gray-50) 0,var(--light-cream) 100%);padding:5rem 0;position:relative}.solution-content{margin:0 auto;max-width:900px;text-align:center}.solution-title{color:var(--gray-900);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:2rem}.solution-intro{margin-bottom:3rem}.analysis-text{color:var(--gray-700);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.killer-intro{color:var(--gray-900);font-size:1.25rem;margin:0}.killer-intro strong{color:var(--primary-purple);font-weight:700}.killers-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1000px}.killer-item{align-items:center;background:var(--white);border:2px solid #0000;border-radius:20px;box-shadow:0 15px 35px #00000014;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;padding:2.5rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.killer-item:hover{border-color:var(--primary-purple);box-shadow:0 25px 50px #00000026;transform:translateY(-8px)}.killer-number{display:none}.killer-content{flex:1 1;text-align:center}.killer-title{color:var(--gray-900);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.killer-description{color:var(--gray-600);font-size:1rem;line-height:1.6;margin:0}.solution-conclusion{text-align:center}.conclusion-text{color:var(--gray-700);font-size:1.125rem;line-height:1.6;margin-bottom:1rem}.fix-text{color:var(--primary-purple);font-size:1.25rem;font-weight:600;margin:0}.fix-text strong{font-weight:700}@media (max-width:1024px){.killers-list{gap:1.5rem;grid-template-columns:repeat(2,1fr);max-width:700px}.killer-item{padding:2rem 1.25rem}.killer-number{font-size:1.5rem;height:60px;width:60px}}@media (max-width:768px){.solution{padding:3rem 0}.solution-title{font-size:2rem}.analysis-text{font-size:1rem}.killer-intro{font-size:1.125rem}.killers-list{gap:1.5rem;grid-template-columns:1fr;max-width:500px}.killer-item{padding:2rem 1.5rem}.killer-number{font-size:1.5rem;height:60px;width:60px}.killer-title{font-size:1.25rem}.killer-description{font-size:.9375rem}.conclusion-text{font-size:1rem}.fix-text{font-size:1.125rem}}@media (max-width:480px){.solution-title{font-size:1.75rem}.killer-item{padding:1.5rem}.killer-number{font-size:1.25rem;height:50px;width:50px}}.masterclass{background:var(--white);padding:4rem 0;position:relative}.masterclass-content{margin:0 auto;max-width:900px}.masterclass-title{color:var(--gray-900);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:2.5rem;text-align:center}.discoveries-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.discovery-item{align-items:flex-start;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:16px;display:flex;gap:1.25rem;overflow:hidden;padding:1.75rem;position:relative;transition:all .3s ease}.discovery-item:before{background:linear-gradient(135deg,var(--primary-purple),var(--accent-coral));content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease;width:4px}.discovery-item:hover:before{transform:scaleY(1)}.discovery-item:hover{background:var(--gray-50);box-shadow:0 15px 35px #0000001f;transform:translateX(8px)}.discovery-icon{align-items:center;background:linear-gradient(135deg,var(--primary-purple),var(--accent-coral));border-radius:12px;box-shadow:0 6px 16px #742fc740;color:var(--white);display:flex;flex-shrink:0;font-size:1.125rem;font-weight:700;height:44px;justify-content:center;width:44px}.arrow{transform:rotate(0deg);transition:transform .3s ease}.discovery-item:hover .arrow{transform:rotate(45deg)}.discovery-content{flex:1 1}.discovery-title{color:var(--gray-900);font-size:1.1875rem;font-weight:700;line-height:1.3;margin-bottom:.625rem}.discovery-description{color:var(--gray-600);font-size:.9375rem;line-height:1.6;margin:0}.target-audience{text-align:center}.audience-heading{color:var(--gray-800);font-size:1.75rem;font-weight:600;line-height:1.4;margin:0 auto;max-width:800px}.audience-heading em{color:var(--primary-purple);font-style:italic;font-weight:700}@media (max-width:768px){.masterclass{padding:3rem 0}.masterclass-title{font-size:2rem;margin-bottom:2rem}.discoveries-list{gap:1.25rem;margin-bottom:2rem}.discovery-item{gap:1rem;padding:1.5rem}.discovery-icon{font-size:1rem;height:40px;width:40px}.discovery-title{font-size:1.125rem}.discovery-description{font-size:.875rem}.audience-heading{font-size:1.5rem}}@media (max-width:480px){.masterclass{padding:2.5rem 0}.masterclass-title{font-size:1.75rem;margin-bottom:1.75rem}.discoveries-list{gap:1rem;margin-bottom:1.75rem}.discovery-item{flex-direction:column;gap:1.25rem;padding:1.25rem;text-align:center}.discovery-icon{font-size:.875rem;height:36px;margin:0 auto;width:36px}.discovery-icon .arrow{transform:rotate(90deg)}.discovery-item:hover .discovery-icon .arrow{transform:rotate(135deg)}.audience-heading{font-size:1.3rem}}.cta{background:var(--primary-purple);overflow:hidden;padding:4rem 0;position:relative}.cta:before{background-image:radial-gradient(circle at 20% 80%,#f167671a 0,#0000 50%),radial-gradient(circle at 80% 20%,#f49c341a 0,#0000 50%),radial-gradient(circle at 40% 40%,#ffffff0d 0,#0000 30%)}.cta:after,.cta:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.cta:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Cpath d='M40 0H0v40' fill='none' stroke='%23fff' stroke-width='.5' opacity='.15'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h40v40H0z'/%3E%3C/svg%3E");opacity:.6}.cta-content{margin:0 auto;max-width:700px;position:relative;text-align:center;z-index:1}.cta-title{color:var(--white);font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.cta-title .text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent-orange),var(--light-cream));background-clip:text;-webkit-background-clip:text}.cta-subtitle{color:#ffffffe6;font-size:1.125rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-subtitle strong{color:var(--white);font-weight:700}.form-wrapper{background:var(--white);border:none;border-radius:24px;box-shadow:0 20px 40px #00000026;padding:2.5rem}.form-heading{color:var(--gray-900);font-size:1.375rem;font-weight:700;line-height:1.3;margin-bottom:1.75rem}.cta-email-form{margin-bottom:1.25rem}.form-group{display:flex;flex-direction:column;gap:.875rem}.cta-email-input{background:var(--gray-50);border:2px solid var(--gray-200);border-radius:12px;font-size:1rem;padding:1rem 1.25rem;transition:all .2s ease}.cta-email-input:focus{background:var(--white);border-color:var(--primary-purple);box-shadow:0 0 0 3px #742fc71a}.cta-submit-btn{background:linear-gradient(135deg,var(--primary-purple),var(--accent-coral));border:none;border-radius:12px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.025em;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease}.cta-submit-btn:hover{box-shadow:0 10px 25px #742fc74d;transform:translateY(-2px)}.cta-submit-btn:disabled{background:var(--accent-orange);cursor:not-allowed;transform:none}.urgency-message{margin-bottom:1.5rem}.urgency-text{color:var(--gray-500);font-size:.75rem;font-weight:400;line-height:1.4;margin:0;text-align:center}.social-proof{border-top:1px solid var(--gray-200);padding-top:1.25rem}.testimonial-placeholder{align-items:center;display:flex;flex-direction:column;gap:.75rem}.testimonial-avatars{display:flex;gap:-.25rem}.avatar{border:2px solid var(--white);border-radius:50%;display:block;height:36px;margin-left:-.25rem;object-fit:cover;position:relative;width:36px;z-index:1}.avatar:first-child{margin-left:0}.social-proof-text{color:var(--gray-600);font-size:.8125rem;font-weight:500;margin:0}@media (max-width:768px){.cta{padding:3rem 0}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem;margin-bottom:2.5rem}.form-wrapper{margin:0 1rem;padding:2rem}.form-heading{font-size:1.25rem}.cta-email-input,.cta-submit-btn{font-size:.9375rem;padding:.875rem 1rem}}@media (max-width:480px){.cta{padding:2.5rem 0}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:.9375rem}.form-wrapper{margin:0 1rem;padding:1.75rem}.form-heading{font-size:1.125rem}.testimonial-avatars{gap:0}.avatar{height:32px;margin-left:-.125rem;width:32px}}.footer{background:var(--gray-900);color:var(--white);padding:2.5rem 0}.footer-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.footer-logo-img{height:40px;object-fit:contain;width:auto}.footer-links{align-items:center;display:flex;gap:2rem}.footer-link{color:var(--gray-300);font-size:.875rem;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--primary-purple)}.copyright{color:var(--gray-500);font-size:.75rem;line-height:1.4;margin:0}@media (max-width:768px){.footer{padding:2rem 0}.footer-content{gap:1.25rem}.footer-logo-img{height:36px}.footer-links{gap:1.5rem}}@media (max-width:480px){.footer-content{gap:1rem}.footer-logo-img{height:32px}.footer-links{flex-direction:column;gap:1rem}.copyright{font-size:.6875rem;line-height:1.5}}.fomo-notification{bottom:20px;left:20px;opacity:0;pointer-events:none;position:fixed;transform:translateX(-100%) scale(.9);transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:1000}.fomo-notification.visible{opacity:1;pointer-events:auto;transform:translateX(0) scale(1)}.fomo-notification-content{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,var(--white) 0,var(--gray-50) 100%);border:1px solid var(--gray-200);border-left:4px solid var(--primary-purple);border-radius:12px;box-shadow:0 10px 25px #00000026;display:flex;gap:.75rem;max-width:320px;min-width:280px;overflow:hidden;padding:1rem 1.25rem;position:relative}.fomo-notification-content:before{background:linear-gradient(135deg,#0000,#742fc70d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.fomo-icon{animation:bounce 2s infinite;flex-shrink:0;font-size:1.25rem}.fomo-content{flex:1 1;position:relative;z-index:1}.fomo-message{color:var(--gray-800);font-size:.875rem;font-weight:500;line-height:1.4;margin:0 0 .25rem}.fomo-message strong{color:var(--primary-purple);font-weight:700}.fomo-time{color:var(--gray-500);font-size:.75rem;font-weight:400;margin:0}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.fomo-notification-content:hover{border-left-color:var(--accent-coral);box-shadow:0 15px 35px #0003;transform:translateY(-2px);transition:all .3s ease}@media (max-width:768px){.fomo-notification{bottom:15px;left:15px;right:15px}.fomo-notification-content{max-width:none;min-width:auto;padding:.875rem 1rem}.fomo-message{font-size:.8125rem}.fomo-time{font-size:.6875rem}.fomo-icon{font-size:1.125rem}}@media (max-width:480px){.fomo-notification{bottom:10px;left:10px;right:10px}.fomo-notification-content{gap:.5rem;padding:.75rem}}
/*# sourceMappingURL=main.b2a8e68c.css.map*/