.currency-selector{position:relative;display:inline-grid;grid-template-columns:20px auto;align-items:center;gap:6px;width:max-content;min-width:0;max-width:none;height:34px;padding:0 10px;border:1px solid #eeeef4;border-radius:999px;background-color:#fff;box-sizing:border-box;overflow:visible}.currency-selector__icon{display:none;width:18px;height:18px;overflow:hidden;border-radius:50%}.currency-selector__icon.is-active{display:grid;place-items:center}.currency-selector__icon svg{display:block;width:18px;height:18px}.currency-selector__label{color:#17142f;font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.currency-selector--readonly{width:max-content;min-width:max-content;max-width:none;cursor:default}@media(max-width:767px){.currency-selector{height:32px;padding:0 8px;grid-template-columns:18px auto}.currency-selector__icon{width:17px;height:17px}.currency-selector__icon svg{width:17px;height:17px}.currency-selector__label{font-size:8.8px}}.exchange-card{position:relative;z-index:3;width:100%;max-width:430px;padding:26px;border:1px solid rgba(214,214,230,.8);border-radius:22px;background-color:#fffffff2;box-shadow:0 28px 58px #25224a2e;backdrop-filter:blur(12px);box-sizing:border-box;text-align:start}.exchange-card h2{text-align:center;margin:0 0 18px;color:#17142f;font-size:22px;font-weight:600;line-height:1.2}.exchange-card[data-rate-loading=true]{position:relative}.exchange-card[data-rate-loading=true] [data-receive-output],.exchange-card[data-rate-loading=true] [data-rate-info]{color:transparent}.exchange-card[data-rate-loading=true] [data-receive-output]{position:relative}.exchange-card[data-rate-loading=true] [data-receive-output]:after{content:"";position:absolute;top:50%;left:0;width:120px;height:24px;border-radius:999px;background:linear-gradient(90deg,#7063df1f,#7063df42,#7063df1f);transform:translateY(-50%);animation:exchange-card-skeleton 1s ease-in-out infinite}.exchange-card[data-rate-loading=true] [data-rate-info]{position:relative}.exchange-card[data-rate-loading=true] [data-rate-info]:after{content:"";position:absolute;top:50%;right:0;width:130px;height:12px;border-radius:999px;background:linear-gradient(90deg,#05050514,#05050529,#05050514);transform:translateY(-50%);animation:exchange-card-skeleton 1s ease-in-out infinite}@keyframes exchange-card-skeleton{0%{opacity:.45}50%{opacity:1}to{opacity:.45}}.exchange-field{min-width:0;overflow:hidden;padding:18px;border-radius:18px;background-color:#f8f8fb;box-sizing:border-box}.exchange-field label{display:block;margin-bottom:6px;color:#6f6c82;font-size:16px;font-weight:500;line-height:1.2}.exchange-field input,.exchange-field output{display:block;width:100%;min-width:0;max-width:100%;border:0;outline:0;background:transparent;color:#89879a;font-size:clamp(22px,3vw,32px);font-weight:500;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exchange-field input{appearance:textfield}.exchange-field input::-webkit-outer-spin-button,.exchange-field input::-webkit-inner-spin-button{margin:0;appearance:none}.exchange-field output{color:#17142f}.exchange-field--receive{background-color:#f0edff}.exchange-field--receive label{color:#7063df}.exchange-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0}.exchange-switch{display:grid;place-items:center;width:24px;height:24px;margin:8px auto;border-radius:50%;background-color:#34314f;color:#fff;font-size:13px;box-shadow:0 8px 18px #34314f40}.exchange-rate-info{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;margin:16px 0 18px;color:#6f6c82;background-color:#f9fafb;font-size:16px}.exchange-rate-info strong{color:#17142f;font-size:16px;font-weight:500;white-space:nowrap}.exchange-button{display:flex;align-items:center;justify-content:center;width:100%;gap:8px;min-height:42px;padding:0 16px;border-radius:10px;background-color:#7063df;color:#fff;font-size:12px;font-weight:700;text-decoration:none;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.exchange-button span{font-size:17px;line-height:1}.exchange-button:hover{transform:translateY(-2px);background-color:#5f54c8;box-shadow:0 14px 28px #7063df47}@media(max-width:767px){.exchange-card{max-width:350px;padding:20px}.exchange-input-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}.exchange-field{padding:14px}.exchange-field input,.exchange-field output{font-size:clamp(20px,5vw,27px)}}.digital-dollars-section{position:relative;padding:80px 0;overflow:hidden;background-color:#f4f4f4}.digital-dollars-container{position:relative;z-index:2;width:100%;max-width:1440px;margin:0 auto;padding-inline:20px;box-sizing:border-box}.digital-dollars-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr;justify-items:center;gap:34px;width:100%;max-width:none;margin:0 auto;text-align:center}.digital-dollars-copy{position:relative;z-index:2;width:100%;max-width:560px}.digital-dollars-title{margin:0;color:#050505;font-size:34px;font-weight:500;line-height:1.04;letter-spacing:-.05em}.digital-dollars-subtitle{max-width:390px;margin:18px auto 0;color:#050505;font-size:18px;font-weight:500;line-height:1.35}.coin-pill{--coin-pill-width: 96px;--coin-pill-height: 42px;--coin-pill-offset-y: -6px;position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--coin-pill-width);height:var(--coin-pill-height);margin:0 8px;vertical-align:middle;line-height:0;overflow:visible}.coin-pill-image{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center}.coin-pill--top{top:var(--coin-pill-offset-y)}.coin-pill--bottom{--coin-pill-offset-y: 11px;top:var(--coin-pill-offset-y);margin-left:0;margin-right:10px}.digital-dollars-card-area{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;width:100%;min-height:390px;box-sizing:border-box;overflow:visible}.digital-dollars-card-area .exchange-card{position:relative;z-index:3}.digital-dollars-globe{position:absolute;left:50%;right:auto;bottom:0;z-index:1;width:500px;height:380px;transform:translate(-50%);pointer-events:none}.digital-dollars-globe-image{display:block;width:100%;height:100%;object-fit:contain;object-position:right bottom;opacity:.82}@media(min-width:768px){.digital-dollars-section{padding:100px 0}.digital-dollars-container{padding-inline:80px}.digital-dollars-content{gap:42px}.digital-dollars-title{font-size:clamp(40px,6vw,56px)}.digital-dollars-subtitle{font-size:18px}.coin-pill{--coin-pill-width: 108px;--coin-pill-height: 46px}.coin-pill--bottom{margin-right:10px}.digital-dollars-card-area{min-height:430px}.digital-dollars-globe{width:620px;height:470px}}@media(min-width:1024px){.digital-dollars-section{padding:180px 0}.digital-dollars-container{padding-inline:120px}.digital-dollars-content{grid-template-columns:minmax(300px,420px) minmax(0,1fr);align-items:center;justify-items:stretch;gap:52px;width:100%;max-width:none;text-align:left}.coin-pill{--coin-pill-width: 138px;--coin-pill-height: 60px}.digital-dollars-copy{max-width:420px}.digital-dollars-title{font-size:clamp(40px,4.6vw,56px)}.digital-dollars-subtitle{font-size:18px;margin-left:0;margin-right:0}.digital-dollars-card-area{justify-content:center;min-height:430px}.digital-dollars-globe{left:calc(50% + 80px);width:760px;height:520px;transform:none}}.security-section{padding:80px 0;overflow:hidden;background-color:#f4f4f4}.security-container{width:100%;max-width:1440px;margin:0 auto;padding-inline:20px;box-sizing:border-box}.security-header{max-width:720px;margin:0 auto 32px;text-align:center}.security-title{max-width:620px;margin:0 auto 14px;color:#050505;font-size:34px;font-weight:500;line-height:1.04;letter-spacing:-.04em}.security-subtitle{max-width:520px;margin:0 auto;color:#05050599;font-size:13px;font-weight:400;line-height:1.45}.security-grid{display:grid;grid-template-columns:1fr;gap:18px;width:100%;max-width:100%;margin:0 auto}.security-card{width:100%;min-height:auto;padding:22px 20px 24px;border-radius:8px;background-color:#fff;box-shadow:0 3px #0000002e;box-sizing:border-box}.security-card-icon{display:block;width:34px;height:34px;margin-bottom:18px;object-fit:contain;color:#7063df}.security-card-icon svg,.security-card-icon img{display:block;width:34px;height:34px;object-fit:contain}.security-card-icon svg{stroke-width:1.8}.security-card-title{margin:0 0 6px;color:#050505;font-size:18px;font-weight:500;line-height:1.2}.security-card-description{margin:0;color:#05050594;font-size:13px;font-weight:400;line-height:1.35}@media(min-width:768px){.security-section{padding:100px 0}.security-container{padding-inline:80px}.security-header{margin-bottom:38px}.security-title{font-size:clamp(38px,4vw,52px)}.security-grid{grid-template-columns:1fr;gap:18px}.security-card{width:100%}}@media(min-width:1024px){.security-section{padding:80px 0}.security-container{padding-inline:120px}.security-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;width:100%;max-width:none;margin:0}.security-card{width:100%;min-height:126px;padding:24px 22px 22px}}.download-section{position:relative;height:480px;min-height:550px;padding:0;margin:0;overflow:hidden;background:radial-gradient(ellipse at 50% 0%,#7063df6b,#242048c7,#111827 68%)}.download-background-glow{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at 50% 0%,#7063df7a,#3a328057 28%,#111827d1 58%,#11182700 78%),linear-gradient(180deg,#0a0d19fa,#16192df0 26%,#16192d7a,#16192d00 70%)}.download-bg{position:absolute;left:50%;bottom:0;z-index:2;display:block;width:100%;height:auto;max-width:none;transform:translate(-50%);object-fit:contain;object-position:center bottom;pointer-events:none}.download-container{position:relative;z-index:3;width:100%;max-width:1440px;min-height:720px;margin:0 auto;padding-inline:20px;box-sizing:border-box}.download-content{display:flex;flex-direction:column;align-items:center;width:min(100%,750px);margin:0 auto;padding:46px 18px 0;text-align:center;box-sizing:border-box}.download-title{width:100%;max-width:560px;margin:0 auto 16px;color:#fff;font-size:34px;font-weight:500;line-height:1.08;text-align:center}.download-description{width:100%;max-width:420px;margin:0 auto 16px;color:#ffffffe0;font-size:13px;font-weight:500;line-height:1.35;text-align:center}.download-buttons{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;gap:10px;width:100%}.download-buttons :global(a),.download-buttons :global(button){flex:0 0 auto}@media(min-width:768px){.download-section,.download-container{height:900px;min-height:900px}.download-bg{width:1180px}.download-content{padding-top:52px}.download-title{max-width:620px;font-size:clamp(38px,4vw,50px)}}@media(min-width:1024px){.download-section,.download-container{min-height:860px}.download-bg{width:min(100%,1440px)}.download-content{padding-top:54px}.download-title{max-width:850px;font-size:clamp(40px,3.6vw,56px)}}@media(min-width:1440px){.download-bg{width:100%}}.how-it-works-section{padding:80px 120px;overflow:hidden;background-color:#f4f4f4}.how-it-works-container{width:100%;max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}.how-it-works-root{max-width:1080px;margin:0 auto}.how-it-works-header{max-width:760px;margin:0 auto 30px;text-align:center}.how-it-works-pill{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 12px;margin-bottom:22px;border-radius:999px;background-color:#7063df24;color:#7063df;font-size:11px;font-weight:700;line-height:1}.how-it-works-title{margin:0 0 12px;color:#050505;font-size:clamp(40px,4.8vw,56px);font-weight:500;line-height:1.06;letter-spacing:-.04em}.how-it-works-description{max-width:560px;margin:0 auto;color:#050505;font-size:18px;line-height:1.35}.how-it-works-switch{display:grid;grid-template-columns:repeat(2,1fr);width:100%;max-width:350px;margin:0 auto 44px;padding:4px;border-radius:10px;background-color:#fff;box-shadow:inset 0 0 0 1px #0505050f}.how-it-works-switch-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border:0;border-radius:8px;background:transparent;color:#05050585;font-size:16px;font-weight:400;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .3s ease}.how-it-works-switch-button.is-active{background-color:#7063df;color:#fff}.how-it-works-switch-icon{display:grid;place-items:center;flex:0 0 auto;width:16px;height:16px}.how-it-works-switch-icon img{display:block;width:100%;height:100%;object-fit:contain}.how-it-works-layout{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:center;gap:72px;max-width:940px;margin:0 auto}.how-it-works-demo{display:flex;justify-content:center}.how-it-works-demo-phone{width:100%;max-width:250px;filter:drop-shadow(0 24px 18px rgba(0,0,0,.18))}.how-it-works-demo-image{display:block;width:100%;height:auto;object-fit:contain;opacity:1;transform:translateY(0) scale(1);filter:blur(0);transition:opacity .22s ease,transform .22s ease,filter .22s ease;will-change:opacity,transform,filter}.how-it-works-demo-image.is-changing{opacity:.72;transform:translateY(4px) scale(.995);filter:blur(.6px)}.how-it-works-steps{display:flex;flex-direction:column;gap:14px}.how-it-works-step{display:flex;align-items:center;gap:16px;width:100%;min-height:46px;padding:10px 14px 10px 0;border:0;border-radius:12px;background:transparent;text-align:left;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .3s ease}.how-it-works-step-number{display:inline-flex;align-items:center;justify-content:center;flex:0 0 26px;width:24px;height:24px;border-radius:50%;background-color:#7063df;color:#fff;font-size:14px;font-weight:500;line-height:1}.how-it-works-step-text{color:#050505;font-size:16px;font-weight:500;line-height:1.35}.how-it-works-actions{display:flex;flex-direction:column;gap:28px}.how-it-works-button-wrapper{display:flex;justify-content:flex-start;padding-left:0}.how-it-works-step.is-active{padding-left:17px;background-color:#7063df}.how-it-works-step.is-active .how-it-works-step-number{background-color:#fff;color:#7063df}.how-it-works-step.is-active .how-it-works-step-text{color:#fff}.how-it-works-step:hover{transform:translate(2px)}@media(prefers-reduced-motion:reduce){.how-it-works-demo-image{transition:none}.how-it-works-demo-image.is-changing{opacity:1;transform:none;filter:none}}@media(max-width:1023px){.how-it-works-section{padding:100px 0}.how-it-works-container{padding:0 80px}.how-it-works-layout{grid-template-columns:1fr;justify-items:center;gap:42px;max-width:620px}.how-it-works-demo-phone{max-width:240px}.how-it-works-steps,.how-it-works-actions{width:100%;max-width:620px}.how-it-works-button-wrapper{justify-content:center}}@media(max-width:767px){.how-it-works-section{padding:80px 20px}.how-it-works-container{padding:0 1rem}.how-it-works-header{margin-bottom:28px}.how-it-works-title{font-size:34px}.how-it-works-description{font-size:13px}.how-it-works-switch{max-width:100%;margin-bottom:34px}.how-it-works-switch-button{gap:6px;padding:0 10px;font-size:12px}.how-it-works-switch-icon{width:15px;height:15px}.how-it-works-layout{gap:32px;max-width:100%}.how-it-works-demo-phone{max-width:220px}.how-it-works-step{gap:12px;min-height:44px;padding-right:10px}.how-it-works-step.is-active{padding-left:10px}.how-it-works-step-text{font-size:14px}}
