/* Weinberg Yativ, design 3, real HTML/CSS rebuild */
/* Typography uses rem units so text scales with the user's browser font-size preference (accessibility). */
:root {
  --navy-950: #030712;
  --navy-900: #050d1a;
  --navy-850: #071323;
  --navy-800: #0a1830;
  --navy-750: #0d1c33;
  --gold: #d6b56d;
  --gold-bright: #f0cf8a;
  --gold-grad: linear-gradient(135deg, #f8dd99, #c59b42);
  --ink: #f3ecd9;
  --muted: #a7b6cd;
  --line: rgba(255, 255, 255, .1);
  --gold-line: rgba(214, 181, 109, .4);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: var(--navy-850);
  color: var(--ink);
  font-family: 'Heebo', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  direction: rtl;
  min-height: 100vh;
  max-width: 100%;
}
img, svg, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
button { font: inherit; color: inherit; cursor: pointer; }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding-inline: 24px; }

.sr-only, .seo-content {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap;
}

.skip-link {
  position: absolute; top: -80px; right: 16px; background: var(--gold);
  color: var(--navy-850); padding: 10px 14px; border-radius: 999px; z-index: 60;
}
.skip-link:focus { top: 16px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 8px; font-weight: 700; font-size: 1.0625rem;
  padding: 14px 24px; line-height: 1.2; text-align: center;
  min-width: 0; max-width: 100%;
}
.btn-gold { background: var(--gold-grad); color: #081526; box-shadow: 0 6px 18px rgba(197, 155, 66, .25); }
.btn-ghost {
  background: rgba(255, 255, 255, .02); color: var(--ink);
  border: 1px solid var(--gold-line); border-radius: 8px;
}
.btn-outline {
  background: transparent; color: var(--gold-bright);
  border: 1px solid var(--gold-line); border-radius: 8px;
  padding: 10px 28px; font-size: 0.9375rem; font-weight: 500;
}
.btn-arrow { font-size: 1.125rem; line-height: 0; margin-top: -2px; }
.btn-block { width: 100%; }
.wa-inline path { fill: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  background: linear-gradient(180deg, #0a1729, #081324);
  position: sticky; top: 0; z-index: 40;
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.is-scrolled {
  background: rgba(8, 19, 36, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
}
.nav-toggle { display: none; }
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 4px;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo {
  display: block;
  width: auto;
  height: 124px;
  max-width: 300px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .28));
}
.brand-mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem; font-weight: 700; letter-spacing: -2px;
  background: linear-gradient(180deg, #f4d98e, #b98f3e);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-size: 1.125rem; font-weight: 800; color: #fff; }
.brand-text small { font-size: 0.8125rem; color: var(--gold); letter-spacing: .06em; }

.top-contact {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid var(--gold-line); border-radius: 999px;
  padding: 4px 4px 4px 4px; background: rgba(255, 255, 255, .015);
  min-width: 0;
}
.contact-pill {
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: 999px; padding: 9px 16px;
  background: var(--gold-grad); color: #14263f;
  min-width: 0;
}
.wa-badge {
  width: 28px; height: 28px; border-radius: 50%; background: #22b357;
  display: inline-flex; align-items: center; justify-content: center; flex: none;
}
.top-whatsapp { font-size: 1rem; color: #14263f; white-space: nowrap; }
.top-cta { font-size: 0.9375rem; color: #eef4ff; padding-right: 14px; }

.main-nav {
  display: flex; align-items: center; justify-content: center; gap: 8px; padding-block: 8px 10px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  font-size: 0.9375rem; color: #cfdaeb;
  position: relative;
}
.main-nav a:hover, .nav-menu-toggle:hover { color: #fff; }
.nav-link,
.nav-menu-toggle {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 38px; border: 0; border-radius: 8px;
  background: transparent; color: inherit; padding: 8px 11px;
  line-height: 1.15; white-space: nowrap;
}
.nav-link.is-active,
.nav-item.is-active > .nav-menu-toggle,
.main-nav .is-active { color: var(--gold-bright); position: relative; }
.nav-link.is-active::after,
.nav-item.is-active > .nav-menu-toggle::after {
  content: ""; position: absolute; right: 0; left: 0; bottom: -13px;
  height: 2px; background: var(--gold);
}
.nav-item { position: relative; }
.nav-caret {
  width: 7px; height: 7px; border-inline-end: 1.5px solid currentColor; border-block-end: 1.5px solid currentColor;
  transform: rotate(45deg); margin-block-start: -4px;
}
.nav-panel {
  position: absolute; top: calc(100% + 10px); right: 50%; transform: translateX(50%) translateY(8px);
  width: min(92vw, 780px); max-height: min(72vh, 640px); overflow: auto;
  background: rgba(6, 17, 32, .98); border: 1px solid rgba(216, 183, 101, .32);
  border-radius: 14px; padding: 18px; box-shadow: 0 28px 80px rgba(0, 0, 0, .48);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease; z-index: 50;
}
.nav-item:hover .nav-panel,
.nav-item:focus-within .nav-panel,
.nav-item.is-open .nav-panel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(50%) translateY(0);
}
.nav-panel-title { color: var(--gold-bright); font-weight: 900; margin-bottom: 12px; }
.nav-panel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 12px; }
.nav-panel-grid a {
  display: block; padding: 9px 10px; border-radius: 8px;
  color: #dbe5f3; line-height: 1.35; border: 1px solid transparent;
}
.nav-panel-grid a:hover,
.nav-panel-grid a:focus-visible,
.nav-panel-grid a.is-active {
  color: #fff; background: rgba(255, 255, 255, .055); border-color: rgba(216, 183, 101, .22);
}

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(700px 340px at 78% 18%, rgba(37, 86, 166, .35), transparent 65%),
    radial-gradient(560px 300px at 55% 95%, rgba(30, 90, 180, .28), transparent 70%),
    linear-gradient(180deg, #081324 0%, #0a1a33 55%, #071528 100%);
  overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) 660px; gap: 28px;
  align-items: start; padding-block: 32px 0;
  direction: ltr;
}
.hero-copy { direction: rtl; text-align: right; padding-top: 6px; }
.hero-visual { direction: rtl; }

.hero-copy h1 { font-size: clamp(2.5rem, 3.9vw, 3.25rem); line-height: 1.13; font-weight: 900; letter-spacing: -.01em; }
.hero-copy h1 span { display: block; }
.line-white { color: #fff; }
.line-gold {
  background: linear-gradient(90deg, #f2d68d, #caa14e);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-lead { margin-top: 16px; font-size: 1.1875rem; color: #dbe5f3; line-height: 1.6; }

.hero-features {
  display: flex; gap: 34px; margin-top: 28px; text-align: center;
}
.hero-features li {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 0.9375rem; color: #d9e2f0; line-height: 1.4;
}
.feat-icon svg, .adl-icon svg, .entity-icon svg, .trust-item svg {
  width: 38px; height: 38px; fill: none; stroke: var(--gold);
  stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round;
}
.hero-actions { display: flex; gap: 14px; margin-top: 30px; position: relative; z-index: 2; }
.hero-actions .btn { padding: 15px 20px; font-size: 1rem; white-space: nowrap; flex: none; }

.hero-visual { position: relative; }
.journey-card {
  position: relative; z-index: 2;
  border: 1px solid rgba(120, 165, 240, .35);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(23, 48, 92, .72), rgba(10, 24, 48, .82));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(4px);
  padding: 20px 22px 22px;
}
.journey-title { text-align: center; font-size: 1.25rem; font-weight: 700; color: #f2f6ff; margin-bottom: 16px; }

.journey-steps { display: flex; flex-direction: row; justify-content: space-between; position: relative; padding-inline: 2px; }
.journey-steps::before {
  content: ""; position: absolute; top: 24px; right: 34px; left: 34px; height: 1px;
  background: linear-gradient(90deg, rgba(214,181,109,.5), rgba(120,165,240,.35));
}
.journey-steps li { position: relative; z-index: 1; width: 68px; }
.step-btn {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  width: 100%; text-align: center; background: none; border: 0; padding: 0;
  border-radius: 12px;
}
.step-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.journey-steps .step-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: #10233f; border: 1px solid rgba(150, 180, 230, .4);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.step-btn:hover .step-icon {
  transform: translateY(-3px) scale(1.06);
  border-color: var(--gold);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
}
.journey-steps .step-icon svg {
  width: 23px; height: 23px; fill: none; stroke: #cdd9ec;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.journey-steps .is-current .step-icon {
  background: var(--gold-grad); border-color: #f2d68d;
  box-shadow: 0 0 0 4px rgba(214, 181, 109, .18);
}
.journey-steps .is-current .step-icon svg { stroke: #14263f; }
.journey-steps b { font-size: 0.9375rem; color: #fff; }
.step-label { font-size: 0.8125rem; color: #b9c7dd; line-height: 1.25; }

.journey-detail {
  margin-top: 16px; border: 1px solid rgba(140, 175, 235, .3); border-radius: 14px;
  background: linear-gradient(160deg, rgba(16, 36, 68, .6), rgba(9, 21, 42, .7));
  padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.detail-copy { flex: 1; min-width: 0; direction: ltr; text-align: left; }
.detail-step { color: var(--gold-bright); font-weight: 700; font-size: 1rem; }
.detail-copy h3 { font-size: 1.25rem; font-weight: 800; color: #fff; margin: 2px 0 7px; }
.detail-copy p { font-size: 0.9375rem; color: #c4d1e4; line-height: 1.55; }
.detail-progress { display: flex; align-items: center; gap: 10px; margin-top: 12px; direction: ltr; }
.progress-num { font-size: 0.875rem; color: #e8eefb; }
.progress-track {
  flex: 1; max-width: 140px; height: 8px; border-radius: 99px;
  background: rgba(255, 255, 255, .12); overflow: hidden;
}
.progress-fill { display: block; height: 100%; border-radius: 99px; background: var(--gold-grad); }
.detail-shield {
  width: auto; height: auto; max-width: 104px; max-height: 118px;
  flex: none; align-self: center; margin: -2px 0 -4px 4px; object-fit: contain;
}

.hero-pedestal {
  position: relative; z-index: 3; margin: -64px auto 0 -20px;
  -webkit-mask-image: radial-gradient(ellipse 52% 60% at center, #000 55%, transparent 100%);
  mask-image: radial-gradient(ellipse 52% 60% at center, #000 55%, transparent 100%);
}

/* ---------- Eligibility ---------- */
.eligibility { background: linear-gradient(180deg, #071528, #061120); padding-block: 32px 36px; }
.eligibility-grid { display: grid; grid-template-columns: 330px 1fr; gap: 26px; align-items: center; }
.eligibility-intro h2 { font-size: 1.75rem; font-weight: 800; color: #fff; }
.eligibility-intro p { margin-top: 8px; font-size: 1rem; color: var(--muted); line-height: 1.55; }
.eligibility-intro .btn { margin-top: 16px; }

.adl-cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.adl-cards button {
  width: 100%; height: 116px; border-radius: 12px;
  border: 1px solid rgba(214, 181, 109, .3);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 9px; font-size: 0.9375rem; color: #e6edf8; line-height: 1.2; padding: 10px 6px;
}
.adl-cards button:hover { border-color: var(--gold); background: rgba(214, 181, 109, .08); }
.adl-icon svg { width: 34px; height: 34px; }

/* ---------- Who we handle ---------- */
.who-zone { background: linear-gradient(180deg, #061120, #081729 60%, #071426); padding-block: 32px 10px; }
.who-grid { display: grid; grid-template-columns: 1fr 380px; gap: 22px; direction: ltr; }
.who-main, .experience-card { direction: rtl; }

.who-main > h2 { text-align: center; font-size: 1.625rem; font-weight: 800; color: #fff; margin-bottom: 18px; }
.entity-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; direction: ltr; }
.entity-cards li {
  direction: rtl;
  height: 120px; border-radius: 12px; border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; font-size: 0.9375rem; color: #e6edf8;
}
.entity-cards li:nth-child(2) { border-color: var(--gold-line); }
.entity-icon.emblem svg { stroke: #9fc3ff; }

.experience-card {
  position: relative; border: 1px solid var(--gold-line); border-radius: 16px;
  background:
    radial-gradient(240px 180px at 82% 28%, rgba(38, 80, 150, .22), transparent 72%),
    linear-gradient(160deg, #0c1c34, #081426);
  overflow: hidden; min-height: 324px; padding: 30px 26px;
}
.experience-copy { position: relative; z-index: 2; width: 58%; margin-left: 0; margin-right: auto; text-align: right; }
.experience-copy h2 { font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1.24; margin: 0; }
.experience-copy p { margin-top: 14px; font-size: 0.9375rem; color: var(--muted); line-height: 1.62; }
.experience-copy .btn { margin-top: 18px; width: 100%; }
.experience-statue {
  position: absolute; right: 10px; bottom: 0; top: auto; height: 92%;
  width: auto; max-width: 42%; object-fit: contain; object-position: right bottom;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .34));
}

/* ---------- Diseases ---------- */
.diseases { margin-top: 28px; position: relative; z-index: 2; margin-left: 0; margin-right: 0; overflow: hidden; }
.diseases-head { position: relative; text-align: center; margin-bottom: 16px; }
.diseases-head h2 { font-size: 1.5rem; font-weight: 800; color: #fff; }
.see-all {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  font-size: 0.875rem; color: var(--gold-bright); text-decoration: underline;
  text-underline-offset: 3px;
}
.diseases-row { display: flex; align-items: center; gap: 10px; direction: ltr; max-width: 100%; }
.car-arrow {
  width: 32px; height: 32px; border-radius: 50%; flex: none;
  border: 1px solid var(--gold-line); background: rgba(255, 255, 255, .03);
  color: var(--gold-bright); font-size: 1.0625rem; line-height: 0;
  display: inline-flex; align-items: center; justify-content: center;
}
.disease-cards { display: flex; gap: 14px; flex: 1; }
.disease-cards li {
  width: 148px; flex: none; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--line); background: #0b1930;
  display: flex; flex-direction: column; direction: rtl;
}
.disease-cards img { width: 100%; height: 90px; object-fit: cover; }
.disease-cards span {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; flex: 1; padding: 8px 5px 10px;
  font-size: 0.875rem; font-weight: 600; color: #e9eff9; line-height: 1.3;
}
.disease-cards small { font-size: 0.75rem; font-weight: 400; color: var(--muted); }

/* ---------- Lower zone: process, specialties, lead form ---------- */
.lower-zone { background: linear-gradient(180deg, #071426, #061120); padding-block: 28px 32px; }
.lower-grid { display: grid; grid-template-columns: 1fr 330px; gap: 26px; direction: ltr; }
.lower-main, .lead-panel { direction: rtl; }

.process-title, .specialties-title { text-align: center; font-size: 1.5rem; font-weight: 800; color: #fff; }
.process-steps {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
  margin-top: 26px; position: relative; text-align: center;
}
.process-steps::before {
  content: ""; position: absolute; top: 31px; right: 70px; left: 70px; height: 0;
  border-top: 1px dashed rgba(214, 181, 109, .35);
}
.process-steps li { position: relative; z-index: 1; }
.p-icon {
  position: relative; width: 64px; height: 64px; border-radius: 50%;
  margin: 0 auto; background: #0d1d36; border: 1px solid rgba(214, 181, 109, .45);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 6px #071426;
}
.p-icon svg {
  width: 30px; height: 30px; fill: none; stroke: var(--gold);
  stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round;
}
.p-icon b {
  position: absolute; top: -5px; right: -5px; width: 23px; height: 23px;
  border-radius: 50%; background: var(--gold-grad); color: #14263f;
  font-size: 0.875rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.process-steps h3 { margin-top: 12px; font-size: 1.0625rem; font-weight: 800; color: #fff; }
.process-steps p { margin-top: 7px; font-size: 0.875rem; color: var(--muted); line-height: 1.55; padding-inline: 2px; }

.specialties-title { margin-top: 32px; }
.specialty-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; direction: ltr; }
.specialty-cards li {
  border-radius: 14px; overflow: hidden; border: 1px solid var(--line);
  background: #0a1729; display: flex; flex-direction: column; direction: rtl;
}
.specialty-cards img { width: 100%; height: 76px; object-fit: cover; }
.sp-caption {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  padding: 0 14px 14px; margin-top: -20px; position: relative; z-index: 1; flex: 1;
  direction: ltr; text-align: left;
  background: linear-gradient(180deg, transparent, #0a1729 42%);
}
.sp-icon {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  background: linear-gradient(180deg, #16294a, #0d1c33); border: 1.5px solid var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
}
.sp-icon svg { width: 23px; height: 23px; fill: none; stroke: var(--gold-bright); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.sp-caption h3 { font-size: 1.0625rem; font-weight: 800; color: var(--gold-bright); margin-top: 3px; }
.sp-caption p { font-size: 0.8125rem; color: #cbd6e6; line-height: 1.5; margin-top: 4px; }

.lead-panel {
  border: 1px solid var(--gold-line); border-radius: 16px;
  background: linear-gradient(170deg, #0d1c33, #0a1526);
  padding: 22px 20px; align-self: start;
}
.lead-panel h2 { font-size: 1.3125rem; font-weight: 800; color: #fff; line-height: 1.35; }
.lead-panel > p { font-size: 0.875rem; color: var(--muted); margin-top: 6px; }
.side-form { display: grid; gap: 12px; margin-top: 16px; }
.side-form label { display: block; }
.side-form input, .side-form textarea {
  width: 100%; border: 1px solid rgba(255, 255, 255, .16); border-radius: 9px;
  background: rgba(255, 255, 255, .045); color: #fff; padding: 12px 14px;
  font: inherit; font-size: 1rem; outline: none;
}
.side-form input::placeholder, .side-form textarea::placeholder { color: #8fa1bb; }
.side-form input:focus, .side-form textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214, 181, 109, .12);
}
.side-form textarea { resize: vertical; min-height: 96px; }
.side-form .btn { margin-top: 4px; }

.trust-badges {
  margin-top: 16px; border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255, 255, 255, .02); padding: 14px 12px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.trust-item {
  display: flex; align-items: center; gap: 9px;
  font-size: 0.8125rem; color: #dfe7f2; line-height: 1.35;
}
.trust-item svg { width: 26px; height: 26px; flex: none; }
.trust-sep { width: 1px; height: 36px; background: var(--line); }

/* ---------- Stats band ---------- */
.stats-band { background: #061120; padding-block: 6px 0; }
.stats-grid {
  border: 1px solid rgba(255, 255, 255, .07); border-radius: 16px;
  background: linear-gradient(180deg, #0a1526, #081220);
  display: flex; align-items: center; gap: 24px;
  padding: 22px 24px; margin-inline: -8px;
}
.stats-brand {
  flex: none; width: 280px; border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255, 255, 255, .025); padding: 16px 14px 14px;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px;
}
.stats-brand .brand-mark { font-size: 2.25rem; }
.stats-brand .brand { justify-content: center; }
.stats-brand .brand-logo { height: 128px; max-width: 210px; }
.stats-brand p { font-size: 0.8125rem; color: var(--muted); }
.socials { display: flex; gap: 10px; margin-top: 2px; direction: ltr; }
.socials a {
  width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  display: inline-flex; align-items: center; justify-content: center;
}
.socials svg { width: 17px; height: 17px; fill: none; stroke: #dfe7f2; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.stat { flex: 1; text-align: center; }
.stat h3.big { font-size: 2.5rem; font-weight: 800; color: var(--gold-bright); line-height: 1; }
.stat h3.big .plus, .stat h3.big .pct { font-size: 1.5rem; vertical-align: 6px; }
.stat h3.gold { font-size: 1.125rem; font-weight: 800; color: var(--gold-bright); }
.stat p { margin-top: 7px; font-size: 0.875rem; color: #d5deec; line-height: 1.45; }
.stat-sep { width: 1px; align-self: stretch; background: rgba(255, 255, 255, .08); }

.reviews .g-row { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 9px; direction: ltr; }
.g-logo { width: 24px; height: 24px; }
.g-score { font-weight: 800; color: #fff; font-size: 1rem; }
.g-stars { color: #f6c344; font-size: 1rem; letter-spacing: 1px; }
.g-note { font-size: 0.8125rem !important; color: var(--muted) !important; }

/* ---------- Footer ---------- */
.site-footer { background: #061120; padding-block: 22px 20px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal { font-size: 0.8125rem; color: #8fa1bb; order: 0; }
.branch { text-align: center; position: relative; }
.branch h3 { font-size: 1rem; font-weight: 800; color: var(--gold-bright); }
.branch p { font-size: 0.875rem; color: #cbd6e6; margin-top: 4px; }
.branch-whatsapp {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 34px; padding: 6px 14px; border-radius: 999px;
  font-weight: 800; color: #14263f; background: var(--gold-grad);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
}
.branch .pin {
  display: block; width: 32px; height: 32px; margin: 7px auto 0;
  border-radius: 50%; border: 1px solid rgba(120, 165, 240, .4);
  background: rgba(30, 70, 130, .25); padding: 5px;
}
.branch .pin svg { width: 20px; height: 20px; fill: none; stroke: #9fc3ff; stroke-width: 1.5; }

.wa-float {
  position: fixed; right: 24px; left: auto; bottom: 22px; z-index: 45;
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px;
  background: #0a1526; padding: 9px 18px 9px 22px;
  font-size: 0.875rem; line-height: 1.3; color: #eef4ff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}
.wa-badge.big { width: 42px; height: 42px; background: #22b357; }

/* ---------- Modal ---------- */
.modal {
  position: fixed; inset: 0; background: rgba(3, 7, 18, .78); display: none;
  align-items: center; justify-content: center; padding: 20px; z-index: 50;
  backdrop-filter: blur(10px);
}
.modal.is-open { display: flex; }
.modal-card {
  width: min(92vw, 540px); background: linear-gradient(145deg, #0b1c32, #132b4c);
  border: 1px solid rgba(214, 181, 109, .5); border-radius: 28px;
  box-shadow: 0 30px 120px rgba(0, 0, 0, .6); padding: 30px;
  line-height: 1.55; color: #fff; position: relative;
}
.modal-card h2, .modal-card h1 { margin: 0 0 8px; color: #f7d98d; font-size: 1.875rem; }
.modal-card p { margin: 0 0 18px; color: #d9e4f4; font-size: 1.0625rem; }
.modal-close {
  position: absolute; top: 14px; left: 14px; border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08); color: #fff; width: 40px; height: 40px;
  border-radius: 999px; font-size: 1.5rem; cursor: pointer;
}
.modal .lead-form { display: grid; gap: 12px; }
.modal .lead-form label { display: grid; gap: 6px; color: #eef4ff; }
.modal .lead-form input, .modal .lead-form textarea {
  width: 100%; border: 1px solid rgba(214, 181, 109, .35); border-radius: 16px;
  background: rgba(255, 255, 255, .08); color: #fff; padding: 14px 15px;
  font: inherit; font-size: 1rem; outline: none;
}
.modal .lead-form input:focus, .modal .lead-form textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 4px rgba(214, 181, 109, .12);
}
.modal .lead-form button {
  border: 0; border-radius: 18px; background: var(--gold-grad);
  color: #081526; font-weight: 800; font-size: 1.1875rem; padding: 15px; cursor: pointer;
}

/* ---------- Interactivity and premium 3D ---------- */
body { overflow-x: hidden; }
main, section, header, footer { max-width: 100%; }

/* Grid and flex children must be allowed to shrink */
.container > *, .hero-grid > *, .who-grid > *, .lower-grid > *, .eligibility-grid > *,
.content-hero-grid > *, .content-layout > *, .knowledge-grid > *, .knowledge-home-grid > *,
.info-grid-3d > *, .process-mini > *, .stats-grid > *, .footer-grid > * { min-width: 0; }
.diseases-row, .disease-cards, .hero-actions, .trust-badges, .breadcrumbs, .socials { min-width: 0; }
.article-card-main, .article-section, .knowledge-card, .info-tile, .side-links, .lead-panel {
  overflow-wrap: anywhere;
}

.hero { position: relative; }
.hero-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(60px); opacity: .55; z-index: 0;
  will-change: transform;
}
.orb-a {
  width: 420px; height: 320px; top: -60px; left: 55%;
  background: radial-gradient(circle, rgba(45, 110, 220, .5), transparent 70%);
}
.orb-b {
  width: 360px; height: 280px; bottom: -80px; left: 30%;
  background: radial-gradient(circle, rgba(214, 181, 109, .22), transparent 70%);
}
.hero-grid { position: relative; z-index: 1; }

/* 3D tilt targets, driven by JS */
.hero-visual { perspective: 1100px; }
.journey-card { will-change: transform; transition: transform .35s ease, box-shadow .35s ease; transform-style: preserve-3d; }
.journey-card.is-tilting { transition: transform .06s linear; }
.journey-detail, .journey-title, .journey-steps { transform: translateZ(24px); }

[data-tilt] { will-change: transform; transition: transform .35s ease, box-shadow .35s ease; }
[data-tilt].is-tilting { transition: transform .06s linear; }

/* Floating shield + pulsing pedestal glow */
@media (prefers-reduced-motion: no-preference) {
  .detail-shield { animation: shieldFloat 4.5s ease-in-out infinite; }
  @keyframes shieldFloat {
    0%, 100% { transform: translateY(0); filter: drop-shadow(0 12px 22px rgba(0, 40, 110, .45)); }
    50% { transform: translateY(-9px); filter: drop-shadow(0 26px 30px rgba(0, 40, 110, .6)); }
  }
  .hero-pedestal { animation: pedestalPulse 4.5s ease-in-out infinite; }
  @keyframes pedestalPulse {
    0%, 100% { opacity: .92; }
    50% { opacity: 1; }
  }
}

/* Journey detail switch animation */
.detail-copy > * { transition: opacity .22s ease, transform .22s ease; }
.journey-detail.is-switching .detail-copy > * { opacity: 0; transform: translateY(8px); }
.progress-fill { transition: width .6s cubic-bezier(.22, .8, .3, 1); }
.journey-steps li:not(.is-current) .step-icon { cursor: pointer; }

/* ADL selection */
.adl-toggle { position: relative; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.adl-toggle::after {
  content: "✓"; position: absolute; top: 7px; left: 9px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--gold-grad); color: #14263f;
  font-size: 0.8125rem; font-weight: 800; line-height: 20px;
  opacity: 0; transform: scale(.4); transition: opacity .2s ease, transform .2s ease;
}
.adl-toggle:hover { transform: translateY(-4px); }
.adl-cards .adl-toggle.is-selected {
  border-color: var(--gold); background: rgba(214, 181, 109, .13);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(214, 181, 109, .35);
}
.adl-toggle.is-selected::after { opacity: 1; transform: scale(1); }

/* Hover lift for cards and buttons */
.entity-cards li, .disease-cards li, .specialty-cards li, .experience-card, .lead-panel, .stats-grid {
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.entity-cards li:hover, .disease-cards li:hover {
  transform: translateY(-5px); border-color: var(--gold-line);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .4);
}
.btn { transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-gold:hover { box-shadow: 0 12px 28px rgba(197, 155, 66, .4); }
.btn:active { transform: translateY(0) scale(.98); }
.car-arrow { transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.car-arrow:hover { transform: scale(1.15); background: rgba(214, 181, 109, .18); border-color: var(--gold); }
.main-nav a { transition: color .2s ease; }
.socials a { transition: transform .2s ease, border-color .2s ease; }
.socials a:hover { transform: translateY(-3px) scale(1.08); border-color: var(--gold-line); }
.wa-float { transition: transform .25s ease, box-shadow .25s ease; }
.wa-float:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0, 0, 0, .55); }
.see-all { transition: color .2s ease; }
.see-all:hover { color: #fff; }

/* Disease carousel: real scroll with snap */
.disease-cards {
  overflow-x: auto; scroll-snap-type: x proximity;
  scrollbar-width: none; -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.disease-cards::-webkit-scrollbar { display: none; }
.disease-cards li { scroll-snap-align: start; }

/* Scroll reveal */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(26px) perspective(900px) rotateX(3deg); }
  .reveal.is-visible {
    opacity: 1; transform: translateY(0) perspective(900px) rotateX(0);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22, .8, .3, 1);
  }
  .reveal.is-visible[data-reveal-delay="1"] { transition-delay: .1s; }
  .reveal.is-visible[data-reveal-delay="2"] { transition-delay: .2s; }
  .reveal.is-visible[data-reveal-delay="3"] { transition-delay: .3s; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1320px) {
  .diseases { margin-right: 0; }
  .who-grid { grid-template-columns: 1fr 340px; }
  .lower-grid { grid-template-columns: 1fr 300px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 55%); }
  .hero-copy h1 { font-size: clamp(2rem, 3.8vw, 3.25rem); }
  .hero-features { gap: 20px; }
  .stats-grid { margin-inline: 0; }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; padding: 10px;
    background: rgba(255, 255, 255, .05); border: 1px solid var(--line); border-radius: 10px;
  }
  .nav-toggle span {
    display: block; height: 2px; width: 100%; border-radius: 2px;
    background: var(--gold-bright); transition: transform .3s ease, opacity .3s ease;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .topbar {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) minmax(0, auto);
    gap: 10px;
    padding-block: 4px;
  }
  .brand { justify-self: center; min-width: 0; }
  .brand-logo { height: 96px; max-width: 220px; }
  .top-contact { justify-self: end; padding: 0; }
  .top-contact .top-cta { display: none; }
  .contact-pill { padding: 8px 10px; gap: 6px; }
  .top-whatsapp { font-size: .92rem; }
  .main-nav.container {
    width: 100vw; max-width: none; margin: 0; padding-inline: 16px;
  }
  .main-nav {
    position: fixed; top: 112px; right: 0; left: 0; bottom: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 4px;
    padding-block: 8px 22px;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: rgba(6, 17, 32, .99);
    border-top: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  }
  .main-nav.is-open { display: flex; }
  .main-nav > *,
  .main-nav .nav-item {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
  }
  .nav-link,
  .nav-menu-toggle {
    width: 100%; justify-content: space-between; min-height: 44px;
    padding: 12px 4px; border-bottom: 1px solid rgba(255, 255, 255, .05);
    font-size: 1.0625rem; border-radius: 0; white-space: normal;
  }
  .nav-caret { transition: transform .2s ease; }
  .nav-item.is-open .nav-caret { transform: rotate(225deg); margin-block-start: 4px; }
  .nav-link.is-active::after,
  .nav-item.is-active > .nav-menu-toggle::after { display: none; }
  .nav-panel {
    position: static !important; inset: auto !important;
    width: 100% !important; max-width: 100%; min-width: 0; max-height: none; overflow: visible;
    transform: none !important; opacity: 1; visibility: visible; pointer-events: auto;
    display: none; border: 0; border-radius: 0; box-shadow: none;
    background: rgba(255, 255, 255, .025); padding: 8px 10px 16px; transition: none;
  }
  .nav-item.is-open .nav-panel { display: block; }
  .nav-panel-title { display: none; }
  .nav-panel-grid { width: 100%; grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .nav-panel-grid a {
    width: 100%; padding: 11px 8px; font-size: .96rem;
    overflow-wrap: anywhere; white-space: normal; text-align: right; direction: rtl;
  }

  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 26px 0; }
  .hero-copy { text-align: right; }
  .hero-pedestal { margin: -64px auto 0; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions .btn { flex: 1 1 220px; white-space: normal; }

  .eligibility-grid { grid-template-columns: 1fr; gap: 20px; }
  .eligibility-intro { text-align: center; }
  .eligibility-intro p br { display: none; }
  .adl-cards { grid-template-columns: repeat(3, 1fr); }

  .who-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 260px; padding: 24px 22px; }
  .experience-copy { width: 60%; }
  .experience-statue { right: 14px; height: 88%; max-width: 38%; }
  .entity-cards { grid-template-columns: repeat(3, 1fr); }
  .entity-cards li:nth-child(4), .entity-cards li:nth-child(5) { grid-column: span 1; }

  .lower-grid { grid-template-columns: 1fr; }
  .lead-panel { order: 2; }
  .process-steps { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .process-steps::before { display: none; }
  .specialty-cards { grid-template-columns: repeat(3, 1fr); }

  .stats-grid { flex-wrap: wrap; justify-content: center; row-gap: 20px; }
  .stats-brand { width: 100%; order: -1; }
  .stat { flex: 1 1 40%; }
  .stat-sep { display: none; }

  .footer-grid { flex-direction: column; gap: 20px; text-align: center; }
  .legal { order: 3; }
  .wa-float {
    bottom: 16px; right: 16px; left: auto;
    background: #0d1c33; border-color: rgba(255, 255, 255, .25);
  }
}

@media (max-width: 560px) {
  .container { padding-inline: 16px; }
  .topbar { grid-template-columns: 42px minmax(0, 1fr) auto; }
  .top-cta { display: none; }
  .brand-text strong { font-size: 1rem; }
  .brand-mark { font-size: 1.625rem; }
  .brand-logo { height: 82px; max-width: 184px; }
  .contact-pill svg { display: none; }
  .contact-pill { padding: 8px 10px; }
  .top-whatsapp { font-size: .84rem; }
  .main-nav.container { width: 100vw; padding-inline: 14px; }
  .main-nav { top: 98px; padding-bottom: 24px; }

  .hero-copy h1 { font-size: clamp(1.875rem, 8vw, 2.375rem); }
  .hero-lead br { display: none; }
  .hero-features { gap: 10px; justify-content: space-between; width: 100%; }
  .hero-features li { flex: 1; font-size: 0.8125rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }

  .journey-card { padding: 16px 12px 18px; }
  .journey-steps { flex-wrap: wrap; row-gap: 14px; justify-content: center; gap: 6px; }
  .journey-steps::before { display: none; }
  .journey-steps li { width: 31%; }
  .journey-detail { flex-direction: column-reverse; text-align: center; padding: 16px 14px; }
  .detail-copy { text-align: center; }
  .detail-progress { justify-content: center; }
  .detail-shield { max-width: 92px; max-height: 104px; margin: 0 auto 2px; }
  .hero-pedestal { max-width: 260px; margin-top: -52px; }

  .adl-cards { grid-template-columns: repeat(2, 1fr); }
  .entity-cards { grid-template-columns: repeat(2, 1fr); }
  .entity-cards li:nth-child(5) { grid-column: span 2; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .specialty-cards { grid-template-columns: 1fr; }
  .specialty-cards img { height: 140px; }
  .experience-card {
    display: grid;
    grid-template-columns: minmax(86px, 32%) 1fr;
    gap: 12px;
    align-items: center;
    min-height: 0;
    padding: 18px 16px;
  }
  .experience-copy {
    grid-column: 2;
    width: auto;
    margin: 0;
  }
  .experience-copy h2 { font-size: 1.28rem; }
  .experience-copy p { font-size: .875rem; line-height: 1.5; }
  .experience-copy .btn { margin-top: 14px; }
  .experience-statue {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    right: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    max-width: 126px;
    justify-self: center;
  }
  .stat { flex: 1 1 100%; }
  .stats-grid { padding: 18px 16px; }
  .modal-card { border-radius: 22px; padding: 24px; }
}

@media (max-width: 380px) {
  .container { padding-inline: 12px; }
  .topbar { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 6px; }
  .nav-toggle { width: 40px; height: 40px; padding: 9px; }
  .brand-logo { height: 70px; max-width: 138px; }
  .contact-pill { padding: 7px 8px; }
  .top-whatsapp { font-size: .78rem; }
  .main-nav.container { width: 100vw; padding-inline: 12px; }
  .main-nav { top: 86px; }
  .wa-float { right: 10px; bottom: 12px; padding: 8px 12px; }
  .wa-badge.big { width: 34px; height: 34px; }
}

@media (prefers-reduced-motion: no-preference) {
  .modal-card { animation: modalIn .22s ease both; }
  @keyframes modalIn {
    from { opacity: 0; transform: translateY(14px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
}


/* Full site content pages, same premium dark UI language */
.inner-site { background: #071323; color: #f7fbff; }
.inner-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 18% 18%, rgba(215, 181, 96, .18), transparent 32%), linear-gradient(135deg, #06101f 0%, #0b1e35 58%, #071323 100%); }
.content-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 44px; align-items: center; padding-block: 92px 60px; }
.content-hero-copy .eyebrow, .section-kicker { color: #d8b765; font-weight: 900; letter-spacing: .06em; margin: 0 0 14px; }
.content-hero-copy h1 { margin: 0; font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: .96; font-weight: 900; color: #fff; text-wrap: balance; }
.content-hero-copy .hero-lead { max-width: 660px; color: #c9d5e8; }
.content-visual { border: 1px solid rgba(216, 183, 101, .36); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); padding: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.35); transform-style: preserve-3d; }
.content-visual img { width: 100%; display: block; border-radius: 26px; aspect-ratio: 16 / 10; object-fit: cover; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 32px; padding-block: 66px; align-items: start; }
.premium-article { min-width: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: #9fb0c8; margin-bottom: 18px; font-size: .95rem; }
.breadcrumbs a { color: #d8b765; text-decoration: none; }
.article-card-main, .article-section, .side-links, .info-tile, .knowledge-card, .knowledge-group { background: linear-gradient(145deg, rgba(17, 39, 67, .92), rgba(7, 19, 35, .96)); border: 1px solid rgba(216, 183, 101, .22); border-radius: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.article-card-main { padding: clamp(24px, 4vw, 44px); margin-bottom: 24px; }
.article-card-main h2, .article-section h2, .knowledge-group h2, .side-links h2, .knowledge-home h2 { color: #fff; margin-top: 0; font-size: clamp(1.5rem, 2.4vw, 2.3rem); }
.article-card-main p, .article-section p, .knowledge-card p, .knowledge-home-lead { color: #c9d5e8; font-size: 1.08rem; line-height: 1.86; }
.info-grid-3d { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 24px 0; }
.info-tile { padding: 24px; transform-style: preserve-3d; }
.info-tile span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: #d8b765; color: #071323; font-weight: 900; margin-bottom: 14px; }
.info-tile h3 { margin: 0 0 8px; color: #fff; }
.info-tile p { margin: 0; color: #aebbd0; line-height: 1.7; }
.article-section { padding: clamp(22px, 3vw, 34px); margin-bottom: 24px; }
.gold-list { display: grid; gap: 12px; padding: 0; margin: 18px 0 0; list-style: none; }
.gold-list li { position: relative; padding-right: 26px; color: #e8eefb; line-height: 1.75; }
.gold-list li:before { content: ''; position: absolute; right: 0; top: .72em; width: 10px; height: 10px; border-radius: 50%; background: #d8b765; box-shadow: 0 0 18px rgba(216,183,101,.7); }
.process-mini { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px; }
.process-mini div { padding: 18px; border-radius: 20px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); }
.process-mini b { display: block; color: #d8b765; font-size: 1.12rem; margin-bottom: 4px; }
.process-mini span { color: #b9c8dc; }
.faq-block details { border: 1px solid rgba(216, 183, 101, .2); border-radius: 18px; padding: 16px 18px; background: rgba(255,255,255,.04); margin-top: 12px; }
.faq-block summary { cursor: pointer; color: #fff; font-weight: 800; }
.faq-block details p { margin-bottom: 0; font-size: 1rem; }
.content-sidebar { position: sticky; top: 120px; display: grid; gap: 20px; }
.inner-lead-panel { position: static; }
.side-links { padding: 22px; }
.side-links a { display: block; color: #d8b765; text-decoration: none; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.08); }
.knowledge-home { padding: 80px 0; background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)); }
.knowledge-home .container > h2 { max-width: 880px; margin-bottom: 10px; }
.knowledge-home-lead { max-width: 820px; margin-bottom: 28px; }
.knowledge-home-grid, .knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.knowledge-card { display: block; padding: 14px; text-decoration: none; color: inherit; transform-style: preserve-3d; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.knowledge-card:hover { border-color: rgba(216, 183, 101, .58); box-shadow: 0 34px 90px rgba(0,0,0,.42); }
.knowledge-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 20px; display: block; margin-bottom: 16px; background: #08182a; }
.knowledge-card span { color: #d8b765; font-weight: 800; font-size: .9rem; }
.knowledge-card h3 { color: #fff; margin: 8px 0; font-size: 1.18rem; line-height: 1.25; }
.knowledge-card p { font-size: .96rem; margin: 0; line-height: 1.65; }
.knowledge-home-action { display: flex; justify-content: center; margin-top: 30px; }
.knowledge-wrap { padding-block: 70px; }
.knowledge-group { padding: 24px; margin-bottom: 28px; }
.card-3d, [data-tilt] { will-change: transform; }
@media (max-width: 980px) {
  .content-hero-grid, .content-layout { grid-template-columns: 1fr; }
  .content-sidebar { position: static; }
  .knowledge-home-grid, .knowledge-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid-3d { grid-template-columns: 1fr; }
  .process-mini { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .content-hero-grid { padding-block: 44px 34px; }
  .content-hero-copy h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .content-visual { border-radius: 22px; padding: 8px; }
  .content-visual img { border-radius: 16px; }
  .knowledge-home-grid, .knowledge-grid { grid-template-columns: 1fr; }
  .process-mini { grid-template-columns: 1fr; }
  .article-card-main, .article-section, .knowledge-group { border-radius: 22px; }
}

/* longform article additions */
.article-toc { background: linear-gradient(145deg, rgba(17, 39, 67, .92), rgba(7, 19, 35, .96)); border: 1px solid rgba(216, 183, 101, .22); border-radius: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.28); padding: clamp(22px, 3vw, 34px); margin-bottom: 24px; }
.article-toc h2 { color: #fff; margin: 0 0 14px; font-size: clamp(1.3rem, 2vw, 1.7rem); }
.article-toc ol { margin: 0; padding-right: 20px; display: grid; gap: 8px; }
.article-toc a { color: #e6c98a; text-decoration: none; line-height: 1.6; }
.article-toc a:hover { color: #fff; text-decoration: underline; }
.article-section h3 { color: #e6c98a; margin: 22px 0 8px; font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.article-section { scroll-margin-top: 110px; }
.table-wrap { overflow-x: auto; margin: 18px 0 4px; border-radius: 16px; border: 1px solid rgba(216, 183, 101, .25); }
.article-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.article-table th { background: rgba(216, 183, 101, .14); color: #f4e3bb; text-align: right; font-weight: 700; }
.article-table th, .article-table td { padding: 12px 16px; border-bottom: 1px solid rgba(216, 183, 101, .14); color: #c9d5e8; line-height: 1.7; font-size: 1rem; }
.article-table tr:last-child td { border-bottom: none; }

/* legal pages */
.legal-article { max-width: 920px; margin: 0 auto; padding: 40px 0 60px; }
.legal-updated { font-size: .95rem; opacity: .75; }
.legal a { color: #8fa1bb; text-decoration: none; }
.legal a:hover { color: #e6c98a; text-decoration: underline; }

/* form consent checkbox */
.consent-row { display: flex !important; align-items: flex-start; gap: 8px; font-size: .85rem; color: #c9d5e8; line-height: 1.5; cursor: pointer; }
.consent-row input[type="checkbox"] { width: auto !important; margin-top: 3px; accent-color: #d8b765; flex-shrink: 0; cursor: pointer; }
.consent-row a { color: #e6c98a; text-decoration: underline; }
.consent-row a:hover { color: #fff; }
