/* =============================================
   ATHLETIQA — Custom Styles
   ============================================= */

/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap");

/* ── CSS Variables ── */
:root {
  --brand-strong: #1e4b73;
  --brand: #558bb9;
  --brand-soft: #e7f2fd;
  --accent: #559eb9;
  --gray-2: #4f4f4f;
  --text-muted: rgba(0, 0, 0, 0.55);
}

/* ── Base ── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
}

/* ── Typography helpers ── */
.label-tag {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--accent);
  text-transform: uppercase;
}

.heading-xl {
  font-size: 96px;
  font-weight: 200;
  letter-spacing: -1.92px;
  line-height: 1.1;
  color: var(--brand-strong);
}

.heading-lg {
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -1.12px;
  line-height: 1.1;
}

.heading-md {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.96px;
  line-height: 1.1;
}

.heading-sm {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
}

.body-lg {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
}

.body-md {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 1.45;
}

/* ── Buttons ── */
.btn-primary-dark {
  background-color: var(--brand-strong);
  border: 0.5px solid #000;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 28px;
  padding: 10px 24px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.btn-primary-dark:hover {
  opacity: 0.88;
  color: #fff;
}

.btn-outline-dark {
  background-color: transparent;
  border: 0.5px solid #000;
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 28px;
  padding: 10px 24px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.btn-outline-dark:hover {
  background-color: var(--brand-soft);
  color: #000;
}

.btn-white {
  background-color: #fff;
  border: 0.5px solid #fff;
  color: var(--brand);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 28px;
  padding: 10px 24px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.btn-white:hover {
  opacity: 0.88;
  color: var(--brand);
}

/* ── Navbar ── */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
}
.admin-bar .site-header {
  top: 32px;
}
.nav-pill {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(231, 242, 253, 0.69);
  border-radius: 53px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 995px;
}

.nav-pill .logo img {
  height: 23px;
  width: 162px;
}

.nav-pill .nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-pill .nav-links a {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-2);
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 32px;
  line-height: 28px;
  letter-spacing: 0.1px;
  display: block;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.nav-pill .nav-links a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--brand-strong);
}

/* ── Hero Section ── */
.section-hero {
  min-height: 708px;
  padding-top: 117px;
  padding-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background:
    url('data:image/svg+xml;utf8,<svg viewBox="0 0 1280 708" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><rect x="0" y="0" height="100%25" width="100%25" fill="url(%23grad)" opacity="0.45"/><defs><radialGradient id="grad" gradientUnits="userSpaceOnUse" cx="0" cy="0" r="10" gradientTransform="matrix(-19.35 32.25 -40.333 -24.2 153 596)"><stop stop-color="rgba(193,241,211,1)" offset="0"/><stop stop-color="rgba(255,255,220,0)" offset="1"/></radialGradient></defs></svg>'),
    url('data:image/svg+xml;utf8,<svg viewBox="0 0 1280 708" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><rect x="0" y="0" height="100%25" width="100%25" fill="url(%23grad)" opacity="1"/><defs><radialGradient id="grad" gradientUnits="userSpaceOnUse" cx="0" cy="0" r="10" gradientTransform="matrix(-3.6219 -95.026 184.35 -7.0265 619.5 44)"><stop stop-color="rgba(0,92,172,1)" offset="0"/><stop stop-color="rgba(16,102,177,0.9375)" offset="0.0625"/><stop stop-color="rgba(32,112,182,0.875)" offset="0.125"/><stop stop-color="rgba(64,133,193,0.75)" offset="0.25"/><stop stop-color="rgba(128,173,213,0.5)" offset="0.5"/><stop stop-color="rgba(255,255,255,0)" offset="1"/></radialGradient></defs></svg>'),
    linear-gradient(90deg, #f3fbff 0%, #f3fbff 100%);
  background-size: cover;
}

.hero-text-wrap .hero-title {
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -1.12px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.8);
}

.hero-text-wrap .hero-subtitle {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #fff;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Benefits / Cards ── */
.section-benefits {
  padding: 100px 0;
}

.benefit-card {
  background: linear-gradient(
    -52.92deg,
    var(--brand-soft) 9.6%,
    #fcfeff 101.6%
  );
  border-radius: 24px;
  padding: 32px;
  height: 309px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.benefit-icon-wrap {
  background: radial-gradient(
    ellipse at center,
    rgba(244, 253, 255, 0.2) 0%,
    rgba(221, 245, 254, 0.2) 100%
  );
  border-radius: 54px;
  padding: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 94px;
}

.benefit-icon-wrap img,
.benefit-icon-wrap svg {
  /* width: 49px;
  height: 46px; */
  object-fit: contain;
}

.benefit-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #0e2e49;
}

.benefit-desc {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
  max-width: 223px;
}

/* ── Services / Sticky Section ── */
.section-services-wrap {
  padding: 0 24px 0 24px;
}

.section-services {
  background: linear-gradient(to top, #fff 2.97%, var(--brand-soft) 100%);
  border-radius: 36px;
  display: flex;
  gap: 56px;
  align-items: flex-start;
  padding: 0 56px 113px 56px;
}

.services-sticky-col {
  position: sticky;
  top: 0;
  padding-top: 124px;
  padding-bottom: 100px;
  flex-shrink: 0;
  width: 448px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: flex-start;
}

.services-content-col {
  flex: 1;
  padding-top: 124px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.service-item-img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.service-item-img-wrap {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1264 / 848;
}

.service-item-img-wrap.fixed-height {
  aspect-ratio: unset;
  height: 437px;
}

.service-number {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--accent);
}

.service-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #000;
}

.service-desc {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
  max-width: 535px;
}

/* ── Radiologists Section ── */
.section-radiologists {
  padding: 100px 24px;
}

.radiologist-card-blue {
  background: linear-gradient(153.94deg, #558bb9 13.95%, #005cac 128.98%);
  border-radius: 24px;
  padding: 35px 32px;
  height: 513px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  width: 406px;
  flex-shrink: 0;
}

.radiologist-card-blue .meet-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  padding-top: 16px;
}

.radiologist-card-blue .card-heading {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.96px;
  line-height: 1.1;
  color: #fff;
}

.radiologist-card-blue .card-body {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: #fff;
}

.radiologist-card-photo {
  flex: 1;
  height: 513px;
  border-radius: 24px;
  overflow: hidden;
}

.radiologist-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.radiologist-card-light {
  background: linear-gradient(-68.11deg, #d8eafa 9.6%, #fcfeff 101.6%);
  border-radius: 24px;
  padding: 35px 32px;
  height: 513px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 301px;
  flex-shrink: 0;
}

.radiologist-card-light .doc-name {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.96px;
  line-height: 1.1;
  color: #000;
}

.radiologist-card-light .doc-title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
}

.nav-btn-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--brand-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.nav-btn-circle.disabled-btn {
  opacity: 0.5;
}

.nav-btn-circle img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* ── CTA Banner ── */
.section-cta-wrap {
  padding: 24px;
}

.section-cta {
  border-radius: 24px;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 39px;
  padding: 100px 56px;
  overflow: hidden;
  position: relative;
  /* background:
    linear-gradient(181.06deg, rgba(255, 255, 255, 0) 1.63%, #fff 98.34%),
    linear-gradient(
      90deg,
      rgba(193, 241, 211, 0.38) 8.85%,
      rgba(166, 215, 204, 0.38) 19.34%,
      rgba(139, 190, 198, 0.38) 29.83%,
      rgba(112, 153, 192, 0.38) 40.33%,
      rgba(117, 162, 202, 0.38) 50.82%,
      rgba(139, 190, 198, 0.38) 71.36%,
      rgba(166, 215, 205, 0.38) 81.63%,
      rgba(193, 241, 211, 0.38) 91.91%
    ); */
}

.cta-heading {
  font-size: 96px;
  font-weight: 200;
  letter-spacing: -1.92px;
  line-height: 1.1;
  color: var(--brand-strong);
  text-align: center;
  max-width: 800px;
}

/* ── Testimonials ── */
.section-testimonials {
  padding: 100px 24px;
  background: #fff;
}

.testimonials-inner {
  background: linear-gradient(to bottom, #fff 1.55%, #dfedf9 100%);
  border-radius: 36px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 0 56px;
}

.testimonials-sticky-col {
  position: sticky;
  top: 0;
  padding-top: 124px;
  padding-bottom: 100px;
  flex-shrink: 0;
  width: 402px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: flex-start;
}

.testimonials-content-col {
  flex: 1;
  padding-top: 124px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.testimonial-card {
  background: #fafcfe;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-card .quote {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
}

.testimonial-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

.testimonial-author-img {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  object-fit: cover;
}

.testimonial-author-name {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #000;
}

.testimonial-author-role {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: #717172;
}

/* ── Articles Section ── */
.section-articles {
  padding: 100px 56px;
}

.article-img-wrap {
  height: 253px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.article-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.article-img-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(85, 139, 185, 0.63);
  mix-blend-mode: multiply;
  border-radius: 24px;
  pointer-events: none;
}

.article-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #000;
}

/* ── Footer ── */
.site-footer {
  padding: 100px 64px;
  /* background:
    url('data:image/svg+xml;utf8,<svg viewBox="0 0 1280 590" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><rect x="0" y="0" height="100%25" width="100%25" fill="url(%23grad)" opacity="1"/><defs><radialGradient id="grad" gradientUnits="userSpaceOnUse" cx="0" cy="0" r="10" gradientTransform="matrix(41.45 55.15 -59.427 44.665 1210.5 778)"><stop stop-color="rgba(158,202,241,1)" offset="0"/><stop stop-color="rgba(85,139,185,0)" offset="1"/></radialGradient></defs></svg>'),
    url('data:image/svg+xml;utf8,<svg viewBox="0 0 1280 590" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><rect x="0" y="0" height="100%25" width="100%25" fill="url(%23grad)" opacity="0.45"/><defs><radialGradient id="grad" gradientUnits="userSpaceOnUse" cx="0" cy="0" r="10" gradientTransform="matrix(-38.55 45.15 -97.797 -83.501 40.5 590)"><stop stop-color="rgba(193,241,211,1)" offset="0"/><stop stop-color="rgba(139,190,198,0.5)" offset="0.5"/><stop stop-color="rgba(85,139,185,0)" offset="1"/></radialGradient></defs></svg>'),
    linear-gradient(183.81deg, var(--brand-strong) 9.25%, #388ed9 62.6%);
  background-size: cover; */
  background:
    radial-gradient(
      88.81% 98.92% at 94.57% 131.86%,
      #9ecaf1 0%,
      rgba(85, 139, 185, 0) 100%
    ),
    radial-gradient(
      160.83% 82.24% at 3.16% 100%,
      rgba(193, 241, 211, 0.45) 0%,
      rgba(85, 139, 185, 0) 100%
    ),
    linear-gradient(188deg, var(--brand-strong, #1e4b73) -9.25%, #388ed9 62.6%);
}

.footer-logo img {
  height: 42px;
  width: auto;
}

.footer-tagline {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.08px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
  max-width: 400px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: opacity 0.2s;
}

.footer-social a:hover {
  opacity: 0.7;
}

.footer-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-nav-heading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 1.45;
  color: #fff;
  padding-bottom: 16px;
  display: block;
}

.footer-nav-link {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.08px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.61);
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: color 0.2s;
}

.footer-nav-link:hover {
  color: #fff;
}

/* ── Dot indicator ── */
.dot-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent);
  display: inline-block;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
  .section-hero {
    padding-top: 140px;
  }
  .hero-text-wrap .hero-title {
    font-size: 40px;
  }
  .hero-text-wrap .hero-subtitle {
    font-size: 18px;
  }
  .heading-md {
    font-size: 36px;
  }
  .cta-heading {
    font-size: 56px;
  }
  .section-services {
    flex-direction: column;
    padding: 40px 24px 60px 24px;
  }
  .services-sticky-col {
    position: static;
    width: 100%;
    padding: 60px 0 0 0;
  }
  .services-content-col {
    padding: 40px 0 60px 0;
  }
  .testimonials-inner {
    flex-direction: column;
    padding: 0 24px;
  }
  .testimonials-sticky-col {
    position: static;
    width: 100%;
    padding: 60px 0 0 0;
  }
  .testimonials-content-col {
    padding: 40px 0 60px 0;
  }
  .radiologist-card-blue {
    width: 100%;
    height: auto;
  }
  .radiologist-card-photo {
    height: 300px;
  }
  .radiologist-card-light {
    width: 100%;
    height: auto;
  }
  .nav-pill .nav-links {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-articles {
    padding: 60px 24px;
  }
  .benefit-card {
    height: auto;
  }
  .heading-xl {
    font-size: 56px;
  }
}

/* =============================================
   ABOUT PAGE
   ============================================= */

/* ── About Hero ── */
.about-hero {
  padding-top: 160px;
  padding-bottom: 100px;
  background: #fff;
}

.about-hero-title {
  font-size: 56px;
  font-weight: 200;
  letter-spacing: -1.12px;
  line-height: 1.1;
  color: #000;
}

.about-hero-subtitle {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: var(--text-muted);
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
}

.about-stats-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.about-stat-value {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.96px;
  line-height: 1.1;
  color: #0a0a0a;
}

.about-stat-label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 24px;
  color: #4a5565;
}

/* ── Our Mission ── */
.about-mission {
  background-color: var(--brand-soft);
  padding: 100px 0;
}

.about-mission-lead {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #101828;
}

/* ── ATHLETIQA Difference ── */
.about-difference {
  background: #fff;
  padding: 0 56px;
}

.difference-inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.difference-sticky-col {
  position: sticky;
  top: 0;
  padding-top: 124px;
  padding-bottom: 100px;
  flex-shrink: 0;
  width: 448px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: flex-start;
}

.difference-content-col {
  flex: 1;
  padding-top: 124px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* ── Feature / Value Cards (shared) ── */
.feature-card {
  background: #fafcfe;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-card-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.feature-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background-color: var(--brand-strong);
  border: 0.5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-card-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #000;
  margin: 0;
}

.feature-card-body {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
}

/* ── Team Section ── */
.about-team {
  background-color: var(--brand-soft);
  padding: 100px 0;
}

.doctor-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.doctor-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
}

.doctor-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.doctor-info {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.doctor-name {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #000;
}

.doctor-role {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
}

.doctor-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

.doctor-meta .label-tag {
  font-size: 16px;
  letter-spacing: 3px;
  color: var(--accent);
}

/* ── Core Values ── */
.about-values {
  background: #fff;
  padding: 100px 0;
}

.values-heading {
  font-size: 56px;
  font-weight: 200;
  letter-spacing: -1.12px;
  line-height: 1.1;
  color: #000;
}

/* ── About CTA Banner ── */
.about-cta-banner {
  background-color: var(--brand-strong);
  padding: 100px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-cta-heading {
  font-size: 56px;
  font-weight: 200;
  letter-spacing: -1.12px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  max-width: 660px;
}

.about-cta-subtitle {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  max-width: 728px;
}

.btn-outline-white {
  background-color: transparent;
  border: 0.5px solid #fff;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 28px;
  padding: 10px 24px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* =============================================
   SECOND OPINION PAGE
   ============================================= */

/* ── Hero ── */
.so-hero {
  padding-top: 160px;
  padding-bottom: 100px;
  background: #fff;
}

/* ── How It Works ── */
.so-how-it-works {
  background-color: var(--brand-soft);
  padding: 100px 0;
}

.so-steps {
  display: flex;
  flex-direction: column;
}

.so-step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 32px 0;
  border-color: #e0e0e0 !important;
}

.so-step-num {
  font-size: 96px;
  font-weight: 300;
  line-height: 96px;
  color: var(--brand);
  flex-shrink: 0;
  width: 120px;
}

.so-step-body {
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}

.so-step-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.37px;
  line-height: 40px;
  color: #0a0a0a;
  margin: 0;
}

.so-step-desc {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.45px;
  line-height: 1.625;
  color: #4a5565;
}

/* ── Why It Matters ── */
.so-why {
  background: #fff;
  padding: 100px 0;
}

.so-benefit-card {
  background: #fafcfe;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  height: 100%;
}

.so-benefit-icon {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: var(--brand-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px;
}

.so-benefit-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.07px;
  line-height: 32px;
  color: #000;
  margin: 0 0 12px 0;
}

.so-benefit-desc {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.31px;
  line-height: 26px;
  color: var(--gray-2);
}

/* ── Pricing ── */
.so-pricing {
  background-color: var(--brand-soft);
  padding: 100px 0;
}

.pricing-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.pricing-card--featured {
  background-color: var(--brand-strong);
}

.pricing-popular {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #99a1af;
}

.pricing-card-name {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.07px;
  line-height: 32px;
  color: #0a0a0a;
}

.pricing-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pricing-amount {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 48px;
  color: #0a0a0a;
}

.pricing-period {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.31px;
  line-height: 24px;
  color: #4a5565;
}

.pricing-desc {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.31px;
  line-height: 26px;
  color: #4a5565;
  margin: 0;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.15px;
  line-height: 20px;
  color: #364153;
}

.pricing-features li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10L8 14L16 6' stroke='%231e4b73' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.pricing-features--dark li {
  color: #e5e7eb;
}

.pricing-features--dark li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10L8 14L16 6' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ── FAQ ── */
.so-faq {
  background: #fff;
  padding: 0 56px;
}

.so-faq-inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.faq-sticky-col {
  position: sticky;
  top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-shrink: 0;
  width: 471px;
  align-self: flex-start;
}

.faq-content-col {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.so-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.so-accordion-item {
  border: 1.1px solid #e5e7eb !important;
  border-radius: 16px !important;
  overflow: hidden;
}

.so-accordion-btn {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.45px;
  line-height: 28px;
  color: #0a0a0a;
  background: #fff;
  padding: 24px;
  box-shadow: none !important;
}

.so-accordion-btn:not(.collapsed) {
  background: #fff;
  color: #0a0a0a;
}

.so-accordion-btn::after {
  /* use a + / - icon approach via Bootstrap's native rotate */
  filter: none;
}

.so-accordion-body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.44px;
  line-height: 1.625;
  color: #4a5565;
  padding: 0 24px 24px 24px;
}

/* ── Get Started Form ── */
.so-getstarted {
  background-color: var(--brand-soft);
  padding: 0 56px;
}

.getstarted-inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.getstarted-sticky-col {
  position: sticky;
  top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-shrink: 0;
  width: 471px;
  align-self: flex-start;
}

.getstarted-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.getstarted-trust-icon {
  width: 24px;
  height: 24px;
  background-color: var(--brand-strong);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.getstarted-trust-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.31px;
  line-height: 24px;
  color: #000;
}

.getstarted-trust-sub {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.15px;
  line-height: 20px;
  color: var(--gray-2);
}

.getstarted-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  box-shadow:
    0 20px 25px rgba(0, 0, 0, 0.1),
    0 8px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  margin-top: 100px;
  margin-bottom: 100px;
}

.getstarted-form-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.07px;
  line-height: 32px;
  color: #0a0a0a;
}

.so-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.so-label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 20px;
  color: #0a0a0a;
}

.so-input {
  border: 1.1px solid #d1d5dc;
  border-radius: 14px;
  padding: 12px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.31px;
  color: #0a0a0a;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.so-input::placeholder {
  color: rgba(10, 10, 10, 0.25);
}

.so-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(85, 139, 185, 0.15);
}

/* ── textarea variant ── */
.so-textarea {
  min-height: 140px;
  resize: vertical;
}

/* =============================================
   SPORTS TEAM RADIOLOGY PAGE
   ============================================= */

/* ── Partnership Process Timeline ── */
.str-process {
  background: #fff;
  padding: 0 56px;
}

.str-process-inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.str-sticky-col {
  position: sticky;
  top: 0;
  padding-top: 124px;
  padding-bottom: 100px;
  flex-shrink: 0;
  width: 448px;
  align-self: flex-start;
}

.str-timeline-col {
  flex: 1;
  padding-top: 176px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}

.timeline-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  min-height: 192px;
}

.timeline-item--last {
  min-height: auto;
}

.timeline-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
}

.timeline-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0e3949;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.timeline-line {
  width: 1px;
  flex: 1;
  background-color: #d1d5dc;
  margin-top: 4px;
  min-height: 130px;
}

.timeline-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
}

.timeline-item--last .timeline-body {
  padding-bottom: 0;
}

.timeline-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #0a0a0a;
  margin: 0;
  padding-top: 4px;
}

.timeline-desc {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: #4a5565;
}

@media (max-width: 991.98px) {
  .str-process-inner {
    flex-direction: column;
    padding: 0;
  }
  .str-process {
    padding: 0 24px;
  }
  .str-sticky-col {
    position: static;
    width: 100%;
    padding: 60px 0 0 0;
  }
  .str-timeline-col {
    padding: 40px 0 60px 0;
  }
}

/* ── Second Opinion Responsive ── */
@media (max-width: 991.98px) {
  .so-faq-inner,
  .getstarted-inner {
    flex-direction: column;
    padding: 0;
  }
  .so-faq {
    padding: 0 24px;
  }
  .so-getstarted {
    padding: 0 24px;
  }
  .faq-sticky-col,
  .getstarted-sticky-col {
    position: static;
    width: 100%;
    padding: 60px 0 0 0;
  }
  .faq-content-col {
    padding: 40px 0 60px 0;
  }
  .getstarted-form-card {
    margin-top: 0;
    margin-bottom: 60px;
    padding: 32px;
  }
  .so-step-num {
    font-size: 64px;
    width: 80px;
  }
  .so-step-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .so-step {
    flex-direction: column;
    gap: 8px;
  }
  .so-step-num {
    font-size: 48px;
    line-height: 1;
    width: auto;
  }
}

/* ── About Responsive ── */
@media (max-width: 991.98px) {
  .about-hero-title {
    font-size: 40px;
  }
  .values-heading {
    font-size: 36px;
  }
  .about-cta-heading {
    font-size: 40px;
  }
  .difference-inner {
    flex-direction: column;
    padding: 0;
  }
  .difference-sticky-col {
    position: static;
    width: 100%;
    padding: 60px 0 0 0;
  }
  .difference-content-col {
    padding: 40px 0 60px 0;
  }
  .about-difference {
    padding: 0 24px;
  }
}

/* =============================================
   HELP CENTER PAGE
   ============================================= */

/* ── Hero ── */
.hc-hero {
  padding-top: 160px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #e7f2fd 0%, #fff 100%);
}

.hc-hero-title {
  font-size: 56px;
  font-weight: 200;
  letter-spacing: -1.12px;
  line-height: 1.1;
  color: #000;
}

.hc-search-pill {
  max-width: 672px;
  border-width: 2px;
  padding: 20px 24px 20px 64px;
  position: relative;
}

.hc-search-pill svg {
  position: absolute;
  left: 24px;
  flex-shrink: 0;
}

/* ── Quick category cards ── */
.hc-cat-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: var(--brand-soft);
  border-radius: 24px;
  padding: 28px 32px;
  height: 100%;
  transition: box-shadow 0.2s;
}

.hc-cat-card:hover {
  box-shadow: 0 4px 20px rgba(85, 139, 185, 0.18);
}

.hc-cat-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.hc-cat-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #0a0a0a;
  margin-bottom: 0;
}

.hc-cat-sub {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: #4a5565;
  margin-bottom: 0;
}

/* ── FAQ section ── */
.hc-faq {
  padding: 100px 0;
}

.hc-faq-inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
  padding: 0 56px;
}

.hc-faq-sticky-col {
  position: sticky;
  top: 100px;
  flex-shrink: 0;
  width: 448px;
  align-self: flex-start;
}

.hc-faq-content-col {
  flex: 1;
}

/* Accordion */
.hc-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hc-acc-item {
  background: #fff;
  border: 1.1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.hc-acc-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.45px;
  color: #0a0a0a;
  text-align: left;
}

.hc-acc-btn:focus {
  outline: none;
}

.hc-acc-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.hc-acc-body {
  padding: 0 24px 24px 24px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.44px;
  line-height: 1.625;
  color: #4a5565;
}

/* ── How It Works ── */
.hc-hiw {
  padding: 100px 0;
  background: #fff;
}

.hc-step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #e0e0e0;
}

.hc-step--last {
  border-bottom: none;
}

.hc-step-num {
  font-size: 96px;
  font-weight: 300;
  line-height: 1;
  color: var(--brand);
  flex-shrink: 0;
  width: 130px;
}

.hc-step-body {
  flex: 1;
  max-width: 600px;
  padding-top: 8px;
}

.hc-step-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.37px;
  line-height: 1.1;
  color: #0a0a0a;
  margin-bottom: 16px;
}

.hc-step-desc {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.45px;
  line-height: 1.625;
  color: #4a5565;
}

/* CTA card inside How It Works */
.hc-upload-cta {
  background-color: var(--brand-strong);
  border-radius: 24px;
  padding: 48px;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hc-upload-cta-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 0;
}

.hc-upload-cta-sub {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 0;
}

/* ── File Formats Table ── */
.hc-formats {
  padding: 100px 0;
}

.hc-table-wrap {
  border: 1px solid #d2d2d2;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}

.hc-table {
  width: 100%;
  border-collapse: collapse;
}

.hc-table thead tr {
  border-bottom: 1px solid #e5e7eb;
}

.hc-table thead th {
  padding: 24px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  color: #6a7282;
}

.hc-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
}

.hc-table tbody tr:last-child {
  border-bottom: none;
}

.hc-table tbody td {
  padding: 24px;
  font-family: "Manrope", sans-serif;
  vertical-align: middle;
}

.hc-table-format {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hc-table-format-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 3px;
}

.hc-format-dicom {
  background-color: var(--brand);
}

.hc-format-img {
  background-color: #6a7282;
}

.hc-format-vid {
  background-color: #e0e0e0;
}

.hc-table-format-name {
  font-size: 18px;
  font-weight: 300;
  color: #0a0a0a;
  letter-spacing: -0.09px;
}

.hc-table-format-tag {
  font-size: 14px;
  font-weight: 300;
  color: #6a7282;
  letter-spacing: -0.07px;
}

.hc-table-ext {
  font-size: 18px;
  font-weight: 300;
  color: #4a5565;
  letter-spacing: -0.09px;
}

.hc-table-note {
  font-size: 18px;
  font-weight: 300;
  color: #4a5565;
  letter-spacing: -0.09px;
  max-width: 440px;
}

.hc-check {
  font-size: 20px;
  color: var(--brand);
  font-weight: 600;
}

.hc-cross {
  font-size: 20px;
  color: #e0e0e0;
  font-weight: 600;
}

/* ── Get Started ── */
.hc-getstarted {
  padding: 100px 0;
}

.hc-getstarted-inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
  padding: 0 56px;
}

.hc-gs-sticky-col {
  position: sticky;
  top: 100px;
  flex-shrink: 0;
  width: 448px;
  align-self: flex-start;
}

.hc-form-shadow {
  box-shadow:
    0 20px 25px rgba(0, 0, 0, 0.1),
    0 8px 10px rgba(0, 0, 0, 0.1);
}

/* ── Help Center Responsive ── */
@media (max-width: 991.98px) {
  .hc-faq-inner,
  .hc-getstarted-inner {
    flex-direction: column;
    padding: 0 24px;
  }

  .hc-faq-sticky-col,
  .hc-gs-sticky-col {
    position: static;
    width: 100%;
  }

  .hc-faq {
    padding: 60px 0;
  }

  .hc-hiw {
    padding: 60px 0;
  }

  .hc-step-num {
    font-size: 64px;
    width: 80px;
  }

  .hc-step-title {
    font-size: 28px;
  }

  .hc-table-wrap {
    overflow-x: auto;
  }

  .hc-table {
    min-width: 700px;
  }

  .hc-hero-title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .hc-step {
    flex-direction: column;
    gap: 8px;
  }

  .hc-step-num {
    font-size: 48px;
    width: auto;
    line-height: 1;
  }
}

/* =============================================
   CONTACT PAGE
   ============================================= */

/* ── Contact Section ── */
.contact-section {
  padding-top: 175px;
  padding-bottom: 0;
}

.contact-inner {
  display: flex;
  gap: 56px;
  align-items: flex-start;
  padding: 0 56px;
}

/* ── Form column (sticky) ── */
.contact-form-col {
  position: sticky;
  top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  flex-shrink: 0;
  width: 608px;
  align-self: flex-start;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-label {
  font-size: 14px;
  font-weight: 400;
  color: #0a0a0a;
  letter-spacing: -0.15px;
}

.contact-input {
  border: 1.1px solid #d1d5dc;
  border-radius: 14px;
  padding: 12px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #0a0a0a;
  outline: none;
  width: 100%;
  background: #fff;
  transition: border-color 0.2s;
}

.contact-input::placeholder {
  color: rgba(10, 10, 10, 0.25);
}

.contact-input:focus {
  border-color: var(--brand);
}

.contact-textarea {
  min-height: 140px;
  resize: vertical;
}

/* ── Info column ── */
.contact-info-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 100px;
}

.contact-info-card {
  border-radius: 24px;
  padding: 48px;
}

.contact-info-heading {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #0a0a0a;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-info-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.contact-info-label {
  font-size: 16px;
  font-weight: 400;
  color: #6a7282;
  letter-spacing: 0.1px;
  line-height: 1.75;
  margin-bottom: 0;
}

.contact-info-value {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #0a0a0a;
  margin-bottom: 0;
}

.contact-info-sub {
  font-size: 16px;
  font-weight: 400;
  color: #4a5565;
  letter-spacing: 0.1px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* ── "Prefer to talk?" card ── */
.contact-talk-card {
  background-color: var(--brand-strong);
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-talk-heading {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 0;
}

.contact-talk-sub {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: #d1d5dc;
  margin-bottom: 0;
  max-width: 371px;
}

/* ── Contact Responsive ── */
@media (max-width: 991.98px) {
  .contact-inner {
    flex-direction: column;
    padding: 0 24px;
  }

  .contact-form-col {
    position: static;
    width: 100%;
    padding-bottom: 0;
  }

  .contact-info-col {
    padding-bottom: 60px;
  }
}

/* =============================================
   BLOG PAGE
   ============================================= */

/* ── Blog Hero ── */
.blog-hero {
  padding-top: 160px;
  padding-bottom: 80px;
  background:
    url('data:image/svg+xml;utf8,<svg viewBox="0 0 1280 600" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><rect width="100%25" height="100%25" fill="url(%23g1)"/><defs><radialGradient id="g1" cx="50%25" cy="0%25" r="70%25" gradientUnits="userSpaceOnUse"><stop stop-color="%23c5dff4" offset="0"/><stop stop-color="%23e7f2fd" offset="0.5"/><stop stop-color="%23ffffff" offset="1"/></radialGradient></defs></svg>'),
    linear-gradient(180deg, #e7f2fd 0%, #fff 100%);
  background-size: cover;
}

/* Search bar */
.blog-search-wrap {
  display: flex;
  justify-content: center;
}

.blog-search-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(85, 139, 185, 0.3);
  border-radius: 40px;
  padding: 14px 24px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 2px 12px rgba(85, 139, 185, 0.12);
}

.blog-search-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.6;
}

.blog-search-input {
  border: none;
  outline: none;
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  width: 100%;
}

.blog-search-input::placeholder {
  color: var(--text-muted);
}

/* ── Featured Article ── */
.blog-featured {
  padding: 80px 0;
}

.blog-featured-inner {
  display: flex;
  gap: 64px;
  align-items: center;
}

.blog-featured-img-wrap {
  position: relative;
  flex-shrink: 0;
  width: 537px;
  height: 336px;
  border-radius: 16px;
  overflow: hidden;
}

.blog-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-featured-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(85, 139, 185, 0.18);
  mix-blend-mode: multiply;
}

.blog-featured-text {
  flex: 1;
}

.blog-featured-title {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.96px;
  line-height: 1.1;
  color: #000;
}

.blog-author {
  font-size: 16px;
  font-weight: 500;
  color: var(--brand);
  letter-spacing: -0.08px;
  margin-bottom: 0;
}

/* ── Article Grid ── */
.blog-grid {
  padding: 0 0 80px 0;
}

.blog-grid--bottom {
  padding-bottom: 100px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(85, 139, 185, 0.12);
  height: 100%;
}

.blog-card-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(85, 139, 185, 0.63);
  mix-blend-mode: multiply;
}

.blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.blog-card-author {
  font-size: 14px;
  font-weight: 500;
  color: var(--brand);
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.blog-card-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.35;
  color: #000;
  margin-bottom: 0;
}

.blog-card-excerpt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* ── Blog Responsive ── */
@media (max-width: 991.98px) {
  .blog-featured-inner {
    flex-direction: column;
    gap: 40px;
  }

  .blog-featured-img-wrap {
    width: 100%;
    height: 280px;
  }

  .blog-featured-title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .blog-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .blog-featured-title {
    font-size: 28px;
  }
}

/* =============================================
   ORDER FLOW (Steps 1–5)
   ============================================= */

.order-page {
  background: #f4f8fc;
  padding: 156px 0 80px;
  min-height: 100vh;
}

.order-card {
  background: transparent;
  border-radius: 32px;
  max-width: 928px;
  margin: 32px auto 0;
  padding: 48px 56px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.order-card--center {
  text-align: center;
}

.order-card__header {
  margin-bottom: 32px;
}

.order-card__title {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.96px;
  line-height: 1.1;
  color: var(--brand-strong);
  margin: 0;
}

.order-card__subtitle {
  font-size: 18px;
  color: #828282;
  margin: 12px 0 0;
  line-height: 1.45;
  font-weight: 300;
}

.order-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  background: transparent;
}
.order-back:hover {
  color: var(--brand-strong);
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.order-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order-fieldset__legend {
  font-size: 18px;
  color: var(--brand);
  font-weight: 300;
  padding: 0;
  letter-spacing: -0.09px;
}

/* ── Stepper ── */
.order-stepper {
  max-width: 928px;
  margin: 0 auto;
}

.order-stepper__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  justify-content: space-between;
}

.order-stepper__item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 auto;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: rgba(85, 139, 185, 0.5);
}

.order-stepper__bullet {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(85, 139, 185, 0.18);
  color: rgba(85, 139, 185, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}

.order-stepper__item--done .order-stepper__bullet,
.order-stepper__item--active .order-stepper__bullet {
  background: var(--brand-strong);
  color: #fff;
}

.order-stepper__item--active {
  color: var(--brand-strong);
  font-weight: 500;
}
.order-stepper__item--done {
  color: var(--brand-strong);
}

.order-stepper__label {
  white-space: nowrap;
}

.order-stepper__divider {
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background: rgba(85, 139, 185, 0.25);
  margin: 0 12px;
  min-width: 24px;
}

/* ── Choice cards (radio buttons styled as cards) ── */
.order-card-grid {
  display: grid;
  gap: 24px;
}
.order-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-choice {
  position: relative;
  background: #fff;
  border: 1.5px solid transparent;
  border-radius: 32px;
  padding: 26px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  display: block;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.order-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-choice:hover {
  border-color: var(--brand);
}

.order-choice:has(input:checked),
.order-choice.is-selected {
  border-color: var(--brand);
  box-shadow: 0 0 0 2px rgba(85, 139, 185, 0.18);
}

.order-choice__check {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-strong);
  display: none;
  align-items: center;
  justify-content: center;
}

.order-choice.is-selected .order-choice__check,
.order-choice:has(input:checked) .order-choice__check {
  display: inline-flex;
}

.order-choice__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 36px;
}

.order-choice__title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
  line-height: 1.2;
  color: var(--brand-strong);
}

.order-choice__sub {
  font-size: 16px;
  color: var(--accent);
  line-height: 1.45;
  font-weight: 300;
}

.order-choice--price .order-choice__price {
  font-size: 30px;
  font-weight: 300;
  color: var(--brand-strong);
  line-height: 1.2;
  margin-top: 4px;
}

/* ── CTA full-width ── */
.btn-block-cta {
  width: 100%;
  height: 52px;
  font-size: 16px;
  border-radius: 32px;
  margin-top: 8px;
}

/* ── Dropzone ── */
.order-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #fff;
  border: 1.5px dashed #d1d5dc;
  border-radius: 24px;
  text-align: center;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
  gap: 12px;
}
.order-dropzone:hover,
.order-dropzone.is-drag {
  border-color: var(--brand);
  background: #f4faff;
}

.order-dropzone__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.order-dropzone__primary {
  font-size: 18px;
  color: #828282;
}
.order-dropzone__link {
  color: var(--brand);
  font-weight: 500;
}

.order-dropzone__hint {
  font-size: 14px;
  color: var(--brand);
  font-weight: 300;
}

.order-files {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order-files li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 16px;
  background: #f4f8fc;
  border-radius: 12px;
}

/* ── HIPAA banner ── */
.order-hipaa-banner {
  display: flex;
  gap: 16px;
  background: linear-gradient(95deg, var(--brand-strong) 0%, var(--brand) 100%);
  border-radius: 24px;
  padding: 24px;
  color: #fff;
}
.order-hipaa-banner__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.order-hipaa-banner__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.order-hipaa-banner__sub {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  opacity: 0.92;
}

/* ── Order summary ── */
.order-summary {
  background: #e7f2fd;
  border-radius: 24px;
  padding: 32px 40px;
  margin-bottom: 32px;
}
.order-summary__title {
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
  font-weight: 300;
  letter-spacing: -0.12px;
}
.order-summary__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid rgba(85, 139, 185, 0.25);
  padding-bottom: 24px;
}
.order-summary__list li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: var(--gray-2);
}
.order-summary__list li span:last-child {
  color: var(--brand-strong);
}
.order-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.order-summary__amount {
  font-size: 30px;
  font-weight: 300;
  color: var(--brand-strong);
}

/* ── Empty gateways notice ── */
.order-empty-gateways {
  background: #fff7ed;
  color: #9a3412;
  border-radius: 16px;
  padding: 16px 20px;
  font-size: 14px;
}

/* ── Terms note ── */
.order-terms {
  text-align: center;
  font-size: 14px;
  color: #828282;
  margin: 0;
}
.order-terms a {
  color: var(--brand);
  text-decoration: underline;
}

/* ── Confirmation page ── */
.order-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.order-success__check {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dcfce7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.order-receipt {
  background: #e7f2fd;
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.order-receipt__label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}
.order-receipt__number {
  font-size: 30px;
  font-weight: 300;
  color: var(--brand-strong);
  letter-spacing: 0.5px;
}
.order-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.order-support-note {
  font-size: 16px;
  color: #828282;
}
.order-support-note a {
  color: var(--brand);
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .order-card {
    padding: 32px 20px;
    border-radius: 24px;
  }
  .order-card__title {
    font-size: 32px;
  }
  .order-card-grid--two {
    grid-template-columns: 1fr;
  }
  .order-stepper__label {
    display: none;
  }
  .order-stepper__divider {
    min-width: 12px;
  }
  .order-summary {
    padding: 24px;
  }
  .order-page {
    padding-top: 120px;
  }
}

.order-flash {
  max-width: 928px;
  margin: 16px auto 0;
  padding: 14px 20px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 400;
}
.order-flash--error {
  background: #fee2e2;
  color: #991b1b;
}

/* =============================================
   ACCOUNT AREA (My Cases / Settings / Case Detail)
   ============================================= */

/* Two-column shell — left rail + main content */
.ath-account {
  background: #f4f8fc;
  min-height: 100vh;
  padding: 116px 0 0;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 0;
}

.ath-account__rail {
  position: sticky;
  top: 116px;
  align-self: start;
  height: calc(100vh - 116px);
  background: #fff;
  border-right: 1px solid rgba(85, 139, 185, 0.18);
  padding: 32px 0;
}

.ath-account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ath-account-nav__item .ath-account-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 8px;
  color: var(--brand);
  text-decoration: none;
  border-left: 3px solid transparent;
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s;
}

.ath-account-nav__item.is-active .ath-account-nav__link,
.ath-account-nav__item .ath-account-nav__link:hover {
  color: var(--brand-strong);
  background: var(--brand-soft);
  border-left-color: var(--brand-strong);
}

.ath-account-nav__icon {
  display: inline-flex;
}
.ath-account-nav__label {
  font-size: 12px;
  font-weight: 500;
}

.ath-account__main {
  padding: 40px 56px 80px;
  min-width: 0;
  max-width: 1180px;
}

.ath-account__header {
  margin-bottom: 32px;
}
.ath-account__title {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.96px;
  line-height: 1.1;
  color: var(--brand-strong);
  margin: 0;
}
.ath-account__subtitle {
  font-size: 18px;
  color: #828282;
  margin: 12px 0 0;
  line-height: 1.45;
  font-weight: 300;
}

/* ── Search bar ─────────── */
.ath-search {
  position: relative;
  background: #fff;
  border-radius: 32px;
  border: 1px solid rgba(85, 139, 185, 0.18);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}
.ath-search__icon {
  color: var(--brand);
  flex-shrink: 0;
}
.ath-search__input {
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  width: 100%;
  font-size: 16px;
  color: #0a0a0a;
}
.ath-search__input::placeholder {
  color: rgba(10, 10, 10, 0.4);
}

/* ── Case cards ───────────── */
.ath-cases {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ath-case-card {
  background: #fff;
  border: 1px solid rgba(85, 139, 185, 0.18);
  border-radius: 24px;
  padding: 28px 32px;
}

.ath-case-card__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.ath-case-card__id {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: var(--brand);
  font-weight: 400;
}

.ath-case-card__cta-wrap {
  margin-left: auto;
}

.ath-case-card__cta {
  height: 44px;
  padding: 8px 24px;
  font-size: 15px;
  border-radius: 24px;
}

.ath-case-card__title-link {
  text-decoration: none;
}
.ath-case-card__title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: var(--brand-strong);
  margin: 0 0 8px;
  line-height: 1.2;
}
.ath-case-card__meta {
  font-size: 16px;
  color: var(--gray-2);
  margin-bottom: 20px;
}

.ath-case-card__dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ath-case-card__dates > div {
  display: grid;
  grid-template-columns: 28px auto auto;
  align-items: center;
  gap: 0 12px;
}
.ath-case-card__date-icon {
  color: var(--brand);
  grid-row: span 2;
}
.ath-case-card__date-label {
  font-size: 14px;
  color: #828282;
  grid-column: 2 / span 2;
}
.ath-case-card__date-value {
  font-size: 16px;
  color: var(--brand-strong);
  grid-column: 2 / span 2;
}

/* ── Status pills ────────── */
.ath-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
}
.ath-pill--ready {
  background: #dcfce7;
  color: #166534;
}
.ath-pill--review {
  background: #dbeafe;
  color: #1d4ed8;
}
.ath-pill--pending {
  background: #fef3c7;
  color: #92400e;
}
.ath-pill--cancelled {
  background: #fee2e2;
  color: #991b1b;
}

/* ── Empty state ─────────── */
.ath-empty {
  background: #fff;
  border-radius: 24px;
  padding: 48px 32px;
  text-align: center;
}
.ath-empty h2 {
  font-size: 28px;
  font-weight: 300;
  color: var(--brand-strong);
  margin: 0 0 8px;
}
.ath-empty p {
  font-size: 16px;
  color: #828282;
  margin: 0 0 24px;
}

/* ── Back link ───────────── */
.ath-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 24px;
}
.ath-back:hover {
  color: var(--brand-strong);
}

/* ── Case detail ────────── */
.ath-case-detail {
  background: #fff;
  border-radius: 24px;
  padding: 32px 40px;
  margin-bottom: 24px;
}
.ath-case-detail__header {
  margin-bottom: 32px;
}
.ath-case-detail__row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--gray-2);
  margin-bottom: 12px;
}
.ath-case-detail__id {
  color: var(--brand);
}
.ath-case-detail__title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.6px;
  color: var(--brand-strong);
  line-height: 1.1;
  margin: 0 0 12px;
}
.ath-case-detail__radiologist {
  font-size: 16px;
  color: var(--gray-2);
}

.ath-case-detail__section-title {
  font-size: 24px;
  font-weight: 300;
  color: var(--brand);
  margin: 0 0 16px;
}

.ath-video {
  background: #0f172a;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ath-video__player {
  width: 100%;
  height: 100%;
  display: block;
}
.ath-video__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ath-video__play {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  color: var(--brand-strong);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ath-video__caption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
}
.ath-case-detail__video-desc {
  font-size: 16px;
  color: var(--gray-2);
  margin: 16px 0 0;
}

.ath-case-detail__downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ath-download-card {
  background: #fff;
  border: 1px solid rgba(85, 139, 185, 0.18);
  border-radius: 24px;
  padding: 24px;
}
.ath-download-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.ath-download-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ath-download-card__title {
  font-size: 24px;
  font-weight: 300;
  color: var(--brand-strong);
  margin: 0;
}
.ath-download-card__body {
  font-size: 15px;
  color: var(--gray-2);
  margin: 0 0 16px;
  line-height: 1.45;
}

/* ── Settings card ──────── */
.ath-settings-card {
  background: #fff;
  border: 1px solid rgba(85, 139, 185, 0.18);
  border-radius: 24px;
  padding: 24px;
}

.ath-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid rgba(85, 139, 185, 0.18);
  margin: -24px -24px 24px;
  padding: 16px 24px 0;
}
.ath-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 15px;
  color: #1f2937;
  background: transparent;
  margin-bottom: 12px;
  transition:
    background 0.18s,
    color 0.18s;
}
.ath-tab.is-active {
  background: var(--brand-strong);
  color: #fff;
}
.ath-tab:hover:not(.is-active) {
  background: var(--brand-soft);
}

.ath-settings-card__body {
  max-width: 672px;
}

.ath-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ath-form__title {
  font-size: 24px;
  font-weight: 300;
  color: var(--brand-strong);
  margin: 0;
}
.ath-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ath-section {
  margin-bottom: 32px;
}
.ath-divider {
  border: 0;
  border-top: 1px solid rgba(85, 139, 185, 0.18);
  margin: 24px 0;
}
.ath-muted {
  color: #828282;
  font-size: 15px;
}
.ath-link {
  color: var(--brand);
  text-decoration: underline;
}

/* ── Payment tokens ─────── */
.ath-payment-tokens {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ath-payment-token {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid rgba(85, 139, 185, 0.18);
  border-radius: 16px;
}
.ath-payment-token__icon {
  width: 44px;
  height: 32px;
  border-radius: 6px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ath-payment-token__main {
  flex: 1;
}
.ath-payment-token__name {
  font-size: 16px;
  color: var(--brand-strong);
  font-weight: 500;
}
.ath-payment-token__sub {
  font-size: 14px;
  color: #828282;
}
.ath-payment-token__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ath-payment-token__remove {
  color: var(--brand);
  text-decoration: none;
  font-size: 14px;
}
.ath-payment-token__remove:hover {
  color: var(--brand-strong);
  text-decoration: underline;
}

.ath-add-method {
  display: block;
  text-align: center;
  padding: 14px;
  border: 1px dashed rgba(85, 139, 185, 0.5);
  border-radius: 16px;
  color: var(--brand);
  text-decoration: none;
  font-size: 15px;
}
.ath-add-method:hover {
  background: var(--brand-soft);
}

.ath-payment-add {
  background: var(--brand-soft);
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ── Password rules ─────── */
.ath-pwd-rules {
  background: var(--brand-soft);
  padding: 16px 20px;
  border-radius: 12px;
}
.ath-pwd-rules__title {
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 8px;
}
.ath-pwd-rules ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ath-pwd-rules li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--gray-2);
  padding: 2px 0;
}
.ath-pwd-rules__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  display: inline-block;
}

/* ── Flash banners ──────── */
.ath-flash {
  padding: 12px 20px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}
.ath-flash--ok {
  background: #dcfce7;
  color: #166534;
}
.ath-flash--err {
  background: #fee2e2;
  color: #991b1b;
}

/* ── Logout modal ───────── */
.ath-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}
.ath-modal__panel {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  max-width: 546px;
  width: 100%;
}
.ath-modal__title {
  font-size: 36px;
  font-weight: 300;
  color: var(--brand-strong);
  margin: 0 0 16px;
  line-height: 1.1;
}
.ath-modal__body {
  font-size: 16px;
  color: var(--gray-2);
  margin: 0 0 24px;
  line-height: 1.5;
}
.ath-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ── Responsive ─────────── */
@media (max-width: 991.98px) {
  .ath-account {
    grid-template-columns: 1fr;
  }
  .ath-account__rail {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(85, 139, 185, 0.18);
    padding: 12px 0;
  }
  .ath-account-nav__list {
    flex-direction: row;
    justify-content: space-around;
  }
  .ath-account-nav__item .ath-account-nav__link {
    border-left: 0;
    border-bottom: 3px solid transparent;
  }
  .ath-account-nav__item.is-active .ath-account-nav__link,
  .ath-account-nav__item .ath-account-nav__link:hover {
    border-bottom-color: var(--brand-strong);
  }
  .ath-account__main {
    padding: 24px 16px 80px;
  }
  .ath-case-card {
    padding: 20px;
  }
  .ath-case-card__row {
    flex-wrap: wrap;
  }
  .ath-case-card__cta-wrap {
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
  }
  .ath-case-detail {
    padding: 20px;
  }
  .ath-case-detail__title {
    font-size: 32px;
  }
  .ath-case-detail__downloads {
    grid-template-columns: 1fr;
  }
  .ath-form__row {
    grid-template-columns: 1fr;
  }
  .ath-modal__panel {
    padding: 28px;
  }
  .ath-modal__title {
    font-size: 28px;
  }
}

/* =============================================
   MAGIC-LINK LOGIN
   ============================================= */

.ath-login-card {
  background: #fff;
  border-radius: 32px;
  padding: 48px;
  max-width: 540px;
  margin: 32px auto 0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.ath-login__header {
  margin-bottom: 32px;
  text-align: center;
}

.ath-login__title {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -0.6px;
  line-height: 1.15;
  color: var(--brand-strong);
  margin: 0;
}

.ath-login__sub {
  font-size: 16px;
  color: #828282;
  margin: 12px 0 0;
  line-height: 1.5;
  font-weight: 300;
}

.ath-login__footer {
  text-align: center;
  font-size: 14px;
  color: #828282;
  margin: 24px 0 0;
}

.ath-login__sent {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ath-login__sent .ath-login__title {
  font-size: 28px;
}

.ath-login__sent-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ath-login__hint {
  font-size: 14px;
  color: #828282;
  margin: 8px 0 0;
}

@media (max-width: 575.98px) {
  .ath-login-card {
    padding: 32px 20px;
    border-radius: 24px;
  }
  .ath-login__title {
    font-size: 28px;
  }
}

/* =============================================
   RADIOLOGISTS SLIDER
   ============================================= */

/* Row that holds the fixed blue card + the horizontally-scrolling slider. */
.rad-row {
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 0 16px;
}

.rad-row .radiologist-card-blue {
  flex: 0 0 406px; /* fixed-width left card */
}

/* Scroll container. min-width:0 lets the flex item shrink below content,
   which is what makes overflow-x: auto actually overflow */
.rad-slider {
  flex: 1 1 0;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.rad-slider::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}

.rad-slider__track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  padding: 4px 0 12px;
}

/* Each slide fills the full visible width of the slider — no peek of the
   next card. Click prev/next to bring the next slide fully into view. */
.rad-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
}

/* ── Combined radiologist card ──
   The wrapper is a transparent flex container with a gap. Children are
   visually-independent rounded sub-cards (their own backgrounds + radii). */
.rad-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%; /* fill the slide */
  height: 513px;
  background: transparent;
}

.rad-card__photo {
  flex: 1 1 auto; /* grow to take whatever the info panel doesn't */
  min-width: 0;
  height: 513px;
  border-radius: 24px;
  overflow: hidden;
  background: #d8eafa; /* soft blue shows under transparent images */
}

.rad-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rad-card__info {
  flex: 0 0 301px;
  height: 513px;
  border-radius: 24px;
  background: linear-gradient(-68.11deg, #d8eafa 9.6%, #fcfeff 101.6%);
  padding: 35px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.rad-card__name {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.96px;
  line-height: 1.1;
  color: #000;
  margin: 0 0 4px;
}

.rad-card__title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
  margin: 0;
}

.rad-card__bio {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 1.45;
  color: var(--text-muted);
  margin: 0;
}

/* Disabled state on prev/next is purely visual — JS owns the boolean. */
.nav-btn-circle:disabled,
.nav-btn-circle.disabled-btn {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 991.98px) {
  /* Stack: blue card on top, slider below — both full-width.
     `flex: 1 1 0` from the desktop rule means basis-0 along the column's
     main axis (height), which collapses the slider to 0px and makes it
     invisible. Reset to auto so it sizes to its content. */
  .section-radiologists {
    padding: 60px 16px;
  }
  .rad-row {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .rad-row .radiologist-card-blue {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 360px;
  }
  .rad-row .rad-slider {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    min-height: 540px; /* defensive — guarantees a paint area */
  }
  /* Slide still 100% of the slider; card stretches to fill the slide. */
  .rad-card {
    width: 100%;
  }
  /* Smaller, thumb-friendly nav buttons */
  .section-radiologists .nav-btn-circle {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 575.98px) {
  /* On narrow screens, stack photo above info inside the card. */
  .rad-card {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 12px;
  }
  .rad-card__photo {
    flex: 0 0 280px;
    height: 280px;
    width: 100%;
  }
  .rad-card__info {
    flex: 1 1 auto;
    height: auto;
    width: 100%;
    padding: 24px;
  }
  .rad-card__name {
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .rad-card__title,
  .rad-card__bio {
    font-size: 16px;
  }
  .rad-slider__track {
    gap: 12px;
  }
  .rad-row .rad-slider {
    min-height: 480px;
  }
}
