/* ═══════════════════════════════════════════════════════
   BJELAK & PARTNER — STYLESHEET v5 (Light Premium)
═══════════════════════════════════════════════════════ */

/* ─── LOCAL FONTS ────────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ─── TOKENS ────────────────────────────────────────────── */
:root {
  --primary:         #003781;
  --primary-dark:    #00285F;
  --primary-darker:  #001E47;
  --primary-deep:    #010F24;
  --accent:          #5DA9FF;
  --accent-soft:     #EAF4FF;
  --accent-mid:      #C8DEFF;
  --bg:              #F4F8FD;
  --surface:         #FFFFFF;
  --surface-alt:     #F0F5FB;
  --card-border:     #D6E4F5;
  --heading:         #0B1628;
  --body:            #2D3E56;
  --muted:           #5A708A;
  --btn-hover:       #002B63;
  --whatsapp:        #25D366;
  --whatsapp-hover:  #1EBE5D;

  --ease:            cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out:        cubic-bezier(0.0, 0, 0.2, 1);

  --radius-card:     22px;
  --radius-btn:      999px;

  --shadow-card:     0 2px 8px rgba(0,40,100,0.06), 0 12px 40px rgba(0,40,100,0.09);
  --shadow-card-hover: 0 4px 12px rgba(0,40,100,0.08), 0 24px 64px rgba(0,40,100,0.15);
  --shadow-btn:      0 4px 20px rgba(0,55,129,0.30);
  --shadow-btn-hover:0 8px 32px rgba(0,55,129,0.44);
}

/* ─── RESET ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4 {
  font-family: 'Manrope', sans-serif;
  color: var(--heading);
  line-height: 1.12;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(38px, 5.5vw, 60px); font-weight: 700; }
h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 700; }
h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.015em; }
p  { color: var(--body); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* ─── LAYOUT ─────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
section    { padding: 96px 0; }

/* ─── SCROLL REVEAL ──────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 640ms var(--ease), transform 640ms var(--ease);
}
.reveal.visible      { opacity: 1; transform: translateY(0); }
.reveal-delay-1      { transition-delay: 80ms; }
.reveal-delay-2      { transition-delay: 160ms; }

/* ─── SECTION KICKER ─────────────────────────────────────── */
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 18px;
}
.section-kicker::before {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  flex-shrink: 0;
}
.section-kicker--light {
  color: rgba(255,255,255,0.60);
}
.section-kicker--light::before { background: var(--accent); }
.section-kicker--left { display: flex; }

.section-header      { text-align: center; margin-bottom: 60px; }
.section-header h2   { margin-bottom: 14px; }
.section-header > p  { color: var(--muted); font-size: 16.5px; max-width: 520px; margin: 0 auto; line-height: 1.7; }
.section-header .section-kicker { justify-content: center; }

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border-radius: var(--radius-btn);
  padding: 15px 30px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease), background 200ms, border-color 200ms;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow-btn);
}
.btn-primary:hover {
  background: var(--btn-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-hover);
}
.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--card-border);
  box-shadow: 0 2px 8px rgba(0,40,100,0.06);
}
.btn-outline:hover {
  background: var(--accent-soft);
  border-color: var(--accent-mid);
  transform: translateY(-2px);
}
.btn-nav {
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  padding: 11px 22px;
  box-shadow: 0 2px 12px rgba(0,55,129,0.22);
}
.btn-nav:hover { background: var(--btn-hover); transform: translateY(-1px); box-shadow: var(--shadow-btn); }
.btn-cta-white {
  background: #fff;
  color: var(--primary-darker);
  box-shadow: 0 4px 24px rgba(0,0,0,0.14);
}
.btn-cta-white:hover {
  background: #EAF4FF;
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(0,0,0,0.20);
}
.btn-ghost-white {
  background: rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.88);
  border: 1.5px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(8px);
}
.btn-ghost-white:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.35);
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════════
   NAVIGATION — always white (light hero)
═══════════════════════════════════════════════════════ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--card-border);
  box-shadow: 0 1px 0 var(--card-border), 0 4px 16px rgba(0,40,100,0.05);
  transition: box-shadow 320ms ease;
}
#navbar.scrolled {
  box-shadow: 0 1px 0 var(--card-border), 0 6px 32px rgba(0,40,100,0.10);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.nav-logo { display: flex; flex-direction: row; align-items: center; text-decoration: none; gap: 10px; }
.nav-logo-img { height: 28px; width: auto; display: block; flex-shrink: 0; border-radius: 3px; }
.nav-logo-text { display: flex; flex-direction: column; gap: 1px; }
.nav-logo-name {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--heading);
  letter-spacing: -0.01em;
}
.nav-logo-sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
  transition: color 180ms;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 0; height: 1.5px;
  background: var(--primary);
  border-radius: 2px;
  transition: width 220ms var(--ease);
}
.nav-links a:hover { color: var(--primary); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { margin-left: 8px; }
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--heading);
  border-radius: 2px;
  transition: transform 280ms var(--ease), opacity 280ms;
}

/* ─── MOBILE MENU ───────────────────────────────────────── */
#mobile-menu {
  position: fixed; inset: 0;
  background: var(--primary-deep);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
#mobile-menu::before {
  content: '';
  position: absolute;
  top: -100px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(ellipse, rgba(93,169,255,0.07) 0%, transparent 65%);
  pointer-events: none;
}
#mobile-menu.open { opacity: 1; pointer-events: auto; }
#mobile-menu nav { display: flex; flex-direction: column; align-items: center; gap: 32px; position: relative; }
#mobile-menu a {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: rgba(255,255,255,0.80);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 150ms;
}
#mobile-menu a:hover { color: #fff; }
#mobile-close {
  position: absolute; top: 20px; right: 20px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.80);
  border-radius: 50%;
  width: 44px; height: 44px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  transition: background 150ms;
}
#mobile-close:hover { background: rgba(255,255,255,0.14); }

/* ═══════════════════════════════════════════════════════
   HERO — LIGHT, PREMIUM
═══════════════════════════════════════════════════════ */
#hero {
  background: #ffffff;
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(0,55,129,0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.hero-glow-tl {
  position: absolute;
  top: -160px; left: -120px;
  width: 700px; height: 700px;
  background: radial-gradient(ellipse at center, rgba(93,169,255,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.hero-glow-br {
  position: absolute;
  bottom: -200px; right: -80px;
  width: 580px; height: 580px;
  background: radial-gradient(ellipse at center, rgba(0,55,129,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Hero Text */
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 24px;
  opacity: 0.80;
}
.kicker-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(93,169,255,0.22);
  animation: dot-pulse 3s ease-in-out infinite;
}
@keyframes dot-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(93,169,255,0.22); }
  50%       { box-shadow: 0 0 0 7px rgba(93,169,255,0.07); }
}
.hero-text h1 {
  color: var(--heading);
  margin-bottom: 28px;
}
.hero-text h1 em {
  font-style: normal;
  background: linear-gradient(110deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subline {
  font-size: 18px;
  color: var(--muted);
  max-width: 480px;
  line-height: 1.75;
  margin-bottom: 44px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 52px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--body);
  background: var(--surface);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  padding: 7px 14px;
  box-shadow: 0 1px 4px rgba(0,40,100,0.06);
}
.trust-chip svg { color: var(--primary); flex-shrink: 0; }

/* Hero Visual */
.hero-visual {
  position: relative;
  animation: hero-float 7s ease-in-out infinite;
}
@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
.hero-portrait-frame {
  position: relative;
  border-radius: 28px;
  padding: 3px;
  background: linear-gradient(145deg, var(--accent-mid) 0%, rgba(93,169,255,0.20) 60%, rgba(0,55,129,0.08) 100%);
  box-shadow: 0 20px 80px rgba(0,55,129,0.14);
}
.hero-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  background: linear-gradient(160deg, #DAEAFC 0%, #C0D9F5 50%, #A8C8EE 100%);
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.hero-portrait-figure {
  width: 66%;
  height: 82%;
  background: linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(0,55,129,0.08) 100%);
  border-radius: 16px 16px 0 0;
  border: 1px solid rgba(255,255,255,0.60);
  border-bottom: none;
}
.hero-portrait-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(170,210,250,0.35) 100%);
  pointer-events: none;
}
.hero-portrait-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Float Cards */
.hero-float-card {
  position: absolute;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.hero-float-card--bl {
  bottom: -20px;
  left: -24px;
  background: rgba(255,255,255,0.98);
  border-radius: 18px;
  padding: 16px 22px;
  box-shadow: 0 16px 48px rgba(0,40,100,0.18), 0 0 0 1px rgba(255,255,255,0.9) inset;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: fc-float 7s ease-in-out infinite;
}
@keyframes fc-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}
.hfc-icon {
  width: 42px; height: 42px;
  background: var(--accent-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hfc-text { display: flex; flex-direction: column; }
.hfc-text strong {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--heading);
  line-height: 1.2;
}
.hfc-text span { font-size: 12px; color: var(--muted); margin-top: 2px; }

.hero-float-card--tr {
  top: 24px;
  right: -20px;
  background: var(--primary);
  border-radius: 16px;
  padding: 14px 22px;
  box-shadow: 0 12px 40px rgba(0,55,129,0.50), 0 0 0 1px rgba(93,169,255,0.20) inset;
  display: flex;
  flex-direction: column;
  animation: fc-float2 5s ease-in-out infinite;
}
@keyframes fc-float2 {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}
.hfc-pill-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
}
.hfc-pill-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.60);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-float-card--stat {
  bottom: 100px;
  right: -28px;
  background: rgba(255,255,255,0.98);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 12px 36px rgba(0,40,100,0.14), 0 0 0 1px rgba(200,222,255,0.6) inset;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: badge-float 6s ease-in-out infinite 1.5s;
  border: 1px solid var(--card-border);
}
@keyframes badge-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-5px); }
}
.hfc-stat-num {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--primary);
  line-height: 1;
}
.hfc-stat-label {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  margin-top: 4px;
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════
   PAIN POINTS
═══════════════════════════════════════════════════════ */
#warum { background: var(--surface); }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pain-card {
  background: var(--surface);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  padding: 36px 32px 34px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms;
}
.pain-card::before {
  content: attr(data-num);
  position: absolute;
  top: 6px; right: 18px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 84px;
  color: var(--bg);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 240ms;
}
.pain-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  opacity: 0;
  transition: opacity 240ms;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
}
.pain-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-mid);
}
.pain-card:hover::before { color: var(--accent-soft); }
.pain-card:hover::after  { opacity: 1; }
.pain-icon {
  width: 46px; height: 46px;
  background: var(--accent-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: var(--primary);
  transition: transform 240ms var(--ease), background 240ms;
}
.pain-card:hover .pain-icon { transform: scale(1.08); background: var(--accent-mid); }
.pain-card h3 { margin-bottom: 10px; font-size: 19px; color: var(--heading); }
.pain-card p  { color: var(--muted); font-size: 15px; line-height: 1.70; }

/* ═══════════════════════════════════════════════════════
   VERGLEICH — CARD LAYOUT
═══════════════════════════════════════════════════════ */
#vergleich { background: var(--bg); }
.compare-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.compare-card {
  border-radius: var(--radius-card);
  padding: 48px 44px;
  position: relative;
}
.compare-card--us {
  background: linear-gradient(140deg, var(--primary) 0%, var(--primary-darker) 100%);
  box-shadow: 0 24px 64px rgba(0,55,129,0.36);
}
.compare-card--them {
  background: var(--surface);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-card);
}
.compare-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.90);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 16px;
}
.compare-card-header { margin-bottom: 36px; }
.compare-card--us .compare-card-header h3 {
  color: #fff;
  font-size: 22px;
}
.compare-card--us .compare-card-header p {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  margin-top: 4px;
}
.compare-card--them .compare-card-header h3 {
  color: var(--heading);
  font-size: 22px;
}
.compare-card--them .compare-card-header p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 4px;
}
.compare-them-spacer {
  height: 40px; /* align with badge offset */
}
.compare-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.compare-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}
.compare-card--us .compare-list li { color: rgba(255,255,255,0.85); }
.compare-card--them .compare-list li { color: var(--muted); }
.ci-check {
  width: 26px; height: 26px;
  background: rgba(255,255,255,0.14);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #6EE7B7;
}
.ci-neutral {
  width: 26px; height: 26px;
  background: var(--surface-alt);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #C0CDD8;
}
.compare-cta { width: 100%; justify-content: center; }

/* ═══════════════════════════════════════════════════════
   LEISTUNGEN
═══════════════════════════════════════════════════════ */
#leistungen { background: var(--surface); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  padding: 36px 34px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms;
}
.service-card::before {
  content: attr(data-num);
  position: absolute;
  top: 6px; right: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 76px;
  color: var(--bg);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 240ms;
}
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);
  opacity: 0;
  transition: opacity 240ms;
  border-radius: 0 0 var(--radius-card) var(--radius-card);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-mid);
}
.service-card:hover::before { color: var(--accent-soft); }
.service-card:hover::after  { opacity: 1; }
.service-icon {
  width: 46px; height: 46px;
  background: var(--accent-soft);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  color: var(--primary);
  transition: transform 240ms var(--ease), background 240ms;
}
.service-card:hover .service-icon { transform: scale(1.08); background: var(--accent-mid); }
.service-card h3 { margin-bottom: 10px; font-size: 19px; }
.service-card p  { color: var(--muted); font-size: 15px; line-height: 1.70; margin-bottom: 22px; }
.service-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 240ms var(--ease), transform 240ms var(--ease), color 180ms;
}
.service-card:hover .service-cta,
.service-cta:focus-visible { opacity: 1; transform: translateX(0); }
.service-cta:hover { color: var(--btn-hover); }

/* ═══════════════════════════════════════════════════════
   ÜBER KEMAL
═══════════════════════════════════════════════════════ */
#ueber { background: var(--bg); padding-bottom: 80px; }
.about-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 96px;
  align-items: center;
}
.about-portrait-wrap { position: relative; }
.about-portrait-accent {
  position: absolute;
  top: 28px; left: 28px;
  right: -28px; bottom: -28px;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--accent-soft) 0%, var(--accent-mid) 100%);
  z-index: 0;
}
.about-portrait {
  width: 100%;
  aspect-ratio: 4/5;
  background: linear-gradient(150deg, #C6DBFA 0%, #A0C3EE 50%, #88B3E0 100%);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 24px 72px rgba(0,55,129,0.18);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-portrait::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.about-portrait-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.about-portrait-figure {
  width: 68%;
  height: 80%;
  background: linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(0,55,129,0.08) 100%);
  border-radius: 14px 14px 0 0;
}
.about-portrait-label {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  border: 1px solid rgba(255,255,255,0.6);
}
.about-text h2   { margin-bottom: 24px; }
.about-text > p  { color: var(--muted); font-size: 17px; line-height: 1.80; margin-bottom: 40px; }
.about-badges    { display: flex; flex-direction: column; gap: 10px; }
.about-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--body);
  background: var(--surface);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 14px 20px;
  box-shadow: 0 2px 8px rgba(0,40,100,0.05);
  transition: border-color 200ms, box-shadow 200ms, transform 200ms var(--ease);
}
.about-badge:hover {
  border-color: var(--accent-mid);
  box-shadow: 0 4px 20px rgba(0,55,129,0.10);
  transform: translateX(4px);
}
.about-badge svg { color: var(--primary); flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════
   TEAM — PREMIUM RAIL
═══════════════════════════════════════════════════════ */
#team { background: var(--bg); padding-top: 80px; padding-bottom: 72px; }

/* Rail wrapper — full-bleed, fade masks on sides */
.team-rail {
  position: relative;
  overflow-x: clip;
  padding: 4px 0 8px;
}
.team-rail-fade {
  position: absolute;
  top: 0; bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}
.team-rail-fade--l {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 20%, transparent 100%);
}
.team-rail-fade--r {
  right: 0;
  background: linear-gradient(270deg, var(--bg) 20%, transparent 100%);
}

/* Scrollable track */
.team-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 16px 140px 28px;
  scrollbar-width: none;
}
.team-track::-webkit-scrollbar { display: none; }

/* Card */
.team-slide {
  flex: 0 0 288px;
  scroll-snap-align: start;
  background: var(--surface);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,40,100,0.05), 0 8px 28px rgba(0,40,100,0.07);
  display: flex;
  flex-direction: column;
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms;
}
.team-slide:hover {
  transform: translateY(-7px);
  box-shadow: 0 4px 12px rgba(0,40,100,0.08), 0 20px 52px rgba(0,40,100,0.13);
  border-color: var(--accent-mid);
}

/* Portrait area */
.tc-portrait {
  position: relative;
  height: 216px;
  background: linear-gradient(160deg, var(--tc-from, var(--primary)) 0%, var(--tc-to, var(--primary-dark)) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  padding-bottom: 28px;
}
/* Photo img fills entire portrait area */
.tc-portrait-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
/* Top glare — above photo */
.tc-portrait::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
/* Subtle silhouette */
.tc-portrait::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 96px; height: 134px;
  background: rgba(255,255,255,0.06);
  border-radius: 48px 48px 0 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-bottom: none;
}
.tc-monogram {
  position: relative;
  z-index: 1;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.92);
  line-height: 1;
  text-shadow: 0 1px 12px rgba(0,0,0,0.18);
}
.tc-portrait-label {
  position: absolute;
  bottom: 10px; left: 50%;
  transform: translateX(-50%);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.30);
  white-space: nowrap;
  z-index: 1;
}

/* Info area */
.tc-info {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 1px solid var(--card-border);
}
.tc-name {
  font-family: 'Manrope', sans-serif;
  font-size: 16.5px;
  font-weight: 700;
  color: var(--heading);
  line-height: 1.2;
  margin-bottom: 3px;
  letter-spacing: -0.015em;
}
.tc-role {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 13px;
  opacity: 0.85;
}
.tc-bio {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}
.tc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tc-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--primary);
  background: var(--accent-soft);
  border: 1px solid var(--accent-mid);
  border-radius: 999px;
  padding: 3px 10px;
  letter-spacing: 0.01em;
}

/* ── Desktop: real grid, no rail chrome ── */
@media (min-width: 1025px) {
  .team-rail { overflow-x: visible; padding: 4px 0 8px; }
  .team-rail-fade { display: none; }
  .team-arrow { display: none; }
  .team-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    overflow-x: visible;
    scroll-snap-type: none;
    padding: 16px 24px 28px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .team-slide { flex: unset; width: auto; }
}

/* Arrow buttons — elevated, glassy */
.team-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(214,228,245,0.80);
  box-shadow: 0 2px 8px rgba(0,40,100,0.09), 0 8px 24px rgba(0,40,100,0.10);
  color: var(--heading);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 200ms var(--ease), border-color 200ms, box-shadow 200ms, color 200ms, transform 200ms var(--ease);
}
.team-arrow:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,55,129,0.36);
  transform: translateY(-50%) scale(1.05);
}
.team-arrow--prev { left: 18px; }
.team-arrow--next { right: 18px; }
.team-arrow:disabled { opacity: 0.20; pointer-events: none; }

.team-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  opacity: 0.80;
}
.team-disclaimer svg { color: var(--accent); flex-shrink: 0; margin-top: 2px; }

/* ═══════════════════════════════════════════════════════
   ABLAUF — LIGHT
═══════════════════════════════════════════════════════ */
#ablauf {
  background: var(--bg);
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 88px;
}
.ablauf-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(0,55,129,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  z-index: 1;
}
.steps-connector {
  position: absolute;
  top: 29px;
  left: calc(12.5% + 34px);
  right: calc(12.5% + 34px);
  height: 1px;
  background: var(--card-border);
  z-index: 0;
}
.steps-connector-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  width: 0;
  transition: width 1400ms var(--ease-out);
}
.steps-connector-fill.animated { width: 100%; }
.step {
  text-align: center;
  padding: 0 28px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
}
.step.visible { opacity: 1; transform: translateY(0); }
.step:nth-child(2) { transition-delay: 0ms; }
.step:nth-child(3) { transition-delay: 120ms; }
.step:nth-child(4) { transition-delay: 240ms; }
.step:nth-child(5) { transition-delay: 360ms; }
.step-number {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid var(--card-border);
  box-shadow: 0 2px 10px rgba(0,40,100,0.07);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 26px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--muted);
  transition: background 400ms ease, border-color 400ms, box-shadow 400ms, color 400ms;
}
.step.visible .step-number {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 7px rgba(0,55,129,0.08), 0 4px 18px rgba(0,55,129,0.24);
  color: #fff;
}
.step h3  { font-size: 16px; color: var(--heading); margin-bottom: 10px; }
.step p   { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ═══════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════ */
#testimonials { background: var(--surface); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.testi-card {
  border-radius: var(--radius-card);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--surface);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-card);
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms;
}
.testi-card::before {
  content: '\201C';
  position: absolute;
  top: 52px; right: 28px;
  font-family: 'Manrope', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: var(--accent-soft);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
/* Accent (middle) card — elevated, blue-tinted */
.testi-card--accent {
  background: linear-gradient(145deg, var(--accent-soft) 0%, #DAEEFF 100%);
  border-color: var(--accent-mid);
  box-shadow: 0 2px 8px rgba(0,40,100,0.06), 0 16px 52px rgba(0,55,129,0.12);
}
.testi-card--accent::before { color: rgba(93,169,255,0.18); }
.testi-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--accent-mid);
}
.testi-card--accent:hover {
  box-shadow: 0 4px 12px rgba(0,40,100,0.08), 0 28px 72px rgba(0,55,129,0.18);
}
.testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.testi-stars { display: flex; gap: 2px; }
.testi-stars svg { color: #F59E0B; }
.testi-meta {
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
  white-space: nowrap;
}
.testi-source {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin-top: 36px;
  opacity: 0.65;
}
.testi-quote {
  font-size: 16px;
  line-height: 1.72;
  font-style: italic;
  color: var(--body);
  flex: 1;
  position: relative;
  z-index: 1;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--card-border);
}
.testi-card--accent .testi-author { border-color: var(--accent-mid); }
.testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-mid) 0%, var(--accent) 100%);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: var(--primary-darker);
}
.testi-author-info strong {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--heading);
}
.testi-author-info span { font-size: 12.5px; color: var(--muted); }

/* ═══════════════════════════════════════════════════════
   CTA — DARK
═══════════════════════════════════════════════════════ */
#cta {
  background: var(--primary-deep);
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.cta-glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(93,169,255,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 1; }
#cta h2  { color: #fff; margin-bottom: 20px; }
#cta > .container > .cta-inner > p {
  color: rgba(255,255,255,0.55);
  font-size: 18px;
  max-width: 460px;
  margin: 0 auto 48px;
  line-height: 1.72;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* ═══════════════════════════════════════════════════════
   FOOTER — DARK
═══════════════════════════════════════════════════════ */
footer {
  background: var(--primary-deep);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr 1.2fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand-name {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: block;
  letter-spacing: -0.01em;
}
.footer-brand-sub {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-top: 3px;
  margin-bottom: 20px;
}
.footer-tagline {
  font-size: 13.5px;
  color: rgba(255,255,255,0.38);
  line-height: 1.65;
  max-width: 240px;
}
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-bottom: 24px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.footer-col ul li {
  font-size: 13.5px;
  color: rgba(255,255,255,0.52);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.footer-col ul li svg { flex-shrink: 0; margin-top: 2px; color: rgba(255,255,255,0.22); }
.footer-col ul li a {
  color: rgba(255,255,255,0.52);
  text-decoration: none;
  transition: color 150ms;
}
.footer-col ul li a:hover { color: rgba(255,255,255,0.90); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p { font-size: 12.5px; color: rgba(255,255,255,0.25); }

/* ═══════════════════════════════════════════════════════
   FLOATING WHATSAPP
═══════════════════════════════════════════════════════ */
.whatsapp-fab {
  position: fixed;
  bottom: 32px; right: 32px;
  z-index: 900;
  display: flex; align-items: center; justify-content: center;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  box-shadow: 0 8px 28px rgba(37,211,102,0.45);
  text-decoration: none;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms;
  animation: wa-breathe 8s ease-in-out infinite;
}
.whatsapp-fab:hover {
  background: var(--whatsapp-hover);
  transform: translateY(-3px) scale(1.07);
  box-shadow: 0 14px 44px rgba(37,211,102,0.58);
  animation: none;
}
@keyframes wa-breathe {
  0%, 100% { box-shadow: 0 8px 28px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 8px 44px rgba(37,211,102,0.68); }
}

/* ═══════════════════════════════════════════════════════
   REDUCED MOTION
═══════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .whatsapp-fab        { animation: none; }
  .hero-visual         { animation: none; }
  .hero-float-card     { animation: none; }
  .kicker-dot          { animation: none; }
  .reveal, .step       { opacity: 1; transform: none; transition: none; }
  .btn, .pain-card, .service-card,
  .testi-card, .about-badge, .team-slide { transition: none; }
  .steps-connector-fill { transition: none; width: 100%; }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-grid  { grid-template-columns: 1fr 360px; gap: 64px; }
  .about-grid { grid-template-columns: 340px 1fr; gap: 64px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  section { padding: 72px 0; }
  #hero { padding: 92px 0 56px; }
  #ueber { padding-bottom: 64px; }
  #team  { padding-top: 64px; padding-bottom: 60px; }
  #ablauf { padding-top: 64px; padding-bottom: 72px; }

  /* ── Hero: portrait visible above text ── */
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-visual {
    order: -1;
    max-width: 130px;
    margin: 0 auto;
    animation: none;
    display: block;
  }
  /* Ensure portrait renders — explicit height as aspect-ratio fallback */
  .hero-portrait-frame { display: block; }
  .hero-portrait { display: flex; height: 162px; }

  /* Hide decorative float cards — keep layout clean */
  .hero-float-card { display: none; }

  /* Compact hero text */
  .hero-kicker { margin-bottom: 16px; }
  .hero-text h1 { margin-bottom: 18px; }
  .hero-subline { font-size: 16px; line-height: 1.7; margin-bottom: 28px; max-width: 100%; }
  .hero-actions { gap: 10px; margin-bottom: 28px; }
  .hero-trust { gap: 6px; }
  .trust-chip { font-size: 11.5px; padding: 5px 11px; gap: 6px; }

  /* Nav CTA smaller on mobile */
  .btn-nav { font-size: 12px; padding: 9px 16px; }

  .pain-grid  { grid-template-columns: 1fr; }
  .compare-wrap { grid-template-columns: 1fr; }
  .compare-them-spacer { height: 0; }
  .services-grid { grid-template-columns: 1fr; }

  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-portrait-wrap { max-width: 280px; margin: 0 auto; display: block; }
  .about-portrait { display: flex; height: 340px; }
  .about-portrait-accent { display: none; }

  /* Team rail — centered first card, clean swipe */
  .team-rail-fade { width: 40px; }
  .team-track {
    padding: 12px 40px 24px;
    gap: 16px;
    scroll-padding-left: 40px;
  }
  .team-slide { flex: 0 0 272px; scroll-snap-align: start; }
  .tc-portrait { height: 220px; }
  .tc-portrait-img { object-position: center 12%; }
  .team-arrow { width: 36px; height: 36px; }
  .team-arrow--prev { left: 4px; }
  .team-arrow--next { right: 4px; }

  .steps-grid { grid-template-columns: 1fr; gap: 36px; }
  .steps-connector { display: none; }
  .step {
    text-align: left; padding: 0;
    display: flex; gap: 20px; align-items: flex-start;
  }
  .step-number { margin: 0; flex-shrink: 0; width: 48px; height: 48px; font-size: 15px; }
  .step-body { flex: 1; padding-top: 4px; }

  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .whatsapp-fab { bottom: 20px; right: 20px; width: 52px; height: 52px; }
}

@media (max-width: 576px) {
  .hero-actions  { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { text-align: center; justify-content: center; }
  /* Hide decorative quote marks on small screens — prevents overlap with content */
  .testi-card::before { display: none; }
  .cta-actions   { flex-direction: column; align-items: center; }
  .pain-card, .service-card { padding: 28px 22px 26px; }
  .compare-card  { padding: 32px 24px; }
  .testi-card    { padding: 28px 24px; }

  /* Team: swipe-only on phones, no arrows needed */
  .team-arrow    { display: none; }
  .team-rail-fade { width: 24px; }
  .team-track    { padding: 12px 24px 24px; gap: 14px; scroll-padding-left: 24px; }
  .team-slide    { flex: 0 0 82vw; }
  .tc-portrait   { height: 200px; }
}
