body{background-color:#fffaf0}*,body{margin:0}*{box-sizing:border-box;font-family:sans-serif;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}.header{align-items:center;background-color:#fff8e1;border-bottom:2px solid #ffcc80;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px;position:relative}.logo{color:#ff7043;font-size:1.5rem;font-weight:700}.logo img{height:auto;max-width:100%;width:150px}.dev-message-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;padding:30px 20px}.dev-message-box{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:600px;padding:30px;text-align:center;width:100%}.dev-heading{color:#333;font-size:24px;font-weight:700;margin-bottom:10px}.dev-subtext{color:#666;font-size:16px;line-height:1.5}.nav ul{display:flex;flex-wrap:wrap;gap:15px;list-style:none}.nav a{color:#333;display:block;font-size:.9rem;font-weight:700;padding:5px 8px;text-decoration:none;transition:color .2s;white-space:nowrap}.nav a:hover{color:#ff7043}.product-section{background-color:#fff3e0;flex:1 1;padding:40px 20px}.product-section h1{color:#d84315;font-size:1.8rem;font-weight:700;margin-bottom:40px;text-align:center}.product-list{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:center;margin:0 auto;max-width:1200px}.product-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;max-width:280px;padding:20px;text-align:center;transition:transform .2s,box-shadow .2s;width:100%}.product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px)}.product-card img{border-radius:4px;height:200px;margin-bottom:10px;object-fit:contain;object-position:center;width:100%}.product-card h3{align-items:center;color:#ff5722;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;margin:10px 0 8px;min-height:2.5rem}.product-card p{color:#4e342e;font-size:1.1rem;font-weight:600;margin-bottom:15px}.product-card button{background-color:#ff7043;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:auto;min-height:40px;padding:10px 20px;transition:background-color .2s;width:100%}.product-card button:hover{background-color:#ff5722}.product-card button:active{transform:scale(.98)}.footer{background-color:#ffe0b2;color:#5d4037;font-size:.9rem;padding:15px 0;text-align:center}.healthy-benefits-section{background-color:#fafafa;padding:60px 20px;text-align:center}.section-title{color:#4caf50;font-size:2rem;margin-bottom:20px;text-align:center}.section-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:800px}.benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.benefit-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:30px 20px;text-align:center}.benefit-icon{font-size:3rem;margin-bottom:15px}.benefit-card h3{color:#333;font-size:1.3rem;margin-bottom:10px}.benefit-card p{color:#666;font-size:.95rem;line-height:1.5}.our-story-section{background-color:#fff;padding:60px 20px}.story-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.story-text{padding:20px}.story-text .section-title{margin-bottom:20px;text-align:left}.story-text p{color:#666;font-size:1rem;line-height:1.8;margin-bottom:15px}.story-highlight{color:#333;font-size:1.1rem;margin-top:20px}.story-image{padding:20px}.story-kitchen-image{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:auto;object-fit:cover;width:100%}.placeholder-image{align-items:center;background-color:#f0f0f0;border-radius:8px;color:#999;display:flex;font-size:1.1rem;height:300px;justify-content:center}.comparison-section{background-color:#fafafa;padding:60px 20px;text-align:center}.section-subtitle{color:#666;font-size:1rem;margin-bottom:40px}.comparison-table{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:900px;overflow:hidden}.comparison-row{border-bottom:1px solid #e0e0e0;display:grid;grid-template-columns:2fr 1fr 1fr}.comparison-row:last-child{border-bottom:none}.comparison-row.header{background-color:#f5f5f5;color:#333;font-weight:700}.comparison-cell{color:#666;padding:20px;text-align:left}.comparison-row.header .comparison-cell{color:#333;font-weight:700}.yes-badge{background-color:#4caf50;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;padding:6px 16px}.instagram-section{background-color:#fff;padding:60px 20px;text-align:center}.instagram-button{align-items:center;background-color:#4caf50;border-radius:6px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:500;gap:10px;margin-top:20px;padding:14px 28px;text-decoration:none;transition:background-color .3s}.instagram-button:hover{background-color:#45a049}.instagram-icon{font-size:1.3rem}.cta-section{background-color:#f5f5f5;padding:60px 20px}.cta-content{margin:0 auto;max-width:1000px;text-align:right}.cta-content h2{color:#333;font-size:1.8rem;margin-bottom:15px;text-align:left}.cta-content p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:30px;text-align:left}.cta-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-end}.cta-button{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:14px 28px;text-align:center;text-decoration:none;transition:all .3s}.cta-button.primary{background-color:#4caf50;color:#fff}.cta-button.primary:hover{background-color:#45a049}.cta-button.secondary{background-color:#fff;border:2px solid #4caf50;color:#4caf50}.cta-button.secondary:hover{background-color:#f0f0f0}@media (min-width:769px) and (max-width:1024px){.product-list{gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-card img{height:180px}}@media (max-width:768px){.header{flex-direction:column;gap:15px;padding:15px}.logo{text-align:center;width:100%}.logo img{max-width:100%;width:120px}.dev-message-box,.dev-message-container{padding:20px 15px}.dev-heading{font-size:1.3rem;margin-bottom:8px}.dev-subtext{font-size:.9rem}.nav ul{gap:10px}.nav a,.nav ul{justify-content:center}.nav a{align-items:center;display:flex;font-size:.85rem;min-height:44px;padding:8px 12px}.product-section{padding:30px 15px}.product-section h1{font-size:1.5rem;margin-bottom:20px}.product-list{gap:20px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));justify-items:stretch}.product-card{max-width:100%;padding:15px}.product-card img{height:160px;margin-bottom:8px}.product-card h3{font-size:1rem;margin:8px 0 6px;min-height:auto}.product-card p{font-size:1rem;font-weight:600;margin-bottom:12px}.product-card button{font-size:.9rem;min-height:44px;padding:10px 15px;width:100%}.healthy-benefits-section{padding:40px 15px}.section-title{font-size:1.5rem;margin-bottom:15px}.section-description{font-size:.95rem;margin-bottom:30px;padding:0 10px}.benefits-grid{gap:20px;grid-template-columns:1fr}.benefit-card{padding:25px 15px}.benefit-icon{font-size:2.5rem;margin-bottom:12px}.benefit-card h3{font-size:1.1rem;margin-bottom:8px}.benefit-card p{font-size:.9rem}.our-story-section{padding:40px 15px}.story-content{gap:25px;grid-template-columns:1fr}.story-text{padding:10px}.story-text .section-title{font-size:1.5rem;margin-bottom:15px;text-align:center}.story-text p{font-size:.95rem;line-height:1.6;margin-bottom:12px}.story-highlight{font-size:1rem;margin-top:15px}.story-image{padding:10px}.story-kitchen-image{max-height:300px;object-fit:contain}.placeholder-image{font-size:1rem;height:250px}.comparison-section{padding:40px 15px}.section-subtitle{font-size:.9rem;margin-bottom:25px;padding:0 10px}.comparison-table{border-radius:8px}.comparison-row.header{display:none}.comparison-row{background-color:#fff;border-bottom:2px solid #e0e0e0;border-radius:6px;display:block;margin-bottom:10px;padding:15px}.comparison-row:last-child{border-bottom:2px solid #e0e0e0;margin-bottom:0}.comparison-cell{border-bottom:none;padding:8px 0;text-align:left}.comparison-cell:first-child{border-bottom:1px solid #e0e0e0;color:#333;font-size:1rem;font-weight:700;margin-bottom:10px;padding-bottom:8px}.comparison-cell:nth-child(2){display:block;margin-bottom:8px;padding-left:20px;width:100%}.comparison-cell:nth-child(2):before{color:#4caf50;content:"MomSnax: ";font-weight:700;margin-right:5px}.comparison-cell:nth-child(3){display:block;padding-left:20px;width:100%}.comparison-cell:nth-child(3):before{color:#666;content:"Other Brands: ";font-weight:700;margin-right:5px}.instagram-section{padding:40px 15px}.instagram-section .section-description{font-size:.95rem;padding:0 10px}.instagram-button{font-size:1rem;justify-content:center;max-width:300px;padding:12px 24px;width:100%}.cta-section{padding:40px 15px}.cta-content,.cta-content h2{text-align:center}.cta-content h2{font-size:1.4rem;margin-bottom:12px}.cta-content p{font-size:.95rem;line-height:1.5;margin-bottom:25px;text-align:center}.cta-buttons{flex-direction:column;gap:12px;justify-content:center}.cta-button{font-size:.95rem;max-width:300px;padding:12px 20px;width:100%}.footer{font-size:.85rem;padding:12px 15px}}@media (max-width:480px){.product-list{gap:15px;grid-template-columns:1fr}.product-card{max-width:100%}.product-card img{height:180px}.product-section h1,.section-title{font-size:1.3rem}.cta-content h2{font-size:1.2rem}.comparison-cell:nth-child(2),.comparison-cell:nth-child(3){display:block;margin-bottom:8px;padding-left:15px;width:100%}}
/*# sourceMappingURL=main.e7601da5.css.map*/