/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/css/fonts/inter-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('/css/fonts/inter-v19-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/inter-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('/css/fonts/inter-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/css/fonts/inter-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('/css/fonts/inter-v19-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/css/fonts/inter-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('/css/fonts/inter-v19-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/css/fonts/inter-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('/css/fonts/inter-v19-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/css/fonts/inter-v19-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('/css/fonts/inter-v19-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('/css/fonts/inter-v19-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url('/css/fonts/inter-v19-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  /* Core Colors */
  --primary-color: #ba68e8;
  --primary-light: #d896f0;
  --primary-dark: #9c4dcc;
  --secondary-color: #f0f8ff;
  --secondary-light: #f8fcff;
  --text-color: #333;
  --text-light: #555;
  --muted-color: #777;
  --background-color: #ffffff;
  --background-soft: #fafafa;
  
  /* Semantic Colors */
  --success-color: #4caf50;
  --warning-color: #ff9800;
  --error-color: #f44336;
  --info-color: #2196f3;
  
  /* Neutral Palette */
  --white: #ffffff;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #eeeeee;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;

  /* Typography */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Font Sizes */
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
  --fs-xxl: 1.875rem;
  --fs-hero: 2.25rem;
  --fs-eyebrow: 0.75rem;

  /* Font Weights */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;

  /* Line Heights */
  --lh-tight: 1.2;
  --lh-snug: 1.375;
  --lh-normal: 1.5;
  --lh-relaxed: 1.625;
  --lh-loose: 1.75;

  /* Spacing System */
  --sp-1: 0.25rem; --sp-2: 0.5rem; --sp-3: 0.75rem; --sp-4: 1rem;
  --sp-5: 1.25rem; --sp-6: 1.5rem; --sp-8: 2rem; --sp-10: 2.5rem;
  --sp-12: 3rem; --sp-16: 4rem; --sp-20: 5rem; --sp-24: 6rem;

  /* Border Radius */
  --radius-sm: 0.375rem; --radius-md: 0.5rem; --radius-lg: 0.75rem;
  --radius-xl: 1rem; --radius-2xl: 1.5rem; --radius-full: 9999px;

  /* Shadows */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-purple: 0 10px 15px -3px rgba(156, 77, 204, 0.1), 0 4px 6px -2px rgba(156, 77, 204, 0.05);

  /* Transitions */
  --transition-fast: 150ms ease-in-out;
  --transition-base: 250ms ease-in-out;
  --transition-slow: 350ms ease-in-out;

  /* Container Sizes */
  --container-sm: 640px; --container-md: 768px; --container-lg: 1024px;
  --container-xl: 1280px; --container-2xl: 1400px;

  /* Z-Index Scale */
  --z-dropdown: 1000; --z-sticky: 1020; --z-fixed: 1030;
  --z-modal-backdrop: 1040; --z-modal: 1050; --z-popover: 1060; --z-tooltip: 1070;

  /* Background Colors */
  --bg-page: #f8f9fa; --bg-card: #ffffff; --bg-overlay: rgba(0, 0, 0, 0.5);
}

/* Reset and Base Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

/* Text Color Utilities */
.text-primary { color: var(--text-color); }
.text-light { color: var(--text-light); }
.text-muted { color: var(--muted-color); }
.text-white { color: var(--white); }
.text-black { color: #000000; }

/* Background-specific text colors */
.text-on-dark { color: rgba(255, 255, 255, 0.9); }
.text-on-light { color: var(--text-color); }

body {
  font-family: var(--font-primary);
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
  color: var(--text-color);
  background-color: var(--background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: var(--fw-medium);
  line-height: var(--lh-tight);
  color: var(--text-color);
  margin-bottom: var(--sp-4);
}

h1 { font-size: var(--fs-xxl); }
h2 { font-size: var(--fs-xl); }
h3 { font-size: var(--fs-lg); }
h4 { font-size: var(--fs-md); }
h5 { font-size: var(--fs-base); }
h6 { font-size: var(--fs-sm); }

p { margin-bottom: var(--sp-4); color: var(--text-light); line-height: var(--lh-relaxed); }

a { color: var(--primary-color); text-decoration: none; transition: color var(--transition-fast); }
a:hover { color: var(--primary-dark); }

/* Skip Navigation */
.skip-nav {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--primary-color);
  color: white;
  padding: var(--sp-2) var(--sp-4);
  text-decoration: none;
  border-radius: var(--radius-md);
  z-index: var(--z-tooltip);
  transition: top var(--transition-fast);
}
.skip-nav:focus { top: 6px; }

/* Container & Section System */
.container {
  width: 100%;
  max-width: var(--container-xl);
  margin: 0 auto;
  padding-left: var(--sp-4);
  padding-right: var(--sp-4);
}

.section { padding: var(--sp-16) 0; position: relative; }
.section:nth-child(even) { background-color: var(--gray-50); }

/* Section Headers */
.section-header { text-align: center; margin-bottom: var(--sp-12); }

.section-eyebrow {
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary-color);
  margin-bottom: var(--sp-2);
}

.section-title {
  font-size: var(--fs-xxl);
  font-weight: var(--fw-bold);
  color: var(--text-color);
  margin-bottom: var(--sp-4);
}

.section-subtitle {
  font-size: var(--fs-lg);
  color: var(--text-light);
  margin-bottom: var(--sp-6);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.section-intro {
  font-size: var(--fs-md);
  color: var(--muted-color);
  margin-bottom: var(--sp-8);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Unified Grid System */
.trust-grid, .service-grid, .insights-grid, .how-steps, .crisis-resources, .metric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-8);
}

.about-content, .how-steps-container, .footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-12);
  align-items: center;
}

.hero-ctas, .how-ctas, .insights-ctas {
  display: flex;
  gap: var(--sp-4);
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

/* Unified Card System */
.trust-feature, .how-step, .service-card, .insight-card, .crisis-resource, .faq-item, .testimonial-slide {
  background: white;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
  padding: var(--sp-6);
}

.trust-feature:hover, .how-step:hover, .service-card:hover, .insight-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.trust-feature, .how-step { text-align: center; border: 1px solid var(--primary-light); }
.service-card { text-align: center; padding: var(--sp-8); border: 2px solid transparent; }
.service-card:hover { border-color: var(--primary-color); box-shadow: var(--shadow-xl); }
.insight-card { overflow: hidden; }
.crisis-resource { border-left: 4px solid var(--error-color); }
.faq-item { overflow: hidden; margin-bottom: var(--sp-4); }
.testimonial-slide { text-align: center; margin: var(--sp-2); }

/* Unified Button System */
.btn-primary, .btn-secondary, .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-3) var(--sp-6);
  border-radius: var(--radius-lg);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-base);
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all var(--transition-base);
  white-space: nowrap;
  min-height: 48px;
  width: 100%;
  max-width: 280px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  color: white;
  box-shadow: var(--shadow-purple);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgba(156, 77, 204, 0.3);
  color: white;
}

.btn-secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.btn-secondary:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-1px);
}

.btn-outline {
  background: white;
  color: var(--text-color);
  border: 1px solid var(--gray-300);
  box-shadow: var(--shadow-sm);
}
.btn-outline:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

/* Navigation */
header {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gray-200);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--sp-3) var(--sp-1);
  max-width: var(--container-xl);
  margin: 0 auto;
}

.nav-container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-color);
  font-weight: var(--fw-medium);
  font-size: var(--fs-lg);
  padding: var(--sp-1);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}
.nav-container a:hover { color: var(--primary-color); background: var(--secondary-light); }
.nav-container a i { font-size: var(--fs-md); margin-bottom: var(--sp-1); }
.nav-container a span { display: none; }
.nav-logo .logo { height: 80px; width: auto;   padding-left: 0; padding-right: 0; }

/* Hero Section */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: var(--sp-24) 0;
}

.hero-bg-img {
  position: absolute;
  inset: 0;           /* Constrains to hero boundaries */
  width: 100%;
  height: 100%;
  object-fit: cover;  /* Handles sizing properly */
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(156, 77, 204, 0.2) 0%, rgba(123, 31, 162, 0.2) 10%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.hero-content-left {
  text-align: left;
  margin: 0;
}

.hero-content-center {
  text-align: center;
}

.hero-title {
  font-size: 1.875rem;
  font-weight: var(--fw-medium);
  margin-bottom: var(--sp-6);
  color: white;
}

.hero-subtitle {
  font-size: var(--fs-lg);
  margin-bottom: var(--sp-4);
  color: rgba(255, 255, 255, 0.9);
}

.hero-supporting {
  font-size: var(--fs-lg);
  margin-bottom: var(--sp-8);
  color: rgba(255, 255, 255, 0.8);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: var(--sp-8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

/* Section-specific Styles */
.trust-section { background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-light) 100%); }
.trust-grid { margin-top: var(--sp-12); }
.trust-feature-icon, .how-step-icon { color: var(--primary-light); margin-bottom: var(--sp-4); }
.trust-feature-icon { font-size: 2.5rem; }
.how-step-icon { font-size: 2rem; }
.trust-feature p, .how-step p { color: var(--muted-color); margin-bottom: 0; font-size: var(--fs-sm); }

.how-note {
  text-align: center;
  font-style: italic;
  color: var(--muted-color);
  margin-top: var(--sp-8);
  padding: var(--sp-4);
  background: var(--secondary-light);
  border-radius: var(--radius-lg);
}

.how-visual img {
  width: 100%;
  height: 100%;
  height: auto;
  border-radius: var(--radius-xl);
}

.listeners { background: var(--gray-50); }
.listeners-content { max-width: 800px; margin: 0 auto; text-align: center; }

.qualifications-list {
  list-style: none;
  margin: var(--sp-8) 0;
}

.qualifications-list li {
  padding: var(--sp-4);
  margin-bottom: var(--sp-3);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--primary-color);
}

.listeners-disclaimer {
  padding: var(--sp-4);
  background: var(--secondary-light);
  border-radius: var(--radius-lg);
  font-size: var(--fs-sm);
  color: var(--muted-color);
  font-style: italic;
  margin-top: var(--sp-8);
}

.service-grid { margin-bottom: var(--sp-12); }
.service-card .service-icon { font-size: 2.5rem; margin-bottom: var(--sp-4); }
.service-card .price { font-size: var(--fs-lg); font-weight: var(--fw-bold); color: var(--primary-color); margin: var(--sp-4) 0; }
.service-card .billing { font-size: var(--fs-sm); color: var(--muted-color); margin-bottom: var(--sp-4); }

.service-features { list-style: none; margin-top: var(--sp-6); }
.service-features li { padding: var(--sp-2) 0; color: var(--muted-color); font-size: var(--fs-sm); }
.service-features li:before { content: "✓ "; color: var(--primary-color); font-weight: var(--fw-bold); }

.services-transparency {
  background: var(--secondary-light);
  padding: var(--sp-8);
  border-radius: var(--radius-xl);
  margin-bottom: var(--sp-12);
}

.transparency-title { text-align: center; margin-bottom: var(--sp-6); }
.transparency-list { list-style: none; max-width: 600px; margin: 0 auto; }
.transparency-list li { padding: var(--sp-3) 0; border-bottom: 1px solid rgba(156, 77, 204, 0.1); }
.transparency-list li:before { content: "→ "; color: var(--primary-color); font-weight: var(--fw-bold); }
.services-cta-container { text-align: center; }

.testimonials { background: linear-gradient(135deg, var(--gray-50) 0%, white 100%); }
.testimonials-carousel { margin: 0 auto; }
.testimonial-text { font-size: var(--fs-sm); font-style: italic; color: var(--text-color); margin-bottom: var(--sp-6); line-height: var(--lh-relaxed); }
.testimonial-context { color: var(--muted-color); font-size: var(--fs-sm); margin-bottom: var(--sp-3); }
.testimonial-outcome { color: var(--primary-color); font-weight: var(--fw-semibold); font-size: var(--fs-sm); }

.swiper-pagination-bullet { background: var(--primary-color); opacity: 0.3; }
.swiper-pagination-bullet-active { opacity: 1; }
.swiper-button-next, .swiper-button-prev { color: var(--primary-color); }

.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item:hover { box-shadow: var(--shadow-md); }
.faq-question {
  padding: var(--sp-6);
  background: var(--secondary-light);
  font-weight: var(--fw-semibold);
  color: var(--text-color);
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  transition: background-color var(--transition-fast);
}
.faq-question:hover { background: var(--secondary-color); }
.faq-answer { padding: var(--sp-6); color: var(--text-light); border-top: 1px solid var(--gray-200); }

.crisis-section {
  background: linear-gradient(135deg, var(--secondary-light) 0%, var(--secondary-color) 100%);
  border-top: 4px solid var(--error-color);
}
.crisis-header { text-align: center; margin-bottom: var(--sp-12); }
.crisis-title { color: var(--error-color); }
.crisis-subtitle { font-weight: var(--fw-semibold); color: var(--text-color); }
.crisis-note { font-style: italic; color: var(--muted-color); }
.crisis-resource h3 { color: var(--error-color); margin-bottom: var(--sp-3); }
.crisis-contact { font-weight: var(--fw-bold); font-size: var(--fs-lg); color: var(--text-color); margin-bottom: var(--sp-2); }
.crisis-available { font-size: var(--fs-sm); color: var(--muted-color); font-style: italic; }

.insights-grid { margin-bottom: var(--sp-12); }
.insight-content { padding: var(--sp-6); }
.insight-platform { font-size: var(--fs-sm); color: var(--primary-color); font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 0.05em; }
.insight-title { font-size: var(--fs-lg); font-weight: var(--fw-semibold); margin: var(--sp-3) 0; }
.insight-preview { color: var(--muted-color); font-size: var(--fs-sm); }

.contact { background: var(--gray-50); }
.contact-content { max-width: 600px; margin: 0 auto; text-align: center; }
.contact-details { margin-top: var(--sp-8); }
.contact-email { font-size: var(--fs-lg); margin-bottom: var(--sp-4); }
.contact-email a { font-weight: var(--fw-semibold); color: var(--primary-color); }
.contact-response, .contact-note2 { font-size: var(--fs-sm); color: var(--muted-color); margin-bottom: var(--sp-3); }

.about-story { font-size: var(--fs-lg); color: var(--text-color); font-weight: var(--fw-medium); margin-bottom: var(--sp-6); }
.about-main-content { margin-bottom: var(--sp-6); }
.about-quote {
  font-size: var(--fs-lg);
  font-style: italic;
  color: var(--primary-color);
  border-left: 4px solid var(--primary-color);
  padding-left: var(--sp-4);
  margin: var(--sp-8) 0;
  background: var(--secondary-light);
  padding: var(--sp-4);
  border-radius: var(--radius-md);
}
.about-mission { font-weight: var(--fw-medium); color: var(--text-color); }
.about-image img { width: 100%; height: auto; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }

.site-footer { background: var(--gray-900); color: white; padding: var(--sp-16) 0 var(--sp-8); }
.footer-content { gap: var(--sp-8); text-align: center; }
.footer-brand { margin-bottom: var(--sp-4); }
.footer-title { font-size: var(--fs-xl); color: white; margin-bottom: var(--sp-2); }
.footer-tagline { color: var(--gray-400); font-style: italic; margin-bottom: var(--sp-4); }
.footer-text { color: var(--gray-300); margin-bottom: var(--sp-6); }
.footer-nav { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sp-6); }
.footer-nav a { color: var(--gray-400); font-size: var(--fs-sm); transition: color var(--transition-fast); }
.footer-nav a:hover { color: var(--primary-light); }

/* Modal System */
.cta-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1rem;
}
.cta-modal.show { opacity: 1; }

.modal-content {
  position: relative;
  background-color: var(--bg-card);
  margin: 1rem auto;
  max-width: 500px;
  width: 95%;
  max-height: 95vh;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.cta-modal.show .modal-content { transform: translateY(0); }

.modal-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  color: white;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title { font-size: 1.25rem; font-weight: var(--fw-semibold); margin: 0; }

.modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  padding: 0.5rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close:hover { opacity: 1; background-color: rgba(255, 255, 255, 0.1); }

.modal-body { padding: 1.5rem; max-height: calc(95vh - 120px); overflow-y: auto; }

.form-group { margin-bottom: 1rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 500; color: #333; font-size: 0.875rem; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: inherit;
  background-color: #ffffff;
  color: #333;
  transition: all 0.2s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--primary-dark);
  box-shadow: 0 0 0 3px rgba(156, 77, 204, 0.1);
}
.form-group textarea { resize: vertical; min-height: 100px; line-height: 1.5; }
.form-group select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
  appearance: none;
}

.form-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  flex-direction: column;
}
.form-actions .btn { width: 100%; justify-content: center; }

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--primary-dark);
  color: white;
  border-color: var(--primary-dark);
}
.btn-primary:hover:not(:disabled) {
  background-color: #7b1fa2;
  border-color: #7b1fa2;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(156, 77, 204, 0.3);
}

.btn-secondary {
  background-color: #ffffff;
  color: #6b7280;
  border-color: #e5e7eb;
}
.btn-secondary:hover:not(:disabled) {
  background-color: #f3f4f6;
  color: #333;
  border-color: #9ca3af;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.success-message { text-align: center; padding: 2rem 1rem; }
.success-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, var(--primary-dark), #7b1fa2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.75rem;
  color: white;
  font-weight: bold;
}
.success-message h4 { color: #333; margin-bottom: 0.75rem; font-size: 1.25rem; font-weight: 600; }
.success-message p { color: #6b7280; margin-bottom: 2rem; font-size: 1rem; }

/* Booking Page */
.booking-section { max-width: 600px; margin: 0 auto; padding: var(--sp-4); }
.booking-header {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  padding: var(--sp-6);
  border-radius: var(--radius-lg);
  margin-bottom: var(--sp-6);
  border: 1px solid var(--gray-200);
}
.booking-form {
  background: white;
  padding: var(--sp-6);
  border-radius: var(--radius-lg);
  border: 2px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}
.payment-options { display: grid; gap: var(--sp-3); margin: var(--sp-4) 0; }
.payment-option {
  padding: var(--sp-4);
  background: white;
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-300);
  transition: all var(--transition-fast);
}
.payment-option:hover { border-color: var(--primary-color); box-shadow: var(--shadow-sm); }
.payment-option h4 { color: var(--text-color); margin-bottom: var(--sp-2); font-weight: var(--fw-semibold); }
.anonymity-notice {
  background: var(--gray-50);
  padding: var(--sp-4);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--primary-color);
  margin-bottom: var(--sp-4);
}
.anonymity-notice h4 { color: var(--primary-color); margin-bottom: var(--sp-2); }

/* Utility Classes */
.loading { opacity: 0.6; pointer-events: none; }
.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--gray-300);
  border-top: 2px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--gray-100); }
::-webkit-scrollbar-thumb { background: var(--primary-color); border-radius: var(--radius-full); }
::-webkit-scrollbar-thumb:hover { background: var(--primary-dark); }
::selection { background: var(--primary-color); color: white; }
::-moz-selection { background: var(--primary-color); color: white; }

/* Focus Accessibility */
.btn-primary:focus, .btn-secondary:focus, .btn-outline:focus, .nav-container a:focus, .faq-question:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

/* Mobile-first Responsive Design */
@media (min-width: 640px) {
  .nav-container a span { display: block; }
  .nav-container a { font-size: var(--fs-sm); padding: var(--sp-2); }
  .nav-container { justify-content: space-around; padding: var(--sp-3) var(--sp-4); }
  .hero-title { font-size: var(--fs-hero); }
  .hero-subtitle { font-size: var(--fs-xl); }
  .hero-ctas, .how-ctas, .insights-ctas { flex-direction: row; align-items: flex-start; }
  .btn-primary, .btn-secondary, .btn-outline { width: auto; }
  .about-content, .how-steps-container, .footer-content { grid-template-columns: 1fr 1fr; }
  .footer-content { text-align: left; }
  .footer-nav { justify-content: flex-end; }
  .form-actions { flex-direction: row; }
  .form-actions .btn { width: auto; }
  .modal-content { margin: 2rem auto; width: 90%; max-height: 90vh; }
  .modal-header { padding: 1.5rem 2rem; }
  .modal-title { font-size: var(--fs-xl); }
  .modal-body { padding: 2rem; }
}

@media (min-width: 768px) {
  .container { padding-left: var(--sp-6); padding-right: var(--sp-6); }
  .section { padding: var(--sp-24) 0; }
  .section-header { margin-bottom: var(--sp-16); }
  .nav-container { padding: var(--sp-4) var(--sp-6); }
  .trust-grid, .crisis-resources { grid-template-columns: repeat(2, 1fr); }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .how-steps-container { grid-template-columns: 2fr 1fr; }
  .form-group input, .form-group select, .form-group textarea { padding: 0.875rem 1rem; font-size: 1rem; }
}

@media (min-width: 1024px) {
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .how-steps { grid-template-columns: repeat(4, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .insights-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Accessibility & Preferences */
@media (prefers-contrast: high) {
  :root { --primary-color: #7b1fa2; --text-color: #000000; --background-color: #ffffff; }
  .btn-primary { border: 2px solid var(--primary-color); }
  .trust-feature, .how-step, .service-card { border: 1px solid var(--gray-400); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .hero-scroll-indicator { animation: none; }
  html { scroll-behavior: auto; }
}

@media print {
  .nav-container, .hero-scroll-indicator, .swiper-button-next, .swiper-button-prev, .swiper-pagination { display: none; }
  .section { page-break-inside: avoid; }
  .hero { min-height: auto; padding: var(--sp-8) 0; }
}


/* for blog base page */
.hero-stats-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sp-6);
  flex-wrap: wrap;
  margin-bottom: var(--sp-4);
}

.stat-item {
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, 0.9);
}

.stat-item strong {
  color: white;
  font-weight: var(--fw-semibold);
}

.search-container {
  max-width: 500px;
  margin: 0 auto var(--sp-4) auto;
}

.search-form {
  display: flex;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.search-input {
  flex: 1;
  padding: var(--sp-3) var(--sp-4);
  border: none;
  font-size: var(--fs-base);
  outline: none;
}

.search-btn {
  padding: var(--sp-3) var(--sp-4);
  background: var(--primary-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.search-btn:hover {
  background: var(--primary-dark);
}

.btn-accent {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
  color: white;
  padding: var(--sp-3) var(--sp-6);
  border-radius: var(--radius-lg);
  font-weight: var(--fw-semibold);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all var(--transition-base);
  box-shadow: var(--shadow-sm);
}

.btn-accent:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: white;
}

.topic-tag {
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}

.topic-tag:hover {
  background: var(--primary-color);
  color: white;
}

.topics-browse-section {
  background: var(--gray-50);
  padding: var(--sp-4) 0;
  border-bottom: 1px solid var(--gray-200);
}

.topics-part {
  margin-bottom: var(--sp-6);
}

.topics-part:last-child {
  margin-bottom: 0;
}

.topics-title {
  text-align: center;
  font-size: var(--fs-lg);
  font-weight: var(--fw-medium);
  margin-bottom: var(--sp-4);
  color: var(--text-color);
}

.topics-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-3);
}

.breadcrumb-trail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-2);
  list-style: none;
  margin-bottom: var(--sp-3);
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

/* image cards */

/* Base Image Card */
.image-card {
  background: white;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
  overflow: hidden;
}

.image-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.image-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.image-card-content {
  padding: var(--sp-4);
}

.image-card-title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  margin-bottom: var(--sp-2);
  color: var(--text-color);
}

.image-card-excerpt {
  color: var(--text-light);
  font-size: var(--fs-sm);
  margin-bottom: var(--sp-3);
}

.image-card-meta {
  font-size: var(--fs-xs);
  color: var(--muted-color);
}

/* Featured Variant - Mobile: stacked, Desktop: horizontal */
.image-card--featured .image-card-image {
  height: 250px;
}

.image-card--featured .image-card-title {
  font-size: var(--fs-xl);
}

.image-card--featured .image-card-excerpt {
  font-size: var(--fs-base);
}

/* Article Variant - Grid cards */
.image-card--article .image-card-image {
  height: 180px;
}

/* Sidebar Variant - Compact horizontal */
.image-card--sidebar {
  display: flex;
  gap: var(--sp-3);
}

.image-card--sidebar .image-card-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.image-card--sidebar .image-card-content {
  padding: var(--sp-2);
}

.image-card--sidebar .image-card-title {
  font-size: var(--fs-sm);
  margin-bottom: var(--sp-1);
}

.image-card--sidebar .image-card-excerpt {
  display: none;
}

/* Desktop Responsive */
@media (min-width: 768px) {
  .image-card--featured {
    display: flex;
    gap: var(--sp-6);
  }
  
  .image-card--featured .image-card-image {
    width: 40%;
    height: 300px;
  }
  
  .image-card--featured .image-card-content {
    width: 60%;
    padding: var(--sp-6);
  }
}


/* content with sidebar */
.articles-layout {
  margin-bottom: var(--sp-8);
}

.articles-sidebar {
  margin-top: var(--sp-8);
}

@media (min-width: 1024px) {
  .articles-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--sp-8);
  }
  
  .articles-sidebar {
    margin-top: 0;
  }
}

.articles-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--sp-4); }
.articles-title { font-size: var(--fs-lg); font-weight: var(--fw-semibold); }
.articles-grid { display: grid; gap: var(--sp-6); }
@media (min-width: 768px) {
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pagination-nav { margin-top: var(--sp-8); }
.pagination-container { display: flex; justify-content: center; }
.sidebar-widget { margin-bottom: var(--sp-6); }
.sidebar-widget:last-child { margin-bottom: 0; }
.widget-text { font-size: var(--fs-sm); margin-bottom: var(--sp-3); }
.newsletter-form { display: flex; gap: var(--sp-2); margin-top: var(--sp-4); }
.newsletter-input { flex: 1; padding: var(--sp-3); border: 1px solid var(--gray-300); border-radius: var(--radius-md); }


/* Pagination */
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: var(--sp-2);
}

.page-item {
  display: flex;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-2) var(--sp-3);
  color: var(--primary-color);
  text-decoration: none;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.page-link:hover {
  background: var(--primary-color);
  color: white;
}

.page-item.active .page-link {
  background: var(--primary-color);
  color: white;
}

.page-item.disabled .page-link {
  color: var(--muted-color);
  pointer-events: none;
}

/* Metric Csrd */
.metric-card {
  background: white;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  padding: var(--sp-6);
  text-align: center;
  transition: all var(--transition-base);
}

.metric-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.metric-value {
  font-size: var(--fs-xxl);
  font-weight: var(--fw-bold);
  color: var(--primary-color);
  margin-bottom: var(--sp-2);
}

.metric-label {
  font-size: var(--fs-sm);
  color: var(--muted-color);
  font-weight: var(--fw-medium);
}

.social-sharing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  margin-top: var(--sp-6);
  flex-wrap: wrap;
}

.social-label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: var(--fw-medium);
  margin-right: var(--sp-2);
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: all var(--transition-fast);
  backdrop-filter: blur(4px);
}

.social-btn:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
}

.tags-section, .bottom-social-sharing {
  margin-top: var(--sp-8);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--gray-200);
}

.social-sharing-large {
  display: flex;
  justify-content: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.social-btn-large {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-4);
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
}

.social-btn-large:hover {
  background: var(--primary-dark);
  color: white;
  transform: translateY(-1px);
}


/* bootstrap classes redefined */
.d-none {
  display: none !important;
}