* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  color: #0A1F12;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/* Header */
header { padding: 18px 0; border-bottom: 1px solid #ECECE6; background: white; position: sticky; top: 0; z-index: 10; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo img { height: 32px; width: auto; display: block; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #4A5C50; text-decoration: none; font-size: 14px; font-weight: 500; }
nav a:hover { color: #0C3D20; }
nav a.active { color: #0C3D20; font-weight: 600; }
.nav-cta { background: #0C3D20; color: white !important; padding: 10px 20px; border-radius: 8px; font-weight: 600; }
.nav-cta:hover { background: #082b16; }

/* Hero */
.hero {
  padding: 48px 0 40px;
  background: linear-gradient(180deg, #F4F7F2 0%, #ffffff 100%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 0.55fr 1.8fr;
  gap: 48px;
  align-items: start;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #DCEDD6; color: #0C3D20;
  font-size: 13px; font-weight: 600;
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 24px;
}
.eyebrow .dot { width: 6px; height: 6px; background: #2ECC71; border-radius: 50%; }
h1 {
  font-size: clamp(40px, 5.2vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.028em;
  color: #0A1F12;
  margin-bottom: 22px;
}
h1 .accent { color: #0C3D20; }
.sub { font-size: 19px; color: #4A5C50; max-width: 540px; margin-bottom: 32px; line-height: 1.55; }
.ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.btn {
  padding: 16px 28px; border-radius: 10px;
  font-weight: 600; font-size: 15px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.btn-primary { background: #0C3D20; color: white; }
.btn-primary:hover { background: #082b16; transform: translateY(-1px); box-shadow: 0 8px 16px rgba(12, 61, 32, 0.2); }
.btn-secondary { background: white; color: #0C3D20; border: 1.5px solid #D6DCD6; }
.btn-secondary:hover { border-color: #0C3D20; }

/* Mini Trust */
.mini-trust {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #E2E7DF;
}
.mini-trust-label {
  font-size: 12px; font-weight: 600;
  color: #6e7c70; letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.mini-trust-logos {
  display: flex; align-items: center; gap: 28px;
  flex-wrap: wrap;
}
.mini-trust-logos span {
  font-size: 15px; font-weight: 700;
  color: #4A5C50; letter-spacing: -0.01em;
  opacity: 0.78;
}

/* Mockup */
.mockup {
  position: relative;
  background: #ECF1EA;
  border-radius: 20px;
  padding: 20px;
  aspect-ratio: 9/10;
  box-shadow: 0 30px 60px -20px rgba(12, 61, 32, 0.22);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
}
.mockup-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 4px;
}
.mockup-bar .dots { display: flex; gap: 6px; }
.mockup-bar .dots span { width: 10px; height: 10px; border-radius: 50%; background: #d4dccf; }
.mockup-bar .url {
  font-size: 11px; color: #6e7c70;
  background: white; padding: 4px 12px;
  border-radius: 999px; font-weight: 500;
}
.mockup-body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
  overflow: hidden;
}

/* Chat-Sidebar */
.chat-side {
  background: white;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.chat-header {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ECECE6;
}
.chat-header .ai-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2ECC71;
  box-shadow: 0 0 0 4px rgba(46,204,113,0.15);
}
.chat-header span {
  font-size: 12px; font-weight: 700;
  color: #0C3D20;
}
.chat-bubble {
  background: #F4F7F2;
  border-radius: 12px 12px 12px 4px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
  color: #0A1F12;
  font-weight: 500;
}
.chat-bubble.user {
  background: #DCEDD6;
  border-radius: 12px 12px 4px 12px;
  align-self: flex-end;
  max-width: 90%;
}
.chat-bubble.thinking {
  color: #6e7c70;
  font-style: italic;
  font-size: 11px;
}

/* Karte */
.mockup-map {
  background:
    radial-gradient(circle at 30% 40%, #b4d0bd 0, transparent 35%),
    radial-gradient(circle at 70% 60%, #c9dccb 0, transparent 40%),
    linear-gradient(135deg, #c9dccb 0%, #a8c5b0 100%);
  border-radius: 14px;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
  overflow: hidden;
}
.map-pin {
  position: absolute;
  background: #0C3D20; color: white;
  border-radius: 999px; padding: 5px 11px;
  font-size: 12px; font-weight: 700;
  border: 2px solid white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
  transform: translate(-50%, -50%);
}
.map-pin.red { background: #d23a2c; }
.map-pin.gray { background: #6e7c70; font-size: 11px; }
.map-pin.pulse {
  background: #2ECC71;
  color: #0A1F12;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(46,204,113,0.6), 0 4px 10px rgba(0,0,0,0.18); }
  50% { box-shadow: 0 0 0 12px rgba(46,204,113,0), 0 4px 10px rgba(0,0,0,0.18); }
}
.listing-card {
  position: absolute; bottom: 12px; left: 12px; right: 12px;
  background: white; border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.16);
}
.listing-card .label { font-size: 10px; color: #6e7c70; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; }
.listing-card .title { font-size: 13px; font-weight: 700; margin-top: 2px; color: #0A1F12; }
.listing-card .meta { font-size: 11px; color: #4A5C50; margin-top: 3px; }
.listing-card .price { font-size: 12px; color: #0C3D20; font-weight: 700; margin-top: 5px; }
.product-badge {
  position: absolute; top: -10px; right: 20px;
  background: #2ECC71; color: #082b16;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 12px; border-radius: 999px;
  box-shadow: 0 8px 16px rgba(46,204,113,0.3);
  text-transform: uppercase;
}

/* Logo Strip */
.logo-strip {
  padding: 36px 0 40px;
  background: white;
  border-top: 1px solid #ECECE6;
  border-bottom: 1px solid #ECECE6;
  text-align: center;
}
.logo-strip-label {
  font-size: 13px; font-weight: 600;
  color: #6e7c70; letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 32px;
  align-items: center;
  justify-items: center;
  margin-bottom: 24px;
}
.logo-grid img {
  height: 36px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.2s, filter 0.2s;
}
.logo-grid img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.logo-strip-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0C3D20;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}
.logo-strip-cta:hover { background: #082b16; }

/* Stats Bar */
.stats-bar { padding: 32px 0; background: #0A1F12; }
.stats-grid { display: flex; justify-content: center; align-items: center; gap: 0; }
.stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 40px; }
.stat-number { font-size: 42px; font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1; display: block; width: 100%; text-align: center; white-space: nowrap; }
.stat-label { font-size: 14px; color: rgba(255,255,255,0.55); margin-top: 8px; font-weight: 500; }
.stat-source { font-size: 11px; color: rgba(255,255,255,0.28); margin-top: 6px; font-weight: 400; }
.stat-divider { width: 1px; height: 60px; background: rgba(255,255,255,0.12); }

/* Section 2 — Warum maison.work */
.why {
  padding: 52px 0 60px;
  background: #FBFBF7;
  border-top: 1px solid #ECECE6;
}
.section-head { margin-bottom: 36px; max-width: 820px; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; color: #0C3D20;
  font-size: 13px; font-weight: 600;
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 24px;
  border: 1px solid #DCE6D8;
}
.section-eyebrow .dot { width: 6px; height: 6px; background: #2ECC71; border-radius: 50%; }
h2 {
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.05; letter-spacing: -0.025em;
  color: #0A1F12; margin-bottom: 12px;
}
h1 em, h2 em { font-style: normal; color: #0C3D20; }
.section-sub { font-size: 15px; color: #4A5C50; max-width: 600px; }
.reasons-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.reason-card {
  background: white;
  border: 1px solid #ECECE6;
  border-radius: 18px;
  padding: 22px 24px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(12, 61, 32, 0.08);
  border-color: #C7D7BF;
}
.reason-icon {
  width: 44px; height: 44px;
  background: #DCEDD6; color: #0C3D20;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 14px;
}
.reason-card h3 {
  font-size: 22px; font-weight: 700;
  line-height: 1.2; letter-spacing: -0.01em;
  color: #0A1F12; margin-bottom: 12px;
}
.reason-card p { color: #4A5C50; font-size: 15px; line-height: 1.6; }
.reason-card .more {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 18px; color: #0C3D20;
  font-size: 14px; font-weight: 600;
  text-decoration: none;
}
.reason-card .more:hover { gap: 10px; }
.section-cta {
  margin-top: 32px; display: flex;
  gap: 14px; flex-wrap: wrap; align-items: center;
  justify-content: center; text-align: center;
}
.section-cta .note { font-size: 14px; color: #4A5C50; }

/* Section 3: Use-Cases / Polaroids */
.use-cases { padding: 52px 0 60px; background: white; border-top: 1px solid #ECECE6; }
.uc-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 16px; align-items: start; }
.uc-polaroid { transition: transform 0.3s ease; filter: drop-shadow(0 18px 32px rgba(12, 61, 32, 0.18)) drop-shadow(0 6px 10px rgba(12, 61, 32, 0.10)); }
.uc-polaroid:nth-child(1) { transform: rotate(-1.5deg); }
.uc-polaroid:nth-child(2) { transform: rotate(1deg); }
.uc-polaroid:nth-child(3) { transform: rotate(-0.5deg); }
.uc-polaroid:hover { transform: rotate(0deg) translateY(-8px); }
.uc-polaroid img { display: block; width: 100%; height: auto; }

/* Section 4: KI-Kartensuche */
.ki-search { padding: 28px 0 32px; background: #D5E5F5; border-top: 1px solid #C5D7EC; }
.ki-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  align-items: center;
}
.ki-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ki-tag { display: inline-flex; align-items: center; gap: 8px; background: #2ECC71; color: #082b16; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 24px; }
.ki-headline h1, .ki-headline h2 { color: #0A1F12; margin-bottom: 12px; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.05; font-weight: 800; letter-spacing: -0.02em; }
.ki-headline p { color: #2E4A38; font-size: 17px; line-height: 1.5; margin-bottom: 16px; max-width: 480px; }
.ki-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.ki-pill { background: white; border: 1px solid #C5D7EC; color: #0A1F12; padding: 9px 16px; border-radius: 999px; font-size: 13px; font-weight: 500; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.ki-pill .ai { color: #2ECC71; margin-right: 6px; }

/* Browser Window Mockup */
.bw-wrap { position: relative; padding-top: 14px; }
.bw-wrap .badge { position: absolute; top: 0; left: 24px; z-index: 3; background: #2ECC71; color: #082b16; font-size: 11px; font-weight: 700; padding: 7px 16px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase; box-shadow: 0 10px 20px rgba(46,204,113,0.35); white-space: nowrap; }
.browser-window { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 30px 60px -15px rgba(12, 61, 32, 0.25), 0 0 0 1px rgba(0,0,0,0.04); position: relative; }
.browser-bar { background: #f4f4f0; padding: 11px 16px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e8e8e0; }
.browser-bar .dots { display: flex; gap: 6px; }
.browser-bar .dots span { width: 11px; height: 11px; border-radius: 50%; background: #d4d4d0; }
.browser-bar .dots span:nth-child(1) { background: #FF5F57; }
.browser-bar .dots span:nth-child(2) { background: #FEBC2E; }
.browser-bar .dots span:nth-child(3) { background: #28C840; }
.browser-bar .url-pill { flex: 1; background: white; padding: 5px 14px; border-radius: 999px; font-size: 12px; color: #6e7c70; text-align: center; border: 1px solid #e8e8e0; max-width: 360px; margin: 0 auto; }
.browser-window img { display: block; width: 100%; height: auto; max-height: 400px; object-fit: cover; object-position: top; }

/* Section 5: How-it-works */
.how { padding: 52px 0 60px; background: white; border-top: 1px solid #ECECE6; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.how-step { padding: 24px 26px; background: #FBFBF7; border: 1px solid #ECECE6; border-radius: 18px; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.how-step:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(12, 61, 32, 0.08); }
.how-step .num-big { font-size: 48px; font-weight: 800; color: #2ECC71; line-height: 1; letter-spacing: -0.04em; margin-bottom: 12px; opacity: 0.85; }
.how-step h3 { font-size: 22px; font-weight: 700; color: #0A1F12; line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.01em; }
.how-step p { color: #4A5C50; font-size: 15px; line-height: 1.6; }
.how-step .meta { display: inline-block; margin-top: 16px; font-size: 12px; color: #0C3D20; font-weight: 600; background: #DCEDD6; padding: 4px 12px; border-radius: 999px; }

/* Section 6: Testimonials */
.testi { padding: 52px 0 60px; background: #FBFBF7; border-top: 1px solid #ECECE6; }
.testi-featured { display: block; background: white; border: 1px solid #ECECE6; border-radius: 24px; padding: 32px 40px; margin-top: 10px; margin-bottom: 16px; text-decoration: none; color: inherit; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; box-shadow: 0 4px 14px rgba(0,0,0,0.03); }
.testi-featured:hover { border-color: #2ECC71; transform: translateY(-3px); box-shadow: 0 24px 50px rgba(12, 61, 32, 0.1); }
.testi-featured .quote-mark { color: #2ECC71; font-size: 48px; line-height: 0.6; font-family: Georgia, serif; margin-bottom: 8px; display: block; }
.testi-featured blockquote { color: #0A1F12; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.4; font-weight: 500; letter-spacing: -0.015em; margin-bottom: 18px; }
.testi-featured .author-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid #ECECE6; }
.testi-featured .author-row .author { color: #0A1F12; font-weight: 700; font-size: 16px; }
.testi-featured .author-row .role { color: #6e7c70; font-size: 14px; }
.testi-featured .author-row .company { color: #0C3D20; font-weight: 700; font-size: 14px; }
.testi-featured .ext-link { margin-left: auto; color: #0C3D20; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testi-card { display: flex; flex-direction: column; background: white; border: 1px solid #ECECE6; border-radius: 18px; padding: 20px 22px; text-decoration: none; color: inherit; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.testi-card:hover { border-color: #2ECC71; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(12, 61, 32, 0.08); }
.testi-card blockquote { color: #2E4A38; font-size: 14px; line-height: 1.5; margin-bottom: 22px; flex-grow: 1; }
.testi-card .author { color: #0A1F12; font-weight: 700; font-size: 14px; margin-bottom: 2px; }
.testi-card .role { color: #6e7c70; font-size: 12px; margin-bottom: 10px; }
.testi-card .company-row { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #ECECE6; }
.testi-card .company { color: #0C3D20; font-weight: 700; font-size: 13px; }
.testi-card .ext-arrow { color: #6e7c70; font-size: 14px; transition: transform 0.2s, color 0.2s; }
.testi-card:hover .ext-arrow { transform: translate(2px, -2px); color: #2ECC71; }

/* Section: KI-Kartensuche Features */
.ki-quality { padding: 52px 0 60px; background: #FBFBF7; border-top: 1px solid #ECECE6; }
.ki-quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ki-quality-points { display: flex; flex-direction: column; gap: 20px; margin: 28px 0 32px; }
.ki-quality-point { display: flex; gap: 16px; align-items: flex-start; }
.kqp-icon { font-size: 20px; flex-shrink: 0; width: 42px; height: 42px; background: #DCEDD6; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.ki-quality-point strong { display: block; font-size: 15px; font-weight: 700; color: #0A1F12; margin-bottom: 4px; }
.ki-quality-point p { font-size: 14px; color: #4A5C50; line-height: 1.55; margin: 0; }

/* KI Demo Mockup */
.kq-demo { background: #0A1F12; border-radius: 20px; padding: 22px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(12,61,32,0.4), 0 0 0 1px rgba(255,255,255,0.04); }
.kq-demo-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.kq-demo-dot { width: 8px; height: 8px; background: #2ECC71; border-radius: 50%; box-shadow: 0 0 0 3px rgba(46,204,113,0.2); flex-shrink: 0; }
.kq-demo-title { color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 500; flex: 1; }
.kq-demo-live { font-size: 11px; color: #2ECC71; font-weight: 700; letter-spacing: 0.04em; }
.kq-search-bar { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; margin-bottom: 16px; height: 48px; }
.kq-queries { flex: 1; position: relative; overflow: hidden; height: 20px; }
.kq-query { position: absolute; top: 0; left: 0; color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; opacity: 0; white-space: nowrap; }
.kq-cursor { color: #2ECC71; font-weight: 300; animation: blink 1s step-end infinite; flex-shrink: 0; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes queryFade {
  0%, 3% { opacity: 0; transform: translateY(6px); }
  10%, 22% { opacity: 1; transform: translateY(0); }
  27%, 100% { opacity: 0; transform: translateY(-6px); }
}
.kq-query.q1 { animation: queryFade 20s infinite 0s; }
.kq-query.q2 { animation: queryFade 20s infinite 5s; }
.kq-query.q3 { animation: queryFade 20s infinite 10s; }
.kq-query.q4 { animation: queryFade 20s infinite 15s; }
.kq-map { border-radius: 14px; overflow: hidden; margin-bottom: 14px; border: 1px solid rgba(255,255,255,0.06); }
.kq-map img { display: block; width: 100%; height: auto; }
.kq-matches { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.kq-match-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 12px 14px; }
.kq-match-score { font-size: 11px; font-weight: 700; color: #2ECC71; letter-spacing: 0.04em; margin-bottom: 5px; }
.kq-match-title { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 4px; }
.kq-match-meta { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.45; }

/* Section 7: Final CTA */
.final-cta { padding: 60px 0 72px; background: linear-gradient(180deg, #F4F7F2 0%, #DCEDD6 100%); text-align: center; border-top: 1px solid #ECECE6; }
.final-cta h2 { font-size: clamp(40px, 5.5vw, 64px); margin-bottom: 20px; color: #0A1F12; }
.final-cta p { font-size: 18px; color: #2E4A38; max-width: 560px; margin: 0 auto 36px; line-height: 1.5; }
.final-cta .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.final-cta .note { font-size: 14px; color: #4A5C50; }

/* Footer */
footer.site-footer { background: #0A1F12; padding: 56px 0 32px; color: rgba(255,255,255,0.55); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 16px; letter-spacing: 0.02em; }
.footer-col a, .footer-col .item { color: rgba(255,255,255,0.6); text-decoration: none; display: block; padding: 5px 0; font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-col .desc { color: rgba(255,255,255,0.6); line-height: 1.6; margin-top: 14px; max-width: 280px; }
.footer-meta { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,0.45); }
.footer-meta a { color: rgba(255,255,255,0.55); text-decoration: none; }
.footer-logo img { height: 28px; width: auto; filter: invert(1) brightness(1.05); }
.footer-col .footer-socials { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 14px; margin-top: 18px; }
.footer-col .footer-socials a { color: rgba(255,255,255,0.5) !important; display: inline-flex !important; width: auto !important; align-items: center; padding: 0 !important; transition: color 0.2s; }
.footer-col .footer-socials a svg { width: 26px; height: 26px; }
.footer-col .footer-socials a:hover { color: #fff !important; }
@media (max-width: 900px) {
  .logo-grid { grid-template-columns: repeat(3, 1fr); gap: 24px 20px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .ki-quality-grid { grid-template-columns: 1fr; gap: 40px; }
  .reasons-grid { grid-template-columns: 1fr; }
  nav a:not(.nav-cta) { display: none; }
  .mockup { aspect-ratio: 5/4; }
  .uc-row { grid-template-columns: 1fr; gap: 24px; }
  .ki-grid { grid-template-columns: 1fr; gap: 24px; }
  .ki-left { display: contents; }
  .ki-headline { order: 1; }
  .ki-grid .kq-demo { order: 2; }
  .ki-cta { order: 3; }
  .how-steps { grid-template-columns: 1fr; gap: 16px; }
  .testi-grid { grid-template-columns: 1fr; }
  .testi-featured { padding: 36px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 700px) {
  .container { padding: 0 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }

  /* Sections: halve the vertical whitespace */
  .why, .use-cases, .how, .testi { padding: 64px 0 72px; }
  .final-cta { padding: 72px 0 80px; }
  .logo-strip { padding: 48px 0 56px; }
  .section-head { margin-bottom: 40px; }

  /* Stats bar: stack vertically */
  .stats-grid { display: flex; flex-direction: column; align-items: center; gap: 0; }
  .stat-item { padding: 28px 0; width: 100%; }
  .stat-divider { width: 48px; height: 1px; margin: 0 auto; }
  .stat-number { font-size: 34px; }

  /* Typography */
  h1 { font-size: clamp(32px, 9vw, 48px); }
  h2 { font-size: clamp(28px, 7.5vw, 40px); }
  .sub { font-size: 16px; }
  .section-sub { font-size: 15px; }

  /* Buttons */
  .ctas { flex-direction: column; }
  .btn { width: 100%; justify-content: center; padding: 16px 20px; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn { text-align: center; justify-content: center; }

  /* Hero */
  .hero { padding: 40px 0 32px; }
  .hero-inner { gap: 32px; }

  /* KI search */
  .ki-headline p { font-size: 16px; }
  .ki-pills { gap: 8px; }
  .ki-pill { font-size: 12px; padding: 8px 14px; }

  /* Browser mockup: shorten URL */
  .browser-bar .url-pill { font-size: 11px; }

  /* Logo strip */
  .logo-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }

  /* Use cases: show side by side on medium mobile */
  .uc-row { grid-template-columns: 1fr; }

  /* Testimonials */
  .testi-featured blockquote { font-size: 17px; }

  /* Footer */
  footer.site-footer { padding: 48px 0 24px; }
  .footer-meta { flex-direction: column; gap: 8px; font-size: 12px; }
}
