@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--bg-color: #ffffff;--primary-color: #2d3a2d;--forest-light: #3d4a3d;--gold: #b8860b;--gold-light: #daa520;--cream: #f5f3ef;--text-main: #3c2f2f;--text-muted: #6b5e5e;--white: #fff;--font-serif: "Cinzel", serif;--font-sans: "Inter", sans-serif;--spacing-md: 2rem;--spacing-lg: 4rem;--transition-fast: .2s ease;--transition-slow: .4s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background-color:transparent;position:absolute;top:0;left:0;right:0;z-index:10}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-icon{width:40px;height:40px;object-fit:contain}.logo-text{font-family:"Microsoft Himalaya",var(--font-serif);font-size:2.5rem;font-weight:400;color:var(--primary-color);letter-spacing:2px;line-height:1}.brand-name{font-family:"Microsoft Himalaya",var(--font-serif);font-weight:400;letter-spacing:2px}.large-cap{font-size:200%}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 2rem 4rem;background:radial-gradient(circle at center,var(--white) 0%,var(--bg-color) 100%)}.hero-subtitle{font-size:.875rem;text-transform:uppercase;letter-spacing:2px;color:var(--gold);margin-bottom:1.5rem;font-weight:500}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);color:var(--primary-color);margin-bottom:1.5rem;line-height:1.1;max-width:800px}.hero-logo{max-width:250px;height:auto;margin-bottom:1.5rem}.hero-description{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin-bottom:3rem;font-weight:300}.store-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-badge{background-color:var(--primary-color);color:var(--white);padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-family:var(--font-sans);font-weight:500;display:flex;align-items:center;gap:.75rem;transition:all var(--transition-fast);box-shadow:0 4px 12px #2d3a2d26}.store-badge:hover{background-color:var(--forest-light);transform:translateY(-2px);box-shadow:0 6px 16px #2d3a2d33}.featured-image-container{margin-top:4rem;max-width:300px;width:100%;position:relative}.featured-image-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,var(--gold-light) 0%,transparent 70%);opacity:.1;z-index:0}.featured-image{width:100%;height:auto;position:relative;z-index:1;border-radius:12px;box-shadow:0 20px 40px #2d3a2d1a}.footer{padding:3rem 2rem;background-color:var(--cream);border-top:1px solid rgba(45,58,45,.05);display:flex;flex-direction:column;align-items:center;gap:2rem}.footer-socials{display:flex;gap:1.5rem;justify-content:center;margin-bottom:-1rem}.social-link{color:var(--text-muted);transition:color var(--transition-fast),transform var(--transition-fast)}.social-link:hover{color:var(--primary-color);transform:translateY(-2px)}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-link{color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color var(--transition-fast)}.footer-link:hover{color:var(--gold)}.footer-contact{color:var(--primary-color);text-decoration:none;font-weight:500;font-size:.875rem}.footer-copyright{font-size:.875rem;color:var(--text-muted);text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s var(--transition-slow) forwards;opacity:0}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.download-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.desktop-qr{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 10px 30px #2d3a2d14;display:flex;flex-direction:column;align-items:center;gap:1rem}.qr-text{font-family:var(--font-sans);font-weight:500;color:var(--primary-color);font-size:.875rem;text-transform:uppercase;letter-spacing:1px}.qr-image{width:150px;height:150px}@media (min-width: 768px){.mobile-only{display:none!important}.desktop-only{display:flex!important}}@media (max-width: 767px){.mobile-only{display:flex!important}.desktop-only{display:none!important}}@media (min-width: 768px){.app-container{height:100vh;overflow:hidden}.hero{flex:1;min-height:0;justify-content:center;padding:2rem 2rem 130px}.hero-subtitle{margin-bottom:.75rem;font-size:.8rem}.hero-logo{max-width:160px;margin-bottom:.75rem}.hero-title{font-size:clamp(1.75rem,3vw,2.75rem);margin-bottom:.75rem}.hero-description{font-size:.95rem;margin-bottom:1rem}.desktop-qr{padding:.75rem}.qr-text{font-size:.75rem}.qr-image{width:100px;height:100px}.footer{position:fixed;bottom:0;left:0;right:0;background:var(--cream);padding:.75rem 2rem;gap:.5rem;z-index:10}.footer-socials{margin-bottom:0}}
