@tailwind base;@tailwind components;@tailwind utilities;:root{--pink-on-dark:#f3c8ef;--pink-on-dark-hover:#ecb2e6;--pink-on-light:#e59fdc;--pink-on-light-hover:#de8ad5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:__Noto_Sans_48ea4f,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#111;min-height:100vh;overflow-x:hidden}.header-container{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;z-index:50;padding:16px 32px;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.logo-section{display:flex;align-items:center;gap:12px}.logo-text{font-weight:700;font-size:1.5rem;letter-spacing:.5px;color:#111;margin:0}.nav-menu{display:flex;align-items:center;gap:32px}.nav-item{font-size:1rem;font-weight:500;color:#111;background:none;border:none;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s ease;text-decoration:none;font-family:inherit}.nav-item:hover{background:#f3f4f6;color:#e59fdc}.landing-page{min-height:100vh;flex-direction:column;padding:100px 20px 0}.hero-section,.landing-page{width:100%;display:flex;align-items:center;background:#fff}.hero-section{min-height:calc(100vh - 100px);justify-content:center;max-width:1200px;text-align:center;padding:80px 0}.hero-content{width:100%;max-width:900px;animation:fadeInUp 1s ease-out}.hero-headline,h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;color:#111;text-shadow:none;animation:slideInUp .8s ease-out}@media (max-width:1200px){.hero-headline,h1{font-size:3rem}}@media (max-width:968px){.hero-headline,h1{font-size:2.6rem}}@media (max-width:640px){.hero-headline,h1{font-size:2.2rem;line-height:1.2}}.green-highlight{background:#f3c8ef;padding:4px 12px;border-radius:8px;display:inline-block;position:relative;margin:0 4px;box-shadow:0 2px 8px rgba(243,200,239,.35);transition:all .3s ease}.green-highlight:hover{background:#ecb2e6;transform:translateY(-1px);box-shadow:0 4px 12px rgba(236,178,230,.45)}.green-highlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(249,220,248,.12),rgba(249,220,248,.16));border-radius:8px;z-index:-1}.green-highlight-half-bg{position:relative;display:inline-block;background:none!important;z-index:0;overflow:visible}.green-highlight-half-bg .half-bg{position:absolute;left:0;right:0;bottom:0;height:50%;background:#f3c8ef;z-index:-1;border-radius:8px;pointer-events:none;transition:none}.green-highlight-half-bg:hover .half-bg{background:#ecb2e6}.hero-headline{position:relative;z-index:1;overflow:visible}.hero-subheadline{font-size:1.25rem;color:#222;font-weight:600;margin-bottom:32px;text-align:center}.hero-input-container{border:2px solid #e59fdc;border-radius:18px;box-shadow:0 4px 24px rgba(229,159,220,.2);background:#fff;padding:32px 24px 24px;max-width:800px;width:100%;margin:0 0 32px}@media (max-width:640px){.hero-input-container{padding:20px 16px 16px;border-radius:16px}}.input-wrapper{background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.input-wrapper:focus-within{border:none!important;box-shadow:none!important;outline:none!important}.hero-input{width:100%;color:#111;font-size:1.2rem;font-weight:500;line-height:1.6;resize:none;min-height:60px;max-height:120px;font-family:inherit;padding:0;margin:0 0 16px}.hero-input,.hero-input:focus{background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}.hero-input::placeholder{color:#888}.input-controls{display:flex;justify-content:space-between;align-items:center;gap:16px}.country-select{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 16px;color:#111;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}.country-select:hover{background:#f3f4f6}.country-select:focus{border-color:#e59fdc;box-shadow:0 0 0 3px rgba(229,159,220,.3)}.country-select option{background:#fff;color:#111}.cta-button{background:#f3c8ef;color:#fff;border:none;border-radius:16px;padding:16px 32px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 8px 32px rgba(243,200,239,.18);text-transform:none;font-family:inherit}.cta-button:hover:not(:disabled){background:#ecb2e6;opacity:.95;transform:translateY(-2px);box-shadow:0 12px 40px rgba(236,178,230,.28)}.hero-section .cta-button.primary{background:#e59fdc;box-shadow:0 8px 32px rgba(229,159,220,.32)}.hero-section .cta-button.primary:hover:not(:disabled){background:#de8ad5;box-shadow:0 12px 40px rgba(222,138,213,.4)}.cta-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cta-button svg{width:20px;height:20px}.cta-button.secondary{background:transparent;color:#f3c8ef;border:2px solid #f3c8ef;box-shadow:none}.cta-button.secondary:hover{background:#f3c8ef;color:#fff}.cta-button.final{padding:20px 40px;font-size:1.3rem;border-radius:20px}.launch-ready-message{color:#e59fdc;font-weight:500;font-size:1.4rem;margin:24px 0 48px;text-align:center;line-height:1.4}.social-proof-section{width:100%;max-width:800px;margin:48px 0;display:flex;flex-direction:column;align-items:center;gap:24px}.entrepreneurs-avatars{display:flex;align-items:center;gap:-8px;margin-bottom:16px}.entrepreneur-avatar{width:48px;height:48px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-left:-8px;transition:transform .2s ease}.entrepreneur-avatar:first-child{margin-left:0}.entrepreneur-avatar:hover{transform:scale(1.1);z-index:10;position:relative}.entrepreneurs-text{font-size:1.1rem;color:#666;font-weight:500;text-align:center}.entrepreneurs-count{font-weight:700;color:#f3c8ef}.spinner{width:20px;height:20px;border:2px solid rgba(0,0,0,.3);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.how-it-works{width:100vw;min-width:100vw;max-width:100vw;margin:48px 0 0;padding:64px 0 48px;background:#0a0a0a;color:#fff;display:flex;justify-content:center;align-items:flex-start}.how-it-works .how-it-works-inner{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:60px;gap:60px;margin-bottom:60px}.step{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards;text-align:center}.step:first-child{animation-delay:.1s}.step:nth-child(2){animation-delay:.2s}.step:nth-child(3){animation-delay:.3s}.step-icon{margin-bottom:20px;display:flex;justify-content:center}.step h3{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:#f3c8ef}.step p{font-size:1.1rem;color:hsla(0,0%,100%,.7);line-height:1.5}.how-it-works .cta-button.secondary{color:#f3c8ef;border-color:#f3c8ef;background:transparent;margin:0 auto;display:flex}.how-it-works .cta-button.secondary:hover{background:#f3c8ef;color:#fff}.why-different{width:100%;max-width:800px;padding:80px 0;text-align:center}.why-different h2{font-size:2.2rem;font-weight:700;margin-bottom:40px;color:#111;line-height:1.3}.features{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.feature{display:flex;align-items:center;gap:12px;font-size:1.2rem;font-weight:600;color:#111}.checkmark{color:#f3c8ef;font-size:1.1rem}.social-proof{width:100%;max-width:600px;padding:60px 0;text-align:center}.social-proof p{font-size:1.1rem;color:hsla(0,0%,100%,.6);font-weight:500}.final-cta{width:100%;max-width:600px;padding:60px 0 100px;text-align:center}.error-message{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:16px 24px;border-radius:12px;margin-top:16px;font-size:1rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.results-section{width:100%;max-width:1400px;margin-top:32px;z-index:2}.result-card{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:40px;margin-top:40px;position:relative;overflow:hidden;animation:cardSlideIn .8s ease-out}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(60px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.result-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f3c8ef,#f3c8ef);border-radius:24px 24px 0 0}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:40px;gap:40px;margin-top:32px}@media (max-width:968px){.plans-grid{grid-template-columns:1fr;gap:24px}}.plan-section{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:32px;position:relative;overflow:hidden;transition:all .3s ease;animation:planCardAppear .6s ease-out forwards}.plan-section:hover{transform:translateY(-8px);border-color:rgba(243,200,239,.35);box-shadow:0 20px 40px rgba(0,0,0,.2)}.plan-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#f3c8ef,#f3c8ef)}.plan-section h2{font-size:1.8rem;font-weight:800;margin-bottom:20px;color:#111;display:flex;align-items:center;gap:12px}.plan-section p{font-size:1.1rem;color:hsla(0,0%,100%,.8);line-height:1.8;margin-bottom:24px;white-space:pre-line}.pdf-btn{background:#f3c8ef;color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 6px 20px rgba(243,200,239,.22)}.pdf-btn:hover{background:#ecb2e6;opacity:.95;transform:translateY(-2px);box-shadow:0 8px 24px rgba(236,178,230,.32)}@keyframes planCardAppear{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:968px){.header-container{padding:16px 20px}.nav-menu{gap:16px}.nav-item{font-size:.9rem;padding:6px 12px}}@media (max-width:768px){.header-container{flex-direction:column;gap:16px;padding:16px 20px}.logo-section{align-self:flex-start}.nav-menu{align-self:flex-end}.landing-page{padding-top:140px}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.1rem}.launch-ready-message{font-size:1.2rem}.input-controls{flex-direction:column;gap:16px}.country-select{width:100%}.cta-button{width:100%;justify-content:center}.steps-container{grid-template-columns:1fr;gap:40px}.why-different h2{font-size:1.8rem}.features{flex-direction:column;gap:20px}.plans-grid{grid-template-columns:1fr;gap:24px}.plan-section,.result-card{padding:24px}.entrepreneurs-avatars{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.hero-headline{font-size:2rem}.hero-subheadline{font-size:1rem}.launch-ready-message{font-size:1.1rem}.landing-page{padding:120px 16px 0}.hero-input{font-size:1.1rem}.cta-button{padding:14px 24px;font-size:1rem}.step-icon{font-size:2.5rem}.why-different h2{font-size:1.6rem}.entrepreneur-avatar{width:40px;height:40px}.entrepreneurs-avatars{display:flex;align-items:center;justify-content:center;gap:-8px;margin-bottom:16px;flex-wrap:wrap}.entrepreneur-avatar{width:48px;height:48px;border-radius:50%;border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.15);margin-left:-16px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;object-fit:cover}.entrepreneur-avatar:first-child{margin-left:0}.entrepreneur-avatar:hover{transform:translateY(-5px) scale(1.1);z-index:10;box-shadow:0 8px 24px rgba(0,0,0,.25)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.entrepreneur-avatar:nth-child(odd){animation:float 3s ease-in-out infinite;animation-delay:.5s}.entrepreneur-avatar:nth-child(2n){animation:float 3s ease-in-out infinite reverse;animation-delay:1.2s}.entrepreneur-avatar:hover{animation-play-state:paused}.entrepreneurs-text{font-size:1.1rem;color:#666;font-weight:700;text-align:center;line-height:1.5}.entrepreneurs-count{font-weight:700;color:#f3c8ef;font-size:1.2rem}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.entrepreneurs-count.animate{animation:countUp .6s ease-out}@media (max-width:768px){.entrepreneurs-avatars{gap:4px}.entrepreneur-avatar{width:40px;height:40px;margin-left:-8px}.entrepreneur-avatar:first-child{margin-left:0}.entrepreneurs-text{font-size:1rem}.entrepreneurs-count{font-size:1.1rem}}@media (max-width:480px){.entrepreneur-avatar{width:36px;height:36px}.entrepreneurs-text{font-size:.95rem}}}