.elementor-1381 .elementor-element.elementor-element-293aec0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1381 .elementor-element.elementor-element-2fe46b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1381 .elementor-element.elementor-element-8e709a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1381 .elementor-element.elementor-element-2fe46b6{--width:50%;}.elementor-1381 .elementor-element.elementor-element-8e709a7{--width:50%;}}/* Start custom CSS *//* =============== RESET CƠ BẢN =============== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #042046;
  background-color: #f3f6ff;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* =============== BIẾN MÀU =============== */
:root {
  --primary: #0057ff;
  --primary-dark: #003bb3;
  --secondary: #00b6ff;
  --accent: #ffb400;
  --text-dark: #042046;
  --text-light: #ffffff;
  --bg-light: #f3f6ff;
  --bg-deep: #001642;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* =============== LAYOUT CHUNG =============== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

section {
  padding: 40px 0;
}

.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section-subtitle {
  text-align: center;
  font-size: 14px;
  color: #555;
  max-width: 680px;
  margin: 0 auto 24px;
}

.tagline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.pill {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  font-size: 12px;
  color: #fff;
}

/* =============== BUTTONS =============== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 91, 255, 0.4);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0, 91, 255, 0.55);
}

.btn-outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-ghost {
  background: #fff;
  color: var(--primary);
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-ghost:hover {
  background: #f3f6ff;
}

/* =============== HEADER =============== */
header {
  background: #001642;
  color: #fff;
}

.topbar {
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.topbar-left span,
.topbar-right span {
  opacity: 0.9;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.topbar-right a {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 11px;
}

.main-nav {
  padding: 10px 0;
}

.main-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}

.nav-links a {
  opacity: 0.9;
}

.nav-cta {
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    font-size: 11px;
  }
  .nav-links {
    display: none;
  }
}

/* =============== HERO SECTION =============== */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 20% 0%, #00b6ff 0, #001642 45%, #000918 100%);
  color: #fff;
  padding: 40px 0 30px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(0, 181, 255, 0.55), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.hero-heading {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0 8px;
}

.hero-heading span {
  color: #00e0ff;
}

.hero-sub {
  font-size: 14px;
  max-width: 440px;
  opacity: 0.95;
  margin-bottom: 10px;
}

.hero-highlight {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  gap: 6px;
  margin-bottom: 14px;
}

.hero-highlight strong {
  color: #ffda5b;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 22px;
  font-size: 12px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-note {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 8px;
}

.hero-right {
  position: relative;
}

.hero-banner {
  border-radius: 24px;
  padding: 18px;
  background: radial-gradient(circle at 10% 0%, #00b6ff 0, #012665 50%, #000918 100%);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.hero-main-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  background: linear-gradient(135deg, #66c2ff, #0048ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 16px;
}

.hero-floating-cards {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-floating-card {
  position: absolute;
  width: 80px;
  height: 60px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px;
}

.hero-floating-card--1 {
  top: 10%;
  left: -6%;
}

.hero-floating-card--2 {
  top: 5%;
  right: -4%;
}

.hero-floating-card--3 {
  bottom: 5%;
  left: -4%;
}

.hero-floating-card--4 {
  bottom: 10%;
  right: -8%;
}

.hero-floating-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-right {
    order: -1;
  }
  .hero-heading {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 28px;
  }
  .hero-banner {
    padding: 12px;
  }
  .hero-main-image {
    font-size: 14px;
  }
  .hero-floating-card {
    display: none;
  }
  .hero-floating-badge {
    font-size: 10px;
  }
}

/* =============== SECTION: NÂNG NGỰC SVF LÀ GÌ =============== */
.section-light {
  background: #f7f9ff;
}

.svf-intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 30px;
  align-items: flex-start;
}

.svf-text p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.boxed {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  border: 1px solid rgba(4, 32, 70, 0.06);
  box-shadow: 0 10px 26px rgba(0, 26, 80, 0.06);
}

.boxed-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary-dark);
}

.benefits-list {
  font-size: 14px;
  display: grid;
  gap: 6px;
}

.benefits-list li::before {
  content: "• ";
  color: var(--primary);
}

.svf-intro-visual {
  display: grid;
  gap: 10px;
}

.svf-image-main {
  aspect-ratio: 4 / 2.5;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #4ea3ff, #021f80);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.svf-image-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.svf-image-thumb {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  background: linear-gradient(135deg, #e8f1ff, #bcd1ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  color: #123;
}

@media (max-width: 900px) {
  .svf-intro-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== GÓI KIỂM TRA TỔNG QUÁT =============== */
.section-deep {
  background: radial-gradient(circle at 0% 0%, #3bbcff 0, #031b4b 45%, #010718 100%);
  color: #fff;
}

.section-deep .section-title {
  color: #fff;
}

.section-deep .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.package-card {
  margin-top: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.4));
  border-radius: 24px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.package-visual {
  aspect-ratio: 16 / 8;
  border-radius: 16px;
  background: linear-gradient(135deg, #00b6ff, #0044ff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.package-content-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.package-badge {
  font-size: 13px;
  margin-bottom: 14px;
  color: #ffda5b;
}

.tests-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.test-item {
  border-radius: 14px;
  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.4));
  padding: 8px 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.test-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

@media (max-width: 900px) {
  .package-card {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== QUYỀN LỢI KHI NÂNG NGỰC =============== */
.benefit-cards-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.benefit-card {
  background: linear-gradient(145deg, #ffffff, #e8efff);
  border-radius: 18px;
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(4, 32, 70, 0.06);
  box-shadow: 0 10px 24px rgba(0, 26, 80, 0.08);
}

.benefit-card-box {
  height: 110px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d5e4ff, #99b7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #021a56;
  padding: 8px;
}

.benefit-card-caption {
  font-size: 12px;
  margin-top: 6px;
  color: #333;
}

.benefit-nav-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.benefit-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ccc;
}

.benefit-dot--active {
  width: 14px;
  background: var(--primary);
}

@media (max-width: 900px) {
  .benefit-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =============== ĐỘI NGŨ BÁC SĨ =============== */
.doctor-slider {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.doctor-group {
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 12px 26px rgba(2, 24, 70, 0.08);
}

.doctor-group-visual {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: linear-gradient(135deg, #d5e4ff, #99b7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #021a56;
  text-align: center;
  padding: 12px;
}

.doctor-cards-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.doctor-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(2, 24, 70, 0.08);
  padding-bottom: 10px;
  overflow: hidden;
  text-align: center;
}

.doctor-photo {
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #d5e4ff, #99b7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #021a56;
}

.doctor-info {
  padding: 8px 10px 4px;
}

.doctor-name {
  font-size: 13px;
  font-weight: 700;
}

.doctor-title {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

.doctor-card-cta {
  font-size: 11px;
  margin-top: 6px;
}

.centered-cta {
  text-align: center;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .doctor-slider {
    grid-template-columns: minmax(0, 1fr);
  }
  .doctor-cards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .doctor-cards-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== HÀNH TRÌNH NÂNG NGỰC =============== */
.journey-card {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 20px;
  align-items: center;
}

.journey-photo {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  background: linear-gradient(135deg, #fbd0ff, #c89cff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #4b1b66;
  padding: 12px;
}

.journey-content {
  background: #fff;
  border-radius: 20px;
  padding: 16px 18px;
  box-shadow: 0 12px 30px rgba(2, 24, 70, 0.12);
}

.journey-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.journey-meta {
  font-size: 11px;
  color: #777;
  margin-bottom: 8px;
}

.journey-content p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #444;
}

.journey-stats {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #777;
  margin-top: 6px;
}

@media (max-width: 900px) {
  .journey-card {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== TRƯỚC - SAU =============== */
.before-after-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.before-after-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(2, 24, 70, 0.08);
  overflow: hidden;
  font-size: 11px;
  text-align: center;
}

.before-after-photo {
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #f1e6ff, #c7b1ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a2a8a;
  padding: 8px;
}

.before-after-caption {
  padding: 6px;
}

.card-nav-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.card-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ccc;
}

.card-dot--active {
  width: 14px;
  background: var(--primary);
}

@media (max-width: 900px) {
  .before-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .before-after-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== VIDEO TRẢI NGHIỆM =============== */
.video-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.video-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(2, 24, 70, 0.08);
  overflow: hidden;
  position: relative;
}

.video-thumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #d5e4ff, #99b7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #021a56;
}

.play-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.play-circle {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.play-circle::before {
  content: "";
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.video-caption {
  font-size: 11px;
  padding: 6px 8px 8px;
  text-align: center;
}

@media (max-width: 900px) {
  .video-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .video-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== HỘI NGHỊ / GIỚI THIỆU PTQT =============== */
.event-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.event-card {
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 12px 26px rgba(2, 24, 70, 0.08);
}

.event-visual {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: linear-gradient(135deg, #d5e4ff, #99b7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #021a56;
  text-align: center;
  padding: 10px;
  margin-bottom: 8px;
}

.event-card p {
  font-size: 12px;
  color: #444;
}

@media (max-width: 900px) {
  .event-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== BÁO CHÍ & TRUYỀN THÔNG =============== */
.press-section {
  background: #f7f9ff;
}

.press-inner {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: center;
}

.press-image {
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: linear-gradient(135deg, #d5e4ff, #99b7ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #021a56;
  text-align: center;
  padding: 10px;
  box-shadow: 0 12px 30px rgba(2, 24, 70, 0.1);
}

.press-text p {
  font-size: 13px;
  margin-bottom: 8px;
  color: #444;
}

@media (max-width: 900px) {
  .press-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== FORM ĐĂNG KÝ TƯ VẤN =============== */
.cta-section {
  background: radial-gradient(circle at 0% 0%, #32c3ff 0, #001642 40%, #000510 100%);
  color: #fff;
  padding-bottom: 32px;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: center;
}

.cta-doctor {
  display: grid;
  gap: 12px;
}

.cta-doctor-photo {
  width: 220px;
  max-width: 80%;
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  background: linear-gradient(135deg, #f6f6f6, #dadada);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 13px;
  margin: 0 auto;
}

.cta-doctor-text {
  text-align: center;
  font-size: 13px;
}

.cta-form-box {
  background: rgba(0, 0, 0, 0.48);
  border-radius: 22px;
  padding: 20px 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.cta-form-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.cta-form-sub {
  font-size: 12px;
  margin-bottom: 10px;
  color: #f0f0f0;
}

.cta-form-highlight {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.32);
  font-size: 12px;
  margin-bottom: 12px;
}

.cta-form-highlight strong {
  font-size: 18px;
  color: #ffda5b;
}

.cta-form {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.cta-form label {
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
  opacity: 0.9;
}

.cta-form input,
.cta-form select,
.cta-form textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  border: none;
  font-size: 13px;
  outline: none;
}

.cta-form textarea {
  border-radius: 12px;
  resize: vertical;
  min-height: 70px;
  padding-top: 8px;
}

.cta-form-note {
  font-size: 10px;
  opacity: 0.8;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .cta-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =============== FOOTER =============== */
footer {
  background: #000718;
  color: #cfd3ff;
  padding: 22px 0 26px;
  font-size: 12px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-logo .logo-mark {
  background: linear-gradient(135deg, #32b4ff, #0048ff);
}

.footer-brand p {
  font-size: 11px;
  max-width: 420px;
  color: #aab0d6;
}

.footer-contact {
  font-size: 11px;
  display: grid;
  gap: 4px;
  color: #aab0d6;
}

.footer-contact strong {
  color: #fff;
}

.footer-right {
  display: grid;
  gap: 10px;
  justify-items: flex-end;
  text-align: right;
}

.footer-mini-form input {
  width: 100%;
  max-width: 240px;
  padding: 8px 10px;
  border-radius: 999px;
  border: none;
  margin-bottom: 6px;
  font-size: 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 16px;
  padding-top: 8px;
  text-align: center;
  font-size: 10px;
  color: #7e84aa;
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .footer-right {
    justify-items: flex-start;
    text-align: left;
  }
}/* End custom CSS */