: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;display:flex;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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;background-color:#f4f7f6}.w-full{width:100vw}.container{max-width:1200px;margin:0 auto;padding:0 20px}.m-0{margin:0}h1,h2,h3{font-family:Poppins,sans-serif;color:#333;margin-bottom:20px}h1{font-size:3.2em;line-height:1.2}h2{font-size:2.5em;text-align:center;margin-bottom:40px;color:#e53935}h3{font-size:1.8em}p{font-family:Roboto,sans-serif;margin-bottom:15px}a{text-decoration:none;color:inherit}ul{list-style:none}.btn{display:inline-block;padding:12px 25px;border-radius:50px;font-weight:600;transition:background-color .3s ease,color .3s ease;text-align:center}.btn.primary{background-color:#e53935;color:#fff;border:2px solid #E53935}.btn.primary:hover{background-color:#ff5252;border-color:#ff5252}.btn.secondary{background-color:transparent;color:#e53935;border:2px solid #E53935}.btn.secondary:hover{background-color:#e53935;color:#fff}.btn.large{padding:15px 35px;font-size:1.1em}.btn.small{padding:8px 18px;font-size:.9em}.section-description{text-align:center;max-width:700px;margin:-30px auto 50px;color:#666}header{background-color:#fff;padding:15px 0;box-shadow:0 2px 5px #0000001a;position:sticky;top:0;z-index:1000}header .container{display:flex;justify-content:space-between;align-items:center}.logo{height:75px;width:90px;overflow:hidden}.logo img{height:100%;width:100%;object-fit:cover}.logo a{font-family:Poppins,sans-serif;font-size:1.8em;font-weight:700;color:#e53935}header nav ul{display:flex}header nav ul li{margin-left:30px}header nav ul li a{font-weight:600;color:#555;transition:color .3s ease}header nav ul li a:hover{color:#e53935}.header-buttons .btn{margin-left:15px}.hero-section{background-color:#fffde7;padding:80px 0;display:flex;align-items:center;min-height:80vh}.hero-section .container{display:flex;align-items:center;justify-content:space-between;gap:40px}.hero-content{flex:1;max-width:600px}.hero-content h1{color:#e53935;margin-bottom:20px}.hero-content p{font-size:1.2em;color:#666;margin-bottom:30px}.hero-buttons .btn{margin-right:20px}.hero-image{flex:1;text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px #0000001a}.how-it-works-section{padding:80px 0;background-color:#f4f7f6;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:50px}.step-card{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.step-card:hover{transform:translateY(-10px)}.step-card i{font-size:3em;color:#e53935;margin-bottom:20px}.step-card h3{margin-bottom:10px;color:#555}.step-card p{color:#777;font-size:.95em}.play-store-button{height:60px;width:200px}.app-store-button{height:60px;width:200px;margin-left:10px}.menu-section{padding:80px 0;background-color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}.menu-item-card{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;overflow:hidden;text-align:center;transition:transform .3s ease}.menu-item-card:hover{transform:translateY(-10px)}.menu-item-card img{width:100%;height:200px;object-fit:cover;display:block}.menu-item-card h3{margin:15px 0 10px;color:#555;font-size:1.5em;padding:0 15px}.menu-item-card p{font-size:.9em;color:#777;min-height:40px;padding:0 15px}.menu-item-card .price{font-size:1.3em;font-weight:700;color:#e53935;display:block;margin:15px 0}.menu-item-card .btn{margin-bottom:20px}.menu-link-wrapper{text-align:center;margin-top:60px}.testimonials-section{padding:80px 0;background-color:#fff8e1;text-align:center}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.testimonial-card{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px #00000014;text-align:center}.testimonial-card p{font-style:italic;color:#555;margin-bottom:20px;line-height:1.8}.testimonial-card h4{font-weight:600;color:#e53935;margin-bottom:10px}.testimonial-card .rating i{color:gold;font-size:1.1em}.cta-section{background-color:#e53935;color:#fff;padding:80px 0;text-align:center}.cta-section h2{color:#fff;margin-bottom:20px}.cta-section p{font-size:1.2em;max-width:800px;margin:0 auto 40px}.cta-buttons .btn{border-color:#fff}.cta-buttons .btn.primary{background-color:#fff;color:#e53935}.cta-buttons .btn.primary:hover{background-color:#ffebee;color:#e53935}.cta-buttons .btn.secondary{color:#fff}.cta-buttons .btn.secondary:hover{background-color:#fff;color:#e53935}footer{background-color:#222;color:#bbb;padding:60px 0 20px}footer .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:40px}.footer-col h3{color:#fff;margin-bottom:20px;font-size:1.4em}.footer-col p,.footer-col ul li{font-size:.95em;margin-bottom:10px}.footer-col ul li a{transition:color .3s ease}.footer-col ul li a:hover{color:#e53935}.social-icons a{color:#bbb;font-size:1.5em;margin-right:15px;transition:color .3s ease}.social-icons a:hover{color:#e53935}.footer-col i{margin-right:10px;color:#e53935}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #444}.footer-bottom p{font-size:.9em;color:#999}@media (max-width: 992px){.hero-section .container{flex-direction:column;text-align:center}.hero-content,.hero-image{max-width:100%}.hero-image{margin-top:40px}header .container{flex-direction:column;align-items:center;padding:15px 20px}header nav ul{flex-wrap:wrap;justify-content:center;margin-top:15px}header nav ul li{margin:0 15px 10px}.header-buttons{margin-top:15px}h1{font-size:2.5em}h2{font-size:2em}}@media (max-width: 768px){.container{padding:0 15px}h1{font-size:2.2em}h2{font-size:1.8em}.hero-buttons .btn{display:block;width:80%;margin:15px auto}.steps-grid,.menu-grid,.testimonial-grid,footer .container{grid-template-columns:1fr}.step-card,.menu-item-card,.testimonial-card,.footer-col{margin-bottom:20px}.footer-col:last-child{margin-bottom:0}}@media (max-width: 480px){.btn{padding:10px 20px;font-size:.9em}.btn.large{padding:12px 25px;font-size:1em}.logo a{font-size:1.5em}header nav ul li{margin:0 10px 10px}}.terms-conditions-page{font-family:Roboto,sans-serif;line-height:1.7;color:#333;background-color:#f9f9f9}.terms-container{max-width:900px;margin:0 auto;padding:20px}.terms-header{background-color:#e53935;color:#fff;text-align:center;box-shadow:0 4px 8px #0000001a;display:flex;padding:20px;align-items:center}.terms-header h1{margin:0;font-size:2.8em;font-family:Poppins,sans-serif}.terms-main{padding:50px 0}.terms-main h2{font-family:Poppins,sans-serif;color:#e53935;font-size:2em;margin-top:40px;margin-bottom:20px;border-bottom:2px solid #eee;padding-bottom:10px}.terms-main p{margin-bottom:15px;font-size:1em}.terms-main ul{list-style:disc;margin-left:25px;margin-bottom:15px}.terms-main ul li{margin-bottom:8px;font-size:1em}.terms-main a{color:#007bff;text-decoration:underline}.terms-main a:hover{color:#0056b3}.terms-footer{background-color:#222;color:#bbb;padding:20px 0;text-align:center;margin-top:50px}.terms-footer p{margin:0;font-size:.9em}@media (max-width: 768px){.terms-header h1{font-size:2.2em}.terms-main h2{font-size:1.6em}.terms-container{padding:15px}}@media (max-width: 480px){.terms-header h1{font-size:1.8em}.terms-main h2{font-size:1.4em}.terms-main ul{margin-left:20px}}.privacy-policy-page{font-family:Roboto,sans-serif;line-height:1.7;color:#333;background-color:#f9f9f9}.privacy-container{max-width:900px;margin:0 auto;padding:20px}.privacy-header{background-color:#e53935;color:#fff;text-align:center;box-shadow:0 4px 8px #0000001a;display:flex;padding:20px;align-items:center}.privacy-header h1{margin:0;font-size:2.8em;font-family:Poppins,sans-serif}.privacy-header .last-updated{font-size:.9em;margin-top:10px;color:#fffc}.privacy-main{padding:50px 0}.privacy-main h2{font-family:Poppins,sans-serif;color:#e53935;font-size:2em;margin-top:40px;margin-bottom:20px;border-bottom:2px solid #eee;padding-bottom:10px}.privacy-main h3{font-family:Poppins,sans-serif;color:#444;font-size:1.5em;margin-top:30px;margin-bottom:15px}.privacy-main h4{font-family:Poppins,sans-serif;color:#555;font-size:1.2em;margin-top:25px;margin-bottom:10px}.privacy-main p{margin-bottom:15px;font-size:1em}.privacy-main ul{list-style:disc;margin-left:25px;margin-bottom:15px}.privacy-main ul li{margin-bottom:8px;font-size:1em}.privacy-main ul li strong{color:#555}.privacy-main a{color:#007bff;text-decoration:underline}.privacy-main a:hover{color:#0056b3}.privacy-footer{background-color:#222;color:#bbb;padding:20px 0;text-align:center;margin-top:50px}.privacy-footer p{margin:0;font-size:.9em}@media (max-width: 768px){.privacy-header h1{font-size:2.2em}.privacy-main h2{font-size:1.6em}.privacy-main h3{font-size:1.3em}.privacy-container{padding:15px}}@media (max-width: 480px){.privacy-header h1{font-size:1.8em}.privacy-main h2{font-size:1.4em}.privacy-main h3{font-size:1.1em}.privacy-main ul{margin-left:20px}}.product-details-container{display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:900px;margin:40px 260px;background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 15px #0000001a}.product-tl{margin-bottom:0;font-size:16px;color:#000}.product-image-section{flex:1;text-align:center;margin-bottom:30px}.product-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #00000014}.product-info-section{flex:1;padding:20px;text-align:center}.product-title{font-size:2.5em;color:#333;margin-bottom:15px;font-weight:700}.product-description{font-size:1.1em;color:#555;line-height:1.6;margin-bottom:25px}.product-price{font-size:2em;color:#007bff;font-weight:600;margin-bottom:30px}.buy-button{background-color:#28a745;color:#fff;padding:15px 30px;font-size:1.2em;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 10px #28a74533}.buy-button:hover{background-color:#218838}@media (min-width: 768px){.product-details-container{flex-direction:row;align-items:flex-start;text-align:left}.product-image-section{margin-right:40px;margin-bottom:0}.product-info-section{text-align:left;padding:0}.product-image{max-width:350px}}
