/* =============================================
   Hide Theme Header Banner
   ============================================= */
.bannerarea,
.page-header {
  display: none !important;
}

/* =============================================
   Special Offers Banner Section
   ============================================= */

/* --- Section Background --- */
.special-offers-banner {
  background: linear-gradient(180deg, #0b3d3f 0%, #0a2e30 40%, #091f21 100%);
  padding: 80px 0 60px;
  width: 100%;
  position: relative;
  overflow: visible;
}

/* --- Container --- */
.so-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- Top Badge Pill --- */
.so-badge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.so-badge-pill span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: #d4c9a8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 50px;
  line-height: 1.4;
}

/* --- Main Heading --- */
.so-heading {
  text-align: center;
  margin-bottom: 20px;
}

.so-heading h1 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.so-heading h1 em {
  display: block;
  font-style: italic;
  color: #c9a84c;
  font-weight: 400;
  font-size: 52px;
  margin-top: 4px;
}

/* --- Subheading --- */
.so-subheading {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 48px;
}

.so-subheading p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* --- Cards Row --- */
.so-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  width: 100%;
  margin-bottom: 48px;
}

/* --- Card Base --- */
.so-card {
  position: relative;
  flex: 1 1 0;
  padding-top: 12px;
  min-width: 0;
}

.so-card-inner {
  background: #ffffff;
  border-radius: 12px;
  padding: 38px 32px 32px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

/* --- Card: Premium gold left border --- */
.so-card--premium .so-card-inner {
  border-left: 3px solid #c9a84c;
}

/* --- Card Badges --- */
.so-card-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  white-space: nowrap;
  z-index: 2;
  line-height: 1.4;
}

.so-card-badge--emergency {
  background: #c0392b;
  color: #ffffff;
}

.so-card-badge--featured {
  background: #0b3d3f;
  color: #ffffff;
}

.so-card-badge--premium {
  background: #c9a84c;
  color: #ffffff;
}

/* --- Card Category Label --- */
.so-card-category {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.so-card-category--emergency {
  color: #c0392b;
}

.so-card-category--featured {
  color: #0b3d3f;
}

.so-card-category--premium {
  color: #c9a84c;
}

/* --- Card Title --- */
.so-card-title {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.3;
}

/* --- Card Price --- */
.so-card-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 20px;
  min-height: 68px;
}

.so-card-price-dollar {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 18px;
  font-weight: 400;
  align-self: flex-start;
  margin-top: 22px;
}

.so-card-price-amount {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.so-card-price-amount--emergency {
  color: #c0392b;
}

.so-card-price-amount--featured {
  color: #0b3d3f;
}

.so-card-price-amount--premium {
  color: #c9a84c;
  font-size: 48px;
  font-weight: 700;
}

.so-card-price-note {
  font-size: 13px;
  color: #888888;
  line-height: 1.4;
  text-align: left;
  max-width: 90px;
}

/* --- Card List --- */
.so-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
  flex-grow: 1;
}

.so-card-list li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 9px;
}

.so-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  background: #8aca58;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cpath d='M1.5 5.5L4.5 8.5L9.5 2.5' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
}

/* --- Card Buttons --- */
.so-card-btn {
  display: block;
  width: 100%;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-sizing: border-box;
  margin-top: auto;
  cursor: pointer;
}

.so-card-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.so-card-btn--emergency,
.so-card-btn--emergency:visited,
.so-card-btn--emergency:hover,
.so-card-btn--emergency:focus,
.so-card-btn--emergency:active {
  background: #c0392b !important;
  color: #ffffff !important;
}

.so-card-btn--featured,
.so-card-btn--featured:visited,
.so-card-btn--featured:hover,
.so-card-btn--featured:focus,
.so-card-btn--featured:active {
  background: #2a9d8f !important;
  color: #ffffff !important;
}

.so-card-btn--premium,
.so-card-btn--premium:visited,
.so-card-btn--premium:hover,
.so-card-btn--premium:focus,
.so-card-btn--premium:active {
  background: #c9a84c !important;
  color: #ffffff !important;
}

/* --- Disclaimer --- */
.so-disclaimer {
  text-align: center;
  padding-top: 8px;
}

.so-disclaimer p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  line-height: 1.6;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 991px) {
  .so-heading h1 {
    font-size: 40px;
  }

  .so-heading h1 em {
    font-size: 40px;
  }

  .so-cards {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .so-card,
  .so-card--featured {
    flex: 0 1 auto;
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  .special-offers-banner {
    padding: 56px 0 40px;
  }

  .so-heading h1 {
    font-size: 32px;
  }

  .so-heading h1 em {
    font-size: 32px;
  }

  .so-subheading p {
    font-size: 15px;
  }

  .so-card-inner {
    padding: 32px 24px 28px;
    min-height: auto;
  }

  .so-card-price-amount {
    font-size: 44px;
  }

  .so-card-price-amount--premium {
    font-size: 40px;
  }

  .so-disclaimer p {
    font-size: 12px;
  }
}

/* =============================================
   Trust Strip Section
   ============================================= */

.so-trust-strip {
  background: #ffffff;
  padding: 58px 0;
  border-bottom: 1px solid #f0f0f0;
}

.so-trust-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.so-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 155px;
}

.so-trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.so-trust-icon--teal {
  background: #e6f7f5;
}

.so-trust-icon--red {
  background: #fdecea;
}

.so-trust-item strong {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 4px;
}

.so-trust-item span {
  font-size: 12.5px;
  color: #777777;
  line-height: 1.4;
}

/* --- Trust Strip Responsive --- */
@media (max-width: 991px) {
  .so-trust-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 40px;
  }

  .so-trust-item {
    flex: 0 0 auto;
    width: calc(33.333% - 28px);
    max-width: 170px;
  }
}

@media (max-width: 600px) {
  .so-trust-strip {
    padding: 40px 0;
  }

  .so-trust-container {
    gap: 28px 20px;
  }

  .so-trust-item {
    width: calc(50% - 14px);
  }
}

/* =============================================
   Reviews Section
   ============================================= */

.so-reviews {
  background: #f7f5f0;
  padding: 76px 0 80px;
}

.so-reviews-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.so-reviews-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #3aafa9;
  margin-bottom: 10px;
  text-align: center;
}

.so-reviews-heading {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 42px;
  font-weight: 700;
  color: #1a2e35;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 40px;
}

.so-reviews-grid {
  display: flex;
  gap: 22px;
  width: 100%;
  align-items: stretch;
}

.so-review-card {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  padding: 27px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.so-review-stars {
  font-size: 18px;
  color: #d4a017;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.so-review-text {
  font-size: 15px;
  line-height: 1.65;
  color: #333333;
  margin: 0 0 18px;
  font-style: italic;
  flex-grow: 1;
}

.so-review-author {
  font-size: 14px;
  font-weight: 700;
  color: #1a2e35;
  line-height: 1.4;
}

/* --- Reviews Responsive --- */
@media (max-width: 991px) {
  .so-reviews-heading {
    font-size: 34px;
  }

  .so-reviews-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .so-review-card {
    flex: none;
    width: 100%;
    max-width: 480px;
  }
}

@media (max-width: 600px) {
  .so-reviews {
    padding: 56px 0 60px;
  }

  .so-reviews-container {
    padding: 0 24px;
  }

  .so-reviews-heading {
    font-size: 28px;
  }
}

/* =============================================
   Doctor Bio Section
   ============================================= */

.so-doctor {
  background: linear-gradient(180deg, #0b3d3f 0%, #091f21 100%);
  padding: 68px 0;
}

.so-doctor-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

.so-doctor-avatar {
  flex-shrink: 0;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 2px solid #3aafa9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.so-doctor-initials {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 48px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}

.so-doctor-content {
  max-width: 480px;
}

.so-doctor-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #3aafa9;
  margin-bottom: 6px;
}

.so-doctor-name {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.2;
}

.so-doctor-bio {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 20px;
  font-style: italic;
}

.so-doctor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.so-doctor-tag {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  white-space: nowrap;
}

/* --- Doctor Responsive --- */
@media (max-width: 991px) {
  .so-doctor-container {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .so-doctor-content {
    max-width: 520px;
  }

  .so-doctor-tags {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .so-doctor {
    padding: 48px 0;
  }

  .so-doctor-container {
    padding: 0 24px;
  }

  .so-doctor-avatar {
    width: 130px;
    height: 130px;
  }

  .so-doctor-initials {
    font-size: 36px;
  }

  .so-doctor-name {
    font-size: 26px;
  }
}

/* =============================================
   CTA Banner Section
   ============================================= */

.so-cta-banner {
  background: linear-gradient(135deg, #2a9d8f 0%, #1a7a6e 100%);
  padding: 68px 0;
  text-align: center;
}

.so-cta-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.so-cta-heading {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.2;
}

.so-cta-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 32px;
  line-height: 1.5;
}

.so-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.so-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
}

.so-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.so-cta-btn--white,
.so-cta-btn--white:visited,
.so-cta-btn--white:hover,
.so-cta-btn--white:focus,
.so-cta-btn--white:active {
  background: #ffffff !important;
  color: #1a7a6e !important;
}

.so-cta-btn--outline,
.so-cta-btn--outline:visited,
.so-cta-btn--outline:hover,
.so-cta-btn--outline:focus,
.so-cta-btn--outline:active {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* --- CTA Responsive --- */
@media (max-width: 600px) {
  .so-cta-banner {
    padding: 48px 0;
  }

  .so-cta-heading {
    font-size: 30px;
  }

  .so-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .so-cta-btn {
    width: 100%;
    max-width: 280px;
  }
}

/* =============================================
   Fine Print / Terms Section
   ============================================= */

.so-fine-print {
  background: #f7f5f0;
  padding: 42px 0 48px;
}

.so-fine-print-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 48px;
}

.so-fine-print-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #999999;
  margin: 0 0 16px;
}

.so-fine-print-text {
  font-size: 12px;
  line-height: 1.7;
  color: #888888;
  margin: 0 0 14px;
}

.so-fine-print-text strong {
  color: #555555;
  font-weight: 700;
}

.so-fine-print-address {
  font-size: 12px;
  line-height: 1.6;
  color: #aaaaaa;
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e5e2db;
}

/* --- Fine Print Responsive --- */
@media (max-width: 600px) {
  .so-fine-print {
    padding: 32px 0 36px;
  }

  .so-fine-print-container {
    padding: 0 24px;
  }

  .so-fine-print-text {
    font-size: 11.5px;
  }
}

/* =============================================
   Custom Footer
   ============================================= */

.so-footer {
  background: #0b2a2d;
  padding: 24px 0;
  text-align: center;
}

.so-footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.so-footer-info {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 6px;
  line-height: 1.5;
}

.so-footer-info strong {
  color: #ffffff;
  font-weight: 700;
}

.so-footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .so-footer-info {
    font-size: 12px;
  }
}
