/* =========================================================
   OLIMP EKSPERT — Premium About page
   Scoped to .about-expert-page (page-about.php)
   ========================================================= */

.about-expert-page {
  --oe-blue-primary: #1e293b;
  --oe-blue-accent: #00a3c4;
  --oe-blue-hover: #008ca5;
  --oe-gold-seal: #0284c7;
  --oe-gold-warm: #0284c7;
  --oe-dark-text: #1e293b;
  --oe-slate-text: #1e293b;
  --oe-body: #334155;
  --oe-muted: #64748b;
  --oe-bg: #ffffff;
  --oe-bg-light: #f8fafc;
  --oe-bg-soft: #f0f9fb;
  --oe-border: #e2e8f0;
  --oe-radius: 12px;
  --oe-shadow: 0 10px 28px -18px rgba(15, 23, 42, 0.2);

  background: var(--oe-bg);
  color: var(--oe-body);
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow-x: clip;
}

.about-expert-page *,
.about-expert-page *::before,
.about-expert-page *::after {
  box-sizing: border-box;
}

.about-expert-page .oe-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-expert-page .oe-section {
  padding: 72px 0;
}

.about-expert-page .oe-ico {
  display: inline-block;
  vertical-align: -0.2em;
  flex-shrink: 0;
}

.about-expert-page .oe-section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--oe-blue-accent);
  margin-bottom: 10px;
}

.about-expert-page .section-title {
  font-family: inherit;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--oe-dark-text);
  margin: 0 0 12px;
}

.about-expert-page .section-subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--oe-muted);
  max-width: 46rem;
}

.about-expert-page .section-head-center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.about-expert-page .section-head-center .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.about-expert-page .section-head-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

/* Root full-bleed: escape theme <main class="container"> */
main.container:has(> .about-expert-page),
main.oe-about-main {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.main-container:has(.about-expert-page) {
  max-width: none !important;
  overflow-x: clip;
}

.about-expert-page {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.about-expert-page > .oe-hero-section,
.about-expert-page > .oe-section {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

/* Ensure tinted/white section BGs paint edge-to-edge once main is full width */
.about-expert-page .oe-experts-section,
.about-expert-page .oe-docs-section,
.about-expert-page .oe-mission-section,
.about-expert-page .oe-laws-section,
.about-expert-page .oe-stats-section,
.about-expert-page .oe-director-section,
.about-expert-page .oe-video-section,
.about-expert-page .oe-geo-section,
.about-expert-page .oe-cta-section {
  width: 100%;
  max-width: none;
}

.about-expert-page .oe-docs-section {
  background: #ffffff;
}

/* ---------- 1. Hero ---------- */
.about-expert-page .oe-hero-section {
  position: relative;
  padding: 32px 0 25px;
  color: var(--oe-body);
  background: linear-gradient(180deg, var(--oe-bg-soft) 0%, var(--oe-bg-light) 55%, #ffffff 100%);
  border-bottom: 1px solid var(--oe-border);
  margin-bottom: 56px;
  width: 100%;
}

.about-expert-page .oe-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--oe-muted);
}

.about-expert-page .oe-breadcrumbs a {
  color: var(--oe-muted);
  text-decoration: none;
  transition: color 0.2s ease;
  background: transparent !important;
}

.about-expert-page .oe-breadcrumbs a:hover {
  color: var(--oe-blue-accent);
}

/* Avoid theme `.current { background:#f7f7f7 }` white box */
.about-expert-page .oe-breadcrumbs .current,
.about-expert-page .oe-breadcrumbs .oe-bc-current,
.about-expert-page .oe-hero-section .oe-bc-current,
.about-expert-page .oe-hero-section span.current {
  color: var(--oe-dark-text) !important;
  font-weight: 600;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.about-expert-page .oe-bc-sep {
  opacity: 0.7;
  color: #94a3b8;
}

.about-expert-page .oe-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: center;
}

.about-expert-page .oe-hero-content {
  max-width: none;
}

.about-expert-page .oe-hero-trust-card {
  background: #fff;
  border: 1px solid var(--oe-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px -28px rgba(15, 23, 42, 0.28);
}

.about-expert-page .oe-hero-trust-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--oe-bg-soft);
}

.about-expert-page .oe-hero-trust-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-expert-page .oe-hero-trust-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  max-width: calc(100% - 28px);
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #bae6fd;
  color: #0284c7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 8px 20px -14px rgba(15, 23, 42, 0.35);
}

.about-expert-page .oe-hero-trust-footer {
  display: grid;
  gap: 12px;
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, #fff 0%, var(--oe-bg-soft) 100%);
  border-top: 1px solid var(--oe-border);
}

.about-expert-page .oe-hero-trust-footer-text {
  margin: 0;
  color: var(--oe-muted);
  font-size: 14px;
  line-height: 1.45;
}

.about-expert-page .oe-hero-trust-cta {
  width: 100%;
}

.about-expert-page .oe-hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.about-expert-page .oe-badge-seal,
.about-expert-page .oe-badge-law {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.about-expert-page .oe-badge-seal {
  color: var(--oe-tag, #0284c7);
  background: #e0f2fe;
  border: 1px solid #bae6fd;
}

.about-expert-page .oe-badge-law {
  color: var(--oe-dark-text);
  background: #fff;
  border: 1px solid var(--oe-border);
}

.about-expert-page .oe-hero-h1 {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--oe-dark-text);
  letter-spacing: -0.01em;
}

.about-expert-page .oe-hero-desc {
  margin: 0 0 28px;
  max-width: 42rem;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--oe-muted);
}

.about-expert-page .oe-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.about-expert-page .btn-oe-primary,
.about-expert-page .btn-oe-secondary,
.about-expert-page .btn-oe-outline,
.about-expert-page .btn-cta-email,
.about-expert-page .btn-cta-form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.about-expert-page .btn-oe-primary {
  border: 1px solid transparent;
  padding: 14px 22px;
  background: var(--oe-blue-accent);
  color: #fff;
}

.about-expert-page .btn-oe-primary:hover {
  background: var(--oe-blue-hover);
  color: #fff;
  transform: translateY(-1px);
}

.about-expert-page .btn-oe-secondary {
  border: 1px solid var(--oe-border);
  padding: 14px 22px;
  background: #fff;
  color: var(--oe-dark-text);
}

.about-expert-page .btn-oe-secondary:hover {
  background: var(--oe-bg-soft);
  color: var(--oe-blue-accent);
  border-color: #bae6fd;
}

.about-expert-page .btn-oe-outline {
  border: 1px solid var(--oe-blue-primary);
  padding: 11px 18px;
  background: transparent;
  color: var(--oe-blue-primary);
  white-space: nowrap;
}

.about-expert-page .btn-oe-outline:hover {
  background: var(--oe-blue-primary);
  color: #fff;
}

.about-expert-page .oe-hero-trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  padding-top: 22px;
  border-top: 1px solid var(--oe-border);
  font-size: 13.5px;
  color: var(--oe-muted);
}

.about-expert-page .ts-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-expert-page .ts-divider {
  opacity: 0.35;
}

/* ---------- 2. Stats ---------- */
.about-expert-page .oe-stats-section {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 52px 0 56px;
  margin-top: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 58% 72% at 6% 48%, rgba(0, 163, 196, 0.1), transparent 58%),
    radial-gradient(ellipse 48% 62% at 94% 22%, rgba(2, 132, 199, 0.07), transparent 52%),
    radial-gradient(ellipse 40% 50% at 50% 100%, rgba(0, 163, 196, 0.05), transparent 60%),
    linear-gradient(180deg, var(--oe-bg-soft) 0%, var(--oe-bg-light) 42%, #ffffff 100%);
  border-top: 1px solid var(--oe-border);
  border-bottom: 1px solid var(--oe-border);
}

.about-expert-page .oe-stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0, 163, 196, 0.22) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.28;
  pointer-events: none;
}

.about-expert-page .oe-stats-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 42%, rgba(0, 163, 196, 0.04) 50%, transparent 58%),
    linear-gradient(225deg, transparent 38%, rgba(240, 249, 251, 0.9) 50%, transparent 62%);
  pointer-events: none;
}

.about-expert-page .oe-stats-section > .oe-container {
  position: relative;
  z-index: 1;
}

.about-expert-page .oe-stats-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-expert-page .oe-stat-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--oe-border);
  border-radius: var(--oe-radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 12px 32px -20px rgba(0, 163, 196, 0.22), 0 4px 14px -8px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.about-expert-page .oe-stat-card:hover {
  transform: translateY(-3px);
  border-color: #bae6fd;
  box-shadow: 0 16px 40px -18px rgba(0, 163, 196, 0.28), 0 6px 18px -10px rgba(15, 23, 42, 0.1);
}

.about-expert-page .oe-stat-card--accent {
  background: #fff;
  border-color: #bae6fd;
  color: var(--oe-body);
  box-shadow: 0 0 0 1px rgba(0, 163, 196, 0.08);
}

.about-expert-page .stat-big-num {
  font-family: inherit;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--oe-blue-accent);
  margin-bottom: 10px;
}

.about-expert-page .oe-stat-card--accent .stat-big-num {
  color: var(--oe-blue-accent);
}

.about-expert-page .stat-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--oe-dark-text);
  margin-bottom: 4px;
}

.about-expert-page .oe-stat-card--accent .stat-label {
  color: var(--oe-dark-text);
}

.about-expert-page .stat-desc {
  font-size: 12.5px;
  color: var(--oe-muted);
  line-height: 1.4;
}

.about-expert-page .oe-stat-card--accent .stat-desc {
  color: var(--oe-muted);
}

/* ---------- 3. Director ---------- */
.about-expert-page .oe-director-section {
  background: var(--oe-bg-light);
}

.about-expert-page .director-bento-card {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: 40px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--oe-border);
  border-radius: 18px;
  padding: 36px;
  box-shadow: var(--oe-shadow);
}

.about-expert-page .dbc-photo-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #dbe7ec;
  box-shadow: 0 14px 28px rgba(12, 74, 96, 0.14);
}

.about-expert-page .dir-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-expert-page .dir-seal-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(12, 74, 96, 0.94));
}

.about-expert-page .dir-name {
  margin: 0 0 6px;
  font-family: inherit;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: var(--oe-dark-text);
}

.about-expert-page .dir-role {
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--oe-blue-accent);
}

.about-expert-page .dir-credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.about-expert-page .cred-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 12px;
  background: var(--oe-bg-light);
  border: 1px solid var(--oe-border);
}

.about-expert-page .cred-icon {
  color: var(--oe-gold-warm);
  margin-top: 2px;
}

.about-expert-page .cred-item strong {
  display: block;
  font-size: 13px;
  color: var(--oe-dark-text);
  margin-bottom: 3px;
}

.about-expert-page .cred-item small {
  display: block;
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--oe-muted);
}

.about-expert-page .dir-bio-text {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--oe-slate-text);
  margin-bottom: 18px;
}

.about-expert-page .dir-bio-text p {
  margin: 0 0 0.75em;
}

.about-expert-page .dir-bio-text p:last-child {
  margin-bottom: 0;
}

.about-expert-page .dir-quote {
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid var(--oe-gold-seal);
  border-radius: 0 10px 10px 0;
  background: #fffdf8;
  font-family: inherit;
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
  color: #78350f;
}

/* ---------- 4. Mission ---------- */
.about-expert-page .mission-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-expert-page .mc-card {
  background: #fff;
  border: 1px solid var(--oe-border);
  border-radius: var(--oe-radius);
  padding: 28px 24px;
  box-shadow: 0 4px 18px rgba(11, 30, 40, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.about-expert-page .mc-card:hover {
  transform: translateY(-3px);
  border-color: #b6d5de;
}

.about-expert-page .mc-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--oe-bg-light);
  color: var(--oe-blue-accent);
  border: 1px solid var(--oe-border);
}

.about-expert-page .mc-title {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color: var(--oe-dark-text);
}

.about-expert-page .mc-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--oe-muted);
}

/* ---------- 5. Experts ---------- */
.about-expert-page .oe-experts-section {
  background: var(--oe-bg-light);
}

.about-expert-page .experts-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-expert-page .exp-card {
  background: #fff;
  border: 1px solid var(--oe-border);
  border-radius: var(--oe-radius);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(11, 30, 40, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.about-expert-page a.exp-card--link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.about-expert-page .exp-card:hover {
  transform: translateY(-4px);
  border-color: #b6d5de;
}

.about-expert-page .exp-photo-wrap {
  height: 240px;
  background: #d9e6eb;
}

.about-expert-page .exp-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-expert-page .exp-body {
  padding: 20px 22px 24px;
}

.about-expert-page .exp-name {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  color: var(--oe-dark-text);
}

.about-expert-page .exp-role {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--oe-blue-accent);
  margin-bottom: 4px;
}

.about-expert-page .exp-degree {
  font-size: 12.5px;
  color: var(--oe-gold-warm);
  font-weight: 600;
  margin-bottom: 4px;
}

.about-expert-page .exp-tenure {
  font-size: 12.5px;
  color: var(--oe-muted);
  margin-bottom: 14px;
}

.about-expert-page .exp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.about-expert-page .etag {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--oe-bg-light);
  border: 1px solid var(--oe-border);
  color: var(--oe-slate-text);
}

/* ---------- 6. Video ---------- */
.about-expert-page .video-presentation-banner {
  position: relative;
  height: 380px;
  border-radius: 18px;
  overflow: hidden;
  background: var(--oe-blue-primary);
}

.about-expert-page .vpb-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-expert-page .vpb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  color: #fff;
  background: linear-gradient(160deg, rgba(12, 74, 96, 0.78), rgba(7, 31, 41, 0.88));
}

.about-expert-page .btn-play-pulse {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
  animation: oePlayPulse 2.2s ease-out infinite;
  transition: transform 0.2s ease;
  text-decoration: none;
}

.about-expert-page .btn-play-pulse:hover {
  transform: scale(1.05);
}

.about-expert-page .btn-play--disabled {
  opacity: 0.55;
  cursor: not-allowed;
  animation: none;
  box-shadow: none;
  pointer-events: none;
}

@keyframes oePlayPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.about-expert-page .vpb-title {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #fff;
}

.about-expert-page .vpb-sub {
  margin: 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.92);
}

/* ---------- 7. Laws ---------- */
.about-expert-page .laws-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-expert-page .law-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border-radius: var(--oe-radius);
  background: var(--oe-bg-light);
  border: 1px solid var(--oe-border);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.about-expert-page .law-card:hover {
  border-color: #b6d5de;
  transform: translateY(-2px);
}

.about-expert-page .law-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--oe-border);
  color: var(--oe-blue-accent);
}

.about-expert-page .law-body h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--oe-dark-text);
}

.about-expert-page .law-body p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--oe-muted);
}

/* ---------- 8. Licenses ---------- */
.about-expert-page .oe-docs-section {
  background: var(--oe-bg-light);
}

.about-expert-page .docs-slider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-expert-page .doc-slide-item {
  border-radius: var(--oe-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--oe-border);
}

.about-expert-page .doc-lightbox-link {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  color: inherit;
  text-decoration: none;
}

.about-expert-page .doc-lightbox-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-expert-page .doc-zoom-hover {
  position: absolute;
  inset: auto 12px 12px auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(12, 74, 96, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.about-expert-page .doc-lightbox-link:hover .doc-zoom-hover,
.about-expert-page .doc-lightbox-link:focus-visible .doc-zoom-hover {
  opacity: 1;
  transform: translateY(0);
}

.about-expert-page .oe-docs-empty {
  margin: 0;
  padding: 24px;
  border-radius: var(--oe-radius);
  background: #fff;
  border: 1px dashed var(--oe-border);
  color: var(--oe-muted);
  text-align: center;
}

/* ---------- 9. Geography ---------- */
.about-expert-page .geo-bento-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  padding: 36px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--oe-border);
  box-shadow: var(--oe-shadow);
}

.about-expert-page .geo-title {
  margin: 0 0 12px;
  font-family: inherit;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: var(--oe-dark-text);
}

.about-expert-page .geo-desc {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--oe-body);
}

.about-expert-page .geo-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.about-expert-page .geo-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--oe-slate-text);
}

.about-expert-page .geo-features .oe-ico {
  color: var(--oe-blue-accent);
  margin-top: 2px;
}

.about-expert-page .geo-map-col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 12px;
  border-radius: var(--oe-radius);
  background: #fff;
  border: 1px solid var(--oe-border);
  overflow: hidden;
}

.about-expert-page .russia-map-img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
}

/* ---------- 10. Final CTA ---------- */
.about-expert-page .oe-cta-section {
  padding-bottom: 88px;
}

.about-expert-page .cta-tender-card {
  padding: 40px 36px;
  border-radius: 16px;
  color: var(--oe-body);
  background: var(--oe-bg-soft);
  border: 1px solid var(--oe-border);
  box-shadow: none;
}

.about-expert-page .ctc-title {
  margin: 0 0 12px;
  font-family: inherit;
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
  font-weight: 700;
  color: var(--oe-dark-text);
}

.about-expert-page .ctc-desc {
  margin: 0 0 28px;
  max-width: 46rem;
  font-size: 15px;
  line-height: 1.6;
  color: var(--oe-muted);
}

.about-expert-page .ctc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.about-expert-page .btn-cta-email {
  padding: 14px 20px;
  background: var(--oe-blue-accent);
  color: #fff;
}

.about-expert-page .btn-cta-email:hover {
  background: var(--oe-blue-hover);
  color: #fff;
}

.about-expert-page .btn-cta-form {
  padding: 14px 20px;
  border: 1px solid var(--oe-border);
  background: #fff;
  color: var(--oe-dark-text);
}

.about-expert-page .btn-cta-form:hover {
  background: #fff;
  border-color: var(--oe-blue-accent);
  color: var(--oe-blue-accent);
}

.about-expert-page .ctc-phone-line {
  margin-bottom: 20px;
}

.about-expert-page .ctc-phone-line a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--oe-blue-accent);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.about-expert-page .ctc-phone-line a:hover {
  color: var(--oe-blue-hover);
}

.about-expert-page .ctc-benefits-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding-top: 18px;
  border-top: 1px solid var(--oe-border);
  font-size: 13px;
  color: var(--oe-muted);
}

.about-expert-page .ctc-benefits-line span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.about-expert-page .ctc-dot {
  opacity: 0.4;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .about-expert-page .oe-section {
    padding: 56px 0;
  }

  .about-expert-page .oe-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-expert-page .oe-hero-trust-card {
    max-width: 560px;
  }

  .about-expert-page .oe-stats-bento-grid,
  .about-expert-page .mission-cards-grid,
  .about-expert-page .experts-cards-grid,
  .about-expert-page .docs-slider-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-expert-page .director-bento-card,
  .about-expert-page .geo-bento-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-expert-page .dbc-photo-frame {
    max-width: 360px;
    margin: 0 auto;
  }

  .about-expert-page .dir-credentials-grid {
    grid-template-columns: 1fr;
  }

  .about-expert-page .section-head-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-expert-page .video-presentation-banner {
    height: 320px;
  }
}

@media (max-width: 640px) {
  .about-expert-page .oe-section {
    padding: 44px 0;
  }

  .about-expert-page .oe-hero-section {
    padding: 24px 0 20px;
  }

  .about-expert-page .oe-stats-section {
    padding: 40px 0 44px;
  }

  .about-expert-page .oe-stats-bento-grid,
  .about-expert-page .mission-cards-grid,
  .about-expert-page .experts-cards-grid,
  .about-expert-page .docs-slider-grid,
  .about-expert-page .laws-grid {
    grid-template-columns: 1fr;
  }

  .about-expert-page .director-bento-card,
  .about-expert-page .geo-bento-card,
  .about-expert-page .cta-tender-card {
    padding: 24px 18px;
  }

  .about-expert-page .oe-hero-actions,
  .about-expert-page .ctc-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-expert-page .btn-oe-primary,
  .about-expert-page .btn-oe-secondary,
  .about-expert-page .btn-cta-email,
  .about-expert-page .btn-cta-form {
    width: 100%;
  }

  .about-expert-page .oe-hero-trust-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-expert-page .ts-divider,
  .about-expert-page .ctc-dot {
    display: none;
  }

  .about-expert-page .video-presentation-banner {
    height: 280px;
    border-radius: 14px;
  }

  .about-expert-page .exp-photo-wrap {
    height: 220px;
  }

  .about-expert-page .oe-cta-section {
    padding-bottom: 64px;
  }
}

/* карточка руководителя без фото (31.08.2026, запрос владельца) */
.about-expert-page .director-bento-card.dbc-no-photo { grid-template-columns: 1fr; }
