:root {
  --bg: #0a0a0a;
  --bg-elevated: #111111;
  --bg-card: #161616;
  --fg: #e8e8e8;
  --fg-muted: #888888;
  --accent: #f0c040;
  --accent-glow: rgba(240, 192, 64, 0.15);
  --bolt: #ffdd57;
  --radius: 12px;
  --max-w: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .hero-label, .problem-tag, .services-tag, .how-tag, .footer-brand {
  font-family: 'Space Grotesk', sans-serif;
}

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding: 80px 40px 60px;
  overflow: hidden;
}

.hero-grid {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-glow);
  padding: 6px 16px;
  border-radius: 40px;
  margin-bottom: 32px;
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 28px;
}

.hero h1 .highlight {
  color: var(--accent);
  position: relative;
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--fg-muted);
  max-width: 580px;
  line-height: 1.7;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  gap: 48px;
}

.stat {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--fg);
  line-height: 1.1;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--fg-muted);
  margin-top: 4px;
}

.hero-accent {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* ---- PROBLEM ---- */
.problem {
  padding: 100px 40px;
  background: var(--bg-elevated);
}

.problem-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.problem-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.problem h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  max-width: 750px;
  margin-bottom: 48px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.problem-card {
  background: var(--bg-card);
  border: 1px solid #222;
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color 0.3s;
}

.problem-card:hover {
  border-color: var(--accent);
}

.problem-icon {
  font-size: 1.6rem;
  margin-bottom: 14px;
  opacity: 0.7;
}

.problem-card p {
  color: var(--fg-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ---- SERVICES ---- */
.services {
  padding: 100px 40px;
}

.services-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.services-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.services h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 48px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--bg-elevated);
  border: 1px solid #1a1a1a;
  border-radius: var(--radius);
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, border-color 0.3s;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: #333;
}

.service-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  position: absolute;
  top: 16px;
  right: 24px;
  line-height: 1;
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--fg);
}

.service-card p {
  color: var(--fg-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 380px;
}

/* ---- HOW ---- */
.how {
  padding: 100px 40px;
  background: var(--bg-elevated);
}

.how-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.how-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.how h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 56px;
}

.how-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  padding-bottom: 48px;
}

.step:last-child {
  padding-bottom: 0;
}

.step-dot {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: var(--accent);
  border-radius: 50%;
  margin-top: 6px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px var(--accent-glow);
}

.step-line {
  position: absolute;
  left: 7px;
  top: 22px;
  width: 2px;
  height: calc(100%);
  background: #222;
}

.step:last-child .step-line {
  display: none;
}

.step-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.step-content p {
  color: var(--fg-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 520px;
}

/* ---- CLOSING ---- */
.closing {
  padding: 120px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.closing-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.closing-bolt {
  font-size: 3rem;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 30px var(--accent-glow));
}

.closing h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}

.closing-sub {
  color: var(--fg-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ---- FOOTER ---- */
.site-footer {
  padding: 40px;
  border-top: 1px solid #1a1a1a;
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.footer-meta {
  font-size: 0.82rem;
  color: var(--fg-muted);
}

/* ---- BUTTONS ---- */
.hero-cta {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: #0a0a0a;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  letter-spacing: 0.2px;
}

.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.btn-ghost {
  display: inline-block;
  color: var(--fg);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #333;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ---- CHATBOT DEMO ---- */
.demo-section {
  padding: 100px 40px;
  background: var(--bg-elevated);
}

.demo-inner {
  max-width: 780px;
  margin: 0 auto;
}

.demo-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.demo-section h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif;
}

.demo-sub {
  color: var(--fg-muted);
  margin-bottom: 32px;
  font-size: 0.98rem;
  line-height: 1.65;
}

.demo-picker {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.picker-btn {
  background: var(--bg-card);
  border: 1px solid #2a2a2a;
  color: var(--fg-muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.picker-btn.active,
.picker-btn:hover {
  border-color: var(--accent);
  color: var(--fg);
  background: var(--accent-glow);
}

.demo-shell {
  background: var(--bg-card);
  border: 1px solid #222;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}

.demo-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #0f0f0f;
  border-bottom: 1px solid #1e1e1e;
}

.demo-dots {
  display: flex;
  gap: 6px;
}

.demo-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
}

.demo-dots span:nth-child(1) { background: #ff5f57; }
.demo-dots span:nth-child(2) { background: #ffbd2e; }
.demo-dots span:nth-child(3) { background: #28c840; }

.demo-business-name {
  flex: 1;
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--fg-muted);
}

.demo-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #4ade80;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 6px #4ade80;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.demo-messages {
  height: 320px;
  overflow-y: auto;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-behavior: smooth;
}

.demo-messages::-webkit-scrollbar { width: 4px; }
.demo-messages::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 4px; }

.msg {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 86%;
}

.msg-user {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.msg-avatar {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: var(--accent-glow);
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.msg-bubble {
  background: #1e1e1e;
  border: 1px solid #2a2a2a;
  border-radius: 14px 14px 14px 4px;
  padding: 12px 16px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--fg);
}

.msg-user .msg-bubble {
  background: var(--accent-glow);
  border-color: rgba(240,192,64,0.3);
  border-radius: 14px 14px 4px 14px;
  color: var(--fg);
}

/* Typing indicator dots */
.typing-dots {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 14px 18px;
}

.typing-dots span {
  width: 7px;
  height: 7px;
  background: var(--fg-muted);
  border-radius: 50%;
  animation: bounce 1.2s infinite;
}

.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes bounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40% { transform: translateY(-6px); opacity: 1; }
}

.demo-input-row {
  display: flex;
  gap: 0;
  border-top: 1px solid #1e1e1e;
}

.demo-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  padding: 16px 20px;
}

.demo-input::placeholder { color: #444; }

.demo-send {
  background: var(--accent);
  border: none;
  color: #0a0a0a;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.demo-send:hover { opacity: 0.85; }
.demo-send:disabled { opacity: 0.4; cursor: not-allowed; }

.demo-note {
  margin-top: 16px;
  font-size: 0.82rem;
  color: #555;
  text-align: center;
}

/* ---- PRICING ---- */
.pricing {
  padding: 100px 40px;
}

.pricing-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.pricing-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.pricing h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  font-family: 'Space Grotesk', sans-serif;
}

.pricing-sub {
  color: var(--fg-muted);
  margin-bottom: 56px;
  font-size: 1rem;
  max-width: 560px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.plan-card {
  background: var(--bg-card);
  border: 1px solid #222;
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  transition: border-color 0.3s, transform 0.2s;
}

.plan-card:hover {
  border-color: #333;
  transform: translateY(-2px);
}

.plan-featured {
  border-color: var(--accent) !important;
  background: linear-gradient(160deg, rgba(240,192,64,0.06) 0%, var(--bg-card) 60%);
}

.plan-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0a0a0a;
  background: var(--accent);
  padding: 4px 12px;
  border-radius: 40px;
  margin-bottom: 16px;
}

.plan-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plan-price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--fg);
}

.plan-price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--fg-muted);
}

.plan-tagline {
  color: var(--fg-muted);
  font-size: 0.88rem;
  margin-bottom: 28px;
  line-height: 1.5;
  min-height: 40px;
}

.plan-features {
  list-style: none;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plan-features li {
  font-size: 0.9rem;
  color: var(--fg);
  line-height: 1.4;
}

.plan-features li.muted {
  color: #444;
}

.plan-btn {
  display: block;
  text-align: center;
  padding: 13px 24px;
  border-radius: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
}

.plan-btn-primary {
  background: var(--accent);
  color: #0a0a0a;
  border: none;
}

.plan-btn-outline {
  background: transparent;
  color: var(--fg);
  border: 1px solid #333;
}

.plan-btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.plan-btn-outline:hover { border-color: var(--accent); color: var(--accent); }

.pricing-footnote {
  margin-top: 32px;
  font-size: 0.82rem;
  color: #555;
  text-align: center;
}

/* ---- CONTACT FORM ---- */
.contact-section {
  padding: 100px 40px;
  background: var(--bg-elevated);
}

.contact-inner {
  max-width: 680px;
  margin: 0 auto;
}

.contact-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  font-family: 'Space Grotesk', sans-serif;
}

.contact-section h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  font-family: 'Space Grotesk', sans-serif;
}

.contact-sub {
  color: var(--fg-muted);
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.65;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--fg-muted);
  letter-spacing: 0.3px;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--bg-card);
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

.form-group option { background: #161616; }

.form-group textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: #444; }

.form-feedback {
  font-size: 0.9rem;
  padding: 12px 16px;
  border-radius: 8px;
  display: none;
}

.form-feedback:not(:empty) { display: block; }

.feedback-success {
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.25);
  color: #4ade80;
}

.feedback-error {
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.25);
  color: #f87171;
}

/* ---- AUDIT CTA ---- */
.audit-section {
  padding: 100px 40px;
  background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
  position: relative;
  overflow: hidden;
}

.audit-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(240,192,64,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.audit-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.audit-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0a0a0a;
  background: var(--accent);
  padding: 6px 18px;
  border-radius: 40px;
  margin-bottom: 28px;
}

.audit-section h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}

.audit-highlight {
  color: var(--accent);
}

.audit-sub {
  color: var(--fg-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.audit-form {
  background: var(--bg-card);
  border: 1px solid #222;
  border-radius: 20px;
  padding: 40px;
  text-align: left;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}

.audit-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}

.audit-full-col {
  grid-column: 1 / -1;
}

.audit-submit {
  width: 100%;
  font-size: 1rem;
  padding: 16px 24px;
}

.audit-trust {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 28px;
  font-size: 0.82rem;
  color: #555;
  flex-wrap: wrap;
}

/* Optional label helper */
.label-opt {
  font-weight: 400;
  color: #555;
  font-size: 0.82em;
}

/* ---- SOCIAL PROOF ---- */
.social-proof {
  padding: 80px 40px;
  background: var(--bg);
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
}

.social-proof-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.proof-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 12px;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
}

.proof-headline {
  text-align: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--fg-muted);
  margin-bottom: 40px;
  letter-spacing: -0.2px;
}

.proof-logos {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.proof-logo-slot {
  background: var(--bg-card);
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif;
  /* Placeholder style — swap for real logos when available */
}

.proof-quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.proof-quote {
  background: var(--bg-elevated);
  border: 1px solid #1a1a1a;
  border-radius: 16px;
  padding: 36px;
  position: relative;
  transition: border-color 0.3s;
}

.proof-quote:hover {
  border-color: #2a2a2a;
}

.quote-mark {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.5rem;
  color: var(--accent);
  line-height: 0.8;
  margin-bottom: 16px;
  opacity: 0.6;
}

.proof-quote p {
  color: var(--fg);
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.quote-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quote-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--accent-glow);
  border: 1px solid rgba(240,192,64,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
}

.quote-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 3px;
}

.quote-result {
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 500;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .hero { padding: 60px 24px 48px; min-height: auto; }
  .hero-stats { flex-direction: column; gap: 24px; }
  .hero-cta { flex-direction: column; }
  .problem, .services, .how, .closing { padding: 64px 24px; }
  .demo-section, .pricing, .contact-section { padding: 64px 24px; }
  .problem-grid, .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 8px; text-align: center; }
  .hero-accent { width: 300px; height: 300px; right: -20%; top: -10%; }
  .step { gap: 20px; }
  .demo-messages { height: 260px; }
  .audit-section { padding: 64px 24px; }
  .audit-form { padding: 28px 20px; }
  .audit-form-grid { grid-template-columns: 1fr; }
  .audit-trust { gap: 16px; flex-direction: column; align-items: center; }
  .social-proof { padding: 60px 24px; }
  .proof-quotes { grid-template-columns: 1fr; }
  .proof-logos { gap: 10px; }
}

@media (max-width: 480px) {
  .hero h1 { letter-spacing: -1px; }
  .service-number { font-size: 2rem; }
  .plan-price { font-size: 2.2rem; }
  .picker-btn { font-size: 0.82rem; padding: 8px 14px; }
}

/* ──────────────────────────────────────────────────────────
   SEO LANDING PAGE — /ki-agentur-nuernberg
   Scoped under .seo-* to avoid bleed with the main layout.
   ────────────────────────────────────────────────────────── */

/* Nav */
.seo-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #1a1a1a;
  padding: 0 40px;
}

.seo-nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.seo-nav-brand {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--fg);
  text-decoration: none;
  letter-spacing: -0.3px;
}

.seo-nav-cta {
  font-size: 0.88rem;
  padding: 10px 20px;
}

/* Hero */
.seo-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: 80px 40px 60px;
  overflow: hidden;
}

.seo-hero-accent {
  position: absolute;
  top: -10%;
  right: -8%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 65%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.seo-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.seo-hero-badge {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-glow);
  padding: 6px 18px;
  border-radius: 40px;
  margin-bottom: 32px;
}

.seo-h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 28px;
}

.seo-accent { color: var(--accent); }

.seo-hero-sub {
  font-size: 1.15rem;
  color: var(--fg-muted);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.seo-hero-sub strong { color: var(--fg); }

.seo-hero-cta {
  display: flex;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.seo-hero-trust {
  display: flex;
  gap: 28px;
  font-size: 0.87rem;
  color: var(--fg-muted);
  flex-wrap: wrap;
}

.seo-hero-trust span::before { content: ''; }

/* Shared section helpers */
.seo-section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.seo-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  display: block;
}

.seo-h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 48px;
}

/* Problem section */
.seo-problem {
  padding: 100px 40px;
  background: var(--bg-elevated);
}

.seo-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.seo-problem-card {
  background: var(--bg-card);
  border: 1px solid #1e1e1e;
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color 0.3s;
}

.seo-problem-card:hover { border-color: #333; }

.seo-solution-card { border-color: rgba(240,192,64,0.25) !important; background: linear-gradient(160deg, rgba(240,192,64,0.05), var(--bg-card)); }
.seo-solution-card:hover { border-color: var(--accent) !important; }

.seo-problem-icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
}

.seo-problem-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--fg);
}

.seo-problem-card p {
  color: var(--fg-muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.seo-problem-card strong { color: var(--fg); }

/* Services */
.seo-services {
  padding: 100px 40px;
}

.seo-service-blocks {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.seo-service-block {
  background: var(--bg-card);
  border: 1px solid #1a1a1a;
  border-radius: var(--radius);
  padding: 44px 44px 44px 64px;
  position: relative;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  transition: border-color 0.3s;
}

.seo-service-block:hover { border-color: #2a2a2a; }
.seo-service-block-alt { background: var(--bg-elevated); }

.seo-service-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1;
  min-width: 80px;
  user-select: none;
}

.seo-service-content { flex: 1; }

.seo-service-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.seo-service-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--fg);
}

.seo-service-desc {
  color: var(--fg-muted);
  font-size: 0.97rem;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 640px;
}

.seo-service-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 24px;
}

.seo-service-features li {
  font-size: 0.9rem;
  color: var(--fg-muted);
}

.seo-service-cta {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: opacity 0.2s;
}

.seo-service-cta:hover { opacity: 0.75; }

/* Local signals */
.seo-local {
  padding: 100px 40px;
  background: var(--bg-elevated);
}

.seo-local-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: center;
}

.seo-local-desc {
  color: var(--fg-muted);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 520px;
}

.seo-local-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.seo-local-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 0.93rem;
  color: var(--fg-muted);
  line-height: 1.55;
}

.seo-local-list strong { color: var(--fg); }

.seo-local-icon {
  font-size: 1.2rem;
  min-width: 28px;
  margin-top: 1px;
}

.seo-local-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.seo-stat-card {
  background: var(--bg-card);
  border: 1px solid #1e1e1e;
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  transition: border-color 0.3s;
}

.seo-stat-card:hover { border-color: var(--accent); }

.seo-stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}

.seo-stat-label {
  font-size: 0.82rem;
  color: var(--fg-muted);
  line-height: 1.5;
}

/* Audit CTA */
.seo-audit {
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}

.seo-audit-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(240,192,64,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.seo-audit-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.seo-audit-badge {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0a0a0a;
  background: var(--accent);
  padding: 6px 18px;
  border-radius: 40px;
  margin-bottom: 28px;
}

.seo-audit-h2 {
  margin-bottom: 20px;
  text-align: center;
}

.seo-audit-sub {
  color: var(--fg-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 48px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.seo-audit-form {
  background: var(--bg-card);
  border: 1px solid #222;
  border-radius: 20px;
  padding: 44px;
  text-align: left;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}

.seo-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}

.seo-form-full { grid-column: 1 / -1; }

.seo-audit-submit {
  width: 100%;
  font-size: 1rem;
  padding: 16px 24px;
}

.seo-audit-trust {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 28px;
  font-size: 0.82rem;
  color: #555;
  flex-wrap: wrap;
}

/* FAQ */
.seo-faq {
  padding: 100px 40px;
  background: var(--bg-elevated);
}

.seo-faq-inner {
  max-width: 760px;
}

.seo-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #1e1e1e;
  border-radius: var(--radius);
  overflow: hidden;
}

.seo-faq-item {
  border-bottom: 1px solid #1e1e1e;
}

.seo-faq-item:last-child { border-bottom: none; }

.seo-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-card);
  border: none;
  color: var(--fg);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 22px 28px;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
  gap: 16px;
}

.seo-faq-q:hover { background: var(--bg-elevated); }
.seo-faq-item.open .seo-faq-q { background: var(--bg-elevated); color: var(--accent); }

.seo-faq-icon {
  font-size: 1.4rem;
  color: var(--fg-muted);
  transition: transform 0.25s, color 0.2s;
  flex-shrink: 0;
}

.seo-faq-item.open .seo-faq-icon {
  transform: rotate(45deg);
  color: var(--accent);
}

.seo-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  background: var(--bg-elevated);
}

.seo-faq-item.open .seo-faq-a {
  max-height: 300px;
}

.seo-faq-a p {
  color: var(--fg-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 0 28px 24px;
}

/* Closing */
.seo-closing {
  padding: 120px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.seo-closing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(240,192,64,0.06), transparent 70%);
  pointer-events: none;
}

.seo-closing-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.seo-closing-bolt {
  font-size: 3rem;
  margin-bottom: 24px;
  filter: drop-shadow(0 0 30px var(--accent-glow));
}

.seo-closing-btn {
  margin: 32px auto 24px;
  display: inline-block;
  font-size: 1.05rem;
  padding: 16px 36px;
}

.seo-closing-note {
  font-size: 0.83rem;
  color: #555;
  margin-top: 12px;
}

.seo-closing-sub {
  color: var(--fg-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* ── SEO PAGE RESPONSIVE ──────────────────────────────────── */
@media (max-width: 960px) {
  .seo-local-inner { grid-template-columns: 1fr; gap: 48px; }
  .seo-local-stats { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .seo-nav { padding: 0 20px; }
  .seo-hero { padding: 64px 24px 48px; min-height: auto; }
  .seo-hero-accent { width: 300px; height: 300px; }
  .seo-problem, .seo-services, .seo-local, .seo-audit, .seo-faq, .seo-closing { padding: 64px 24px; }
  .seo-problem-grid { grid-template-columns: 1fr; }
  .seo-service-block { padding: 32px 24px; flex-direction: column; gap: 16px; }
  .seo-service-num { font-size: 3rem; min-width: auto; }
  .seo-local-stats { grid-template-columns: 1fr 1fr; }
  .seo-audit-form { padding: 28px 20px; }
  .seo-form-grid { grid-template-columns: 1fr; }
  .seo-hero-trust { gap: 12px; }
  .seo-hero-cta { flex-direction: column; }
  .seo-audit-trust { flex-direction: column; align-items: center; gap: 12px; }
}