body{background:#fff;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:border-box}button{background:none;border:none;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none;margin:0;padding:0}img{height:auto;max-width:100%}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#ff6b35,gold,#87ceeb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#ff8c42,gold,#87ceeb)}a:focus,button:focus{outline:2px solid #ff6b35;outline-offset:2px}::selection{background:#ff6b354d;color:#2c3e50}::-moz-selection{background:#ff6b354d;color:#2c3e50}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background:#fff8e1;box-shadow:0 2px 12px #2c3e5012;position:fixed;top:0;transition:background .3s;width:100%;z-index:100}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:.75rem 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b35,gold,#87ceeb);-webkit-background-clip:text;background-clip:text;color:#ff6b35;cursor:pointer;font-size:1.7rem;font-weight:800;gap:.5rem;letter-spacing:1px}.navbar-logo-img{display:inline-block;height:32px;margin-right:.5rem;vertical-align:middle;width:32px}.navbar-links{align-items:center;display:flex;gap:2rem;list-style:none;transition:right .3s}.navbar-links li a{border-radius:30px;color:#2c3e50;font-size:1.1rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:background .2s,color .2s}.navbar-links li a:focus,.navbar-links li a:hover{background:#ff6b35;color:#fff}.navbar-toggle{display:none}.navbar-link,.navbar-toggle{background:none;border:none;color:#2c3e50;cursor:pointer}.navbar-link{border-radius:30px;font-size:1.1rem;font-weight:600;margin:0 .25rem;outline:none;padding:.5rem 1rem;transition:background .2s,color .2s}.navbar-link:focus,.navbar-link:hover{background:#ff6b35;color:#fff}.navbar-links li{display:inline-block}@media (max-width:900px){.navbar-container{padding:.75rem 1rem}.navbar-links{gap:1rem}}@media (max-width:700px){.navbar-links{align-items:flex-start;background:linear-gradient(90deg,#ffe5b4,gold 50%,#87ceeb);box-shadow:-2px 0 16px #2c3e5014;flex-direction:column;gap:1.5rem;height:calc(100vh - 60px);max-width:320px;padding:2rem 1.5rem;position:fixed;right:-100vw;top:60px;transition:right .3s;width:70vw;z-index:200}.navbar-links.open{right:0}.navbar-toggle{display:block}}.landing-section{align-items:center;background:linear-gradient(135deg,#ffe5b4,gold 25%,#ffb6c1 50%,#87ceeb 75%,#ffe5b4);display:flex;justify-content:center;min-height:110vh;position:relative}.landing-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.sun-animation{animation:float 6s ease-in-out infinite;position:absolute;right:10%;top:15%}.sun-icon{color:gold;filter:drop-shadow(0 0 20px rgba(255,215,0,.6))}.waves-animation{animation:wave 4s ease-in-out infinite;bottom:20%;left:5%;position:absolute}.waves-icon{color:#87ceeb;filter:drop-shadow(0 0 15px rgba(135,206,235,.5))}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes wave{0%,to{transform:translateX(0) scale(1)}50%{transform:translateX(10px) scale(1.1)}}.landing-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;padding:0 2rem 0 6rem;position:relative;z-index:2}.hero-content{flex:1 1}.logo{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.logo-icon{color:#ff6b35;filter:drop-shadow(0 0 10px rgba(255,107,53,.4))}.brand-name{-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin:0;text-shadow:2px 2px 4px #0000001a}.tagline{color:#2c3e50;font-size:1.2rem;font-weight:500;margin:0;opacity:.9}.hero-title{color:#2c3e50;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-description{color:#34495e;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.cta-primary,.cta-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-primary{background:linear-gradient(45deg,#ff6b35,#ff8c42);box-shadow:0 8px 25px #ff6b354d;color:#fff}.cta-primary:hover{box-shadow:0 12px 35px #ff6b3566;transform:translateY(-3px)}.cta-secondary{background:#ffffffe6;border:2px solid #ff6b35;color:#2c3e50}.cta-secondary:hover{background:#ff6b35;color:#fff;transform:translateY(-3px)}.hero-image{align-items:center;display:flex;flex:1 1;justify-content:center}.vending-machine-image{width:20vw}.machine-body{background:linear-gradient(145deg,#34495e,#2c3e50);border-radius:15px;display:flex;flex-direction:column;gap:1rem;height:300px;padding:1rem;width:200px}.machine-screen{align-items:center;background:linear-gradient(45deg,#87ceeb,#ffb6c1);border-radius:10px;display:flex;justify-content:center;min-height:80px;padding:1rem}.screen-content{align-items:center;color:#2c3e50;display:flex;font-weight:600;gap:.5rem}.machine-items{grid-gap:.5rem;display:grid;flex:1 1;gap:.5rem;grid-template-columns:1fr 1fr}.item-slot{background:linear-gradient(145deg,#ffe5b4,gold);border:2px solid #ff6b35;border-radius:8px}@media (max-width:768px){.landing-section{min-height:100vh}.landing-content{flex-direction:column;gap:3rem;padding:0 2rem;text-align:center}.hero-content{max-width:100%}.brand-name{display:block;font-size:2.8rem;text-align:center;width:100%}.hero-title{font-size:2rem}.cta-buttons{justify-content:center}.vending-machine-mockup{padding:1.5rem}.machine-body{height:250px;width:150px}}@media (max-width:480px){.brand-name{font-size:2.8rem}.hero-title{font-size:1.5rem}.hero-description{font-size:1rem}.cta-buttons{align-items:center;flex-direction:column}.cta-primary,.cta-secondary{justify-content:center;max-width:250px;width:100%}.hero-image{display:none}}.about-section{padding:4rem 0 2rem;position:relative}.about-container{background:#ffffffd9;border-radius:24px;box-shadow:0 8px 32px #ffd70014;margin:0 auto;max-width:1200px;padding:0 2rem}.about-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.about-icon{color:gold;filter:drop-shadow(0 0 10px #FFD70088)}.about-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b35,gold,#87ceeb);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800;margin:0}.about-description{color:#2c3e50;font-size:1.2rem;line-height:1.7;margin-bottom:2rem;text-align:justify}.about-highlights{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.highlight{align-items:center;background:#fff8e1;border-radius:16px;box-shadow:0 2px 8px #ffd70014;color:#ff6b35;display:flex;font-size:1.05rem;font-weight:600;gap:.7rem;padding:1rem 1.5rem}.about-callout{background:linear-gradient(90deg,gold,#ffb6c1);border-radius:16px;box-shadow:0 2px 12px #ffb74d14;color:#2c3e50;font-weight:700;margin-top:2rem;padding:1.2rem 2rem;text-align:center}@media (max-width:1500px){.about-container{max-width:800px;padding:0 2rem}}@media (max-width:700px){.about-highlights{flex-direction:column;gap:1rem}}@media (max-width:480px){.about-icon{display:none}}.products-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#f8f9fa);padding:8rem 0 4rem;position:relative}.products-section:before{background:linear-gradient(135deg,#ffe5b4,gold 25%,#ffb6c1 50%,#87ceeb 75%,#ffe5b4);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 70%);clip-path:polygon(0 0,100% 0,100% 100%,0 70%);content:"";height:100px;left:0;position:absolute;right:0;top:0}.products-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.section-header{margin-bottom:3rem;text-align:center}.category-btn{padding:.75rem 1.5rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.product-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2rem;position:relative;transform:translateY(0) scale(1);transition:transform .1s ease,box-shadow .3s ease,border-color .3s ease}.product-card:before{background:linear-gradient(45deg,#ff6b35,gold,#87ceeb);content:"";height:4px;left:0;position:absolute;right:0;top:0}.product-card:hover{border-color:#ff6b35;box-shadow:0 20px 50px #00000026;transform:translateY(-10px) scale(1.05)!important}.popular-badge{background:linear-gradient(45deg,gold,orange);box-shadow:0 4px 15px #ffd7004d;font-size:.8rem;font-weight:600;gap:.25rem;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.popular-badge,.product-icon{align-items:center;border-radius:20px;color:#fff;display:flex}.product-icon{box-shadow:0 8px 25px #0000001a;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.product-info h3{color:#2c3e50;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.product-info p{color:#6c757d;font-size:1rem;line-height:1.5;margin-bottom:1rem}.product-price{font-size:1.5rem}.product-feature,.product-price{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b35,#ff8c42);-webkit-background-clip:text;background-clip:text;color:#ff6b35;font-weight:800}.product-feature{font-size:1rem}.products-cta{background:linear-gradient(135deg,#ffe5b4,gold 50%,#ffe5b4);background-image:url(/static/media/bg.2e3ee0daef2831e99212.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;box-shadow:0 15px 40px #ffd70033;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.products-cta:before{background:#fff3;border-radius:20px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.products-cta>*{position:relative;z-index:1}.products-cta h3{color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.products-cta p{color:#2c3e50;font-size:1.1rem;font-weight:bolder;margin-bottom:2rem;margin-left:auto;margin-right:auto}.cta-button{align-items:center;background:linear-gradient(45deg,#ff6b35,#ff8c42);border:none;border-radius:50px;box-shadow:0 8px 25px #ff6b354d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 12px 35px #ff6b3566;transform:translateY(-3px)}@media (max-width:768px){.section-header h2{font-size:2rem}.category-btn,.section-header p{font-size:1rem}.category-btn{padding:.5rem 1rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.product-card{padding:1.5rem}.products-cta{padding:2rem 1.5rem}.products-cta h3{font-size:1.5rem}}@media (max-width:480px){.products-container{padding:0 1rem}.section-header h2{font-size:1.8rem}.category-btn{justify-content:center;width:100%}.products-grid{grid-template-columns:1fr}.product-card{padding:1.25rem}.product-icon{height:60px;width:60px}.products-cta{padding:1.5rem 1rem}.products-cta h3{font-size:1.3rem}}.faq-section{background:linear-gradient(135deg,#fff,#f8f9fa 50%,#fff);padding:8rem 0 4rem;position:relative}.faq-section:before{background:linear-gradient(135deg,#ffe5b4,gold 25%,#ffb6c1 50%,#87ceeb 75%,#ffe5b4);-webkit-clip-path:polygon(0 70%,100% 100%,100% 0,0 0);clip-path:polygon(0 70%,100% 100%,100% 0,0 0);content:"";height:100px;left:0;position:absolute;right:0;top:0}.faq-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b35,gold,#87ceeb);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#6c757d;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.category-filters{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:center;margin-bottom:3rem}.category-btn{align-items:center;background:#fff;border:2px solid #ff6b35;border-radius:50px;color:#2c3e50;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .3s ease;white-space:nowrap}.category-btn:hover{background:#ff6b35;transform:translateY(-2px)}.category-btn.active,.category-btn:hover{box-shadow:0 8px 25px #ff6b354d;color:#fff}.category-btn.active{background:linear-gradient(45deg,#ff6b35,#ff8c42)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 5px 20px #00000014;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#ff6b35;box-shadow:0 10px 30px #ff6b3526}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:linear-gradient(135deg,#ffe5b4,gold 50%,#ffe5b4)}.faq-question.active{background:linear-gradient(135deg,#ff6b35,#ff8c42 50%,#ff6b35);color:#fff}.question-content{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:1rem}.help-icon{color:#ff6b35;flex-shrink:0}.faq-question.active .help-icon{color:#fff}.chevron-icon{color:#6c757d;flex-shrink:0;transition:transform .3s ease}.faq-question.active .chevron-icon{color:#fff}.chevron-icon.rotated{transform:rotate(180deg)}.faq-answer{background:#fff;border-top:1px solid #e9ecef;padding:1rem}.faq-answer p{color:#6c757d;font-size:1rem;line-height:1.6;margin:0}@media (max-width:1500px){.faq-container{max-width:800px}}@media (max-width:768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.category-filters{align-items:center;flex-direction:column;flex-wrap:nowrap;gap:.5rem}.category-btn{white-space:nowrap}.faq-question{padding:1.25rem 1.5rem}.question-content{font-size:1rem}.category-btn{justify-content:center;width:100%}}@media (max-width:480px){.faq-container{padding:0 1rem}.section-header h2{font-size:1.8rem}.faq-question{padding:1rem 1.25rem}.question-content{font-size:1rem;gap:.75rem}.faq-answer p{font-size:1rem}}.contact-section{background:linear-gradient(135deg,#87ceeb,#ffe5b4);padding:2rem 0 4rem;position:relative}.contact-container{padding:2.5rem 2rem;text-align:center}.contact-container h2{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(45deg,#ff6b35,gold,#87ceeb);-webkit-background-clip:text;background-clip:text;color:#2c3e50;display:flex;font-size:2rem;font-weight:800;gap:.7rem;justify-content:center;margin-bottom:1rem}.contact-container p{color:#34495e;font-size:1.1rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.contact-form input,.contact-form textarea{background:#fffbe6;border:1.5px solid gold;border-radius:12px;color:#2c3e50;font-family:inherit;font-size:1rem;padding:1rem;resize:none;transition:border .2s}.contact-form input:focus,.contact-form textarea:focus{border:1.5px solid #ff6b35;outline:none}.contact-form .other-reason-input,.contact-form select{background:#fffbe6;border-radius:12px;color:#000;font-family:inherit;font-size:1rem;margin-bottom:.5rem;padding:1rem;transition:border .2s}.contact-form .other-reason-input:focus,.contact-form select:focus{border:1.5px solid #ff6b35;outline:none}.send-btn{align-items:center;background:linear-gradient(45deg,#ff6b35,gold);border:none;border-radius:30px;box-shadow:0 4px 16px #ff6b3521;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;padding:.9rem 2rem;transition:background .2s,transform .2s}.send-btn:hover{background:linear-gradient(45deg,gold,#ff6b35);transform:translateY(-2px)}.thank-you{background:#fffbe6;border-radius:16px;box-shadow:0 2px 12px #ffd70014;color:#2c3e50;font-size:1.2rem;margin-top:1.5rem;padding:2rem 1rem}.contact-split{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}.contact-half{background:#fff;border-radius:18px;box-shadow:0 8px 32px #2c3e5014;flex:1 1;margin-bottom:0;margin-left:auto;margin-right:auto;max-width:40vw;padding:2.5rem 2rem 2rem}@media (max-width:900px){.contact-split{flex-direction:column;gap:2rem}.contact-half{max-width:none;padding:2rem 1rem;width:100%}}@media (max-width:600px){.contact-container{margin:0 1rem;padding:1.5rem .5rem}}.contact-main-heading{-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:2.5rem;font-weight:700;text-align:center}@media (max-width:768px){.contact-main-heading{font-size:2rem;margin-bottom:2rem}.contact-half{max-width:none;width:100%}.contact-heading-icon{display:none}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e 50%,#2c3e50);color:#fff;padding:3rem 0 1rem;position:relative}.footer:before{background:linear-gradient(45deg,#ff6b35,gold,#87ceeb);content:"";height:4px;left:0;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-bottom:1rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{align-items:center;display:flex;gap:.75rem}.footer-logo-icon{color:#ff6b35;filter:drop-shadow(0 0 10px rgba(255,107,53,.4))}.footer-logo h3{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b35,gold,#87ceeb);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin:0}.footer-brand p{color:#bdc3c7;line-height:1.6;margin:0}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{align-items:center;background:linear-gradient(45deg,#ff6b35,#ff8c42);border-radius:50%;box-shadow:0 4px 15px #ff6b354d;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:linear-gradient(45deg,#ff8c42,#ff6b35);box-shadow:0 8px 25px #ff6b3566;transform:translateY(-3px)}.footer-links{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);margin-top:.4rem}.footer-section h4{color:gold;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#ff6b35}.contact-item{align-items:center;color:#bdc3c7;display:flex;gap:.5rem;margin-bottom:.75rem}.contact-item svg{color:#ff6b35;flex-shrink:0}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom p{color:#bdc3c7;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#bdc3c7;font-size:1rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#ff6b35}@media (max-width:768px){.footer-content{gap:1rem;grid-template-columns:1fr}.footer-links{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:480px){.footer-links{gap:1.5rem;grid-template-columns:1fr}.footer-bottom-links{flex-direction:column;gap:.5rem}.social-links{justify-content:center}}.policy-page{background:#fff;border-radius:18px;box-shadow:0 8px 32px #2c3e5014;margin:4rem auto;max-width:800px;padding:2rem}.policy-page h1{color:#2c3e50;font-size:2.2rem;font-weight:800;margin-bottom:1.5rem;margin-top:2rem;text-align:center}.policy-page h2{color:#2c3e50;font-size:1.3rem;font-weight:700;margin-bottom:1rem;margin-top:1.5rem}.policy-page ol,.policy-page p,.policy-page ul{color:#34495e;font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.policy-page ol,.policy-page ul{padding-left:1.5rem}.policy-page li{margin-bottom:.5rem}
/*# sourceMappingURL=main.2daf24a6.css.map*/