@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@400;500;600;700&display.swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@400;500;600;700&display=swap";.floating-whatsapp{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.floating-whatsapp img{width:50px;height:50px}.floating-whatsapp:hover{transform:scale(1.07);transition:.2s ease-in-out}*{box-sizing:border-box}html,body,#root{margin:0;padding:0}body{font-family:Poppins,sans-serif;color:#333;background-color:#fdfaf5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home-container-figma{min-height:100vh;width:100%;position:relative;background-image:linear-gradient(90deg,#0a0a0a99,#0a0a0a1a),var(--hero-img);background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;padding:100px 5% 30px}.hero-content-figma{max-width:650px;color:#fff;text-align:left;padding-top:3rem;padding-bottom:3rem}.hero-content-figma h1{margin:0 0 2rem;font-family:Lato,sans-serif;font-size:clamp(2.5rem,6vw,4.2rem);line-height:1.1;color:#fff;text-shadow:0 4px 15px rgba(0,0,0,.3);font-weight:700;font-style:italic}.hero-sub-figma{margin:0 0 2rem;font-family:Poppins,sans-serif;font-size:clamp(1.1rem,1.8vw,1.25rem);color:#ffffffe6;line-height:1.6;max-width:700px}.hero-cta-figma{display:flex;gap:1rem;margin-top:1.5rem}.hero-btn-figma{border:none;cursor:pointer;padding:.8rem 1.75rem;font-size:1rem;font-weight:600;border-radius:15px;transition:all .3s ease;background-color:#ffc107;color:#333;box-shadow:0 8px 20px #ffc10733}.hero-btn-figma:hover{transform:translateY(-3px);box-shadow:0 12px 25px #ffc1074d;background-color:#f7b022}.page-section{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-title{font-family:Poppins,sans-serif!important;font-size:clamp(2rem,4vw,2.75rem);color:#000;text-align:center;margin:0 auto 3rem}.why-section{background-color:#fdfaf5}.why-grid{display:flex;justify-content:center;gap:2rem 4rem}.why-list{list-style:none;padding:0;margin:0;max-width:450px}.why-list li{position:relative;padding-left:1.75rem;margin-bottom:1rem;font-size:1rem;line-height:1.5;color:#000}.why-list li:before{content:"";position:absolute;left:0;top:8px;width:10px;height:10px;background-color:#f90;border-radius:50%}.solutions-section{background-color:#ebe8ce53;max-width:none;padding:60px 120px}.solution-row{display:flex;align-items:center;gap:3rem;margin-bottom:3rem}.solution-row:nth-child(odd) .solution-text{order:2}.solution-row:nth-child(odd) .solution-image{order:1}.solution-row:nth-child(2n) .solution-text{order:1}.solution-row:nth-child(2n) .solution-image{order:2}.solution-image{flex:1}.solution-image img{width:100%;border-radius:16px;box-shadow:0 10px 8px #000000af}.solution-text{flex:1}.solution-text h3{font-family:Poppins,sans-serif;font-weight:600;font-size:2rem;color:#f90;margin:0 0 .5rem}.solution-text p{font-size:1rem;color:#666;line-height:1.6}.section-title-1,.section-title-2{font-family:Poppins,sans-serif!important;font-size:clamp(2rem,4vw,2.75rem);color:#000;text-align:center;margin:0 auto 3rem}.products-section{background-color:#fff;max-width:none;padding:60px 120px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding:25px 50px}.product-card{background-color:#ff73005a;border-radius:16px;box-shadow:0 8px 25px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001a}.product-card img{width:100%;height:350px;object-fit:cover;border-radius:25px;padding:4px}.product-card-content{padding:1.5rem;text-align:center}.product-card h4{font-size:1.2rem;font-weight:600;color:#000;margin:0 0 .5rem}.product-card p{font-size:.9rem;color:#777;line-height:1.5;margin:0}.how-it-works-section{background-color:#fffbe17d;max-width:none;padding:60px 120px}.how-it-works-grid{display:flex;align-items:center}.how-it-works-list{flex:1;opacity:0;animation:slideInLeft 1s ease-out forwards}.how-item{display:flex;align-items:center;margin-bottom:2rem;margin-left:150px}.how-item-number{flex-shrink:0;width:40px;height:40px;background-color:#fd9800;color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:600;font-size:1.1rem}.how-item-text{font-size:1.5rem;font-weight:600;color:#333;margin-left:1.5rem}.how-it-works-image{flex:1.2;opacity:0;animation:slideInRight 1s ease-out forwards}.how-it-works-image img{width:100%;border-radius:80px 0;box-shadow:0 10px 30px #0000001a}.testimonials-section{background-color:#fdfaf5}.testimonials-grid{display:flex;gap:5rem;align-items:flex-start;padding-top:80px}.testimonial-col-left{flex:1;display:flex;flex-direction:column;gap:5rem}.testimonial-col-right{flex:1}.testimonial-card{background:#ffead5;padding:3rem 2rem 2rem;border-radius:16px;text-align:center;position:relative;box-shadow:0 8px 25px #0000000d;opacity:0;animation:fadeInUp 1s ease-out forwards}.testimonial-col-left .testimonial-card:nth-child(1){animation-delay:.3s}.testimonial-col-left .testimonial-card:nth-child(2){animation-delay:.5s}.testimonial-col-right .testimonial-card{animation-delay:.4s}.testimonial-card .profile-pic{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 10px #0000001a;position:absolute;top:-35px;left:50%;transform:translate(-50%)}.testimonial-card .role{display:block;font-weight:600;color:#e28700;margin-bottom:.5rem}.testimonial-card p{font-size:.95rem;color:#666;line-height:1.6;margin:0}.testimonial-card.large .salad-img{width:100%;border-radius:12px;margin:1rem 0;box-shadow:0 4px 10px #0000000d}.cta-section{background-color:#fffaf0}.cta-banner{background:#fff;padding:2.5rem 3rem;border-radius:20px;box-shadow:0 10px 40px #00000014;display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;opacity:0;animation:fadeInUp 1s ease-out forwards .3s}.cta-text{font-size:1.75rem;font-weight:600;color:#333;margin:0}.cta-button{background:#ffc107;color:#333;border:none;padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;flex-shrink:0}.cta-button:hover{background-color:#f7b022;transform:translateY(-3px);box-shadow:0 8px 15px #ffc1074d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.why-us-section{--primary-orange: #FF8C00;--secondary-yellow: #FFD700;--dark-text: #333333;--light-background: #FFFFFF;background-color:#f8f8f8;text-align:center;padding:50px 120px}.why-us-section .why-us-title{color:var(--dark-text)}.why-us-section .why-us-title:after{background-color:var(--primary-orange)}.why-us-section .usp-grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:40px}.why-us-section .usp-card{background-color:var(--light-background);padding:30px 20px;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.why-us-section .usp-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ff8c004d}.why-us-section .usp-icon-wrapper{background-color:var(--primary-orange);width:60px;height:60px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;border:4px solid var(--secondary-yellow)}.why-us-section .usp-icon{font-size:30px;color:var(--light-background)}.why-us-section .usp-card-title{font-size:1.4em;color:var(--dark-text);margin-bottom:10px;font-weight:700;text-transform:capitalize}.why-us-section .usp-card-description{color:#666;font-size:1em;line-height:1.5}@media(max-width:900px){.home-container-figma{padding-top:1px}.hero-content-figma{padding-bottom:180px}.page-section{padding:3rem 1.5rem}.why-grid{flex-direction:column;gap:0}.why-list{margin-bottom:1rem}.solutions-section,.products-section,.how-it-works-section{padding:40px 20px}.solution-row{flex-direction:column;gap:2rem}.solution-row:nth-child(odd) .solution-text,.solution-row:nth-child(2n) .solution-text{order:2}.solution-row:nth-child(odd) .solution-image,.solution-row:nth-child(2n) .solution-image{order:1}.solution-text h3{font-size:1.5rem}.how-item{margin-left:0}.product-grid{grid-template-columns:repeat(2,1fr);padding:1rem}.how-it-works-grid{flex-direction:column}.how-it-works-image{order:1;margin-bottom:2rem}.how-it-works-list{order:2;width:100%}.testimonials-grid{flex-direction:column;padding-top:50px}.cta-banner{flex-direction:column;text-align:center;gap:1.5rem}.cta-text{font-size:1.5rem}}@media(max-width:500px){.hero-cta-figma{flex-direction:column;width:100%}.hero-btn-figma{width:100%}.product-grid{grid-template-columns:1fr;padding:.5rem}.how-item-text{font-size:1.25rem;margin-left:1rem}}@media(max-width:1200px){.why-us-section{padding:50px 60px}.why-us-section .usp-grid-container{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.why-us-section{padding:40px 20px}.why-us-section .usp-grid-container{grid-template-columns:1fr;gap:25px}.why-us-section .usp-card-title{font-size:1.3em}.why-us-section .usp-card-description{font-size:.95em}}@media(max-width:480px){.why-us-section .why-us-title{font-size:2.2em}}.footer-container{--footer-bg: rgb(0, 0, 0);--footer-text: #e0e0e0;--footer-text-muted: #a0a0a0;--footer-accent: #f3c10f;--footer-divider: #333;--footer-logo-bg: #2a2a2a}.footer-container{background-color:var(--footer-bg);color:var(--footer-text);padding:25px 50px 5px 100px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.7;overflow:hidden}.footer-main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:40px}.footer-column{flex:1;min-width:250px}.footer-about .footer-logo{width:220px;margin-bottom:-25px;border-radius:24px;transition:transform .3s ease-out,opacity .3s ease-out}.footer-about .footer-logo:hover{transform:scale(1.03);opacity:.9}.footer-about p{font-size:.9rem;color:var(--footer-text-muted);max-width:300px}.footer-links h3,.footer-contact h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:25px;text-transform:uppercase;letter-spacing:.5px}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:15px}.footer-links a,.footer-contact a{color:var(--footer-text-muted);text-decoration:none;font-size:.95rem;transition:color .25s ease-out}.footer-links a:hover,.footer-contact a:hover{color:var(--footer-accent);text-decoration:none}.footer-contact p{font-size:.95rem;margin-bottom:15px;color:var(--footer-text-muted)}.footer-contact strong{color:var(--footer-text);margin-right:8px}.footer-divider{border:0;border-top:1px solid var(--footer-divider);margin:0}.footer-copyright{text-align:center;padding-top:30px;font-size:.85rem;color:var(--footer-text-muted);opacity:.7}@media(max-width:768px){.footer-container{padding:40px 8%}.footer-main{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-column{min-width:100%;margin-bottom:10px}.footer-about{display:flex;flex-direction:column;align-items:center}.footer-about p{max-width:100%}}.footer-copyright{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid rgba(255,255,255,.08);font-size:14px;color:#ccc;width:100%}.footer-links1{padding-right:50px}.footer-links1 span a{background:linear-gradient(90deg,#69a2ff,#951cc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;font-weight:800;font-size:14px;text-decoration:none;transition:opacity .2s ease,filter .2s ease}.footer-links1 span a:after{content:"";position:absolute;left:0;bottom:-3px;width:0%;height:3px;border-radius:4px;background:linear-gradient(90deg,#5390f3,#951cc4);transition:width .28s ease}.footer-links1 span a:hover{filter:brightness(.85)}.footer-links1 span a:hover:after{width:100%}@media(max-width:720px){.footer-copyright{flex-direction:column;text-align:center;gap:6px}.footer-links1{padding-right:0}}.navbar-figma{--primary-yellow: #FFC107;--secondary-orange: #FFA500;--dark-background: #000000;--text-light: #FFFFFF;--text-dark: #333333;--menu-bg-transparent: rgba(0, 0, 0, .95);--link-separator: rgba(255, 255, 255, .1);--link-hover-bg: rgba(255, 255, 255, .08);font-family:Poppins,sans-serif;width:100%;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;padding:.8rem 5%;box-sizing:border-box;z-index:1000;background-color:var(--dark-background);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px #00000059;transition:top .3s ease-in-out}.navbar-logo-link{display:flex;align-items:center}.navbar-logo-figma{width:220px;height:auto;border-radius:24px;object-fit:contain;display:block;transition:transform .3s ease-out,opacity .3s ease-out;cursor:pointer}.navbar-menu{display:flex;align-items:center;gap:1.5rem}.navbar-menu .navbar-mobile-content{display:none}.navbar-links-figma{display:flex;list-style:none;margin:0 270px 0 0;padding:.5rem 0;border-radius:0}.navbar-links-figma li{margin:0 1.2rem}.navbar-links-figma .mobile-contact-link-item{display:none}.navbar-links-figma a{text-decoration:none;color:var(--text-light);font-weight:500;font-size:1rem;padding:.5rem 0;transition:color .3s ease;position:relative}.navbar-links-figma a:hover{color:var(--primary-yellow)}.navbar-links-figma a:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:0%;height:2px;background-color:var(--primary-yellow);transition:width .3s ease-out}.navbar-links-figma a:hover:after{width:100%}.navbar-desktop-buttons{display:flex;gap:1rem}.navbar-button-figma{border:none;padding:.9rem 1.6rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 10px #0000004d;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.navbar-button-figma.contact-btn{background-color:var(--primary-yellow);color:var(--text-dark)}.navbar-button-figma.contact-btn:hover{background-color:var(--secondary-orange);transform:translateY(-2px);box-shadow:0 6px 15px #0006}.navbar-hamburger{display:none;width:30px;height:22px;flex-direction:column;justify-content:space-between;background:transparent;border:none;cursor:pointer;padding:0;z-index:101;position:relative}.navbar-hamburger span{display:block;width:100%;height:3px;background-color:var(--text-light);border-radius:3px;transition:all .3s ease-in-out}.navbar-hamburger.is-open span:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.navbar-hamburger.is-open span:nth-child(2){opacity:0}.navbar-hamburger.is-open span:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}@media(max-width:992px){.navbar-hamburger{display:flex}.navbar-desktop-buttons{display:none}.navbar-links-figma .mobile-contact-link-item{display:block;width:80%;text-align:center;margin-top:1rem}.navbar-close-btn{position:absolute;top:max(16px,env(safe-area-inset-top,0px));right:20px;background:none;border:none;color:var(--text-light);font-size:1.8rem;cursor:pointer;z-index:102;padding:10px;transition:color .2s ease}.navbar-close-btn:hover{color:var(--secondary-orange)}.navbar-menu{position:fixed;inset:0 0 auto auto;width:85%;max-width:400px;height:auto;max-height:90vh;background-color:var(--dark-background);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);transform:translate(100%);transition:transform .4s ease-in-out;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;padding-top:clamp(80px,14vh,120px);padding-bottom:20px;padding-inline:1.5rem;overflow-y:auto;box-shadow:-10px 0 40px #0003;box-sizing:border-box}.navbar-menu.is-open{transform:translate(0)}.navbar-links-figma{display:flex;flex-direction:column;align-items:center;border:none;background:none;padding:0;margin:1rem 0 0;width:100%;flex-grow:1}.navbar-links-figma li{margin:.75rem 0;width:80%;text-align:center;border-bottom:1px solid var(--link-separator);padding-bottom:.75rem;transition:background-color .2s ease}.navbar-links-figma li:hover{background-color:var(--link-hover-bg);border-radius:8px}.navbar-links-figma li:last-child{border-bottom:none;padding-bottom:0}.navbar-links-figma a{font-size:1.15rem;font-weight:600;display:block;color:var(--text-light)}.navbar-links-figma a:hover{color:var(--primary-yellow)}.navbar-links-figma li.mobile-contact-link-item .link-contact-btn{text-decoration:none;font-weight:600;font-size:1rem;background-color:var(--primary-yellow);color:var(--text-dark);border:none;padding:.8rem 1.5rem;border-radius:8px;display:inline-block;transition:all .2s ease;box-shadow:0 4px 8px #ffc10766}.navbar-links-figma li.mobile-contact-link-item .link-contact-btn:hover{background-color:transparent;color:var(--primary-yellow);border:2px solid var(--primary-yellow);transform:none;box-shadow:none}.navbar-links-figma li.mobile-contact-link-item:hover{background-color:transparent}.navbar-mobile-content{display:flex;flex-direction:column;align-items:center;gap:1rem;width:80%;margin-top:2rem;margin-bottom:1rem}.mobile-cta-button{width:100%;border:none;padding:1rem 1.2rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 10px #0000001a;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.mobile-cta-button.demo-btn{background-color:var(--primary-yellow);color:var(--text-dark);margin-top:1rem;margin-bottom:1rem;width:fit-content;padding:1.2rem 2.5rem;font-size:1.1rem;border-radius:50px;box-shadow:0 8px 20px #ffc10780}.mobile-cta-button.demo-btn:hover{background-color:var(--secondary-orange);transform:translateY(-2px)}.mobile-menu-image-wrapper{width:100%;margin-top:2rem;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0003;flex-shrink:0}.mobile-menu-image{width:100%;height:auto;display:block;object-fit:cover}}@media(max-width:768px){.navbar-links-figma a{font-size:1.05rem}.navbar-links-figma li,.navbar-mobile-content{width:90%}.mobile-cta-button.demo-btn{font-size:1rem;padding:1rem 2.2rem}}@media(max-width:500px){.navbar-figma{padding:.8rem 4%}.navbar-logo-figma{width:170px;height:auto;border-radius:24px}.navbar-menu{width:100%;max-width:none;padding-inline:1.1rem;padding-top:clamp(70px,13vh,100px)}.navbar-links-figma a{font-size:1rem}.mobile-cta-button.demo-btn{font-size:.95rem;padding:.9rem 2rem}.mobile-cta-button.contact-btn{font-size:.9rem;padding:.9rem 1rem}}@media(max-width:380px){.navbar-links-figma li{margin:.5rem 0;padding-bottom:.5rem}.navbar-menu{padding-top:70px}.mobile-menu-image-wrapper{display:none}.navbar-logo-figma{width:150px;height:auto;border-radius:24px}}@media(max-width:992px)and (max-height:600px)and (orientation:landscape){.navbar-menu{padding-top:60px}.navbar-links-figma li{margin:.5rem 0;padding-bottom:.5rem}.mobile-menu-image-wrapper{display:none}}.about-page-container{padding-top:70px;background-color:#fff}.about-hero{width:100%;padding:3rem 1rem;text-align:center}.about-hero-title{font-family:Poppins,sans-serif!important;font-size:clamp(2rem,4vw,2.75rem);color:#000;text-align:center;margin:0 auto 3rem;animation:fadeInUp 1s ease-out forwards;margin-top:30px;margin-bottom:-60px}.about-hero-subtitle{font-family:Poppins,sans-serif;font-size:1.25rem;color:#555;margin-top:.5rem;animation:fadeInUp 1s ease-out forwards .2s}.about-section{max-width:1200px;margin:4rem auto;padding:1rem;opacity:0;animation:fadeInUp 1s ease-out forwards}.section-title{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,2.75rem);color:#333;text-align:center;margin-bottom:1rem}.section-subtitle{font-family:Poppins,sans-serif;font-weight:600;font-size:1.75rem;color:#f90;margin-bottom:1rem}.section-intro{text-align:center;max-width:700px;margin:0 auto 3rem;color:#666;font-size:1.1rem}.story-section{display:flex;align-items:center;gap:3rem}.about-section-text{flex:1;opacity:0;animation:slideInLeft 1s ease-out forwards .2s}.about-section-text p{font-size:1.1rem;color:#555;line-height:1.7}.about-section-image{flex:1;opacity:0;animation:slideInRight 1s ease-out forwards .2s}.about-section-image img{width:100%;box-shadow:0 10px 30px #0000001a;border-radius:60px 0}.mission-section{text-align:center;background-color:#fffdee;padding:3rem 2rem;border-radius:16px;max-width:none}.mission-section p{font-size:1.25rem;font-weight:500;color:#333;max-width:800px;margin:0 auto;line-height:1.6}.quality-row-container{display:flex;flex-direction:column;gap:2.5rem}.quality-row{display:flex;align-items:center;gap:3rem;background-color:#fccca3;padding:2.5rem 3rem;border-radius:30px;opacity:0;animation:fadeInUp .8s ease-out forwards}.quality-row:nth-child(odd) .quality-image{order:1}.quality-row:nth-child(odd) .quality-text{order:2}.quality-row:nth-child(2n) .quality-text{order:1}.quality-row:nth-child(2n) .quality-image{order:2}.quality-text{flex:1.2}.quality-text h4{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;color:#000;margin:0 0 .8rem}.quality-text p{font-family:Poppins,sans-serif;font-size:.95rem;color:#222;line-height:1.6;margin:0;font-weight:500}.quality-image{flex:.8;display:flex;justify-content:center;align-items:center}.quality-image img{width:100%;max-width:500px;height:200px;object-fit:cover;border-radius:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.story-section{flex-direction:column}}@media(max-width:768px){.quality-row{flex-direction:column!important;padding:2rem;gap:1.5rem;text-align:center}.quality-row:nth-child(odd) .quality-image,.quality-row:nth-child(2n) .quality-image{order:1}.quality-row:nth-child(odd) .quality-text,.quality-row:nth-child(2n) .quality-text{order:2}.quality-image img{height:auto;max-height:200px}}.contact-page-container{padding-top:120px;padding-bottom:4rem;background-color:#fff;min-height:100vh;font-family:Inter,sans-serif;box-sizing:border-box}.contact-page-container *{box-sizing:border-box}.contact-page-title{font-family:Poppins,sans-serif;text-align:center;font-size:3rem;margin-bottom:3rem;color:#000;font-weight:700;padding:0 1rem}.contact-main-grid{display:flex;max-width:1400px;margin:0 auto;gap:2rem;padding:30px 5%;background-color:#fffdee}.contact-form-wrapper{display:flex;flex-direction:column;gap:1.5rem;width:100%}.contact-left-col{flex:2;display:flex;flex-direction:column;gap:1.5rem}.contact-right-col{flex:1}.contact-card{background-color:#ffc10753;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease}.contact-card:hover{transform:translateY(-3px)}.contact-card label{display:block;font-size:16px;font-weight:700;margin-bottom:.5rem;color:#000}.contact-card input,.contact-card textarea{width:100%;background-color:#f2f1ee99;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:14px;font-family:Inter,sans-serif;font-size:1rem;color:#000;outline:none;transition:background .3s,border-color .3s}.contact-card input:focus,.contact-card textarea:focus{background-color:#fff;border-color:#e28700}.contact-card textarea{resize:vertical;min-height:120px}.contact-row-split{display:flex;gap:1.5rem}.contact-card.small{flex:1;display:flex;flex-direction:column;justify-content:center}.contact-card.company-card{height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:2rem}.contact-card.company-card h3{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:#000}.company-img-wrapper{width:100%;margin-bottom:1.5rem}.company-img-wrapper img{width:100%;height:200px;border-radius:15px;object-fit:cover}.contact-card.company-card p{font-size:.95rem;color:#333;line-height:1.5}.contact-submit-btn{background-color:#ffc107;color:#000;font-weight:700;font-size:1rem;padding:1rem 3rem;border:none;border-radius:12px;cursor:pointer;width:fit-content;box-shadow:0 4px 10px #0000001a;transition:background .3s ease;font-family:Poppins,sans-serif;margin-top:.5rem}.contact-submit-btn:hover{background-color:#e6c200}.contact-footer-section{max-width:1200px;margin:4rem auto 0;padding:0 2rem;display:flex;gap:2rem}.footer-info-card{flex:1;background-color:#fff6c9;padding:2rem;border-radius:20px;display:flex;align-items:center;justify-content:center;gap:1rem;min-height:100px;box-shadow:0 4px 10px #00000008}.icon-circle{font-size:1.5rem}.footer-info-card span{font-weight:500;font-size:1rem;color:#000}@media(max-width:1024px){.contact-main-grid{padding:30px}.contact-page-title{font-size:2.5rem}}@media(max-width:768px){.contact-page-container{padding-top:100px}.contact-main-grid{flex-direction:column;padding:20px 15px;gap:1.5rem}.contact-row-split{flex-direction:column;gap:1.5rem}.contact-right-col{order:2}.contact-left-col{order:1}.contact-card{padding:1.5rem 1.2rem}.contact-submit-btn{width:100%;padding:1rem}.contact-footer-section{flex-direction:column;margin-top:2rem;padding:0 1rem}.footer-info-card{justify-content:flex-start;padding:1.5rem}}.input-card select{width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;font-size:15px;color:#222;outline:none;cursor:pointer;transition:all .25s ease;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%230b66ff' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.input-card select:hover{border-color:#0b66ff}.input-card select:focus{border-color:#0b66ff;box-shadow:0 0 0 3px #0b66ff26}.input-card .input-error{border-color:#ff3b3b!important;background-color:#ff00000d}.input-card label{font-size:14px;font-weight:600;color:#555;margin-bottom:6px;display:inline-block}.toast-box{position:fixed;top:70px;left:50%;transform:translate(-50%) translateY(-20px);background:#28a745;color:#fff;padding:12px 22px;border-radius:8px;font-size:1rem;font-weight:600;box-shadow:0 6px 20px #00000040;opacity:0;pointer-events:none;transition:all .35s ease;z-index:9999}.toast-box.show{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.service-container{font-family:Poppins,sans-serif;color:#1a1a1a;width:100%;overflow-x:hidden;background-color:#fff;box-sizing:border-box;padding-top:120px}.service-container *{box-sizing:border-box}.service-container .section-title{text-align:center;font-size:48px;font-weight:700;margin-bottom:2rem;margin-top:0;color:#1a1a1a;font-family:poppins,sans-serif}.service-container .section-white{background-color:#fff;padding:3rem 1rem}.service-container .section-cream{background-color:#fdfcf8;padding:3rem 1rem}.service-container .bullet-list{list-style:none;padding:0;max-width:600px;margin:0 auto}.service-container .bullet-list li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:20px;color:#000;font-family:inter,sans-serif}.service-container .bullet-list li:before{content:"•";color:#f90;font-weight:700;font-size:1.5rem;position:absolute;left:0;top:-5px}.service-container .engagement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.service-container .engagement-card{background-color:#fc9;border-radius:12px;overflow:hidden;text-align:center;padding-bottom:1rem;transition:transform .2s}.service-container .engagement-card:hover{transform:translateY(-5px)}.service-container .img-wrapper{width:100%;height:140px;overflow:hidden;margin-bottom:.5rem}.service-container .img-wrapper img{width:100%;height:100%;object-fit:cover;padding:10px;border-radius:20px}.service-container .card-text{padding:0 .5rem}.service-container .box-title{font-weight:600;margin:0;font-size:.95rem;color:#1a1a1a}.service-container .box-sub{display:block;font-size:.8rem;opacity:.8;color:#1a1a1a}.service-container .pantry-mgmt{text-align:center}.service-container .pantry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:800px;margin:0 auto;gap:1.5rem;text-align:left}.service-container .pantry-item{display:flex;align-items:center;gap:1rem;font-size:1rem;font-weight:500;color:#1a1a1a}.service-container .icon-circle{background-color:#f4ce14;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff}.service-container .branding-section{display:flex;flex-direction:column;align-items:center}.service-container .branding-list{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:900px}.service-container .branding-card{display:flex;background-color:#fc9;border-radius:24px;padding:2rem;gap:2rem;align-items:center;border:3px solid transparent}.service-container .branding-img{flex:1;min-width:250px}.service-container .branding-img img{width:100%;height:auto;border-radius:12px;object-fit:cover;aspect-ratio:4/3;box-shadow:0 4px 10px #0000001a}.service-container .branding-content{flex:1.5;text-align:left}.service-container .tag-pill{display:inline-flex;align-items:center;background-color:#fef3c7;padding:.3rem 1rem .3rem .3rem;border-radius:50px;margin-bottom:1rem;font-weight:700;font-size:.85rem;color:#1a1a1a}.service-container .avatar{width:30px;height:30px;border-radius:50%;margin-right:10px;object-fit:cover}.service-container .branding-content h3{font-size:1.25rem;margin:0 0 1rem;color:#1a1a1a}.service-container .branding-content p{font-size:.95rem;line-height:1.5;color:#333;margin:0}.service-container .action-area{text-align:center;padding:3rem 1rem;background-color:#fff}.service-container .cta-button{background-color:#ffc107;color:#1a1a1a;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;box-shadow:0 2px 5px #0000001a;transition:background .2s}.service-container .cta-button:hover{filter:brightness(95%)}@media(max-width:768px){.service-container .branding-card{flex-direction:column;padding:1.5rem}.service-container .branding-img{width:100%}.service-container .section-title{font-size:1.5rem}}.products-section{--primary-orange: #ffdd00;--secondary-yellow: #ff8400;--dark-text: #333333;--light-background: #FFFFFF;--card-background: #FFFBEB}.products-section{margin-top:90px;padding:80px 0;background-color:var(--light-background);font-family:Arial,sans-serif}.section-title-3{font-family:Poppins,sans-serif!important;font-size:clamp(2rem,4vw,2.75rem);color:#000;text-align:center;margin:0 auto 3rem}.products-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.products-section .section-title{text-align:center;font-size:3em;color:#000;margin-bottom:50px;font-weight:800;text-transform:uppercase;letter-spacing:2px;position:relative}.products-section .section-title:after{content:"";position:absolute;left:50%;bottom:-15px;transform:translate(-50%);width:80px;height:5px;background-color:var( --primary-orange);border-radius:5px}.products-section .product-cards-container{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.products-section .product-card{background-color:var(--card-background);border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:40px;text-align:center;flex:1;min-width:300px;transition:transform .3s ease,box-shadow .3s ease;border-bottom:5px solid var(--primary-orange)}.products-section .product-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #ff8c0033}.products-section .product-icon-wrapper{background-color:var(--secondary-yellow);width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;box-shadow:0 0 0 5px #ffd70066}.products-section .product-icon{font-size:40px;color:var(--primary-orange)}.products-section .product-card-title{font-size:1.7em;color:var(--dark-text);margin-bottom:15px;font-weight:700}.products-section .product-card-description{color:var(--dark-text);font-size:1.1em;margin-bottom:25px;line-height:1.6}.products-section .learn-more-btn{background-color:var(--primary-orange);color:var(--light-background);border:none;padding:12px 25px;border-radius:50px;cursor:pointer;font-size:1em;font-weight:600;transition:background-color .3s ease,transform .2s ease;text-transform:uppercase;letter-spacing:1px}.products-section .learn-more-btn:hover{background-color:gold;transform:translateY(-2px)}@media(max-width:992px){.products-section .product-cards-container{flex-direction:column;align-items:center}.products-section .product-card{min-width:80%;margin-bottom:20px}}@media(max-width:600px){.products-section .section-title{font-size:2.5em}}
