*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #f5f6f4;
  color: #0c0d0f;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; }
ul { list-style: none; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: rgba(12,13,15,.18); border-radius: 99px; }

:root {

  --ink:    #0c0d0f;
  --ink80:  rgba(12,13,15,.80);
  --ink60:  rgba(12,13,15,.60);
  --ink40:  rgba(12,13,15,.40);
  --ink20:  rgba(12,13,15,.20);
  --ink10:  rgba(12,13,15,.08);
  --ink05:  rgba(12,13,15,.04);


  --paper:  #f5f6f4;
  --paper2: #eceeed;
  --white:  #fff;


  --gold:   #b86b3a;
  --goldl:  #d0804f;
  --goldd:  rgba(184,107,58,.13);
  --goldb:  rgba(184,107,58,.26);


  --navy:   #1e4035;
  --navym:  #2a5c4a;
  --navyl:  #3d8a6e;
  --navyp:  #e4f0eb;
  --navyd:  rgba(30,64,53,.07);


  --red:    #c0392b;
  --redd:   rgba(192,57,43,.10);
  --green:  #2d6a4f;
  --greend: rgba(45,106,79,.10);


  --border:  rgba(12,13,15,.09);
  --border2: rgba(12,13,15,.14);
  --border3: rgba(12,13,15,.22);


  --sh1: 0 1px 3px rgba(12,13,15,.07);
  --sh2: 0 4px 16px rgba(12,13,15,.08), 0 1px 4px rgba(12,13,15,.04);
  --sh3: 0 12px 40px rgba(12,13,15,.10), 0 4px 12px rgba(12,13,15,.05);
  --sh4: 0 24px 64px rgba(12,13,15,.12), 0 8px 24px rgba(12,13,15,.06);


  --r1:    6px;
  --r2:    10px;
  --r3:    16px;
  --r4:    22px;
  --rfull: 9999px;


  --fd: 'Cormorant Garamond', Georgia, serif;
  --fb: 'Inter', system-ui, sans-serif;
  --fm: 'IBM Plex Mono', monospace;


  --navh: 62px;
}

.t-hero {
  font-family: var(--fd);
  font-size: clamp(2.6rem, 5.5vw, 5.2rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.026em;
}
.t-h1 {
  font-family: var(--fd);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: -.022em;
}
.t-h2 {
  font-family: var(--fd);
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.018em;
}
.t-h3 {
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.t-label {
  font-family: var(--fm);
  font-size: .67rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0;
}
.muted  { color: var(--ink60); }
.accent { color: var(--gold); }

.wrap    { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.wrap-sm { max-width: 700px;  margin: 0 auto; padding: 0 40px; }
.wrap-md { max-width: 960px;  margin: 0 auto; padding: 0 40px; }
.sec    { padding: 96px 0; }
.sec-sm { padding: 64px 0; }
.sec-hdr { text-align: center; margin-bottom: 52px; }
.sec-hdr .t-label { margin-bottom: 12px; }
.lead {
  font-size: 1.05rem;
  color: var(--ink60);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.76;
}

.page        { display: none; }
.page.active { display: block; }

.emg-strip {
  background: var(--red);
  color: #fff;
  padding: 9px 0;
  text-align: center;
  font-size: .82rem;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 901;
  pointer-events: none;
}
.emg-strip a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.nav {
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  height: var(--navh);
  z-index: 900;
  transition: background .3s, box-shadow .3s;
}
.nav.scrolled {
  background: rgba(245,246,244,.94);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--sh1);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--navh);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-mark {
  width: 34px;
  height: 34px;
  background: var(--ink);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: var(--fd);
  font-weight: 700;
  font-size: 1.1rem;
}
.nav-name {
  font-family: var(--fd);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.02em;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-link {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 13px;
  font-size: .875rem;
  font-weight: 500;
  color: var(--ink60);
  cursor: pointer;
  border-radius: var(--r1);
  transition: color .15s, background .15s;
  background: none;
  border: none;
  white-space: nowrap;
}
.nav-link:hover,
.nav-link.active {
  color: var(--ink);
  background: var(--ink10);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-mob-btn {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: var(--r1);
  flex-direction: column;
  gap: 5px;
}
.nav-mob-btn:hover { background: var(--ink10); }
.nav-bar {
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  display: block;
}

.nav-drop { position: relative; }
.nav-drop-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border2);
  border-radius: var(--r3);
  padding: 8px;
  min-width: 240px;
  box-shadow: var(--sh3);
  z-index: 999;
}

.nav-drop-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
.nav-drop.open .nav-drop-menu { display: block; }
.nav-drop-item {
  display: block;
  padding: 10px 14px;
  border-radius: var(--r2);
  font-size: .84rem;
  font-weight: 500;
  color: var(--ink60);
  cursor: pointer;
  transition: background .15s, color .15s;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.nav-drop-item:hover { background: var(--navyd); color: var(--ink); }
.nav-drop-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav-drop-label svg { transition: transform .2s; }
.nav-drop.open .nav-drop-label svg { transform: rotate(180deg); }
.nav-drop-divider { height: 1px; background: var(--border); margin: 6px 0; }
.nav-drop-section {
  padding: 4px 14px 6px;
  font-family: var(--fm);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink40);
}

.nav-drawer {
  position: fixed;
  top: calc(38px + var(--navh));
  left: 0;
  right: 0;
  background: rgba(245,246,244,.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 12px 24px 24px;
  box-shadow: var(--sh3);
  z-index: 899;
}
.nav-drawer-link {
  display: block;
  padding: 13px 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink60);
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  width: 100%;
  text-align: left;
  transition: color .15s;
}
.nav-drawer-link:hover { color: var(--ink); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  height: 48px;
  border-radius: var(--r2);
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  border: none;
  white-space: nowrap;
}
.btn-dark  { background: var(--ink);   color: #fff; box-shadow: var(--sh1); }
.btn-dark:hover  { background: var(--navy);  transform: translateY(-1px); box-shadow: var(--sh2); }
.btn-gold  { background: var(--gold);  color: #fff; box-shadow: var(--sh1); }
.btn-gold:hover  { background: var(--goldl); transform: translateY(-1px); box-shadow: var(--sh2); }
.btn-ghost { background: transparent;  color: var(--ink); border: 1.5px solid var(--border3); }
.btn-ghost:hover { border-color: var(--ink); background: var(--ink10); }
.btn-ghost-w { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.3); }
.btn-ghost-w:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }
.btn-red   { background: var(--red);   color: #fff; }
.btn-red:hover   { background: #a93226; transform: translateY(-1px); }
.btn-lg  { height: 56px; padding: 0 32px; font-size: 1rem;   border-radius: var(--r3); }
.btn-sm  { height: 36px; padding: 0 16px; font-size: .82rem; border-radius: var(--r1); }
.btn-full { width: 100%; justify-content: center; }

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  padding: 28px;
  transition: box-shadow .22s, border-color .22s, transform .22s;
}
.card:hover {
  box-shadow: var(--sh2);
  border-color: var(--border2);
  transform: translateY(-2px);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 11px;
  border-radius: var(--rfull);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .02em;
  white-space: nowrap;
}
.badge-gold    { background: var(--goldd);  color: var(--gold);  border: 1px solid var(--goldb); }
.badge-navy    { background: var(--navyd);  color: var(--navym); border: 1px solid rgba(27,58,92,.18); }
.badge-green   { background: var(--greend); color: var(--green); border: 1px solid rgba(45,106,79,.18); }
.badge-red     { background: var(--redd);   color: var(--red);   border: 1px solid rgba(192,57,43,.22); }
.badge-neutral { background: var(--ink10);  color: var(--ink60); border: 1px solid var(--border); }

.fg { margin-bottom: 18px; }
.flabel {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 7px;
  color: var(--ink80);
}
.finput,
.fselect,
.ftextarea {
  width: 100%;
  padding: 11px 15px;
  border: 1.5px solid var(--border2);
  border-radius: var(--r2);
  font-family: var(--fb);
  font-size: .9rem;
  background: var(--white);
  color: var(--ink);
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  appearance: none;
  line-height: 1.4;
}
.finput,
.fselect {
  height: 48px;
}
.fselect {
  cursor: pointer;
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.ftextarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.6;
}
.finput::placeholder,
.ftextarea::placeholder { color: var(--ink40); }
.finput:focus,
.fselect:focus,
.ftextarea:focus {
  border-color: var(--navym);
  box-shadow: 0 0 0 3px rgba(44,88,130,.12);
}
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.page-hdr {
  padding: calc(38px + var(--navh) + 80px) 0 80px;
  background: linear-gradient(180deg, rgba(30,64,53,.04) 0%, transparent 100%);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.page-hdr::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .3;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 50%, black 0%, transparent 100%);
  pointer-events: none;
}

.band-dark { background: var(--ink);   color: #fff; }
.band-navy { background: var(--navy);  color: #fff; }
.band-soft { background: var(--paper2); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--goldd);
  border: 1px solid var(--goldb);
  border-radius: var(--rfull);
  margin-bottom: 26px;
}
.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(.75); }
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: calc(38px + var(--navh));
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 55% at 50% -5%, rgba(30,64,53,.07) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 85% 50%, rgba(184,107,58,.06) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .35;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 0%, transparent 100%);
}

.trust-bar { background: var(--ink); color: #fff; padding: 20px 0; }
.trust-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.trust-item { display: flex; align-items: center; gap: 10px; font-size: .84rem; }

.g2    { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.g3    { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g4    { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gauto { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 18px; }

.ficon {
  width: 46px;
  height: 46px;
  background: var(--navyd);
  border-radius: var(--r2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
  transition: background .2s;
}
.card:hover .ficon { background: var(--navyp); }

.stat-block { text-align: center; padding: 32px 20px; }
.stat-num {
  font-family: var(--fd);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}
.stat-lbl { font-size: .82rem; color: var(--ink60); margin-top: 8px; font-weight: 500; }

.step-flow { display: flex; flex-direction: column; position: relative; }
.step-flow::before {
  content: '';
  position: absolute;
  left: 31px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: var(--border);
  z-index: 0;
}
.step-item { display: flex; gap: 28px; margin-bottom: 26px; align-items: flex-start; }
.step-num {
  width: 64px;
  height: 64px;
  background: var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
}
.step-num span { font-family: var(--fm); font-size: .72rem; color: var(--gold); font-weight: 500; }

.testi {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  padding: 28px;
}
.testi-stars  { color: var(--gold); margin-bottom: 12px; letter-spacing: 2px; }
.testi-body   { font-size: .9rem; color: var(--ink60); font-style: italic; line-height: 1.72; margin-bottom: 16px; }
.testi-name   { font-weight: 600; font-size: .875rem; }
.testi-role   { font-size: .78rem; color: var(--ink60); }

.testi-grid         { columns: 3; gap: 18px; }
.testi-grid .testi  { break-inside: avoid; margin-bottom: 18px; }

.svc-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.svc-row:last-child { border-bottom: none; }
.svc-ico {
  width: 40px;
  height: 40px;
  background: var(--navyd);
  border-radius: var(--r2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.proc-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  margin-top: 56px;
}
.proc-line::before {
  content: '';
  position: absolute;
  top: 31px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--border) 0%, var(--border2) 50%, var(--border) 100%);
}
.proc-step { text-align: center; position: relative; padding: 0 12px; }
.proc-num {
  width: 64px;
  height: 64px;
  background: var(--white);
  border: 2px solid var(--border2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-family: var(--fm);
  font-size: .75rem;
  color: var(--gold);
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: all .2s;
}
.proc-step:hover .proc-num {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--gold);
}

.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  font-weight: 500;
  font-size: .95rem;
  gap: 16px;
}
.faq-q svg { flex-shrink: 0; transition: transform .2s; color: var(--ink40); }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a {
  display: none;
  padding: 0 0 18px;
  color: var(--ink60);
  font-size: .9rem;
  line-height: 1.78;
  font-weight: 300;
}
.faq-item.open .faq-a { display: block; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 6px 14px;
  background: transparent;
  border: 1px solid var(--border2);
  border-radius: var(--rfull);
  font-size: .8rem;
  font-weight: 500;
  color: var(--ink60);
  cursor: pointer;
  transition: all .15s;
}
.chip:hover          { background: var(--navyp); color: var(--navy); border-color: rgba(27,58,92,.3); }
.chip.active         { background: var(--ink); color: #fff; border-color: var(--ink); }

.rating-stars span {
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--ink20);
  transition: color .15s;
}
.rating-stars span.lit { color: var(--gold); }

.notif {
  position: fixed;
  bottom: max(28px, env(safe-area-inset-bottom));
  right: max(28px, env(safe-area-inset-right));
  background: var(--white);
  border: 1px solid var(--border2);
  border-radius: var(--r3);
  padding: 16px 20px;
  box-shadow: var(--sh4);
  z-index: 9999;
  min-width: 280px;
  max-width: 360px;
  transform: translateY(16px);
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
}
.notif.show         { transform: translateY(0); opacity: 1; pointer-events: auto; }
.notif.success      { border-left: 3px solid var(--green); }
.notif.error        { border-left: 3px solid var(--red); }
.notif-title        { font-weight: 600; font-size: .88rem; margin-bottom: 4px; }
.notif-msg          { font-size: .82rem; color: var(--ink60); }

.code-block {
  background: #0f1117;
  border-radius: var(--r3);
  padding: 28px;
  font-family: var(--fm);
  font-size: .82rem;
  line-height: 1.9;
  color: #c9d1d9;
  overflow-x: auto;
}
.code-hdr {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dot { width: 12px; height: 12px; border-radius: 50%; }
.code-c { color: #79c0ff; }
.code-g { color: #56d364; }
.code-y { color: #e3b341; }
.code-d { color: #8b949e; }

.footer {
  background: var(--ink);
  color: rgba(255,255,255,.65);
  padding: 80px 0 44px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 52px;
}
.footer-brand {
  font-family: var(--fd);
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
.footer-desc  { font-size: .875rem; line-height: 1.75; max-width: 300px; }
.footer-certs { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 16px; }
.footer-cert  {
  padding: 3px 9px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--rfull);
  font-size: .68rem;
  font-weight: 500;
  color: rgba(255,255,255,.38);
  font-family: var(--fm);
  letter-spacing: .07em;
}
.footer-col-hdr {
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.30);
  margin-bottom: 14px;
  font-family: var(--fm);
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-lnk {
  font-size: .875rem;
  color: rgba(255,255,255,.56);
  cursor: pointer;
  transition: color .15s;
  background: none;
  border: none;
  text-align: left;
}
.footer-lnk:hover { color: #fff; }
.footer-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-copy { font-size: .78rem; color: rgba(255,255,255,.28); }
.footer-ll {
  font-size: .78rem;
  color: rgba(255,255,255,.28);
  cursor: pointer;
  background: none;
  border: none;
  transition: color .15s;
}
.footer-ll:hover { color: rgba(255,255,255,.65); }
.fade-up         { opacity: 0; transform: translateY(20px); }
.fade-up.visible { opacity: 1; transform: translateY(0); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible.d1 { transition-delay: .06s; }
.fade-up.visible.d2 { transition-delay: .14s; }
.fade-up.visible.d3 { transition-delay: .22s; }
.fade-up.visible.d4 { transition-delay: .32s; }

.cta-band { padding: 80px 0; text-align: center; }

.ver-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ver-pill {
  padding: 7px 16px;
  background: var(--white);
  border: 1px solid var(--border2);
  border-radius: var(--r2);
  font-family: var(--fm);
  font-size: .78rem;
  color: var(--ink60);
  transition: all .15s;
}
.ver-pill.current {
  background: var(--navyd);
  border-color: rgba(27,58,92,.22);
  color: var(--navym);
  font-weight: 500;
}

.contact-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.contact-row:last-child { border-bottom: none; }
.contact-ico {
  width: 42px;
  height: 42px;
  background: var(--navyd);
  border-radius: var(--r2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.team-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  padding: 28px;
  text-align: center;
  transition: box-shadow .22s, transform .22s;
}
.team-card:hover { box-shadow: var(--sh2); transform: translateY(-2px); }
.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navym));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fd);
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  margin: 0 auto 16px;
}
.team-name {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}
.team-title {
  font-size: .78rem;
  color: var(--gold);
  font-family: var(--fm);
  margin-bottom: 10px;
}
.team-more {
  font-size: .82rem;
  font-weight: 600;
  color: var(--navy);
}

.res-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  padding: 28px;
  transition: box-shadow .22s, border-color .22s, transform .22s;
}
.res-card:hover {
  box-shadow: var(--sh2);
  border-color: var(--border2);
  transform: translateY(-2px);
}

.hero-stats { display: flex; gap: 48px; flex-wrap: wrap; }
.hero-stat-num {
  font-family: var(--fd);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}
.hero-stat-lbl { font-size: .8rem; color: var(--ink60); margin-top: 4px; }

hr.div { border: none; border-top: 1px solid var(--border); }

@media (max-width: 1060px) {
  .footer-grid        { grid-template-columns: 1fr 1fr; gap: 40px; }
  .testi-grid         { columns: 2; }
  .proc-line          { grid-template-columns: 1fr 1fr; gap: 32px; }
  .proc-line::before  { display: none; }
  
  }

@media (max-width: 860px) {
  .nav-links              { display: none !important; }
  .nav-actions .btn       { display: none !important; }
  .nav-mob-btn            { display: flex !important; }
  .g2,.g3,.g4             { grid-template-columns: 1fr !important; }
  .frow                   { grid-template-columns: 1fr !important; }
  .testi-grid             { columns: 1; }
  
  .r-three-mini           { grid-template-columns: 1fr 1fr !important; gap: 12px !important; }
  .step-flow::before      { display: none; }

  .trust-inner            { justify-content: center; gap: 12px; }
  .trust-item             { font-size: .8rem; }

  .team-avatar            { width: 64px; height: 64px; font-size: 1.1rem; }

  .notif                  { left: 16px; right: 16px; bottom: 16px; min-width: unset; }

  .ver-pills              { gap: 6px; }
  .ver-pill               { font-size: .72rem; padding: 5px 12px; }

  .page-hdr .btn          { width: 100%; justify-content: center; }

  .contact-row            { gap: 12px; }
  .contact-ico            { width: 36px; height: 36px; font-size: .9rem; }

  .step-item              { gap: 18px; }
  .step-num               { width: 48px; height: 48px; flex-shrink: 0; }
  .step-flow::before      { left: 23px; }

  .stat-block             { padding: 24px 16px; }
  .stat-num               { font-size: 2.2rem; }
  .g4                     { grid-template-columns: 1fr 1fr !important; }
  .g4 .stat-block         { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.08) !important; }
  .g4 .stat-block:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08) !important; }
  .g4 .stat-block:last-child,
  .g4 .stat-block:nth-last-child(2):nth-child(odd) { border-bottom: none !important; }

  }

@media (max-width: 640px) {
  :root { --navh: 60px; }
  .emg-strip              { font-size: .72rem; padding: 7px 14px; line-height: 1.4; }
  .nav                    { top: 32px; }
  .nav-drawer             { top: calc(32px + var(--navh)); }
  .page-hdr               { padding: calc(32px + var(--navh) + 44px) 0 44px !important; }
  .hero                   { padding-top: calc(32px + var(--navh) + 20px) !important; }
  .wrap, .wrap-sm, .wrap-md { padding-left: 18px; padding-right: 18px; }
  .sec    { padding: 56px 0; }
  .sec-sm { padding: 44px 0; }

  .t-hero { font-size: clamp(2.2rem, 10vw, 3rem) !important; }
  .t-h1   { font-size: clamp(1.7rem, 8vw, 2.4rem) !important; }
  .t-h2   { font-size: clamp(1.3rem, 6vw, 1.8rem) !important; }

  .nav-mark { width: 30px; height: 30px; font-size: .9rem; }
  .nav-name { font-size: 1rem; }

  .hero           { min-height: auto; padding-top: calc(var(--navh) + 20px); padding-bottom: 56px; }
  .hero-stats     { flex-wrap: wrap; gap: 0; }
  .hero-stats > div { width: 50%; padding: 16px 0; border-bottom: 1px solid var(--border); }
  .hero-stats > div:nth-child(odd)  { border-right: 1px solid var(--border); padding-right: 16px; }
  .hero-stats > div:nth-child(even) { padding-left: 16px; }
  .hero-stat-num  { font-size: 1.6rem; }

  .g2, .g3, .g4, .gauto { grid-template-columns: 1fr !important; gap: 14px !important; }
  .frow           { grid-template-columns: 1fr !important; }
  .r-three-mini   { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }

  .sec-hdr { margin-bottom: 36px; }
  .cta-band { padding: 56px 0; }

  .proc-line          { grid-template-columns: 1fr !important; gap: 28px; }
  .proc-line::before  { display: none; }

  .testi-grid { columns: 1; }

  .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .footer      { padding: 56px 0 32px; }
  .footer-btm  { flex-direction: column; gap: 10px; text-align: center; }

  .card { padding: 20px; }

  .finput, .fselect, .ftextarea { font-size: 16px; }

  .btn-lg { height: 50px; padding: 0 24px; font-size: .92rem; }
  .btn    { height: 44px; padding: 0 20px; }

  .code-block { font-size: .72rem; padding: 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; }

  .eyebrow { font-size: .7rem; padding: 5px 12px; }

  .chips { gap: 6px; }
  .chip  { font-size: .74rem; padding: 5px 11px; }

  .badge { font-size: .68rem; }

  .faq-q { font-size: .88rem; }

  .ver-pills { justify-content: flex-start; }

  .form-card { padding: 22px 18px !important; border-radius: var(--r3) !important; }

  .cta-band { padding: 56px 18px !important; }
  .band-dark .wrap-sm,
  .band-navy .wrap-sm { padding-left: 18px !important; padding-right: 18px !important; }

  .footer-certs { gap: 5px; }

  .trust-inner > div:first-child { display: none; }

  .stat-num { font-size: 2rem; }

  .sec > .wrap,
  .sec-sm > .wrap,
  section > .wrap,
  section > .wrap-md,
  section > .wrap-sm { padding-left: 18px !important; padding-right: 18px !important; }
}

@media (max-width: 480px) {
  .emg-strip  { font-size: .72rem; padding: 7px 14px; line-height: 1.4; }
  .nav-name   { font-size: .95rem; }
  .nav-mark   { width: 28px; height: 28px; font-size: .85rem; border-radius: 7px; }

  .eyebrow        { font-size: .68rem; padding: 5px 10px; gap: 6px; }
  .eyebrow .pulse { width: 6px; height: 6px; }

  .fade-up.d3          { flex-direction: column; align-items: stretch; }
  .fade-up.d3 .btn     { width: 100%; justify-content: center; }

  .trust-item:nth-child(n+4) { display: none; }

  .g4.page-hdr h1 br { display: none; }

  .sec-hdr .lead { font-size: .95rem; }

  .card { padding: 18px; }

  #page-contact .wrap > div > div:first-child > div { border-radius: var(--r3) !important; }
}

@media (max-width: 380px) {
  .wrap, .wrap-sm, .wrap-md { padding-left: 14px; padding-right: 14px; }
  .t-hero { font-size: 2rem !important; }
  .g4     { grid-template-columns: 1fr !important; }
  .g4 .stat-block                             { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.08) !important; }
  .g4 .stat-block:last-child                  { border-bottom: none !important; }
  .hero-stats > div                            { width: 100%; border-right: none !important; padding-left: 0 !important; padding-right: 0 !important; }
}

.skip-to-content {
  position: absolute;
  top: -999px;
  left: 0;
  background: var(--navy);
  color: #fff;
  padding: 8px 16px;
  font-size: .875rem;
  font-weight: 600;
  z-index: 10000;
  border-radius: 0 0 var(--r2) var(--r2);
  text-decoration: none;
  transition: top .15s;
}
.skip-to-content:focus {
  top: 0;
}

#main-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 150ms ease, transform 150ms ease;

  min-height: 60vh;
}

.nav-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--navy));
  z-index: 10000;
  transition: width 200ms ease, opacity 300ms ease;
  pointer-events: none;
}

.nav-progress.active {
  width: 85%;
  transition: width 800ms cubic-bezier(0.1, 0.6, 0.4, 1);
}

.nav-progress.complete {
  width: 100%;
  transition: width 200ms ease, opacity 300ms 200ms ease;
  opacity: 0;
}

.nav-link[aria-current="page"] {
  color: var(--navy);
  font-weight: 600;
}

.t-body-sm { font-size:.875rem; color:var(--ink60); line-height:1.7; }

.t-hl-title { font-weight:600; font-size:.85rem; margin-bottom:2px; }

.t-sm-muted { font-size:.78rem; color:var(--ink60); }

.t-card-label {
  font-family:var(--fm); font-size:.68rem; color:var(--ink40);
  letter-spacing:.1em; text-transform:uppercase; margin-bottom:12px;
}

.t-date { font-family:var(--fm); font-size:.72rem; color:var(--ink40); }

.t-hl-body { color:var(--ink60); font-size:.8rem; line-height:1.6; }

.t-sm-bold { font-size:.85rem; font-weight:600; }

.t-icon-sm { font-size:1rem; }

.t-card-h { font-family:var(--fd); font-size:1.05rem; margin-bottom:10px; }

.t-xs-muted { font-size:.82rem; color:var(--ink60); line-height:1.65; }

.t-legal { color:var(--ink60); line-height:1.82; font-size:.9rem; }

.t-bio { color:var(--ink60); font-size:.9rem; line-height:1.85; margin-bottom:12px; }

.t-bio-last { color:var(--ink60); font-size:.9rem; line-height:1.85; }

.t-section-h { font-weight:600; font-size:1.05rem; margin-bottom:12px; font-family:var(--fd); }

.t-disclaimer { font-size:.75rem; color:var(--ink40); font-family:var(--fm); }

.t-name-link {
  color:var(--navy); text-decoration:underline;
  text-decoration-color:var(--gold); text-underline-offset:3px;
}

.t-team-role { font-size:.78rem; color:var(--gold); font-family:var(--fm); margin-bottom:10px; }

.t-contact-label {
  font-family:var(--fm); font-size:.68rem; color:var(--ink40);
  text-transform:uppercase; letter-spacing:.08em; margin-bottom:4px;
}

.t-card-label-alt {
  font-family:var(--fm); font-size:.72rem; color:var(--ink40);
  text-transform:uppercase; letter-spacing:.1em; margin-bottom:12px;
}

.t-trust-firm { font-weight:600; color:rgba(255,255,255,.55); font-size:.9rem; }

.t-values-title { color:#fff; font-weight:600; margin-bottom:10px; }

.t-values-body { color:rgba(255,255,255,.56); font-size:.875rem; line-height:1.72; }

.t-testi-meta { color:var(--ink40); font-family:var(--fm); font-size:.78rem; }

.t-card-gold-icon { font-family:var(--fd); font-size:1.5rem; font-weight:600; color:var(--gold); margin-bottom:8px; }

.t-certs-label { font-size:.75rem; font-weight:600; color:var(--ink60); margin-bottom:8px; }

.t-sm-bold-plain { font-size:.82rem; font-weight:600; }

.mb-0  { margin-bottom:0; }
.mb-4  { margin-bottom:4px; }
.mb-6  { margin-bottom:6px; }
.mb-8  { margin-bottom:8px; }
.mb-10 { margin-bottom:10px; }
.mb-12 { margin-bottom:12px; }
.mb-14 { margin-bottom:14px; }
.mb-16 { margin-bottom:16px; }
.mb-18 { margin-bottom:18px; }
.mb-20 { margin-bottom:20px; }
.mb-22 { margin-bottom:22px; }
.mb-24 { margin-bottom:24px; }
.mb-28 { margin-bottom:28px; }
.mb-32 { margin-bottom:32px; }
.mb-36 { margin-bottom:36px; }
.mb-48 { margin-bottom:48px; }
.mt-4  { margin-top:4px; }
.mt-6  { margin-top:6px; }
.mt-8  { margin-top:8px; }
.mt-10 { margin-top:10px; }
.mt-16 { margin-top:16px; }
.mt-24 { margin-top:24px; }
.mt-36 { margin-top:36px; }
.mt-48 { margin-top:48px; }
.mt-64 { margin-top:64px; }

.mt10-mb16 { margin-top:10px; margin-bottom:16px; }
.mt10-mb12 { margin-top:10px; margin-bottom:12px; }
.mt64-mb32 { margin-top:64px; margin-bottom:32px; }

.cursor-pointer { cursor:pointer; }

.text-center { text-align:center; }

.justify-center { justify-content:center; }

.flex-col-0  { display:flex; flex-direction:column; gap:0; }

.flex-col-8  { display:flex; flex-direction:column; gap:8px; }

.flex-col-10 { display:flex; flex-direction:column; gap:10px; }

.flex-col-16 { display:flex; flex-direction:column; gap:16px; }

.flex-col-20 { display:flex; flex-direction:column; gap:20px; }

.flex-col-12 { display:flex; flex-direction:column; gap:12px; }

.flex-col-36 { display:flex; flex-direction:column; gap:36px; }

.flex-gap-12 { display:flex; gap:12px; flex-wrap:wrap; }

.flex-cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

.flex-profile-hdr { display:flex; align-items:center; gap:32px; flex-wrap:wrap; }

.flex-badges { display:flex; flex-wrap:wrap; gap:6px; }

.flex-icon-row { display:flex; align-items:center; gap:10px; margin-bottom:14px; }

.edu-item {
  display:flex; align-items:center; gap:12px;
  padding:9px 14px; background:var(--paper2); border-radius:var(--r2);
}

.check-row {
  display:flex; align-items:center; gap:12px;
  padding:13px 16px; background:var(--white);
  border:1px solid var(--border); border-radius:var(--r2);
}

.tech-card-hdr { display:flex; align-items:center; gap:12px; margin-bottom:16px; }

.exp-row {
  display:grid; grid-template-columns:130px 1fr;
  gap:14px; padding:12px 0; border-bottom:1px solid var(--border);
}

.exp-row-last {
  display:grid; grid-template-columns:130px 1fr;
  gap:14px; padding:12px 0;
}

.hl-row {
  display:flex; gap:14px; align-items:flex-start;
  padding:12px 0; border-bottom:1px solid var(--border);
}

.hl-row-last {
  display:flex; gap:14px; align-items:flex-start; padding:12px 0;
}

.mob-drawer-actions { display:flex; flex-direction:column; gap:10px; margin-top:16px; }

.text-gold      { color:var(--gold); }
.text-red       { color:var(--red); }
.text-navy      { color:var(--navy); }
.text-white     { color:#fff; }
.text-green     { color:var(--green); }
.text-ink60     { color:var(--ink60); }

.check-icon      { color:var(--green); font-size:.9rem; flex-shrink:0; }
.check-icon-gap  { color:var(--green); margin-right:8px; }
.check-icon-flex { color:var(--green); flex-shrink:0; }

.cta-heading { color:#fff; margin-bottom:16px; }
.cta-sub     { color:rgba(255,255,255,.65); margin-bottom:32px; line-height:1.72; }

.stat-num-white { color:#fff; }
.stat-num-gold  { color:var(--gold); }
.stat-lbl-white { color:rgba(255,255,255,.5); }
.stat-sep-right { border-right:1px solid rgba(255,255,255,.08); }
.stat-footnote  { font-size:.78rem; color:rgba(255,255,255,.3); margin-top:6px; }

.drawer-label {
  padding:8px 0 2px;
  font-family:var(--fm); font-size:.65rem; font-weight:500;
  letter-spacing:.1em; text-transform:uppercase; color:var(--ink40);
}

.drawer-label-first {
  padding:4px 0 2px;
  font-family:var(--fm); font-size:.65rem; font-weight:500;
  letter-spacing:.1em; text-transform:uppercase; color:var(--ink40);
}

.drawer-link-indent { padding-left:16px; }

.hero-content { max-width:760px; position:relative; }

.hero-lead {
  font-size:clamp(1rem,1.5vw,1.18rem);
  color:var(--ink60); max-width:560px;
  margin-bottom:38px; line-height:1.76;
}

.hero-btn-group { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:48px; }

.hero-stat-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:16px; }

.hero-stat-card {
  background:var(--white); border:1px solid var(--border);
  border-radius:var(--r3); padding:20px; text-align:center;
}

.hero-stat-num  { font-family:var(--fd); font-size:2rem; font-weight:600; }
.hero-stat-sub  { font-size:.78rem; color:var(--ink60); margin-top:4px; }

.code-filename  { font-size:.72rem; color:rgba(255,255,255,.3); margin-left:8px; }

.code-success   { font-size:.9rem; font-weight:500; }

.dot-r { background:#ff5f56; }
.dot-y { background:#ffbd2e; }
.dot-g { background:#27c93f; }

.trust-label {
  color:rgba(255,255,255,.4); font-size:.72rem;
  font-family:var(--fm); letter-spacing:.1em; text-transform:uppercase;
}

.card-border-red-top    { border-top:3px solid var(--red); }
.card-border-gold-top   { border-top:3px solid var(--gold); }
.card-border-gold-left  { border-left:3px solid var(--gold); }
.card-border-gold-left-mb { border-left:3px solid var(--gold); margin-bottom:16px; }

.ficon-red { background:var(--redd); }

.card-p20 { padding:20px; }
.card-p22 { padding:22px; }
.card-p28 { padding:28px; }

.card-dark {
  background:var(--ink); color:#fff; border-color:var(--ink);
}
.card-dark-label {
  font-family:var(--fm); font-size:.68rem;
  color:rgba(255,255,255,.4); text-transform:uppercase;
  letter-spacing:.1em; margin-bottom:16px;
}
.card-dark h3 {
  font-family:var(--fd); font-size:1.4rem; color:#fff; margin-bottom:12px;
}
.card-dark p {
  color:rgba(255,255,255,.65); font-size:.875rem; line-height:1.7; margin-bottom:24px;
}

.values-card {
  padding:28px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--r3);
}
.values-icon { font-size:1.8rem; margin-bottom:16px; }

.card-icon-centered { padding:20px; text-align:center; }
.card-icon-centered .ficon { margin:0 auto 10px; }
.card-icon-label { font-size:.82rem; font-weight:600; }

.card-stack { text-align:center; }
.card-stack-label {
  font-family:var(--fm); font-size:.72rem; color:var(--ink40);
  text-transform:uppercase; letter-spacing:.1em; margin-bottom:12px;
}

.stat-card {
  background:var(--white); border:1px solid var(--border);
  border-radius:var(--r3); padding:28px; text-align:center;
}
.stat-card-num     { font-family:var(--fd); font-size:2.8rem; font-weight:600; }
.stat-card-lbl     { font-size:.82rem; color:var(--ink60); margin-top:6px; }
.stat-card-navy    { color:var(--navy); }
.stat-card-gold    { color:var(--gold); }
.stat-card-green   { color:var(--green); }

.stat-card-lg {
  background:var(--white); border:1px solid var(--border);
  border-radius:var(--r3); padding:32px; text-align:center;
}
.stat-card-lg-num   { font-family:var(--fd); font-size:3.5rem; font-weight:600; }
.stat-card-lg-title { font-weight:500; margin-top:6px; }
.stat-card-lg-sub   { font-size:.78rem; color:var(--ink60); margin-top:6px; font-family:var(--fm); }

.sec-hdr-h2       { margin-top:10px; margin-bottom:16px; }

.card-cta-link { margin-top:18px; font-size:.82rem; font-weight:600; color:var(--navy); }

.g2-tight { gap:14px; }

.hl-icon {
  width:34px; height:34px; min-width:34px;
  background:var(--navyd); border-radius:8px;
  display:flex; align-items:center; justify-content:center;
  font-size:.9rem;
}

.exp-title { font-weight:600; font-size:.85rem; margin-bottom:2px; }
.exp-desc  { font-size:.78rem; color:var(--ink60); }

.edu-degree { font-size:.85rem; font-weight:600; }
.edu-school { font-size:.78rem; color:var(--ink60); }

.certs-block { margin-top:8px; border-top:1px solid var(--border); padding-top:12px; }

.page-hdr-profile { padding-bottom:60px; }

.profile-back-btn {
  display:inline-flex; align-items:center; gap:8px;
  background:none; border:none; cursor:pointer;
  color:var(--ink60); font-size:.84rem;
  font-weight:500; margin-bottom:24px; padding:0;
}

.profile-avatar {
  width:100px; height:100px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-family:var(--fd); font-size:1.8rem; font-weight:600;
  color:rgba(255,255,255,.88); flex-shrink:0;
  border:4px solid var(--white); box-shadow:var(--sh3);
}

.av-1 { background:linear-gradient(135deg,var(--navy),var(--navym)); }
.av-2 { background:linear-gradient(135deg,var(--navym),var(--navyl)); }
.av-3 { background:linear-gradient(135deg,#1e4035,#2a5c4a); }
.av-4 { background:linear-gradient(135deg,#2a5c4a,#3d8a6e); }
.av-5 { background:linear-gradient(135deg,#1e4035,#3d8a6e); }
.av-6 { background:linear-gradient(135deg,#b86b3a,#d0804f); }

.profile-subtitle { font-size:.9rem; color:var(--ink60); margin-bottom:14px; }

.profile-back-row { text-align:center; margin-top:8px; }

.team-avatar-saimoon {
  width:80px; height:80px;
  background:linear-gradient(135deg,var(--navy),var(--navym));
  font-size:1.4rem;
}
.team-avatar-baron {
  width:80px; height:80px;
  background:linear-gradient(135deg,var(--navym),var(--navyl));
  font-size:1.4rem;
}

.team-name-row    { font-weight:600; margin-bottom:4px; }
.team-bio         { font-size:.82rem; color:var(--ink60); line-height:1.68; margin-bottom:14px; }
.team-chips-mb14  { margin-bottom:14px; }
.team-chips-mb12  { margin-bottom:12px; }
.team-cta         { font-size:.82rem; font-weight:600; color:var(--navy); }
.team-cta-sm      { font-size:.8rem;  font-weight:600; color:var(--navy); }

.proc-step-title { font-size:.9rem; font-weight:600; margin-bottom:8px; }
.proc-step-body  { font-size:.82rem; color:var(--ink60); line-height:1.68; }

.step-title      { font-weight:600; margin-bottom:6px; }

.step-num-green  { background:var(--green); }
.step-num-green span { color:#fff; }

.step-item-last  { margin-bottom:0; }

.sec-border-top    { border-top:1px solid var(--border); }
.sec-border-bottom { border-bottom:1px solid var(--border); }

.ver-pills-label {
  text-align:center; font-family:var(--fm); font-size:.72rem;
  color:var(--ink40); letter-spacing:.1em; text-transform:uppercase;
  margin-bottom:20px;
}
.ver-pills-center { justify-content:center; }

.pclaw-btn-primary { flex:1; min-width:180px; justify-content:center; }

.page-hdr-recovery {
  background:linear-gradient(180deg,rgba(192,57,43,.04) 0%,transparent 100%);
}

.recovery-btn-row {
  display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-start;
}

.check-icon-green { color:var(--green); font-size:.9rem; flex-shrink:0; }
.check-text       { font-size:.875rem; }

.sql-stats-grid { margin-top:16px; gap:12px; }

.platform-prose  { color:var(--ink60); line-height:1.78; margin-bottom:24px; }

.also-label {
  font-family:var(--fm); font-size:.68rem; color:var(--ink40);
  text-transform:uppercase; letter-spacing:.1em; margin-bottom:10px;
}
.also-body   { color:var(--ink60); font-size:.88rem; line-height:1.7; margin-bottom:14px; }

.assess-label {
  font-family:var(--fm); font-size:.68rem; color:var(--ink40);
  text-transform:uppercase; letter-spacing:.1em; margin-bottom:10px;
}
.assess-title { font-family:var(--fd); font-size:1.1rem; font-weight:600; margin-bottom:10px; }
.assess-body  { color:var(--ink60); font-size:.88rem; line-height:1.7; margin-bottom:16px; }

.tech-icon-box {
  width:40px; height:40px; background:var(--navyd);
  border-radius:var(--r2);
  display:flex; align-items:center; justify-content:center;
  font-size:1.3rem;
}
.tech-icon-label { font-size:.75rem; color:var(--ink40); font-family:var(--fm); }

.tech-check { font-size:.82rem; color:var(--ink60); }

.seo-audit-label {
  font-family:var(--fm); font-size:.68rem;
  color:rgba(255,255,255,.4); text-transform:uppercase;
  letter-spacing:.1em; margin-bottom:16px;
}
.seo-audit-h3   { font-family:var(--fd); font-size:1.4rem; color:#fff; margin-bottom:12px; }
.seo-audit-body { color:rgba(255,255,255,.65); font-size:.875rem; line-height:1.7; margin-bottom:24px; }

.industries-label {
  font-family:var(--fm); font-size:.68rem; color:var(--ink40);
  text-transform:uppercase; letter-spacing:.1em; margin-bottom:12px;
}

.res-meta   { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.res-time   { font-size:.75rem; color:var(--ink40); font-family:var(--fm); }
.res-title  { font-weight:600; margin-bottom:8px; line-height:1.4; }
.res-body   { font-size:.82rem; color:var(--ink60); line-height:1.7; margin-bottom:16px; }
.res-cta-n  { font-size:.82rem; font-weight:600; color:var(--navy);  cursor:pointer; }
.res-cta-g  { font-size:.82rem; font-weight:600; color:var(--gold);  cursor:pointer; }
.res-cta-m  { font-size:.82rem; font-weight:600; color:var(--ink60); cursor:pointer; }

.newsletter-strip { text-align:center; }
.newsletter-strip h3 {
  font-family:var(--fd); font-size:1.6rem; font-weight:600; margin-bottom:12px;
}
.newsletter-strip p { color:var(--ink60); margin-bottom:28px; line-height:1.72; }
.newsletter-form    { display:flex; gap:10px; max-width:420px; margin:0 auto; }
.newsletter-form .finput { flex:1; }
.newsletter-note    { font-size:.75rem; color:var(--ink40); margin-top:12px; font-family:var(--fm); }

.testi-badge-row { margin-bottom:10px; }

.testi-form-card {
  background:var(--white); border:1px solid var(--border);
  border-radius:var(--r4); padding:40px;
  max-width:640px; margin:0 auto;
}

.rating-row { display:flex; gap:4px; margin-top:8px; }

.form-note { text-align:center; font-size:.75rem; color:var(--ink40); margin-top:14px; font-family:var(--fm); }

.contact-section-h   { font-family:var(--fd); font-size:1.6rem; font-weight:600; }
.contact-section-h6  { margin-bottom:6px; }
.contact-section-h24 { margin-bottom:24px; }

.contact-intro { color:var(--ink60); margin-bottom:28px; font-size:.88rem; }

.form-card-contact {
  background:var(--white); border:1px solid var(--border);
  border-radius:var(--r4); padding:36px;
  box-shadow: var(--sh2);
}

.form-footer-note {
  text-align:center; font-size:.75rem; color:var(--ink40);
  margin-top:12px; font-family:var(--fm);
}

.contact-info-lbl  { font-family:var(--fm); font-size:.68rem; color:var(--ink40); text-transform:uppercase; letter-spacing:.08em; margin-bottom:4px; }
.contact-info-val  { font-weight:600; }
.contact-info-sub  { font-size:.82rem; color:var(--ink60); }

.emg-box {
  margin-top:24px; background:var(--redd);
  border:1px solid rgba(192,57,43,.22);
  border-radius:var(--r3); padding:24px;
}
.emg-box-hdr    { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.emg-box-icon   { font-size:1.3rem; }
.emg-box-title  { color:var(--red); font-weight:600; }
.emg-box-body   { color:var(--ink60); font-size:.875rem; line-height:1.7; margin-bottom:16px; }
.emg-box-phone  { font-family:var(--fd); font-size:1.6rem; font-weight:700; color:var(--red); }
.emg-box-hours  { font-size:.72rem; color:var(--ink40); font-family:var(--fm); margin-top:4px; }

.footer-legal-row { display:flex; gap:20px; flex-wrap:wrap; }

.footer-mark-box {
  width:34px; height:34px; background:var(--navy); border-radius:9px;
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-family:var(--fd); font-weight:700; font-size:1.1rem;
}

.cta-band-center  { text-align:center; }
.cta-band-badge   { margin-bottom:20px; }

.privacy-heading { font-weight:600; font-size:1.05rem; margin-bottom:12px; font-family:var(--fd); }

.mt-0 { margin-top:0; }

.mb-0-force { margin-bottom:0 !important; }

.also-label-v2 {
  font-family:var(--fm); font-size:.68rem; color:var(--ink40);
  text-transform:uppercase; letter-spacing:.1em; margin-bottom:10px;
}

.btn-justify-center { width:100%; justify-content:center; }

.assess-body-sm {
  color:var(--ink60); font-size:.88rem; line-height:1.7; margin-bottom:14px;
}

.admin-note-box {
  margin-top:28px; max-width:640px; margin-left:auto; margin-right:auto;
  background:rgba(245,158,11,.06); border:1px solid rgba(245,158,11,.2);
  border-radius:var(--r2); padding:18px;
}
.admin-note-label { font-size:.75rem; font-weight:600; color:var(--gold); font-family:var(--fm); margin-bottom:8px; }

.admin-note-body { font-size:.78rem; color:var(--ink60); line-height:1.7; }

.r-contact-grid-inner { display:grid; grid-template-columns:1.1fr 1fr; gap:64px; align-items:start; }

.dev-note-box {
  margin-top:16px; background:var(--navyd);
  border:1px solid rgba(27,58,92,.15); border-radius:var(--r2); padding:16px;
}
.dev-note-label { font-size:.7rem; font-weight:600; color:var(--navy); font-family:var(--fm); margin-bottom:6px; }
.dev-note-body  { font-size:.75rem; color:var(--ink60); line-height:1.65; }

.inline-code { background:var(--ink10); padding:1px 5px; border-radius:3px; font-family:var(--fm); }

.cursor-default { cursor:default; }

.flex-1 { flex:1; }

.d-inline-flex { display:inline-flex; }

.proc-step-last { transition-delay:.4s; }

.hero-stat-green { color:var(--green); }
.hero-stat-navy  { color:var(--navy); }

.t-prose       { color:var(--ink60); line-height:1.8; }
.t-prose-mb18  { color:var(--ink60); line-height:1.8; margin-bottom:18px; }
.t-prose-mb28  { color:var(--ink60); line-height:1.78; margin-bottom:28px; }
.t-prose-mb36  { color:var(--ink60); line-height:1.78; margin-bottom:36px; }
.t-prose-sm    { color:var(--ink60); font-size:.875rem; line-height:1.72; margin-bottom:14px; }

.card-cta-tile {
  padding:22px; background:var(--navyd);
  border-color:rgba(27,58,92,.18); cursor:pointer;
}

.cta-heading-lg { color:#fff; margin-bottom:18px; }
.cta-sub-wide {
  color:rgba(255,255,255,.65); font-size:1.05rem;
  line-height:1.76; margin-bottom:36px;
  max-width:480px; margin-left:auto; margin-right:auto;
}

.t-sm { font-size:.875rem; }

.t-xs { font-size:.82rem; color:var(--ink60); }

.t-xs-muted2 { font-size:.82rem; color:var(--ink60); line-height:1.68; }

.t-sm-head { font-size:.9rem; font-weight:600; margin-bottom:8px; }

.fw-600 { font-weight:600; }

.mx-auto { margin:0 auto; }

.newsletter-h3 { font-family:var(--fd); font-size:1.6rem; font-weight:600; margin-bottom:12px; }
.newsletter-p  { color:var(--ink60); margin-bottom:28px; line-height:1.72; }
.page-hdr .lead { margin-left: 0; margin-right: 0; max-width: 560px; }


/* ── Page-specific layout grids ── */
.r-two-col       { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.r-beyond        { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; align-items: start; }
.r-sql-grid      { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }

@media (max-width: 860px) {
  .r-two-col     { grid-template-columns: 1fr !important; gap: 48px !important; }
  .r-beyond      { grid-template-columns: 1fr !important; gap: 36px !important; }
  .r-sql-grid    { grid-template-columns: 1fr !important; gap: 32px !important; }
  .r-contact-grid { grid-template-columns: 1fr !important; gap: 36px !important; }
}

@media (max-width: 640px) {
  .r-two-col     { gap: 36px !important; }
  .r-beyond      { gap: 28px !important; }
  .r-sql-grid    { gap: 28px !important; }
  .r-contact-grid { gap: 28px !important; }
}

.team-card .chip { padding: 5px 11px; font-size: .78rem; }