@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Sora:wght@400;500;600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary:#2E7D32;--primary-dark:#1B5E20;--accent:#FF8A00;--accent-light:#FFA726;--cream:#FFF8ED;--surface:#FAFAF7;--white:#FFFFFF;--text:#1F2937;--muted:#6B7280;--border:#E5E7EB;--shadow: rgba(46,125,50,.12)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{font-family:Inter,sans-serif;background:var(--surface);color:var(--text)}a{text-decoration:none;color:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}main{flex:1;width:100%;padding-top:80px}.page-container{width:100%;min-height:calc(100vh - 200px);padding:3rem 4rem;animation:fadeInUp .5s ease}.navbar{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 3px 15px #0000000d;padding:1rem 0}.nav-container{width:100%;padding:0 4rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.7rem;font-family:Sora;font-weight:800;font-size:1.5rem;color:var(--primary)}.logo-img{height:45px}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{color:#374151;font-weight:500;transition:.3s;position:relative}.nav-menu a:hover{color:var(--primary)}.nav-menu a:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--primary);transition:.3s}.nav-menu a:hover:after{width:100%}.cta-buttons{display:flex;gap:1.2rem;margin-top:2rem}.btn{padding:1rem 2rem;border-radius:12px;border:none;cursor:pointer;font-size:1rem;font-weight:700;transition:.3s;display:inline-block}.btn:hover{transform:translateY(-3px)}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;box-shadow:0 8px 20px #ff8a0040}.btn-secondary{background:#fff;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:#e8f5e9}.footer{background:var(--primary-dark);color:#fff;text-align:center;padding:2.5rem;margin-top:auto}.hamburger{display:none;flex-direction:column;gap:5px}.hamburger span{width:25px;height:3px;background:#333;border-radius:5px}@media(max-width:900px){.page-container{padding:2rem}.nav-container{padding:0 1.5rem}.nav-menu{display:none}.hamburger{display:flex}.cta-buttons{flex-direction:column}.btn{width:100%;text-align:center}}@media(max-width:600px){.page-container{padding:1.5rem 1rem}.nav-brand{font-size:1.2rem}}.hero-home{display:flex;justify-content:space-between;align-items:center;gap:4rem;padding:5rem 4rem;margin-bottom:4rem;border-radius:32px;background:linear-gradient(135deg,#fff8ed,#fff);overflow:hidden}.hero-content{flex:1;max-width:620px}.badge{display:inline-block;padding:.7rem 1.3rem;background:#e8f5e9;color:#2e7d32;border-radius:999px;font-size:.9rem;font-weight:700;margin-bottom:1.5rem}.hero-home h1{font-family:Sora,sans-serif;font-size:4rem;line-height:1.1;font-weight:800;color:var(--text);margin-bottom:1.5rem}.hero-home h1 span{display:block;color:#2e7d32}.hero-home p{font-size:1.1rem;line-height:1.8;color:var(--muted);max-width:560px;margin-bottom:2rem}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.hero-image:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(46,125,50,.08) 0%,rgba(46,125,50,.04) 45%,transparent 75%);z-index:0}.hero-img{position:relative;z-index:1;width:100%;max-width:520px;height:auto;display:block}@media(max-width:900px){.hero-home{flex-direction:column-reverse;text-align:center;padding:3rem 2rem;gap:2rem}.hero-home h1{font-size:2.8rem}.hero-home p{margin-left:auto;margin-right:auto}.hero-image:before{width:320px;height:320px}.hero-img{max-width:340px}}@media(max-width:600px){.hero-home{padding:2.5rem 1.5rem}.hero-home h1{font-size:2.2rem}.hero-home p{font-size:1rem}.hero-image:before{width:260px;height:260px}.hero-img{max-width:280px}}.process-section{background:#fff;padding:4rem 2rem;border-radius:30px;margin:4rem 0;box-shadow:0 10px 35px #0000000d}.section-heading h2{font-family:Sora,sans-serif;font-size:2.2rem;font-weight:800}.section-heading p{color:var(--muted);margin-top:.5rem}.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.process-bar{display:none}.process-step{background:#fafaf7;border:none;border-radius:24px;padding:2rem 1.5rem;text-align:center;transition:.3s ease}.process-step:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000014}.process-num{color:#2e7d32;font-weight:800;font-size:.8rem}.process-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#e8f5e9;border-radius:50%;margin:1rem auto;font-size:2rem}.process-title{font-family:Sora;font-size:1.1rem;font-weight:700;margin-bottom:.7rem}.process-desc{color:#6b7280;line-height:1.6;font-size:.95rem}.features-section{margin:4rem 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;border:none;padding:2.5rem;border-radius:24px;text-align:center;box-shadow:0 10px 30px #0000000f;transition:.3s ease}.feature-card:hover{transform:translateY(-8px)}.feature-icon{width:80px;height:80px;margin:auto;display:flex;align-items:center;justify-content:center;background:#fff3e0;border-radius:20px;font-size:2.5rem}.feature-card h3{font-family:Sora;margin:1.2rem 0 .7rem;font-size:1.2rem}.feature-card p{color:#6b7280;line-height:1.6}.why-us{background:linear-gradient(135deg,#1b5e20,#43a047);padding:4rem;border-radius:32px;margin:4rem 0}.why-us h2{color:#fff;text-align:center;font-family:Sora;font-size:2.2rem;margin-bottom:3rem}.benefits-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.benefit-item{background:#fff;padding:1.8rem;border-radius:20px;transition:.3s ease}.benefit-item:hover{transform:translateY(-5px)}.benefit-item h4{color:#2e7d32;margin-bottom:.7rem;font-size:1.1rem}.benefit-item p{color:#6b7280;line-height:1.6}.cta-section{background:linear-gradient(135deg,#2e7d32,#66bb6a);padding:4rem;border-radius:32px;text-align:center;color:#fff;margin:4rem 0}.cta-section h2{color:#fff;font-family:Sora;font-size:2.5rem;margin-bottom:1rem}.cta-section p{color:#fff;opacity:.9;margin-bottom:2rem}@media(max-width:900px){.hero-home{flex-direction:column;text-align:center;padding:3rem 2rem}.hero-home h1{font-size:2.5rem}.hero-image{width:200px;height:200px;font-size:7rem}.process-timeline{grid-template-columns:1fr 1fr}.feature-grid,.benefits-container{grid-template-columns:1fr}.why-us{padding:2rem}}@media(max-width:600px){.hero-home h1{font-size:2rem}.hero-home p{font-size:1rem}.process-timeline{grid-template-columns:1fr}.cta-section h2{font-size:1.8rem}.cta-section{padding:2.5rem 1.5rem}}.customers-section{padding:80px 8%;text-align:center;background:#f8faf7}.customers-section h2{font-size:2.4rem;margin-bottom:45px;color:#1b4332;font-weight:700}.customer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:auto}.customer-card{background:#fff;padding:35px 25px;border-radius:20px;box-shadow:0 10px 25px #00000014;transition:all .3s ease}.customer-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px #0000001f}.customer-card div{font-size:3rem;margin-bottom:20px}.customer-card h3{font-size:1.3rem;color:#2d6a4f;margin-bottom:12px}.customer-card p{font-size:1rem;color:#555;line-height:1.6}@media(max-width:900px){.customer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.customers-section{padding:60px 5%}.customers-section h2{font-size:1.9rem}.customer-grid{grid-template-columns:1fr}.customer-card{padding:30px 20px}}.about-header{text-align:center;padding:4rem 1rem 3rem}.about-header h1{font-family:Sora,sans-serif;font-size:3rem;font-weight:800;color:var(--text);margin-bottom:1rem}.tagline{font-size:1.2rem;color:var(--primary);font-weight:600}.about-intro{max-width:900px;margin:0 auto 4rem;background:var(--white);padding:3rem;border-radius:28px;box-shadow:0 12px 30px #0000000f}.about-intro p{font-size:1.05rem;line-height:1.9;color:var(--muted);margin-bottom:1.4rem}.about-intro p:last-child{margin-bottom:0}.about-section{background:var(--white);border-radius:28px;padding:3rem;margin-bottom:2.5rem;box-shadow:0 10px 30px #0000000d}.about-section h2{font-family:Sora,sans-serif;font-size:2rem;color:var(--text);margin-bottom:1.3rem}.about-section>p{color:var(--muted);line-height:1.8;margin-bottom:1.5rem}.mission-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.mission-list li{background:#f8fcf8;border:1px solid #E8F5E9;border-radius:18px;padding:1rem 1.3rem;font-weight:600;color:var(--text)}.checklist-about{list-style:none;display:flex;flex-direction:column;gap:1rem}.checklist-about li{display:flex;align-items:flex-start;gap:.8rem;font-size:1rem;color:var(--text);line-height:1.7}.check{color:var(--primary);font-weight:700;font-size:1.1rem}.bullet{color:var(--accent);font-size:1.4rem;line-height:1}.highlight{margin-top:2rem;background:#e8f5e9;color:var(--primary-dark);padding:1rem 1.4rem;border-left:5px solid var(--primary);border-radius:12px;font-weight:600}.commitment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:2rem 0}.commitment-item{background:linear-gradient(135deg,#fff,#f8fcf8);border:1px solid #E8F5E9;border-radius:20px;padding:2rem 1rem;text-align:center;transition:.3s ease}.commitment-item:hover{transform:translateY(-6px);box-shadow:0 15px 30px #00000014}.commitment-icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:50%;background:#e8f5e9;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.commitment-item p{margin:0;font-weight:600;color:var(--text)}.closing-text{text-align:center;margin-top:2rem;color:var(--muted);font-size:1.05rem}@media(max-width:900px){.about-header h1{font-size:2.3rem}.about-intro,.about-section{padding:2rem}.mission-list{grid-template-columns:1fr}.commitment-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.about-header{padding:2rem 0 1.5rem}.about-header h1{font-size:2rem}.tagline{font-size:1rem}.about-intro,.about-section{padding:1.5rem;border-radius:20px}.about-section h2{font-size:1.6rem}.commitment-grid{grid-template-columns:1fr}.mission-list li{padding:.9rem 1rem}}.menu-hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#fff8ed,#fff);border-radius:32px;margin-bottom:4rem}.menu-hero h1{font-family:Sora;font-size:3rem;color:#1b5e20}.menu-hero p{color:#6b7280;font-size:1.2rem;margin:1rem 0 2rem}.menu-actions{display:flex;justify-content:center;gap:1rem}.menu-section h2,.subscription-section h2,.why-fdb h2{font-family:Sora;font-size:2.2rem;margin-bottom:2rem;text-align:center}.menu-category{margin-bottom:3rem}.menu-category h3{font-size:1.5rem;margin-bottom:1.5rem;color:#2e7d32}.menu-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.menu-card{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 10px 30px #0000000f;transition:.3s}.menu-card:hover{transform:translateY(-8px)}.menu-card h4{font-family:Sora;font-size:1.2rem}.menu-card p{color:#6b7280;line-height:1.6;margin:1rem 0}.price{font-size:1.5rem;font-weight:800;color:#ff8a00}.subscription-section{margin:5rem 0;text-align:center}.subscription-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.subscription-card{background:#fff;padding:2.5rem;border-radius:30px;box-shadow:0 10px 30px #00000014;position:relative}.subscription-card h4{font-size:2rem;color:#2e7d32;margin:1rem}.subscription-card.popular{border:3px solid #FF8A00}.popular-tag{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#ff8a00;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700}.why-fdb{background:#1b5e20;color:#fff;padding:3rem;border-radius:32px}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.benefits-grid div{background:#fff;color:#2e7d32;padding:1.2rem;border-radius:15px;font-weight:600}.order-cta{margin-top:4rem;padding:3rem;text-align:center;background:#fff8ed;border-radius:32px}@media(max-width:900px){.menu-items-grid,.subscription-grid,.benefits-grid{grid-template-columns:1fr}.menu-hero h1{font-size:2rem}}.subscription-hero{display:flex;justify-content:space-between;align-items:center;gap:4rem;padding:5rem 4rem;margin-bottom:4rem;border-radius:32px;background:linear-gradient(135deg,#fff8ed,#fff);overflow:hidden}.subscription-content{flex:1;max-width:620px}.subscription-content h1{font-family:Sora,sans-serif;font-size:4rem;line-height:1.1;font-weight:800;color:var(--text);margin-bottom:1.5rem}.subscription-content h1 span{display:block;color:var(--primary)}.subscription-content p{font-size:1.1rem;line-height:1.8;color:var(--muted);margin-bottom:2rem}.subscription-image{flex:1;display:flex;justify-content:center;align-items:center}.subscription-image img{width:100%;max-width:520px;height:auto;object-fit:contain}.hero-badge{display:inline-block;padding:.7rem 1.3rem;background:#e8f5e9;color:var(--primary);border-radius:999px;font-weight:700;margin-bottom:1.5rem}.section-heading{text-align:center;margin-bottom:3rem}.section-heading h2{font-family:Sora,sans-serif;font-size:2.4rem;margin-bottom:.8rem}.section-heading p{color:var(--muted)}.plans-section{margin:5rem 0}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.plan-card{background:#fff;border-radius:24px;padding:2.2rem;box-shadow:0 10px 30px #0000000f;position:relative;transition:.3s}.plan-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #0000001a}.plan-card h3{font-family:Sora;font-size:1.4rem;margin-bottom:1rem}.plan-card h1{font-size:2.8rem;color:var(--primary);margin-bottom:.5rem}.bowls{color:var(--accent);font-weight:700;margin-bottom:1.5rem}.plan-card ul{list-style:none;margin-bottom:2rem}.plan-card li{padding:.6rem 0;color:var(--muted);border-bottom:1px solid #F1F1F1}.plan-card li:last-child{border:none}.popular{border:2px solid var(--primary);transform:scale(1.03)}.popular-tag{position:absolute;top:-14px;right:20px;background:var(--primary);color:#fff;padding:.45rem 1rem;border-radius:999px;font-size:.8rem;font-weight:700}.benefits-section{margin:6rem 0}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.benefit-card{background:#fff;border-radius:22px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000000d;transition:.3s}.benefit-card:hover{transform:translateY(-6px)}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{margin-bottom:.8rem;color:var(--primary);font-family:Sora}.benefit-card p{color:var(--muted);line-height:1.7}.how-section{margin:6rem 0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.step-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000000d}.step-number{width:60px;height:60px;margin:auto auto 1rem;border-radius:50%;background:#e8f5e9;color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.step-card p{color:var(--text);font-weight:600}.individual-order{background:#fff;border-radius:28px;padding:4rem;text-align:center;box-shadow:0 10px 30px #0000000d;margin:6rem 0}.individual-order h2{font-family:Sora;font-size:2.2rem;margin-bottom:1rem}.individual-order p{max-width:700px;margin:0 auto 2rem;color:var(--muted);line-height:1.8}.delivery-section{margin:6rem 0}.location-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.location-card{background:#fff;padding:1.2rem;border-radius:18px;text-align:center;box-shadow:0 8px 20px #0000000d;font-weight:600;transition:.3s}.location-card:hover{background:#e8f5e9}.delivery-note{margin-top:2rem;text-align:center;color:var(--muted)}.subscription-cta{margin-top:6rem;padding:4rem;border-radius:30px;text-align:center;background:linear-gradient(135deg,var(--primary),#43A047);color:#fff}.subscription-cta h2{font-family:Sora;font-size:2.5rem;margin-bottom:1rem;color:#fff}.subscription-cta p{max-width:650px;margin:0 auto 2rem;line-height:1.8;opacity:.95;color:#fff}@media(max-width:1100px){.plans-grid,.benefits-grid,.steps-grid,.location-grid{grid-template-columns:repeat(2,1fr)}.subscription-content h1{font-size:3rem}}@media(max-width:900px){.subscription-hero{flex-direction:column-reverse;text-align:center;padding:3rem 2rem}.subscription-image img{max-width:360px}.subscription-content{max-width:100%}.individual-order,.subscription-cta{padding:3rem 2rem}}@media(max-width:600px){.subscription-content h1{font-size:2.3rem}.section-heading h2{font-size:1.8rem}.plans-grid,.benefits-grid,.steps-grid,.location-grid{grid-template-columns:1fr}.plan-card{padding:1.8rem}.subscription-hero,.individual-order,.subscription-cta{padding:2.5rem 1.5rem}.subscription-cta h2{font-size:2rem}}
