:root{--bella-peach: #FFAB91;--bella-light-peach: #FFCCBC;--bella-cream: #FFF3E0;--bella-coral: #FF8A65;--bella-dark-coral: #FF7043;--bella-bow: #FFB5A0;--soft-white: #FFFFFF;--warm-gray: #8B7B6B;--text-dark: #4A4A4A;--text-light: #9B8B7B;--background: var(--soft-white);--primary: var(--bella-peach);--primary-hover: var(--bella-coral);--accent: var(--bella-dark-coral);--text-primary: var(--text-dark);--text-secondary: var(--text-light);--card-shadow: 0px 4px 20px rgba(255, 171, 145, .15);--card-shadow-hover: 0px 8px 30px rgba(255, 171, 145, .25);--border-radius: 20px;--border-radius-small: 12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background:var(--background);line-height:1.6}h1,h2,h3,h4{font-family:Manrope,sans-serif;line-height:1.2;color:var(--text-primary);font-weight:700}a{text-decoration:none;color:inherit}.container{width:100%;position:relative}.app-store-badge-fixed{position:fixed;top:20px;right:20px;z-index:100;background:white;padding:8px;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.app-store-badge-fixed:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.app-store-badge-fixed img{height:40px}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bella-cream) 0%,var(--soft-white) 50%,var(--bella-light-peach) 100%);padding:60px 20px;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50%;right:-25%;width:600px;height:600px;background:radial-gradient(circle,var(--bella-peach) 0%,transparent 70%);opacity:.2;border-radius:50%}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero-center{display:flex;flex-direction:column;align-items:center;gap:24px}.bella-container{animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-heading{font-size:4rem;font-weight:800;color:var(--bella-coral);margin-bottom:0}.hero-subheading{font-size:2.2rem;font-weight:600;color:var(--text-primary);margin-bottom:8px}.hero-description{font-size:1.1rem;color:var(--text-secondary);max-width:500px;margin:0 auto}.download-btn{display:inline-block;margin:20px 0;transition:transform .3s ease}.download-btn:hover{transform:scale(1.05)}.download-btn img{height:60px}.download-btn-large img{height:70px}.app-features{display:flex;gap:20px;justify-content:center;margin-top:20px;flex-wrap:wrap}.feature-tag{display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--bella-cream);border-radius:50px;border:2px solid var(--bella-light-peach)}.tag-emoji{font-size:1.2rem}.tag-text{font-size:.95rem;color:var(--text-primary);font-weight:600}.features-section{padding:80px 20px;background:var(--soft-white)}.features-container{max-width:1000px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:60px;color:var(--bella-coral)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px}.feature{text-align:center;padding:30px 20px;background:var(--bella-cream);border-radius:var(--border-radius);transition:all .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover);background:var(--bella-light-peach)}.feature-emoji{font-size:3rem;margin-bottom:20px;display:block}.feature h3{font-size:1.3rem;margin-bottom:12px;color:var(--bella-dark-coral)}.feature p{color:var(--text-secondary);font-size:.95rem}.screenshots-section{padding:60px 20px;background:linear-gradient(180deg,var(--soft-white) 0%,var(--bella-cream) 100%)}.screenshots-container{max-width:1200px;margin:0 auto;text-align:center}.why-section{padding:80px 20px;background:var(--soft-white)}.why-container{max-width:1000px;margin:0 auto}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.why-card{padding:40px 30px;background:linear-gradient(135deg,var(--bella-cream) 0%,var(--soft-white) 100%);border-radius:var(--border-radius);text-align:center;border:2px solid var(--bella-light-peach);transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.why-icon{font-size:3rem;margin-bottom:20px;display:block}.why-card h3{font-size:1.3rem;margin-bottom:12px;color:var(--bella-dark-coral)}.why-card p{color:var(--text-secondary);font-size:.95rem}.final-cta{padding:80px 20px;background:linear-gradient(135deg,var(--bella-light-peach) 0%,var(--bella-cream) 100%);text-align:center}.cta-container{max-width:600px;margin:0 auto}.final-cta h2{font-size:2.5rem;color:var(--bella-dark-coral);margin-bottom:16px}.final-cta p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:30px}.email-section{padding:60px 20px;background:var(--soft-white);border-top:1px solid var(--bella-light-peach)}.email-container{max-width:500px;margin:0 auto;text-align:center}.email-container h3{font-size:1.8rem;color:var(--bella-coral);margin-bottom:24px}.email-form{display:flex;gap:12px;max-width:400px;margin:0 auto}.email-input{flex:1;padding:14px 20px;border:2px solid var(--bella-light-peach);border-radius:50px;font-family:Manrope,sans-serif;font-size:1rem;background:var(--soft-white)}.email-input:focus{outline:none;border-color:var(--bella-peach)}.submit-btn{padding:14px 30px;background:var(--bella-peach);color:#fff;border:none;border-radius:50px;font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.submit-btn:hover:not(:disabled){background:var(--bella-coral);transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}footer{padding:40px 20px;background:var(--text-primary);color:#fff;text-align:center}.footer-content{max-width:600px;margin:0 auto}.footer-links{display:flex;gap:30px;justify-content:center;margin-top:20px}.footer-links a{color:var(--bella-light-peach);transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width: 768px){.app-store-badge-fixed{top:10px;right:10px}.app-store-badge-fixed img{height:35px}.hero-heading{font-size:3rem}.hero-subheading{font-size:1.8rem}.section-title{font-size:2rem}.app-features{flex-direction:column;gap:15px}.why-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr;gap:20px}.testimonials-grid{grid-template-columns:1fr}.email-form{flex-direction:column}.email-input,.submit-btn{width:100%}.footer-links{flex-direction:column;gap:15px}}@media (max-width: 480px){.hero-heading{font-size:2.5rem}.hero-subheading{font-size:1.5rem}.hero-description{font-size:1rem}.download-btn img{height:50px}.section-title{font-size:1.8rem}.final-cta h2{font-size:2rem}}.bella-mascot[data-astro-cid-j7pv25f6]{width:150px;height:150px;object-fit:contain}.bella-cta[data-astro-cid-j7pv25f6]{width:100px;height:100px;object-fit:contain;margin-bottom:20px}.app-screens[data-astro-cid-j7pv25f6]{max-width:100%;height:auto}.feature-icon-img[data-astro-cid-j7pv25f6],.why-icon-img[data-astro-cid-j7pv25f6]{width:80px;height:80px;object-fit:contain;margin-bottom:20px}
