:root{--wise-blue:#1A3A6B;--wise-blue-dark:#0F2548;--wise-blue-soft:#EDF1F7;--wise-teal:#1F4E4B;--wise-teal-light:#2A6B66;--wise-teal-soft:#E8F0EF;--wise-navy:#0A1628;--wise-black:#111827;--wise-text:#1E293B;--wise-text-light:#64748B;--wise-bg:#FAFBFC;--wise-bg-alt:#F1F3F5;--wise-border:#D4D9E0;--wise-border-light:#E8ECF0;--wise-success:#10B981;--wise-gradient:linear-gradient(160deg,#050510 0%,#0A1628 40%,#1A3A6B 100%);}.wr-hero{position:relative;padding:6rem 2rem 5.5rem;overflow:hidden;background:var(--wise-bg);color:var(--wise-text);width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;}.wr-hero__canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;}.wr-hero::before{content:"";position:absolute;inset:0;background:linear-gradient( 160deg,rgba(250,251,252,0.60) 0%,rgba(250,251,252,0.30) 50%,rgba(250,251,252,0.50) 100% );pointer-events:none;z-index:1;}.wr-hero__inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;text-align:left;display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:center;}.wr-hero__brand{font-size:0.82rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;color:var(--wise-teal-light);margin-bottom:1rem;display:flex;align-items:center;gap:0.6rem;}.wr-hero__logo{width:2.8rem;height:2.8rem;}.wr-hero__title{font-size:clamp(2.5rem,5.5vw,3.8rem);font-weight:800;line-height:1.05;letter-spacing:-0.03em;margin:0 0 1.5rem;color:var(--wise-navy);}.section-hero p.wr-hero__sub{line-height:1.7;color:var(--wise-text-light);max-width:520px;margin:0 0 2rem;margin-left:0;margin-right:0;text-align:left;}.wr-hero__cta{display:flex;gap:1rem;flex-wrap:wrap;}.wr-hero__proof{display:flex;flex-direction:column;gap:0.75rem;}.wr-hero__proof-card{background:rgba(255,255,255,0.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--wise-border-light);border-radius:10px;padding:1.1rem 1.25rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:0.3rem 0.6rem;}.wr-hero__proof-value{font-size:1.5rem;font-weight:800;color:var(--wise-teal);letter-spacing:-0.02em;line-height:1;}.wr-hero__proof-label{font-size:0.92rem;font-weight:600;color:var(--wise-text);line-height:1;}.wr-hero__proof-desc{font-size:0.78rem;color:var(--wise-text-light);line-height:1.4;width:100%;}.wr-btn{padding:0.75rem 2rem;font-weight:600;font-size:0.95rem;border-radius:9999px;transition:all 0.2s ease;text-decoration:none;}.wr-hero .wr-btn--primary{background:var(--wise-teal-light);color:#fff;border:2px solid var(--wise-teal-light);}.wr-hero .wr-btn--primary:hover{background:var(--wise-teal);border-color:var(--wise-teal);box-shadow:0 4px 16px rgba(42,107,102,0.25);}.wr-btn--dark{background:transparent;border:2px solid var(--wise-border);color:var(--wise-text);}.wr-btn--dark:hover{border-color:var(--wise-teal-light);color:var(--wise-teal);}.wr-hero .wr-btn--dark{color:var(--wise-text);border-color:var(--wise-border);}.wr-hero .wr-btn--dark:hover{color:var(--wise-teal);border-color:var(--wise-teal-light);background:rgba(42,107,102,0.04);}.wr-hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--wise-teal-light),rgba(42,107,102,0.1));z-index:3;}@media (max-width:768px){.wr-hero{padding:3.5rem 1.5rem 2.5rem;}.wr-hero__inner{grid-template-columns:1fr;gap:2rem;}.wr-hero__proof{flex-direction:row;flex-wrap:wrap;gap:0.5rem;}.wr-hero__proof-card{flex:1 1 140px;padding:0.8rem 1rem;}.wr-hero__proof-value{font-size:1.2rem;}.wr-hero__brand{font-size:0.75rem;}}