/* Start custom CSS for html, class: .elementor-element-b60129b */.hero-section {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 80px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.hero-section *, .hero-section *::before, .hero-section *::after {
  box-sizing: border-box;
}
.hero-section .hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-section .hero-container {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 64px;
  }
}
.hero-content .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f0f7ff;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 24px;
}
.hero-content .badge-dot {
  width: 8px;
  height: 8px;
  background-color: #0099a8;
  border-radius: 50%;
}
.hero-content .badge-text {
  font-size: 0.825rem;
  font-weight: 600;
  color: #1a365d;
  letter-spacing: 0.02em;
}
.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a365d; 
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 20px 0;
}
@media (min-width: 640px) {
  .hero-content h1 { font-size: 3.25rem; }
}
.hero-content .hero-lead-text {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 40px 0;
}
.hero-cta-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
  .hero-cta-grid { flex-direction: row; flex-wrap: wrap; }
}
.hero-cta-grid a {
  display: inline-block;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.btn-hero-primary {
  background-color: #0099a8;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 153, 168, 0.25);
}
.btn-hero-primary:hover { background-color: #00808c; transform: translateY(-1px); }
.btn-hero-secondary {
  background-color: #1a365d;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(26, 54, 93, 0.12);
}
.btn-hero-secondary:hover { background-color: #122642; transform: translateY(-1px); }
.btn-hero-tertiary {
  background-color: #f8fafc;
  color: #1e293b;
  border: 1px solid #cbd5e1;
}
.btn-hero-tertiary:hover { background-color: #f1f5f9; }

/* ADVANCED IMAGE GRAPHIC TREATMENT */
.hero-graphic-column .graphic-frame-wrapper {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graphic-accent-geometry {
  position: absolute;
  width: 90%;
  height: 95%;
  background-color: #f0f7ff; 
  border: 2px solid #e2e8f0;
  border-radius: 24px;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-3deg);
}
.main-image-viewport {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(26, 54, 93, 0.15);
  border: 4px solid #ffffff;
}
.main-image-viewport .hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 460px;
  transition: transform 0.4s ease;
}
.graphic-frame-wrapper:hover .hero-img {
  transform: scale(1.02);
}
.floating-trust-card {
  position: absolute;
  bottom: 40px;
  left: -10px;
  z-index: 3;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}
@media (max-width: 640px) {
  .floating-trust-card { display: none; }
}
.trust-card-icon {
  font-size: 1.5rem;
  line-height: 1;
  background-color: #e0f2fe;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-card-text h5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 2px 0;
}
.trust-card-text p {
  font-size: 0.775rem;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0acc7ac */.badges-section {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 20px 24px;
  border-bottom: 1px solid #e2e8f0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.badges-section *, .badges-section *::before, .badges-section *::after {
  box-sizing: border-box;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.badges-section .badges-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .badges-section .badges-container { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .badges-section .badges-container { grid-template-columns: repeat(4, 1fr); }
}
.badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f8fafc;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
}
.badge-icon-wrap {
  width: 32px;
  height: 32px;
  background-color: #e0f2fe;
  color: #0099a8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.badge-item p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #1e293b;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a5ca55 *//* ==========================================
   SECTION 3: CORE SERVICES GRID STYLING
   ========================================== */

/* Main Section Container */
.services-grid-section {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2d3748;
}

/* Section Header Typography */
.services-grid-section h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a202c;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

/* Section Lead/Subheading Text */
.services-grid-section .section-lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4a5568;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 56px auto;
}

/* Responsive CSS Grid (1 Column on Mobile, 2 on Tablet, 4 on Desktop) */
.services-grid-section .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 640px) {
  .services-grid-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid-section .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Service Card Design */
.services-grid-section .service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Hover Interactive States */
.services-grid-section .service-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

/* Individual Card Titles */
.services-grid-section .service-card h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.3;
}

/* Brief Description Copy */
.services-grid-section .service-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
  margin-bottom: 24px;
  flex-grow: 1; /* Keeps footer links aligned evenly */
}

/* AEO Constraint Bullet Layout styling */
.services-grid-section .service-constraints {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  border-top: 1px dashed #e2e8f0;
  padding-top: 20px;
}

.services-grid-section .service-constraints li {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #334155;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

/* Visual Bullet Anchors using CSS shapes (Safe medical style alternative to generic bullets) */
.services-grid-section .service-constraints li::before {
  content: "•";
  color: #0284c7; /* Clinical teal/blue accent */
  font-weight: bold;
  position: absolute;
  left: 4px;
  top: -1px;
}

/* Text Links / Call to Action styling */
.services-grid-section .service-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0284c7;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.15s ease;
  margin-top: auto; /* Aligns links to bottom of cards */
}

.services-grid-section .service-link:hover {
  color: #0369a1;
  text-decoration: underline;
}

/* Subtle chevron icon append for better visual UX flow */
.services-grid-section .service-link::after {
  content: " →";
  font-weight: bold;
  transition: transform 0.15s ease;
}

.services-grid-section .service-link:hover::after {
  transform: translateX(3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48c002a *//* ==========================================
   SECTION 4: LABORLESS ABORTION FEATURE
   ========================================== */

/* Main Component Background Shield */
.proprietary-feature-section {
  background-color: #f0f7ff; /* Clinical Ice Blue Tint background */
  padding: 90px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

/* Inner Centered Content Shield */
.proprietary-feature-section .feature-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* Header Framing Elements */
.proprietary-feature-section .feature-header-block {
  margin-bottom: 24px;
}

/* Premium Tiny Descriptor Pill */
.proprietary-feature-section .feature-tag {
  display: inline-block;
  background-color: #e0f2fe;
  color: #0369a1; /* Authoritative Cyan/Blue focus */
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 16px;
  border-radius: 9999px;
  margin-bottom: 16px;
}

/* Main Core Component H2 Title */
.proprietary-feature-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a365d; /* Brand deep midnight navy */
  margin: 0;
  letter-spacing: -0.02em;
}

/* Contextual Summary Copy (AEO Extraction Priority Block) */
.proprietary-feature-section .feature-narrative {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #334155;
  max-width: 850px;
  margin: 0 auto 56px auto;
}

/* 3-Column Visual Benefits Configuration Grid */
.proprietary-feature-section .value-props-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .proprietary-feature-section .value-props-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Individual Feature Block Elements */
.proprietary-feature-section .value-prop-item {
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
  text-align: left;
}

/* Custom Visual Medical-Style Circular Frame Placement */
.proprietary-feature-section .icon-wrap {
  width: 48px;
  height: 48px;
  background-color: #0099a8; /* Brand core Teal/Aqua highlight */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.proprietary-feature-section .prop-icon {
  font-size: 1.35rem;
  line-height: 1;
}

/* Mini Item Headers */
.proprietary-feature-section .value-prop-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a365d; /* Deep primary blue */
  margin: 0 0 12px 0;
}

/* Detailed Descriptor Texts */
.proprietary-feature-section .value-prop-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* Primary Call to Action Button Design styling matching high-grade clinic themes */
.proprietary-feature-section .btn-clinical-primary {
  display: inline-block;
  background-color: #0099a8; /* Primary clinic teal */
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 153, 168, 0.25);
  transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

/* Button Interactive Micro-Interactions */
.proprietary-feature-section .btn-clinical-primary:hover {
  background-color: #00808c; /* Slightly darkened slate teal hover depth */
  box-shadow: 0 6px 14px rgba(0, 153, 168, 0.35);
  transform: translateY(-1px);
}

.proprietary-feature-section .btn-clinical-primary:active {
  transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18899ba *//* ==========================================
   SECTION 5: TRANSIT & NATIONAL DESTINATION
   ========================================== */
.transit-destination-section {
  padding: 90px 24px;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.transit-destination-section .transit-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .transit-destination-section .transit-container {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
  }
}

/* Left Column Styling */
.transit-content-block h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.transit-content-block .transit-narrative {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 24px;
}

.transit-content-block .transit-regional-footer {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  border-left: 3px solid #0099a8;
  padding-left: 16px;
  margin: 0;
}

/* Right Column Travel Card */
.transit-sidebar-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.transit-sidebar-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a365d;
  margin-top: 0;
  margin-bottom: 8px;
}

.transit-sidebar-card .card-lead {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.4;
  margin-bottom: 28px;
}

/* Strict Data List Layout for AEO */
.transit-stats-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}

.transit-stats-list li {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
}

.transit-stats-list li:last-child {
  border-bottom: none;
}

.transit-stats-list .transit-metric {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0099a8;
  min-width: 95px;
  flex-shrink: 0;
}

.transit-stats-list .transit-label {
  font-size: 0.95rem;
  color: #1e293b;
  font-weight: 500;
}

/* Lower Accommodations Section */
.card-amenities {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
  padding: 20px;
}

.card-amenities h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a365d;
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.card-amenities p {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d135fc *//* ==========================================
   SECTION 6: FINANCIAL ACCESS & INSURANCE MATRIX
   ========================================== */
.financial-matrix-section {
  padding: 90px 24px;
  background-color: #f0f7ff; /* Matching Ice Blue backdrop token to group financial blocks */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.financial-matrix-section .matrix-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading Intro Grouping */
.financial-matrix-section .matrix-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 56px auto;
}

.financial-matrix-section .matrix-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin-top: 0;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.financial-matrix-section .matrix-header p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* Dual Column Card Core Grid */
.financial-matrix-section .matrix-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .financial-matrix-section .matrix-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Card Foundations */
.financial-matrix-section .matrix-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 40px 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}

.financial-matrix-section .card-icon-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.financial-matrix-section .matrix-icon {
  font-size: 1.75rem;
  line-height: 1;
}

.financial-matrix-section .matrix-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0;
}

.financial-matrix-section .card-intro {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
  margin-top: 0;
  margin-bottom: 24px;
}

/* Structured AI Bullet Array Layouts */
.financial-matrix-section .matrix-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

.financial-matrix-section .matrix-bullet-list li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 14px;
  position: relative;
  padding-left: 20px;
}

.financial-matrix-section .matrix-bullet-list li::before {
  content: "✓";
  color: #0099a8;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* Bottom Disclaimer Callout Note */
.financial-matrix-section .matrix-notice {
  font-size: 0.8rem;
  font-style: italic;
  color: #64748b;
  display: block;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-765f318 *//* =========================================================
   SECTION 7: INTENT-BASED FAQ ACCORDION (MOBILE OPTIMIZED)
   ========================================================= */
.faq-accordion-section {
  box-sizing: border-box;
  padding: 90px 24px;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.faq-accordion-section *, .faq-accordion-section *::before, .faq-accordion-section *::after {
  box-sizing: border-box;
}

.faq-accordion-section .faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-accordion-section .faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-accordion-section .faq-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a365d;
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.faq-accordion-section .faq-header p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* Accordion Wrapper Framing */
.faq-accordion-section .accordion-group {
  border-top: 1px solid #e2e8f0;
}

.faq-accordion-section .accordion-item {
  border-bottom: 1px solid #e2e8f0;
}

/* Accessible Interactive Button Trigger Base */
.faq-accordion-section .accordion-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease;
}

/* BULLETPROOF MOBILE TEXT WRAPPING FIX RULES */
.faq-accordion-section .trigger-text {
  flex: 1;            /* Forces title element to take up all available horizontal space */
  min-width: 0;       /* Safeguards flex box layout container from freezing size on layout boundaries */
  padding-right: 20px; /* Generous internal protection boundary away from toggle icon */
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a365d;
  line-height: 1.4;
  word-wrap: break-word; /* Soft wraps long legal/medical sentences onto a new line fluidly */
}

/* STABLE TOGGLE ICON SAFEGUARDS */
.faq-accordion-section .accordion-icon {
  flex-shrink: 0;     /* Blocks the plus/minus icon from compressing into a squeezed shape */
  font-size: 1.5rem;
  color: #64748b;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.faq-accordion-section .accordion-trigger:hover .trigger-text {
  color: #0099a8;
}

.faq-accordion-section .accordiQFon-item.active .accordion-icon {
  color: #0099a8;
}

/* Smooth Transition CSS Max-Height Animation */
.faq-accordion-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-accordion-section .accordion-content-inner {
  padding: 0 8px 24px 8px;
}

.faq-accordion-section .accordion-content-inner p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #334155;
  margin: 0;
}/* End custom CSS */