*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0d0e14;--dark: #181b22;--card: #1e222c;--border: rgba(255, 255, 255, .1);--gold: #f51818;--gold-dim: rgba(245, 197, 24, .12);--gold-glow: rgba(245, 197, 24, .2);--white: #f0ece4;--muted: rgba(240, 236, 228, .6);--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif}html{scroll-behavior:smooth}body{background-color:var(--black);color:var(--white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:100;opacity:.45}.divider{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(245,197,24,.25) 30%,rgba(245,197,24,.25) 70%,transparent 100%)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.hero{position:relative;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1.5rem 4rem;text-align:center;overflow:hidden}.hero-glow{position:absolute;inset:0;background:radial-gradient(ellipse 90% 55% at 50% -5%,rgba(245,197,24,.1) 0%,transparent 65%),radial-gradient(ellipse 50% 40% at 80% 85%,rgba(245,197,24,.05) 0%,transparent 55%),radial-gradient(ellipse 40% 30% at 15% 70%,rgba(245,197,24,.03) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:640px;width:100%}.filmstrip{display:flex;gap:6px;margin-bottom:2.5rem;opacity:0;animation:fadeDown .7s ease .1s forwards}.filmstrip-hole{width:10px;height:10px;border-radius:2px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.app-icon{width:100px;height:100px;border-radius:24px;background:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 0 60px #f5c51847,0 8px 32px #0000008c;opacity:0;animation:scaleIn .55s cubic-bezier(.34,1.56,.64,1) .25s forwards}.app-icon img{width:100px;height:100px;border-radius:24px;color:var(--black)}.app-name{font-family:var(--font-display);font-size:clamp(4.5rem,20vw,8rem);letter-spacing:.04em;line-height:.88;color:var(--white);opacity:0;animation:fadeUp .6s ease .35s forwards}.app-name span{color:var(--gold)}.hero-tagline{font-size:clamp(.9rem,2.5vw,1.05rem);font-weight:300;color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin-top:1.1rem;margin-bottom:2.75rem;opacity:0;animation:fadeUp .6s ease .5s forwards}.hero-cta{opacity:0;animation:fadeUp .6s ease .65s forwards;width:100%;max-width:320px}.btn-play{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.75rem;background:var(--gold);color:var(--black);text-decoration:none;border-radius:14px;font-family:var(--font-body);font-weight:500;font-size:1rem;letter-spacing:.02em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:0 4px 28px #f5c51852}.btn-play:hover{transform:translateY(-2px);box-shadow:0 10px 36px #f5c5186b;background:#f7cc30}.btn-play:active{transform:translateY(0)}.btn-play:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.btn-play svg{width:22px;height:22px;flex-shrink:0}.hero-sub{margin-top:.9rem;font-size:.75rem;color:var(--muted);letter-spacing:.04em;opacity:0;animation:fadeUp .6s ease .75s forwards}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:0;animation:fadeUp .6s ease 1.1s forwards;z-index:1}.scroll-hint-label{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:#f0ece440}.scroll-hint-line{width:1px;height:36px;background:linear-gradient(to bottom,rgba(245,197,24,.4),transparent);animation:scrollPulse 2s ease-in-out 1.5s infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}.section{padding:5rem 1.5rem}.section-inner{max-width:1100px;margin:0 auto}.section-label{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.section-title{font-family:var(--font-display);font-size:clamp(2.4rem,7vw,3.8rem);letter-spacing:.04em;line-height:.9;color:var(--white);margin-bottom:1rem}.section-desc{font-size:1rem;font-weight:300;color:var(--muted);line-height:1.7;max-width:480px;margin-bottom:3.5rem}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(5,1fr)}}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:1.75rem 1.25rem;display:flex;flex-direction:column;gap:1rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;cursor:default}.feature-card:hover{border-color:#f5c51880;box-shadow:0 8px 32px #00000059,0 0 0 1px #f5c5182e;transform:translateY(-3px)}.feature-icon-wrap{width:48px;height:48px;border-radius:12px;background:var(--gold-dim);border:1px solid rgba(245,197,24,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon-wrap svg{width:22px;height:22px;color:var(--gold);stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.feature-title{font-family:var(--font-display);font-size:1.4rem;letter-spacing:.05em;color:var(--white)}.feature-desc{font-size:.83rem;font-weight:300;color:var(--muted);line-height:1.6}.howto{background:var(--dark);padding:5rem 1.5rem}.steps{display:flex;flex-direction:column;gap:2rem;position:relative}@media(min-width:768px){.steps{flex-direction:row;gap:0}.step{flex:1;padding:0 2rem;position:relative}.step:not(:last-child):after{content:"";position:absolute;top:28px;right:-1px;width:1px;height:56px;background:linear-gradient(to bottom,var(--border),transparent)}}.step{display:flex;flex-direction:column;gap:1rem}.step-number{font-family:var(--font-display);font-size:3.5rem;line-height:1;letter-spacing:.02em;color:var(--gold);opacity:.5}.step-title{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.05em;color:var(--white)}.step-desc{font-size:.88rem;font-weight:300;color:var(--muted);line-height:1.7;max-width:260px}.step-icon{width:44px;height:44px;border-radius:11px;background:var(--card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.step-icon svg{width:20px;height:20px;color:var(--gold);fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.download{padding:6rem 1.5rem;text-align:center;position:relative;overflow:hidden}.download-glow{position:absolute;inset:0;background:radial-gradient(ellipse 70% 70% at 50% 50%,rgba(245,197,24,.06) 0%,transparent 65%);pointer-events:none}.download-inner{position:relative;z-index:1;max-width:560px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:0}.download-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;border-radius:999px;background:var(--gold-dim);border:1px solid rgba(245,197,24,.2);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:1.75rem}.download-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}.download-title{font-family:var(--font-display);font-size:clamp(3rem,10vw,5.5rem);letter-spacing:.04em;line-height:.9;color:var(--white);margin-bottom:1.25rem}.download-title em{color:var(--gold);font-style:normal}.download-desc{font-size:.95rem;font-weight:300;color:var(--muted);line-height:1.7;margin-bottom:2.5rem;max-width:400px}.download-cta-wrap{width:100%;max-width:320px}.download-sub{margin-top:.9rem;font-size:.72rem;letter-spacing:.05em;color:#f0ece44d}.footer{padding:2rem 1.5rem;text-align:center;border-top:1px solid var(--border)}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.6rem}.footer-logo{font-family:var(--font-display);font-size:1.4rem;letter-spacing:.08em;color:var(--white)}.footer-logo span{color:var(--gold)}.footer-copy{font-size:.7rem;letter-spacing:.05em;color:#f0ece433}.screenshots-section{background:var(--dark);overflow:hidden}.screenshots-section .section-desc{max-width:520px}.phones-row{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1.25rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.phones-row::-webkit-scrollbar{display:none}.screen-img{height:380px;width:auto;border-radius:12px;scroll-snap-align:center;flex-shrink:0;display:block}@media(min-width:768px){.screen-img{height:420px}}@media(min-width:768px){.phones-row{justify-content:center;overflow-x:visible;flex-wrap:wrap;padding-bottom:0}}.phone-mockup{display:flex;flex-direction:column;align-items:center;gap:1rem;scroll-snap-align:center;flex-shrink:0}.phone-frame{width:185px;border:2.5px solid rgba(255,255,255,.16);border-radius:38px;background:#080810;padding:10px 8px;box-shadow:0 0 0 1px #ffffff0a,0 20px 60px #0000008c,0 0 40px var(--gold-glow);position:relative}.phone-notch{width:72px;height:8px;border-radius:999px;background:#ffffff14;margin:0 auto 8px}.phone-screen{aspect-ratio:9 / 19;border-radius:28px;overflow:hidden;position:relative;background:var(--card)}.phone-screen img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1}.screen-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:linear-gradient(155deg,var(--card) 0%,#12151e 100%)}.screen-placeholder-icon{width:52px;height:52px;border-radius:14px;background:var(--gold-dim);border:1px solid rgba(245,197,24,.18);display:flex;align-items:center;justify-content:center}.screen-placeholder-icon svg{width:26px;height:26px;color:var(--gold);fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.screen-placeholder-title{font-family:var(--font-display);font-size:1.25rem;letter-spacing:.06em;color:var(--white);text-align:center}.screen-placeholder-desc{font-size:.7rem;font-weight:300;color:var(--muted);text-align:center;line-height:1.5}.screen-placeholder-bars{display:flex;flex-direction:column;gap:6px;width:100%;margin-top:.5rem}.screen-bar{height:6px;border-radius:999px;background:#ffffff0f}.screen-bar:first-child{width:85%}.screen-bar:nth-child(2){width:65%}.screen-bar:nth-child(3){width:75%}.phone-label{font-size:.8rem;font-weight:500;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;text-align:center}@media(min-width:768px){.phone-frame{width:200px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:.6;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.65)}to{opacity:1;transform:scale(1)}}.lang-switch{position:fixed;top:1rem;right:1.25rem;z-index:100;font-family:var(--font-display);font-size:.85rem;letter-spacing:.08em;color:var(--muted);background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:4px 10px;text-decoration:none;transition:color .2s,border-color .2s,background .2s}.lang-switch:hover{color:var(--white);border-color:var(--gold);background:#f5181814}
