/* YaSimba Completion Train A — shared customer entry experience */
:root{
  --ys-entry-bg:#07090c;
  --ys-entry-surface:#0f141a;
  --ys-entry-surface-2:#141a21;
  --ys-entry-line:#2b333d;
  --ys-entry-text:#eef1f4;
  --ys-entry-muted:#9da7b2;
  --ys-entry-gold:#d8b846;
  --ys-entry-gold-strong:#e4c34f;
  --ys-entry-red:#e4233b;
  --ys-entry-radius:12px;
  --ys-entry-control:46px;
}
.ys-entry-surface{color:var(--ys-entry-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ys-entry-surface *{box-sizing:border-box}
.ys-entry-surface a{color:inherit}
.ys-entry-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center}
.ys-entry-brand-lockup{display:flex;align-items:center;justify-content:center;gap:14px;min-width:0}
.ys-entry-brand-mark{width:82px;height:82px;object-fit:contain;flex:0 0 auto}
.ys-entry-brand-wordmark{width:248px;max-width:64vw;height:auto;object-fit:contain}
.ys-entry-category{margin:7px 0 0;color:var(--ys-entry-gold);font-size:clamp(18px,2.3vw,26px);line-height:1.15;font-weight:650;letter-spacing:.025em;text-transform:none}
.ys-entry-tagline{margin:6px 0 0;color:#dce1e6;font-size:clamp(14px,1.6vw,17px);font-weight:550;line-height:1.35}
.ys-entry-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 12px;margin:14px auto 0;max-width:760px;color:#b8c1ca;font-size:12px;line-height:1.25}
.ys-entry-benefits span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.ys-entry-benefits span:not(:last-child)::after{content:"•";color:#59636e;margin-left:6px}
.ys-entry-panel{border:1px solid var(--ys-entry-line);background:var(--ys-entry-surface);border-radius:var(--ys-entry-radius);box-shadow:0 14px 38px rgba(0,0,0,.22)}
.ys-entry-section-label{display:block;margin:0 0 7px;color:#aeb7c1;font-size:11px;font-weight:650;letter-spacing:.11em;text-transform:uppercase}
.ys-entry-org-select{display:grid;grid-template-columns:58px minmax(0,1fr) 20px;align-items:center;gap:10px;min-height:70px;padding:7px 12px;border:1px solid #37414c;border-radius:10px;background:#090d11;color:var(--ys-entry-text)}
.ys-entry-org-select img{width:54px;height:54px;object-fit:contain}
.ys-entry-org-select select{width:100%;min-width:0;min-height:44px;border:0;background:transparent;color:var(--ys-entry-text);font:650 14px/1.2 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;outline:0;cursor:pointer;appearance:none;-webkit-appearance:none}
.ys-entry-org-select select option{background:#0f141a;color:var(--ys-entry-text)}
.ys-entry-chevron{color:#8f99a4;font-size:18px;text-align:center;pointer-events:none}
.ys-entry-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:var(--ys-entry-control);padding:10px 16px;border:1px solid var(--ys-entry-gold);border-radius:9px;background:var(--ys-entry-gold);color:#11151a!important;text-decoration:none;font-size:14px;line-height:1.2;font-weight:650;font-family:inherit;cursor:pointer}
.ys-entry-primary:hover{background:var(--ys-entry-gold-strong);border-color:var(--ys-entry-gold-strong)}
.ys-entry-primary:focus-visible,.ys-entry-link:focus-visible,.ys-entry-field input:focus-visible{outline:3px solid rgba(216,184,70,.35);outline-offset:2px}
.ys-entry-primary--tenant{background:var(--ys-entry-red);border-color:var(--ys-entry-red);color:#fff!important}
.ys-entry-link{display:inline-flex;align-items:center;justify-content:center;color:#c4ccd4!important;text-decoration:none;font-size:12px;font-weight:550}
.ys-entry-link:hover{text-decoration:underline}
.ys-entry-footnote{margin:11px 0 0;color:#79838e;font-size:11px;line-height:1.4;text-align:center}
.ys-entry-field{display:grid;gap:6px}
.ys-entry-field label{color:#c6cdd4;font-size:12px;font-weight:600}
.ys-entry-field input{width:100%;min-height:46px;border:1px solid #38424d;border-radius:9px;background:#090d11;color:var(--ys-entry-text);padding:9px 11px;font:inherit}
.ys-entry-error{border-left:3px solid var(--ys-entry-red);background:#211015;color:#ffd8dc;padding:10px 11px;border-radius:8px;font-size:13px}
.ys-entry-tenant-brand{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px}
.ys-entry-tenant-logo{width:110px;height:110px;object-fit:contain}
.ys-entry-tenant-name{margin:2px 0 0;color:var(--ys-entry-red);font-size:clamp(21px,3vw,30px);font-weight:650;line-height:1.08;letter-spacing:.01em}
.ys-entry-motto{margin:2px 0 0;color:#aeb7c1;font-size:10px;font-weight:600;letter-spacing:.10em;text-transform:uppercase}
.ys-entry-title{margin:12px 0 0;color:var(--ys-entry-red);font-size:18px;font-weight:650;line-height:1.2;letter-spacing:.015em}
.ys-entry-subcopy{margin:5px 0 0;color:#aeb7c1;font-size:12px;line-height:1.45}
.ys-entry-powered{color:var(--ys-entry-gold);font-weight:650}
.ys-entry-secondary-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin-top:13px}
.ys-entry-secondary-grid a{color:#b9c2cb;text-decoration:none;font-size:12px;line-height:1.25}
.ys-entry-secondary-grid a:hover{text-decoration:underline}
@media(max-width:640px){
  .ys-entry-brand-mark{width:72px;height:72px}
  .ys-entry-brand-wordmark{width:220px;max-width:64vw}
  .ys-entry-category{font-size:18px}
  .ys-entry-tagline{font-size:13px;margin-top:4px}
  .ys-entry-benefits{justify-content:center;flex-wrap:wrap;overflow:visible;max-width:none;margin-top:10px;padding:0;gap:6px 10px}
  .ys-entry-benefits span{flex:0 1 auto;white-space:normal;padding:2px 0;border:0;border-radius:0;background:transparent;font-size:10.5px;line-height:1.25}
  .ys-entry-benefits span::after{display:inline!important}
  .ys-entry-panel{border-radius:11px}
  .ys-entry-org-select{grid-template-columns:52px minmax(0,1fr) 18px;gap:8px;min-height:66px;padding:6px 9px}
  .ys-entry-org-select img{width:48px;height:48px}
  .ys-entry-org-select select{font-size:12.5px;line-height:1.15}
  .ys-entry-tenant-logo{width:94px;height:94px}
  .ys-entry-secondary-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.ys-entry-surface *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
