*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:linear-gradient(180deg,#f0f4ff,#fff 60%);min-height:100vh}.landing{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;overflow-x:hidden}.landing__header{padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.landing__logo-text{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.landing__auth-button{padding:.65rem 1.5rem;border-radius:.75rem;background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;font-weight:600;text-decoration:none;font-size:.95rem;transition:all .2s ease;box-shadow:0 4px 12px #6366f140;min-height:44px;display:inline-flex;align-items:center;touch-action:manipulation}.landing__auth-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f159}.hero{padding:4rem 0 3rem;text-align:center}.hero__content{max-width:720px;margin:0 auto}.hero__title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;color:#0f172a;margin-bottom:1.25rem}.hero__description{font-size:1.15rem;line-height:1.7;color:#475569;margin-bottom:2rem}.hero__cta{margin-bottom:2rem}.hero__button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;font-size:1.1rem;font-weight:700;border-radius:.75rem;text-decoration:none;box-shadow:0 12px 28px #6366f159;transition:all .2s ease;margin-bottom:1rem;min-height:48px;touch-action:manipulation}.hero__button:hover{transform:translateY(-2px);box-shadow:0 16px 36px #6366f173}.hero__microproof{font-size:.9rem;color:#64748b;font-weight:500}.section{padding:4rem 0}.section__content{max-width:900px;margin:0 auto;padding:0 1.5rem}.section__title{font-family:Playfair Display,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:#0f172a;margin-bottom:1.25rem;text-align:center}.section__paragraph{font-size:1.1rem;line-height:1.7;color:#475569;margin-bottom:1rem;text-align:center}.section__paragraph--solution{font-weight:700;color:#6366f1;font-size:1.25rem;margin-top:1.5rem;margin-bottom:0}.section__bullets{list-style:none;margin-top:2rem;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.section__bullets li{font-size:1.1rem;line-height:1.8;color:#475569;padding-left:1.75rem;position:relative;margin-bottom:1rem}.section__bullets li:before{content:"✓";position:absolute;left:0;color:#6366f1;font-weight:700;font-size:1.2rem}.section--problem{background:#f8fafc}.section--outcome{background:#fff}.section--outcome-header{background:transparent;padding:2rem 0 1rem}.outcome__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-top:2.5rem}.outcome__item{text-align:center}.outcome__icon{font-size:3rem;margin-bottom:.75rem;display:block}.outcome__item p{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0}.section--features{background:#f8fafc;padding:4rem 0}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2.5rem}.feature__block{background:#fff;padding:2rem 1.5rem;border-radius:1rem;box-shadow:0 4px 12px #0f172a14;transition:transform .2s ease,box-shadow .2s ease;text-align:center}.feature__block:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0f172a1f}.feature__icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.feature__description{font-size:.95rem;line-height:1.5;color:#64748b}.showcase{padding:3rem 0 4rem;overflow:visible;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.showcase__grid{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:nowrap;padding:0 3rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scroll-padding:0 3rem;width:100%;max-width:none;margin:0;box-sizing:border-box}.showcase__grid:after{content:"";flex-shrink:0;width:3rem}.showcase__card{transition:transform .3s ease;border-radius:1.25rem;overflow:hidden;box-shadow:none;background:#fff;display:flex;flex-direction:column;scroll-snap-align:start;flex-shrink:0;min-width:180px;max-width:180px}.showcase__card:hover{transform:rotate(0) scale(1.05)!important;box-shadow:none;z-index:10}.showcase__image{display:block;width:180px;height:auto;flex-shrink:0;border-radius:15px}.showcase__content{padding:1.25rem;text-align:center}.showcase__description{font-size:.9rem;line-height:1.5;color:#64748b;margin:0;font-weight:500}.section--pricing{background:#f8fafc;padding:4rem 0}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto;align-items:stretch}.pricing__card{background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 4px 12px #0f172a14;transition:transform .2s ease,box-shadow .2s ease;position:relative;display:flex;flex-direction:column;height:100%}.pricing__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0f172a1f}.pricing__card--featured{border:2px solid #6366f1;box-shadow:0 8px 24px #6366f133}.pricing__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;padding:.4rem 1rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.pricing__header{margin-bottom:1.5rem;padding-top:.5rem}.pricing__name{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.pricing__price{display:flex;align-items:baseline;gap:.25rem}.pricing__amount{font-size:2.5rem;font-weight:700;color:#0f172a;line-height:1}.pricing__period{font-size:1rem;color:#64748b;font-weight:500}.pricing__description{font-size:.95rem;line-height:1.6;color:#64748b;margin-bottom:1.5rem;min-height:3.2em}.pricing__features{list-style:none;margin:0 0 2rem;padding:0;flex-grow:1}.pricing__features li{font-size:.95rem;line-height:1.8;color:#475569;padding-left:1.5rem;position:relative;margin-bottom:.75rem}.pricing__features li:before{content:"✓";position:absolute;left:0;color:#6366f1;font-weight:700;font-size:1rem}.pricing__button{display:block;padding:.85rem 1.5rem;background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;font-size:1rem;font-weight:600;border-radius:.75rem;text-decoration:none;text-align:center;transition:all .2s ease;box-shadow:0 4px 12px #6366f140;margin-top:auto}.pricing__button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f159}.pricing__button--featured{background:linear-gradient(135deg,#6366f1,#ec4899);box-shadow:0 6px 16px #6366f159}.pricing__button--featured:hover{box-shadow:0 8px 20px #6366f173}.pricing__note{text-align:center;margin-top:2.5rem;font-size:.95rem;color:#64748b;line-height:1.6}.pricing__note strong{color:#6366f1;font-weight:600}.pricing__toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem 0 3rem}.pricing__toggle-label{font-size:.95rem;color:#64748b;font-weight:500;transition:color .2s ease}.pricing__toggle-label--active{color:#0f172a;font-weight:600}.pricing__toggle-discount{display:inline-block;margin-left:.5rem;padding:.2rem .5rem;background:#22c55e1a;color:#15803d;border-radius:.25rem;font-size:.75rem;font-weight:600}.pricing__toggle-switch{position:relative;width:52px;height:28px;background:#cbd5e1;border:none;border-radius:999px;cursor:pointer;transition:background .2s ease;padding:0;outline:none}.pricing__toggle-switch:hover{background:#94a3b8}.pricing__toggle-switch--active{background:linear-gradient(135deg,#6366f1,#ec4899)}.pricing__toggle-switch--active:hover{opacity:.9}.pricing__toggle-slider{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0003}.pricing__toggle-switch--active .pricing__toggle-slider{transform:translate(24px)}.pricing__yearly-note{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.pricing__yearly-amount{font-size:.9rem;color:#64748b;font-weight:500}.pricing__yearly-savings{font-size:.75rem;color:#15803d;font-weight:600}.section--testimonial{background:#fff;padding:3rem 0}.testimonial{text-align:center;border:none;margin:0;padding:0}.testimonial__quote{font-size:1.35rem;line-height:1.6;color:#0f172a;font-style:italic;margin-bottom:1.25rem;max-width:650px;margin-left:auto;margin-right:auto}.testimonial__author{font-size:1rem;color:#64748b;font-weight:600;font-style:normal}.section--how-it-works{background:#f8fafc}.steps{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;flex-wrap:wrap}.step{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;flex:0 1 200px}.step__number{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem}.step__text{font-size:1.05rem;line-height:1.5;color:#475569;font-weight:500}.section--waitlist{background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;padding:4rem 0}.section--waitlist .section__title{color:#fff}.section--waitlist .section__paragraph{color:#fffffff2;font-size:1.05rem}.waitlist__cta{margin-top:2rem;text-align:center}.section--waitlist .hero__button{background:#fff;color:#6366f1;box-shadow:0 12px 28px #0003}.section--waitlist .hero__button:hover{background:#f8fafc;box-shadow:0 16px 36px #00000040}.landing__footer{padding:4rem 0 2rem;text-align:center;color:#64748b;font-size:.9rem;border-top:1px solid #e2e8f0;margin-top:2rem}.footer__nav{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer__link{color:#64748b;font-weight:500;text-decoration:none;transition:color .2s ease}.footer__link:hover{color:#6366f1;text-decoration:underline}.footer__text{margin-bottom:.5rem;color:#94a3b8}.footer__copyright{color:#94a3b8;font-size:.85rem}@media (max-width: 1024px){.landing{padding:0 1rem}.landing__header{padding:1rem}.hero{padding:3rem 1rem 4rem}.section{padding:4rem 0}.section__content{padding:0 1rem}.section--outcome-header{padding:1.5rem 0 .75rem}.features__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.showcase{padding:3rem 0}.showcase__grid{gap:1.25rem;padding:0 2rem;scroll-padding:0 2rem;max-width:none;margin:0}.showcase__grid:after{width:2rem}.showcase__card{min-width:160px;max-width:160px}.showcase__image{width:160px}.showcase__content{padding:1rem}.showcase__description{font-size:.85rem}}@media (max-width: 768px){.landing{padding:0 .75rem}.landing__header{padding:.85rem .75rem}.landing__logo-text{font-size:1.35rem}.landing__auth-button{font-size:.9rem;padding:.6rem 1rem;min-height:40px}.hero{padding:2rem .75rem 3rem}.hero__title{font-size:2rem}.hero__description{font-size:1.1rem}.hero__button{width:100%;max-width:300px;padding:.95rem 2rem}.section{padding:3rem 0}.section__content{padding:0 .75rem}.section__title{font-size:1.75rem}.section__paragraph{font-size:1.05rem}.section__paragraph--solution{font-size:1.15rem}.section--outcome-header{padding:1.25rem 0 .5rem}.features__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem}.outcome__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.outcome__icon{font-size:2.5rem}.testimonial__quote{font-size:1.2rem;padding:0 .5rem}.steps{gap:2rem}.step__text{font-size:1rem}.showcase{padding:2.5rem 0}.showcase__grid{gap:1rem;justify-content:flex-start;padding:0 1.5rem;scroll-padding:0 1.5rem;max-width:none;margin:0}.showcase__grid:after{width:1.5rem}.showcase__card{min-width:140px;max-width:140px;transform:rotate(0)!important}.showcase__image{width:140px}.showcase__content{padding:.9rem}.footer__nav{gap:1.5rem}.landing__footer{padding:2rem .75rem;font-size:.9rem}.pricing__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.pricing__card{padding:1.5rem}.pricing__amount{font-size:2rem}.pricing__note{font-size:.9rem;margin-top:2rem}}@media (max-width: 640px){.landing{padding:0 .75rem}.landing__header{padding:.75rem .5rem;flex-wrap:wrap;gap:.5rem}.landing__logo-text{font-size:1.2rem}.landing__auth-button{font-size:.85rem;padding:.5rem .85rem;min-height:36px}.hero{padding:1.5rem .5rem 2.5rem}.hero__title{font-size:1.75rem;line-height:1.3}.hero__description{font-size:1rem}.hero__button{font-size:1rem;padding:.9rem 1.75rem;width:100%;max-width:100%}.hero__microproof{font-size:.85rem}.section{padding:2.5rem 0}.section__content{padding:0 .5rem}.section__title{font-size:1.5rem;line-height:1.3}.section__paragraph{font-size:1rem}.section__paragraph--solution{font-size:1.1rem}.section--outcome-header{padding:1rem 0 .5rem}.features__grid{grid-template-columns:1fr;gap:1rem}.feature__block{padding:1.5rem}.feature__icon{font-size:2rem}.feature__title{font-size:1.15rem}.feature__description{font-size:.9rem}.outcome__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.outcome__icon{font-size:2rem}.outcome__item p{font-size:.95rem}.testimonial__quote{font-size:1.1rem;padding:0 .5rem}.testimonial__author{font-size:.95rem}.pricing__grid{grid-template-columns:1fr;gap:1.25rem}.pricing__card{padding:1.25rem}.pricing__name{font-size:1.25rem}.pricing__amount{font-size:1.75rem}.pricing__description{font-size:.9rem;min-height:auto}.pricing__features li{font-size:.9rem}.pricing__button{padding:.75rem 1.25rem;font-size:.95rem}.pricing__note{font-size:.85rem;padding:0 .5rem}.pricing__toggle{margin:1.5rem 0 2rem;gap:.75rem}.pricing__toggle-label{font-size:.9rem}.pricing__toggle-discount{font-size:.7rem;padding:.15rem .4rem;margin-left:.25rem}.pricing__yearly-note{margin-top:.4rem}.pricing__yearly-amount{font-size:.85rem}.pricing__yearly-savings{font-size:.7rem}.steps{flex-direction:column;gap:2rem}.step__number{width:3rem;height:3rem;font-size:1.35rem}.step__text{font-size:.95rem}.showcase{padding:2rem 0}.showcase__grid{gap:.85rem;padding:0 1rem;scroll-padding:0 1rem;max-width:none;margin:0}.showcase__grid:after{width:1rem}.showcase__card{min-width:120px;max-width:120px}.showcase__image{width:120px}.showcase__content{padding:.85rem}.showcase__description{font-size:.8rem}.waitlist__cta .hero__button{width:100%;max-width:100%}.footer__nav{gap:.75rem;font-size:.85rem;flex-direction:column}.landing__footer{padding:1.5rem .5rem;font-size:.85rem}}@media (max-width: 480px){.landing{padding:0 .5rem}.hero__title{font-size:1.5rem}.section__title{font-size:1.35rem}.showcase__grid{padding:0 1rem;scroll-padding:0 1rem;max-width:none;margin:0}.showcase__grid:after{width:1rem}.showcase__card{min-width:110px;max-width:110px}.showcase__image{width:110px}.showcase__content{padding:.75rem}.showcase__description{font-size:.75rem}}
