
.auto-article[data-v-c5fdc5c5] {
  color: #18202a;
  background: #f6f7f9;
}
.auto-article__hero[data-v-c5fdc5c5] {
  position: relative;
  min-height: clamp(440px, 58vh, 620px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111827;
}
.auto-article__hero-image[data-v-c5fdc5c5],
.auto-article__hero-shade[data-v-c5fdc5c5] {
  position: absolute;
  inset: 0;
}
.auto-article__hero-image[data-v-c5fdc5c5] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  opacity: 0.46;
}
.auto-article__hero-shade[data-v-c5fdc5c5] {
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.96), rgba(17, 24, 39, 0.68) 60%, rgba(30, 64, 175, 0.18));
}
.auto-article__hero-inner[data-v-c5fdc5c5] {
  position: relative;
  z-index: 1;
  padding-block: 74px;
}
.auto-article__eyebrow[data-v-c5fdc5c5] {
  margin-bottom: 12px;
  color: #1d4ed8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.auto-article__hero .auto-article__eyebrow[data-v-c5fdc5c5] {
  color: #93c5fd;
}
.auto-article__hero h1[data-v-c5fdc5c5] {
  max-width: 780px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.03;
}
.auto-article__hero p[data-v-c5fdc5c5]:not(.auto-article__eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.06rem;
  line-height: 1.75;
}
.auto-article__intro[data-v-c5fdc5c5],
.auto-article__system[data-v-c5fdc5c5],
.auto-article__rules[data-v-c5fdc5c5],
.auto-article__modules[data-v-c5fdc5c5],
.auto-article__notes[data-v-c5fdc5c5],
.auto-article__faq[data-v-c5fdc5c5],
.auto-article__closing[data-v-c5fdc5c5] {
  padding: 72px 0;
}
.auto-article__intro[data-v-c5fdc5c5] {
  background: #fff;
}
.auto-article__system[data-v-c5fdc5c5] {
  background: #f8fafc;
}
.auto-article__intro-grid[data-v-c5fdc5c5],
.auto-article__closing-inner[data-v-c5fdc5c5] {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  align-items: start;
}
.auto-article h2[data-v-c5fdc5c5] {
  margin: 0;
  color: #111827;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
}
.auto-article__intro p[data-v-c5fdc5c5],
.auto-article__system-grid p[data-v-c5fdc5c5],
.module-chapter p[data-v-c5fdc5c5],
.module-chapter li[data-v-c5fdc5c5],
.auto-article__note-grid p[data-v-c5fdc5c5],
.auto-article__faq p[data-v-c5fdc5c5],
.auto-article__closing p[data-v-c5fdc5c5],
.auto-article__rules li[data-v-c5fdc5c5] {
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.78;
}
.auto-article__intro p + p[data-v-c5fdc5c5] {
  margin-top: 16px;
}
.auto-article__system-grid[data-v-c5fdc5c5] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.auto-article__system-grid article[data-v-c5fdc5c5] {
  min-height: 190px;
  padding: 24px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #fff;
}
.auto-article__system-grid h3[data-v-c5fdc5c5] {
  margin-bottom: 12px;
  color: #111827;
  font-size: 1rem;
}
.auto-article__rules[data-v-c5fdc5c5] {
  background: #eaf0f8;
}
.auto-article__rules h2[data-v-c5fdc5c5] {
  margin-bottom: 24px;
}
.auto-article__rules ol[data-v-c5fdc5c5] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  counter-reset: rule;
}
.auto-article__rules li[data-v-c5fdc5c5] {
  counter-increment: rule;
  min-height: 178px;
  padding: 18px;
  border: 1px solid #d5dce8;
  border-radius: 8px;
  background: #fff;
}
.auto-article__rules li[data-v-c5fdc5c5]::before {
  content: counter(rule, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: #1d4ed8;
  font-weight: 800;
}
.auto-article__section-head[data-v-c5fdc5c5] {
  max-width: 900px;
  margin-bottom: 34px;
}
.auto-article__section-head h2[data-v-c5fdc5c5] {
  margin-bottom: 14px;
}
.module-chapter[data-v-c5fdc5c5] {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 32px;
  padding: 46px 0;
  border-top: 1px solid #d8dee8;
}
.module-chapter[data-v-c5fdc5c5]:last-child {
  border-bottom: 1px solid #d8dee8;
}
.module-chapter__number[data-v-c5fdc5c5] {
  position: sticky;
  top: calc(var(--header-height, 72px) + 18px);
  align-self: start;
  color: #1d4ed8;
  font-size: 1.45rem;
  font-weight: 800;
}
.module-chapter__summary[data-v-c5fdc5c5] {
  max-width: 760px;
  margin-bottom: 10px;
  color: #1d4ed8 !important;
  font-weight: 700;
}
.module-chapter h3[data-v-c5fdc5c5] {
  max-width: 860px;
  margin-bottom: 18px;
  color: #111827;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.18;
}
.module-chapter__grid[data-v-c5fdc5c5] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.module-chapter__grid > div[data-v-c5fdc5c5],
.module-chapter__recommend[data-v-c5fdc5c5],
.module-chapter__avoid[data-v-c5fdc5c5] {
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #fff;
}
.module-chapter__grid > div[data-v-c5fdc5c5] {
  padding: 22px;
}
.module-chapter h4[data-v-c5fdc5c5] {
  margin-bottom: 12px;
  color: #111827;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.module-chapter ul[data-v-c5fdc5c5] {
  display: grid;
  gap: 10px;
  padding-left: 1.1rem;
}
.module-chapter__avoid[data-v-c5fdc5c5] {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 22px;
  border-color: #f1c7a9;
  background: #fff7ed;
}
.module-chapter__avoid strong[data-v-c5fdc5c5] {
  color: #9a3412;
}
.module-chapter__avoid span[data-v-c5fdc5c5] {
  color: #7c2d12;
  line-height: 1.65;
}
.module-chapter__recommend[data-v-c5fdc5c5] {
  margin-top: 22px;
  padding: 22px;
}
.module-chapter__recommend p[data-v-c5fdc5c5] {
  margin-bottom: 12px;
}
.auto-article__notes[data-v-c5fdc5c5] {
  background: #fff;
}
.auto-article__note-grid[data-v-c5fdc5c5] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.auto-article__note-grid article[data-v-c5fdc5c5] {
  padding: 24px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #f8fafc;
}
.auto-article__note-grid h3[data-v-c5fdc5c5] {
  margin-bottom: 12px;
  color: #111827;
  font-size: 1rem;
}
.auto-article__faq[data-v-c5fdc5c5] {
  background: #eef2f7;
}
.auto-article__faq details[data-v-c5fdc5c5] {
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #fff;
}
.auto-article__faq details + details[data-v-c5fdc5c5] {
  margin-top: 12px;
}
.auto-article__faq summary[data-v-c5fdc5c5] {
  cursor: pointer;
  padding: 18px 20px;
  color: #111827;
  font-weight: 800;
}
.auto-article__faq p[data-v-c5fdc5c5] {
  margin: 0;
  padding: 0 20px 20px;
}
.auto-article__closing[data-v-c5fdc5c5] {
  background: #dbeafe;
}
.auto-article__closing-inner[data-v-c5fdc5c5] {
  align-items: center;
}
.auto-article__closing h2[data-v-c5fdc5c5] {
  margin-bottom: 16px;
}
.auto-article__cta[data-v-c5fdc5c5] {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  background: #1d4ed8;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.auto-article__cta[data-v-c5fdc5c5]:hover {
  background: #1e40af;
}
@media (max-width: 1100px) {
.auto-article__rules ol[data-v-c5fdc5c5] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.auto-article__note-grid[data-v-c5fdc5c5] {
    grid-template-columns: 1fr;
}
.auto-article__system-grid[data-v-c5fdc5c5] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 820px) {
.auto-article__intro-grid[data-v-c5fdc5c5],
  .auto-article__closing-inner[data-v-c5fdc5c5],
  .module-chapter[data-v-c5fdc5c5],
  .module-chapter__grid[data-v-c5fdc5c5],
  .module-chapter__avoid[data-v-c5fdc5c5] {
    grid-template-columns: 1fr;
}
.module-chapter__number[data-v-c5fdc5c5] {
    position: static;
}
.auto-article__rules ol[data-v-c5fdc5c5] {
    grid-template-columns: 1fr;
}
.auto-article__system-grid[data-v-c5fdc5c5] {
    grid-template-columns: 1fr;
}
.auto-article__rules li[data-v-c5fdc5c5] {
    min-height: auto;
}
.auto-article__cta[data-v-c5fdc5c5] {
    justify-self: start;
}
}
