/* FamilyCon 2026 international medical congress design system */
:root {
  --mc-navy-950: #071a2d;
  --mc-navy-900: #0b253f;
  --mc-navy-800: #123a5d;
  --mc-teal-700: #08747d;
  --mc-teal-600: #0a8d92;
  --mc-teal-100: #dff1f0;
  --mc-gold-600: #a97a22;
  --mc-gold-400: #d3ad61;
  --mc-ivory: #fbfaf6;
  --mc-white: #ffffff;
  --mc-cloud: #f3f7f7;
  --mc-ink: #1a2d3d;
  --mc-copy: #415667;
  --mc-muted: #687b88;
  --mc-line: #d9e3e5;
  --mc-success: #147a52;
  --mc-warning: #9b6417;
  --mc-error: #a33a3a;
  --mc-radius-sm: 8px;
  --mc-radius-md: 14px;
  --mc-radius-lg: 22px;
  --mc-shadow-sm: 0 6px 18px rgba(7, 37, 61, .07);
  --mc-shadow-md: 0 18px 42px rgba(7, 37, 61, .11);
  --mc-container: 1220px;
  --primary: var(--mc-navy-900);
  --primary-light: var(--mc-navy-800);
  --primary-dark: var(--mc-navy-950);
  --secondary: var(--mc-teal-700);
  --secondary-light: var(--mc-teal-600);
  --accent: var(--mc-gold-600);
  --text: var(--mc-ink);
  --text-muted: var(--mc-muted);
  --card-bg: var(--mc-white);
  --card-border: var(--mc-line);
  --gradient: linear-gradient(135deg, var(--mc-teal-700), var(--mc-navy-800));
}

html { scroll-behavior: smooth; }
body.mc-redesigned {
  margin: 0;
  color: var(--mc-ink) !important;
  background: var(--mc-cloud) !important;
  font-family: "Rubik", "Trebuchet MS", sans-serif !important;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  --text: var(--mc-ink);
  --text-muted: var(--mc-muted);
  --card-bg: var(--mc-white);
  --card-border: var(--mc-line);
  --secondary: var(--mc-teal-700);
  --secondary-light: var(--mc-teal-600);
  --accent: var(--mc-gold-600);
  --gradient: linear-gradient(135deg, var(--mc-teal-700), var(--mc-navy-800));
}

body.mc-redesigned *, body.mc-redesigned *::before, body.mc-redesigned *::after { box-sizing: border-box; }
body.mc-redesigned img { max-width: 100%; height: auto; }
body.mc-redesigned a { text-underline-offset: 3px; }
body.mc-redesigned p { text-wrap: pretty; }
body.mc-redesigned h1,
body.mc-redesigned h2,
body.mc-redesigned h3,
body.mc-redesigned h4,
body.mc-redesigned h5,
body.mc-redesigned h6 {
  color: var(--mc-navy-900);
  font-family: "Heebo", "Trebuchet MS", sans-serif;
  line-height: 1.18;
  letter-spacing: -.018em;
  text-wrap: balance;
}

body.mc-redesigned h1 { font-size: clamp(2.25rem, 5vw, 4.8rem); }
body.mc-redesigned h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); }
body.mc-redesigned h3 { font-size: clamp(1.25rem, 2.3vw, 1.7rem); }
body.mc-redesigned .container { width: min(var(--mc-container), calc(100% - 40px)); max-width: var(--mc-container); }

body.mc-redesigned :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--mc-gold-400) !important;
  outline-offset: 3px !important;
}

.mc-visually-hidden,
.mc-shell-ready h1.mc-source-title,
.mc-shell-ready .breadcrumb:not(.mc-breadcrumb) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#mc-page-hero { display: block; min-height: 270px; }
.mc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--mc-white);
  background: var(--mc-navy-900);
}
.mc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.35) 1px, transparent 0);
  background-size: 26px 26px;
  mask-image: linear-gradient(90deg, transparent, #000 65%);
}
.mc-hero__inner {
  width: min(var(--mc-container), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(68px, 9vw, 116px) 0 clamp(58px, 8vw, 96px);
}
.mc-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--mc-gold-400);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mc-hero__eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.mc-hero h1 { max-width: 900px; margin: 0; color: var(--mc-white) !important; }
.mc-hero__lead { max-width: 760px; margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.8vw, 1.2rem); }
.mc-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 26px 0 0; color: rgba(255,255,255,.92); font-weight: 700; }
.mc-hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.mc-hero__meta span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mc-gold-400); }
.mc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.mc-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: var(--mc-radius-sm);
  color: var(--mc-white) !important;
  background: transparent;
  font-weight: 800;
  text-decoration: none !important;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.mc-hero__button--primary { color: var(--mc-navy-950) !important; background: var(--mc-gold-400); border-color: var(--mc-gold-400); }
.mc-hero__button:hover { color: var(--mc-white) !important; background: var(--mc-teal-700); border-color: var(--mc-teal-700); transform: translateY(-2px); }
.mc-hero--home { min-height: min(720px, 82vh); background-color: var(--mc-navy-950); }
.mc-hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7,26,45,.97) 0%, rgba(7,26,45,.84) 48%, rgba(7,26,45,.28) 100%),
    url("../images/sliders/1.jpg") center 35% / cover no-repeat;
}
.mc-hero--home .mc-hero__inner { padding-top: clamp(94px, 12vw, 150px); }
.mc-hero--home h1 { max-width: 850px; }
.mc-hero__kicker { margin: 0 0 12px; color: rgba(255,255,255,.78); font: 700 clamp(.95rem,1.5vw,1.1rem)/1.4 "Rubik", sans-serif; }
.mc-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
  margin: 38px 0 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--mc-radius-md);
  background: rgba(7,26,45,.56);
  backdrop-filter: blur(10px);
}
.mc-hero__fact { padding: 17px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.mc-hero__fact:last-child { border-right: 0; }
.mc-hero__fact strong { display: block; color: var(--mc-white); font-family: "Heebo", sans-serif; font-size: 1.15rem; }
.mc-hero__fact span { color: rgba(255,255,255,.7); font-size: .82rem; }

.mc-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; color: rgba(255,255,255,.66); font-size: .88rem; }
.mc-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--mc-gold-400); }
.mc-breadcrumb a { color: rgba(255,255,255,.8) !important; text-decoration: none; }

body.mc-redesigned .fc-answer {
  padding: clamp(54px, 7vw, 86px) 20px !important;
  color: var(--mc-ink) !important;
  background: var(--mc-ivory) !important;
  border: 0 !important;
}
body.mc-redesigned .fc-answer::before { display: none !important; }
body.mc-redesigned .fc-answer__inner { width: min(var(--mc-container), 100%); }
body.mc-redesigned .fc-eyebrow { color: var(--mc-teal-700) !important; }
body.mc-redesigned .fc-eyebrow::before { background: var(--mc-gold-400) !important; }
body.mc-redesigned .fc-answer__card {
  padding: 28px !important;
  background: var(--mc-white) !important;
  border: 1px solid var(--mc-line) !important;
  border-top: 3px solid var(--mc-teal-700) !important;
  border-radius: var(--mc-radius-md) !important;
  box-shadow: var(--mc-shadow-sm) !important;
}
body.mc-redesigned .fc-answer__card p { color: var(--mc-copy) !important; }
body.mc-redesigned .fc-answer__facts li { border-color: var(--mc-line) !important; border-radius: var(--mc-radius-sm) !important; }

body.mc-redesigned :where(.service-card, .speaker-card, .team-card, .event-card, .faq-card, .site-map-card, .pricing-card, .vice-chairman-info, .profile-card, .committee-card) {
  border: 1px solid var(--mc-line) !important;
  border-radius: var(--mc-radius-md) !important;
  background: var(--mc-white) !important;
  box-shadow: var(--mc-shadow-sm) !important;
}
body.mc-redesigned :where(.vice-chairman-name, .conference-name) {
  color: var(--mc-navy-900) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
}
body.mc-redesigned :where(.vice-chairman-info, .profile-card, .committee-card) p { color: var(--mc-copy) !important; }
body.mc-redesigned :where(.date-info, .inspiration-quote) { color: var(--mc-ink) !important; background: var(--mc-cloud) !important; border-color: var(--mc-teal-700) !important; }
body.mc-redesigned :where(.vice-chairman-badge, .date-icon) { background: var(--mc-teal-700) !important; box-shadow: none !important; }

body.mc-redesigned section { scroll-margin-top: 130px; }
body.mc-redesigned :where(.btn, button, input[type="submit"], input[type="button"]) {
  min-height: 46px;
  border-radius: var(--mc-radius-sm) !important;
  font-weight: 800 !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}
body.mc-redesigned :where(.btn, button, input[type="submit"]):hover { transform: translateY(-1px); }

body.mc-redesigned form:not(.form-newsletter) {
  border-radius: var(--mc-radius-lg);
}
body.mc-redesigned form :where(label, legend) { color: var(--mc-navy-900); font-weight: 700; }
body.mc-redesigned form :where(input, select, textarea) {
  min-height: 48px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #b9c9ce !important;
  border-radius: var(--mc-radius-sm) !important;
  color: var(--mc-ink) !important;
  background: var(--mc-white) !important;
}
body.mc-redesigned form textarea { min-height: 128px; resize: vertical; }
body.mc-redesigned form input[type="checkbox"],
body.mc-redesigned form input[type="radio"] { width: auto; min-height: auto; accent-color: var(--mc-teal-700); }
body.mc-redesigned form input[type="file"] { min-height: auto; padding: 10px; }
body.mc-redesigned form :where(input, select, textarea):focus { border-color: var(--mc-teal-700) !important; box-shadow: 0 0 0 4px rgba(10,141,146,.13) !important; }

.mc-table-scroll { width: 100%; margin: 24px 0; overflow: auto; border: 1px solid var(--mc-line); border-radius: var(--mc-radius-md); background: var(--mc-white); box-shadow: var(--mc-shadow-sm); }
.mc-table-scroll table { width: 100% !important; min-width: 680px; margin: 0 !important; border-collapse: collapse !important; }
.mc-table-scroll th { color: var(--mc-white) !important; background: var(--mc-navy-900) !important; }
.mc-table-scroll :where(th, td) { padding: 14px 16px !important; border: 1px solid var(--mc-line) !important; text-align: left; vertical-align: top; }
.mc-table-scroll tbody tr:nth-child(even) { background: #f7faf9; }

.mc-directory-tools {
  width: min(var(--mc-container), calc(100% - 40px));
  margin: 34px auto;
  padding: 22px;
  border: 1px solid var(--mc-line);
  border-radius: var(--mc-radius-md);
  background: var(--mc-white);
  box-shadow: var(--mc-shadow-sm);
}
.mc-directory-tools label { display: block; margin-bottom: 8px; color: var(--mc-navy-900); font-weight: 800; }
.mc-directory-tools input { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #b9c9ce; border-radius: var(--mc-radius-sm); }
.mc-directory-count { margin: 9px 0 0; color: var(--mc-muted); font-size: .9rem; }

.mc-profile-directory {
  width: min(var(--mc-container), calc(100% - 40px));
  margin: 28px auto 52px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--mc-line);
  border-radius: var(--mc-radius-lg);
  background: linear-gradient(145deg, #fff, var(--mc-teal-100));
  box-shadow: var(--mc-shadow-sm);
}
.mc-profile-directory h2 { margin: 0 0 8px; color: var(--mc-navy-900); }
.mc-profile-directory > p { max-width: 780px; margin: 0 0 24px; color: var(--mc-muted); }
.mc-profile-directory__tools { display: grid; grid-template-columns: minmax(220px, 1fr) auto; align-items: end; gap: 8px 16px; margin: 0 0 20px; }
.mc-profile-directory__tools label { grid-column: 1 / -1; color: var(--mc-navy-900); font-weight: 800; }
.mc-profile-directory__tools input { min-height: 50px; padding: 12px 14px; border: 1px solid #b9c9ce; border-radius: var(--mc-radius-sm); }
.mc-profile-directory__count { color: var(--mc-muted); font-size: .9rem; }
.mc-profile-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mc-profile-directory__grid a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid var(--mc-line);
  border-radius: var(--mc-radius-sm);
  color: var(--mc-navy-900);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
}
.mc-profile-directory__grid a:hover,
.mc-profile-directory__grid a:focus-visible { color: #fff; background: var(--mc-teal-700); }
@media (max-width: 920px) { .mc-profile-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .mc-profile-directory__grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .mc-profile-directory__tools { grid-template-columns: 1fr; } }
@media (max-width: 1199px) { .sticky-sponsor-btn { display: none !important; } }

body.mc-redesigned .fc-page-links { padding: 52px 20px !important; background: var(--mc-navy-900) !important; }
body.mc-redesigned .fc-page-links__inner { width: min(var(--mc-container), 100%); }
body.mc-redesigned .fc-page-links a { border-radius: var(--mc-radius-sm) !important; }
body.mc-redesigned .fc-page-links a:first-child { color: var(--mc-navy-950) !important; background: var(--mc-gold-400) !important; border-color: var(--mc-gold-400) !important; }

.mc-footer {
  color: rgba(255,255,255,.8);
  background: var(--mc-navy-950);
  border-top: 4px solid var(--mc-gold-400);
}
.mc-footer__main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(150px, .7fr));
  gap: 36px;
  width: min(var(--mc-container), calc(100% - 40px));
  margin: 0 auto;
  padding: 62px 0 46px;
}
.mc-footer__brand img { width: 74px; height: auto; margin-bottom: 16px; }
.mc-footer h2, .mc-footer h3 { color: var(--mc-white) !important; }
.mc-footer h2 { margin: 0 0 10px; font-size: 1.55rem; }
.mc-footer h3 { margin: 0 0 14px; font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; }
.mc-footer p { margin: 6px 0; color: rgba(255,255,255,.68); }
.mc-footer ul { margin: 0; padding: 0; list-style: none; }
.mc-footer nav ul { display: block !important; }
.mc-footer li { margin: 8px 0; }
.mc-footer a { color: rgba(255,255,255,.78) !important; text-decoration: none; }
.mc-footer a:hover { color: var(--mc-gold-400) !important; }
.mc-footer__newsletter { grid-column: 1 / -1; padding-top: 8px; }
.mc-footer__newsletter form { max-width: 520px; }
.mc-footer__newsletter .form-group { display: flex; gap: 8px; }
.mc-footer__newsletter input[type="email"] { flex: 1; }
.mc-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.mc-footer__bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; width: min(var(--mc-container), calc(100% - 40px)); margin: 0 auto; padding: 20px 0; font-size: .84rem; }
.mc-shell-ready body.mc-redesigned .footer:not(.mc-footer),
.mc-shell-ready body.mc-redesigned .fc-footer-standard { display: none !important; }

body.mc-redesigned .fc-sticky-cta {
  right: 18px;
  bottom: 18px;
  min-height: 50px;
  padding: 12px 18px;
  border: 2px solid var(--mc-white);
  border-radius: 999px !important;
  color: var(--mc-white) !important;
  background: var(--mc-success) !important;
  box-shadow: var(--mc-shadow-md);
}

.mc-skip-target { scroll-margin-top: 140px; }
.mc-empty-state { padding: 28px; text-align: center; color: var(--mc-muted); }

@media (max-width: 1020px) {
  .mc-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mc-hero__facts { grid-template-columns: 1fr; max-width: 520px; }
  .mc-hero__fact { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .mc-hero__fact:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  body.mc-redesigned { font-size: 15px; padding-bottom: 66px; }
  body.mc-redesigned .container,
  .mc-hero__inner,
  .mc-directory-tools,
  .mc-footer__main,
  .mc-footer__bottom-inner { width: min(100% - 28px, var(--mc-container)); }
  .mc-hero__inner { padding-top: 58px; padding-bottom: 54px; }
  .mc-hero--home { min-height: auto; }
  .mc-hero--home .mc-hero__inner { padding-top: 74px; }
  .mc-hero__actions { display: grid; grid-template-columns: 1fr; }
  .mc-hero__button { width: 100%; }
  .mc-footer__main { grid-template-columns: 1fr; padding-top: 46px; }
  .mc-footer__newsletter .form-group { display: grid; grid-template-columns: 1fr; }
  .mc-footer__bottom-inner { display: grid; }
  .mc-table-scroll { border-radius: var(--mc-radius-sm); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

@media print {
  #fc-master-header, #mc-page-hero, #mc-master-footer, .fc-sticky-cta, .wa-sticky, .fc-page-links { display: none !important; }
  body.mc-redesigned { color: #000 !important; background: #fff !important; }
  .mc-table-scroll { overflow: visible; box-shadow: none; }
}
