.repair-page {
  color: #2d4357;
  background:
    radial-gradient(circle at 8% 14%, rgba(191, 225, 246, .2), transparent 25%),
    #fbfdff;
}

.repair-page h1,
.repair-page h2,
.repair-page h3,
.repair-page p {
  overflow-wrap: normal;
  word-break: normal;
}

.repair-hero {
  position: relative;
  margin-top: 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 36%, rgba(255,255,255,.95), transparent 30%),
    linear-gradient(145deg, #fcfeff 0%, #eef7fc 64%, #eef9f7 100%);
}

.repair-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 43%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #87bde0, transparent);
}

.repair-hero__grid {
  position: relative;
  z-index: 2;
  min-height: 660px;
  padding-top: 78px;
  padding-bottom: 78px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: 80px;
}

.repair-breadcrumb {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 44px;
  color: #8194a5;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: .14em;
}

.repair-breadcrumb span { color: #b3ccdd; }

.repair-hero h1 {
  margin: 0;
  color: #263c50;
  font: 600 clamp(48px, 5vw, 74px)/1.32 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .055em;
}

.repair-hero h1 em {
  color: #548fc1;
  font-style: normal;
}

.repair-hero__copy > p:last-of-type {
  max-width: 590px;
  margin: 27px 0 0;
  color: #687c8e;
  font-size: 14px;
  line-height: 2.05;
}

.repair-hero__actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.repair-hero__visual {
  position: relative;
  min-height: 490px;
  display: grid;
  place-items: center;
}

.repair-hero__visual::before {
  content: "";
  position: absolute;
  inset: 4% 1% 2% 8%;
  border: 1px solid rgba(95, 161, 204, .22);
  border-radius: 46% 54% 47% 53% / 42% 43% 57% 58%;
  transform: rotate(-5deg);
}

.repair-visual__panel {
  position: relative;
  z-index: 2;
  width: min(100%, 510px);
  padding: 45px;
  background: rgba(255,255,255,.9);
  border: 1px solid #d5e6f1;
  border-radius: 35px 8px 35px 8px;
  box-shadow: 0 28px 75px rgba(54, 96, 128, .13);
  backdrop-filter: blur(12px);
}

.repair-visual__panel > p {
  margin: 0 0 33px;
  display: grid;
  gap: 10px;
}

.repair-visual__panel > p small {
  color: #65a1cb;
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: .17em;
}

.repair-visual__panel > p strong {
  color: #2e4559;
  font: 600 29px/1.55 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .06em;
}

.repair-visual__panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.repair-visual__panel li {
  min-height: 78px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 18px;
  border-top: 1px solid #e0ebf2;
}

.repair-visual__panel li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #5b97c4;
  background: #edf7fd;
  border-radius: 50%;
  font: 700 9px Arial, sans-serif;
}

.repair-visual__panel li div { display: grid; gap: 4px; }
.repair-visual__panel li b { color: #344b5f; font-size: 14px; }
.repair-visual__panel li small { color: #8192a0; font-size: 10px; }

.repair-visual__badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 5px;
  width: 132px;
  height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #537fa6;
  background: rgba(255,255,255,.96);
  border: 1px solid #bad5e7;
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(64, 106, 138, .13);
}

.repair-visual__badge span,
.repair-visual__badge small {
  font: 700 7px Arial, sans-serif;
  letter-spacing: .17em;
}

.repair-visual__badge strong { margin: 5px 0; font: 600 20px "Times New Roman", serif; }

.repair-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(78, 151, 198, .14);
  border-radius: 50%;
}

.repair-orbit--one { top: -250px; right: -160px; width: 650px; height: 650px; }
.repair-orbit--two { left: -230px; bottom: -330px; width: 540px; height: 540px; border-color: rgba(74, 184, 169, .12); }

.repair-hero__contact {
  position: relative;
  z-index: 3;
  background: rgba(255,255,255,.88);
  border-top: 1px solid #d4e5ef;
  border-bottom: 1px solid #d4e5ef;
  backdrop-filter: blur(12px);
}

.repair-hero__contact-grid { display: grid; grid-template-columns: 1fr 1.2fr 1.15fr; }

.repair-hero__contact p {
  min-height: 112px;
  margin: 0;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #dce8f0;
}

.repair-hero__contact p:first-child { border-left: 1px solid #dce8f0; }
.repair-hero__contact small { color: #679cc2; font: 700 8px Arial, sans-serif; letter-spacing: .16em; }
.repair-hero__contact a,
.repair-hero__contact strong { margin-top: 7px; color: #30485c; font-size: 19px; font-style: normal; }
.repair-hero__contact span { margin-top: 4px; color: #8393a0; font-size: 9px; }

.repair-heading {
  display: grid;
  grid-template-columns: .5fr 1fr .8fr;
  gap: 65px;
  align-items: start;
}

.repair-heading h2,
.repair-preparation__copy h2,
.repair-faq__heading h2 {
  margin: 0;
  color: #263d51;
  font: 600 clamp(34px, 3.6vw, 50px)/1.48 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .055em;
}

.repair-heading > p,
.repair-preparation__copy > p:last-child {
  margin: 0;
  color: #6e8090;
  font-size: 13px;
  line-height: 2.05;
}

.repair-service-grid {
  margin-top: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.repair-service-card {
  position: relative;
  min-height: 290px;
  padding: 34px 29px;
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid #d9e7f0;
  border-radius: 24px 6px 24px 6px;
  box-shadow: 0 18px 45px rgba(50, 91, 123, .07);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
}

.repair-service-card:hover {
  transform: translateY(-6px);
  border-color: #a9cee5;
  box-shadow: 0 24px 58px rgba(50, 91, 123, .12);
}

.repair-service-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  border: 1px solid #d2e5f1;
  border-radius: 50%;
}

.repair-service-card > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #5792bd;
  background: #eef7fc;
  border-radius: 50%;
  font: 700 9px Arial, sans-serif;
}

.repair-service-card small {
  display: block;
  margin: 30px 0 8px;
  color: #6ca2c7;
  font: 700 8px Arial, sans-serif;
  letter-spacing: .16em;
}

.repair-service-card h3 { margin: 0 0 14px; color: #30485c; font-size: 19px; }
.repair-service-card p { margin: 0; color: #708293; font-size: 11px; line-height: 1.9; }
.repair-note { margin: 25px 0 0; color: #8494a1; font-size: 10px; }

.repair-flow {
  background: linear-gradient(145deg, #eef7fc, #f8fbfd 55%, #eff9f7);
}

.repair-heading--compact { margin-bottom: 70px; }

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

.repair-flow__list li {
  position: relative;
  min-height: 270px;
  padding: 29px 26px;
  background: rgba(255,255,255,.8);
  border: 1px solid #d6e6ef;
  border-right: 0;
}

.repair-flow__list li:first-child { border-radius: 25px 0 0 6px; }
.repair-flow__list li:last-child { border-right: 1px solid #d6e6ef; border-radius: 0 6px 25px 0; }

.repair-flow__list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 47px;
  right: -12px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #6ba0c4;
  background: #fff;
  border: 1px solid #cfe1ec;
  border-radius: 50%;
  font-size: 10px;
}

.repair-flow__list > li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #5794c0;
  background: #edf7fd;
  border-radius: 50%;
  font: 700 10px Arial, sans-serif;
}

.repair-flow__list small { display: block; margin-top: 30px; color: #6da3c8; font: 700 8px Arial, sans-serif; letter-spacing: .14em; }
.repair-flow__list h3 { margin: 11px 0 12px; color: #30485c; font-size: 17px; }
.repair-flow__list p { margin: 0; color: #728493; font-size: 10px; line-height: 1.85; }

.repair-preparation { background: #fff; }

.repair-preparation__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  align-items: start;
}

.repair-preparation__copy .section-label,
.repair-faq__heading .section-label { margin-bottom: 48px; }
.repair-preparation__copy > p:last-child { margin-top: 25px; }

.repair-check-list { margin: 0; padding: 0; list-style: none; }

.repair-check-list li {
  min-height: 100px;
  padding: 20px 27px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 20px;
  background: #f8fbfd;
  border-bottom: 1px solid #dce8f0;
}

.repair-check-list li:first-child { border-radius: 25px 6px 0 0; }
.repair-check-list li:last-child { border: 0; border-radius: 0 0 25px 6px; }

.repair-check-list > li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #5e99c2;
  background: #eaf5fb;
  border-radius: 50%;
  font: 700 9px Arial, sans-serif;
}

.repair-check-list strong { color: #344b5e; font-size: 15px; }
.repair-check-list p { margin: 5px 0 0; color: #81909d; font-size: 10px; }

.repair-faq { background: #f5f9fc; }
.repair-faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.repair-faq__list { display: grid; gap: 12px; }

.repair-faq details {
  position: relative;
  background: #fff;
  border: 1px solid #d9e7f0;
  border-radius: 18px 5px 18px 5px;
}

.repair-faq summary {
  min-height: 82px;
  padding: 20px 55px 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #354c5f;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.repair-faq summary::-webkit-details-marker { display: none; }

.repair-faq summary::after {
  content: "+";
  position: absolute;
  right: 25px;
  color: #649bc2;
  font-size: 20px;
  font-weight: 400;
}

.repair-faq details[open] summary::after { content: "−"; }

.repair-faq summary > span {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #5e99c2;
  background: #eef7fc;
  border-radius: 50%;
  font: 700 11px Arial, sans-serif;
}

.repair-faq details > p {
  margin: 0;
  padding: 0 65px 25px 78px;
  color: #758695;
  font-size: 11px;
  line-height: 1.95;
}

.repair-contact {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(145deg, #edf7fd, #f8fbfd 55%, #edf9f6);
}

.repair-contact::before,
.repair-contact::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(76, 151, 199, .15);
  border-radius: 50%;
}

.repair-contact::before { top: -300px; left: -180px; width: 570px; height: 570px; }
.repair-contact::after { right: -100px; bottom: -280px; width: 480px; height: 480px; }
.repair-contact__inner { position: relative; z-index: 1; }

.repair-contact h2 {
  margin: 0;
  color: #273e52;
  font: 600 clamp(34px, 3.6vw, 50px)/1.5 "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: .055em;
}

.repair-contact__inner > p:not(.eyebrow):not(.repair-contact__note) { margin: 23px 0 0; color: #6d8090; }

.repair-contact__actions {
  width: min(100%, 1040px);
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.repair-contact__actions a {
  min-height: 112px;
  padding: 24px 25px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  text-align: left;
  background: #fff;
  border: 1px solid #bad5e6;
  border-radius: 8px 22px 8px 22px;
  transition: transform .35s var(--ease), box-shadow .35s;
}

.repair-contact__actions a:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(50, 91, 123, .1); }
.repair-contact__actions .repair-contact__form { color: #fff; background: linear-gradient(135deg, #589ddd, #72c5d0); border-color: transparent; }
.repair-contact__actions small { font-size: 9px; font-weight: 700; }
.repair-contact__actions strong { align-self: end; font-size: 18px; }
.repair-contact__actions span { grid-area: 1 / 2 / 3; align-self: center; font-size: 20px; }
.repair-contact__note { margin: 19px 0 0; color: #8394a1; font-size: 9px; }

@media (max-width: 1060px) {
  .repair-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .repair-heading { grid-template-columns: .35fr 1fr; }
  .repair-heading > p { grid-column: 2; }
  .repair-service-grid { grid-template-columns: repeat(2, 1fr); }
  .repair-flow__list { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .repair-flow__list li,
  .repair-flow__list li:first-child,
  .repair-flow__list li:last-child { border: 1px solid #d6e6ef; border-radius: 20px 5px 20px 5px; }
  .repair-flow__list li:not(:last-child)::after { display: none; }
}

@media (max-width: 820px) {
  .repair-page { padding-bottom: 62px; }
  .repair-hero { margin-top: 68px; }
  .repair-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 45px; }
  .repair-hero__copy { max-width: 680px; }
  .repair-hero__visual { min-height: 470px; }
  .repair-hero__contact-grid { grid-template-columns: 1fr 1fr; }
  .repair-hero__contact p:last-child { grid-column: 1 / -1; border-top: 1px solid #dce8f0; }
  .repair-heading,
  .repair-preparation__grid,
  .repair-faq__grid { grid-template-columns: 1fr; gap: 38px; }
  .repair-heading > p { grid-column: auto; max-width: 650px; }
  .repair-preparation__copy,
  .repair-faq__heading { max-width: 650px; }
  .repair-contact__actions { grid-template-columns: 1fr; width: min(100%, 650px); }
}

@media (max-width: 560px) {
  .repair-hero__grid { padding-top: 50px; padding-bottom: 52px; }
  .repair-breadcrumb { margin-bottom: 32px; }
  .repair-hero h1 { font-size: 40px; line-height: 1.45; }
  .repair-hero__copy > p:last-of-type { font-size: 12px; }
  .repair-hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .repair-hero__visual { min-height: 410px; }
  .repair-visual__panel { padding: 33px 24px; border-radius: 27px 7px 27px 7px; }
  .repair-visual__panel > p strong { font-size: 24px; }
  .repair-visual__badge { right: -3px; bottom: -8px; width: 105px; height: 105px; }
  .repair-hero__contact-grid { grid-template-columns: 1fr; }
  .repair-hero__contact p,
  .repair-hero__contact p:last-child { min-height: 95px; grid-column: auto; border: 0; border-bottom: 1px solid #dce8f0; }
  .repair-heading h2,
  .repair-preparation__copy h2,
  .repair-faq__heading h2 { font-size: 30px; }
  .repair-service-grid { margin-top: 52px; grid-template-columns: 1fr; }
  .repair-service-card { min-height: 245px; }
  .repair-heading--compact { margin-bottom: 48px; }
  .repair-flow__list { grid-template-columns: 1fr; }
  .repair-flow__list li { min-height: 0; padding: 25px; display: grid; grid-template-columns: 45px 1fr; gap: 17px; }
  .repair-flow__list li > div { align-self: center; }
  .repair-flow__list small { margin-top: 0; }
  .repair-preparation__copy .section-label,
  .repair-faq__heading .section-label { margin-bottom: 35px; }
  .repair-check-list li { padding: 18px; grid-template-columns: 42px 1fr; gap: 16px; }
  .repair-check-list > li > span { width: 38px; height: 38px; }
  .repair-faq summary { min-height: 90px; padding: 18px 43px 18px 17px; gap: 13px; font-size: 12px; }
  .repair-faq summary::after { right: 18px; }
  .repair-faq details > p { padding: 0 22px 23px 66px; font-size: 10px; }
  .repair-contact { padding: 90px 0; }
  .repair-contact h2 { font-size: 29px; }
  .repair-contact__actions strong { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .repair-service-card,
  .repair-contact__actions a { transition: none; }
}

/* Corporate blue alignment */
.repair-page { background: #f4f8fc; }
.repair-hero {
  background:
    radial-gradient(circle at 78% 36%, rgba(255,255,255,.85), transparent 31%),
    linear-gradient(145deg, #f8fbfe 0%, #dfeefa 64%, #d8edf5 100%);
}
.repair-hero h1 { color: #073b68; }
.repair-visual__panel {
  background: #fff;
  border: 2px solid #6d9fc1;
  box-shadow: 0 28px 75px rgba(18, 61, 96, .2);
}
.repair-visual__panel li { border-color: #b4cfdf; }
.repair-visual__panel li > span {
  color: #fff;
  background: var(--blue-deep);
}
.repair-visual__badge {
  color: #fff;
  background: #073b68;
  border: 2px solid #6ca6ce;
  box-shadow: 0 18px 45px rgba(7, 59, 104, .25);
}
.repair-visual__badge span,
.repair-visual__badge small { color: #c6e3f5; }

.repair-hero__contact {
  color: #fff;
  background: linear-gradient(90deg, #073b68, #0b5598 58%, #0d6788);
  border-color: #0b4f86;
}
.repair-hero__contact p,
.repair-hero__contact p:first-child,
.repair-hero__contact p:last-child { border-color: rgba(192, 222, 241, .25); }
.repair-hero__contact small { color: #a9dcf5; }
.repair-hero__contact a,
.repair-hero__contact strong { color: #fff; }
.repair-hero__contact span { color: #d7e9f6; }

.repair-services { background: #fff; }
.repair-service-card {
  background: #fff;
  border: 2px solid #6d9fc1;
  border-top: 5px solid var(--blue-deep);
  box-shadow: 0 16px 38px rgba(18, 61, 96, .14);
}
.repair-service-card > span {
  color: #fff;
  background: var(--blue-deep);
}

.repair-flow {
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(68, 162, 216, .24), transparent 29%),
    linear-gradient(135deg, #06365f, #0b4f86 58%, #0d6788);
}
.repair-flow .repair-heading h2 { color: #fff; }
.repair-flow .repair-heading > p { color: #d6e8f4; }
.repair-flow .eyebrow,
.repair-flow .section-label { color: #a9dcf5; }
.repair-flow .section-label span {
  color: #073b68;
  background: #d9effc;
  border-color: #d9effc;
}
.repair-flow__list li,
.repair-flow__list li:first-child,
.repair-flow__list li:last-child {
  color: var(--ink);
  background: #fff;
  border: 2px solid #6ea4c8;
  box-shadow: 0 15px 36px rgba(1, 27, 49, .2);
}
.repair-flow__list > li > span {
  color: #fff;
  background: var(--blue-deep);
}

.repair-preparation {
  background: linear-gradient(145deg, #e8f2f9, #fff 62%);
}
.repair-check-list {
  overflow: hidden;
  border: 2px solid #6d9fc1;
  border-radius: 25px 6px 25px 6px;
  box-shadow: 0 16px 38px rgba(18, 61, 96, .12);
}
.repair-check-list li { background: #fff; }
.repair-check-list > li > span {
  color: #fff;
  background: var(--blue-deep);
}

.repair-faq { background: #f4f8fc; }
.repair-faq details {
  border: 2px solid #78a5c2;
  box-shadow: 0 12px 28px rgba(18, 61, 96, .09);
}
.repair-faq summary > span {
  color: #fff;
  background: var(--blue-deep);
}

.repair-contact {
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(69, 165, 219, .23), transparent 28%),
    linear-gradient(120deg, #073b68, #0b5598 58%, #0b7185);
}
.repair-contact h2 { color: #fff; }
.repair-contact .eyebrow { color: #a9dcf5; }
.repair-contact__inner > p:not(.eyebrow):not(.repair-contact__note) { color: #d6e8f4; }
.repair-contact__actions a {
  color: var(--ink);
  background: #fff;
  border: 2px solid #68a0c5;
  box-shadow: 0 15px 36px rgba(1, 27, 49, .2);
}
.repair-contact__actions .repair-contact__form {
  color: #fff;
  background: linear-gradient(135deg, #0b5598, #1687c7);
}
.repair-contact__note { color: #c6deee; }

/* White typography on corporate-blue surfaces */
.repair-hero__contact,
.repair-hero__contact a,
.repair-hero__contact strong,
.repair-flow .repair-heading h2,
.repair-contact h2,
.repair-contact__actions .repair-contact__form,
.repair-contact__actions .repair-contact__form strong { color: #fff; }
.repair-hero__contact span,
.repair-flow .repair-heading > p,
.repair-contact__inner > p:not(.eyebrow):not(.repair-contact__note) { color: #d7e9f6; }
