.money-account-page{--ink:#111;--charcoal:#1c1c1e;--blue-grey:#7a8ba0;--white:#fff;--surface:#f5f5f5;--border:#ebebeb;--muted:#999;--placeholder:#c8c8c8;--grad-charcoal:#1c1c1e;--grad-cool:#7a8ba0;--lavender:#dad0f8;--max:1080px;--r:18px;font-family:var(--font-manrope), system-ui, sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}.money-account-page .grad-text{background:linear-gradient(180deg, var(--grad-charcoal) 0%, var(--grad-cool) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.money-account-page .container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}@media (min-width:768px){.money-account-page .container{padding:0 32px}}@media (min-width:1024px){.money-account-page .container{padding:0 80px}}.money-account-page .btn{font-family:var(--font-manrope), system-ui, sans-serif;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-size:15px;font-weight:700;line-height:1;text-decoration:none;transition:transform .15s,background .2s,box-shadow .2s;display:inline-flex}.money-account-page .btn:active{transform:translateY(1px)}.money-account-page .btn:focus-visible{outline:3px solid var(--lavender);outline-offset:3px}.money-account-page .btn-primary{background:var(--ink);color:var(--white)}.money-account-page .btn-primary:hover{background:linear-gradient(135deg, var(--grad-charcoal), var(--grad-cool));color:var(--white);box-shadow:0 8px 20px -8px #7a8ba066}.money-account-page section{padding:96px 0}@media (max-width:767px){.money-account-page section{padding:64px 0}}.money-account-page .img-ph{border-radius:var(--r);background:var(--surface);border:1px solid var(--border);width:100%;position:relative;overflow:hidden}.money-account-page .img-ph:after{content:attr(data-label);font-family:var(--font-manrope), system-ui, sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--placeholder);text-align:center;justify-content:center;align-items:center;padding:0 16px;font-size:12px;font-weight:700;display:flex;position:absolute;inset:0}.money-account-page .img-ph img{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:relative}@keyframes maFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.money-account-page .ma-fade-up{animation:.7s ease-out both maFadeUp}.money-account-page .ma-fade-up-d1{animation-delay:.1s}.money-account-page .ma-fade-up-d2{animation-delay:.2s}.money-account-page .ma-fade-up-d3{animation-delay:.3s}@media (prefers-reduced-motion:reduce){.money-account-page .ma-fade-up,.money-account-page .ma-fade-up-d1,.money-account-page .ma-fade-up-d2,.money-account-page .ma-fade-up-d3{animation:none}}.money-account-page .hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:120px 80px 96px;display:flex}.money-account-page .hero-content{flex-direction:column;align-items:center;gap:20px;max-width:700px;display:flex}.money-account-page .hero h1{font-family:var(--font-instrument-serif), "Instrument Serif", serif;letter-spacing:-.02em;padding-bottom:.08em;font-size:clamp(48px,7.5vw,92px);font-weight:400;line-height:1.08;animation:.7s ease-out both maFadeUp}.money-account-page .hero h1 em{font-style:italic;display:inline}.money-account-page .hero-sub{color:var(--ink);max-width:540px;font-size:clamp(16px,2.2vw,18px);font-weight:400;line-height:1.65;animation:.7s ease-out .1s both maFadeUp}.money-account-page .hero .btn{animation:.7s ease-out .2s both maFadeUp}.money-account-page .hero-visual{width:100%;max-width:900px;margin-top:48px;animation:.9s ease-out .3s both maFadeUp}.money-account-page .hero-visual .img-ph{aspect-ratio:16/10}@media (max-width:1023px){.money-account-page .hero{padding:100px 32px 64px}}@media (max-width:767px){.money-account-page .hero{padding:80px 20px 48px}.money-account-page .hero h1{font-size:clamp(36px,9vw,56px)}.money-account-page .hero-visual{margin-top:36px}}.money-account-page .two-col .container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.money-account-page .two-col.flip{background:var(--surface)}.money-account-page .two-col-content{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.money-account-page .two-col h2{font-family:var(--font-instrument-serif), "Instrument Serif", serif;letter-spacing:-.02em;padding-bottom:.06em;font-size:clamp(30px,4.5vw,52px);font-weight:400;line-height:1.1}.money-account-page .two-col h2 em{font-style:italic;display:inline}.money-account-page .two-col-body{color:var(--ink);max-width:480px;font-size:16px;line-height:1.7}.money-account-page .two-col-tagline{color:var(--charcoal);margin-top:8px;font-style:italic}.money-account-page .two-col-image .img-ph{max-width:500px}@media (max-width:1023px){.money-account-page .two-col .container{grid-template-columns:1fr;gap:40px}.money-account-page .two-col-image{justify-self:start}.money-account-page .two-col-image .img-ph{max-width:420px}}@media (max-width:767px){.money-account-page .two-col h2{font-size:clamp(28px,7vw,44px)}.money-account-page .two-col-body{font-size:15px}.money-account-page .two-col-image .img-ph{max-width:100%}}.money-account-page .two-col.flip .two-col-image{order:-1;position:relative}.money-account-page .two-col.flip .two-col-image:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(to bottom, transparent, var(--surface));border-radius:0 0 var(--r) var(--r);height:30%;position:absolute;bottom:0;left:0;right:0}@media (max-width:1023px){.money-account-page .two-col.flip .two-col-image{order:-1}}.money-account-page .travels{background:linear-gradient(to bottom, var(--surface) 0%, var(--white) 100%);padding:0;overflow:hidden}.money-account-page .travels .container{max-width:var(--max);grid-template-columns:1fr 1.2fr;align-items:center;gap:0;margin:0 auto;padding:0;display:grid}.money-account-page .travels-content{flex-direction:column;align-items:flex-start;gap:20px;padding:120px 0 120px 80px;display:flex}.money-account-page .travels h2{font-family:var(--font-instrument-serif), "Instrument Serif", serif;letter-spacing:-.02em;color:var(--ink);font-size:clamp(30px,4.5vw,52px);font-weight:400;line-height:1.1}.money-account-page .travels-body{color:var(--ink);max-width:480px;font-size:16px;line-height:1.7}.money-account-page .travels-image{align-self:stretch;min-height:580px;position:relative}.money-account-page .travels-image:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(to bottom, transparent, var(--white));height:30%;position:absolute;bottom:0;left:0;right:0}.money-account-page .travels-image .img-ph{background:0 0;border:0;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.money-account-page .travels-image .img-ph:after{color:var(--placeholder)}@media (max-width:1023px){.money-account-page .travels .container{grid-template-columns:1fr}.money-account-page .travels-content{padding:64px 32px}.money-account-page .travels-image{min-height:400px}}@media (max-width:767px){.money-account-page .travels-content{padding:48px 20px}.money-account-page .travels h2{font-size:clamp(28px,7vw,44px)}.money-account-page .travels-body{font-size:15px}.money-account-page .travels-image{min-height:320px}}.money-account-page .feature-list{flex-direction:column;gap:12px;margin:4px 0;list-style:none;display:flex}.money-account-page .feature-list li{color:var(--ink);padding-left:20px;font-size:15px;line-height:1.5;position:relative}.money-account-page .feature-list li:before{content:"";background:var(--blue-grey);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.money-account-page .world-section{background:linear-gradient(to bottom, var(--white) 60%, var(--surface) 100%);position:relative;overflow:hidden}.money-account-page .world-section:after{content:"";pointer-events:none;background:linear-gradient(to bottom, transparent 0%, var(--surface) 100%);z-index:10;height:35%;position:absolute;bottom:0;left:0;right:0}.money-account-page .world-section .container{text-align:center;z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.money-account-page .world-section h2{font-family:var(--font-instrument-serif), "Instrument Serif", serif;letter-spacing:-.01em;margin-bottom:16px;padding-bottom:.06em;font-size:clamp(34px,5vw,60px);font-weight:400;line-height:1.08}.money-account-page .world-body{color:var(--ink);max-width:600px;margin-bottom:28px;font-size:16px;line-height:1.7}.money-account-page .world-flags{justify-content:center;margin-bottom:56px;display:flex}.money-account-page .world-flag{border:2px solid var(--white);background:var(--white);border-radius:50%;flex:none;justify-content:center;align-items:center;width:56px;height:56px;margin-right:-12px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.money-account-page .world-flag:last-child{margin-right:0}.money-account-page .world-flag svg{border-radius:50%;width:100%;height:100%;position:absolute;inset:0}.money-account-page .globe-wrap{aspect-ratio:2;width:100%;max-width:900px;margin:0 auto;position:relative;overflow:hidden}.money-account-page .globe-wrap canvas{width:100%;height:100%;display:block}@media (max-width:767px){.money-account-page .world-section h2{font-size:clamp(28px,7vw,44px)}.money-account-page .world-body{margin-bottom:24px;font-size:15px}.money-account-page .world-flags{margin-bottom:40px}.money-account-page .world-flag{border-width:1.5px;width:42px;height:42px;margin-right:-10px}.money-account-page .globe-wrap{max-width:100%}}.money-account-page .cashback{background:linear-gradient(to bottom, var(--surface) 0%, var(--white) 100%);padding:0;overflow:hidden}.money-account-page .cashback .container{max-width:var(--max);grid-template-columns:1fr 1.2fr;align-items:center;gap:0;margin:0 auto;padding:0;display:grid}.money-account-page .cashback-content{flex-direction:column;align-items:flex-start;gap:20px;padding:120px 0 120px 80px;display:flex}.money-account-page .cashback h2{font-family:var(--font-instrument-serif), "Instrument Serif", serif;letter-spacing:-.02em;color:var(--ink);font-size:clamp(30px,4.5vw,52px);font-weight:400;line-height:1.1}.money-account-page .cashback-body{color:var(--ink);max-width:480px;font-size:16px;line-height:1.7}.money-account-page .cashback-image{align-self:stretch;min-height:580px;position:relative}.money-account-page .cashback-image:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(to bottom, transparent, var(--white));height:30%;position:absolute;bottom:0;left:0;right:0}.money-account-page .cashback-image .img-ph{background:0 0;border:0;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.money-account-page .cashback-image .img-ph:after{color:var(--placeholder)}@media (max-width:1023px){.money-account-page .cashback .container{grid-template-columns:1fr}.money-account-page .cashback-content{padding:64px 32px}.money-account-page .cashback-image{min-height:400px}}@media (max-width:767px){.money-account-page .cashback-content{padding:48px 20px}.money-account-page .cashback h2{font-size:clamp(28px,7vw,44px)}.money-account-page .cashback-body{font-size:15px}.money-account-page .cashback-image{min-height:320px}}.money-account-page .steps-section .container{text-align:center;flex-direction:column;align-items:center;display:flex}.money-account-page .steps-section h2{font-family:var(--font-instrument-serif), "Instrument Serif", serif;letter-spacing:-.01em;margin-bottom:56px;padding-bottom:.06em;font-size:clamp(34px,5vw,60px);font-weight:400;line-height:1.08}.money-account-page .steps-grid{grid-template-columns:repeat(3,1fr);gap:20px;width:100%;display:grid}.money-account-page .step-cta{grid-column:1/-1;justify-content:center;align-items:center;padding-top:28px;display:flex}.money-account-page .step-card{border:1px solid var(--border);border-radius:var(--r);text-align:left;background:#fafafa;padding:36px 28px;transition:transform .25s,box-shadow .25s}.money-account-page .step-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000000a}.money-account-page .step-num{width:40px;height:40px;color:var(--charcoal);border:1.5px solid var(--blue-grey);font-family:var(--font-manrope), system-ui, sans-serif;background:0 0;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:15px;font-weight:700;display:flex}.money-account-page .step-title{font-family:var(--font-manrope), system-ui, sans-serif;color:var(--ink);margin-bottom:10px;font-size:18px;font-weight:700;line-height:1.25}.money-account-page .step-text{color:var(--ink);font-size:15px;line-height:1.6}@media (min-width:768px) and (max-width:1023px){.money-account-page .steps-grid{grid-template-columns:repeat(2,1fr)}.money-account-page .step-cta{border:1px solid var(--border);border-radius:var(--r);background:#fafafa;grid-column:auto;justify-content:center;align-items:center;padding:36px 28px}}@media (max-width:767px){.money-account-page .steps-section h2{margin-bottom:36px;font-size:clamp(28px,7vw,44px)}.money-account-page .steps-grid{grid-template-columns:1fr;gap:12px}.money-account-page .step-card{padding:28px 24px}.money-account-page .step-cta{padding-top:16px}}@media (prefers-reduced-motion:reduce){.money-account-page .step-card{transition:none}.money-account-page .step-card:hover{transform:none}}
