/* ════════════════════════════════════════════════════════════════
   SLOW HEALTH. GLOBAL THEME
   Fonts:  DM Sans · DM Serif Display
   ════════════════════════════════════════════════════════════════ */

:root {
  --forest: #2F3E2E;
  --forest-light: #3A5139;
  --sage: #7A8B6F;
  --sage-light: #A8B89E;
  --cream: #F5F0E8;
  --warm-white: #FDFBF7;
  --terracotta: #C4703F;
  --soft-rose: #D4A59A;
  --charcoal: #2C2C2C;
  --text-primary: #2C2C2C;
  --text-secondary: #5A5A5A;
  --text-light: #8A8A8A;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text-primary); background: var(--warm-white);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.08; letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.12; letter-spacing: -0.015em; }
h3 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); line-height: 1.2; }
p { font-size: 1.05rem; line-height: 1.65; color: var(--text-secondary); }
a { color: var(--forest); }

.overline {
  font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--sage);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 8rem 0; }
.section-dark { background: var(--forest); color: var(--warm-white); }
.section-dark p { color: rgba(255,255,255,0.75); }
.section-dark .overline { color: var(--sage-light); }
.section-cream { background: var(--cream); }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 4rem; }
.section-header .overline { margin-bottom: 1rem; display: block; }
.section-header h2 { margin-bottom: 1rem; }

/* ── Nav ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(253, 251, 247, 0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(47,62,46,0.06);
}
nav .container { display: flex; justify-content: space-between; align-items: center; height: 72px; }
.nav-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--forest); }
.nav-logo svg { width: 32px; height: 32px; }
.nav-logo span { font-family: 'DM Sans', sans-serif; font-size: 1.4rem; font-weight: 700; letter-spacing: 0.08em; }
.nav-links { display: flex; align-items: center; gap: 2.2rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text-secondary); font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--forest); }
.nav-cta {
  background: var(--forest); color: white !important; padding: 0.6rem 1.5rem;
  border-radius: 100px; font-size: 0.85rem !important; font-weight: 600 !important;
  transition: all 0.25s ease !important;
}
.nav-cta:hover { background: var(--forest-light); transform: translateY(-1px); }
.lang-switch {
  font-size: 0.8rem; font-weight: 600; color: var(--sage); cursor: pointer;
  border: 1.5px solid var(--sage-light); padding: 0.3rem 0.7rem;
  border-radius: 6px; background: transparent; transition: all 0.2s;
}
.lang-switch:hover { background: var(--sage); color: white; border-color: var(--sage); }

.mobile-menu-toggle {
  display: none; background: transparent; border: none; cursor: pointer;
  width: 28px; height: 22px; flex-direction: column; justify-content: space-between;
}
.mobile-menu-toggle span {
  display: block; height: 2px; width: 100%; background: var(--forest); border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.mobile-menu-toggle.open span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.mobile-menu-toggle.open span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.open span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

.mobile-menu {
  position: fixed; top: 72px; left: 0; right: 0; bottom: 0; z-index: 999;
  background: var(--warm-white);
  padding: 2rem; display: none; flex-direction: column; gap: 1.2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 1.1rem; font-weight: 500; color: var(--forest); text-decoration: none;
  padding: 0.4rem 0;
}
.mobile-menu .nav-cta {
  margin-top: 1.5rem; padding: 1.1rem 1.75rem;
  font-size: 1rem !important; font-weight: 600 !important;
  text-align: center; display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  box-shadow: 0 10px 28px rgba(47, 62, 46, 0.22);
}
.mobile-menu .nav-cta::after {
  content: ""; display: inline-block; width: 18px; height: 18px;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
  transition: transform 0.25s ease;
}
.mobile-menu .nav-cta:hover::after { transform: translateX(3px); }

/* ── Buttons ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--forest); color: white; padding: 1rem 2rem;
  border-radius: 100px; text-decoration: none; font-weight: 600;
  font-size: 0.95rem; transition: all 0.3s ease; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--forest-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(47,62,46,0.2); }
.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: var(--forest); padding: 1rem 2rem;
  border-radius: 100px; text-decoration: none; font-weight: 600;
  font-size: 0.95rem; border: 1.5px solid rgba(47,62,46,0.2);
  transition: all 0.3s ease; cursor: pointer;
}
.btn-secondary:hover { border-color: var(--forest); background: rgba(47,62,46,0.03); }
.btn-white { background: white; color: var(--forest); }
.btn-white:hover { background: var(--cream); transform: translateY(-2px); }

/* ── Hero ── */
.hero {
  min-height: 100vh; display: flex; align-items: center; padding-top: 72px;
  background: linear-gradient(165deg, var(--warm-white) 0%, var(--cream) 50%, rgba(212,165,154,0.1) 100%);
  position: relative; overflow: hidden;
}
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 2; }
.hero-content { max-width: 560px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(47,62,46,0.06); border-radius: 100px;
  padding: 0.5rem 1rem; margin-bottom: 2rem;
  font-size: 0.82rem; font-weight: 500; color: var(--forest);
}
.hero h1 { margin-bottom: 1.5rem; color: var(--forest); }
.hero h1 em { font-style: normal; background: linear-gradient(135deg, var(--terracotta), var(--soft-rose)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 1.15rem; max-width: 480px; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.hero-visual { display: flex; justify-content: center; position: relative; }

/* ── Desktop Mockup ── */
.desktop-mockup {
  width: 100%; max-width: 560px; margin: 0;
  background: white; border-radius: 12px;
  box-shadow: 0 25px 80px rgba(47,62,46,0.15), 0 2px 4px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06); overflow: hidden;
}
.desktop-mockup-bar {
  height: 32px; background: #f5f5f5; border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex; align-items: center; padding: 0 12px; gap: 6px;
}
.desktop-mockup-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ddd; }
.desktop-mockup img { width: 100%; display: block; }
.mockup-caption {
  font-size: 0.82rem; color: var(--ink-light, #6b6b6b);
  text-align: center; padding: 0.65rem 1rem;
  border-top: 1px solid rgba(47,62,46,0.06);
  background: #fafafa; letter-spacing: 0.01em;
}

/* ── Phone Mockup ── */
.phone-small {
  width: 220px; height: 450px; background: white; border-radius: 30px;
  box-shadow: 0 20px 60px rgba(47,62,46,0.12);
  border: 6px solid #1a1a1a; overflow: hidden; position: relative;
}
.phone-small::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 80px; height: 22px; background: #1a1a1a; border-radius: 0 0 12px 12px; z-index: 5;
}
.phone-screen {
  width: 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 0; position: relative;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* ── Trust Bar ── */
.trust-bar { padding: 3rem 0; border-top: 1px solid rgba(47,62,46,0.06); border-bottom: 1px solid rgba(47,62,46,0.06); }
.trust-items { display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9rem; font-weight: 500; color: var(--text-secondary); }
.trust-icon {
  width: 40px; height: 40px; background: var(--cream); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}

/* ── Platform Split ── */
.platform-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem;
}
.platform-card {
  border-radius: 24px; padding: 3rem; position: relative; overflow: hidden;
  transition: all 0.35s ease; cursor: default;
}
.platform-card.practitioner { background: var(--forest); color: var(--warm-white); }
.platform-card.practitioner p { color: rgba(255,255,255,0.7); }
.platform-card.client { background: white; border: 1px solid rgba(47,62,46,0.08); }
.platform-card .card-overline {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 1rem; display: block;
}
.platform-card.practitioner .card-overline { color: var(--sage-light); }
.platform-card.client .card-overline { color: var(--sage); }
.platform-card h3 { margin-bottom: 0.8rem; }
.platform-card p { font-size: 0.95rem; margin-bottom: 1.5rem; }
.platform-card .card-features {
  list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 2rem;
}
.platform-card .card-features li {
  display: flex; align-items: center; gap: 0.6rem; font-size: 0.88rem;
}
.platform-card.practitioner .card-features li { color: rgba(255,255,255,0.8); }
.platform-card.client .card-features li { color: var(--text-secondary); }
.card-features li svg { flex-shrink: 0; }

/* ── Feature Rows ── */
.feature-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
  align-items: center; margin-bottom: 8rem;
}
.feature-row:last-child { margin-bottom: 0; }
.feature-row.reversed { direction: rtl; }
.feature-row.reversed > * { direction: ltr; }
.feature-content { max-width: 480px; }
.feature-content .overline { margin-bottom: 1rem; display: block; }
.feature-content h2 { margin-bottom: 1.2rem; }
.feature-content p { margin-bottom: 1.5rem; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.feature-list li {
  display: flex; align-items: flex-start; gap: 0.8rem;
  font-size: 0.95rem; color: var(--text-secondary);
}
.feature-list li svg { flex-shrink: 0; margin-top: 3px; }
.feature-visual { display: flex; justify-content: center; }
.feature-desktop {
  width: 100%; border-radius: 12px; overflow: hidden;
  box-shadow: 0 16px 60px rgba(47,62,46,0.12); border: 1px solid rgba(0,0,0,0.06);
}
.feature-desktop img { width: 100%; display: block; }

/* ── Steps ── */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 4rem; }
.step-card { text-align: center; padding: 2rem 1.5rem; position: relative; }
.step-number {
  width: 56px; height: 56px; margin: 0 auto 1.5rem;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif; font-size: 1.3rem;
}
.section-dark .step-number { background: rgba(255,255,255,0.1); color: var(--sage-light); }
.step-card h3 { font-size: 1.15rem; margin-bottom: 0.8rem; }
.step-card p { font-size: 0.9rem; }
.step-connector { position: absolute; top: 28px; right: -1rem; width: 2rem; height: 2px; background: var(--sage-light); opacity: 0.4; }
.step-card:last-child .step-connector { display: none; }

/* ── Stats Row ── */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 4rem; }
.stat-item { text-align: center; }
.stat-number { font-family: 'DM Serif Display', serif; font-size: 2.8rem; color: var(--forest); line-height: 1; margin-bottom: 0.3rem; }
.section-dark .stat-number { color: var(--sage-light); }
.stat-label { font-size: 0.85rem; color: var(--text-light); }
.section-dark .stat-label { color: rgba(255,255,255,0.5); }
.stat-sub { font-size: 0.72rem; color: var(--text-light); opacity: 0.7; margin-top: 0.35rem; letter-spacing: 0.02em; }
.section-dark .stat-sub { color: rgba(255,255,255,0.4); opacity: 1; }

/* ── Test Section ── */
.test-approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.test-category-card {
  background: white; border-radius: 20px; padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(47,62,46,0.06); transition: all 0.35s ease;
  cursor: default; border: 1px solid rgba(47,62,46,0.04);
}
.test-category-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(47,62,46,0.12); }
.test-category-card .tc-icon {
  width: 56px; height: 56px; border-radius: 16px; display: flex;
  align-items: center; justify-content: center; margin-bottom: 1.5rem;
}
.test-category-card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; }
.test-category-card p { font-size: 0.9rem; }
.test-category-card .tc-examples {
  margin-top: 1rem; font-size: 0.82rem; color: var(--sage); font-weight: 500;
}

/* ── Testimonials ── */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.testimonial-card {
  background: white; border-radius: 20px; padding: 2rem; position: relative;
  box-shadow: 0 4px 20px rgba(47,62,46,0.04); border: 1px solid rgba(47,62,46,0.04);
}
.testimonial-card::before {
  content: '\201C'; font-family: 'DM Serif Display', serif; font-size: 4rem;
  color: var(--sage-light); position: absolute; top: 0.5rem; left: 1.5rem; line-height: 1;
}
.testimonial-text { font-size: 0.95rem; line-height: 1.7; color: var(--text-secondary); margin-top: 1.5rem; font-style: italic; }
.testimonial-author {
  display: flex; align-items: center; gap: 0.8rem; margin-top: 1.5rem;
  padding-top: 1.2rem; border-top: 1px solid rgba(47,62,46,0.06);
}
.testimonial-avatar {
  width: 44px; height: 44px; background: var(--cream); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; color: var(--forest); font-size: 0.85rem;
}
.testimonial-name { font-weight: 600; font-size: 0.9rem; }
.testimonial-role { font-size: 0.78rem; color: var(--text-light); }
.testimonial-badge {
  display: inline-block; font-size: 0.65rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; padding: 0.2rem 0.6rem; border-radius: 100px;
  background: rgba(47,62,46,0.06); color: var(--forest); margin-bottom: 0.5rem;
}

/* ── Team ── */
.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem;
}
.team-card {
  background: white; border-radius: 20px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(47,62,46,0.06); border: 1px solid rgba(47,62,46,0.04);
  display: flex; flex-direction: column; transition: all 0.3s ease;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(47,62,46,0.12); }
.team-photo {
  width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--cream);
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;
  filter: grayscale(0.22) saturate(0.85) contrast(0.97) brightness(1.02);
  transition: filter 0.45s ease;
}
.team-card:hover .team-photo img { filter: grayscale(0) saturate(1) contrast(1) brightness(1); }
.team-info { padding: 1.6rem 1.8rem 1.8rem; }
.team-info h3 { font-size: 1.25rem; margin-bottom: 0.25rem; color: var(--forest); }
.team-role {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 0.9rem;
}
.team-info p { font-size: 0.9rem; line-height: 1.55; margin-bottom: 0.8rem; }
.team-contact {
  font-size: 0.82rem; color: var(--forest); font-weight: 500;
  text-decoration: none; border-bottom: 1px solid rgba(47,62,46,0.2);
  transition: border-color 0.2s;
}
.team-contact:hover { border-color: var(--forest); }
.team-cta { text-align: center; margin-top: 3rem; }

/* ── CTA ── */
.cta-section {
  text-align: center; padding: 8rem 0;
  background: linear-gradient(180deg, var(--warm-white) 0%, var(--cream) 40%, rgba(212,165,154,0.12) 100%);
}
.cta-section h2 { color: var(--forest); max-width: 600px; margin: 0 auto 1.2rem; }
.cta-section p { max-width: 500px; margin: 0 auto 2.5rem; font-size: 1.1rem; }
.cta-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

.dual-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 800px; margin: 0 auto; }
.dual-cta-card {
  border-radius: 20px; padding: 2.5rem; text-align: center;
}
.dual-cta-card.practitioner { background: var(--forest); color: white; }
.dual-cta-card.practitioner p { color: rgba(255,255,255,0.7); }
.dual-cta-card.client { background: white; border: 1px solid rgba(47,62,46,0.08); }
.dual-cta-card h3 { margin-bottom: 0.6rem; }
.dual-cta-card p { font-size: 0.9rem; margin-bottom: 1.5rem; }

/* ── Footer ── */
footer { background: var(--forest); color: rgba(255,255,255,0.7); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 0.9rem; margin-top: 1rem; max-width: 280px; color: rgba(255,255,255,0.9); }
.footer-brand a { color: rgba(255,255,255,0.9); text-decoration: none; }
.footer-brand a:hover { color: white; }
.footer-col h4 {
  font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); margin-bottom: 1.2rem;
}
.footer-col a { display: block; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; margin-bottom: 0.6rem; transition: color 0.2s; }
.footer-col a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; color: rgba(255,255,255,0.35); flex-wrap: wrap; gap: 1rem;
}

/* ── Legal / Content Pages ── */
.content-page {
  padding: 9rem 0 6rem;
  background: linear-gradient(180deg, var(--warm-white) 0%, var(--cream) 100%);
  min-height: 70vh;
}
.content-wrapper {
  max-width: 820px; margin: 0 auto;
  background: white; border-radius: 20px;
  box-shadow: 0 4px 30px rgba(47,62,46,0.06);
  border: 1px solid rgba(47,62,46,0.04);
  padding: 3.5rem 3.5rem;
}
.content-header { border-bottom: 1px solid rgba(47,62,46,0.08); padding-bottom: 1.8rem; margin-bottom: 2rem; }
.content-header h1 { color: var(--forest); font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 0.6rem; }
.content-header p { font-size: 1rem; }
.content-section { margin-bottom: 2.5rem; }
.content-section h2 {
  font-size: 1.35rem; color: var(--forest); margin-bottom: 1rem;
  font-family: 'DM Serif Display', serif;
}
.content-section h3 {
  font-size: 1.05rem; color: var(--forest); margin: 1.5rem 0 0.6rem;
  font-family: 'DM Sans', sans-serif; font-weight: 600;
}
.content-section p, .content-section li { font-size: 0.95rem; line-height: 1.7; }
.content-section p { margin-bottom: 1rem; }
.content-section ul { list-style: none; padding: 0; margin: 0 0 1.2rem 0; }
.content-section ul li {
  padding: 0.6rem 0; border-bottom: 1px solid rgba(47,62,46,0.05);
  display: flex; flex-wrap: wrap; gap: 0.6rem;
}
.content-section ul li:last-child { border-bottom: none; }
.content-section ul li > span:first-child {
  font-weight: 600; color: var(--forest); min-width: 140px; font-size: 0.88rem;
}
.content-section address { font-style: normal; color: var(--text-secondary); line-height: 1.7; margin-bottom: 1rem; }
.content-section a { color: var(--forest); }
.content-section a:hover { color: var(--forest-light); }
.content-note {
  font-size: 0.85rem; color: var(--text-light); margin-top: 1rem; font-style: italic;
}
.content-actions { margin-top: 2.5rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── Team Page ── */
.team-hero {
  padding: 10rem 0 4rem;
  background: linear-gradient(165deg, var(--warm-white) 0%, var(--cream) 60%, rgba(212,165,154,0.12) 100%);
  text-align: center;
}
.team-hero h1 { color: var(--forest); margin-bottom: 1rem; }
.team-hero p { max-width: 640px; margin: 0 auto; font-size: 1.1rem; }
.team-page-grid {
  display: grid; grid-template-columns: 1fr; gap: 3rem; max-width: 900px; margin: 0 auto;
}
.team-profile {
  display: grid; grid-template-columns: 280px 1fr; gap: 3rem;
  align-items: start; padding: 2.5rem; background: white;
  border-radius: 20px; border: 1px solid rgba(47,62,46,0.06);
  box-shadow: 0 4px 20px rgba(47,62,46,0.04);
}
.team-profile-photo {
  width: 100%; aspect-ratio: 1 / 1; border-radius: 16px; overflow: hidden; background: var(--cream);
}
.team-profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;
  filter: grayscale(0.22) saturate(0.85) contrast(0.97) brightness(1.02);
  transition: filter 0.45s ease;
}
.team-profile:hover .team-profile-photo img { filter: grayscale(0) saturate(1) contrast(1) brightness(1); }
.team-profile-info h2 {
  font-size: 2rem; color: var(--forest); margin-bottom: 0.3rem;
}
.team-profile-role {
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 1.2rem; display: block;
}
.team-profile-info p { font-size: 1rem; margin-bottom: 1rem; line-height: 1.7; }
.team-profile-info ul { list-style: none; padding: 0; margin: 1rem 0; }
.team-profile-info ul li {
  display: flex; align-items: flex-start; gap: 0.6rem;
  margin-bottom: 0.5rem; font-size: 0.95rem; color: var(--text-secondary);
}
.team-profile-info ul li::before {
  content: '●'; color: var(--sage); font-size: 0.8rem; margin-top: 0.2rem;
}
.team-contact-row { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.2rem; }
.team-contact-row a {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.9rem; color: var(--forest); text-decoration: none;
  padding: 0.5rem 0.9rem; border-radius: 100px;
  background: rgba(47,62,46,0.05); transition: all 0.2s;
}
.team-contact-row a:hover { background: rgba(47,62,46,0.1); }

/* ── Animations ── */
.fade-up { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── Bilingual ── */
[data-lang="en"] { display: none !important; }
html[lang="en"] [data-lang="de"] { display: none !important; }
html[lang="en"] [data-lang="en"] { display: block !important; }
html[lang="en"] span[data-lang="en"], html[lang="en"] a[data-lang="en"] { display: inline !important; }
html[lang="en"] span[data-lang="de"], html[lang="en"] a[data-lang="de"] { display: none !important; }
span[data-lang="en"], a[data-lang="en"] { display: none !important; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero-content { max-width: 100%; margin: 0 auto; }
  .hero p { margin: 0 auto 2.5rem; }
  .hero-actions { justify-content: center; }
  .hero-visual { margin-top: 3rem; }
  .platform-split { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; gap: 3rem; }
  .feature-row.reversed { direction: ltr; }
  .feature-content { max-width: 100%; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-connector { display: none; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .test-approach-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-profile { grid-template-columns: 1fr; }
  .team-profile-photo { max-width: 280px; margin: 0 auto; }
  .dual-cta { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .mobile-menu-toggle { display: flex; }
  .content-wrapper { padding: 2.5rem 2rem; }
}
@media (max-width: 640px) {
  .section { padding: 5rem 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .content-wrapper { padding: 2rem 1.5rem; }
  .trust-bar { padding: 2rem 0; }
  .trust-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1rem;
    justify-items: start;
  }
  .trust-item { font-size: 0.85rem; gap: 0.6rem; line-height: 1.3; }
  .trust-icon { width: 34px; height: 34px; flex-shrink: 0; }
  .trust-icon svg { width: 17px; height: 17px; }
}
@media (max-width: 480px) {
  .stats-row { grid-template-columns: 1fr; gap: 2rem; }
}
