:root {
  --blue: #0077FF;
  --blue-dark: #0D4F9B;
  --blue-light: rgba(0,119,255,0.08);
  --blue-glow: rgba(0,119,255,0.12);
  --blue-tint: #EFF5FF;
  --ink: #0E121C;
  --ink-soft: #1A2332;
  --white: #FFFFFF;
  --off-white: #F7F8FA;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --green: #059669;
  --red: #DC2626;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Space Grotesk', -apple-system, sans-serif;
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.0;
}

a { color: inherit; text-decoration: none; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(24px,5vw,80px); }
.wrap-narrow { max-width: 800px; margin: 0 auto; padding: 0 clamp(24px,5vw,80px); }

/* ─── REVEAL ─── */
.r { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.r.v { opacity: 1; transform: none; }
.rd1 { transition-delay: .1s }
.rd2 { transition-delay: .2s }
.rd3 { transition-delay: .3s }

.hero .r { opacity: 1; transform: none; animation: fadeUp .8s cubic-bezier(.16,1,.3,1) both; }
.hero .rd1 { animation-delay: .12s }
.hero .rd2 { animation-delay: .24s }
.hero .rd3 { animation-delay: .36s }
.hero .rd4 { animation-delay: .5s }
@keyframes fadeUp { from { opacity:0; transform:translateY(28px) } to { opacity:1; transform:none } }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(24px,5vw,80px);
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
nav.scrolled { border-color: rgba(0,0,0,0.06); box-shadow: 0 1px 20px rgba(0,0,0,0.03); }
.nav-logo { display:flex; align-items:center; }
.nav-logo img { height:28px; width:auto; display:block; }
.nav-links { display:flex; align-items:center; gap:28px; list-style:none; }
.nav-links a { font-size:13.5px; font-weight:500; color:var(--gray-500); transition:color .2s; }
.nav-links a:hover { color:var(--ink); }
.nav-links a.active { color:var(--ink); }
.nav-cta { background:var(--blue); color:var(--white) !important; font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:13.5px; padding:10px 22px; border-radius:8px; transition: all .2s; box-shadow:0 2px 12px rgba(0,119,255,.25); }
.nav-cta:hover { box-shadow:0 4px 20px rgba(0,119,255,.4); transform:translateY(-1px); }
.hamburger { display:none; background:none; border:none; cursor:pointer; padding:8px; }
.hamburger span { display:block; width:22px; height:2px; background:var(--ink); margin:5px 0; border-radius:2px; transition:all .3s; }

.mobile-menu { display:none; position:fixed; inset:0; z-index:99; background:var(--white); padding:90px 32px 32px; flex-direction:column; gap:4px; }
.mobile-menu.open { display:flex; }
.mobile-menu a { font-family:'Space Grotesk',sans-serif; font-size:26px; font-weight:700; padding:14px 0; border-bottom:1px solid var(--off-white); }

/* ─── SHARED ─── */
.eyebrow {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
}

.dark {
  background: var(--ink);
  color: var(--white);
  padding: clamp(80px,10vw,140px) 0;
}
.dark .eyebrow { color: var(--blue); }

/* ─── HERO ─── */
.hero {
  min-height: 78vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 128px 24px 72px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute;
  top: -15%; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, var(--blue-glow) 0%, transparent 60%);
  border-radius: 50%; pointer-events: none;
  animation: pulse 5s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:.5;transform:translateX(-50%) scale(1)} 50%{opacity:.9;transform:translateX(-50%) scale(1.06)} }
.hero-inner { position: relative; z-index: 2; max-width: 860px; }
.hero h1 {
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.95;
  margin-bottom: 28px;
}
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub {
  font-size: clamp(16px, 1.8vw, 20px);
  color: var(--gray-600);
  line-height: 1.65;
  max-width: 540px;
  margin: 0 auto 44px;
}
.hero-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--blue); color: var(--white);
  font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 16px;
  padding: 18px 40px; border-radius: 10px; border: none; cursor: pointer;
  box-shadow: 0 4px 24px rgba(0,119,255,.3);
  transition: all .25s cubic-bezier(.34,1.56,.64,1);
}
.hero-cta:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(0,119,255,.4); }
.hero-cta svg { transition: transform .2s; }
.hero-cta:hover svg { transform: translateX(3px); }
.hero-ctas { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.hero-cta-ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid rgba(11,18,32,.15);
  box-shadow: none;
}
.hero-cta-ghost:hover { background: var(--off-white); border-color: rgba(11,18,32,.3); box-shadow: none; }
.hero-proof {
  margin-top: 56px;
  font-size: 13px; color: var(--gray-400);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.hero-proof-dot { width:6px; height:6px; border-radius:50%; background:var(--green); }

/* Sub-page hero (smaller) */
.hero-sub-page {
  min-height: auto;
  padding: 140px 24px 80px;
}
.hero-sub-page::before { display: none; }
.hero-sub-page h1 { font-size: clamp(40px, 6vw, 80px); }

/* ─── LOGO BAR ─── */
.logos {
  padding: 48px 0;
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.logos-inner {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(32px, 5vw, 64px); flex-wrap: wrap;
}
.logos-inner img {
  height: 32px; width: auto; max-width: 160px;
  object-fit: contain;
  opacity: .85;
  transition: opacity .25s;
}
.logos-inner img:hover { opacity: 1; }
.logos-inner span {
  font-family: 'Space Grotesk',sans-serif; font-weight: 700;
  font-size: 17px; color: var(--gray-400); letter-spacing: -.01em;
  opacity: .55;
}
.logos-label {
  font-size: 11px; font-weight: 500; text-transform: uppercase;
  letter-spacing: .1em; color: var(--gray-400); text-align: center;
  margin-bottom: 28px;
}

/* ─── BREAKTHROUGHS SLIDER ─── */
.breakthroughs {
  padding: clamp(80px,10vw,140px) 0;
}
.breakthroughs-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 32px;
  margin-bottom: 32px; flex-wrap: wrap;
}
.breakthroughs-head h2 {
  font-size: clamp(36px,5vw,64px); letter-spacing: -.035em;
}
.breakthroughs-head h2 em { font-style: normal; color: var(--blue); }
.breakthroughs-all {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 14px;
  color: var(--ink);
  padding: 12px 22px; border-radius: 999px;
  border: 1.5px solid rgba(11,18,32,.15);
  transition: all .25s;
}
.breakthroughs-all:hover { border-color: var(--blue); color: var(--blue); }
.breakthroughs-all svg { transition: transform .2s; }
.breakthroughs-all:hover svg { transform: translateX(3px); }

.breakthroughs-controls {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 0; margin-bottom: 8px;
  border-top: 1px solid rgba(11,18,32,.08);
  border-bottom: 1px solid rgba(11,18,32,.08);
}
.bt-counter {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px; color: var(--gray-500); letter-spacing: .04em;
}
.bt-counter .bt-current { color: var(--ink); font-weight: 600; }
.bt-arrows { display: flex; gap: 10px; }
.bt-arrow {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(11,18,32,.15);
  background: transparent; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink);
  transition: all .2s;
}
.bt-arrow:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-1px); }
.bt-arrow:active { transform: translateY(0); }

.breakthroughs-stage {
  background: var(--blue-light);
  border-radius: 24px;
  padding: clamp(24px, 3vw, 40px);
  position: relative;
  min-height: 480px;
}
.bt-slide {
  display: none;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  animation: btFade .5s cubic-bezier(.16,1,.3,1);
}
.bt-slide.active { display: grid; }
@keyframes btFade {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.bt-image {
  aspect-ratio: 4 / 3; border-radius: 16px; overflow: hidden;
  background: var(--white);
  box-shadow: 0 16px 48px rgba(11,18,32,.08);
}
.bt-image img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.bt-image img[src=""], .bt-image img:not([src]) { opacity: 0; }
.bt-tag {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue);
  margin-bottom: 20px;
}
.bt-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(24px,2.6vw,36px); font-weight: 800;
  letter-spacing: -.025em; line-height: 1.15;
  margin-bottom: 20px; color: var(--ink);
}
.bt-content p {
  font-size: 16px; color: var(--gray-600); line-height: 1.7;
  margin-bottom: 28px;
}
.bt-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 14px;
  color: var(--white); background: var(--ink);
  padding: 12px 22px; border-radius: 999px;
  transition: all .25s;
}
.bt-link:hover { background: var(--blue); transform: translateY(-1px); }
.bt-link svg { transition: transform .2s; }
.bt-link:hover svg { transform: translateX(3px); }

@media (max-width:768px) {
  .breakthroughs-head { flex-direction: column; align-items: flex-start; }
  .bt-slide.active { grid-template-columns: 1fr; }
  .breakthroughs-stage { min-height: 0; }
}

/* ─── BREAKTHROUGHS / ERGEBNISSE ─── */
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.result-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 40px 32px;
  transition: all .3s;
}
.result-card:hover { background: rgba(255,255,255,.07); transform: translateY(-3px); }
.result-card h3 {
  font-size: 18px; font-weight: 700; margin-bottom: 10px;
  line-height: 1.3; letter-spacing: -.01em;
}
.result-card p { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.6; }
.result-tag {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px; font-weight: 500;
  padding: 4px 10px; border-radius: 5px;
  background: rgba(0,119,255,.15); color: var(--blue);
  margin-bottom: 16px;
}
.result-stat {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 26px; font-weight: 800; letter-spacing: -.02em;
  color: var(--white); margin-bottom: 12px; line-height: 1.1;
}

/* ─── VALUE PROP ─── */
.value {
  padding: clamp(80px,10vw,140px) 0;
}
.value-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.value h2 {
  font-size: clamp(36px,4.5vw,60px);
  margin-bottom: 24px;
}
.value h2 em { font-style: normal; color: var(--blue); }
.value p {
  font-size: 17px; color: var(--gray-600); line-height: 1.7;
  margin-bottom: 16px;
}
.value-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk',sans-serif; font-weight: 700; font-size: 15px;
  color: var(--blue); margin-top: 12px;
  transition: gap .2s;
}
.value-cta:hover { gap: 14px; }

/* ─── COUNTER ─── */
.counter {
  padding: clamp(60px,8vw,100px) 0;
  background: var(--off-white);
}
.counter-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  text-align: center;
}
.counter-item { padding: 48px 16px; position: relative; }
.counter-item:not(:last-child)::after {
  content:''; position:absolute; right:0; top:20%; height:60%;
  width:1px; background:var(--gray-300); opacity:.4;
}
.counter-num {
  font-family: 'Space Grotesk',sans-serif;
  font-size: clamp(42px,5.5vw,72px); font-weight: 800;
  letter-spacing: -.04em; color: var(--blue);
  line-height: 1;
}
.counter-label {
  font-size: 14px; color: var(--gray-500); margin-top: 8px; line-height: 1.4;
}

/* ─── PROMISE ─── */
.promise {
  padding: clamp(80px,10vw,140px) 0;
}
.promise-header { text-align: center; margin-bottom: 64px; }
.promise-header h2 { font-size: clamp(36px,5vw,60px); margin-bottom: 16px; }
.promise-header p { font-size: 17px; color: var(--gray-600); max-width: 540px; margin: 0 auto; line-height: 1.6; }

.promise-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 32px;
}
.promise-card {
  padding: 44px 36px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  transition: all .35s;
  position: relative;
}
.promise-card::after {
  content:''; position:absolute; bottom:0; left:24px; right:24px; height:3px;
  background:var(--blue); border-radius:3px;
  transform:scaleX(0); transform-origin:left; transition:transform .35s;
}
.promise-card:hover { box-shadow:0 16px 48px rgba(0,0,0,.06); transform:translateY(-4px); }
.promise-card:hover::after { transform:scaleX(1); }
.promise-card h3 { font-size:20px; margin-bottom:12px; letter-spacing:-.02em; line-height:1.2; }
.promise-card p { font-size:15px; color:var(--gray-600); line-height:1.65; }
.promise-icon {
  width:48px; height:48px; border-radius:12px;
  background:var(--blue-light); color:var(--blue);
  display:flex; align-items:center; justify-content:center;
  font-size:22px; margin-bottom:24px;
}
.promise-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px; font-weight: 800; letter-spacing: -.04em;
  color: var(--blue); opacity: 1; line-height: 1; margin-bottom: 16px;
}
.promise-tag {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px; border-radius: 5px;
  background: rgba(0,119,255,.1); color: var(--blue);
  margin-bottom: 14px;
}

/* ─── LEVELS / HOW ─── */
.levels {
  padding: clamp(80px,10vw,140px) 0;
  background: var(--ink);
  color: var(--white);
}
.levels-header { text-align: center; margin-bottom: 72px; }
.levels-header h2 { font-size: clamp(36px,5vw,60px); margin-bottom: 16px; }
.levels-header p { font-size:17px; color:rgba(255,255,255,.55); max-width:520px; margin:0 auto; line-height:1.6; }

.level-row {
  display: grid; grid-template-columns: 100px 1fr;
  gap: 40px; align-items: start;
  padding: 48px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.level-row:last-child { border-bottom: 1px solid rgba(255,255,255,.06); }
.level-num {
  font-family: 'Space Grotesk',sans-serif;
  font-size: 56px; font-weight: 800;
  color: var(--blue); opacity: .35;
  line-height: 1;
}
.level-row h3 { font-size: clamp(22px,2.5vw,30px); margin-bottom: 12px; letter-spacing:-.02em; }
.level-row p { font-size:15px; color:rgba(255,255,255,.55); line-height:1.65; margin-bottom:16px; }
.level-tags { display:flex; flex-wrap:wrap; gap:8px; }
.level-tag {
  font-family:'Space Grotesk',sans-serif; font-size:11px; font-weight:500;
  padding:5px 12px; border-radius:6px;
  background:rgba(0,119,255,.12); color:var(--blue);
}

/* ─── MYTHS ─── */
.myths { padding: clamp(80px,10vw,140px) 0; }
.myths-header { text-align:center; margin-bottom:64px; }
.myths-header h2 { font-size: clamp(36px,5vw,60px); margin-bottom:16px; }
.myths-header p { font-size:17px; color:var(--gray-600); max-width:540px; margin:0 auto; line-height:1.6; }

.myth-item {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
  padding: 56px 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
.myth-item:last-child { border-bottom: 1px solid rgba(0,0,0,.06); }
.myth-label {
  font-family:'Space Grotesk',sans-serif;
  font-size:11px; font-weight:500; text-transform:uppercase;
  letter-spacing:.1em; color:var(--red); margin-bottom:12px;
}
.myth-item h3 { font-size:clamp(22px,2.5vw,28px); margin-bottom:16px; line-height:1.2; }
.myth-answer { font-weight:600; color:var(--green); font-size:15px; margin-bottom:8px; }
.myth-item p { font-size:15px; color:var(--gray-600); line-height:1.65; }
.myth-stat {
  text-align: center;
  padding: 48px;
  background: var(--blue-tint);
  border-radius: 20px;
}
.myth-stat-num {
  font-family:'Space Grotesk',sans-serif;
  font-size: clamp(48px,6vw,80px); font-weight:800;
  color: var(--blue); letter-spacing:-.04em; line-height:1;
}
.myth-stat-label { font-size:14px; color:var(--gray-500); margin-top:8px; }
.myth-stat-compare {
  display:flex; justify-content:center; gap:32px; margin-top:20px;
  font-size:13px; color:var(--gray-400);
}
.myth-stat-compare strong { color:var(--blue); font-weight:700; }

/* ─── ABOUT ─── */
.about {
  padding: clamp(80px,10vw,140px) 0;
  background: var(--blue-tint);
}
.about-split {
  display:grid; grid-template-columns:1fr 1.3fr;
  gap:80px; align-items:center;
}
.about-photo {
  aspect-ratio:3/4; background:var(--gray-300); border-radius:20px; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
  font-size:14px; color:var(--gray-500);
}
.about h2 { font-size:clamp(32px,4vw,48px); margin-bottom:20px; }
.about p { font-size:16px; color:var(--gray-600); line-height:1.7; margin-bottom:14px; }
.about-stats {
  display:flex; gap:40px; margin-top:28px; padding-top:28px;
  border-top:1px solid rgba(0,0,0,.08);
}
.about-stat-num {
  font-family:'Space Grotesk',sans-serif;
  font-size:28px; font-weight:800; color:var(--blue); letter-spacing:-.03em;
}
.about-stat-label { font-size:12px; color:var(--gray-500); margin-top:2px; }

/* ─── ABOUT TEASER (Homepage) ─── */
.about-teaser {
  padding: clamp(80px,10vw,140px) 0;
  background: var(--blue-tint);
}
.about-teaser-inner {
  display: grid; grid-template-columns: minmax(280px, 380px) 1fr; gap: 72px;
  align-items: center;
}
.about-teaser-photo {
  aspect-ratio: 4 / 5; width: 100%;
  border-radius: 24px;
  background: var(--gray-300); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--gray-500);
  box-shadow: 0 24px 60px rgba(11,18,32,.08);
}
.about-teaser-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-teaser h2 { font-size: clamp(32px,4vw,48px); margin-bottom: 18px; }
.about-teaser p { font-size: 16px; color: var(--gray-600); line-height: 1.7; margin-bottom: 16px; max-width: 520px; }
.about-teaser-links { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 8px; }
.about-teaser-linkedin {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk',sans-serif; font-weight: 600; font-size: 14px;
  color: var(--gray-500);
  padding: 8px 14px; border-radius: 8px;
  border: 1px solid rgba(11,18,32,.1);
  transition: color .2s, border-color .2s, background .2s;
}
.about-teaser-linkedin:hover { color: var(--blue); border-color: var(--blue); background: var(--blue-light); }

/* ─── CTA FINAL ─── */
.final-cta {
  padding: clamp(80px,10vw,140px) 0;
  text-align: center;
}
.cta-card {
  background: var(--ink); border-radius: 24px;
  padding: clamp(56px,8vw,96px) clamp(32px,6vw,80px);
  position: relative; overflow: hidden;
}
.cta-card::before {
  content:''; position:absolute;
  top:-80px; right:-80px; width:360px; height:360px;
  background:radial-gradient(circle,rgba(0,119,255,.25) 0%,transparent 60%);
  border-radius:50%; pointer-events:none;
}
.cta-card h2 { font-size:clamp(32px,5vw,56px); color:var(--white); margin-bottom:16px; position:relative; }
.cta-card p { font-size:17px; color:rgba(255,255,255,.55); max-width:480px; margin:0 auto 36px; line-height:1.6; position:relative; }
.cta-card .hero-cta { position:relative; }

/* ─── CONTACT ─── */
.contact { padding: clamp(80px,10vw,140px) 0; }
.contact-header { text-align:center; margin-bottom:64px; }
.contact-header h2 { font-size:clamp(36px,5vw,56px); margin-bottom:16px; }
.contact-header p { font-size:17px; color:var(--gray-600); max-width:480px; margin:0 auto; line-height:1.6; }
.contact-grid { display:grid; grid-template-columns:1fr 1.1fr; gap:64px; align-items:start; }
.contact-block { margin-bottom:32px; }
.contact-block-label { font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--gray-400); font-weight:500; margin-bottom:12px; }
.contact-block-value { font-size:16px; font-weight:600; }
.contact-block-value a { color:var(--blue); }
.contact-form { background:var(--blue); border-radius:20px; padding:40px; }
.fg { margin-bottom:16px; }
.fg label { display:block; font-size:12px; font-weight:600; margin-bottom:6px; color:var(--white); }
.fg input, .fg select, .fg textarea {
  width:100%; padding:13px 16px; border:1px solid rgba(0,0,0,.1); border-radius:10px;
  font-family:'Space Grotesk',sans-serif; font-size:14px; color:var(--ink); background:var(--white);
  transition: border .2s, box-shadow .2s; outline:none;
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px var(--blue-light); }
.fg textarea { resize:vertical; min-height:100px; }
.fg-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.submit-btn {
  width:100%; padding:16px; border:none; border-radius:10px; cursor:pointer;
  background:var(--blue); color:var(--white);
  font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:15px;
  box-shadow:0 4px 20px rgba(0,119,255,.25);
  transition: all .25s;
}
.submit-btn:hover { box-shadow:0 6px 28px rgba(0,119,255,.35); transform:translateY(-1px); }

/* ─── BEST PRACTICES ─── */
.practices { padding: clamp(80px,10vw,140px) 0; background: var(--blue-tint); }
.practices-header { text-align: center; margin-bottom: 64px; }
.practices-header h2 { font-size: clamp(36px,5vw,60px); margin-bottom: 16px; }
.practices-header p { font-size: 17px; color: var(--gray-600); max-width: 540px; margin: 0 auto; line-height: 1.6; }
.practices-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.practice-card {
  padding: 40px 32px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.04);
  transition: all .3s;
}
.practice-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.06); transform: translateY(-3px); }
.practice-card h3 { font-size: 18px; margin-bottom: 10px; line-height: 1.3; }
.practice-card p { font-size: 14px; color: var(--gray-600); line-height: 1.65; }
.practice-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px; font-weight: 500; color: var(--blue);
  margin-bottom: 16px;
}

/* ─── FOOTER ─── */
footer {
  padding:36px 0; border-top:1px solid rgba(0,0,0,.06);
}
.footer-inner {
  display:flex; align-items:center; justify-content:space-between;
}
.footer-brand { display:inline-flex; align-items:center; }
.footer-brand img { height:24px; width:auto; display:block; }
.footer-copy { font-size:12px; color:var(--gray-400); }
.footer-links { display:flex; gap:20px; list-style:none; }
.footer-links a { font-size:12px; color:var(--gray-500); transition:color .2s; }
.footer-links a:hover { color:var(--ink); }

/* ─── RESPONSIVE ─── */
@media (max-width:1024px) {
  .value-split, .about-split, .contact-grid, .myth-item { grid-template-columns:1fr; gap:40px; }
  .results-grid, .promise-grid, .practices-grid { grid-template-columns:1fr; max-width:480px; margin-left:auto; margin-right:auto; }
  .counter-grid { grid-template-columns:repeat(2,1fr); }
  .counter-item:nth-child(2)::after { display:none; }
  .level-row { grid-template-columns:60px 1fr; gap:24px; }
  .level-num { font-size:40px; }
  .myth-stat { order:-1; }
  .about-teaser-inner { grid-template-columns:1fr; text-align:center; justify-items:center; gap:40px; }
  .about-teaser-photo { max-width: 280px; }
  .about-teaser-links { justify-content: center; }
}
@media (max-width:768px) {
  .nav-links { display:none; }
  .hamburger { display:block; }
  .counter-grid { grid-template-columns:1fr 1fr; }
  .counter-item::after { display:none; }
  .fg-row { grid-template-columns:1fr; }
  .footer-inner { flex-direction:column; gap:16px; text-align:center; }
  .footer-links { flex-direction:column; align-items:center; gap:12px; }
  .about-stats { flex-direction:column; gap:16px; }
  .about-photo { max-width:320px; }
}
