:root{
  --navy:#071d31;
  --navy2:#0a2540;
  --blue:#1769e0;
  --cyan:#33c3ff;
  --green:#18b98a;
  --ink:#102033;
  --muted:#64748b;
  --line:#e2e8f0;
  --soft:#f6f9fc;
  --white:#fff;
  --shadow:0 24px 70px rgba(15,35,58,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.8)}
.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}
.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--blue),var(--cyan));box-shadow:0 8px 22px rgba(23,105,224,.3)}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600;color:#334155}
.nav a:hover{color:var(--blue)}
.nav-cta{padding:11px 17px;border-radius:12px;background:var(--navy2);color:#fff!important}
.menu-btn{display:none;border:0;background:transparent;font-size:28px}
.hero{overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(51,195,255,.16),transparent 34%),linear-gradient(180deg,#fff 0%,#f8fbff 100%);padding:84px 0 90px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:70px}
.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--blue);margin-bottom:16px}
.hero h1{font-size:clamp(44px,6vw,72px);line-height:1.03;letter-spacing:-.055em;max-width:760px;color:#08192b}
.hero-text,.lead{font-size:18px;color:var(--muted);max-width:680px;margin-top:22px}
.hero-actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:14px;font-weight:700;transition:.2s ease}
.btn-primary{background:linear-gradient(135deg,var(--blue),#0e56c2);color:#fff;box-shadow:0 14px 30px rgba(23,105,224,.24)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}
.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:27px;color:#475569;font-size:13px;font-weight:600}
.phone-stage{position:relative;min-height:630px;display:grid;place-items:center}
.glow{position:absolute;border-radius:50%;filter:blur(8px)}
.glow-one{width:380px;height:380px;background:rgba(23,105,224,.12);top:10%;right:3%}
.glow-two{width:270px;height:270px;background:rgba(24,185,138,.13);bottom:8%;left:5%}
.phone{position:relative;width:310px;height:630px;border:10px solid #101820;border-radius:48px;background:#101820;box-shadow:0 40px 90px rgba(10,37,64,.3);transform:rotate(2deg)}
.phone-top{position:absolute;z-index:3;top:8px;left:50%;transform:translateX(-50%);width:104px;height:26px;border-radius:15px;background:#101820}.phone-top span{display:block;width:34px;height:5px;border-radius:10px;background:#313a42;margin:9px auto}
.app-screen{height:100%;border-radius:38px;background:#f7f9fc;padding:42px 18px 18px;overflow:hidden}
.app-header{display:flex;align-items:center;justify-content:space-between}.app-header small{display:block;color:#77869a}.app-header strong{font-size:18px}.avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;display:grid;place-items:center;font-weight:800}
.balance-card{margin-top:22px;background:linear-gradient(145deg,#0a2540,#0f4a84);border-radius:24px;color:#fff;padding:22px;box-shadow:0 16px 30px rgba(10,37,64,.2)}.balance-card small{opacity:.8}.balance{font-size:29px;font-weight:800;letter-spacing:-.03em;margin:3px 0 18px}.balance-actions{display:flex;gap:8px}.balance-actions button{flex:1;border:0;border-radius:10px;padding:9px 0;background:rgba(255,255,255,.12);color:#fff;font-weight:700}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0}.quick-grid div{display:flex;flex-direction:column;align-items:center;gap:8px}.quick-grid span{width:46px;height:46px;border-radius:15px;background:#fff;box-shadow:0 8px 20px rgba(15,35,58,.08);display:grid;place-items:center;color:var(--blue);font-weight:800}.quick-grid small{font-size:10px;color:#64748b}
.activity{background:#fff;border-radius:22px;padding:15px;box-shadow:0 10px 30px rgba(15,35,58,.07)}.activity-head{display:flex;justify-content:space-between;margin-bottom:12px}.activity-head small{color:var(--blue)}.activity-item{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #eef2f7}.activity-item:first-of-type{border-top:0}.activity-icon{width:38px;height:38px;border-radius:12px;background:#edf5ff;display:grid;place-items:center;color:var(--blue)}.activity-item strong{font-size:12px}.activity-item small{display:block;font-size:10px;color:#94a3b8}.activity-item b{font-size:12px}
.stats{border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.stats-grid div{padding:8px 28px;border-right:1px solid #e8edf3}.stats-grid div:last-child{border-right:0}.stats-grid strong{display:block;font-size:22px;color:var(--navy2)}.stats-grid span{font-size:13px;color:var(--muted)}
.section{padding:100px 0}.soft{background:var(--soft)}.section-heading{max-width:720px;margin-bottom:44px}.section h2,.download h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em;color:#0b1f33}.section-heading p{font-size:17px;color:var(--muted);margin-top:14px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:.2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.icon{width:50px;height:50px;border-radius:15px;background:#edf5ff;color:var(--blue);display:grid;place-items:center;font-size:20px;font-weight:800}.feature-card h3{font-size:18px;margin:20px 0 8px}.feature-card p{color:var(--muted);font-size:14px}
.how-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.steps{display:grid;gap:14px}.step{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:20px}.step>span{width:54px;height:54px;border-radius:16px;background:var(--navy2);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}.step h3{font-size:17px;margin-bottom:5px}.step p{font-size:14px;color:var(--muted)}
.security{background:#071d31;color:#fff}.security-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.security h2{color:#fff}.security .lead{color:#b8c8d8}.security-art{position:relative;min-height:430px;border-radius:34px;background:radial-gradient(circle at 40% 35%,#1769e0,transparent 42%),linear-gradient(145deg,#0c2b49,#0a1f34);display:grid;place-items:center;overflow:hidden}.shield{width:150px;height:170px;clip-path:polygon(50% 0,95% 15%,86% 75%,50% 100%,14% 75%,5% 15%);background:linear-gradient(160deg,#4bd7ff,#1769e0);display:grid;place-items:center;font-size:58px;font-weight:800;box-shadow:0 30px 60px rgba(0,0,0,.25)}.security-chip{position:absolute;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);padding:10px 14px;border-radius:13px;font-size:12px;backdrop-filter:blur(9px)}.chip-a{top:70px;left:40px}.chip-b{right:32px;bottom:72px}.check-list{display:grid;gap:19px;margin-top:28px}.check-list div{display:grid;grid-template-columns:35px 1fr;gap:10px}.check-list span{width:28px;height:28px;border-radius:9px;background:rgba(51,195,255,.16);color:#5cdbff;display:grid;place-items:center;font-weight:800}.check-list p{color:#b8c8d8}.check-list strong{color:#fff}
.support-card{border:1px solid var(--line);border-radius:30px;padding:46px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;box-shadow:0 20px 60px rgba(15,35,58,.08)}.support-card p{color:var(--muted);max-width:720px;margin-top:12px}.support-actions{display:flex;flex-direction:column;gap:14px;align-items:center}.text-link{font-weight:700;color:var(--blue);font-size:14px}
.download{padding:78px 0;background:linear-gradient(135deg,#0a2540,#0d4e89);color:#fff}.download-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.download h2{color:#fff;margin-bottom:10px}.download p{color:#c9d7e5}.eyebrow.light{color:#7ee0ff}.store-badge{min-width:210px;background:#05070a;color:#fff;border-radius:16px;padding:11px 18px;display:flex;align-items:center;gap:12px}.store-badge .apple{font-size:28px}.store-badge small{display:block;font-size:10px}.store-badge strong{font-size:19px}
.footer{background:#051421;color:#c2cfda;padding:62px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:48px}.footer-brand{color:#fff}.footer-grid p{max-width:360px;margin-top:15px;font-size:14px;color:#8fa1b2}.footer-grid strong{display:block;color:#fff;margin-bottom:14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px;font-size:13px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #1b2d3b;margin-top:46px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#8294a5}
.page-hero{padding:72px 0 42px;background:var(--soft)}.page-hero h1{font-size:46px;letter-spacing:-.04em}.page-content{padding:56px 0 90px}.legal{max-width:860px}.legal h2{margin:30px 0 10px;font-size:23px}.legal p,.legal li{color:#475569;margin-bottom:10px}.legal ul{padding-left:24px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.support-box{border:1px solid var(--line);border-radius:20px;padding:26px}.support-box h3{margin-bottom:8px}.support-box p{font-size:14px;color:var(--muted)}
@media(max-width:900px){.nav{display:none;position:absolute;top:76px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu-btn{display:block}.hero-grid,.how-grid,.security-grid{grid-template-columns:1fr}.hero{padding-top:56px}.phone-stage{min-height:590px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid div:nth-child(2){border-right:0}.cards{grid-template-columns:repeat(2,1fr)}.support-card{grid-template-columns:1fr}.download-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.hero h1{font-size:44px}.hero-grid{gap:30px}.phone{width:285px;height:584px}.phone-stage{min-height:560px}.stats-grid{grid-template-columns:1fr}.stats-grid div{border-right:0;border-bottom:1px solid #e8edf3}.cards,.support-grid{grid-template-columns:1fr}.section{padding:74px 0}.security-art{min-height:340px}.shield{transform:scale(.85)}.support-card{padding:30px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.download{padding:64px 0}.page-hero h1{font-size:38px}}


/* GENZYSEND authentication pages */
.auth-page{min-height:100vh;background:#f5f8fc}
.auth-page .site-header{position:relative;background:#fff}
.auth-top-link{font-size:14px;font-weight:700;color:var(--blue);padding:10px 15px;border:1px solid var(--line);border-radius:12px;background:#fff}
.auth-main{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:48px 20px}
.auth-shell{width:min(1120px,100%);display:grid;grid-template-columns:.92fr 1.08fr;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 30px 90px rgba(10,37,64,.14);border:1px solid #e6edf5}
.auth-panel{min-height:650px}
.auth-intro{padding:64px;background:radial-gradient(circle at 15% 20%,rgba(51,195,255,.22),transparent 28%),linear-gradient(145deg,#071d31,#0d477b);color:#fff;display:flex;flex-direction:column;justify-content:space-between}
.auth-intro h1{font-size:clamp(38px,4vw,56px);line-height:1.06;letter-spacing:-.045em;max-width:520px}
.auth-intro>div>p{margin-top:18px;color:#c6d8e7;font-size:16px;max-width:500px}
.auth-trust{display:grid;gap:18px;margin-top:46px}
.auth-trust>div{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:flex-start}
.auth-trust>div>span{width:30px;height:30px;border-radius:10px;background:rgba(80,212,255,.16);color:#75e1ff;display:grid;place-items:center;font-weight:800}
.auth-trust p{color:#b9ccdc;font-size:13px}
.auth-trust strong{color:#fff}
.auth-trust a{color:#7ce1ff;text-decoration:underline}
.auth-card-wrap{padding:46px;display:grid;place-items:center;background:#fff}
.auth-card{width:min(430px,100%)}
.auth-card-wide{width:min(520px,100%)}
.auth-card-head{text-align:center;margin-bottom:30px}
.auth-logo{margin:0 auto 16px}
.auth-card-head h2{font-size:32px;letter-spacing:-.035em;color:#0b1f33}
.auth-card-head p{color:var(--muted);font-size:14px;margin-top:7px}
.auth-form{display:grid;gap:18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-group{display:grid;gap:8px}
.form-group label,.label-row label{font-size:13px;font-weight:700;color:#26384d}
.label-row{display:flex;align-items:center;justify-content:space-between;gap:15px}
.small-link{font-size:12px;color:var(--blue);font-weight:700}
.form-group input{width:100%;height:52px;border:1px solid #d7e0ea;border-radius:13px;padding:0 15px;font:inherit;font-size:14px;color:#102033;background:#fff;outline:none;transition:.18s}
.form-group input:focus{border-color:#4086e8;box-shadow:0 0 0 4px rgba(23,105,224,.09)}
.form-group input.input-error{border-color:#c83c4a;box-shadow:0 0 0 4px rgba(200,60,74,.08)}
.password-wrap{position:relative}
.password-wrap input{padding-right:68px}
.password-toggle{position:absolute;right:9px;top:50%;transform:translateY(-50%);border:0;background:#eef5ff;color:#1769e0;border-radius:9px;padding:7px 9px;font-size:11px;font-weight:800;cursor:pointer}
.field-error{min-height:14px;color:#b52d3c;font-size:11px;line-height:1.25}
.form-hint{color:#8291a3;font-size:11px;margin-top:-2px}
.check-row{display:flex;align-items:flex-start;gap:10px;color:#59697b;font-size:12px;line-height:1.45;cursor:pointer}
.check-row input{margin-top:3px;width:16px;height:16px;accent-color:var(--blue)}
.check-row a{color:var(--blue);font-weight:700}
.auth-submit{height:52px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--blue),#0e56c2);color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 14px 28px rgba(23,105,224,.22);transition:.18s}
.auth-submit:hover{transform:translateY(-1px)}
.auth-divider{display:flex;align-items:center;gap:13px;color:#8a98a8;font-size:11px;margin:24px 0 16px}
.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#e4eaf0;flex:1}
.auth-secondary{height:50px;border:1px solid #d9e2ec;border-radius:14px;display:grid;place-items:center;font-size:14px;font-weight:800;color:#17314a}
.auth-legal{text-align:center;color:#8492a2;font-size:10px;line-height:1.6;margin-top:21px}
.auth-legal a{color:#315f93;text-decoration:underline}
.form-status{min-height:18px;font-size:12px;line-height:1.4}
.form-status.info{padding:11px 12px;border-radius:11px;background:#edf6ff;color:#285d91;border:1px solid #d6eaff}
.password-meter{height:5px;background:#edf1f5;border-radius:10px;overflow:hidden;margin-top:2px}
.password-meter span{display:block;width:0;height:100%;background:linear-gradient(90deg,#1769e0,#2bbf91);transition:.2s}
@media(max-width:840px){
  .auth-shell{grid-template-columns:1fr;width:min(620px,100%)}
  .auth-panel{min-height:auto}
  .auth-intro{padding:38px;min-height:390px}
  .auth-card-wrap{padding:38px 26px}
}
@media(max-width:520px){
  .auth-main{padding:22px 12px}
  .auth-shell{border-radius:22px}
  .auth-intro{padding:30px 24px}
  .auth-intro h1{font-size:38px}
  .auth-card-wrap{padding:32px 20px}
  .form-grid{grid-template-columns:1fr}
  .auth-top-link{font-size:12px}
}

/* Authenticated account dashboard */
.dashboard-main{min-height:calc(100vh - 76px);padding:70px 20px;background:linear-gradient(180deg,#f5f9fd,#eef4fa)}
.dashboard-card{width:min(900px,100%);margin:0 auto;background:#fff;border:1px solid #e4ebf2;border-radius:28px;padding:42px;box-shadow:0 24px 70px rgba(10,37,64,.10)}
.dashboard-head h1{font-size:clamp(34px,5vw,52px);letter-spacing:-.045em;margin:8px 0;color:#0b1f33}
.dashboard-head p{color:#6b7a8c}
.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}
.profile-grid>div{padding:20px;border:1px solid #e5ebf1;border-radius:16px;background:#fbfdff;display:grid;gap:6px}
.profile-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#8290a0;font-weight:700}
.profile-grid strong{font-size:15px;color:#14283d}
.dashboard-notice{margin-top:26px;padding:16px 18px;border-radius:14px;background:#eef7ff;border:1px solid #d7eafe;color:#365e83;font-size:13px;line-height:1.5}
@media(max-width:620px){.dashboard-card{padding:28px 20px}.profile-grid{grid-template-columns:1fr}}

.form-status.error{padding:11px 12px;border-radius:11px;background:#fff1f2;color:#a32d3a;border:1px solid #ffd8dc}.auth-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}
