/* ===== HERO ===== */
.hero {
  background: linear-gradient(180deg, #0B0B0B 0%, #121212 100%);
  color: #fff; padding: 20px 0 40px;
  position: relative; overflow: hidden;
}
.hero::before, .hero::after {
  content: ""; position: absolute;
  width: 260px; height: 260px; border-radius: 50%;
  filter: blur(80px); opacity: 0.35;
  pointer-events: none;
}
.hero::before { top: 10%; left: -60px; background: #1B4DA8; }
.hero::after { bottom: 15%; right: -80px; background: #451A8A; }

.hero__inner { position: relative; z-index: 1; }
.hero .badge--youtube {
  margin: 4px auto 20px; display: inline-flex;
}
.hero__inner { text-align: center; }
.hero__title {
  font-size: 26px; font-weight: 800;
  line-height: 1.32; letter-spacing: -0.03em;
  margin-bottom: 20px; color: #fff;
  position: relative;
}
.hero__star {
  color: var(--color-brand-red);
  position: absolute; left: -6px; top: -8px;
  font-size: 22px; text-shadow: 0 0 8px rgba(237,28,36,0.5);
}
.hero__title .circle-mark { color: #fff; }

.hero__video {
  position: relative; border-radius: 14px; overflow: hidden;
  margin-bottom: 18px; aspect-ratio: 16 / 11;
  background: #000;
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
}
.hero__video img { width: 100%; height: 100%; object-fit: cover; }
.hero__play {
  position: absolute; inset: 0; margin: auto;
  width: 58px; height: 58px; border-radius: 50%;
  background: rgba(255,255,255,0.9); color: var(--color-brand-red);
  font-size: 22px;
  transition: transform var(--dur-base) var(--ease-out);
}
.hero__play:hover { transform: scale(1.08); background: #fff; }

.hero__caption {
  font-size: 15px; color: #fff; font-weight: 600;
  margin-bottom: 18px; line-height: 1.45;
}
.hero__stage {
  margin: 0 -20px 24px;
}
.hero__stage img {
  width: 100%; object-fit: cover;
}

/* ===== QR BANNER ===== */
.qr-banner {
  background: #121212; color: #fff;
  padding: 48px 0 56px;
  text-align: left;
}
.qr-banner__inner h2 {
  font-size: 26px; font-weight: 800;
  line-height: 1.3; letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.qr-banner__lead {
  font-size: 23px; font-weight: 800;
  line-height: 1.5; letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.hl-red {
  background: var(--color-brand-red); color: #fff;
  padding: 2px 10px; border-radius: 4px;
  display: inline-block;
}
.hl-yellow {
  color: var(--color-yellow);
}
.qr-banner__quote {
  font-size: 14px; line-height: 1.7;
  color: var(--color-text-mute-dark);
}
.qr-banner__quote em { font-style: normal; color: #D9D9D9; }

/* ===== PICK ===== */
.pick {
  background: #0B0B0B; color: #fff;
  padding: 40px 0 48px;
}
.pick__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; margin-top: 28px;
}
.pick-card {
  background: #1A1A1A; border-radius: 14px;
  overflow: hidden; border: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column;
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base);
}
.pick-card:hover { transform: translateY(-3px); border-color: rgba(237,28,36,0.4); }
.pick-card__img {
  aspect-ratio: 4 / 3; background: #000; overflow: hidden;
}
.pick-card__img img { width: 100%; height: 100%; object-fit: cover; }
.pick-card__body {
  padding: 14px 14px 16px;
  display: flex; flex-direction: column; gap: 8px;
}
.pick-card__name {
  font-size: 14px; font-weight: 700; line-height: 1.3;
}
.pick-card__meta {
  font-size: 11px; color: var(--color-text-mute-dark);
}
.pick-card__price {
  font-size: 16px; font-weight: 800; margin-top: 2px;
}
.pick-card__price em { font-style: normal; font-weight: 500; font-size: 14px; }
.pick-card__btn {
  background: var(--color-brand-red); color: #fff;
  padding: 10px 0; border-radius: 8px;
  font-size: 13px; font-weight: 700; text-align: center;
  margin-top: 2px;
  transition: background var(--dur-fast);
}
.pick-card__btn:hover { background: var(--color-brand-red-dark); }

.pick__note {
  color: var(--color-text-mute-dark);
  font-size: 12px; margin-top: 18px;
}
.pick__more { text-align: center; margin-top: 24px; }

/* ===== COMMENT BEST ===== */
.comment-best {
  background: var(--color-bg-light);
  padding: 44px 0 56px;
}
.comment-best .section-head h2 { color: #111; }
.comment-best .section-head__sub { color: #555; }
.comment-best .badge--pill-dark .yt-dot { color: var(--color-brand-red); }

.rank-hero {
  position: relative; margin-top: 8px;
  background: #fff; border-radius: 20px;
  padding: 30px 24px 24px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}
.rank-hero__flag {
  position: absolute; top: 0; left: 0;
  width: 70px; height: 90px;
  background: var(--color-brand-red);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  color: #fff; font-weight: 900; font-size: 42px;
  display: flex; align-items: flex-start; justify-content: center;
  padding-top: 10px;
}
.rank-hero__text {
  text-align: right; margin-left: 70px; margin-bottom: 10px;
}
.rank-hero__text h3 {
  font-size: 26px; font-weight: 800; letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.rank-hero__text p {
  font-size: 15px; color: #555;
}
.rank-hero__text p strong {
  font-size: 22px; color: #111; font-weight: 800;
}
.rank-hero__img {
  width: 100%; height: auto;
  display: block; margin-top: 4px;
}

.rank-list {
  margin-top: 16px; display: flex; flex-direction: column; gap: 12px;
}
.rank-item {
  background: #fff; border-radius: 16px;
  padding: 10px 16px 10px 18px;
  display: flex; align-items: center; gap: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transition: transform var(--dur-fast);
}
.rank-item:hover { transform: translateX(2px); }
.rank-item__num {
  color: var(--color-brand-red);
  font-size: 22px; font-weight: 800; min-width: 22px;
}
.rank-item__name {
  flex: 1; font-size: 16px; font-weight: 700;
}
.rank-item__img {
  width: 90px; height: 60px; object-fit: contain;
  flex-shrink: 0;
}

/* ===== QUOTE FORM ===== */
.quote {
  background: #121212; color: #fff;
  padding: 44px 0 0; position: relative; overflow: hidden;
}
.quote .badge--youtube { margin-bottom: 20px; }
.quote h2 {
  font-size: 24px; font-weight: 800; letter-spacing: -0.02em;
  line-height: 1.4; margin-bottom: 26px;
}
.quote__form { margin-bottom: 10px; }
.quote__status {
  margin-top: 12px; font-size: 14px;
  color: var(--color-yellow); text-align: center;
  min-height: 20px;
}
.quote__model {
  margin: 18px -20px 0; position: relative;
}
.quote__model img { width: 100%; }

/* ===== COST ===== */
.cost {
  background: var(--color-bg-light);
  padding: 52px 0 56px;
  text-align: center;
}
.cost .cost__sub {
  color: #555; margin-top: 12px; font-size: 15px; line-height: 1.7;
}
.cost__compare {
  position: relative; margin-top: 32px;
}
.cost__car {
  position: relative; display: flex; justify-content: flex-end;
  margin-bottom: -40px; padding-right: 10px;
}
.cost__car img {
  width: 55%; height: auto;
}
.cost__save {
  position: absolute; right: 6px; top: -18px;
  background: var(--color-brand-red); color: #fff;
  padding: 12px 14px; border-radius: 8px;
  font-size: 18px; font-weight: 800;
  display: flex; flex-direction: column; align-items: center;
  min-width: 70px; line-height: 1.1;
  box-shadow: 0 6px 18px rgba(237,28,36,0.35);
}
.cost__save::after {
  content: ""; position: absolute; bottom: -8px; left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--color-brand-red);
}
.cost__save em { font-style: normal; font-size: 12px; }
.cost__save small { font-size: 10px; font-weight: 500; margin-top: 2px; }

.cost__cols {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; border-radius: 16px; overflow: hidden;
}
.cost__col {
  padding: 28px 14px; text-align: center;
}
.cost__col h3 {
  font-size: 22px; font-weight: 800; letter-spacing: -0.02em;
  padding-bottom: 14px;
  margin-bottom: 18px;
  position: relative;
}
.cost__col h3::after {
  content: ""; position: absolute;
  bottom: 0; left: 25%; right: 25%; height: 1px;
  background: currentColor; opacity: 0.3;
}
.cost__col dl {
  display: flex; flex-direction: column; gap: 16px;
}
.cost__col dt {
  font-size: 13px; font-weight: 600;
}
.cost__col dd { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; }
.cost__col dd.big { font-size: 22px; }
.cost__col--rent {
  background: var(--color-brand-red); color: #fff;
  border-radius: 16px;
  transform: translateY(-14px);
}
.cost__col--new {
  background: #fff; color: #555;
  border-radius: 16px;
}

/* ===== ZERO ===== */
.zero {
  background: var(--color-bg-light);
  padding: 40px 0 56px;
  text-align: center;
}
.zero__compare {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 12px; align-items: end;
  margin: 40px auto 30px;
  max-width: 340px;
  position: relative;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.bar-col {
  display: flex; flex-direction: column; align-items: center;
  height: 260px; justify-content: flex-end;
}
.bar-col__label {
  font-size: 13px; color: #555; font-weight: 600;
}
.bar-col__value {
  font-size: 22px; font-weight: 900;
  margin: 4px 0 12px;
}
.bar {
  width: 100%; height: 160px;
  display: flex; align-items: flex-end; justify-content: center;
  position: relative;
}
.bar span {
  display: block; width: 100%;
  background: #D9D9D9;
  border-radius: 16px 16px 0 0;
  transition: height 1.2s var(--ease-out);
}
.bar__red { background: var(--color-brand-red) !important; }
.bar-col__caption {
  position: absolute; bottom: -24px;
  font-size: 15px; font-weight: 700; color: #111;
}
.zero__arrow {
  width: 60px; height: 60px;
  align-self: flex-start; margin-top: 20px;
}

.zero__big {
  font-size: 26px; font-weight: 900; letter-spacing: -0.02em;
  color: rgba(180,180,180,0.6);
  line-height: 1.35;
  margin: 34px 0 20px;
}
.zero__stamp {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--color-brand-red); color: #fff;
  padding: 14px 26px; border-radius: 10px;
  font-size: 28px; font-weight: 900;
  transform: rotate(-3deg);
}
.zero__stamp em { font-style: normal; }

/* ===== STATS ===== */
.stats {
  background: #0B0B0B;
  padding: 44px 0;
  color: #fff;
}
.stats__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 30px 24px;
  max-width: 400px;
  padding-left: 20px; padding-right: 20px;
  position: relative;
}
.stats__grid::after {
  content: ""; position: absolute;
  top: 50%; left: 10%; right: 10%;
  height: 1px; background: rgba(255,255,255,0.1);
  transform: translateY(-10px);
}
.stat { text-align: center; }
.stat__label {
  font-size: 13px; color: var(--color-text-mute-dark);
  margin-bottom: 8px;
}
.stat__value {
  font-size: 28px; font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

/* ===== YT REVIEWS (dark, within white bg) ===== */
.yt-reviews {
  background: #fff;
  padding: 52px 0 44px;
}
.yt-reviews .section-head h2 { color: #111; }
.yt-reviews .section-head__sub { color: #555; }
.yt-reviews .badge--pill-red { background: var(--color-brand-red); }
.yt-reviews .badge--pill-red .yt-badge { background: transparent; }

.slider { margin-top: 26px; }
.slider__track {
  display: flex; flex-direction: column; gap: 16px;
}
.yt-card {
  display: block; position: relative;
  border-radius: 14px; overflow: hidden;
  background: #eee;
  transition: transform var(--dur-base) var(--ease-out);
}
.yt-card:hover { transform: translateY(-3px); }
.yt-card img {
  width: 100%; aspect-ratio: 16 / 9; object-fit: cover;
}
.yt-card__badge {
  position: absolute; left: 12px; top: 12px;
  width: 32px; height: 22px; border-radius: 4px;
  background: var(--color-brand-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
}
.yt-card p {
  padding: 14px 16px; font-size: 14px; font-weight: 600;
  color: #111; line-height: 1.45;
  background: #fff;
  border-left: 3px solid var(--color-brand-red);
}

.slider__dots {
  display: flex; justify-content: center;
  gap: 8px; margin-top: 20px;
}
.slider__dots span {
  width: 28px; height: 3px; background: #ddd; border-radius: 3px;
  transition: background var(--dur-fast);
}
.slider__dots span.is-active { background: var(--color-brand-red); width: 60px; }

/* ===== REAL REVIEWS ===== */
.reviews {
  background: var(--color-bg-light);
  padding: 52px 0 44px;
}
.reviews .section-head h2 { color: #111; }
.reviews .badge--pill-dark .yt-dot { color: var(--color-brand-red); }
.reviews .section-head__sub { color: #555; }

.review-card {
  margin-top: 26px;
  background: var(--color-bg-light);
}
.review-card img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
  border-radius: 12px; margin-bottom: 18px;
}
.review-card h3 {
  font-size: 20px; font-weight: 800; margin-bottom: 6px;
}
.review-card__name {
  font-size: 14px; font-weight: 600; color: #444;
  margin-bottom: 8px;
}
.review-card__stars {
  color: var(--color-brand-red); font-size: 22px;
  letter-spacing: 4px; margin-bottom: 14px;
}
.review-card__body {
  font-size: 14px; line-height: 1.65; color: #333;
  margin-bottom: 14px;
}
.review-card__date {
  font-size: 12px; color: #888;
}

.reviews .pick__more { margin-top: 28px; }
.reviews .btn-ghost-light {
  color: #111; border-color: rgba(0,0,0,0.2);
}
.reviews .btn-ghost-light:hover { background: rgba(0,0,0,0.04); }

/* ===== PARTNERS ===== */
.partners {
  background: #fff;
  padding: 52px 0 56px;
}
.partners .section-head h2 { color: #111; }
.partners__strip { margin-top: 20px; text-align: center; }
.partners__strip img { width: 100%; max-width: 480px; margin: 0 auto; }

/* ===== FOOTER ===== */
.footer {
  background: #111; color: #fff;
  padding: 40px 0 48px;
}
.footer__label {
  font-size: 22px; font-weight: 800;
  margin-bottom: 6px;
}
.footer__hours {
  font-size: 13px; color: #aaa;
  margin-bottom: 20px;
}
.footer__num {
  display: inline-block; font-size: 38px; font-weight: 900;
  letter-spacing: -0.02em; margin-bottom: 12px;
  color: #fff;
}
.footer__note {
  font-size: 14px; color: #bbb; line-height: 1.6;
  margin-bottom: 32px;
}
.footer__links {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: #ccc; margin-bottom: 18px;
  flex-wrap: wrap;
}
.footer__links a { color: #ccc; }
.footer__links strong { color: #fff; font-weight: 700; }
.footer__links span { color: #555; }
.footer__meta {
  font-size: 13px; color: #999;
  line-height: 1.7;
}
.footer__copy {
  font-size: 13px; color: #888;
  margin-top: 14px; margin-bottom: 18px;
}
.footer__brand {
  color: #2F7BDC; font-size: 32px; font-weight: 900;
  letter-spacing: -0.03em;
  display: flex; flex-direction: column;
}
.footer__brand small {
  color: #2F7BDC; font-size: 10px; font-weight: 600;
  margin-top: 2px; letter-spacing: 0.1em;
}
