@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--blue:#075dcc;--deep:#062a66;--green:#63c51c;--ink:#12223e;--muted:#6b7b94;--line:#dce6f2;--soft:#f4f9ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#f5faff,#fff 45%,#f4f9ff);overflow-x:hidden}header{height:84px;padding:10px clamp(20px,6vw,90px);display:flex;justify-content:space-between;align-items:center;background:#ffffffed;backdrop-filter:blur(14px);border-bottom:1px solid #e6edf6;position:sticky;top:0;z-index:20}.brand img{width:230px;max-height:62px;object-fit:contain}.header-right{display:flex;gap:20px;font-size:12px;font-weight:700;color:#50627c}.status{color:#38950d}.hero{min-height:560px;padding:80px clamp(25px,7vw,110px);display:grid;grid-template-columns:1.25fr .75fr;gap:65px;align-items:center;position:relative;background:radial-gradient(circle at 12% 15%,#d7ebff 0,transparent 30%),radial-gradient(circle at 90% 75%,#dcf6cb 0,transparent 24%)}.hero:before{content:"";position:absolute;right:-180px;top:-200px;width:550px;height:550px;border:90px solid #0872e710;border-radius:50%;animation:float 8s ease-in-out infinite}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:800;color:#0870dc}.hero h1{font-size:clamp(43px,5vw,68px);line-height:1.02;margin:16px 0 20px;letter-spacing:-3px}.hero h1 span{color:var(--blue)}.hero-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:690px}.benefits{display:flex;gap:12px;margin-top:32px}.benefits article{width:170px;padding:18px;background:#ffffffc9;border:1px solid white;border-radius:16px;box-shadow:0 12px 30px #173c6c0d;transition:.25s}.benefits article:hover{transform:translateY(-5px)}.benefits i{display:grid;width:34px;height:34px;place-items:center;background:#e8f4ff;color:var(--blue);border-radius:10px;font-style:normal;margin-bottom:10px}.benefits b,.benefits small{display:block}.benefits b{font-size:13px}.benefits small{font-size:11px;color:var(--muted);margin-top:5px;line-height:1.4}.hero-panel{position:relative;background:linear-gradient(145deg,#063b91,#0871df);color:white;border-radius:28px;padding:38px;box-shadow:0 28px 70px #0757b83b;overflow:hidden;animation:rise .8s ease}.hero-panel:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#6fd11e;right:-120px;bottom:-130px}.mini-logo{background:white;border-radius:16px;padding:12px;width:205px}.mini-logo img{width:100%;display:block}.hero-panel h2{font-size:29px;line-height:1.25;margin:25px 0 10px}.hero-panel p{color:#dcecff;line-height:1.6}.hero-panel button{width:100%;padding:15px;border:0;border-radius:12px;background:white;color:#0757bc;font-weight:800;font-size:14px;cursor:pointer;margin-top:12px}.registration{max-width:1080px;margin:70px auto;padding:0 20px}.form-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.form-head h2{font-size:34px;margin:8px 0 5px}.form-head p{margin:0;color:var(--muted)}.step-count{font-size:13px;background:#eaf4ff;padding:10px 14px;border-radius:99px;color:#42617f}.progress{height:7px;background:#e5edf6;border-radius:10px;overflow:hidden}.progress div{height:100%;width:14.28%;background:linear-gradient(90deg,var(--blue),#43a7f5,var(--green));transition:.4s}.step-labels{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin:12px 0 22px}.step-label{font-size:10px;text-align:center;color:#93a0b1;font-weight:700}.step-label.on{color:var(--blue)}form{background:#fff;border:1px solid #e3ebf4;border-radius:24px;padding:38px;box-shadow:0 20px 60px #0d396b12}.form-step{display:none;animation:slide .35s ease}.form-step.active{display:block}.section-title{display:flex;gap:14px;align-items:center;margin-bottom:28px}.section-title i{width:48px;height:48px;display:grid;place-items:center;background:linear-gradient(145deg,#e8f4ff,#eefbe6);border-radius:14px;color:var(--blue);font-style:normal;font-weight:800}.section-title h3{font-size:24px;margin:0}.section-title p{margin:4px 0 0;color:var(--muted);font-size:13px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.wide{grid-column:1/-1}label{font-size:12px;font-weight:700;color:#3c4c64}input,select,textarea{display:block;width:100%;margin-top:8px;padding:13px 14px;border:1px solid #d7e2ee;border-radius:10px;background:#fbfdff;font:inherit;font-size:13px;outline:none;transition:.2s}input:focus,select:focus,textarea:focus{border-color:#3d8ee8;background:white;box-shadow:0 0 0 4px #1476dd10}textarea{min-height:90px;resize:vertical}label small{display:block;margin-top:5px;color:#8795a8;font-weight:500}.tick input,.chips input,.consent input{display:inline;width:auto;margin:0}.tick{background:#f5f9fd;padding:13px;border-radius:10px}.notice,.submit-note{background:#eef7ff;border:1px solid #d8ebff;padding:15px;border-radius:12px;font-size:12px;line-height:1.6;color:#49627e;margin-bottom:22px}.upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.upload{padding:15px;border:1px dashed #aac2df;border-radius:12px;background:#f9fcff}.file-note{font-size:11px;color:var(--muted)}h4{margin:28px 0 12px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips label{border:1px solid #dbe5ef;padding:10px 12px;border-radius:10px;background:#fbfdff}.consent{display:flex;gap:10px;background:#f2f9ed;border:1px solid #d8edca;padding:17px;border-radius:12px;line-height:1.6}.review-card{background:#f8fbff;border:1px solid #e2ebf5;border-radius:16px;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.review-item small,.review-item b{display:block}.review-item small{color:#8290a3;margin-bottom:4px}.actions{display:flex;justify-content:space-between;border-top:1px solid #edf1f5;margin-top:34px;padding-top:22px}.actions button,.primary-link{border-radius:10px;padding:13px 20px;font-weight:800;border:0;cursor:pointer;text-decoration:none}.secondary{background:#fff;border:1px solid #d6e0eb!important;color:#50627a}.primary,.submit-btn,.primary-link{background:linear-gradient(90deg,#075fd1,#0879e7);color:white}.submit-btn{display:none;margin-left:auto}.hp{position:absolute!important;left:-9999px!important}footer{margin-top:80px;background:#052b65;color:white;min-height:135px;padding:30px clamp(25px,7vw,110px);display:flex;align-items:center;gap:18px}footer img{width:170px;background:white;border-radius:12px;padding:7px}footer b{font-size:18px}footer p{margin:4px 0;color:#c8d9ed;font-size:12px}.footer-copy{margin-left:auto!important}.success-wrap{min-height:calc(100vh - 84px);display:grid;place-items:center;padding:40px;background:radial-gradient(circle at 20% 20%,#d8ecff,transparent 30%),radial-gradient(circle at 80% 80%,#e0f8cf,transparent 30%)}.success-card{max-width:620px;text-align:center;background:white;border:1px solid #e1eaf4;border-radius:28px;padding:55px;box-shadow:0 25px 80px #0a3c761c}.checkmark{width:80px;height:80px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:#e7f8dc;color:#4cac17;font-size:40px;font-weight:800}.success-card h1{font-size:38px}.success-card>p{color:var(--muted);line-height:1.7}.application-id{margin:25px auto;padding:15px;background:#eff7ff;border-radius:12px}.application-id b{color:var(--blue);margin-left:8px}.muted{font-size:13px}.primary-link{display:inline-block;margin-top:10px}@keyframes rise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes slide{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}@keyframes float{50%{transform:translateY(30px)}}@media(max-width:800px){header{height:72px}.brand img{width:180px}.header-right span:first-child{display:none}.hero{grid-template-columns:1fr;padding:55px 20px}.hero h1{letter-spacing:-2px}.benefits{overflow:auto}.hero-panel{padding:28px}.registration{margin-top:45px}.step-labels{display:none}form{padding:22px}.grid,.upload-grid,.review-card{grid-template-columns:1fr}.wide{grid-column:auto}.form-head{align-items:start}.form-head h2{font-size:27px}.form-head p{font-size:12px}.section-title h3{font-size:20px}footer{flex-direction:column;text-align:center}.footer-copy{margin-left:0!important}.success-card{padding:35px 22px}}
.preview-banner{background:#062a66;color:#fff;text-align:center;padding:10px 16px;font-size:12px;line-height:1.5}
.preview-banner strong{color:#8ee44c}

.eligibility-box{display:grid;grid-template-columns:1.4fr 1fr;gap:22px;align-items:center;background:linear-gradient(135deg,#eef8ff,#f3fce9);border:1px solid #d7e9d0;border-radius:16px;padding:20px;margin-bottom:22px}.eligibility-box b{color:#075dcc;font-size:15px}.eligibility-box p{margin:6px 0 0;color:#657790;font-size:12px;line-height:1.5}@media(max-width:800px){.eligibility-box{grid-template-columns:1fr}}
/* Additional client logos */
.brand-group{display:flex;align-items:center;gap:18px}
.partner-marks{display:flex;align-items:center;gap:8px;padding-left:16px;border-left:1px solid #e0e9f3}
.partner-marks img{width:46px;height:46px;object-fit:contain;border-radius:12px;background:#fff;padding:3px;filter:drop-shadow(0 5px 10px #173c6c14);transition:transform .25s ease}
.partner-marks img:hover{transform:translateY(-3px) scale(1.04)}
.hero-branding{display:flex;align-items:center;justify-content:space-between;gap:15px}
.hero-symbols{display:flex;gap:8px}
.hero-symbols img{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:15px;padding:5px;box-shadow:0 8px 22px #001d4c2c}
.footer-logos{display:flex;align-items:center;gap:8px}
footer .footer-main-logo{width:170px;background:white;border-radius:12px;padding:7px}
footer .footer-symbol{width:50px;height:50px;object-fit:contain;background:white;border-radius:10px;padding:4px}
@media(max-width:900px){.partner-marks{display:none}.hero-symbols img{width:48px;height:48px}.footer-logos{justify-content:center;flex-wrap:wrap}}

/* Final separated client logos */
.brand img{width:245px;max-height:64px;object-fit:contain}
.program-logos{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.program-logos .mini-logo{width:220px}
.companion-logo{background:#fff;border-radius:16px;padding:10px;width:185px;box-shadow:0 8px 22px #001d4c20}
.companion-logo img{display:block;width:100%;max-height:62px;object-fit:contain}
@media(max-width:800px){.brand img{width:190px}.program-logos .mini-logo{width:180px}.companion-logo{width:150px}}

/* FINAL HEADER: Companion left, Medical right */
header{gap:24px}
.companion-brand{flex:0 0 auto}
.companion-brand img{width:245px;max-height:64px;object-fit:contain}
.header-right{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-left:auto}
.medical-brand{display:flex;align-items:center;background:#fff;border:1px solid #e5edf6;border-radius:13px;padding:5px 10px;box-shadow:0 5px 16px #123b6d0d}
.medical-brand img{width:190px;height:48px;object-fit:contain}
@media(max-width:850px){
  .companion-brand img{width:180px}
  .medical-brand img{width:130px;height:40px}
  .header-right>span{display:none}
}
@media(max-width:520px){
  header{padding-left:12px;padding-right:12px;gap:8px}
  .companion-brand img{width:150px}
  .medical-brand{padding:3px 6px}
  .medical-brand img{width:105px;height:34px}
}

/* FINAL requested logo layout:
   - No second logo in header right
   - Medical logo appears only in the hero blue card */
.medical-brand{display:none!important}
.header-right{margin-left:auto;display:flex;align-items:center;gap:18px}
.hero-panel .mini-logo{width:235px;background:#fff;border-radius:16px;padding:10px 14px;box-shadow:0 10px 24px #001d4c22}
.hero-panel .mini-logo img{width:100%;height:62px;object-fit:contain;display:block}
@media(max-width:800px){
  .hero-panel .mini-logo{width:205px}
  .hero-panel .mini-logo img{height:55px}
}

/* Partner portal final branding */
.brand img{width:285px;max-height:72px;object-fit:contain}
.mini-logo{width:270px!important;background:#fff;border-radius:16px;padding:10px 16px}
.mini-logo img{width:100%!important;height:72px!important;object-fit:contain!important}
.medical-brand,.partner-marks,.companion-logo,.hero-symbols{display:none!important}
@media(max-width:800px){.brand img{width:220px}.mini-logo{width:220px!important}.mini-logo img{height:60px!important}}
