:root {
  --navy: #0d2a47;
  --navy-2: #153d63;
  --blue: #2f6ee5;
  --purple: #7b5cf3;
  --peach: #ff9f63;
  --ink: #102033;
  --muted: #5f7085;
  --line: #dfe6ee;
  --surface: #ffffff;
  --surface-2: #f5f8fb;
  --success: #15845c;
  --warning: #9a6412;
  --danger: #b73535;
  --shadow: 0 18px 48px rgba(13,42,71,.10);
  --radius: 22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--surface-2);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,230,238,.9)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--navy)}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#49b7ff,#7b5cf3);color:white;font-size:20px;box-shadow:0 10px 24px rgba(72,113,224,.28)}
.brand small{display:block;font-size:10px;letter-spacing:.14em;color:var(--muted);font-weight:700}
.nav-links{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:650;color:#31445b}
.nav-links a:hover,.nav-links a.active{color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:11px 16px;border:1px solid transparent;font-weight:750;font-size:14px;cursor:pointer;transition:.18s ease}
.btn-primary{background:var(--navy-2);color:white}.btn-primary:hover{transform:translateY(-1px);background:var(--navy)}
.btn-secondary{background:white;border-color:var(--line);color:var(--navy)}
.btn-ghost{background:transparent;color:var(--navy)}
.menu-btn{display:none;background:white;border:1px solid var(--line);border-radius:10px;padding:8px 10px;font-weight:700}
.hero{padding:88px 0 74px;background:radial-gradient(circle at 82% 18%,rgba(255,159,99,.30),transparent 28%),radial-gradient(circle at 68% 20%,rgba(123,92,243,.27),transparent 34%),linear-gradient(135deg,#eef7ff 0%,#f7f5ff 55%,#fff7f1 100%)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}
.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:850;color:#1f5a93;margin-bottom:12px}
h1,h2,h3{line-height:1.12;margin:0 0 16px;color:#0d2139}
h1{font-size:clamp(44px,7vw,76px);letter-spacing:-.035em}
h2{font-size:clamp(30px,4.2vw,48px);letter-spacing:-.025em}
h3{font-size:22px}
.lead{font-size:20px;color:#4d6178;max-width:760px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.hero-note{font-size:13px;color:var(--muted)}
.hero-card{background:white;border:1px solid rgba(223,230,238,.9);border-radius:28px;padding:26px;box-shadow:var(--shadow)}
.hero-card .window{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#f8fbff}
.window-top{display:flex;gap:7px;padding:12px 14px;border-bottom:1px solid var(--line);background:white}.dot{width:9px;height:9px;border-radius:50%;background:#cbd5df}.dot:nth-child(1){background:#ff8d7d}.dot:nth-child(2){background:#ffd56b}.dot:nth-child(3){background:#78d69d}
.dashboard{display:grid;grid-template-columns:140px 1fr;min-height:330px}.sidebar{background:var(--navy);color:white;padding:18px}.sidebar strong{display:block;margin-bottom:18px}.sidebar span{display:block;padding:7px 0;font-size:12px;color:#d8e8f7}.dash-main{padding:22px}.mini-hero{height:74px;border-radius:16px;background:linear-gradient(120deg,#2f6ee5,#7b5cf3,#ff9f63);margin-bottom:16px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat{background:white;border:1px solid var(--line);border-radius:12px;padding:12px}.stat b{font-size:18px}.dash-row{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-top:10px}.block{height:92px;border:1px solid var(--line);border-radius:12px;background:white}
.section{padding:82px 0}.section-tight{padding:58px 0}.section-head{max-width:760px;margin-bottom:34px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 26px rgba(13,42,71,.05)}.card p{color:var(--muted);margin-bottom:0}.icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#eaf4ff;color:#155f9f;font-weight:900;margin-bottom:18px}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;background:#eef5ff;color:#235c96;font-size:12px;font-weight:800}.badge-green{background:#e8f7ef;color:#176a4e}.badge-gold{background:#fff6db;color:#8a6517}.band{background:var(--navy);color:white}.band h2,.band h3{color:white}.band p{color:#d4e2ef}.band-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center}.check-list{display:grid;gap:12px}.check{display:flex;gap:12px;align-items:flex-start}.check i{font-style:normal;width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#e7f7ef;color:#13714f;font-size:13px;font-weight:900;flex:0 0 auto}.band .check i{background:rgba(255,255,255,.14);color:white}
.page-hero{padding:66px 0 48px;background:linear-gradient(135deg,#eef7ff,#f7f5ff 60%,#fff8f3)}.page-hero .lead{max-width:820px}.kicker-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}.list{padding-left:18px;color:var(--muted)}.list li{margin:8px 0}.table{width:100%;border-collapse:collapse;background:white;border-radius:18px;overflow:hidden;border:1px solid var(--line)}.table th,.table td{text-align:left;padding:15px 16px;border-bottom:1px solid var(--line);font-size:14px}.table th{background:#f5f8fb;color:#36506d}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px}.status-arch{background:#5077e4}.status-plan{background:#d6a23c}.status-live{background:#2a9b6d}
.form-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800;color:#29435e}.field input,.field textarea,.field select{width:100%;border:1px solid #ccd7e2;border-radius:11px;padding:12px 13px;font:inherit;background:white}.field textarea{min-height:130px;resize:vertical}.form-note{font-size:12px;color:var(--muted)}.notice{padding:14px 16px;border-radius:12px;background:#eef6ff;color:#244e7d;font-size:13px;border:1px solid #d7e7f8}.notice.warning{background:#fff8e8;color:#715717;border-color:#f3e0a9}
.auth-shell{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:52px 20px;background:linear-gradient(135deg,#eef7ff,#f7f5ff 58%,#fff8f3)}.auth-card{width:min(520px,100%);background:white;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.auth-card h1{font-size:36px}.auth-card .field{margin-bottom:14px}.auth-divider{text-align:center;color:#8390a0;font-size:12px;margin:20px 0;position:relative}.auth-divider:before,.auth-divider:after{content:"";position:absolute;top:50%;width:42%;height:1px;background:var(--line)}.auth-divider:before{left:0}.auth-divider:after{right:0}
.footer{background:#0b2036;color:#d3e1ee;padding:50px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:30px}.footer h4{color:white;margin:0 0 12px}.footer a{display:block;color:#bfd0df;font-size:14px;margin:7px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;font-size:12px;color:#9eb0c0}.muted{color:var(--muted)}.center{text-align:center}.spacer{height:8px}
@media(max-width:980px){.nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:18px 20px;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-btn{display:inline-block}.nav-actions .btn-secondary{display:none}.hero-grid,.band-grid,.split{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}.hero{padding-top:62px}.dashboard{grid-template-columns:105px 1fr}}
@media(max-width:700px){.container{width:min(100% - 24px,1160px)}.nav-actions .btn-primary{display:none}.grid-3,.grid-2,.form-grid,.footer-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.hero{padding:52px 0}.section{padding:60px 0}.hero-card{padding:14px}.dashboard{grid-template-columns:1fr}.sidebar{display:none}.stats{grid-template-columns:1fr 1fr}.dash-row{grid-template-columns:1fr}.page-hero{padding:48px 0 34px}}
.notice.error{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.notice.warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.notice.success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}

/* ===== Sprint 3.75C v1.0.3 Brand System ===== */
:root{
  --cym-navy:#0b1f36;
  --cym-blue:#1478ff;
  --cym-cyan:#00c9f5;
  --cym-purple:#7957e8;
  --cym-coral:#ff6b87;
  --cym-orange:#ff8a00;
  --cym-gold:#ffc21a;
  --cym-ink:#10243f;
  --cym-muted:#5d718c;
  --cym-soft:#f6f9fe;
  --cym-border:#dce6f3;
  --cym-gradient:linear-gradient(105deg,#1478ff 0%,#00c9f5 27%,#7957e8 53%,#ff6b87 75%,#ff8a00 100%);
}

.brand-logo-link{
  display:flex;
  align-items:center;
  text-decoration:none;
}
.brand-logo-img{
  height:48px;
  width:auto;
  max-width:250px;
  display:block;
  object-fit:contain;
}

.site-header{
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(18,50,84,.08);
  box-shadow:0 1px 0 rgba(20,45,75,.02);
}

.button.primary,.btn-primary,button.primary{
  background:var(--cym-gradient)!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 8px 22px rgba(20,120,255,.16);
}
.button.primary:hover,.btn-primary:hover,button.primary:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(121,87,232,.18);
}

.brand-gradient-text{
  background:var(--cym-gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero,.page-hero{
  position:relative;
  overflow:hidden;
}
.hero::before,.page-hero::before{
  content:"";
  position:absolute;
  right:-12rem;
  top:-12rem;
  width:38rem;
  height:38rem;
  border-radius:50%;
  background:
    radial-gradient(circle at 25% 30%,rgba(0,201,245,.18),transparent 34%),
    radial-gradient(circle at 55% 45%,rgba(121,87,232,.13),transparent 38%),
    radial-gradient(circle at 72% 68%,rgba(255,107,135,.10),transparent 34%),
    radial-gradient(circle at 82% 82%,rgba(255,138,0,.07),transparent 28%);
  filter:blur(12px);
  pointer-events:none;
}
.hero>* ,.page-hero>*{position:relative;z-index:1}

/* Auth redesign */
.auth-page{
  background:
    radial-gradient(circle at 10% 10%,rgba(0,201,245,.08),transparent 25%),
    radial-gradient(circle at 90% 12%,rgba(121,87,232,.08),transparent 25%),
    radial-gradient(circle at 85% 88%,rgba(255,138,0,.05),transparent 24%),
    #f7faff!important;
}
.auth-shell{
  min-height:calc(100vh - 76px);
  display:grid;
  place-items:center;
  padding:48px 20px;
}
.auth-card{
  width:min(100%,560px);
  background:#fff;
  border:1px solid var(--cym-border);
  border-radius:22px;
  padding:34px;
  box-shadow:0 24px 70px rgba(17,48,83,.11);
  position:relative;
  overflow:hidden;
}
.auth-card::before{
  content:"";
  position:absolute;left:0;right:0;top:0;height:4px;
  background:var(--cym-gradient);
}
.auth-logo{
  display:block;
  height:54px;
  width:auto;
  max-width:270px;
  margin:0 0 18px;
}
.auth-card h1{
  color:var(--cym-navy);
  margin-top:6px;
}
.auth-card .lead{color:var(--cym-muted)}

.auth-page input,.auth-page select{
  min-height:52px;
  border-radius:12px!important;
  border:1px solid #c9d8e9!important;
  background:#fff!important;
}
.auth-page input:focus,.auth-page select:focus{
  outline:none!important;
  border-color:var(--cym-blue)!important;
  box-shadow:0 0 0 4px rgba(20,120,255,.10)!important;
}

/* Gateway */
.gateway-card{width:min(100%,620px)}
.gateway-mark{
  width:78px;height:78px;object-fit:contain;margin-bottom:14px;
}
.security-callout{
  display:grid;
  gap:6px;
  padding:16px 18px;
  margin:22px 0;
  border-radius:16px;
  border:1px solid rgba(20,120,255,.14);
  background:linear-gradient(135deg,rgba(20,120,255,.06),rgba(121,87,232,.05),rgba(255,138,0,.035));
}
.security-callout strong{color:var(--cym-navy)}
.security-callout span{color:var(--cym-muted);line-height:1.5}
.gateway-actions{display:grid;gap:10px;margin-top:16px}
.gateway-meta{color:var(--cym-muted);font-size:.94rem;margin:0}

@media(max-width:760px){
  .brand-logo-img{height:40px;max-width:205px}
  .auth-card{padding:26px 20px;border-radius:18px}
  .auth-logo{height:48px;max-width:230px}
  .gateway-mark{width:64px;height:64px}
}

/* ===== Sprint 3.75C v1.0.3.1 Brand Fix ===== */

:root{
  --cym-navy:#0b1f36;
  --cym-blue:#1478ff;
  --cym-cyan:#00c9f5;
  --cym-purple:#7957e8;
  --cym-coral:#ff6b87;
  --cym-orange:#ff8a00;
  --cym-soft:#f6f9ff;
  --cym-border:#d6e2f1;
  --cym-muted:#667996;
  --cym-gradient:linear-gradient(105deg,#1478ff 0%,#00c9f5 27%,#7957e8 53%,#ff6b87 75%,#ff8a00 100%);
}

.brand-logo-img{
  display:block;
  width:auto;
  height:50px;
  max-width:290px;
  object-fit:contain;
}

.gateway-page{
  background:
    radial-gradient(circle at 6% 16%,rgba(20,120,255,.14),transparent 25%),
    radial-gradient(circle at 88% 14%,rgba(121,87,232,.11),transparent 25%),
    radial-gradient(circle at 82% 82%,rgba(255,138,0,.08),transparent 26%),
    linear-gradient(180deg,#f4f8ff 0%,#fbf9ff 54%,#fff9f6 100%)!important;
}

.gateway-stage{
  min-height:calc(100vh - 76px);
  display:grid;
  place-items:center;
  padding:56px 22px;
  position:relative;
  overflow:hidden;
}

.gateway-stage::before,
.gateway-stage::after{
  content:"";
  position:absolute;
  border:1px solid rgba(20,120,255,.10);
  border-radius:50%;
  pointer-events:none;
}
.gateway-stage::before{
  width:960px;height:360px;left:-210px;top:160px;transform:rotate(-14deg);
}
.gateway-stage::after{
  width:840px;height:300px;right:-250px;bottom:40px;transform:rotate(17deg);
}

.gateway-panel{
  width:min(100%,1080px);
  background:rgba(255,255,255,.96);
  border:1px solid rgba(20,54,90,.08);
  border-radius:34px;
  padding:54px 72px 44px;
  box-shadow:0 28px 80px rgba(22,55,95,.14);
  position:relative;
  overflow:hidden;
  z-index:1;
}

.gateway-topline{
  position:absolute;
  top:0;left:0;right:0;
  height:7px;
  background:var(--cym-gradient);
}

.gateway-logo-wrap{
  display:flex;
  justify-content:center;
  margin-bottom:22px;
}

.gateway-logo-full{
  display:block;
  width:auto;
  height:120px;
  max-width:min(100%,560px);
  object-fit:contain;
}

.gateway-heading-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:10px;
}

.gateway-shield{
  width:34px;height:34px;
  display:grid;
  place-items:center;
  border:3px solid var(--cym-blue);
  color:var(--cym-blue);
  border-radius:9px;
  font-weight:900;
  transform:rotate(45deg);
}
.gateway-shield::first-letter{transform:rotate(-45deg)}

.gateway-eyebrow{
  margin:0;
  font-size:1rem;
  font-weight:800;
  letter-spacing:.20em;
  color:var(--cym-blue);
}

.gateway-panel h1{
  margin:18px 0 10px;
  font-size:clamp(2.8rem,6vw,5.1rem);
  line-height:1.02;
  color:var(--cym-navy);
  letter-spacing:-.045em;
}

.gateway-lead{
  font-size:clamp(1.1rem,2vw,1.65rem);
  color:var(--cym-muted);
  margin:0;
}

.gateway-loader{
  display:flex;
  justify-content:center;
  gap:16px;
  margin:30px 0;
}
.gateway-loader span{
  width:16px;height:16px;
  border-radius:50%;
  background:#e9edf7;
}
.gateway-loader span:nth-child(1){background:var(--cym-blue)}
.gateway-loader span:nth-child(2){background:var(--cym-purple)}
.gateway-loader span:nth-child(3){background:#e8e8f3}

.gateway-security-box{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:22px;
  align-items:center;
  border:1px solid rgba(20,120,255,.22);
  background:linear-gradient(135deg,rgba(20,120,255,.06),rgba(121,87,232,.05),rgba(255,138,0,.05));
  border-radius:22px;
  padding:24px 28px;
}

.gateway-lock{
  width:72px;height:72px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#e6f2ff,#f1ecff);
  color:var(--cym-blue);
  font-size:2rem;
  border:1px solid rgba(20,120,255,.18);
}

.gateway-security-box strong{
  display:block;
  font-size:1.15rem;
  color:var(--cym-navy);
  margin-bottom:6px;
}
.gateway-security-box p{
  margin:0;
  color:var(--cym-muted);
  line-height:1.55;
}

.gateway-actions{
  display:grid;
  gap:12px;
  margin-top:22px;
}

.gateway-footer-note{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  color:#8a99ae;
  margin-top:28px;
  font-size:.92rem;
}

body[data-gateway-state="authorized"] .gateway-loader{display:none}
body[data-gateway-state="denied"] .gateway-loader,
body[data-gateway-state="unprovisioned"] .gateway-loader,
body[data-gateway-state="error"] .gateway-loader{display:none}

/* Auth consistency */
.auth-logo{
  height:74px!important;
  max-width:360px!important;
  object-fit:contain!important;
  margin-bottom:22px!important;
}

@media(max-width:760px){
  .brand-logo-img{height:42px;max-width:220px}
  .gateway-panel{padding:38px 24px 30px;border-radius:24px}
  .gateway-logo-full{height:92px}
  .gateway-security-box{grid-template-columns:1fr;text-align:left}
  .gateway-lock{width:58px;height:58px}
  .gateway-footer-note{font-size:.82rem}
  .auth-logo{height:62px!important;max-width:280px!important}
}

.gateway-small-mark{
  width:38px;height:38px;object-fit:contain;display:block;
}

/* Sprint 3.75C v1.0.3.3 — final gateway polish only */
.gateway-site-header{
  height:76px;
  display:flex;
  align-items:center;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid rgba(18,50,84,.08);
}
.gateway-nav-shell{
  width:min(100% - 40px,1200px);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.gateway-nav-shell .brand-logo-img{
  height:50px;
  max-width:280px;
}
.gateway-signout{
  min-height:44px;
  padding:0 20px;
  border-radius:12px;
  font-weight:700;
  background:#fff!important;
  color:var(--cym-navy)!important;
  border:1px solid #cfdceb!important;
  box-shadow:none!important;
}

/* CSS shield icon — no placeholder glyph */
.gateway-shield-icon{
  width:36px;height:40px;
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.gateway-shield-icon::before{
  content:"";
  position:absolute;
  inset:1px 3px 3px;
  background:linear-gradient(145deg,var(--cym-blue),var(--cym-purple));
  clip-path:polygon(50% 0,92% 14%,88% 61%,50% 100%,12% 61%,8% 14%);
}
.gateway-shield-icon::after{
  content:"";
  position:absolute;
  inset:5px 7px 8px;
  background:#fff;
  clip-path:polygon(50% 0,92% 14%,88% 61%,50% 100%,12% 61%,8% 14%);
}
.gateway-shield-check{
  position:relative;
  z-index:2;
  color:var(--cym-blue);
  font-size:15px;
  font-weight:900;
}

/* CSS lock icon — no placeholder glyph */
.gateway-lock-icon{
  width:72px;height:72px;
  border-radius:50%;
  background:linear-gradient(145deg,#e5f2ff,#f2ecff);
  border:1px solid rgba(20,120,255,.18);
  display:block;
  position:relative;
}
.gateway-lock-shackle{
  position:absolute;
  width:25px;height:22px;
  left:50%;top:16px;
  transform:translateX(-50%);
  border:4px solid var(--cym-blue);
  border-bottom:0;
  border-radius:14px 14px 0 0;
}
.gateway-lock-body{
  position:absolute;
  width:32px;height:27px;
  left:50%;top:34px;
  transform:translateX(-50%);
  border-radius:6px;
  background:linear-gradient(145deg,var(--cym-blue),var(--cym-purple));
}
.gateway-lock-body::after{
  content:"";
  position:absolute;
  width:5px;height:10px;
  background:#fff;
  border-radius:4px;
  left:50%;top:8px;
  transform:translateX(-50%);
}
@media(max-width:760px){
  .gateway-site-header{height:68px}
  .gateway-nav-shell{width:min(100% - 24px,1200px)}
  .gateway-nav-shell .brand-logo-img{height:42px;max-width:210px}
  .gateway-signout{min-height:40px;padding:0 14px}
}

.gateway-shield-brandmark{
  position:relative;
  z-index:2;
  width:24px;height:24px;
  object-fit:contain;
  display:block;
}

/* Sprint 3.75D v1.0.5 — composable Cymbari brand lockup */
.cymbari-brand-lockup{
  display:inline-flex;
  align-items:center;
  gap:10px;
  line-height:1;
  min-width:0;
}
.cymbari-brand-mark{
  width:52px;
  height:52px;
  object-fit:contain;
  flex:0 0 auto;
}
.cymbari-brand-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.cymbari-brand-name{
  color:var(--cym-navy,#0b1f36);
  font-size:1.45rem;
  line-height:1;
  font-weight:800;
  letter-spacing:-.025em;
}
.cymbari-brand-tagline{
  color:#667996;
  font-size:.58rem;
  line-height:1.15;
  font-weight:700;
  letter-spacing:.08em;
  white-space:nowrap;
}
.gateway-logo-wrap .cymbari-brand-lockup{
  gap:18px;
  justify-content:center;
}
.gateway-logo-wrap .cymbari-brand-mark{
  width:92px;
  height:92px;
}
.gateway-logo-wrap .cymbari-brand-name{
  font-size:3.2rem;
}
.gateway-logo-wrap .cymbari-brand-tagline{
  font-size:.78rem;
  letter-spacing:.12em;
}
.auth-card > .cymbari-brand-lockup{
  margin-bottom:22px;
}
@media(max-width:760px){
  .cymbari-brand-mark{width:42px;height:42px}
  .cymbari-brand-name{font-size:1.2rem}
  .cymbari-brand-tagline{font-size:.48rem;letter-spacing:.05em}
  .gateway-logo-wrap .cymbari-brand-mark{width:70px;height:70px}
  .gateway-logo-wrap .cymbari-brand-name{font-size:2.35rem}
  .gateway-logo-wrap .cymbari-brand-tagline{font-size:.62rem}
}

/* Post-3.75 Website UX + Copy Polish v1.0.7 */
.footer-brand-link{text-decoration:none}
.footer .cymbari-brand-name{color:#fff}
.footer .cymbari-brand-tagline{color:#a8bed0}
.secondary-discovery{padding-top:22px}

@media (max-width: 760px){
  .hero{padding-top:54px;padding-bottom:54px}
  .hero-grid{gap:34px}
  .hero h1{
    font-size:clamp(2.8rem,12vw,4.15rem);
    line-height:.98;
    letter-spacing:-.045em;
    max-width:9.5em;
  }
  .hero .lead{
    font-size:clamp(1.08rem,5vw,1.35rem);
    line-height:1.55;
    max-width:34rem;
  }
  .hero-actions{gap:12px}
  .hero-actions .btn{padding:14px 18px;font-size:1rem}
  .hero-note{font-size:.78rem;line-height:1.45}
  .section{padding-top:54px;padding-bottom:54px}
  .section-head h2,.center h2,.band h2{font-size:clamp(2rem,8.5vw,2.8rem);line-height:1.06}
  .section .lead{font-size:1.05rem;line-height:1.55}
  .footer-grid{gap:30px}
}
@media (max-width: 430px){
  .cymbari-brand-tagline{font-size:.43rem}
  .hero h1{font-size:clamp(2.55rem,11.5vw,3.25rem);max-width:100%}
}

/* v1.0.9 — final public homepage balance */
@media (min-width: 761px){
  .hero h1{
    font-size:clamp(3.7rem,6vw,5.8rem);
    line-height:.98;
    max-width:8.7em;
  }
  .hero .lead{max-width:39rem}
}
