:root{--crimson:#DC143C;--crimson-dark:#B01030;--gold:#FFD700;--gold-dark:#E6C200;--navy:#000080;--navy-light:#1A1A8A;--charcoal:#2F2F2F;--charcoal-light:#3A3A3A;--ivory:#FFFFF0;--ivory-dark:#F5F5DC;--shadow-soft:0 5px 15px rgba(0,0,0,0.1);--shadow-medium:0 8px 25px rgba(0,0,0,0.15);--shadow-strong:0 12px 35px rgba(0,0,0,0.2)}*{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(--ivory);color:var(--charcoal);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2}.container_316e7089{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}header{background-color:var(--navy);padding:1rem 0;box-shadow:var(--shadow-medium);position:sticky;top:0;z-index:1000}.header-content_316e7089{display:flex;justify-content:space-between;align-items:center}.logo_316e7089{font-size:1.8rem;font-weight:800;color:var(--gold);text-decoration:none}.nav-menu_316e7089{display:flex;gap:2rem;align-items:center}.nav-link_316e7089{color:var(--ivory);text-decoration:none;font-weight:500;transition:color 0.3s ease;padding:0.5rem 0;position:relative}.nav-link_316e7089:hover{color:var(--gold)}.nav-link_316e7089::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--gold);transition:width 0.3s ease}.nav-link_316e7089:hover::after{width:100%}.mobile-menu-button_316e7089{display:none;background:none;border:none;color:var(--ivory);font-size:1.5rem;cursor:pointer}.breadcrumbs_316e7089{padding:1rem 0;background-color:var(--ivory-dark);border-bottom:1px solid rgba(0,0,0,0.05)}.breadcrumbs-list_316e7089{display:flex;list-style:none;gap:0.5rem;font-size:0.9rem}.breadcrumbs-item_316e7089:not(:last-child)::after{content:'›';margin-left:0.5rem;color:var(--charcoal-light)}.breadcrumbs-link_316e7089{color:var(--navy);text-decoration:none}.breadcrumbs-link_316e7089:hover{text-decoration:underline}.breadcrumbs-current_316e7089{color:var(--charcoal-light)}main{min-height:70vh;padding:3rem 0}.app-hero_316e7089{text-align:center;margin-bottom:3rem}.app-hero_316e7089 h1{font-size:2.8rem;color:var(--navy);margin-bottom:1rem}.app-hero_316e7089 p{font-size:1.2rem;color:var(--charcoal-light);max-width:700px;margin:0 auto 2rem}.download-buttons_316e7089{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}.download-button_316e7089{display:inline-flex;align-items:center;justify-content:center;gap:0.8rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--crimson),var(--crimson-dark));color:white;text-decoration:none;border-radius:12px;font-weight:700;font-size:1.1rem;box-shadow:var(--shadow-medium);transition:all 0.3s ease;border:none;cursor:pointer;min-width:220px}.download-button_316e7089:hover{transform:translateY(-5px);box-shadow:var(--shadow-strong);background:linear-gradient(135deg,var(--crimson-dark),var(--crimson))}.download-button_316e7089.android_316e7089{background:linear-gradient(135deg,var(--navy),var(--navy-light))}.download-button_316e7089.android_316e7089:hover{background:linear-gradient(135deg,var(--navy-light),var(--navy))}.download-icon_316e7089{font-size:1.5rem}.app-mockup_316e7089{background:white;border-radius:24px;padding:2rem;box-shadow:var(--shadow-strong);max-width:900px;margin:0 auto;border:1px solid rgba(0,0,0,0.05)}.mockup-placeholder_316e7089{height:400px;background:linear-gradient(145deg,#f0f0f0,#fafafa);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--charcoal-light);font-size:1.2rem;border:2px dashed #ddd}.app-features_316e7089{margin-top:4rem}.app-features_316e7089 h2{text-align:center;color:var(--navy);margin-bottom:2rem;font-size:2.2rem}.features-grid_316e7089{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card_316e7089{background:white;padding:2rem;border-radius:16px;box-shadow:var(--shadow-soft);text-align:center;transition:transform 0.3s ease}.feature-card_316e7089:hover{transform:translateY(-10px);box-shadow:var(--shadow-medium)}.feature-icon_316e7089{font-size:2.5rem;color:var(--crimson);margin-bottom:1rem}.feature-card_316e7089 h3{color:var(--navy);margin-bottom:0.8rem}footer{background-color:var(--navy);color:var(--ivory);padding:2rem 0;margin-top:4rem}.footer-links_316e7089{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem}.footer-link_316e7089{color:var(--ivory);text-decoration:none;transition:color 0.3s ease}.footer-link_316e7089:hover{color:var(--gold)}.copyright_316e7089{text-align:center;font-size:0.9rem;color:rgba(255,255,240,0.7)}@media (max-width:768px){.nav-menu_316e7089{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:var(--navy);padding:1rem;box-shadow:var(--shadow-medium)}.nav-menu_316e7089.active{display:flex}.mobile-menu-button_316e7089{display:block}.app-hero_316e7089 h1{font-size:2.2rem}.download-buttons_316e7089{flex-direction:column;align-items:center}.download-button_316e7089{width:100%;max-width:300px}.mockup-placeholder_316e7089{height:300px}.features-grid_316e7089{grid-template-columns:1fr}.footer-links_316e7089{flex-direction:column;align-items:center;gap:1rem}}