@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap";:root{--primary:#f59e0b;--primary-hover:#d97706;--bg-base:#09090b;--bg-surface:#18181b;--bg-surface-glass:#18181bb3;--text-main:#f8fafc;--text-muted:#94a3b8;--border-light:#ffffff1a;--glass-blur:blur(12px)}body{background-color:var(--bg-base);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.glass-panel{background:var(--bg-surface-glass);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-light);border-radius:20px}.text-gradient{background:linear-gradient(135deg,#fcd34d 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#1a1a2e;justify-content:center;font-family:Inter,sans-serif;display:flex}.mobile-container{background-color:#111;width:100%;max-width:480px;min-height:100vh;padding-bottom:90px;position:relative;overflow-x:hidden;box-shadow:0 0 20px #00000080}.header{z-index:10;background:linear-gradient(#000c,#0000);justify-content:space-between;align-items:center;width:100%;padding:16px 20px;display:flex;position:absolute;top:0;left:0}.logo-section{align-items:center;gap:8px;display:flex}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-main{letter-spacing:.5px;font-size:1.1rem;font-weight:900}.logo-sub{letter-spacing:1px;font-size:.65rem;font-weight:500}.header-text{text-align:right;color:#ffca28;font-size:.65rem;font-weight:500;line-height:1.3}.highlight-text{color:#fff;font-weight:700}.hero-wrapper{width:100%;position:relative}.image-container{aspect-ratio:9/16;width:100%;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%;display:block}.image-gradient-overlay{background:linear-gradient(#0000,#111 80%);width:100%;height:150px;position:absolute;bottom:0;left:0}.content-section{text-align:center;z-index:5;flex-direction:column;align-items:center;margin-top:-80px;display:flex;position:relative}.win-text{flex-direction:column;align-items:center;display:flex}.win-small{color:#e0e0e0;font-size:1.8rem;font-weight:700}.win-huge{background:linear-gradient(#fff8b0 0%,#ffc107 50%,#f57f17 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 6px #000000b3);text-shadow:0 2px 10px #ffc1074d;-webkit-background-clip:text;margin:5px 0;font-size:4.5rem;font-weight:900;line-height:1}.win-medium{color:#ffca28;letter-spacing:1px;font-size:1.1rem;font-weight:700}.steps-text{color:#64b5f6;text-shadow:0 0 15px #64b5f699;letter-spacing:.5px;margin-top:40px;font-size:1.2rem;font-weight:700}.sticky-bottom{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;background:#0f192df2;border-top:1px solid #ffffff0d;width:100%;max-width:480px;padding:16px 20px;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.btn-get-started{color:#fff;cursor:pointer;text-transform:capitalize;background:linear-gradient(90deg,#00d2ff,#08f);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #08f6}.btn-get-started:active{transform:scale(.98);box-shadow:0 2px 8px #08f6}.action-buttons{width:100%;margin-top:20px;padding:0 20px}.btn-whatsapp{color:#25d366;cursor:pointer;background:#25d3661a;border:1px solid #25d3664d;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.btn-whatsapp:active{background:#25d36633;transform:scale(.98)}.features-section{z-index:10;padding:40px 20px 20px;position:relative}.features-grid{flex-direction:column;gap:15px;display:flex}.feature-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:15px;padding:15px;transition:all .2s;display:flex}.feature-card:hover{background:#ffffff0f;border-color:#ffc1074d}.feature-icon{color:#ffca28;background:#ffca281a;border-radius:8px;flex-shrink:0;padding:6px}.feature-info{text-align:left}.feature-info h3{color:#e0e0e0;margin-bottom:4px;font-size:1rem;font-weight:700}.feature-info p{color:#9e9e9e;font-size:.8rem;line-height:1.4}
