:root {
  --red: #E30613;
  --red-soft: #FF4D57;
  --ink: #111111;
  --bg: #F6F6F6;
  --white: #FFFFFF;
  --line: #E6E6E6;
  --mute: #8A8A8A;
  --yellow: #FFD400;
  --ok: #1FA85A;
  --radius: 22px;
  --shadow: 0 18px 40px rgba(0, 0, 0, .08);
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.top {
  position: sticky; top: 0; z-index: 40;
  background: rgba(246,246,246,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.top-inner { display: flex; align-items: center; gap: 18px; height: 64px; }
.logo { display: flex; align-items: center; gap: 2px; font-weight: 800; font-size: 22px; text-decoration: none; letter-spacing: -.03em; }
.logo b { color: var(--red); }
.nav { display: flex; gap: 18px; margin-left: auto; margin-right: 8px; font-size: 13px; font-weight: 700; color: #444; overflow: auto; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--red); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--red); color: #fff; text-decoration: none;
  font-weight: 800; border: 0; cursor: pointer;
  border-radius: 14px; padding: 12px 18px; font-size: 14px;
}
.btn.ink { background: var(--ink); }
.btn.ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn:hover { filter: brightness(1.05); }

.hero { padding: 48px 0 20px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.kicker { color: var(--red); font-weight: 800; letter-spacing: .14em; font-size: 12px; text-transform: uppercase; margin-bottom: 14px; }
h1 { font-size: clamp(36px, 5vw, 64px); line-height: .95; letter-spacing: -.045em; font-weight: 800; }
.lead { margin-top: 18px; font-size: 18px; color: #444; max-width: 520px; line-height: 1.5; }
.hero-actions { display: flex; gap: 10px; margin-top: 26px; flex-wrap: wrap; }
.hero-note { margin-top: 14px; color: var(--mute); font-size: 13px; }
.brand-row { position: relative; height: 72px; overflow: hidden; margin: 10px 0 8px; }
.brand-row .logo { font-size: 34px; }
.car {
  position: absolute; top: 8px; width: 128px; height: 54px;
  animation: drive-in 1.15s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes drive-in { from { transform: translateX(120%); } to { transform: translateX(168px); } }

.phone-stage { display: flex; justify-content: center; perspective: 1200px; }
.phone {
  width: 320px; height: 660px; background: #0b0b0b;
  border-radius: 42px; padding: 10px; box-shadow: 0 40px 80px rgba(0,0,0,.22);
  position: relative; transform: rotate(-8deg); animation: float 5s ease-in-out infinite;
}
.phone:after {
  content: ""; position: absolute; top: 14px; left: 50%; width: 92px; height: 18px;
  background: #0b0b0b; border-radius: 20px; transform: translateX(-50%); z-index: 2;
}
.phone iframe, .phone-screen {
  width: 100%; height: 100%; border: 0; border-radius: 32px; background: var(--bg); overflow: hidden;
}
@keyframes float { 50% { transform: rotate(-8deg) translateY(-10px); } }

.section { padding: 72px 0; }
.section h2 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -.04em; line-height: 1.05; margin-bottom: 10px; }
.sub { color: var(--mute); font-size: 16px; max-width: 640px; margin-bottom: 28px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; box-shadow: var(--shadow);
}
.card h3 { font-size: 20px; margin: 8px 0 6px; }
.card p { color: #555; font-size: 14px; line-height: 1.45; }
.mark {
  width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center;
  font-size: 18px; font-weight: 800; color: #fff;
}
.reveal { opacity: 0; transform: translateY(18px); animation: up .7s ease forwards; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }
.reveal:nth-child(4) { animation-delay: .24s; }
@keyframes up { to { opacity: 1; transform: none; } }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-n { font-size: 42px; font-weight: 800; color: var(--red); letter-spacing: -.04em; }

.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.price {
  border-radius: 28px; padding: 24px; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 8px;
}
.price.hit { background: #141414; color: #fff; border: 0; }
.price .sum { font-size: 42px; font-weight: 800; letter-spacing: -.04em; }
.hit-badge { background: var(--red); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; border-radius: 8px; padding: 4px 8px; }
.price ul { list-style: none; color: inherit; font-size: 14px; opacity: .85; }
.price ul li { margin: 6px 0; }

.faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px 18px; margin-bottom: 8px; }
.faq summary { font-weight: 800; cursor: pointer; }
.faq details p { margin-top: 8px; color: #555; font-size: 14px; }

.legal { padding: 40px 0 80px; }
.legal-body { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 32px; }
.legal-body h1 { font-size: 34px; margin-bottom: 8px; }
.legal-body h2 { font-size: 20px; margin: 22px 0 8px; }
.legal-body p, .legal-body li { color: #333; font-size: 15px; line-height: 1.6; margin: 8px 0; }
.legal-body ul { padding-left: 18px; }
.muted { color: var(--mute); font-size: 13px; }

.form { display: grid; gap: 12px; }
label { font-size: 13px; font-weight: 700; }
input, select {
  width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px;
  font: inherit; background: #fff;
}
.check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-size: 13px; color: #444; }
.check input { margin-top: 3px; }
.req-table { width: 100%; border-collapse: collapse; }
.req-table td { border-bottom: 1px solid var(--line); padding: 10px 0; font-size: 14px; }
.req-table td:first-child { color: var(--mute); width: 42%; }

.site-foot { border-top: 1px solid var(--line); padding: 28px 0 40px; margin-top: 20px; color: #666; font-size: 13px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.foot-grid a { display: block; text-decoration: none; margin: 6px 0; }
.foot-grid a:hover { color: var(--red); }

.phone.flat { transform: none; animation: floaty 5s ease-in-out infinite; }
@keyframes floaty { 50% { transform: translateY(-8px); } }

.ai-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.ai-points { display: grid; gap: 12px; margin-top: 8px; }
.ai-point { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 14px 16px; }
.ai-point b { display: block; font-size: 16px; margin-bottom: 2px; }
.ai-point span { color: #555; font-size: 13px; line-height: 1.4; }
.ai-n { width: 48px; height: 48px; border-radius: 16px; background: #111; color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px; }
.ai-n.red { background: var(--red); }

@media (max-width: 900px) {
  .hero, .grid-3, .grid-4, .steps, .price-grid, .foot-grid, .ai-split { grid-template-columns: 1fr; }
  .nav { display: none; }
  .phone { transform: none; width: min(320px, 100%); animation: none; }
  .hero { padding-top: 24px; }
  .car { display: none; }
}
