.service-page { background: #fff; }
.service-page .header__cta {
  width: 141px;
  height: 40px;
  padding: 0;
  justify-content: center;
  gap: 8px;
}
.service-page .header__cta img {
  width: 23px;
  height: 17px;
  flex: 0 0 auto;
  object-fit: fill;
}
.service-page .contact a img {
  width: 31px;
  height: 23px;
  flex: 0 0 auto;
  object-fit: fill;
  filter: brightness(0) saturate(100%) invert(35%) sepia(75%) saturate(930%) hue-rotate(132deg) brightness(84%);
}
.service-hero {
  padding: 20px 0 30px;
  background: #fff var(--pattern) center -40px / 375px auto no-repeat;
}
.service-hero .section-heading { padding: 0 20px; }
.service-hero .section-heading h1 { margin: 0; font-size: 28px; line-height: 1.4; }
.service-hero .section-heading > p { margin-top: 15px; font-size: 16px; line-height: 1.6; }
.service-hero > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1530 / 833;
  margin-top: 30px;
  object-fit: contain;
}

.service-jumps { display: grid; gap: 20px; padding: 0 20px 35px; background: #fff; }
.service-jumps a {
  min-height: 112px;
  padding: 13px;
  display: grid;
  grid-template-columns: 24px 1fr 120px;
  align-items: center;
  gap: 5px;
  color: var(--teal);
  border: 5px solid var(--green);
  border-right-color: var(--teal);
  border-bottom-color: var(--teal);
  border-radius: 10px;
}
.service-jumps a > span {
  width: 24px; height: 24px; display: grid; place-content: center;
  color: #fff; font-size: 12px; background: var(--teal); border-radius: 50%;
}
.service-jumps strong { font-size: 20px; line-height: 1.4; }
.service-jumps img { width: 120px; height: 80px; object-fit: contain; }

.detail-section { padding: 50px 20px; }
.detail-section--gray {
  background:
    linear-gradient(135deg, transparent 0 88%, rgb(255 255 255 / 48%) 88% 90%, transparent 90%) top right / 95px 95px no-repeat,
    #ededed;
}
.detail-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.detail-heading > span {
  min-width: 132px; height: 36px; padding: 5px 30px;
  color: #fff; font-size: 18px; font-weight: 700; white-space: nowrap;
  background: var(--green); border-radius: 6px;
}
.detail-heading h2 { margin: 15px 0 20px; font-size: 26px; line-height: 1.4; }
.detail-heading p { margin: 0; font-size: 16px; line-height: 1.6; }
.feature-panel {
  width: 295px; margin: 20px auto;
  padding: 15px; display: grid; gap: 10px;
  background: #fff; border-radius: 10px;
}
.feature-panel--gray { background: #ededed; }
.feature-panel p {
  margin: 0; display: flex; align-items: center; justify-content: center; gap: 5px;
  color: var(--teal); font-size: 16px; line-height: 1.2; font-weight: 700;
}
.feature-panel img { width: 26px; height: 20px; object-fit: contain; }
.feature-panel p > span { width: 26px; text-align: center; font-size: 21px; }
.detail-main-image { width: 295px; height: 173px; margin: 0 auto 35px; object-fit: contain; }

.product-slider {
  display: flex; gap: 20px;
  width: calc(100% + 40px); margin-left: -20px; padding: 0 20px 10px;
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
}
.product-slider::-webkit-scrollbar { display: none; }
.product-card {
  flex: 0 0 295px; min-height: 345px; padding: 20px 17px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; scroll-snap-align: center; background: #fff; border-radius: 10px;
}
.product-card h3 { margin: 0; color: var(--teal); font-size: 20px; line-height: 1.4; }
.product-card > img { width: 200px; height: 157px; object-fit: contain; }
.product-card p { margin: 10px 0; font-size: 16px; line-height: 1.6; }
.product-card a, .grant-card a, .material-card a {
  width: 100%; min-height: 46px; margin-top: auto;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px; font-weight: 700;
  background: linear-gradient(90deg, var(--green), var(--teal)); border-radius: 40px;
}

.support-section { background: #fff var(--pattern) center top / 375px auto repeat-y; }
.support-section .detail-main-image { height: 167px; }
.available-title {
  margin: 30px 0 15px;
  color: var(--teal);
  text-align: center;
  line-height: 1;
}
.available-title__lead {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .04em;
}
.available-title__main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
}
.available-title__word {
  width: 138px;
  height: 48px;
  flex: 0 0 138px;
  object-fit: fill;
}
.available-title__rays {
  width: 50px;
  height: 62px;
  position: relative;
  flex: 0 0 50px;
}
.available-title__rays::before,
.available-title__rays::after {
  position: absolute;
  bottom: 2px;
  width: 7px;
  content: "";
  background: var(--teal);
  border-radius: 999px;
  transform-origin: center bottom;
}
.available-title__rays--left::before {
  left: 28px;
  height: 61px;
  transform: rotate(-31deg);
}
.available-title__rays--left::after {
  left: 4px;
  height: 37px;
  transform: rotate(-43deg);
}
.available-title__rays--right::before {
  right: 28px;
  height: 61px;
  transform: rotate(31deg);
}
.available-title__rays--right::after {
  right: 4px;
  height: 37px;
  transform: rotate(43deg);
}
.grant-list { display: grid; gap: 20px; }
.grant-card { overflow: hidden; border: 5px solid var(--teal); border-radius: 10px; background: #fff; }
.grant-card > h3 {
  margin: 0; padding: 12px; color: #fff; font-size: 20px; text-align: center; background: var(--teal);
}
.grant-card > div { padding: 13px 18px 18px; }
.grant-card h4 { margin: 0 0 5px; color: var(--teal); font-size: 18px; }
.grant-card p { margin: 12px 0; font-size: 14px; line-height: 1.6; }
.grant-card .chips { margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.grant-card .chips span { padding: 2px 10px; color: #fff; font-size: 12px; background: var(--teal); border-radius: 6px; }
.grant-card a { min-height: 46px; margin-top: 15px; }

.material-card {
  margin-top: 20px; padding: 25px 20px 20px;
  text-align: center; background: #fff; border: 5px solid #ededed; border-radius: 10px;
}
.material-card h3 { margin: 0; color: var(--teal); font-size: 19px; }
.material-card p { color: var(--teal); font-size: 14px; font-weight: 700; line-height: 1.6; }
.material-card > img { width: 295px; height: 175px; margin: 10px auto 15px; object-fit: contain; }
.material-card a { gap: 9px; }
.material-card a img {
  width: 19px;
  height: 16px;
  flex: 0 0 auto;
  object-fit: fill;
}

.training-main { height: 194px; margin-top: 20px; }
.training-menu-title {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--teal);
  font-size: 22px;
  text-align: center;
}
.training-menu-title img {
  width: 35px;
  height: 31px;
  object-fit: contain;
}
.training-grid {
  height: 510px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.training-grid article {
  min-height: 160px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 0 #06c753;
}
.training-grid img { width: 126px; height: 84px; object-fit: contain; }
.training-grid h3 { margin: 0; color: var(--teal); font-size: 16px; line-height: 1.2; }

.service-faq { padding: 50px 20px; background: #fff var(--pattern) center top / 375px auto no-repeat; }
.service-faq > h2 { margin: 0 0 30px; text-align: center; font-size: 28px; }
.service-faq > h2 span {
  display: inline-grid; place-content: center; width: 45px; height: 45px;
  color: var(--teal); font-size: 28px; border: 2px solid var(--teal); border-radius: 50%;
}
.faq-list { display: grid; gap: 20px; }
.faq-list details { background: #fff; border: 3px solid #ededed; border-radius: 10px; overflow: hidden; }
.faq-list summary {
  min-height: 66px; padding: 16px 38px 16px 12px;
  display: flex; align-items: center; gap: 12px;
  position: relative; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 12px; content: "▼"; color: var(--teal); }
.faq-list details[open] summary::after { transform: rotate(180deg); }
.faq-list summary b { color: var(--teal); font-size: 25px; }
.faq-list details > p { margin: 0; padding: 0 18px 18px 48px; font-size: 14px; line-height: 1.7; }

@media (max-width: 360px) {
  .service-jumps a { grid-template-columns: 22px 1fr 95px; }
  .service-jumps img { width: 95px; }
  .training-grid { gap: 10px; }
}
