:root{--green:#155b3b;--deep:#092d20;--mint:#dff5e9;--ink:#12231a;--muted:#5d6f65;--line:#dfe9e3;--paper:#fbfdfc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.shell{width:min(1160px,100% - 40px);margin:auto}header{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#fbfdfce6;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;height:72px;display:flex}.brand{align-items:center;gap:10px;font-size:21px;font-weight:850;display:flex}.brand img{border-radius:10px;width:36px;height:36px}.nav nav{align-items:center;gap:28px;font-size:14px;font-weight:650;display:flex}.button{background:var(--green);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:13px 22px;font-weight:750;display:inline-flex}.button.small{padding:9px 17px}.button.ghost{color:var(--ink);border:1px solid var(--line);background:0 0}.hero{background:radial-gradient(circle at 10% 15%,#e5f6ed,#0000 34%),linear-gradient(135deg,#fff 20%,#edf6f1);padding:72px 0}.hero-grid{grid-template-columns:1fr .9fr;align-items:center;gap:55px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--green);font-size:12px;font-weight:850}h1,h2,h3,p{margin-top:0}.hero h1,.page h1{letter-spacing:-.055em;margin:18px 0 25px;font-size:clamp(45px,7vw,80px);line-height:.98}.hero h1 em{color:var(--green);font-style:normal}.hero p,.lead{color:var(--muted);max-width:670px;font-size:19px}.actions{gap:12px;margin:28px 0;display:flex}.trust{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.trust span:before{content:"✓";color:var(--green);margin-right:6px;font-weight:900}.product-card{color:#fff;background:linear-gradient(150deg,#0b3e2a,#071c15);border-radius:32px;justify-self:end;width:min(460px,100%);padding:28px;box-shadow:0 30px 80px #092d2038}.product-brand{align-items:center;gap:10px;font-size:20px;display:flex}.product-brand img{border-radius:11px;width:38px;height:38px}.balance{background:linear-gradient(135deg,#21734c,#125437);border-radius:22px;flex-direction:column;margin:28px 0;padding:25px;display:flex}.balance small,.balance span{color:#cce7d8}.balance strong{font-size:38px;line-height:1.25}.quick-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.quick-grid span{background:#ffffff12;border:1px solid #ffffff1f;border-radius:15px;justify-content:center;align-items:center;min-height:72px;font-size:13px;font-weight:700;display:flex}.section{padding:90px 0}.section-head{max-width:680px;margin-bottom:36px}.section h2,.page h2{letter-spacing:-.035em;margin:10px 0;font-size:clamp(28px,4vw,44px);line-height:1.12}.section-head p,.card p,.content-grid p{color:var(--muted)}.cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.card,.content-grid article{border:1px solid var(--line);background:#fff;border-radius:20px;padding:26px}.dot{background:var(--mint);border-radius:10px;width:34px;height:34px;margin-bottom:18px;display:block}.dot:after{content:"";background:var(--green);border-radius:4px;width:12px;height:12px;display:block;position:relative;top:11px;left:11px}.dark{background:var(--deep);color:#fff}.split{grid-template-columns:1.1fr .7fr;align-items:center;gap:70px;display:grid}.split p{color:#bed3c7;font-size:18px}.mint{color:#85d6ad}.text-link{color:#9fe2bf;align-items:center;min-height:44px;font-weight:750;display:inline-flex}.security-panel{width:min(390px,100%);color:var(--ink);background:#fff;border-radius:28px;justify-self:center;padding:35px}.security-panel .shield{background:var(--mint);width:58px;height:58px;color:var(--green);border-radius:18px;place-items:center;font-size:28px;font-weight:900;display:grid}.security-panel>strong{margin:22px 0 7px;font-size:24px;display:block}.security-panel p{color:var(--muted);font-size:15px}.security-panel>div{flex-wrap:wrap;gap:8px;display:flex}.security-panel>div span{color:var(--green);background:#eff7f2;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.center{text-align:center}.center .lead{margin:0 auto 28px}.page{min-height:70vh;padding:90px 0}.page h1{font-size:clamp(44px,7vw,72px)}.content-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px;display:grid}.content-grid h2{font-size:22px}footer{background:var(--deep);color:#c8dbd0;padding:60px 0 30px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px;display:grid}.footer-grid>div{flex-direction:column;gap:4px;display:flex}.footer-grid a{align-items:center;min-height:44px;display:flex}.brand.light{color:#fff}.fine{color:#91ad9e;border-top:1px solid #ffffff26;margin-top:35px;padding-top:24px;font-size:13px}@media (max-width:800px){.nav nav>a:not(.button){display:none}.hero-grid,.split{grid-template-columns:1fr}.hero{padding:48px 0}.product-card{order:-1;justify-self:center}.cards{grid-template-columns:1fr 1fr}.section{padding:65px 0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.brand,.nav .button.small{min-height:44px}}@media (max-width:540px){.shell{width:min(100% - 28px,1160px)}.cards,.content-grid{grid-template-columns:1fr}.hero h1{font-size:48px}.actions{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.product-card{border-radius:24px;padding:20px}}.reveal{animation:.7s ease-out both rise-in}.reveal-late{animation:.75s ease-out .16s both rise-in}.card-reveal{animation:.6s ease-out both rise-in}.promo{color:#fff;background:linear-gradient(135deg,#155b3b,#082d20);border-radius:32px;min-height:430px;margin-top:70px;position:relative;overflow:hidden;box-shadow:0 28px 75px #092d2033}.promo:before,.promo:after{content:"";background:#ffffff0f;border-radius:999px;position:absolute}.promo:before{width:260px;height:260px;top:-130px;right:20%}.promo:after{width:190px;height:190px;bottom:-90px;left:-70px}.promo-copy{z-index:2;width:62%;padding:55px;position:relative}.promo-kicker{color:#9fe2bf;animation:.55s ease-out .1s both rise-in}.promo h2{letter-spacing:-.05em;margin:15px 0 20px;font-size:clamp(42px,6vw,68px);line-height:.95}.promo h2 span{animation:.55s cubic-bezier(.22,1,.36,1) both word-in;display:inline-block}.promo h2 span:nth-child(2){animation-delay:.18s}.promo h2 em{color:#9fe2bf;font-style:normal;animation:.6s ease-out .36s both slide-in;display:inline-block}.promo-copy>p{color:#d6e9df;max-width:540px;font-size:17px;animation:.6s ease-out .55s both slide-in}.promo-badges{flex-wrap:wrap;gap:10px;margin:22px 0;display:flex}.promo-badges span{border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800;animation:.48s cubic-bezier(.34,1.56,.64,1) .8s both badge-in}.promo-badges span:first-child{color:#155b3b;background:#dff5e9}.promo-badges span:last-child{color:#092d20;background:#f5b942;animation-delay:.98s}.promo-action{color:var(--green);background:#fff;animation:.5s ease-out 1.15s both rise-in}.promo>img{z-index:1;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 20px 28px #0000003d);width:min(44%,470px);max-height:96%;animation:.75s cubic-bezier(.22,1,.36,1) .75s both person-in;position:absolute;bottom:0;right:-5px}.download-section{background:linear-gradient(135deg,#edf8f2,#fff);scroll-margin-top:72px}.download-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;display:grid}.download-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.store-button{color:#fff;background:#111;border-radius:14px;flex-direction:column;justify-content:center;min-width:205px;min-height:64px;padding:8px 22px;line-height:1.05;text-decoration:none;transition:transform .15s,opacity .15s;display:flex}.store-button:hover{opacity:.88;transform:translateY(-1px)}.store-button small{letter-spacing:.12em;font-size:9px}.store-button strong{font-size:23px}.store-note{max-width:570px;color:var(--muted);margin-top:14px;font-size:13px}.steps{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.steps li{border:1px solid var(--line);background:#fff;border-radius:18px;gap:15px;padding:20px;display:flex}.steps li>span{background:var(--mint);height:40px;color:var(--green);border-radius:12px;flex:0 0 40px;place-items:center;font-weight:900;display:grid}.steps strong{font-size:16px}.steps p{color:var(--muted);margin:2px 0 0;font-size:14px}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes word-in{0%{opacity:0;transform:translateY(18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slide-in{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes badge-in{0%{opacity:0;transform:translateY(-12px)scale(.85)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes person-in{0%{opacity:0;transform:translate(35px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@media (max-width:800px){.promo{min-height:650px}.promo-copy{width:100%;padding:42px 34px}.promo>img{width:65%;max-height:52%}.download-grid{grid-template-columns:1fr}.download-actions>*{min-height:64px}}@media (max-width:540px){.promo{width:calc(100% - 28px);min-height:620px;margin-top:38px}.promo-copy{padding:34px 24px}.promo h2{font-size:44px}.promo>img{width:78%;right:-18px}.download-actions{flex-direction:column}.download-actions>*{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.reveal-late,.card-reveal,.promo-kicker,.promo h2 span,.promo h2 em,.promo-copy>p,.promo-badges span,.promo-action,.promo>img{animation:none!important}}.service-cards{grid-template-columns:repeat(3,1fr)}.card-link{min-height:44px;color:var(--green);align-items:center;font-weight:800;display:inline-flex}.provider-section{background:#f0f8f4;padding:85px 0;overflow:hidden}.logo-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.logo-track{gap:14px;width:max-content;animation:34s linear infinite logo-scroll;display:flex}.logo-marquee:hover .logo-track{animation-play-state:paused}.logo-card{border:1px solid var(--line);background:#fff;border-radius:18px;place-items:center;width:160px;height:94px;padding:18px;display:grid}.logo-card img{object-fit:contain;max-width:100%;max-height:58px}.provider-note{color:var(--muted);margin:22px 0 0;font-size:12px}.faq-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.faq-list details{border:1px solid var(--line);background:#fff;border-radius:18px;padding:0 22px}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:15px;min-height:70px;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{background:var(--mint);height:30px;color:var(--green);border-radius:10px;flex:0 0 30px;place-items:center;font-size:20px;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);padding-right:35px}.faq-more{color:var(--green);margin-top:20px}.page-cta{background:var(--mint);border-radius:22px;justify-content:space-between;align-items:center;gap:30px;margin-top:45px;padding:28px;display:flex}.page-cta span{flex-direction:column;display:flex}.page-cta strong{font-size:20px}.page-cta small{color:var(--muted)}@keyframes logo-scroll{to{transform:translate(calc(-50% - 7px))}}@media (max-width:800px){.service-cards{grid-template-columns:1fr 1fr}.faq-list{grid-template-columns:1fr}.page-cta{flex-direction:column;align-items:flex-start}.logo-card{width:135px;height:82px}}@media (max-width:540px){.service-cards{grid-template-columns:1fr}.provider-section{padding:65px 0}.page-cta .button{width:100%}}@media (prefers-reduced-motion:reduce){.logo-track{animation:none}.logo-marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}.consent-banner{z-index:50;max-width:900px;color:var(--ink);background:#fff;border:1px solid #cfe1d7;border-radius:16px;justify-content:space-between;align-items:center;gap:22px;margin:auto;padding:16px 18px;display:flex;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 16px 45px #092d202e}.consent-banner strong{font-size:16px}.consent-banner p{max-width:650px;color:var(--muted);margin:2px 0 0;font-size:13px}.consent-banner a{color:var(--green);font-weight:750;text-decoration:underline}.consent-actions{flex:none;gap:9px;display:flex}.consent-actions button{min-height:44px;font:inherit;cursor:pointer;border-radius:999px;padding:10px 17px;font-size:14px;font-weight:750}.consent-reject{border:1px solid var(--line);color:var(--ink);background:#fff}.consent-accept{border:1px solid var(--green);background:var(--green);color:#fff}.preferences-backdrop{z-index:60;background:#05160f7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.preferences-panel{background:#fff;border-radius:20px;width:min(500px,100%);padding:25px;box-shadow:0 24px 70px #00000040}.preferences-panel>strong{font-size:20px}.preferences-panel>p{color:var(--muted);margin:5px 0 20px;font-size:14px}.preference-row{border:1px solid var(--line);border-radius:14px;justify-content:space-between;align-items:center;gap:20px;min-height:74px;margin-bottom:20px;padding:14px;display:flex}.preference-row span{flex-direction:column;display:flex}.preference-row small{color:var(--muted)}.preference-row input{width:24px;height:24px;accent-color:var(--green)}.preferences-panel .consent-actions{justify-content:flex-end}@media (max-width:700px){.consent-banner{flex-direction:column;align-items:stretch;gap:10px;padding:14px}.consent-actions{grid-template-columns:1fr 1fr;display:grid}.consent-actions button{width:100%}.preferences-panel .consent-actions{grid-template-columns:1fr}}.crypto-page{position:relative}.crypto-page:before{content:"";z-index:-1;background:radial-gradient(circle,#dff5e9 0,#dff5e900 70%);border-radius:999px;width:320px;height:320px;position:absolute;top:35px;right:0}.crypto-page>.lead{max-width:820px}.crypto-assets{background:linear-gradient(135deg,#edf9f3,#fff);border:1px solid #cfe5d8;border-radius:28px;grid-template-columns:.8fr 1.2fr;align-items:center;gap:38px;margin-top:48px;padding:34px;display:grid;box-shadow:0 22px 55px #092d2014}.crypto-assets h2{margin:10px 0 12px;font-size:clamp(28px,4vw,42px)}.crypto-assets p{color:var(--muted);margin:0}.crypto-logo-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.crypto-logo-grid article{border:1px solid var(--line);background:#fff;border-radius:15px;align-items:center;gap:10px;min-width:0;padding:12px;display:flex;box-shadow:0 8px 20px #092d200d}.crypto-logo-grid img{object-fit:contain;width:38px;height:38px}.crypto-logo-grid span{flex-direction:column;min-width:0;line-height:1.25;display:flex}.crypto-logo-grid strong{font-size:14px}.crypto-logo-grid small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.crypto-page .content-grid{grid-template-columns:repeat(3,1fr)}.crypto-page .content-grid article{padding:28px;position:relative;overflow:hidden;box-shadow:0 12px 34px #092d200e}.crypto-page .content-grid article:before{content:"";background:var(--green);border-radius:999px;width:38px;height:5px;margin-bottom:19px;display:block}.crypto-page .content-grid h2{font-size:21px}@media (max-width:900px){.crypto-assets{grid-template-columns:1fr}.crypto-page .content-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.crypto-assets{padding:24px}.crypto-logo-grid{grid-template-columns:repeat(2,1fr)}.crypto-page .content-grid{grid-template-columns:1fr}.crypto-logo-grid article:last-child{grid-column:1/-1}}.tv-partners{background:linear-gradient(135deg,#edf9f3,#fff);border:1px solid #cfe5d8;border-radius:28px;grid-template-columns:.8fr 1.2fr;align-items:center;gap:38px;margin-top:48px;padding:34px;display:grid;box-shadow:0 22px 55px #092d2014}.tv-partners h2{margin:10px 0 12px;font-size:clamp(28px,4vw,42px)}.tv-partners p{color:var(--muted);margin:0}.tv-logo-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.tv-logo-grid article{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:120px;padding:18px;display:flex;box-shadow:0 8px 22px #092d200f}.tv-logo-grid img{object-fit:contain;max-width:120px;height:52px}.tv-logo-grid strong{font-size:14px}@media (max-width:800px){.tv-partners{grid-template-columns:1fr}.tv-logo-grid article{min-height:105px}}@media (max-width:540px){.tv-partners{padding:24px}.tv-logo-grid{grid-template-columns:1fr}.tv-logo-grid article{min-height:95px}.tv-logo-grid img{height:44px}}.journey-showcase{isolation:isolate;justify-self:end;place-items:center;width:min(500px,100%);min-height:660px;display:grid;position:relative}.journey-glow{z-index:-2;background:radial-gradient(circle,#b9e6ce 0,#b9e6ce4d 38%,#b9e6ce00 72%);border-radius:50%;width:480px;height:540px;position:absolute}.journey-glow:before,.journey-glow:after{content:"";border:1px solid #155b3b1f;border-radius:50%;animation:20s linear infinite orbit-spin;position:absolute}.journey-glow:before{inset:35px -20px}.journey-glow:after{animation-duration:26s;animation-direction:reverse;inset:-8px 55px}.phone-shell{background:linear-gradient(145deg,#1e2824,#050807 68%);border:1px solid #ffffffa6;border-radius:49px;width:310px;padding:8px;animation:5s ease-in-out infinite phone-float;position:relative;box-shadow:0 38px 90px #07271b4d,inset 0 0 0 1px #ffffff1a}.phone-side-button{background:#26332e;border-radius:0 4px 4px 0;width:4px;position:absolute;right:-4px}.phone-side-button-one{height:65px;top:105px}.phone-side-button-two{height:95px;top:185px}.phone-screen{background:#f8fbf9;border-radius:41px;min-height:590px;position:relative;overflow:hidden}.phone-status{color:#17221d;grid-template-columns:1fr auto 1fr;align-items:center;height:41px;padding:0 22px;font-size:10px;font-weight:850;display:grid}.phone-status>span:last-child{text-align:right}.camera-dot{background:#263e33;border:5px solid #090d0b;border-radius:50%;width:17px;height:17px}.phone-brand{border-bottom:1px solid #e7eee9;align-items:center;gap:8px;padding:5px 21px 12px;display:flex}.phone-brand img{border-radius:9px;width:30px;height:30px}.phone-brand strong{font-size:16px}.phone-brand>span{width:28px;height:28px;color:var(--green);background:#edf6f1;border-radius:50%;place-items:center;margin-left:auto;font-weight:900;display:grid}.journey-stage{background:#fff;height:483px;position:relative;overflow:hidden}.journey-frame{--journey-duration:20s;opacity:0;pointer-events:none;animation:journey-cycle var(--journey-duration) cubic-bezier(.22,1,.36,1) infinite;animation-delay:calc(var(--journey-index) * 5s);flex-direction:column;padding:22px;display:flex;position:absolute;inset:0;transform:translate(32px)scale(.98)}.demo-heading{padding:22px 0 14px}.demo-kicker{color:var(--green);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:900}.demo-heading h3,.success-screen h3{letter-spacing:-.035em;margin:7px 0 5px;font-size:23px;line-height:1.1}.demo-heading p,.success-screen p{color:var(--muted);margin:0;font-size:11px}.demo-field{margin-top:11px}.field-label{color:#718078;margin-bottom:5px;font-size:9px;font-weight:750;display:block}.phone-entry,.demo-input,.demo-select,.crypto-amount>div{background:#fbfdfc;border:1px solid #dfe9e3;border-radius:12px;align-items:center;gap:8px;min-height:48px;padding:0 12px;font-size:11px;display:flex}.phone-entry>span:last-child{color:#4f6258}.demo-button{color:#fff;width:100%;min-height:47px;font:inherit;background:linear-gradient(135deg,#155b3b,#0b442c);border:0;border-radius:13px;margin-top:auto;font-size:11px;font-weight:850;box-shadow:0 10px 24px #155b3b2e}.demo-trust{color:#75847c;justify-content:center;align-items:center;gap:5px;margin-top:12px;font-size:8px;font-weight:700;display:flex}.demo-trust span{color:var(--green)}.demo-topline{text-align:center;grid-template-columns:30px 1fr 30px;align-items:center;font-size:13px;display:grid}.demo-back,.demo-help{width:28px;height:28px;color:var(--green);background:#f0f6f3;border-radius:9px;place-items:center;font-size:18px;font-weight:850;display:grid}.demo-help{font-size:11px}.demo-balance{color:#fff;background:linear-gradient(135deg,#155b3b,#0c422d);border-radius:13px;justify-content:space-between;align-items:center;margin:16px 0 3px;padding:12px;display:flex}.demo-balance span{font-size:8px}.demo-balance strong{font-size:13px}.demo-select{justify-content:space-between}.demo-select>strong{margin-right:auto}.network-mark{color:#111;background:#ffcb05;border-radius:50%;place-items:center;width:30px;height:30px;font-size:7px;font-weight:900;display:grid}.demo-input{font-weight:750}.demo-input.amount{font-size:15px}.crypto-tabs{color:#718078;text-align:center;background:#edf3ef;border-radius:11px;grid-template-columns:1fr 1fr;margin:16px 0 3px;padding:3px;font-size:9px;font-weight:850;display:grid}.crypto-tabs span{padding:7px}.crypto-tabs span:first-child{color:var(--green);background:#fff;border-radius:8px;box-shadow:0 3px 9px #092d2014}.coin-mark{color:#fff;background:#20a685;border-radius:50%;place-items:center;width:31px;height:31px;font-size:18px;font-weight:900;display:grid}.demo-select>span:nth-child(2){flex-direction:column;margin-right:auto;line-height:1.2;display:flex}.demo-select small{color:var(--muted);font-size:8px}.crypto-amount>div{justify-content:space-between;min-height:65px}.crypto-amount strong{font-size:19px}.crypto-amount div span{color:var(--green);background:#e8f4ed;border-radius:7px;padding:5px 7px;font-size:8px;font-weight:850}.receive-row{color:var(--muted);border-top:1px solid #ebf0ed;justify-content:space-between;margin-top:11px;padding:11px 2px;font-size:9px;display:flex}.receive-row strong{color:var(--ink)}.success-screen{text-align:center;flex-direction:column;align-items:center;height:100%;display:flex}.success-rings{background:#23a96417;border-radius:50%;place-items:center;width:92px;height:92px;margin:32px 0 20px;display:grid;box-shadow:0 0 0 12px #23a9640d}.success-rings span{color:#fff;background:#22a563;border-radius:50%;place-items:center;width:56px;height:56px;font-size:27px;font-weight:900;animation:5s cubic-bezier(.34,1.56,.64,1) infinite success-pop;display:grid}.success-screen h3{font-size:21px}.success-receipt{background:#fbfdfc;border:1px solid #e0ebe5;border-radius:14px;width:100%;margin-top:20px;padding:7px 14px}.success-receipt span{color:var(--muted);justify-content:space-between;align-items:center;padding:8px 0;font-size:9px;display:flex}.success-receipt span+span{border-top:1px solid #e8efeb}.success-receipt strong{color:var(--ink);font-size:10px}.success-receipt .status-success{color:#15854e}.tap-pulse{border:2px solid #155b3b73;border-radius:50%;width:24px;height:24px;animation:5s ease-out infinite tap-pulse;position:absolute;bottom:70px;right:39px}.phone-home-indicator{background:#182a21;border-radius:999px;width:92px;height:4px;margin:auto;position:absolute;bottom:7px;left:0;right:0}.journey-steps{flex-direction:column;gap:14px;display:flex;position:absolute;top:145px;right:-8px}.journey-step{color:#6c7c73;animation:20s ease-in-out infinite step-cycle;animation-delay:calc(var(--journey-index) * 5s);align-items:center;gap:9px;display:flex}.journey-step span{background:#fff;border:1px solid #b8cec2;border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;font-weight:900;display:grid}.journey-step strong{width:76px;font-size:10px}.journey-caption{border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:10px;font-weight:850;display:flex;position:absolute;bottom:65px;left:-4px;box-shadow:0 12px 28px #092d201f}.live-dot{background:#2eb875;border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite live-pulse;box-shadow:0 0 0 5px #2eb87526}@keyframes journey-cycle{0%,3%{opacity:0;transform:translate(32px)scale(.98)}7%,23%{opacity:1;transform:translate(0)scale(1)}25%,to{opacity:0;transform:translate(-28px)scale(.985)}}@keyframes step-cycle{0%,4%{color:#6c7c73}7%,23%{color:var(--green);transform:translate(4px)}25%,to{color:#6c7c73;transform:none}}@keyframes success-pop{0%,45%{opacity:0;transform:scale(.7)}55%,to{opacity:1;transform:scale(1)}}@keyframes tap-pulse{0%,58%{opacity:0;transform:scale(.45)}67%{opacity:1;transform:scale(1)}88%,to{opacity:0;transform:scale(1.8)}}@keyframes phone-float{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-10px)rotate(1deg)}}@keyframes orbit-spin{to{transform:rotate(360deg)}}@keyframes live-pulse{50%{opacity:.45;transform:scale(.8)}}@media (max-width:1040px){.journey-steps{right:-30px}.journey-caption{left:0}}@media (max-width:800px){.journey-showcase{justify-self:center;min-height:650px}.journey-steps{right:5px}.journey-caption{left:5px}}@media (max-width:440px){.journey-showcase{min-height:620px}.phone-shell{width:288px}.phone-screen{min-height:560px}.journey-stage{height:453px}.journey-steps{display:none}.journey-caption{bottom:28px}.journey-frame{padding:19px}.success-rings{margin-top:25px}}@media (max-width:350px){.phone-shell{width:272px}.journey-showcase{min-height:600px}}@media (prefers-reduced-motion:reduce){.journey-glow:before,.journey-glow:after,.phone-shell,.live-dot,.tap-pulse,.success-rings span{animation:none}.journey-frame{animation:none;display:none}.journey-frame:first-child{opacity:1;display:flex;transform:none}.journey-step{animation:none}.journey-step:first-child{color:var(--green)}}.hero{overflow:hidden}
