:root{--spice-primary:#E63946;--spice-secondary:#F4A261;--spice-dark:#1D3557;--spice-light:#F1FAEE;--spice-accent:#A8DADC;--spice-gray:#2D3748;--spice-gray-light:#E2E8F0;--spice-gradient:linear-gradient(135deg,#E63946 0%,#F4A261 50%,#A8DADC 100%);--spice-gradient-horizontal:linear-gradient(90deg,#E63946 0%,#F4A261 50%,#A8DADC 100%);--shadow-spice:0 10px 30px rgba(230,57,70,0.15);--shadow-spice-strong:0 15px 40px rgba(230,57,70,0.25);--shadow-light:0 5px 15px rgba(0,0,0,0.1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--spice-light);color:var(--spice-gray);line-height:1.6}.container_b1dfef1c{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:#fff;box-shadow:var(--shadow-light);position:sticky;top:0;z-index:1000}.nav-container_b1dfef1c{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.logo_b1dfef1c{font-size:1.8rem;font-weight:800;color:var(--spice-primary);text-decoration:none}.nav-links_b1dfef1c{display:flex;gap:25px}.nav-links_b1dfef1c a{text-decoration:none;color:var(--spice-dark);font-weight:600;font-size:0.95rem;transition:color 0.3s}.nav-links_b1dfef1c a:hover{color:var(--spice-primary)}.mobile-menu-btn_b1dfef1c{display:none;background:none;border:none;font-size:1.5rem;color:var(--spice-dark);cursor:pointer}.breadcrumbs_b1dfef1c{padding:15px 0;background-color:var(--spice-gray-light);margin-bottom:30px}.breadcrumbs_b1dfef1c a{color:var(--spice-gray);text-decoration:none}.breadcrumbs_b1dfef1c a:hover{color:var(--spice-primary)}.breadcrumbs_b1dfef1c span{color:var(--spice-primary);font-weight:600}.app-hero_b1dfef1c{text-align:center;padding:40px 0 60px}.app-hero_b1dfef1c h1{font-size:3rem;color:var(--spice-dark);margin-bottom:20px;line-height:1.2}.app-hero_b1dfef1c p{font-size:1.2rem;color:var(--spice-gray);max-width:700px;margin:0 auto 40px}.download-buttons_b1dfef1c{display:flex;justify-content:center;gap:25px;margin-bottom:50px;flex-wrap:wrap}.download-btn_b1dfef1c{display:inline-flex;align-items:center;gap:12px;padding:18px 35px;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all 0.3s ease;box-shadow:var(--shadow-spice);min-width:220px;justify-content:center}.btn-android_b1dfef1c{background:var(--spice-gradient-horizontal);color:white}.btn-ios_b1dfef1c{background-color:var(--spice-dark);color:white}.download-btn_b1dfef1c:hover{transform:translateY(-5px);box-shadow:var(--shadow-spice-strong)}.download-btn_b1dfef1c i{font-size:1.5rem}.app-mockup_b1dfef1c{background:white;border-radius:20px;padding:40px;box-shadow:var(--shadow-spice);max-width:900px;margin:0 auto 60px;text-align:center}.mockup-placeholder_b1dfef1c{height:400px;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8f0 100%);border-radius:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--spice-gray);border:2px dashed var(--spice-accent)}.mockup-placeholder_b1dfef1c i{font-size:4rem;color:var(--spice-primary);margin-bottom:20px}.mockup-placeholder_b1dfef1c h3{font-size:1.8rem;margin-bottom:10px}.app-features_b1dfef1c{padding:60px 0;background-color:white;border-radius:20px;margin-bottom:60px}.section-title_b1dfef1c{text-align:center;font-size:2.5rem;color:var(--spice-dark);margin-bottom:40px}.features-grid_b1dfef1c{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature-card_b1dfef1c{background:var(--spice-light);padding:30px;border-radius:15px;text-align:center;transition:transform 0.3s}.feature-card_b1dfef1c:hover{transform:translateY(-10px)}.feature-card_b1dfef1c i{font-size:2.5rem;color:var(--spice-primary);margin-bottom:20px}.feature-card_b1dfef1c h3{font-size:1.5rem;margin-bottom:15px;color:var(--spice-dark)}footer{background-color:var(--spice-dark);color:white;padding:40px 0 20px;margin-top:60px}.footer-links_b1dfef1c{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;margin-bottom:30px}.footer-links_b1dfef1c a{color:var(--spice-accent);text-decoration:none;font-weight:600}.footer-links_b1dfef1c a:hover{color:white}.copyright_b1dfef1c{text-align:center;font-size:0.9rem;color:var(--spice-gray-light);line-height:1.8;max-width:800px;margin:0 auto}@media (max-width:768px){.nav-links_b1dfef1c{display:none;flex-direction:column;position:absolute;top:70px;left:0;right:0;background:white;padding:20px;box-shadow:var(--shadow-light);gap:15px}.nav-links_b1dfef1c.active{display:flex}.mobile-menu-btn_b1dfef1c{display:block}.app-hero_b1dfef1c h1{font-size:2.2rem}.download-buttons_b1dfef1c{flex-direction:column;align-items:center}.download-btn_b1dfef1c{width:100%;max-width:300px}.app-mockup_b1dfef1c{padding:20px}.mockup-placeholder_b1dfef1c{height:300px}.section-title_b1dfef1c{font-size:2rem}.footer-links_b1dfef1c{flex-direction:column;align-items:center;gap:15px}}