/* ============================================
   MARKETING SITE CSS
   Clean, professional styles for community services
   ============================================ */

/* ============================================
   BASE & LAYOUT
   ============================================ */

html:has(.landing-nav) {
  scrollbar-gutter: auto;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

section[id] {
  scroll-margin-top: 80px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-xl);
  box-sizing: border-box;
}

.container--narrow {
  max-inline-size: 800px;
  margin-inline: auto;
}

.container--medium {
  max-inline-size: 1000px;
  margin-inline: auto;
}

/* ============================================
   NAVIGATION
   ============================================ */

.landing-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: var(--space-md) var(--space-2xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: oklch(var(--lch-paper) / 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-light);
  gap: var(--space-2xl);
}

.landing-nav-brand {
  display: flex;
  align-items: center;
  gap: var(--space-md);
}

.landing-logo {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  text-decoration: none;
  color: var(--ink);
}

.landing-logo .logo-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.landing-logo-text {
  font-size: var(--text-xl);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.landing-nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-2xl);
  margin-left: auto;
  margin-right: var(--space-2xl);
}

.landing-nav-link {
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--ink-75);
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
}

.landing-nav-link:hover {
  color: var(--ink);
}

.landing-nav-link--active {
  color: var(--ink);
  font-weight: 600;
}

.landing-nav-actions {
  display: flex;
  align-items: center;
  gap: var(--space-md);
}

.nav-cta {
  padding: var(--space-sm) var(--space-lg);
  font-size: var(--text-sm);
  font-weight: 600;
  color: white;
  background: var(--primary);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.nav-cta:hover {
  background: oklch(42% 0.12 235);
}

.nav-cta:active {
  transform: scale(0.98);
}

/* Mobile menu toggle */
.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  padding: var(--space-xs);
  border: none;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ============================================
   HERO SECTIONS
   ============================================ */

.landing-hero {
  padding-top: calc(80px + var(--space-3xl));
  padding-bottom: var(--space-3xl);
  text-align: center;
  background: var(--paper);
}

.landing-hero .container {
  max-width: 900px;
}

.landing-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 var(--space-lg) 0;
}

.landing-hero__sub {
  font-size: var(--text-xl);
  color: var(--ink-60);
  margin: 0 0 var(--space-2xl) 0;
  line-height: 1.5;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: var(--space-xl);
  margin-top: var(--space-2xl);
  flex-wrap: wrap;
}

.hero-stat {
  font-size: var(--text-lg);
  color: var(--ink-60);
}

.hero-stat strong {
  font-weight: 700;
  color: var(--ink);
}

.landing-hero__actions {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  flex-wrap: wrap;
}

.landing-hero--compact {
  padding-top: calc(80px + var(--space-2xl));
  padding-bottom: var(--space-2xl);
}

.hero {
  padding-top: calc(80px + var(--space-3xl));
  padding-bottom: var(--space-3xl);
  text-align: center;
  background: var(--paper);
}

.hero--large {
  padding-top: calc(80px + var(--space-3xl) * 2);
  padding-bottom: calc(var(--space-3xl) * 2);
}

.hero__title {
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 var(--space-lg) 0;
  max-width: 900px;
  margin-inline: auto;
}

.hero__title--large {
  font-size: 48px;
  line-height: 1.1;
}

.hero__subtitle {
  font-size: var(--text-xl);
  color: var(--ink-60);
  margin: 0 0 var(--space-2xl) 0;
  max-width: 700px;
  margin-inline: auto;
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   SECTIONS
   ============================================ */

.landing-section {
  padding: var(--space-3xl) 0;
  background: var(--paper);
}

.landing-section--alt {
  background: var(--surface);
}

.landing-section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-md) 0;
  text-align: center;
}

.landing-section__lead {
  font-size: var(--text-lg);
  color: var(--ink-60);
  margin: 0 0 var(--space-2xl) 0;
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
}

.landing-section .card h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-sm) 0;
}

.landing-section .card p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

.section {
  padding: calc(var(--space-3xl) * 2) 0;
}

.section--alt {
  background: var(--surface);
}

.section--tight {
  padding: var(--space-3xl) 0;
}

.section__header {
  text-align: center;
  margin-bottom: var(--space-3xl);
}

.section__title {
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 var(--space-md) 0;
}

.section__subtitle {
  font-size: var(--text-lg);
  color: var(--ink-60);
  margin: 0;
  max-width: 700px;
  margin-inline: auto;
}

/* ============================================
   CARD GRIDS
   ============================================ */

.card-grid {
  display: grid;
  gap: var(--space-xl);
}

.card-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: var(--space-2xl);
  transition: all 0.2s ease;
}

.card:hover {
  border-color: var(--border-dark);
  box-shadow: var(--shadow-card);
}

.card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: var(--space-lg);
  color: #2d8a7b;
}

.card__title {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-sm) 0;
}

.card__text {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

/* ============================================
   PROCESS/STEPS LAYOUT
   ============================================ */

.steps,
.process {
  display: grid;
  gap: var(--space-2xl);
  max-width: 800px;
  margin: 0 auto;
}

.step,
.process__step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: var(--space-xl);
  align-items: start;
}

.step__number,
.process__number {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: white;
  border-radius: var(--radius-md);
  font-size: var(--text-2xl);
  font-weight: 700;
  flex-shrink: 0;
}

.step__content,
.process__content {
  padding-top: var(--space-sm);
}

.step__content h3,
.process__content h3 {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-sm) 0;
}

.step__content p,
.process__content p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

/* ============================================
   FAQ SECTION
   ============================================ */

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

.faq__item {
  border-bottom: 1px solid var(--border-light);
  padding: var(--space-xl) 0;
}

.faq__item:first-child {
  border-top: 1px solid var(--border-light);
}

.faq__item h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-sm) 0;
}

.faq__item p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

/* ============================================
   CTA SECTIONS
   ============================================ */

.landing-cta {
  padding: var(--space-3xl) 0;
  text-align: center;
  background: var(--surface);
}

.landing-cta .container {
  max-width: 800px;
}

.landing-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-md) 0;
}

.landing-cta p {
  font-size: var(--text-lg);
  color: var(--ink-60);
  margin: 0 0 var(--space-xl) 0;
}

.cta-section {
  padding: calc(var(--space-3xl) * 2) 0;
  text-align: center;
  background: var(--surface);
}

.cta-section__title {
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 var(--space-md) 0;
}

.cta-section__text {
  font-size: var(--text-lg);
  color: var(--ink-60);
  margin: 0 0 var(--space-2xl) 0;
  max-width: 600px;
  margin-inline: auto;
}

.cta-section__actions {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-sm) var(--space-lg);
  font-size: var(--text-base);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  white-space: nowrap;
}

.btn--primary {
  background: var(--primary);
  color: white;
  border-color: #2d8a7b;
}

.btn--primary:hover {
  background: oklch(42% 0.12 235);
  border-color: #247a6c;
}

.btn--outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--border-dark);
}

.btn--outline:hover {
  background: var(--surface);
  border-color: var(--ink-40);
}

.btn--lg {
  padding: var(--space-md) var(--space-2xl);
  font-size: var(--text-lg);
}

.btn:active {
  transform: scale(0.98);
}

/* ============================================
   FORMS (Contact Page)
   ============================================ */

.form {
  max-width: 600px;
  margin: 0 auto;
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: var(--space-3xl);
}

.form__title {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-sm) 0;
}

.form__subtitle {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0 0 var(--space-2xl) 0;
}

.form-field {
  margin-bottom: var(--space-xl);
}

.form-field:last-of-type {
  margin-bottom: var(--space-2xl);
}

.form-field__label {
  display: block;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--ink-75);
  margin-bottom: var(--space-xs);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-field__input,
.form-field__textarea,
.form-field__select {
  width: 100%;
  padding: var(--space-md) var(--space-lg);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--paper);
  color: var(--ink);
  font-size: var(--text-base);
  font-family: inherit;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.form-field__input:focus,
.form-field__textarea:focus,
.form-field__select:focus {
  outline: none;
  border-color: #2d8a7b;
  box-shadow: 0 0 0 3px oklch(var(--lch-success) / 0.1);
}

.form-field__textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.form-field__help {
  display: block;
  font-size: var(--text-sm);
  color: var(--ink-50);
  margin-top: var(--space-xs);
}

.form__actions {
  display: flex;
  gap: var(--space-md);
  justify-content: flex-end;
}

/* ============================================
   SPLIT LAYOUT
   ============================================ */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: start;
}

.split__content h2 {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-lg) 0;
  text-align: left;
}

.split__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-xl) 0;
}

.split__content li {
  padding: var(--space-sm) 0;
  padding-left: var(--space-xl);
  position: relative;
  color: var(--ink-75);
}

.split__content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2d8a7b;
  font-weight: 600;
}

.split__content p {
  color: var(--ink-60);
}

.split__content a {
  color: #2d8a7b;
}

/* ============================================
   CONTACT FORM
   ============================================ */

.contact-form-wrapper {
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-3xl);
  box-shadow: var(--shadow-subtle);
}

.contact-form-header {
  text-align: center;
  margin-bottom: var(--space-2xl);
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid var(--border-light);
}

.contact-form-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-brand);
  color: white;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px rgba(45, 138, 123, 0.2);
}

.contact-form-title {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-xs) 0;
  text-align: center;
}

.contact-form-subtitle {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
}

.contact-form-subtitle::before {
  content: "⏱";
  font-size: var(--text-lg);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.contact-form-field label {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--ink-75);
}

.contact-form-field input,
.contact-form-field textarea {
  width: 100%;
  padding: var(--space-md) var(--space-lg);
  border: 2px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--paper);
  color: var(--ink);
  font-size: var(--text-base);
  font-family: inherit;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.contact-form-field input:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: #2d8a7b;
  box-shadow: 0 0 0 4px rgba(45, 138, 123, 0.1);
  background: var(--surface-raised);
}

.contact-form-field textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.btn--contact-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: var(--space-md) var(--space-xl);
  font-size: var(--text-lg);
  font-weight: 600;
  margin-top: var(--space-md);
}

.btn--contact-submit svg {
  transition: transform 0.2s ease;
}

.btn--contact-submit:hover svg {
  transform: translateX(2px);
}

.contact-alternative {
  text-align: center;
  margin-top: var(--space-xl);
  padding-top: var(--space-xl);
  border-top: 1px solid var(--border-light);
}

.contact-alternative p {
  font-size: var(--text-sm);
  color: var(--ink-60);
  margin: 0;
}

.contact-alternative a {
  color: #2d8a7b;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(45, 138, 123, 0.3);
  text-underline-offset: 2px;
}

.contact-alternative a:hover {
  text-decoration-color: #2d8a7b;
}

/* ============================================
   CONTACT PROCESS SECTION
   ============================================ */

.contact-process {
  padding: var(--space-xl) 0;
}

.contact-process h2 {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-md) 0;
  text-align: left;
}

.contact-process-intro {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0 0 var(--space-2xl) 0;
  line-height: 1.6;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  margin-bottom: var(--space-3xl);
}

.process-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--space-lg);
  align-items: start;
  position: relative;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 64px;
  bottom: -32px;
  width: 2px;
  background: linear-gradient(to bottom, var(--border-light) 0%, transparent 100%);
}

.process-step-number {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-brand);
  color: white;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 8px rgba(45, 138, 123, 0.2);
  position: relative;
  z-index: 1;
}

.process-step-content {
  padding-top: var(--space-xs);
}

.process-step-content h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-xs) 0;
}

.process-step-content p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

.contact-reassurance {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  padding: var(--space-lg);
  background: var(--surface-tinted);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  border-left: 3px solid #2d8a7b;
}

.contact-reassurance svg {
  flex-shrink: 0;
  color: #2d8a7b;
  margin-top: 2px;
}

.contact-reassurance p {
  font-size: var(--text-sm);
  color: var(--ink-75);
  margin: 0;
  line-height: 1.6;
}

/* ============================================
   FOOTER
   ============================================ */

.landing-footer {
  background: var(--surface);
  padding: var(--space-3xl) 0 var(--space-xl);
  border-top: 1px solid var(--border-light);
}

.landing-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-2xl);
}

.landing-footer-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: var(--space-3xl);
  padding-bottom: var(--space-2xl);
  border-bottom: 1px solid var(--border-light);
}

.landing-footer-brand {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.landing-footer-logo {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  text-decoration: none;
  color: var(--ink);
}

.landing-footer-logo .logo-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.landing-footer-logo span {
  font-size: var(--text-lg);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.landing-footer-tagline {
  font-size: var(--text-sm);
  color: var(--ink-60);
  margin: 0 0 var(--space-md) 0;
  line-height: 1.5;
  max-width: 320px;
}

.landing-footer-mission {
  font-size: var(--text-sm);
  color: var(--ink-50);
  margin: 0;
  line-height: 1.6;
  max-width: 320px;
  font-style: italic;
}

.landing-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2xl);
}

.landing-footer-section h3 {
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-60);
  margin: 0 0 var(--space-md) 0;
}

.landing-footer-section a {
  display: block;
  font-size: var(--text-sm);
  color: var(--ink-75);
  text-decoration: none;
  margin-bottom: var(--space-xs);
  transition: color 0.2s ease;
}

.landing-footer-section a:hover {
  color: var(--ink);
}

.landing-footer-bottom {
  padding-top: var(--space-lg);
  text-align: center;
}

.landing-footer-bottom p {
  font-size: var(--text-xs);
  color: var(--ink-50);
  margin: 0;
}

/* ============================================
   PRICING PAGE SPECIFIC
   ============================================ */

/* Trust Badges */
.pricing-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-lg);
  margin-top: var(--space-2xl);
  flex-wrap: wrap;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-sm) var(--space-lg);
  background: oklch(var(--lch-success) / 0.08);
  border: 1px solid oklch(var(--lch-success) / 0.2);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--ink-75);
  transition: all 0.2s ease;
}

.trust-badge svg {
  color: #2d8a7b;
  flex-shrink: 0;
}

.trust-badge:hover {
  background: oklch(var(--lch-success) / 0.12);
  border-color: oklch(var(--lch-success) / 0.3);
}

/* Pricing Components */
.pricing-components {
  display: grid;
  gap: var(--space-2xl);
  max-width: 900px;
  margin: var(--space-2xl) auto 0;
}

.pricing-component {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--space-xl);
  align-items: start;
  padding: var(--space-2xl);
  background: var(--surface-raised);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
}

.pricing-component:hover {
  border-color: var(--border-dark);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.pricing-component__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.pricing-component__icon--setup {
  background: oklch(var(--lch-primary) / 0.08);
  color: #1e3a5f;
}

.pricing-component__icon--annual {
  background: oklch(var(--lch-success) / 0.08);
  color: #2d8a7b;
}

.pricing-component__icon--usage {
  background: oklch(var(--lch-accent) / 0.08);
  color: oklch(var(--lch-accent));
}

.pricing-component:hover .pricing-component__icon {
  transform: scale(1.05);
}

.pricing-component__content {
  padding-top: var(--space-xs);
}

.pricing-component__label {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-50);
  margin-bottom: var(--space-xs);
}

.pricing-component__content h3 {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-sm) 0;
}

.pricing-component__content p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xl);
  max-width: 1000px;
  margin: var(--space-2xl) auto 0;
}

.feature-item {
  display: flex;
  gap: var(--space-lg);
  align-items: start;
  padding: var(--space-xl);
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
}

.feature-item:hover {
  border-color: var(--border-dark);
  box-shadow: var(--shadow-sm);
}

.feature-item__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: oklch(var(--lch-success) / 0.08);
  border-radius: var(--radius-sm);
  color: #2d8a7b;
  flex-shrink: 0;
}

.feature-item__content h3 {
  font-size: var(--text-md);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-xs) 0;
}

.feature-item__content p {
  font-size: var(--text-sm);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.5;
}

/* FAQ Scannable Variant */
.faq--scannable .faq__item h3 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: var(--space-md);
  position: relative;
  padding-left: var(--space-xl);
}

.faq--scannable .faq__item h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: oklch(var(--lch-primary) / 0.08);
  color: #1e3a5f;
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  font-weight: 700;
}

.faq--scannable .faq__item p {
  padding-left: var(--space-xl);
  line-height: 1.7;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
  .card-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Pricing page responsive */
  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .card-grid--3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* Navigation */
  .landing-nav {
    padding: var(--space-md) var(--space-lg);
  }

  .hamburger {
    display: flex;
  }

  .landing-nav-links {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background: var(--paper);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    padding: var(--space-lg);
    border-bottom: 1px solid var(--border-light);
    display: none;
  }

  .landing-nav-links.open {
    display: flex;
  }

  .landing-nav-link {
    width: 100%;
    padding: var(--space-md) 0;
    border-bottom: 1px solid var(--border-light);
  }

  .landing-nav-link:last-child {
    border-bottom: none;
  }

  /* Typography */
  .hero__title {
    font-size: var(--text-2xl);
  }

  .hero__title--large {
    font-size: var(--text-3xl);
  }

  .hero__subtitle {
    font-size: var(--text-base);
  }

  .section__title {
    font-size: var(--text-2xl);
  }

  /* Sections */
  section,
  main {
    padding-inline: var(--space-lg);
  }

  .section {
    padding: var(--space-3xl) 0;
  }

  /* Cards - 2 col goes to 1 at 768 */
  .card-grid--2 {
    grid-template-columns: 1fr;
  }

  /* Pricing Components - Stack on mobile */
  .pricing-component {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    padding: var(--space-xl);
  }

  .pricing-component__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
  }

  .pricing-component__content {
    text-align: center;
  }

  /* Trust badges - Stack on mobile */
  .pricing-trust-badges {
    gap: var(--space-sm);
  }

  .trust-badge {
    font-size: var(--text-xs);
    padding: var(--space-xs) var(--space-md);
  }

  /* FAQ scannable - Adjust for mobile */
  .faq--scannable .faq__item h3 {
    font-size: var(--text-base);
    padding-left: var(--space-lg);
  }

  .faq--scannable .faq__item h3::before {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .faq--scannable .faq__item p {
    padding-left: var(--space-lg);
    font-size: var(--text-sm);
  }

  /* Steps */
  .step,
  .process__step {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }

  .step__number,
  .process__number {
    width: 48px;
    height: 48px;
    font-size: var(--text-xl);
  }

  /* Hero Actions */
  .hero__actions,
  .landing-hero__actions {
    flex-direction: column;
  }

  .landing-hero__actions .btn,
  .hero__actions .btn {
    width: 100%;
  }

  /* Forms */
  .form {
    padding: var(--space-xl);
  }

  /* Split layout */
  .split {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  /* Contact page mobile */
  .contact-form-wrapper {
    padding: var(--space-xl);
  }

  .contact-process {
    padding: var(--space-md) 0;
  }

  .process-step {
    grid-template-columns: 48px 1fr;
    gap: var(--space-md);
  }

  .process-step:not(:last-child)::after {
    left: 23px;
  }

  .process-step-number {
    width: 48px;
    height: 48px;
  }

  .process-step-number svg {
    width: 20px;
    height: 20px;
  }

  .process-step-content h3 {
    font-size: var(--text-base);
  }

  .process-step-content p {
    font-size: var(--text-sm);
  }

  /* Footer */
  .landing-footer-content {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }

  .landing-footer-links {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
}

/* ============================================
   MID-PAGE CTA SECTIONS
   ============================================ */

.mid-cta-section {
  padding: var(--space-3xl) 0;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.03) 0%, rgba(45, 138, 123, 0.03) 100%);
}

.mid-cta-card {
  max-width: 700px;
  margin: 0 auto;
  padding: var(--space-3xl);
  background: var(--surface-raised);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
}

.mid-cta-card:hover {
  border-color: #2d8a7b;
  box-shadow: 0 8px 32px rgba(45, 138, 123, 0.12);
  transform: translateY(-4px);
}

.mid-cta-card h3 {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-md) 0;
}

.mid-cta-card p {
  font-size: var(--text-lg);
  color: var(--ink-60);
  margin: 0 0 var(--space-xl) 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .mid-cta-section {
    padding: var(--space-2xl) 0;
  }

  .mid-cta-card {
    padding: var(--space-2xl);
  }

  .mid-cta-card h3 {
    font-size: var(--text-xl);
  }

  .mid-cta-card p {
    font-size: var(--text-base);
  }
}

/* ============================================
   STICKY CTA
   ============================================ */

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d8a7b 100%);
  box-shadow: 0 -4px 24px rgba(30, 58, 95, 0.2);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-cta--visible {
  transform: translateY(0);
}

.sticky-cta-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--space-lg) var(--space-2xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
}

.sticky-cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sticky-cta-label {
  font-size: var(--text-sm);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sticky-cta-value {
  font-size: var(--text-lg);
  font-weight: 700;
  color: white;
  line-height: 1.2;
}

.sticky-cta-button {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-md) var(--space-xl);
  background: white;
  color: #1e3a5f;
  font-size: var(--text-base);
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.sticky-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
}

.sticky-cta-button:active {
  transform: translateY(0);
}

.sticky-cta-button svg {
  transition: transform 0.2s ease;
}

.sticky-cta-button:hover svg {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .sticky-cta-content {
    padding: var(--space-md) var(--space-lg);
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-md);
  }

  .sticky-cta-text {
    text-align: center;
  }

  .sticky-cta-button {
    width: 100%;
    justify-content: center;
  }

  .sticky-cta-label {
    font-size: var(--text-xs);
  }

  .sticky-cta-value {
    font-size: var(--text-base);
  }
}

/* ============================================
   UTILITIES
   ============================================ */

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

.text-left {
  text-align: left;
}

.mt-0 { margin-top: 0; }
.mt-sm { margin-top: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.mt-2xl { margin-top: var(--space-2xl); }

.mb-0 { margin-bottom: 0; }
.mb-sm { margin-bottom: var(--space-sm); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }
.mb-xl { margin-bottom: var(--space-xl); }
.mb-2xl { margin-bottom: var(--space-2xl); }

/* ============================================
   ENHANCED HOW IT WORKS PAGE STYLES
   ============================================ */

/* Process Timeline - Enhanced with connecting lines and icons */
.process-timeline {
  max-width: 900px;
  margin: 0 auto;
  margin-top: var(--space-3xl);
  position: relative;
}

.process-timeline__step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: var(--space-2xl);
  margin-bottom: var(--space-3xl);
  position: relative;
}

.process-timeline__step:last-child {
  margin-bottom: 0;
}

/* Connecting line between steps */
.process-timeline__step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 60px;
  top: 120px;
  width: 2px;
  height: calc(100% + var(--space-3xl) - 120px);
  background: linear-gradient(to bottom, #2d8a7b 0%, var(--border-light) 100%);
  opacity: 0.3;
}

.process-timeline__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  position: relative;
  z-index: 1;
}

.process-timeline__number {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  font-size: var(--text-xl);
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(45, 138, 123, 0.2);
  position: relative;
}

.process-timeline__number::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid #2d8a7b;
  border-radius: 50%;
  opacity: 0.2;
}

.process-timeline__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-raised);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-md);
  color: #2d8a7b;
  flex-shrink: 0;
}

.process-timeline__icon svg {
  width: 28px;
  height: 28px;
}

.process-timeline__content {
  padding-top: var(--space-xs);
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
  transition: all 0.3s ease;
}

.process-timeline__content:hover {
  border-color: #2d8a7b;
  box-shadow: 0 4px 16px rgba(45, 138, 123, 0.1);
  transform: translateY(-2px);
}

.process-timeline__content h3 {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-md) 0;
}

.process-timeline__content p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.7;
}

/* Enhanced Feature Cards with Icons */
.card--feature {
  position: relative;
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
  transition: all 0.3s ease;
}

.card--feature:hover {
  border-color: #2d8a7b;
  box-shadow: 0 8px 24px rgba(45, 138, 123, 0.12);
  transform: translateY(-4px);
}

.card__icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(45, 138, 123, 0.1) 0%, rgba(45, 138, 123, 0.05) 100%);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-lg);
  position: relative;
  overflow: hidden;
}

.card__icon-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45, 138, 123, 0.15) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card--feature:hover .card__icon-wrapper::before {
  opacity: 1;
}

.card__icon-wrapper .card__icon {
  width: 32px;
  height: 32px;
  color: #2d8a7b;
  position: relative;
  z-index: 1;
}

.card--feature h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-sm) 0;
}

.card--feature p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

/* Enhanced FAQ List */
.faq-list {
  max-width: 800px;
  margin: var(--space-3xl) auto 0;
  display: grid;
  gap: var(--space-lg);
}

.faq-item {
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
  transition: all 0.3s ease;
  position: relative;
}

.faq-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--primary);
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item:hover {
  border-color: var(--border-dark);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateX(4px);
}

.faq-item:hover::before {
  opacity: 1;
}

.faq-item__question {
  display: flex;
  align-items: flex-start;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}

.faq-item__icon {
  width: 24px;
  height: 24px;
  color: #2d8a7b;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-item__question h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--ink);
  margin: 0;
  line-height: 1.4;
}

.faq-item p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.7;
  padding-left: calc(24px + var(--space-md));
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .process-timeline__step {
    grid-template-columns: 80px 1fr;
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
  }

  .process-timeline__step:not(:last-child)::before {
    left: 40px;
    top: 100px;
    height: calc(100% + var(--space-2xl) - 100px);
  }

  .process-timeline__marker {
    gap: var(--space-sm);
  }

  .process-timeline__number {
    width: 48px;
    height: 48px;
    font-size: var(--text-lg);
  }

  .process-timeline__number::after {
    inset: -3px;
  }

  .process-timeline__icon {
    width: 48px;
    height: 48px;
  }

  .process-timeline__icon svg {
    width: 24px;
    height: 24px;
  }

  .process-timeline__content {
    padding: var(--space-lg);
  }

  .process-timeline__content h3 {
    font-size: var(--text-lg);
  }

  .card--feature {
    padding: var(--space-lg);
  }

  .card__icon-wrapper {
    width: 56px;
    height: 56px;
  }

  .card__icon-wrapper .card__icon {
    width: 28px;
    height: 28px;
  }

  .faq-item {
    padding: var(--space-lg);
  }

  .faq-item p {
    padding-left: 0;
    margin-top: var(--space-sm);
  }
}

/* ============================================
   HOMEPAGE ENHANCEMENTS
   ============================================ */

/* Enhanced Logo with Tagline */
.landing-logo {
  gap: var(--space-md) !important;
}

.landing-logo-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.landing-logo-text {
  line-height: 1;
}

.landing-logo-tagline {
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-50);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Enhanced Nav Spacing */
.landing-nav-links {
  gap: var(--space-3xl) !important;
  margin-right: var(--space-3xl) !important;
}

/* Hero */
.landing-hero {
  position: relative;
  background: linear-gradient(180deg,
    oklch(99% 0.005 200) 0%,
    oklch(97% 0.008 200) 100%);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.4;
}

.hero-wave {
  position: absolute;
  bottom: -40%;
  left: -10%;
  right: -10%;
  height: 120%;
  background: radial-gradient(ellipse at center top,
    oklch(var(--lch-success) / 0.08) 0%,
    transparent 60%);
  border-radius: 50%;
  animation: wave-pulse 8s ease-in-out infinite;
}

@keyframes wave-pulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-3%) scale(1.02); }
}

.landing-hero .container {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-xs) var(--space-md);
  background: oklch(var(--lch-success) / 0.08);
  border: 1.5px solid oklch(var(--lch-success) / 0.2);
  border-radius: var(--radius-full);
  margin-bottom: var(--space-lg);
  color: var(--primary);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hero-badge svg {
  width: 16px;
  height: 16px;
  color: #2d8a7b;
}

/* Proof Points Section */
.proof-points {
  background: var(--paper);
  border-top: 2px solid oklch(var(--lch-success) / 0.15);
  border-bottom: 1px solid var(--border-light);
  padding: var(--space-3xl) 0;
  position: relative;
}

.proof-points::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    oklch(var(--lch-success) / 0.3) 20%,
    oklch(var(--lch-success) / 0.3) 80%,
    transparent 100%);
}

.proof-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2xl);
  max-width: 1000px;
  margin: 0 auto;
}

.proof-card {
  text-align: center;
  padding: var(--space-2xl) var(--space-lg);
  background: linear-gradient(135deg,
    oklch(var(--lch-surface) / 0.6) 0%,
    oklch(var(--lch-surface-raised) / 0.8) 100%);
  border: 2px solid oklch(var(--lch-success) / 0.12);
  border-radius: var(--radius-lg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.proof-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2d8a7b 0%, #1e3a5f 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.proof-card:hover {
  transform: translateY(-6px);
  border-color: oklch(var(--lch-success) / 0.3);
  box-shadow:
    0 12px 32px rgba(45, 138, 123, 0.15),
    0 4px 12px rgba(30, 58, 95, 0.08);
}

.proof-card:hover::before {
  opacity: 1;
}

.proof-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto var(--space-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.proof-card:hover .proof-card__icon {
  transform: scale(1.1) translateY(-4px);
}

.proof-card__icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 8px rgba(45, 138, 123, 0.15));
}

.proof-card__stat {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #2d8a7b 0%, #1e3a5f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-xs);
  letter-spacing: -0.02em;
}

.proof-card__label {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--ink-75);
  margin-bottom: var(--space-sm);
  letter-spacing: -0.01em;
}

.proof-card__detail {
  font-size: var(--text-sm);
  color: var(--ink-60);
  line-height: 1.6;
  margin: 0;
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .proof-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: var(--space-xl);
  }

  .proof-card {
    padding: var(--space-xl);
  }
}

/* Who We Serve Section */
.who-we-serve {
  background: var(--paper);
  padding: calc(var(--space-3xl) * 1.5) 0;
}

.who-we-serve h2 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-3xl) 0;
}

.serve-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2xl);
  max-width: 1100px;
  margin: 0 auto;
}

.serve-grid--6 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  gap: var(--space-xl);
}

.serve-grid--6 .serve-item {
  padding: var(--space-xl);
}

.serve-grid--6 .serve-icon {
  width: 56px;
  height: 56px;
  margin-bottom: var(--space-md);
}

.serve-grid--6 .serve-item h3 {
  font-size: var(--text-base);
  margin-bottom: var(--space-xs);
}

.serve-grid--6 .serve-item p {
  font-size: var(--text-sm);
  line-height: 1.5;
}

/* Story Link */
.story-link {
  color: #2d8a7b;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.story-link:hover {
  color: #1e3a5f;
}

.serve-item {
  background: var(--surface-raised);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
  text-align: center;
  transition: all 0.3s ease;
}

.serve-item:hover {
  border-color: #2d8a7b;
  box-shadow: 0 8px 24px rgba(30, 58, 95, 0.08);
  transform: translateY(-4px);
}

.serve-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-lg);
}

.serve-icon svg {
  width: 100%;
  height: 100%;
}

.serve-item h3 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #1e3a5f;
  margin: 0 0 var(--space-sm) 0;
}

.serve-item p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

/* Story Section */
.story-content {
  text-align: left;
}

.story-content p {
  font-size: var(--text-lg);
  color: var(--ink-75);
  line-height: 1.8;
  margin: 0 0 var(--space-lg) 0;
}

.story-content p:last-child {
  margin-bottom: 0;
}

/* Responsive Adjustments for New Sections */
@media (max-width: 1024px) {
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-2xl);
  }

  .serve-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .hero-shape-1 {
    width: 400px;
    height: 400px;
  }

  .hero-shape-2 {
    width: 300px;
    height: 300px;
  }

  .hero-shape-3 {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .landing-logo-tagline {
    display: none;
  }

  .landing-nav-links {
    gap: var(--space-xl) !important;
    margin-right: var(--space-xl) !important;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .proof-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }

  .proof-content {
    align-items: flex-start;
  }

  .hero-shape {
    opacity: 0.05;
  }
}

/* ============================================
   EQUITY & ACCESS SECTION
   ============================================ */

.landing-section--equity {
  background: linear-gradient(135deg,
    oklch(var(--lch-primary) / 0.03) 0%,
    oklch(var(--lch-secondary) / 0.04) 100%);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.landing-section--equity h2 {
  text-align: center;
  margin-bottom: var(--space-md);
}

.landing-section--equity .landing-section__lead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--space-3xl);
}

.card--equity {
  border: 1px solid var(--border);
  background: var(--paper);
  position: relative;
  overflow: hidden;
}

.card--equity::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.card--equity h3 {
  color: var(--primary);
  margin-bottom: var(--space-md);
}

.card--equity p strong {
  color: var(--ink);
  font-weight: 600;
}

.card__icon-wrapper--languages,
.card__icon-wrapper--247,
.card__icon-wrapper--access,
.card__icon-wrapper--outcomes {
  background: linear-gradient(135deg,
    oklch(var(--lch-primary) / 0.1),
    oklch(var(--lch-secondary) / 0.15));
  margin-bottom: var(--space-lg);
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__icon-wrapper--languages svg,
.card__icon-wrapper--247 svg,
.card__icon-wrapper--access svg,
.card__icon-wrapper--outcomes svg {
  color: var(--primary);
}

/* Responsive adjustments for equity section */
@media (max-width: 768px) {
  .landing-section--equity .card-grid--2 {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   SOCIAL PROOF & CREDIBILITY SECTIONS
   ============================================ */

/* Impact Numbers Section */
.impact-numbers {
  background: var(--paper);
  padding: calc(var(--space-3xl) * 1.5) 0;
  border-bottom: 1px solid var(--border-light);
}

.impact-numbers h2 {
  text-align: center;
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-3xl) 0;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-3xl);
  max-width: 1100px;
  margin: 0 auto;
}

.impact-item {
  text-align: center;
}

.impact-value {
  margin-bottom: var(--space-md);
}

.impact-counter {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #2d8a7b;
  line-height: 1;
  display: block;
}

.impact-label {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--ink-60);
  line-height: 1.4;
}

/* Use Cases Section */
.use-cases {
  background: var(--surface);
  padding: calc(var(--space-3xl) * 1.5) 0;
}

.use-cases h2 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-md) 0;
}

.use-cases .section__subtitle {
  text-align: center;
  font-size: var(--text-lg);
  color: var(--ink-60);
  margin: 0 0 var(--space-3xl) 0;
  max-width: 700px;
  margin-inline: auto;
}

.use-case-list {
  display: grid;
  gap: var(--space-2xl);
}

.use-case {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: var(--space-xl);
  align-items: start;
  padding: var(--space-2xl);
  background: var(--surface-raised);
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
}

.use-case:hover {
  border-color: #2d8a7b;
  box-shadow: 0 8px 24px rgba(45, 138, 123, 0.1);
  transform: translateY(-2px);
}

.use-case-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(45, 138, 123, 0.1) 0%, rgba(45, 138, 123, 0.05) 100%);
  border-radius: var(--radius-md);
  color: #2d8a7b;
  flex-shrink: 0;
}

.use-case-icon svg {
  width: 32px;
  height: 32px;
}

.use-case-content h3 {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-sm) 0;
}

.use-case-content p {
  font-size: var(--text-base);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.7;
}

/* Testimonials Section */
.testimonials {
  background: var(--paper);
  padding: calc(var(--space-3xl) * 1.5) 0;
}

.testimonials h2 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 var(--space-3xl) 0;
}

.testimonial-list {
  display: grid;
  gap: var(--space-2xl);
}

.testimonial {
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
  position: relative;
  transition: all 0.3s ease;
}

.testimonial:hover {
  border-color: var(--border-dark);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.testimonial-quote {
  position: relative;
  margin-bottom: var(--space-xl);
}

.quote-icon {
  width: 40px;
  height: 40px;
  color: rgba(45, 138, 123, 0.15);
  margin-bottom: var(--space-md);
}

.testimonial-quote p {
  font-size: var(--text-lg);
  color: var(--ink-75);
  line-height: 1.7;
  margin: 0;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--border-light);
}

.testimonial-name {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--ink);
}

.testimonial-role {
  font-size: var(--text-sm);
  color: var(--ink-60);
}

/* Trust Indicators Section */
.trust-indicators {
  background: var(--surface);
  padding: calc(var(--space-3xl) * 1.5) 0;
  border-top: 1px solid var(--border-light);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2xl);
  max-width: 1100px;
  margin: 0 auto;
}

.trust-item {
  display: flex;
  gap: var(--space-lg);
  align-items: start;
  padding: var(--space-2xl);
  background: var(--surface-raised);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
}

.trust-item:hover {
  border-color: var(--border-dark);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.trust-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 138, 123, 0.08);
  border-radius: var(--radius-md);
  color: #2d8a7b;
  flex-shrink: 0;
}

.trust-icon svg {
  width: 28px;
  height: 28px;
}

.trust-content h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 var(--space-xs) 0;
}

.trust-content p {
  font-size: var(--text-sm);
  color: var(--ink-60);
  margin: 0;
  line-height: 1.6;
}

/* Responsive Adjustments for Social Proof Sections */
@media (max-width: 1024px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-2xl);
  }

  .trust-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .impact-numbers {
    padding: var(--space-3xl) 0;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .impact-counter {
    font-size: var(--text-3xl);
  }

  .use-cases {
    padding: var(--space-3xl) 0;
  }

  .use-case {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    padding: var(--space-xl);
  }

  .use-case-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
  }

  .use-case-icon svg {
    width: 28px;
    height: 28px;
  }

  .use-case-content {
    text-align: center;
  }

  .testimonials {
    padding: var(--space-3xl) 0;
  }

  .testimonial {
    padding: var(--space-xl);
  }

  .testimonial-quote p {
    font-size: var(--text-base);
  }

  .quote-icon {
    width: 32px;
    height: 32px;
  }

  .trust-indicators {
    padding: var(--space-3xl) 0;
  }

  .trust-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-xl);
  }
}
