* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #f8fafc;
  background:
    radial-gradient(circle at 50% -5%, rgba(59, 130, 246, .13), transparent 33rem),
    radial-gradient(circle at 80% 22%, rgba(124, 58, 237, .08), transparent 29rem),
    radial-gradient(circle at 15% 32%, rgba(34, 211, 238, .055), transparent 26rem),
    #060a11;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; }
.wrap { width: min(1100px, calc(100% - 32px)); margin: 0 auto; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: 0; z-index: 10;
  background: rgba(5, 9, 17, .82);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(20px);
}
header.site .inner {
  width: min(1100px, calc(100% - 32px)); margin: 0 auto; min-height: 80px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 10px 0;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand svg { width: 40px; height: 40px; flex-shrink: 0; }
.brand span { font-size: 21px; font-weight: 780; letter-spacing: -0.02em; color: #fff; white-space: nowrap; }
.brand .ai-badge {
  padding: 4px 8px; border-radius: 6px; font-size: 10.5px; font-weight: 800; letter-spacing: .02em; color: #fff;
  background: linear-gradient(135deg, #22d3ee, #3b82f6 35%, #7c3aed 70%, #ec4899);
  box-shadow: 0 2px 8px rgba(124,58,237,.35);
  margin-left: 3px;
}
.lang-switch { display: flex; align-items: center; gap: 4px; }
.lang-switch a {
  font-size: 12.5px; font-weight: 700; text-decoration: none; color: #64748b;
  padding: 6px 9px; border-radius: 8px; transition: color .15s ease, background .15s ease;
}
@media (max-width: 460px) {
  .brand svg { width: 34px; height: 34px; }
  .brand span { font-size: 18px; }
  .lang-switch a { padding: 5px 7px; font-size: 12px; }
}
.lang-switch a:hover { color: #f8fafc; background: rgba(255,255,255,.05); }
.lang-switch a.active { color: #f8fafc; background: rgba(255,255,255,.08); }

/* ---------- hero ---------- */
.hero { width: min(880px, calc(100% - 32px)); margin: 0 auto; padding: clamp(28px, 5vw, 56px) 0 28px; text-align: center; }
.dev-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px;
  padding: 8px 16px; border-radius: 999px; font-size: 11.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  color: #f8fafc; border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(160deg, rgba(34,211,238,.10), rgba(124,58,237,.10));
}
.dev-badge .dot { width: 6px; height: 6px; border-radius: 999px; background: #22d3ee; box-shadow: 0 0 10px rgba(34,211,238,.7); }
.eyebrow {
  margin: 0 0 16px; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  background: linear-gradient(90deg, #22d3ee, #3b82f6, #a855f7, #ec4899);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
h1.hero-h1 {
  margin: 0; font-size: clamp(14px, 2.4vw, 20px); font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: #9fadc2;
}
h2.hero-h2 {
  margin: 10px 0 0; font-size: clamp(32px, 5.4vw, 60px); line-height: 1.08; letter-spacing: -.04em; font-weight: 780; color: #f8fafc;
}
.subtitle { width: min(640px, 100%); margin: 22px auto 0; color: #aebbcf; font-size: clamp(16px, 1.5vw, 18px); line-height: 1.6; }
.secondary { width: min(560px, 100%); margin: 12px auto 0; color: #8492a6; font-size: 14px; line-height: 1.6; }

/* ---------- AI preview ---------- */
.ai-preview-wrap { position: relative; width: min(720px, 100%); margin: 36px auto 0; }
.preview-tag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #060a11;
  background: linear-gradient(90deg, #22d3ee, #a855f7); padding: 5px 14px; border-radius: 999px; z-index: 2;
  box-shadow: 0 0 0 4px #070b12;
}
.ai-preview {
  padding: 8px; border-radius: 24px;
  background: linear-gradient(135deg, rgba(34,211,238,.26), rgba(59,130,246,.14) 32%, rgba(124,58,237,.18) 67%, rgba(236,72,153,.22));
  box-shadow: 0 28px 80px rgba(0,0,0,.36);
}
.ai-preview-inner { padding: 28px 26px; border-radius: 18px; background: linear-gradient(180deg, rgba(14,21,34,.98), rgba(8,13,23,.98)); text-align: left; }
.ai-preview-label { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #8892a3; margin: 0 0 14px; }
.ai-preview-quote { font-size: 17px; color: #eef2f7; line-height: 1.6; margin: 0 0 18px; }
.ai-preview-quote::before { content: "„"; } .ai-preview-quote::after { content: "“"; }
.ai-response { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); }
.ai-response p.lead { margin: 0 0 12px; font-weight: 700; color: #f8fafc; font-size: 14px; }
.ai-response ul { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ai-response li {
  font-size: 12.5px; font-weight: 650; color: #f8fafc; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08); border-radius: 999px; padding: 7px 12px;
}
.ai-response .note { margin: 0; font-size: 13px; color: #9aa7ba; }

/* ---------- sections ---------- */
section.sec { padding: 60px 0; }
.hero + section.sec { padding-top: 32px; }
section.sec.border-top { border-top: 1px solid rgba(255,255,255,.06); }
.sec-eyebrow {
  display: block; text-align: center; margin-bottom: 12px; font-size: 12px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
  background: linear-gradient(90deg, #22d3ee, #3b82f6, #a855f7, #ec4899);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sec h2 {
  margin: 0 auto; max-width: 640px; text-align: center;
  font-size: clamp(24px, 3.4vw, 36px); line-height: 1.15; letter-spacing: -.03em; font-weight: 750; color: #f8fafc;
}
.sec-lead { max-width: 560px; margin: 14px auto 0; text-align: center; color: #94a3b8; font-size: 15px; line-height: 1.6; }

/* ---------- 6 feature cards ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
@media (max-width: 860px) { .feature-grid { grid-template-columns: 1fr; } }
.feature-card { min-width: 0; padding: 24px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); }
.feature-icon {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: #fff; font-size: 17px;
  background: linear-gradient(135deg, #22d3ee, #3b82f6, #7c3aed, #ec4899); margin-bottom: 16px;
}
.feature-card p.t { margin: 0 0 8px; color: #f8fafc; font-weight: 700; font-size: 15.5px; }
.feature-card p.d { margin: 0 0 14px; color: #94a3b8; font-size: 13.5px; line-height: 1.6; }
.feature-example {
  font-size: 12.5px; color: #aebbd0; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px; padding: 9px 12px;
}

/* ---------- flow steps (sell) ---------- */
.flow-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin-top: 40px; }
.flow-step { min-width: 0; padding: 16px 14px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); }
.flow-num {
  display: block; font-size: 11px; font-weight: 800; letter-spacing: .06em; margin-bottom: 6px;
  background: linear-gradient(90deg, #22d3ee, #3b82f6, #a855f7, #ec4899);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.flow-label { color: #e2e8f0; font-size: 13.5px; font-weight: 650; }
.flow-note { text-align: center; margin-top: 28px; color: #64748b; font-size: 13.5px; }

/* ---------- search preview ---------- */
.search-quote {
  width: min(640px, 100%); margin: 32px auto 0; padding: 18px 22px; border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); color: #e2e8f0; font-size: 15px; text-align: center;
}
.search-quote::before { content: "„"; } .search-quote::after { content: "“"; }
.search-arrow { text-align: center; color: #64748b; font-size: 12px; margin: 14px 0; letter-spacing: .1em; text-transform: uppercase; }
.chip-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 8px; }
.chip {
  padding: 8px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 700; color: #dbeafe;
  background: rgba(59,130,246,.12); border: 1px solid rgba(59,130,246,.3);
}

/* ---------- search agent ---------- */
.agent-box {
  width: min(680px, 100%); margin: 36px auto 0; padding: 28px; text-align: center; border-radius: 20px;
  background: linear-gradient(135deg, rgba(34,211,238,.10), rgba(124,58,237,.10)); border: 1px solid rgba(255,255,255,.08);
}
.channel-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 13px; border-radius: 999px; font-size: 12px; font-weight: 700;
  color: #f8fafc; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); margin: 16px 4px 0;
}

/* ---------- services tiles ---------- */
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 36px; }
@media (max-width: 860px) { .tile-grid { grid-template-columns: repeat(2, 1fr); } }
.tile {
  min-width: 0; padding: 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02);
  display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap;
}
.tile span.name { min-width: 0; flex: 1 1 auto; overflow-wrap: break-word; font-size: 13.5px; font-weight: 650; color: #e2e8f0; }
.tile span.planned {
  flex-shrink: 0;
  font-size: 9.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #94a3b8;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 3px 7px; border-radius: 999px; white-space: nowrap;
}

/* ---------- dealer chips ---------- */
.dealer-chip-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 30px; }
.dealer-chip {
  font-size: 12.5px; font-weight: 700; color: #f8fafc; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09); border-radius: 999px; padding: 9px 15px;
}

/* ---------- plans ---------- */
.plans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
@media (max-width: 860px) { .plans-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .plans-grid { grid-template-columns: 1fr; } }
.plan-card { min-width: 0; padding: 20px; border-radius: 16px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.02); }
.plan-card p.name { margin: 0 0 6px; font-weight: 800; color: #f8fafc; font-size: 15px; }
.plan-card p.tag { margin: 0; color: #94a3b8; font-size: 13px; line-height: 1.5; }
.plans-note { text-align: center; margin-top: 22px; color: #64748b; font-size: 13px; }

/* ---------- notify box ---------- */
.notify-box {
  width: min(560px, 100%); margin: 0 auto; padding: 32px 26px; border-radius: 20px; text-align: center;
  background: linear-gradient(135deg, rgba(34,211,238,.10), rgba(124,58,237,.10)); border: 1px solid rgba(255,255,255,.08);
}
.notify-box h2 { margin: 0 0 8px; }
.notify-box p.lead { margin: 0 0 22px; color: #94a3b8; font-size: 14px; }
.cta {
  display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 26px;
  border-radius: 14px; border: 0; color: #fff; font-weight: 750; font-size: 14px; text-decoration: none;
  background: linear-gradient(135deg, #22d3ee, #3b82f6 32%, #7c3aed 68%, #ec4899); box-shadow: 0 12px 28px rgba(124,58,237,.28);
}
.notify-box p.privacy { margin: 16px 0 0; color: #64748b; font-size: 12px; }

/* ---------- footer ---------- */
footer.site { border-top: 1px solid rgba(255,255,255,.08); padding: 40px 0 28px; }
footer.site .inner { width: min(1100px, calc(100% - 32px)); margin: 0 auto; }
footer.site .top { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; }
footer.site .brand-col .brand { margin-bottom: 6px; }
footer.site .brand-col p { margin: 0; color: #64748b; font-size: 13px; }
footer.site .links { display: flex; flex-wrap: wrap; gap: 20px; }
footer.site .links a { font-size: 13px; color: #94a3b8; text-decoration: none; }
footer.site .links a:hover { color: #f8fafc; }
footer.site .bottom {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(255,255,255,.06); padding-top: 20px; color: #64748b; font-size: 12.5px;
}
