@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:15px 30px;color:#333;box-shadow:0 4px 10px rgba(0,0,0,.1)}.logo{font-size:26px;font-weight:700;color:#4a5d23;text-decoration:none}nav ul{list-style:none;display:flex;gap:20px}nav ul li{display:inline}nav ul li a{color:#333;text-decoration:none;font-weight:600;padding:8px 12px;border-radius:5px;transition:background .3s,color .3s}nav ul li a:hover{background:#4a5d23;color:#fff}footer{text-align:center;padding:20px;background:#fff;color:#333;border-top:1px solid #ddd}footer a{color:#4a5d23;text-decoration:none;transition:.3s}footer a:hover{color:#3a4d1a}.app-banner[data-v-9e4681f0]{position:fixed;top:0;left:0;right:0;background:#f8f9fa;padding:1em;border-bottom:1px solid #ccc;z-index:9999;border-radius:0 0 12px 12px;box-shadow:0 2px 5px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;font-size:1.2rem}.app-info[data-v-9e4681f0]{display:flex;align-items:center;gap:10px}.app-icon[data-v-9e4681f0]{width:40px;height:40px;border-radius:8px}.app-banner a[data-v-9e4681f0]{color:#000;text-decoration:none;font-weight:600}body{font-family:Poppins,sans-serif;margin:0;padding:0;background:#c4e17f;color:#333}.container{max-width:1100px;margin:auto;padding:20px}.yummable-section{display:flex;align-items:center;justify-content:space-between;background:#f9f9f9;padding:60px 40px;border-radius:12px;margin:50px auto;max-width:1200px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.yummable-content{max-width:600px}.yummable-section h2{font-size:36px;color:#333}.yummable-section h2 span{color:#4a5d23}.yummable-section p{font-size:18px;color:#555;margin-top:10px}.yummable-button{display:inline-block;margin-top:20px;padding:12px 24px;background:#4a5d23;color:#fff;font-weight:700;border-radius:5px;text-decoration:none;font-size:16px;transition:.3s}.yummable-button:hover{background:#3a4d1a}.yummable-image{width:350px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.screenshot-gallery{max-width:1200px;margin:40px auto;padding:20px 40px;text-align:center}.screenshot-gallery h3{font-size:28px;margin-bottom:20px;color:#333}.screenshot-scroll{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin}.screenshot{flex:0 0 auto;width:220px;height:auto;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-top:20px}.service-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.service-card h3{color:#4a5d23;font-size:22px}.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.yummable-page{text-align:center;padding:60px 20px;max-width:1000px;margin:0 auto}.yummable-page h1{font-size:40px;color:#333}.yummable-page p{font-size:18px;color:#555;margin-top:10px}.yummable-features{display:flex;gap:20px;margin-top:40px;justify-content:center}.feature-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);width:300px;text-align:center}.feature-card h3{color:#4a5d23}.download-section{margin-top:40px;font-size:20px;font-weight:700;color:#4a5d23}