.service-main {
  width: 100%;
}

.wash-apply-section,
.service-guide-section,
.wash-notice-section,
.highpass-lookup-section,
.repair-support-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 24px;
}

.service-intro {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: clamp(380px, 36vw, 500px);
  margin: 0;
  padding: 88px 24px;
  color: #fff;
  background-color: #1b1b1b;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  isolation: isolate;
}

.service-intro--wash {
  background-position: center 48%;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 18, .82) 0%, rgba(8, 10, 18, .55) 48%, rgba(8, 10, 18, .82) 100%),
    url("../assets/services/service-01-hero.png");
}

.service-intro--highpass {
  background-position: center 45%;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 18, .82) 0%, rgba(8, 10, 18, .5) 48%, rgba(8, 10, 18, .82) 100%),
    url("../assets/services/service-02-hero.png");
}

.service-intro--driver {
  background-position: center 50%;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 18, .82) 0%, rgba(8, 10, 18, .5) 48%, rgba(8, 10, 18, .82) 100%),
    url("../assets/services/service-03-hero.png");
}

.service-intro--repair {
  background-position: center 100%;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 18, .74) 0%, rgba(8, 10, 18, .38) 48%, rgba(8, 10, 18, .68) 100%),
    url("../assets/services/service-04-hero.png");
}

.service-intro--glass {
  background-position: center 100%;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 18, .78) 0%, rgba(8, 10, 18, .36) 48%, rgba(8, 10, 18, .58) 100%),
    url("../assets/services/service-05-hero.png");
}

.service-intro--tire {
  background-position: center 56%;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 18, .78) 0%, rgba(8, 10, 18, .36) 48%, rgba(8, 10, 18, .58) 100%),
    url("../assets/services/service-06-hero.png");
}

.service-intro__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.service-intro__eyebrow {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.service-intro h1 {
  margin: 0 0 24px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.16;
  word-break: keep-all;
}

.service-intro__lead {
  margin: 0 0 28px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.42;
  word-break: keep-all;
}

.service-intro__desc {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.service-skeleton {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6dde8;
  border-radius: 8px;
  color: #7b8798;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(135deg, #f0f3f7 0%, #e1e7ef 100%);
}

.service-skeleton--banner {
  min-height: 74px;
}

.service-skeleton--voucher {
  min-height: 230px;
  color: #fff;
  background: linear-gradient(135deg, #aeb8c6 0%, #8f9bab 100%);
}

.service-skeleton--course {
  min-height: 192px;
  color: #5f6d80;
}

.wash-apply-section {
  padding-top: 54px;
}

.service-section-head {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 32px;
  gap: 28px;
  text-align: center;
}

.service-section-head--center {
  display: grid;
  gap: 18px;
  margin-bottom: 44px;
  text-align: center;
}

.service-section-head--split {
  justify-content: center;
  align-items: center;
  gap: 54px;
}

.service-section-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
}

.service-section-head p {
  margin: 0;
  color: #28344d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
}

.service-section-head strong {
  color: #142862;
  font-weight: 600;
}

.wash-apply-section > .service-section-head {
  display: grid;
  justify-items: center;
  margin-bottom: 28px;
  gap: 12px;
}

.wash-apply-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  color: #28344d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.wash-apply-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(280px, .9fr) minmax(320px, 1.2fr);
  align-items: center;
  gap: 28px;
}

.wash-apply-grid--compact {
  width: min(100%, 420px);
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 24px;
  margin: 0 auto;
}

.wash-apply-grid.wash-apply-grid--compact {
  grid-template-columns: 1fr;
}

.wash-voucher-form {
  display: grid;
  gap: 18px;
  width: 100%;
}

.wash-phone-field {
  display: grid;
  gap: 14px;
  text-align: center;
}

.wash-phone-field p {
  margin: 12px 0 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  word-break: keep-all;
}

.wash-phone-field span {
  font-size: 15px;
  font-weight: 400;
}

.phone-number-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}

.phone-number-row input {
  width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid #cfd9e8;
  border-radius: 6px;
  color: #142862;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #fff;
}

.phone-number-row span {
  color: #080808;
  font-size: 18px;
  font-weight: 600;
}

.service-check-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  word-break: keep-all;
}

.service-check-line input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: #3d76db;
}

.service-consent-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.service-consent-view-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  color: #142862;
  font-size: 14px;
  font-weight: 600;
  background: #eef5ff;
}

.service-consent-view-button:hover,
.service-consent-view-button:focus {
  color: #2e72cc;
}

.service-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border: 1px solid #3d76db;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: #3d76db;
  box-shadow: 0 8px 18px rgba(61, 118, 219, .2);
}

.wash-privacy-box {
  padding: 24px;
  border: 1px solid #d6dde8;
  border-radius: 8px;
  background: #fbfdff;
}

.wash-privacy-box[hidden] {
  display: none;
}

.wash-privacy-box h3 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.wash-privacy-box ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 7px;
  list-style: none;
  color: #28344d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.wash-privacy-box p {
  margin: 18px 0 0;
  color: #28344d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.48;
}

.wash-history {
  width: min(100%, 780px);
  margin: 64px auto 0;
}

.wash-history h2 {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  word-break: keep-all;
}

.wash-history-table {
  border-radius: 8px;
  overflow: hidden;
  background: #e7e7e7;
}

.wash-history-row {
  display: grid;
  grid-template-columns: .52fr 1fr 1fr;
  min-height: 58px;
  border-bottom: 2px solid #fff;
}

.wash-history-row:last-child {
  border-bottom: 0;
}

.wash-history-row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-right: 2px solid #fff;
  text-align: center;
}

.wash-history-row > div:last-child {
  border-right: 0;
}

.wash-history-row--head {
  min-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #050505;
}

.wash-history-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height:60px;
  padding: 0 18px;
  color: #6f7d91;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background: #f3f6fa;
  word-break: keep-all;
}

.highpass-lookup-section {
  max-width: 1520px;
  padding-top: 72px;
  padding-inline: clamp(24px, 3vw, 48px);
  padding-bottom: 150px;
}

.highpass-guide-list {
  display: grid;
  width: min(100%, 760px);
  margin: 0 auto 28px;
  padding-left: 24px;
  gap: 9px;
  color: #080808;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  word-break: keep-all;
}

.highpass-search-panel {
  width: min(100%, 640px);
  margin: 0 auto 42px;
}

.highpass-count-status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 28px;
  margin: 0 0 12px;
  padding: 0 2px 10px;
  border-bottom: 1px solid #dce5f4;
  color: #142862;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.highpass-count-status strong {
  color: #2e72cc;
  font-weight: 600;
}

.highpass-search-form {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(180px, 260px);
  justify-content: center;
  gap: 28px;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.highpass-search-form input,
.highpass-search-form button {
  width: 100%;
  min-height: 56px;
  border: 1px solid #cfd9e8;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.highpass-search-form input {
  color: #142862;
  background: #fff;
}

.highpass-search-form button {
  color: #fff;
  background: #3d76db;
  box-shadow: 0 8px 18px rgba(61, 118, 219, .18);
}

.highpass-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 24px;
  gap: 16px;
}

.highpass-result-head h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.highpass-result-head h3::before {
  content: "\25B6";
  margin-right: 8px;
}

.lookup-result-count {
  flex: 0 0 auto;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.lookup-result-count.is-empty {
  padding: 0;
}

.highpass-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}

.highpass-result-table {
  width: 100%;
  min-width: 1540px;
  border-collapse: collapse;
  table-layout: fixed;
}

.highpass-col-seq {
  width: 72px;
}

.highpass-col-date {
  width: 140px;
}

.highpass-col-route {
  width: 128px;
}

.highpass-col-office {
  width: 130px;
}

.highpass-col-reason {
  width: 138px;
}

.highpass-col-status {
  width: 138px;
}

.highpass-col-amount {
  width: 112px;
}

.highpass-col-method {
  width: 136px;
}

.highpass-col-contact {
  width: 120px;
}

.highpass-col-alert {
  width: 174px;
}

.highpass-result-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.highpass-result-table th,
.highpass-result-table td {
  height: 58px;
  padding: 8px;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}

.highpass-result-table thead th {
  color: #fff;
  background: #050505;
}

.highpass-result-table thead tr:nth-child(2) th {
  color: #080808;
  background: #e5e5e5;
}

.highpass-result-table tbody td {
  background: #e7e7e7;
}

.lookup-empty-cell {
  height: 68px;
  color: #142862;
  font-size: 18px;
  font-weight: 600;
  background: #fff !important;
  border: 1px solid #d6dde8 !important;
}

.highpass-alert-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #3d76db;
  border-radius: 6px;
  color: #142862;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
}

.driver-search-panel {
  width: min(100%, 820px);
}

.driver-search-form {
  grid-template-columns: minmax(220px, 320px) minmax(280px, 440px);
}

.driver-result-block + .driver-result-block {
  margin-top: 56px;
}

.driver-result-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.driver-fine-table {
  min-width: 1500px;
}

.driver-violation-table {
  min-width: 1280px;
}

.driver-col-seq {
  width: 74px;
}

.driver-col-date {
  width: 130px;
}

.driver-col-place {
  width: 138px;
}

.driver-col-content,
.driver-col-law {
  width: 142px;
}

.driver-col-account {
  width: 150px;
}

.driver-col-vehicle {
  width: 130px;
}

.driver-col-due {
  width: 126px;
}

.driver-col-amount {
  width: 124px;
}

.driver-col-office {
  width: 132px;
}

.driver-col-phone {
  width: 138px;
}

.driver-col-number {
  width: 132px;
}

.driver-col-alert {
  width: 174px;
}

.driver-result-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.driver-result-table th,
.driver-result-table td {
  height: 58px;
  padding: 8px;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}

.driver-result-table thead th {
  color: #fff;
  font-weight: 600;
  background: #050505;
}

.driver-result-table tbody td {
  background: #d9d9d9;
}

.lookup-result-row td {
  color: #142862;
  font-weight: 600;
  background: #eef3fa !important;
}

.repair-support-section {
  padding-top: 64px;
  padding-bottom: 150px;
}

.repair-lead-list {
  display: grid;
  width: min(100%, 800px);
  margin: 0 auto 68px;
  padding: 0;
  gap: 10px;
  list-style: none;
  color: #080808;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  word-break: keep-all;
}

.repair-lead-list li {
  position: relative;
  padding-left: 22px;
}

.repair-lead-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3d76db;
  transform: translateY(-50%);
}

.repair-detail-section {
  scroll-margin-top: 110px;
}

.repair-detail-section + .repair-detail-section {
  margin-top: 64px;
}

.repair-detail-title {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
}

.repair-info-box,
.repair-panel,
.repair-notice-box {
  border: 1px solid #d6dde8;
  border-radius: 8px;
  background: #fff;
}

.repair-info-box {
  padding: 34px 40px;
}

.repair-info-box h3,
.repair-panel h2,
.repair-notice-box h2 {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  word-break: keep-all;
}

.repair-info-box h3 {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #080808;
}

.repair-info-copy {
  display: grid;
  gap: 20px;
}

.repair-info-copy p {
  margin: 0;
  color: #28344d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.58;
  word-break: keep-all;
}

.glass-coverage-list,
.support-coverage-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  color: #080808;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
  word-break: keep-all;
}

.glass-coverage-list li,
.support-coverage-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
}

.glass-coverage-list span,
.support-coverage-list span {
  color: #142862;
  font-weight: 600;
}

.glass-note-list,
.support-note-list {
  display: grid;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
  list-style: none;
  color: #080808;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  word-break: keep-all;
}

.glass-note-list li,
.support-note-list li {
  position: relative;
  padding-left: 16px;
}

.glass-note-list li::before,
.support-note-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.repair-panel {
  padding: 34px 40px;
}

.repair-skeleton {
  width: 100%;
  min-height: 280px;
}

.repair-skeleton span {
  padding: 0 18px;
}

.repair-claim-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 18px;
  list-style: none;
}

.repair-claim-flow li {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 278px;
  padding: 20px 12px 18px;
  gap: 14px;
  border: 1px solid #d6e2f3;
  border-radius: 8px;
  background: #f8fbff;
  text-align: center;
}

.repair-claim-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #3d76db;
  transform: translateY(-50%);
}

.repair-claim-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background: #1f64c8;
}

.repair-claim-flow p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin: 0;
  color: #080808;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  word-break: keep-all;
}

.repair-claim-flow img {
  justify-self: center;
  width: auto;
  max-width: 100%;
  max-height: 104px;
  object-fit: contain;
}

.repair-exclusion-layout {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 28px 56px;
  overflow: hidden;
}

.repair-exclusion-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 14px;
  list-style: none;
  color: #28344d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  word-break: keep-all;
}

.repair-exclusion-list li {
  position: relative;
  padding-left: 18px;
  z-index: 10;
}

.repair-exclusion-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3d76db;
  transform: translateY(-50%);
}

.repair-exclusion-graphic {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: clamp(140px, 20vw, 160px);
  max-width: 30%;
  opacity: .30;
  pointer-events: none;
  z-index: 0;
}

.repair-document-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}

.repair-document-table {
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
  table-layout: fixed;
}

.repair-document-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.repair-document-table th,
.repair-document-table td {
  height: 52px;
  padding: 12px 14px;
  border: 2px solid #fff;
  color: #080808;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
  background: #f3f6fa;
}

.repair-document-table thead th {
  color: #fff;
  background: #050505;
}

.repair-document-table tbody th {
  width: 120px;
  color: #142862;
  background: #e7eef8;
}

.repair-document-table tbody td:first-of-type {
  text-align: left;
}

.repair-download-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #3d76db;
  border-radius: 6px;
  color: #142862;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
}

.repair-file-box {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid #d6dde8;
  border-radius: 8px;
  background: #fbfdff;
}

.repair-file-box h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.repair-file-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.repair-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #3d76db;
  border-radius: 8px;
  color: #142862;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  cursor: pointer;
}

.repair-file-button--primary {
  color: #fff;
  background: #3d76db;
}

.repair-file-button--muted {
  border-color: #cfd9e8;
  color: #5f6d80;
}

.repair-file-message {
  margin: 14px 0 0;
  color: #2f6fcb;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.repair-file-message:empty {
  display: none;
}

.repair-file-message.is-error {
  color: #c41414;
}

.repair-file-message.is-success {
  color: #0f7a53;
}

.repair-file-empty {
  margin: 16px 0 0;
  color: #738198;
  font-size: 14px;
  font-weight: 400;
}

.repair-file-list {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.repair-file-list[hidden] {
  display: none;
}

.repair-file-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  min-height: 52px;
  padding: 10px 12px 10px 16px;
  gap: 12px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: #fff;
}

.repair-file-meta {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.repair-file-name {
  overflow: hidden;
  color: #142862;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.repair-file-size {
  color: #6f7d91;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.repair-file-status {
  min-width: 80px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #2f6fcb;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #edf5ff;
}

.repair-file-status.is-uploaded {
  color: #0f7a53;
  background: #eaf8f1;
}

.repair-file-remove {
  min-width: 54px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #cfd9e8;
  border-radius: 6px;
  color: #5f6d80;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
}

.repair-notice-box {
  padding: 34px 40px;
  background: #0808080;
}

.repair-notice-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  color: #080808;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.48;
  word-break: keep-all;
}

.repair-notice-list li {
  position: relative;
  padding-left: 22px;
}

.repair-notice-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.repair-notice-list a {
  color: #5b922b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-guide-section {
  padding-top: 96px;
}

.service-section-divider {
  height: 4px;
  margin: 34px auto 36px;
  border-radius: 999px;
  background: #4a4a4a;
}

.service-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 56px;
}

.service-step-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 320px));
  justify-content: center;
}

.service-step-card {
  display: grid;
  align-content: start;
  min-height: 184px;
  padding: 20px;
  gap: 16px;
  border: 1px solid #cfd9e8;
  border-radius: 8px;
  background: #fff;
}

.service-step-card strong {
  display: block;
  color: #080808;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.service-step-image {
  width: 100%;
  aspect-ratio: 820 / 512;
  border-radius: 6px;
  object-fit: cover;
  background: #eef3f8;
}

.service-step-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}

.service-step-card p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.48;
  word-break: keep-all;
}

.wash-course-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 840px);
  margin: 0 auto;
  gap: 24px;
}

.wash-course-image {
  width: 100%;
  height: clamp(220px, 16vw, 300px);
  border-radius: 8px;
  object-fit: contain;
  background: #040000;
}

.wash-notice-section {
  padding-top: 96px;
  padding-bottom: 150px;
}

.wash-notice-list {
  display: grid;
  margin: 66px 0 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  color: #555;
  font-size: 22px;

  line-height: 1.38;
  word-break: keep-all;
}

.wash-notice-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 400;
}

.wash-notice-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.wash-notice-list .wash-notice-title {
  margin-bottom: 12px;
  padding-left: 24px;
  font-weight: 600;
}

.wash-notice-list .wash-notice-title::before {
  content: "•";
}

@media (max-width: 980px) {
  .wash-apply-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .wash-privacy-box {
    grid-column: 1 / -1;
  }

  .service-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .repair-claim-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .repair-claim-flow li:nth-child(2n)::after {
    content: none;
  }
}

@media (max-width: 700px) {
  .service-intro {
    min-height: 360px;
    padding-top: 58px;
    padding-bottom: 58px;
    background-attachment: scroll;
  }

  .service-intro__eyebrow {
    font-size: 22px;
  }

  .service-intro h1 {
    font-size: 34px;
  }

  .service-intro__lead {
    font-size: 21px;
  }

  .service-intro__desc {
    font-size: 17px;
  }

  .service-section-head {
    display: grid;
    gap: 12px;
  }

  .service-section-head h2 {
    font-size: 28px;
  }

  .service-section-head--split {
    gap: 14px;
  }

  .wash-apply-grid,
  .service-step-grid,
  .service-step-grid--compact,
  .wash-course-grid {
    grid-template-columns: 1fr;
  }

  .service-step-card {
    min-height: auto;
  }

  .highpass-search-form {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    margin-inline: auto;
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .service-intro,
  .wash-apply-section,
  .service-guide-section,
  .wash-notice-section,
  .highpass-lookup-section,
  .repair-support-section {
    padding-inline: 20px;
  }

  .service-skeleton--voucher {
    min-height: 190px;
  }

  .phone-number-row {
    gap: 5px;
  }

  .phone-number-row input {
    height: 44px;
    font-size: 16px;
  }

  .wash-privacy-box {
    padding: 20px;
  }

  .wash-history h2 {
    font-size: 24px;
  }

  .wash-history-row--head {
    font-size: 15px;
  }

  .wash-history-row > div {
    padding: 0 12px;
  }

  .highpass-lookup-section {
    padding-top: 56px;
    padding-bottom: 96px;
  }

  .highpass-guide-list {
    font-size: 16px;
  }

  .highpass-count-status {
    justify-content: center;
    padding: 0 0 10px;
    text-align: center;
  }

  .highpass-result-head h3 {
    font-size: 21px;
  }

  .highpass-result-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .wash-course-image {
    height: clamp(170px, 46vw, 240px);
  }

  .service-guide-section {
    padding-top: 72px;
  }

  .service-step-card {
    padding: 22px;
  }

  .wash-notice-section {
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .wash-notice-list {
    margin-top: 42px;
    font-size: 17px;
    line-height: 1.45;
  }

  .repair-support-section {
    padding-top: 54px;
    padding-bottom: 96px;
  }

  .repair-lead-list,
  .repair-info-copy p,
  .glass-coverage-list,
  .glass-note-list,
  .support-coverage-list,
  .support-note-list,
  .repair-notice-list {
    font-size: 16px;
  }

  .repair-info-box,
  .repair-panel,
  .repair-notice-box {
    padding: 24px 20px;
  }

  .repair-info-box h3,
  .repair-panel h2,
  .repair-notice-box h2 {
    font-size: 21px;
  }

  .repair-skeleton {
    min-height: 210px;
  }

  .repair-claim-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .repair-claim-flow li:nth-child(2n)::after {
    content: "";
  }

  .repair-claim-flow li {
    min-height: 248px;
  }

  .repair-claim-flow li:not(:last-child)::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -16px;
    border-top: 14px solid #3d76db;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 0;
    transform: translateX(-50%);
  }

  .repair-exclusion-layout,
  .repair-exclusion-list {
    grid-template-columns: 1fr;
  }

  .repair-exclusion-layout {
    padding-right: 0;
    padding-bottom: 126px;
  }

  .repair-exclusion-graphic {
    right: 50%;
    width: 112px;
    max-width: none;
    transform: translateX(50%);
  }

  .repair-file-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .repair-file-button {
    width: 100%;
  }

  .repair-file-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .repair-file-status,
  .repair-file-remove {
    width: 100%;
  }
}
