/* =========================================================
  service.css
  アルル制作所 サービス詳細ページ共通CSS
  完全整理版
  - 重複指定を整理
  - service- 共通クラス対応
  - トップビューは水色・紺系で統一
  - 濃色セクション対応
  - フロー番号は左上
  - 支援内容カードはPCで3列×2行
========================================================= */

/* =========================================================
  Base
========================================================= */

.child-service-page {
  --brand-bg: #ffffff;
  --brand-section-bg: #f4f8fc;
  --brand-card-bg: #ffffff;
  --brand-main: #2c67a9;
  --brand-main-light: #7bbee8;
  --brand-main-dark: #17385d;
  --brand-sub: #132436;
  --brand-accent: #2c67a9;
  --brand-heading: #101820;
  --brand-text: #253142;
  --brand-muted: #677386;
  --brand-border: #d8e3ef;
  --brand-cta: #17385d;
  --brand-cta-text: #ffffff;
  --brand-radius: 28px;
  --brand-shadow: 0 22px 54px rgba(19, 36, 54, 0.10);

  background: var(--brand-bg);
  color: var(--brand-text);
  font-family: inherit;
  line-height: 1.86;
  overflow: hidden;
}

.child-service-page * {
  box-sizing: border-box;
}

.child-service-page a {
  color: inherit;
  text-decoration: none;
}

.child-service-page p,
.child-service-page h1,
.child-service-page h2,
.child-service-page h3 {
  margin: 0;
}

.child-service-page svg {
  display: block;
}

.child-service-page .service-container {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
  Buttons
========================================================= */

.child-service-page .service-button,
.child-service-page .service-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #132436 0%, #17385d 58%, #245987 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(19, 36, 54, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.child-service-page .service-button:hover,
.child-service-page .service-cta-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #17385d 0%, #245987 100%);
  box-shadow: 0 22px 46px rgba(19, 36, 54, 0.30);
}

.child-service-page .service-button::before,
.child-service-page .service-cta-button::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h12M13 6l6 6-6 6' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h12M13 6l6 6-6 6' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

/* =========================================================
  Hero
========================================================= */

.child-service-page .service-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0 60px 30px;
  background:
    radial-gradient(circle at 82% 12%, rgba(74, 144, 217, 0.26), transparent 31%),
    radial-gradient(circle at 16% 82%, rgba(123, 190, 232, 0.14), transparent 28%),
    radial-gradient(circle at 52% 22%, rgba(108, 178, 224, 0.08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f3f9fd 42%, #e5f3fc 100%);
}

.child-service-page .service-hero::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -110px;
  top: 72px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(123, 190, 232, 0.14), rgba(123, 190, 232, 0) 68%);
  pointer-events: none;
}

.child-service-page .service-hero::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -190px;
  bottom: -210px;
  border-radius: 999px;
  background: rgba(123, 190, 232, 0.18);
  pointer-events: none;
}

.child-service-page .service-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(46px, 5vw, 66px);
  align-items: center;
}

.child-service-page .service-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--brand-main);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.child-service-page .service-kicker::before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-main);
}

.child-service-page .service-hero .service-kicker {
  margin-bottom: 18px;
  color: #245987;
  letter-spacing: 0.15em;
}

.child-service-page .service-hero .service-kicker::before {
  width: 44px;
  background: linear-gradient(90deg, #245987 0%, #4a90d9 100%);
}

.child-service-page .service-hero h1 {
  max-width: 660px;
  color: var(--brand-heading);
  font-size: clamp(29px, 3.05vw, 39px);
  line-height: 1.30;
  letter-spacing: -0.04em;
  font-weight: 950;
  margin-bottom: 26px;
}

.child-service-page .service-hero h1 .service-blue {
  color: var(--brand-main);
  text-shadow: 0 10px 28px rgba(44, 103, 169, 0.08);
}

.child-service-page .service-hero-lead {
  width: 100%;
  max-width: 480px;
  padding: 0;
  color: #243244;
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 10px 20px 10px;
  text-align: left;
}

.child-service-page .service-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin: 34px 0 0;
}

.child-service-page .service-hero .service-button {
  min-height: 62px;
  padding: 0 36px;
  box-shadow:
    0 18px 42px rgba(19, 36, 54, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.child-service-page .service-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 440px;
  overflow: hidden;
  padding: 30px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(44, 103, 169, 0.10), transparent 34%),
    #ffffff;
  border: 1px solid rgba(203, 217, 233, 0.95);
  box-shadow:
    0 26px 64px rgba(19, 36, 54, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.child-service-page .service-visual::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -88px;
  top: -100px;
  border-radius: 999px;
  background: rgba(44, 103, 169, 0.13);
  pointer-events: none;
}

.child-service-page .service-visual::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 220px;
  right: -120px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(44, 103, 169, 0.08);
  pointer-events: none;
}

.child-service-page .service-visual-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.child-service-page .service-visual svg {
  width: 100%;
  height: auto;
}

/* =========================================================
  Sections
========================================================= */

.child-service-page .service-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 8% 14%, rgba(74, 144, 217, 0.04), transparent 27%),
    #ffffff;
  border-top: none;
}

.child-service-page .service-section-soft {
  background:
    radial-gradient(circle at 88% 12%, rgba(74, 144, 217, 0.12), transparent 30%),
    linear-gradient(180deg, #f6f8fb 0%, #eef5fb 100%);
}

.child-service-page .service-section::before,
.child-service-page .service-section-head::before,
.child-service-page .service-section-head::after {
  content: none;
  display: none;
}

.child-service-page .service-section-head {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 38px;
  padding-top: 0;
  text-align: center;
}

.child-service-page .service-section-head .service-kicker {
  justify-content: center;
  margin: 0 0 30px;
}

.child-service-page .service-title {
  display: block;
  color: var(--brand-heading);
  font-size: clamp(27px, 3.55vw, 38px);
  line-height: 1.5;
  letter-spacing: -0.045em;
  font-weight: 950;
  text-align: center;
  margin: 0;
  padding: 0;
}

.child-service-page .service-title span {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.child-service-page .service-title .service-blue {
  color: var(--brand-main);
}

.child-service-page .service-section-lead {
  display: block;
  width: min(820px, calc(100% - 32px));
  max-width: 820px;
  margin: 16px auto 0;
  padding: 0;
  color: var(--brand-text);
  font-size: 15.5px;
  line-height: 1.82;
  text-align: center;
}

/* =========================================================
  Answer / explanation block
========================================================= */

.child-service-page .service-answer {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 30px;
  align-items: stretch;
}

.child-service-page .service-black-card {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 38px 40px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 10%, rgba(74, 144, 217, 0.22), transparent 32%),
    radial-gradient(circle at 10% 92%, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #132436 0%, #203952 58%, #2a4965 100%);
  box-shadow:
    0 24px 58px rgba(19, 36, 54, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.child-service-page .service-black-card::before,
.child-service-page .service-black-card::after {
  content: none;
  display: none;
}

.child-service-page .service-black-card .service-label {
  display: inline-flex;
  padding: 7px 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(74, 144, 217, 0.22);
  border: 1px solid rgba(207, 230, 255, 0.16);
  color: #cfe6ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.child-service-page .service-black-card h3 {
  color: #ffffff;
  font-size: clamp(23px, 2.1vw, 29px);
  line-height: 1.48;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.child-service-page .service-black-card p {
  max-width: 92%;
  color: #e2eaf4;
  font-size: 15px;
  line-height: 1.82;
  text-align: left;
}

.child-service-page .service-white-card,
.child-service-page .service-compare {
  background: linear-gradient(135deg, #ffffff 0%, #f9fbfd 100%);
  border: 1px solid rgba(205, 219, 234, 0.96);
  border-radius: 30px;
  padding: 34px 40px;
  box-shadow:
    0 20px 48px rgba(19, 36, 54, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

/* =========================================================
  Check / list
========================================================= */

.child-service-page .service-check-list {
  display: grid;
  gap: 16px;
}

.child-service-page .service-check {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fbfe 0%, #f1f6fb 100%);
  border: 1px solid rgba(204, 219, 235, 0.95);
  box-shadow: 0 10px 24px rgba(19, 36, 54, 0.035);
}

.child-service-page .service-check i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2c67a9 0%, #17385d 100%);
  box-shadow: 0 10px 22px rgba(44, 103, 169, 0.22);
  color: #ffffff;
  font-style: normal;
  font-weight: 950;
  font-size: 14px;
}

.child-service-page .service-check strong {
  display: block;
  color: #111820;
  font-size: 16.5px;
  line-height: 1.45;
  margin-bottom: 5px;
}

.child-service-page .service-check p {
  color: #344154;
  font-size: 14.2px;
  line-height: 1.72;
  text-align: left;
}

.child-service-page .service-list {
  display: grid;
  gap: 12px;
}

.child-service-page .service-list div {
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7f9fc;
  border: 1px solid var(--brand-border);
  color: var(--brand-text);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
  text-align: left;
}

/* =========================================================
  Card grids
========================================================= */

.child-service-page .service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.child-service-page .service-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.child-service-page .service-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.child-service-page .service-card,
.child-service-page .service-service,
.child-service-page .service-related-card,
.child-service-page .service-flow-card,
.child-service-page .service-faq-item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--brand-border);
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(19, 36, 54, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.child-service-page .service-card,
.child-service-page .service-service {
  padding: 32px 28px;
  text-align: center;
}

.child-service-page .service-card::before,
.child-service-page .service-service::before,
.child-service-page .service-related-card::before,
.child-service-page .service-flow-card::before,
.child-service-page .service-faq-item::before,
.child-service-page .service-white-card::before,
.child-service-page .service-compare::before {
  content: none;
  display: none;
}

.child-service-page .service-service::after,
.child-service-page .service-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -54px;
  top: -54px;
  border-radius: 50%;
  background: rgba(74, 144, 217, 0.10);
  pointer-events: none;
}

.child-service-page .service-card:hover,
.child-service-page .service-service:hover,
.child-service-page .service-related-card:hover,
.child-service-page .service-flow-card:hover {
  transform: translateY(-3px);
  border-color: rgba(74, 144, 217, 0.28);
  box-shadow: var(--brand-shadow);
}

.child-service-page .service-card-icon,
.child-service-page .service-service-icon,
.child-service-page .service-flow-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  color: var(--brand-main);
}

.child-service-page .service-card-icon::before,
.child-service-page .service-service-icon::before {
  content: none;
  display: none;
}

.child-service-page .service-card-icon svg,
.child-service-page .service-service-icon svg,
.child-service-page .service-flow-icon svg {
  width: 62px;
  height: 62px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.child-service-page .service-card h3,
.child-service-page .service-service strong,
.child-service-page .service-related-card strong,
.child-service-page .service-flow-card h3 {
  position: relative;
  z-index: 1;
  color: var(--brand-heading);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
  margin: 0 0 10px;
  text-align: center;
}

.child-service-page .service-card p,
.child-service-page .service-service p,
.child-service-page .service-related-card span:last-child,
.child-service-page .service-flow-card p {
  position: relative;
  z-index: 1;
  color: var(--brand-text);
  font-size: 14.5px;
  line-height: 1.74;
  text-align: center;
}

/* =========================================================
  Compare
========================================================= */

.child-service-page .service-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.child-service-page .service-compare h3 {
  color: var(--brand-heading);
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 18px;
  text-align: center;
}

/* =========================================================
  Related links
========================================================= */

.child-service-page .service-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.child-service-page .service-related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 238px;
  padding: 30px 28px 32px;
  overflow: hidden;
  text-align: left;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(74, 144, 217, 0.13), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid rgba(203, 217, 233, 0.96);
  box-shadow:
    0 18px 44px rgba(19, 36, 54, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.child-service-page .service-related-card::before {
  content: "";
  position: absolute;
  width: 126px;
  height: 126px;
  right: -58px;
  top: -58px;
  border-radius: 999px;
  background: rgba(74, 144, 217, 0.10);
  pointer-events: none;
}

.child-service-page .service-related-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #eaf4ff;
  border: 1px solid rgba(44, 103, 169, 0.16);
  box-shadow: 0 10px 24px rgba(44, 103, 169, 0.08);
  pointer-events: none;
}

.child-service-page .service-related-card:hover {
  transform: translateY(-5px);
  border-color: rgba(44, 103, 169, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(74, 144, 217, 0.18), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  box-shadow:
    0 26px 58px rgba(19, 36, 54, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
}

.child-service-page .service-related-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 8px 14px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #eaf4ff 0%, #dceeff 100%);
  color: var(--brand-main);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border: 1px solid rgba(44, 103, 169, 0.10);
}

.child-service-page .service-related-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--brand-heading);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 950;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.child-service-page .service-related-card span:last-child {
  position: relative;
  z-index: 1;
  display: block;
  color: #344154;
  font-size: 14.5px;
  line-height: 1.85;
  text-align: left;
  margin: 0;
}

.child-service-page .service-related-card strong::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2c67a9 0%, #9fc6e8 100%);
}

.child-service-page .service-related-card:hover strong {
  color: #17385d;
}


/* =========================================================
  Flow
========================================================= */

.child-service-page .service-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.child-service-page .service-flow::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(44, 103, 169, 0),
    rgba(44, 103, 169, 0.32),
    rgba(44, 103, 169, 0)
  );
  z-index: 0;
  pointer-events: none;
}

.child-service-page .service-flow-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 304px;
  padding: 28px 24px;
  text-align: left;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 8%, rgba(74, 144, 217, 0.11), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(203, 217, 233, 0.96);
  box-shadow:
    0 18px 44px rgba(19, 36, 54, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.child-service-page .service-flow-card::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  right: -46px;
  top: -46px;
  border-radius: 999px;
  background: rgba(74, 144, 217, 0.10);
  pointer-events: none;
}

.child-service-page .service-flow-num {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  align-self: flex-start;
  width: 50px;
  height: 50px;
  margin: 0 0 18px 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #132436 0%, #17385d 48%, #2c67a9 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  box-shadow:
    0 14px 28px rgba(19, 36, 54, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

.child-service-page .service-flow-icon {
  align-self: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  color: var(--brand-main);
}

.child-service-page .service-flow-icon::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(44, 103, 169, 0.10) 0%, rgba(44, 103, 169, 0.04) 56%, rgba(44, 103, 169, 0) 72%);
  z-index: 0;
}

.child-service-page .service-flow-icon svg {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  stroke-width: 1.9;
}

.child-service-page .service-flow-card h3,
.child-service-page .service-flow-card p {
  width: 100%;
  text-align: center;
}

.child-service-page .service-flow-card h3 {
  z-index: 2;
  color: var(--brand-heading);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 950;
  margin: 0 0 10px;
}

.child-service-page .service-flow-card p {
  z-index: 2;
  color: #344154;
  font-size: 14.2px;
  line-height: 1.78;
  margin: 0;
}

.child-service-page .service-section-soft:has(.service-flow) {
  background:
    radial-gradient(circle at 82% 8%, rgba(74, 144, 217, 0.16), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(44, 103, 169, 0.07), transparent 24%),
    linear-gradient(180deg, #f4f8fc 0%, #eaf3fb 100%);
}

/* =========================================================
  FAQ
========================================================= */

.child-service-page .service-faq {
  display: grid;
  gap: 16px;
  max-width: 930px;
  margin: 0 auto;
}

.child-service-page .service-faq-item {
  padding: 26px 28px;
  text-align: left;
}

.child-service-page .service-faq-item h3 {
  color: var(--brand-heading);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 8px;
  text-align: left;
}

.child-service-page .service-faq-item h3 span {
  color: var(--brand-main);
  margin-right: 8px;
}

.child-service-page .service-faq-item p {
  color: var(--brand-text);
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}

/* =========================================================
  Dark section
========================================================= */

.child-service-page .service-section.service-section-dark {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(74, 144, 217, 0.28), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #132436 0%, #263a50 100%);
  color: #ffffff;
  border-top: none;
}

.child-service-page .service-section.service-section-dark::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -190px;
  bottom: -220px;
  top: auto;
  left: auto;
  transform: none;
  border-radius: 50%;
  background: rgba(74, 144, 217, 0.16);
  pointer-events: none;
}

.child-service-page .service-section.service-section-dark::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -160px;
  top: -180px;
  bottom: auto;
  right: auto;
  transform: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.child-service-page .service-section-dark .service-container,
.child-service-page .service-section-dark .service-section-head,
.child-service-page .service-section-dark .service-dark-grid {
  position: relative;
  z-index: 2;
}

.child-service-page .service-section-dark .service-kicker {
  color: #b9ddff;
}

.child-service-page .service-section-dark .service-kicker::before {
  background: #b9ddff;
}

.child-service-page .service-section-dark .service-title,
.child-service-page .service-section-dark .service-title span,
.child-service-page .service-section-dark .service-title .service-blue {
  color: #ffffff;
}

.child-service-page .service-section-dark .service-section-lead {
  color: #d8dee8;
}

.child-service-page .service-dark-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.child-service-page .service-dark-card {
  padding: 30px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  text-align: center;
  backdrop-filter: blur(8px);
}

.child-service-page .service-dark-card::before,
.child-service-page .service-dark-card::after {
  content: none;
  display: none;
}

.child-service-page .service-dark-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  color: #ffffff;
}

.child-service-page .service-dark-icon svg {
  width: 62px;
  height: 62px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.child-service-page .service-dark-card strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.child-service-page .service-dark-card p {
  color: #d8dee8;
  font-size: 14.5px;
  line-height: 1.74;
  margin: 0;
  text-align: center;
}

/* =========================================================
  CTA
========================================================= */

.child-service-page .service-cta {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(74, 144, 217, 0.24), transparent 28%),
    linear-gradient(135deg, #132436 0%, #263a50 100%);
  color: #ffffff;
  text-align: center;
}

.child-service-page .service-cta::before,
.child-service-page .service-cta::after {
  content: none;
  display: none;
}

.child-service-page .service-cta .service-kicker {
  justify-content: center;
  color: #b9ddff;
  margin: 0 0 12px;
}

.child-service-page .service-cta .service-kicker::before {
  background: #b9ddff;
}

.child-service-page .service-cta h2 {
  color: #ffffff;
  font-size: clamp(28px, 4.2vw, 42px);
  line-height: 1.35;
  letter-spacing: -0.04em;
  font-weight: 950;
  margin: 0 0 20px;
  text-align: center;
}

.child-service-page .service-cta p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #d8dee8;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.child-service-page .service-cta .service-button,
.child-service-page .service-cta .service-cta-button {
  background: #ffffff;
  color: #132436 !important;
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.child-service-page .service-cta .service-button:hover,
.child-service-page .service-cta .service-cta-button:hover {
  background: #eef4fb;
  color: #132436 !important;
}

.child-service-page .service-note,
.child-service-page .service-cta-note {
  display: none !important;
}

/* =========================================================
  Utility
========================================================= */

.child-service-page .service-text-left {
  text-align: left !important;
}

.child-service-page .service-text-center {
  text-align: center !important;
}

.child-service-page .service-mt-small {
  margin-top: 16px !important;
}

.child-service-page .service-mt-medium {
  margin-top: 28px !important;
}

.child-service-page .service-mt-large {
  margin-top: 44px !important;
}

/* =========================================================
  Responsive
========================================================= */

@media (max-width: 1180px) {
  .child-service-page .service-hero h1 {
    font-size: clamp(28px, 3vw, 37px);
  }
}

@media (max-width: 980px) {
  .child-service-page .service-hero-grid,
  .child-service-page .service-answer,
  .child-service-page .service-two {
    grid-template-columns: 1fr;
  }

  .child-service-page .service-card-grid,
  .child-service-page .service-service-grid,
  .child-service-page .service-dark-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .child-service-page .service-related-grid,
  .child-service-page .service-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .child-service-page .service-related-card {
    min-height: 220px;
  }

  .child-service-page .service-flow::before {
    display: none;
  }

  .child-service-page .service-flow-card {
    min-height: 270px;
  }

  .child-service-page .service-actions {
    justify-content: flex-start;
  }

  .child-service-page .service-hero h1,
  .child-service-page .service-hero-lead {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .child-service-page .service-container {
    width: min(100% - 36px, 1120px);
  }

  .child-service-page .service-hero {
    padding-top: 70px;
    padding-bottom: 82px;
  }

  .child-service-page .service-section,
  .child-service-page .service-section.service-section-dark,
  .child-service-page .service-cta {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .child-service-page .service-section-head {
    margin-bottom: 30px;
  }

  .child-service-page .service-hero h1 {
    font-size: clamp(28px, 7.6vw, 34px);
    line-height: 1.30;
    margin-bottom: 24px;
  }

  .child-service-page .service-title {
    font-size: clamp(28px, 6vw, 38px);
  }

  .child-service-page .service-hero-lead,
  .child-service-page .service-section-lead {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }

  .child-service-page .service-hero-lead {
    margin-bottom: 35px;
  }

  .child-service-page .service-card-grid,
  .child-service-page .service-service-grid,
  .child-service-page .service-related-grid,
  .child-service-page .service-flow,
  .child-service-page .service-dark-grid {
    grid-template-columns: 1fr;
  }

  .child-service-page .service-related-card {
    min-height: auto;
    padding: 26px 24px 30px;
  }

  .child-service-page .service-related-card strong {
    font-size: 18px;
  }

  .child-service-page .service-actions {
    justify-content: center;
    align-items: stretch;
  }

  .child-service-page .service-button,
  .child-service-page .service-cta-button {
    width: 100%;
    max-width: 340px;
    white-space: normal;
    line-height: 1.4;
    padding: 14px 24px;
  }

  .child-service-page .service-black-card,
  .child-service-page .service-white-card,
  .child-service-page .service-visual,
  .child-service-page .service-compare {
    padding: 26px;
  }

  .child-service-page .service-black-card p {
    max-width: 100%;
  }

  .child-service-page .service-check {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .child-service-page .service-check i {
    width: 34px;
    height: 34px;
  }

  .child-service-page .service-visual {
    min-height: 330px;
  }

  .child-service-page .service-flow {
    gap: 18px;
  }

  .child-service-page .service-flow-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .child-service-page .service-flow-num {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .child-service-page .service-flow-icon {
    align-self: center;
  }
}
