:root{--abyss: #02040c;--midnight: #0330b0;--sapphire: #0a3fd4;--electric: #1d60f5;--muted: #4d5975;--line: #e0e7f5;--soft: #f2f6fe;--tint: #eaf0fe;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--abyss);background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}h1,h2,h3{font-family:Nunito,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;background:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{width:min(100%,1536px);margin:0 auto;padding:0 clamp(20px,5vw,70px)}.hero{min-height:940px;padding-top:98px;border-bottom:1px solid var(--line);background:#fff}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffb8;-webkit-backdrop-filter:blur(18px) saturate(1.5);backdrop-filter:blur(18px) saturate(1.5);border-bottom:1px solid rgba(224,231,245,.6);transition:background .2s ease,box-shadow .2s ease}.site-header.is-scrolled{background:#ffffffdb;box-shadow:0 10px 30px #02040c12}.header{height:98px;display:flex;align-items:center;justify-content:space-between;position:relative;transition:height .25s ease}.site-header.is-scrolled .header{height:76px}.brand,.footer-brand{display:flex;align-items:center;gap:14px;font-size:28px;font-weight:700}.brand-logo{height:30px;width:auto;display:block}.nav{position:absolute;left:0;right:0;display:flex;justify-content:center;gap:72px;font-size:16px;font-weight:700}.nav a{transition:color .14s ease,opacity .12s ease}.nav a:hover{color:var(--electric)}.nav a:active{opacity:.55}.header-actions{display:flex;align-items:center;gap:14px}.header-button{width:156px;height:50px;border-radius:999px;display:grid;place-items:center;color:#fff;background:var(--electric);font-size:17px;font-weight:700;transition:background .16s ease,transform .12s ease}.header-button:hover{background:var(--sapphire)}.header-button:active{transform:scale(.95)}.menu-toggle{display:none;width:48px;height:48px;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--abyss);cursor:pointer;transition:transform .12s ease,background .16s ease}.menu-toggle:active{transform:scale(.9)}.menu-toggle svg{transition:transform .22s ease}.menu-toggle.is-open svg{transform:rotate(90deg)}.menu-backdrop{position:fixed;inset:0;z-index:90;background:#02040c59;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .25s ease}.menu-backdrop.is-open{opacity:1;pointer-events:auto}@media(min-width:981px){.menu-backdrop{display:none}}.mobile-menu{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:95;display:flex;flex-direction:column;gap:6px;padding:14px;background:#ffffffeb;-webkit-backdrop-filter:blur(20px) saturate(1.5);backdrop-filter:blur(20px) saturate(1.5);border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 60px #02040c2e;opacity:0;transform:translateY(-12px) scale(.98);transform-origin:top center;visibility:hidden;pointer-events:none;transition:opacity .24s ease,transform .24s cubic-bezier(.22,1,.36,1),visibility 0s linear .24s}.mobile-menu.is-open{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:auto;transition:opacity .24s ease,transform .24s cubic-bezier(.22,1,.36,1)}.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:12px;font-size:17px;font-weight:600;opacity:0;transform:translateY(-8px);transition:opacity .26s ease,transform .26s ease,background .16s ease}.mobile-menu a svg{color:var(--electric)}.mobile-menu.is-open a{opacity:1;transform:none}.mobile-menu.is-open a:nth-child(1){transition-delay:50ms}.mobile-menu.is-open a:nth-child(2){transition-delay:.11s}.mobile-menu.is-open a:nth-child(3){transition-delay:.17s}.mobile-menu a:hover{background:var(--soft)}.mobile-menu a:active{background:var(--tint);transform:scale(.98)}@media(prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu a,.menu-backdrop,.menu-toggle,.menu-toggle svg,.header-button,.primary-button,.text-button,.text-button svg,.store-badge,.nav a,.footer nav a,.feature{transition:none}}.hero-content{min-height:760px;display:flex;align-items:center;justify-content:space-between;gap:48px}.hero-copy{max-width:720px;margin-left:38px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;margin-bottom:28px;border-radius:999px;background:var(--tint);border:1px solid rgba(29,96,245,.2);color:var(--sapphire);font-size:14px;font-weight:700}.hero h1{max-width:710px;margin:0;font-size:clamp(2.5rem,5.2vw,78px);line-height:1.12;font-weight:700;letter-spacing:-.02em}.hero-copy p{max-width:560px;margin:30px 0 0;color:var(--muted);font-size:clamp(1.05rem,1.6vw,24px);line-height:1.5}.hero-actions,.cta-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap;margin-top:52px}.primary-button,.outline-button{width:214px;height:56px;border-radius:999px;display:grid;place-items:center;font-size:18px;font-weight:700;transition:background .16s ease,transform .16s ease}.primary-button{color:#fff;background:var(--electric);box-shadow:0 14px 30px #1d60f547}.primary-button:hover{background:var(--sapphire);transform:translateY(-1px)}.primary-button:active{transform:translateY(0) scale(.96);box-shadow:0 8px 18px #1d60f53d}.store-badge{width:242px;min-height:68px;border-radius:16px;display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:0 20px;color:#fff;background:#ffffff0d;border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 32px #02040c4d;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.store-badge:not(.is-disabled):hover{transform:translateY(-2px);box-shadow:0 20px 36px #020a2a38}.store-badge:not(.is-disabled):active{transform:translateY(0) scale(.97)}.store-badge.is-disabled{cursor:default;opacity:.9}.store-logo{flex:0 0 38px;width:38px;height:38px;border-radius:10px;display:grid;place-items:center;color:#fff;background:#ffffff17}.store-logo img{width:27px;height:27px;display:block;object-fit:contain}.store-badge:first-child .store-logo img{width:28px;height:28px}.store-badge:last-child .store-logo img{width:29px;height:29px}.store-copy{display:grid;gap:2px;text-align:left}.store-copy small{color:#a9b7e0;font-size:12.5px;line-height:1}.store-copy strong{color:#fff;font-size:21px;line-height:1.1}.outline-button{width:258px;border:1.5px solid var(--electric);color:var(--electric);background:#fff;font-size:18px;font-weight:700}.text-button{height:56px;display:flex;align-items:center;gap:14px;color:var(--electric);font-size:18px;font-weight:700;transition:color .16s ease,transform .12s ease}.text-button svg{transition:transform .18s ease}.text-button:hover{color:var(--sapphire)}.text-button:hover svg{transform:translate(4px)}.text-button:active{transform:scale(.96)}.hero-phone{width:472px;height:858px;max-width:100%;object-fit:contain;transform:translate(-76px)}.hero-phone,.security-phone{filter:drop-shadow(0 34px 64px rgba(29,96,245,.3))}.features{padding:52px 0 62px;border-bottom:1px solid var(--line);background:#f8faff}.features h2,.capture h2,.security h2,.cta h2{margin:0;color:var(--abyss);font-size:clamp(2rem,3.4vw,50px);line-height:1.18;font-weight:700;letter-spacing:-.015em;text-align:center}.feature-strip{margin-top:48px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:16px}.feature{min-height:194px;padding:26px 16px 28px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature:hover{transform:translateY(-6px);border-color:#1d60f559;box-shadow:0 22px 44px #02040c14}.feature.dashed{border-style:dashed;border-color:#1d60f566}.feature-icon,.step-icon,.security-icon{margin:0 auto;width:76px;height:76px;border-radius:18px;display:grid;place-items:center;color:var(--electric);background:var(--tint)}.feature h3{margin:18px 0 0;color:var(--midnight);font-size:18px;line-height:1.25}.feature p{margin:14px auto 0;max-width:155px;color:var(--muted);font-size:15px;line-height:1.5}.capture{border-bottom:1px solid var(--line)}.split{min-height:760px;display:flex;align-items:center;justify-content:space-between;gap:88px}.transaction-phone{width:560px;height:738px;max-width:100%;object-fit:contain}.split-copy{max-width:620px;flex:1}.capture h2,.security h2{text-align:left;font-size:clamp(2.1rem,3.9vw,56px);line-height:1.18}.steps{margin-top:42px;display:grid;gap:44px}.step{display:flex;align-items:center;gap:32px}.step-icon{flex:0 0 86px;width:86px;height:86px;border-radius:20px}.step-icon.accent{color:#fff;background:linear-gradient(135deg,var(--sapphire),var(--electric))}.step h3,.security-item h3{margin:0;font-size:26px;line-height:1.28}.step p,.security-item p{margin:12px 0 0;color:var(--muted);font-size:17px;line-height:1.58}.safe-note{margin:52px 0 0;display:flex;align-items:center;gap:16px;color:var(--sapphire);font-size:15px;font-weight:600}.security{position:relative;z-index:1;border-bottom:1px solid var(--line)}.security .split{height:710px}.security-copy{max-width:650px}.security h2{font-size:clamp(2.2rem,4.3vw,62px)}.security-list{margin-top:50px;display:grid;gap:42px}.security-item{display:grid;grid-template-columns:86px 1px 1fr;align-items:center;gap:32px}.security-icon{width:86px;height:86px;border-radius:999px}.security-divider{height:88px;background:#c9d2e1}.security-item p{font-size:21px;line-height:1.48}.security-phone{width:456px;height:716px;max-width:100%;object-fit:contain;align-self:flex-start;margin-top:18px;position:relative;z-index:0;transform:translateY(120px)}.cta{position:relative;z-index:2;min-height:300px;padding:64px clamp(20px,5vw,70px);display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(560px 260px at 50% 0%,rgba(29,96,245,.28),transparent 70%),var(--abyss)}.cta h2{color:#fff;font-size:clamp(1.9rem,2.7vw,38px);line-height:1.24}.cta p{margin:14px 0 0;max-width:560px;color:#9fb0d8;font-size:clamp(1rem,1.4vw,21px);line-height:1.45;text-align:center}.cta-actions{justify-content:center;margin-top:32px;gap:28px}.footer{background:var(--abyss);color:#fff}.footer-content{min-height:160px;display:flex;align-items:center;justify-content:space-between}.footer-brand .brand-logo{height:34px}.footer p{margin:14px 0 0;color:#8fa0c9;font-size:18px}.footer nav{display:flex;gap:106px;color:#c3cdea;font-size:18px}.footer nav a{transition:color .14s ease,opacity .12s ease}.footer nav a:hover{color:#fff}.footer nav a:active{opacity:.55}@media(prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.hero-copy{margin-left:0}.hero{min-height:0}.hero-content,.split{min-height:620px}.hero-content,.split,.security .split{gap:44px}.feature-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:980px){.nav{display:none}.menu-toggle{display:grid}.feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-logo{height:26px}.hero-content,.split,.security .split{min-height:0;height:auto;flex-direction:column;align-items:stretch;text-align:left;gap:36px;padding-top:56px;padding-bottom:64px}.capture h2{text-align:center}.capture .split-copy{display:contents}.capture h2{order:1}.capture .transaction-phone{order:2}.capture .steps{order:3;margin-top:8px}.capture .safe-note{order:4;margin-top:8px}.hero-phone,.transaction-phone,.security-phone{width:min(100%,420px);height:auto;transform:none;align-self:center;margin:0 auto;z-index:0}.step,.security-item{gap:28px}.security-item{grid-template-columns:86px 1fr;align-items:flex-start}.security-divider{display:none}.footer-content{align-items:flex-start;flex-direction:column;justify-content:center;gap:28px;padding-top:40px;padding-bottom:40px}.footer nav{gap:28px;flex-wrap:wrap;justify-content:space-between;width:100%}}@media(max-width:560px){.brand-logo{height:22px}.header-actions{gap:8px}.header-button{width:auto;padding:0 14px;height:42px;font-size:14px}.menu-toggle{width:42px;height:42px}.hero-actions{gap:16px;margin-top:40px;flex-wrap:nowrap}.hero-actions .primary-button{width:auto;padding:0 22px}.hero-actions .text-button{flex-shrink:0}.feature-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.feature{padding:24px 16px 26px}.feature:last-child{grid-column:1 / -1}.feature-icon{width:64px;height:64px}.feature h3{font-size:17px}.feature p{max-width:170px;font-size:14px}.security-list{gap:36px}.security-item{grid-template-columns:76px 1fr;gap:24px}.security-icon{width:76px;height:76px}.cta-actions{flex-direction:column;align-items:stretch;gap:16px;width:100%}.cta-actions .primary-button,.cta-actions .outline-button,.cta-actions .store-badge{width:100%}.cta-actions .store-badge{min-height:66px}}
