@charset "utf-8";

/* =========================================================
   AgCareers Roundtable 2026 - Standalone Mobile CSS
========================================================= */

:root {
  --rt-blue: #167eaf;
  --rt-blue-dark: #003356;
  --rt-blue-deep: #062f4d;
  --rt-blue-mid: #0b6f9d;
  --rt-blue-soft: #eef8fc;
  --rt-blue-faint: #f7fbfd;
  --rt-text: #1d3342;
  --rt-muted: #5d6e79;
  --rt-border: rgba(22, 126, 175, 0.16);
  --rt-white: #ffffff;
  --rt-shadow: 0 16px 38px rgba(0, 51, 86, 0.13);
  --rt-shadow-soft: 0 10px 24px rgba(0, 51, 86, 0.08);
}

/* Reset / CMS safety */

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #ffffff !important;
}

body {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: var(--rt-text) !important;
}

#shell {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#roundtable-page-2026,
#roundtable-page-2026 *,
#roundtable-page-2026 *::before,
#roundtable-page-2026 *::after {
  box-sizing: border-box !important;
}

#roundtable-page-2026 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #ffffff !important;
  color: var(--rt-text) !important;
  font-family: "Roboto", Arial, sans-serif !important;
}

#roundtable-page-2026 img,
#roundtable-page-2026 video,
#roundtable-page-2026 iframe {
  max-width: 100% !important;
}

#roundtable-page-2026 a {
  text-decoration: none !important;
}

#roundtable-page-2026 [data-aos],
#roundtable-page-2026 [data-aos^="fade"],
#roundtable-page-2026 [data-aos^="flip"],
#roundtable-page-2026 [data-aos^="zoom"] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* Layout containers */

#roundtable-page-2026 .roundtable-section-inner,
#roundtable-page-2026 #roundtable-header-area-overlay,
#roundtable-page-2026 #roundtable-block .roundtable-content,
#roundtable-page-2026 #roundtable-form-area-inner,
#roundtable-page-2026 #roundtable-faq-area-inner,
#roundtable-page-2026 .roundtable-page-nav-inner,
#roundtable-page-2026 .roundtable-event-cta-inner {
  width: calc(100% - 28px) !important;
  max-width: 540px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Eyebrows / kickers */

#roundtable-page-2026 .roundtable-kicker,
#roundtable-page-2026 .roundtable-hero-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(22, 126, 175, 0.11) !important;
  color: var(--rt-blue-dark) !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

#roundtable-page-2026 .roundtable-kicker::before,
#roundtable-page-2026 .roundtable-hero-eyebrow::before {
  content: "" !important;
  flex: 0 0 auto !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: var(--rt-blue) !important;
  box-shadow: 0 0 0 5px rgba(22, 126, 175, 0.13) !important;
}

/* Buttons */

#roundtable-page-2026 .roundtable-btn,
#roundtable-page-2026 .roundtable-details-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 340px !important;
  min-width: 0 !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--rt-blue) !important;
  color: #ffffff !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0.035em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: 0 12px 26px rgba(22, 126, 175, 0.22) !important;
  cursor: pointer !important;
  white-space: normal !important;
}

#roundtable-page-2026 .roundtable-btn:hover,
#roundtable-page-2026 .roundtable-details-btn:hover {
  background: var(--rt-blue-dark) !important;
  color: #ffffff !important;
}

#roundtable-page-2026 .roundtable-btn-primary {
  background: #ffffff !important;
  color: var(--rt-blue-dark) !important;
}

#roundtable-page-2026 .roundtable-btn-full {
  width: 100% !important;
  max-width: 100% !important;
}

#roundtable-page-2026 .roundtable-btn-small {
  min-width: 0 !important;
}

#roundtable-page-2026 .roundtable-text-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--rt-blue) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

/* Hero */

#roundtable-page-2026 #roundtable-header-area-outer {
  width: 100% !important;
  max-width: 100% !important;
  background: var(--rt-blue-dark) !important;
  overflow: hidden !important;
}

#roundtable-page-2026 #roundtable-header-area {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 620px !important;
  height: auto !important;
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 20% 10%, rgba(22, 126, 175, 0.55), transparent 36%),
    linear-gradient(145deg, #003356 0%, #075477 52%, #00263f 100%) !important;
}

#roundtable-page-2026 #roundtable-header-area::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(180deg, rgba(0, 51, 86, 0.88) 0%, rgba(0, 51, 86, 0.78) 52%, rgba(0, 51, 86, 0.86) 100%) !important;
  pointer-events: none !important;
}

#roundtable-page-2026 #roundtable-header-area::after {
  display: none !important;
  content: none !important;
}

#roundtable-page-2026 #roundtable-header-area video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0.36 !important;
}

#roundtable-page-2026 #roundtable-header-area-overlay {
  min-height: 620px !important;
  height: auto !important;
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 54px !important;
  padding-bottom: 58px !important;
  text-align: center !important;
}

#roundtable-page-2026 .roundtable-hero-copy {
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#roundtable-page-2026 .roundtable-logo {
  display: block !important;
  width: 74px !important;
  height: auto !important;
  margin: 0 auto 18px !important;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28)) !important;
}

#roundtable-page-2026 .roundtable-hero-eyebrow {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  justify-content: center !important;
}

#roundtable-page-2026 .roundtable-hero-eyebrow::before {
  background: #ffffff !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15) !important;
}

#roundtable-page-2026 #roundtable-header-area h1 {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 36px !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  letter-spacing: -0.2px !important;
  text-align: center !important;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.25) !important;
}

#roundtable-page-2026 #roundtable-header-area h2 {
  max-width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.93) !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

#roundtable-page-2026 .roundtable-hero-text {
  max-width: 100% !important;
  margin: 16px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

#roundtable-page-2026 .roundtable-hero-actions {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin-top: 24px !important;
}

/* Navigation */

#roundtable-page-2026 .roundtable-page-nav {
  width: 100% !important;
  padding: 18px 0 10px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

#roundtable-page-2026 .roundtable-page-nav-inner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 10px !important;
  border-radius: 22px !important;
  background: #f5fafc !important;
  border: 1px solid rgba(22, 126, 175, 0.12) !important;
  box-shadow: var(--rt-shadow-soft) !important;
}

#roundtable-page-2026 .roundtable-page-nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 9px 7px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--rt-blue-dark) !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  box-shadow: 0 4px 12px rgba(0, 51, 86, 0.05) !important;
}

/* CTA bar */

#roundtable-page-2026 .roundtable-event-cta-bar {
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 30px !important;
  background: #ffffff !important;
}

#roundtable-page-2026 .roundtable-event-cta-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  padding: 24px 20px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow) !important;
  text-align: center !important;
}

#roundtable-page-2026 .roundtable-event-cta-copy strong {
  display: block !important;
  color: var(--rt-blue-dark) !important;
  font-size: 21px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-event-cta-copy span {
  display: block !important;
  margin-top: 8px !important;
  color: var(--rt-muted) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

#roundtable-page-2026 .roundtable-event-cta-actions {
  display: flex !important;
  justify-content: center !important;
}

/* Shared sections */

#roundtable-page-2026 .roundtable-intro-section,
#roundtable-page-2026 .roundtable-who-section,
#roundtable-page-2026 .roundtable-agenda-section,
#roundtable-page-2026 .roundtable-info-section,
#roundtable-page-2026 .roundtable-credits-section,
#roundtable-page-2026 .roundtable-registered-section,
#roundtable-page-2026 .roundtable-contact-section {
  width: 100% !important;
  padding: 48px 0 !important;
  overflow-x: hidden !important;
}

#roundtable-page-2026 .roundtable-section-heading,
#roundtable-page-2026 .roundtable-section-heading-split {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 24px !important;
  text-align: left !important;
}

#roundtable-page-2026 .roundtable-section-heading h2,
#roundtable-page-2026 .roundtable-contact-card h2,
#roundtable-page-2026 .roundtable-registered-card h2 {
  margin: 0 !important;
  color: var(--rt-blue-dark) !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.15px !important;
}

#roundtable-page-2026 .roundtable-section-heading p,
#roundtable-page-2026 .roundtable-contact-card p,
#roundtable-page-2026 .roundtable-registered-card p {
  margin: 14px 0 0 !important;
  color: var(--rt-muted) !important;
  font-size: 15.5px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

#roundtable-page-2026 .roundtable-heading-action {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 18px !important;
}

/* Intro + countdown */

#roundtable-page-2026 .roundtable-intro-section {
  background: #ffffff !important;
}

#roundtable-page-2026 .roundtable-intro-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}

#roundtable-page-2026 .roundtable-countdown-card {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  padding: 24px 18px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 126, 175, 0.18), transparent 34%),
    linear-gradient(135deg, #003356 0%, #0b6f9d 100%) !important;
  color: #ffffff !important;
  box-shadow: var(--rt-shadow) !important;
  text-align: center !important;
}

#roundtable-page-2026 .roundtable-countdown-card .roundtable-kicker {
  justify-self: center !important;
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

#roundtable-page-2026 .roundtable-countdown-card .roundtable-kicker::before {
  background: #ffffff !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.13) !important;
}

#roundtable-page-2026 .roundtable-countdown {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

#roundtable-page-2026 .roundtable-countdown div {
  min-width: 0 !important;
  padding: 15px 8px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

#roundtable-page-2026 .roundtable-countdown strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-countdown span {
  display: block !important;
  margin-top: 6px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

#roundtable-page-2026 .roundtable-countdown-card .roundtable-btn {
  justify-self: center !important;
  background: #ffffff !important;
  color: var(--rt-blue-dark) !important;
}

#roundtable-page-2026 .roundtable-intro-copy,
#roundtable-page-2026 .roundtable-intro-feature {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  padding: 24px 18px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow-soft) !important;
  overflow: hidden !important;
}

#roundtable-page-2026 .roundtable-intro-copy::after,
#roundtable-page-2026 .roundtable-intro-feature::after {
  display: none !important;
  content: none !important;
}

#roundtable-page-2026 .roundtable-intro-feature-content {
  width: 100% !important;
  max-width: 100% !important;
}

#roundtable-page-2026 .roundtable-intro-copy h2,
#roundtable-page-2026 .roundtable-intro-feature h2 {
  margin: 0 !important;
  color: var(--rt-blue-dark) !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.15px !important;
}

#roundtable-page-2026 .roundtable-intro-copy p,
#roundtable-page-2026 .roundtable-intro-feature p,
#roundtable-page-2026 .roundtable-intro-feature-text p {
  margin: 14px 0 0 !important;
  color: var(--rt-muted) !important;
  font-size: 15.5px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

/* Benefits block */

#roundtable-page-2026 #roundtable-block {
  width: 100% !important;
  min-height: 0 !important;
  padding: 50px 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.93)),
    url("../assets/backgrounds/roundtable-people.webp") center / cover no-repeat !important;
  overflow: hidden !important;
}

#roundtable-page-2026 #roundtable-block::before,
#roundtable-page-2026 #roundtable-block::after {
  display: none !important;
  content: none !important;
}

#roundtable-page-2026 .roundtable-content h2 {
  max-width: 100% !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: var(--rt-blue-dark) !important;
  font-size: 30px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: -0.15px !important;
  text-align: left !important;
}

#roundtable-page-2026 .roundtable-content-item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 66px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  margin: 14px 0 !important;
  padding: 18px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow-soft) !important;
}

#roundtable-page-2026 .roundtable-content-item-icon {
  width: 66px !important;
  min-width: 66px !important;
  height: 66px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  background: var(--rt-blue-soft) !important;
  border: 1px solid rgba(22, 126, 175, 0.13) !important;
}

#roundtable-page-2026 .roundtable-content-item-icon img {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain !important;
}

#roundtable-page-2026 #roundtable-block .roundtable-content-item-text {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #34434b !important;
  font-size: 14.5px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

#roundtable-page-2026 #roundtable-block .roundtable-content-item-text strong {
  display: block !important;
  margin-bottom: 5px !important;
  color: var(--rt-blue-dark) !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

/* Who should attend */

#roundtable-page-2026 .roundtable-who-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%) !important;
}

#roundtable-page-2026 .roundtable-who-section .roundtable-section-heading {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

#roundtable-page-2026 .roundtable-audience-grid,
#roundtable-page-2026 .roundtable-info-grid,
#roundtable-page-2026 .roundtable-credits-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
}

#roundtable-page-2026 .roundtable-audience-card {
  width: 100% !important;
  min-height: 0 !important;
  padding: 20px !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow-soft) !important;
  color: #3f4d55 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
}

#roundtable-page-2026 .roundtable-audience-card-cta {
  background: var(--rt-blue-dark) !important;
  color: #ffffff !important;
}

#roundtable-page-2026 .roundtable-audience-card-cta strong {
  display: block !important;
  margin-bottom: 8px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-audience-card-cta a {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-audience-list-wrap {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

#roundtable-page-2026 .roundtable-audience-list {
  margin: 0 !important;
  padding-left: 20px !important;
}

#roundtable-page-2026 .roundtable-audience-list li {
  margin: 0 0 12px !important;
  color: #3f4d55 !important;
  font-size: 15.5px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
}

#roundtable-page-2026 .roundtable-audience-contact {
  width: 100% !important;
  padding: 20px !important;
  border-radius: 20px !important;
  background: var(--rt-blue-dark) !important;
  color: #ffffff !important;
  text-align: center !important;
}

#roundtable-page-2026 .roundtable-audience-contact strong {
  display: block !important;
  margin-bottom: 8px !important;
  color: #ffffff !important;
  font-size: 18px !important;
}

#roundtable-page-2026 .roundtable-audience-contact a {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-center-action {
  display: flex !important;
  justify-content: center !important;
  margin-top: 24px !important;
}

/* Agenda */

#roundtable-page-2026 .roundtable-agenda-section {
  background: #ffffff !important;
}

#roundtable-page-2026 .roundtable-agenda-timeline {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
}

#roundtable-page-2026 .roundtable-agenda-day {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  padding: 18px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow-soft) !important;
}

#roundtable-page-2026 .roundtable-agenda-date {
  width: 100% !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: var(--rt-blue-dark) !important;
  color: #ffffff !important;
}

#roundtable-page-2026 .roundtable-agenda-date span {
  display: block !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
}

#roundtable-page-2026 .roundtable-agenda-date strong {
  display: block !important;
  margin-top: 9px !important;
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-agenda-content h3 {
  margin: 0 !important;
  color: var(--rt-blue-dark) !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-agenda-content p {
  margin: 10px 0 0 !important;
  color: var(--rt-muted) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

#roundtable-page-2026 .roundtable-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

#roundtable-page-2026 .roundtable-tags a,
#roundtable-page-2026 .roundtable-tags span {
  display: inline-flex !important;
  max-width: 100% !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  background: var(--rt-blue-soft) !important;
  color: var(--rt-blue-dark) !important;
  font-size: 11px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  white-space: normal !important;
}

/* Info cards */

#roundtable-page-2026 .roundtable-info-section {
  background: linear-gradient(180deg, #f6fbfd 0%, #ffffff 100%) !important;
}

#roundtable-page-2026 .roundtable-info-card {
  width: 100% !important;
  padding: 22px 18px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow-soft) !important;
}

#roundtable-page-2026 .roundtable-info-card h3 {
  margin: 0 !important;
  color: var(--rt-blue-dark) !important;
  font-size: 21px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-info-card p {
  margin: 12px 0 20px !important;
  color: var(--rt-muted) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

/* Credits */

#roundtable-page-2026 .roundtable-credits-section {
  background: var(--rt-blue-dark) !important;
  color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
}

#roundtable-page-2026 .roundtable-credits-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(22, 126, 175, 0.48), transparent 34%),
    radial-gradient(circle at 86% 80%, rgba(255, 255, 255, 0.1), transparent 30%) !important;
  pointer-events: none !important;
}

#roundtable-page-2026 .roundtable-credits-section .roundtable-section-inner {
  position: relative !important;
  z-index: 1 !important;
}

#roundtable-page-2026 .roundtable-credits-section .roundtable-kicker {
  background: rgba(255, 255, 255, 0.13) !important;
  color: #ffffff !important;
}

#roundtable-page-2026 .roundtable-credits-section .roundtable-kicker::before {
  background: #ffffff !important;
}

#roundtable-page-2026 .roundtable-credits-section .roundtable-section-heading h2 {
  color: #ffffff !important;
}

#roundtable-page-2026 .roundtable-credits-section .roundtable-section-heading p {
  color: rgba(255, 255, 255, 0.82) !important;
}

#roundtable-page-2026 .roundtable-credit-card {
  width: 100% !important;
  padding: 22px 18px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

#roundtable-page-2026 .roundtable-credit-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 86px !important;
  min-height: 40px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--rt-blue-dark) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 .roundtable-credit-card p {
  margin: 16px 0 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

/* Already registered */

#roundtable-page-2026 .roundtable-registered-section {
  background: #ffffff !important;
}

#roundtable-page-2026 .roundtable-registered-card {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  padding: 24px 18px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow-soft) !important;
  text-align: left !important;
}

/* Form */

#roundtable-page-2026 #roundtable-form-area {
  width: 100% !important;
  margin: 0 !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(22, 126, 175, 0.12), transparent 30%),
    linear-gradient(135deg, #eef4f7 0%, #ffffff 100%) !important;
  border-top: 1px solid rgba(22, 126, 175, 0.1) !important;
  border-bottom: 1px solid rgba(22, 126, 175, 0.1) !important;
}

#roundtable-page-2026 #roundtable-form-area-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  padding: 48px 0 !important;
}

#roundtable-page-2026 #roundtable-form-area-title {
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 20px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, var(--rt-blue-dark), var(--rt-blue)) !important;
  box-shadow: var(--rt-shadow) !important;
}

#roundtable-page-2026 #roundtable-form-area-title h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 34px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: -0.15px !important;
  text-align: center !important;
}

#roundtable-page-2026 #roundtable-form-area-fields {
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 18px !important;
  background: #ffffff !important;
  border-radius: 22px !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow-soft) !important;
}

#roundtable-page-2026 #roundtable-form-area-fields::before {
  content: "Get registration updates, agenda announcements, speaker details, and Roundtable reminders.";
  display: block !important;
  margin-bottom: 20px !important;
  color: #5b6b74 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

#roundtable-page-2026 #roundtable-form-area label {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--rt-blue-dark) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.065em !important;
  text-transform: uppercase !important;
}

#roundtable-page-2026 #roundtable-form-area input {
  width: 100% !important;
  height: 52px !important;
  margin: 0 0 18px !important;
  padding: 0 15px !important;
  background-color: #f7fafb !important;
  border: 1px solid rgba(22, 126, 175, 0.16) !important;
  border-radius: 15px !important;
  color: var(--rt-text) !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px !important;
  outline: none !important;
}

#roundtable-page-2026 #roundtable-form-area input:focus {
  background-color: #ffffff !important;
  border-color: rgba(22, 126, 175, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(22, 126, 175, 0.11) !important;
}

#roundtable-page-2026 #roundtable-form-area button {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 8px !important;
}

/* FAQ */

#roundtable-page-2026 #roundtable-faq-area {
  width: 100% !important;
  margin: 0 !important;
  padding: 48px 0 68px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6fafc 100%) !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner {
  text-align: left !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner > h2 {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: var(--rt-blue-dark) !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 36px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: -0.2px !important;
  text-align: left !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .accordion {
  width: 100% !important;
  margin-top: 12px !important;
  padding: 18px 48px 18px 18px !important;
  background: #ffffff !important;
  color: var(--rt-blue-dark) !important;
  border: 1px solid var(--rt-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 20px rgba(0, 51, 86, 0.06) !important;
  text-align: left !important;
  outline: none !important;
  cursor: pointer !important;
  position: relative !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .accordion h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rt-blue-dark) !important;
  background: none !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-align: left !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .accordion.active {
  background: var(--rt-blue) !important;
  color: #ffffff !important;
  border-color: var(--rt-blue) !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .accordion.active h2 {
  color: #ffffff !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .accordion::before {
  content: "+" !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: var(--rt-blue) !important;
  font-size: 26px !important;
  line-height: 26px !important;
  font-weight: 900 !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .accordion.active::before {
  content: "-" !important;
  color: #ffffff !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .panel {
  max-height: 0;
  width: 100% !important;
  overflow: hidden !important;
  margin-top: 10px !important;
  padding: 0 18px !important;
  background: #ffffff !important;
  border-radius: 0 0 18px 18px !important;
  border-left: 1px solid rgba(22, 126, 175, 0.12) !important;
  border-right: 1px solid rgba(22, 126, 175, 0.12) !important;
  color: var(--rt-text) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  text-align: left !important;
  transition: max-height 0.28s ease-out !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .panel > div {
  padding: 18px 0 22px !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner .panel a {
  color: var(--rt-blue) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner ul {
  list-style-type: none !important;
  margin: 8px 0 10px 16px !important;
  padding: 0 !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner li {
  margin: 8px 0 !important;
  padding: 0 !important;
  color: #3f4c52 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

#roundtable-page-2026 #roundtable-faq-area-inner li::before {
  content: "\025AA" !important;
  color: var(--rt-blue) !important;
  display: inline-block !important;
  width: 16px !important;
  margin-left: -16px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

/* Contact */

#roundtable-page-2026 .roundtable-contact-section {
  background: #ffffff !important;
}

#roundtable-page-2026 .roundtable-contact-card {
  width: 100% !important;
  max-width: 100% !important;
  padding: 24px 18px !important;
  border-radius: 22px !important;
  background: var(--rt-blue-faint) !important;
  border: 1px solid var(--rt-border) !important;
  box-shadow: var(--rt-shadow-soft) !important;
  text-align: left !important;
}

#roundtable-page-2026 .roundtable-contact-actions {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 22px !important;
  justify-items: center !important;
}

/* Floating button */

#roundtable-page-2026 #roundtable-floating-button {
  position: fixed !important;
  right: 10px !important;
  bottom: 10px !important;
  z-index: 9999 !important;
}

#roundtable-page-2026 #roundtable-floating-button .roundtable-btn {
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  min-height: 78px !important;
  max-width: 78px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #167eaf 0%, #003356 100%) !important;
  color: #ffffff !important;
  font-size: 9px !important;
  line-height: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.03em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: 0 16px 38px rgba(0, 51, 86, 0.3) !important;
  border: 2px solid rgba(255, 255, 255, 0.78) !important;
  overflow: hidden !important;
}

#roundtable-page-2026 #roundtable-floating-button .roundtable-btn::before {
  display: none !important;
  content: none !important;
}

#roundtable-page-2026 #roundtable-floating-button .roundtable-btn div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--rt-blue-dark) !important;
  font-size: 23px !important;
  line-height: 27px !important;
  font-weight: 900 !important;
}

/* Small phone tuning */

@media only screen and (max-width: 380px) {
  #roundtable-page-2026 .roundtable-section-inner,
  #roundtable-page-2026 #roundtable-header-area-overlay,
  #roundtable-page-2026 #roundtable-block .roundtable-content,
  #roundtable-page-2026 #roundtable-form-area-inner,
  #roundtable-page-2026 #roundtable-faq-area-inner,
  #roundtable-page-2026 .roundtable-page-nav-inner,
  #roundtable-page-2026 .roundtable-event-cta-inner {
    width: calc(100% - 22px) !important;
  }

  #roundtable-page-2026 #roundtable-header-area {
    min-height: 570px !important;
  }

  #roundtable-page-2026 #roundtable-header-area-overlay {
    min-height: 570px !important;
    padding-top: 42px !important;
    padding-bottom: 50px !important;
  }

  #roundtable-page-2026 #roundtable-header-area h1 {
    font-size: 31px !important;
  }

  #roundtable-page-2026 #roundtable-header-area h2 {
    font-size: 16px !important;
  }

  #roundtable-page-2026 .roundtable-page-nav a {
    font-size: 10px !important;
    padding: 8px 5px !important;
  }

  #roundtable-page-2026 .roundtable-intro-copy h2,
  #roundtable-page-2026 .roundtable-intro-feature h2,
  #roundtable-page-2026 .roundtable-section-heading h2,
  #roundtable-page-2026 .roundtable-contact-card h2,
  #roundtable-page-2026 .roundtable-registered-card h2,
  #roundtable-page-2026 .roundtable-content h2 {
    font-size: 27px !important;
  }

  #roundtable-page-2026 #roundtable-form-area-title h2,
  #roundtable-page-2026 #roundtable-faq-area-inner > h2 {
    font-size: 32px !important;
  }

  #roundtable-page-2026 .roundtable-content-item {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   Mobile Polish Fixes - Eyebrows, Cards, Spacing
========================================================= */

@media only screen and (max-width: 768px) {
  html,
  body,
  #shell,
  #roundtable-page-2026 {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  #roundtable-page-2026,
  #roundtable-page-2026 * {
    box-sizing: border-box !important;
  }

  #roundtable-page-2026 .roundtable-section-inner,
  #roundtable-page-2026 #roundtable-header-area-overlay,
  #roundtable-page-2026 #roundtable-block .roundtable-content,
  #roundtable-page-2026 #roundtable-form-area-inner,
  #roundtable-page-2026 #roundtable-faq-area-inner,
  #roundtable-page-2026 .roundtable-page-nav-inner,
  #roundtable-page-2026 .roundtable-event-cta-inner {
    width: calc(100% - 28px) !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Fix all eyebrow / pill labels */
  #roundtable-page-2026 .roundtable-kicker,
  #roundtable-page-2026 .roundtable-hero-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    padding: 8px 13px !important;
    gap: 8px !important;
    border-radius: 999px !important;
    background: #e7f4fa !important;
    color: #003356 !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    letter-spacing: 0.045em !important;
    text-transform: uppercase !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  #roundtable-page-2026 .roundtable-kicker::before,
  #roundtable-page-2026 .roundtable-hero-eyebrow::before {
    content: "" !important;
    flex: 0 0 auto !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #167eaf !important;
    box-shadow: 0 0 0 5px rgba(22, 126, 175, 0.14) !important;
  }

  /* Intro card fix */
  #roundtable-page-2026 .roundtable-intro-copy,
  #roundtable-page-2026 .roundtable-intro-feature {
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 20px 30px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    border: 1px solid rgba(22, 126, 175, 0.18) !important;
    box-shadow: 0 12px 28px rgba(0, 51, 86, 0.08) !important;
    text-align: left !important;
    overflow: hidden !important;
  }

  #roundtable-page-2026 .roundtable-intro-feature-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  #roundtable-page-2026 .roundtable-intro-copy h2,
  #roundtable-page-2026 .roundtable-intro-feature h2 {
    margin: 0 !important;
    padding: 0 !important;
    color: #003356 !important;
    font-size: 29px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: -0.2px !important;
    text-align: left !important;
  }

  #roundtable-page-2026 .roundtable-intro-copy p,
  #roundtable-page-2026 .roundtable-intro-feature p,
  #roundtable-page-2026 .roundtable-intro-feature-text p {
    margin: 14px 0 0 !important;
    color: #5d6e79 !important;
    font-size: 15.5px !important;
    line-height: 1.62 !important;
    font-weight: 500 !important;
    text-align: left !important;
  }

  /* Section headings like "Who should attend?" */
  #roundtable-page-2026 .roundtable-section-heading {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  #roundtable-page-2026 .roundtable-section-heading h2 {
    margin: 0 !important;
    color: #003356 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.2px !important;
    text-align: left !important;
  }

  #roundtable-page-2026 .roundtable-section-heading p {
    margin: 14px 0 0 !important;
    color: #5d6e79 !important;
    font-size: 15.5px !important;
    line-height: 1.62 !important;
    text-align: left !important;
  }

  /* Keep Up To Date box fix */
  #roundtable-page-2026 #roundtable-form-area-title {
    width: 100% !important;
    padding: 26px 20px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, #003356 0%, #167eaf 100%) !important;
    box-shadow: 0 16px 34px rgba(0, 51, 86, 0.16) !important;
    text-align: center !important;
  }

  #roundtable-page-2026 #roundtable-form-area-title h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 36px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: -0.3px !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 390px) {
  #roundtable-page-2026 .roundtable-intro-copy h2,
  #roundtable-page-2026 .roundtable-intro-feature h2,
  #roundtable-page-2026 .roundtable-section-heading h2 {
    font-size: 27px !important;
  }

  #roundtable-page-2026 .roundtable-kicker,
  #roundtable-page-2026 .roundtable-hero-eyebrow {
    font-size: 10.5px !important;
    letter-spacing: 0.035em !important;
  }

  #roundtable-page-2026 #roundtable-form-area-title h2 {
    font-size: 32px !important;
  }
}


/* =========================================================
   MOBILE FINAL POLISH OVERRIDES
   Fixes: full-width sections, eyebrow spacing, headings,
   intro card spacing, and icon benefit cards.
   Paste at VERY BOTTOM of mobile CSS.
========================================================= */

/* Full-width page bands, content stays padded */
html,
body,
#shell,
#roundtable-page-2026 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden !important;
}

#roundtable-page-2026 #roundtable-header-area-outer,
#roundtable-page-2026 #roundtable-header-area,
#roundtable-page-2026 .roundtable-page-nav,
#roundtable-page-2026 .roundtable-event-cta-bar,
#roundtable-page-2026 .roundtable-intro-section,
#roundtable-page-2026 #roundtable-block,
#roundtable-page-2026 .roundtable-who-section,
#roundtable-page-2026 .roundtable-agenda-section,
#roundtable-page-2026 .roundtable-info-section,
#roundtable-page-2026 .roundtable-credits-section,
#roundtable-page-2026 .roundtable-registered-section,
#roundtable-page-2026 #roundtable-form-area,
#roundtable-page-2026 #roundtable-faq-area,
#roundtable-page-2026 .roundtable-contact-section {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden !important;
}

/* Keep the inside content neat */
#roundtable-page-2026 .roundtable-section-inner,
#roundtable-page-2026 #roundtable-header-area-overlay,
#roundtable-page-2026 #roundtable-block .roundtable-content,
#roundtable-page-2026 #roundtable-form-area-inner,
#roundtable-page-2026 #roundtable-faq-area-inner,
#roundtable-page-2026 .roundtable-page-nav-inner,
#roundtable-page-2026 .roundtable-event-cta-inner {
  width: calc(100% - 28px) !important;
  max-width: 540px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Better section rhythm */
#roundtable-page-2026 .roundtable-intro-section,
#roundtable-page-2026 .roundtable-who-section,
#roundtable-page-2026 .roundtable-agenda-section,
#roundtable-page-2026 .roundtable-info-section,
#roundtable-page-2026 .roundtable-credits-section,
#roundtable-page-2026 .roundtable-registered-section,
#roundtable-page-2026 .roundtable-contact-section {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

/* Eyebrow pills: less weird wrapping, better gap to headers */
#roundtable-page-2026 .roundtable-kicker,
#roundtable-page-2026 .roundtable-hero-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  padding: 7px 12px !important;
  gap: 8px !important;
  border-radius: 999px !important;
  background: #e8f5fb !important;
  color: #003356 !important;
  font-size: 10.5px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
}

#roundtable-page-2026 .roundtable-kicker::before,
#roundtable-page-2026 .roundtable-hero-eyebrow::before {
  content: "" !important;
  flex: 0 0 auto !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #167eaf !important;
  box-shadow: 0 0 0 5px rgba(22, 126, 175, 0.14) !important;
}

/* Hero spacing and full-width feel */
#roundtable-page-2026 #roundtable-header-area {
  min-height: 590px !important;
  border-radius: 0 !important;
}

#roundtable-page-2026 #roundtable-header-area-overlay {
  min-height: 590px !important;
  padding-top: 48px !important;
  padding-bottom: 56px !important;
}

#roundtable-page-2026 .roundtable-hero-copy {
  max-width: 500px !important;
}

#roundtable-page-2026 .roundtable-logo {
  width: 72px !important;
  margin: 0 auto 16px !important;
}

#roundtable-page-2026 .roundtable-hero-eyebrow {
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 16px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

#roundtable-page-2026 .roundtable-hero-eyebrow::before {
  background: #ffffff !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15) !important;
}

#roundtable-page-2026 #roundtable-header-area h1 {
  margin: 0 auto !important;
  max-width: 440px !important;
  font-size: 35px !important;
  line-height: 1.04 !important;
  letter-spacing: -0.25px !important;
  text-align: center !important;
}

#roundtable-page-2026 #roundtable-header-area h2 {
  margin-top: 15px !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

#roundtable-page-2026 .roundtable-hero-text {
  margin-top: 16px !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

#roundtable-page-2026 .roundtable-hero-actions {
  margin-top: 24px !important;
}

/* Intro card: eyebrow + heading spacing */
#roundtable-page-2026 .roundtable-intro-copy,
#roundtable-page-2026 .roundtable-intro-feature {
  padding: 26px 20px 28px !important;
  border-radius: 24px !important;
  text-align: left !important;
}

#roundtable-page-2026 .roundtable-intro-copy .roundtable-kicker,
#roundtable-page-2026 .roundtable-intro-feature .roundtable-kicker,
#roundtable-page-2026 .roundtable-section-heading .roundtable-kicker,
#roundtable-page-2026 .roundtable-info-card .roundtable-kicker,
#roundtable-page-2026 .roundtable-registered-card .roundtable-kicker,
#roundtable-page-2026 .roundtable-contact-card .roundtable-kicker {
  margin-bottom: 13px !important;
}

#roundtable-page-2026 .roundtable-intro-copy h2,
#roundtable-page-2026 .roundtable-intro-feature h2,
#roundtable-page-2026 .roundtable-section-heading h2,
#roundtable-page-2026 .roundtable-contact-card h2,
#roundtable-page-2026 .roundtable-registered-card h2 {
  margin: 0 !important;
  color: #003356 !important;
  font-size: 29px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.2px !important;
  text-align: left !important;
}

#roundtable-page-2026 .roundtable-intro-copy p,
#roundtable-page-2026 .roundtable-intro-feature p,
#roundtable-page-2026 .roundtable-intro-feature-text p,
#roundtable-page-2026 .roundtable-section-heading p {
  margin-top: 14px !important;
  font-size: 15.5px !important;
  line-height: 1.62 !important;
  text-align: left !important;
}

/* Remove the weird centered/boxed look from section headings */
#roundtable-page-2026 .roundtable-section-heading,
#roundtable-page-2026 .roundtable-section-heading-split,
#roundtable-page-2026 .roundtable-who-section .roundtable-section-heading {
  padding: 0 !important;
  margin: 0 0 24px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

/* Better benefits/icon section */
#roundtable-page-2026 #roundtable-block {
  padding: 48px 0 !important;
  background:
    linear-gradient(180deg, rgba(246, 251, 253, 0.97), rgba(255, 255, 255, 0.96)),
    url("/hr-roundtable/creative/assets/backgrounds/roundtable-people.webp") center / cover no-repeat !important;
}

#roundtable-page-2026 .roundtable-content h2 {
  margin: 0 0 22px !important;
  color: #003356 !important;
  font-size: 29px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.2px !important;
  text-align: left !important;
}

/* New cleaner icon cards */
#roundtable-page-2026 .roundtable-content-item {
  width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin: 0 0 14px !important;
  padding: 20px 18px 19px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fcfe 100%) !important;
  border: 1px solid rgba(22, 126, 175, 0.17) !important;
  box-shadow: 0 10px 24px rgba(0, 51, 86, 0.075) !important;
  text-align: left !important;
}

#roundtable-page-2026 .roundtable-content-item-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 36%),
    #e8f5fb !important;
  border: 1px solid rgba(22, 126, 175, 0.16) !important;
  box-shadow: 0 8px 18px rgba(0, 51, 86, 0.07) !important;
}

#roundtable-page-2026 .roundtable-content-item-icon img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

#roundtable-page-2026 #roundtable-block .roundtable-content-item-text {
  margin: 0 !important;
  padding: 0 !important;
  color: #42545f !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

#roundtable-page-2026 #roundtable-block .roundtable-content-item-text strong {
  display: block !important;
  margin: 0 0 6px !important;
  color: #003356 !important;
  font-size: 19px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

/* Cleaner nav and CTA spacing */
#roundtable-page-2026 .roundtable-page-nav {
  padding: 18px 0 8px !important;
}

#roundtable-page-2026 .roundtable-event-cta-bar {
  padding: 10px 0 34px !important;
}

#roundtable-page-2026 .roundtable-event-cta-inner {
  padding: 24px 20px !important;
  border-radius: 24px !important;
}

#roundtable-page-2026 .roundtable-event-cta-copy strong {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

#roundtable-page-2026 .roundtable-event-cta-copy span {
  margin-top: 9px !important;
}

/* Keep Up To Date card */
#roundtable-page-2026 #roundtable-form-area-inner {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

#roundtable-page-2026 #roundtable-form-area-title {
  padding: 28px 20px !important;
  border-radius: 24px !important;
}

#roundtable-page-2026 #roundtable-form-area-title h2 {
  font-size: 34px !important;
  line-height: 1.05 !important;
  text-align: center !important;
}

/* Small phone tuning */
@media only screen and (max-width: 390px) {
  #roundtable-page-2026 .roundtable-section-inner,
  #roundtable-page-2026 #roundtable-header-area-overlay,
  #roundtable-page-2026 #roundtable-block .roundtable-content,
  #roundtable-page-2026 #roundtable-form-area-inner,
  #roundtable-page-2026 #roundtable-faq-area-inner,
  #roundtable-page-2026 .roundtable-page-nav-inner,
  #roundtable-page-2026 .roundtable-event-cta-inner {
    width: calc(100% - 24px) !important;
  }

  #roundtable-page-2026 #roundtable-header-area h1 {
    font-size: 31px !important;
  }

  #roundtable-page-2026 .roundtable-intro-copy h2,
  #roundtable-page-2026 .roundtable-intro-feature h2,
  #roundtable-page-2026 .roundtable-section-heading h2,
  #roundtable-page-2026 .roundtable-contact-card h2,
  #roundtable-page-2026 .roundtable-registered-card h2,
  #roundtable-page-2026 .roundtable-content h2 {
    font-size: 27px !important;
  }

  #roundtable-page-2026 .roundtable-kicker,
  #roundtable-page-2026 .roundtable-hero-eyebrow {
    font-size: 10px !important;
    letter-spacing: 0.025em !important;
  }

  #roundtable-page-2026 #roundtable-block .roundtable-content-item-text strong {
    font-size: 18px !important;
  }
}

/* =========================================================
   TRUE FULL-WIDTH MOBILE BACKGROUNDS
   Makes section backgrounds break out of CMS/content wrapper
========================================================= */

html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#roundtable-page-2026 {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
}

/* Full-bleed background sections */
#roundtable-page-2026 #roundtable-header-area-outer,
#roundtable-page-2026 #roundtable-header-area,
#roundtable-page-2026 .roundtable-page-nav,
#roundtable-page-2026 .roundtable-event-cta-bar,
#roundtable-page-2026 .roundtable-intro-section,
#roundtable-page-2026 #roundtable-block,
#roundtable-page-2026 .roundtable-who-section,
#roundtable-page-2026 .roundtable-agenda-section,
#roundtable-page-2026 .roundtable-info-section,
#roundtable-page-2026 .roundtable-credits-section,
#roundtable-page-2026 .roundtable-registered-section,
#roundtable-page-2026 #roundtable-form-area,
#roundtable-page-2026 #roundtable-faq-area,
#roundtable-page-2026 .roundtable-contact-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden !important;
}

/* Keep content inside nicely padded */
#roundtable-page-2026 .roundtable-section-inner,
#roundtable-page-2026 #roundtable-header-area-overlay,
#roundtable-page-2026 #roundtable-block .roundtable-content,
#roundtable-page-2026 #roundtable-form-area-inner,
#roundtable-page-2026 #roundtable-faq-area-inner,
#roundtable-page-2026 .roundtable-page-nav-inner,
#roundtable-page-2026 .roundtable-event-cta-inner {
  width: calc(100% - 28px) !important;
  max-width: 540px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* =========================================================
   MOBILE FEEDBACK FIXES
   Fixes People Management background/frame + Ready CTA spacing
   Paste at VERY BOTTOM of mobile CSS.
========================================================= */

/* Give "Ready to explore" more breathing room */
#roundtable-page-2026 .roundtable-page-nav {
  padding-top: 22px !important;
  padding-bottom: 12px !important;
  background: #ffffff !important;
}

#roundtable-page-2026 .roundtable-event-cta-bar {
  padding-top: 28px !important;
  padding-bottom: 34px !important;
  background: #ffffff !important;
}

#roundtable-page-2026 .roundtable-event-cta-inner {
  margin-top: 0 !important;
  padding: 24px 20px !important;
  border-radius: 24px !important;
}

/* Remove any square/frame/overlay from People Management section */
#roundtable-page-2026 #roundtable-block::before,
#roundtable-page-2026 #roundtable-block::after {
  display: none !important;
  content: none !important;
}

/* Rebuild People Management section cleanly on mobile */
#roundtable-page-2026 #roundtable-block {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  background:
    linear-gradient(
      180deg,
      rgba(246, 251, 253, 0.98) 0%,
      rgba(255, 255, 255, 0.96) 54%,
      rgba(255, 255, 255, 0.98) 100%
    ),
    url("/hr-roundtable/creative/assets/backgrounds/roundtable-people.webp") center center / cover no-repeat !important;
  background-color: #ffffff !important;
  overflow: hidden !important;
}

#roundtable-page-2026 #roundtable-block .roundtable-content {
  width: calc(100% - 28px) !important;
  max-width: 540px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Cleaner header inside People Management */
#roundtable-page-2026 .roundtable-content h2 {
  margin: 0 0 22px !important;
  padding: 0 !important;
  max-width: 100% !important;
  color: #003356 !important;
  font-size: 29px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: -0.2px !important;
  text-align: left !important;
}

/* Better mobile icon cards */
#roundtable-page-2026 .roundtable-content-item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin: 0 0 14px !important;
  padding: 20px 18px 19px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid rgba(22, 126, 175, 0.15) !important;
  box-shadow: 0 10px 24px rgba(0, 51, 86, 0.075) !important;
  text-align: left !important;
  backdrop-filter: none !important;
}

#roundtable-page-2026 .roundtable-content-item:last-child {
  margin-bottom: 0 !important;
}

#roundtable-page-2026 .roundtable-content-item-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  background: #e8f5fb !important;
  border: 1px solid rgba(22, 126, 175, 0.16) !important;
  box-shadow: 0 8px 18px rgba(0, 51, 86, 0.07) !important;
}

#roundtable-page-2026 .roundtable-content-item-icon img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

#roundtable-page-2026 #roundtable-block .roundtable-content-item-text {
  margin: 0 !important;
  padding: 0 !important;
  color: #42545f !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

#roundtable-page-2026 #roundtable-block .roundtable-content-item-text strong {
  display: block !important;
  margin: 0 0 6px !important;
  color: #003356 !important;
  font-size: 19px !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

/* Small phone tightening */
@media only screen and (max-width: 390px) {
  #roundtable-page-2026 .roundtable-event-cta-bar {
    padding-top: 24px !important;
    padding-bottom: 30px !important;
  }

  #roundtable-page-2026 #roundtable-block .roundtable-content {
    width: calc(100% - 24px) !important;
  }

  #roundtable-page-2026 .roundtable-content h2 {
    font-size: 27px !important;
  }

  #roundtable-page-2026 .roundtable-content-item {
    padding: 18px 16px !important;
  }
}