/* =========================
   Service Page / ZERO POINT FIELD
   Cosmic Sharp Ver.
========================= */

body.page-id-15 {
  background:
    radial-gradient(circle at 20% 0%, rgba(33, 88, 180, 0.08) 0%, rgba(33, 88, 180, 0) 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 30%, #f4f8fc 100%);
}

body.page-id-15 #content,
body.page-id-15 #content-in,
body.page-id-15 #main,
body.page-id-15 main#main.main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

body.page-id-15 #content-in.wrap,
body.page-id-15 #header-in.wrap,
body.page-id-15 #footer-in.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

body.page-id-15 #sidebar,
body.page-id-15 .sidebar,
body.page-id-15 #sub-contents,
body.page-id-15 .sub-contents {
  display: none !important;
}

body.page-id-15.sidebar-right #main,
body.page-id-15.sidebar-left #main {
  width: 100% !important;
}

.service-page {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 40px 0 110px;
}

.service-page .container {
  width: 100%;
  margin: 0 auto;
}

.service-section {
  position: relative;
  margin-top: 30px;
  border-radius: 18px;
  overflow: hidden;
}

/* =========================
   Heading
========================= */

.section-heading {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading__sub {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #7a93b7;
  text-transform: uppercase;
}

.section-heading__sub::before,
.section-heading__sub::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, rgba(55, 122, 255, 0) 0%, rgba(55, 122, 255, 0.72) 100%);
}

.section-heading__sub::after {
  transform: scaleX(-1);
}

.section-heading h2 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0f2f63;
}

.service-support__lead {
  max-width: 760px;
  margin: 0 auto 34px;
  padding: 0 28px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.95;
  color: #506072;
}

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

.service-hero {
  padding: 104px 0 92px;
  background:
    radial-gradient(circle at 78% 18%, rgba(59, 130, 246, 0.22) 0%, rgba(59, 130, 246, 0) 24%),
    radial-gradient(circle at 18% 78%, rgba(62, 179, 112, 0.12) 0%, rgba(62, 179, 112, 0) 22%),
    linear-gradient(135deg, #0e2347 0%, #12356c 38%, #174b93 72%, #0f2e63 100%);
  border: 1px solid rgba(89, 145, 236, 0.22);
  box-shadow:
    0 28px 70px rgba(8, 19, 40, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.service-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -40px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(120, 173, 255, 0.16);
  opacity: 0.9;
}

.service-hero::after {
  content: "";
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(62,179,112,0) 0%,
    rgba(62,179,112,0.45) 18%,
    rgba(89,145,236,0.9) 55%,
    rgba(201,163,74,0.5) 100%
  );
}

.service-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 52px;
  align-items: center;
  padding: 0 56px;
}

.service-eyebrow {
  margin: 0 0 18px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #b9cbeb;
}

.service-hero h1 {
  margin: 0 0 24px;
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.service-lead {
  margin: 0;
  max-width: 720px;
  font-size: 1.06rem;
  line-height: 2.02;
  color: rgba(255,255,255,0.82);
}

.service-hero__panel {
  display: flex;
  justify-content: flex-end;
}

.hero-panel-card {
  width: 100%;
  max-width: 360px;
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(140, 185, 255, 0.20);
  border-radius: 16px;
  box-shadow: 0 20px 46px rgba(5, 14, 30, 0.18);
  backdrop-filter: blur(10px);
}

.hero-panel-card__label {
  margin: 0 0 18px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #bdd0ef;
}

.hero-panel-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-panel-card__list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  line-height: 1.7;
  color: #ffffff;
}

.hero-panel-card__list li:last-child {
  border-bottom: none;
}

/* =========================
   Main Services
========================= */

.service-main-services {
  padding: 62px 0 20px;
  background:
    radial-gradient(circle at 88% 14%, rgba(64, 145, 255, 0.12) 0%, rgba(64, 145, 255, 0) 20%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(30, 80, 162, 0.14);
  box-shadow: 0 20px 52px rgba(16, 28, 48, 0.06);
}

.service-main-services::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #2ca9e1 0%, #1e50a2 58%, #7bb7ff 100%);
}

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

.service-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px 30px 30px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(30, 80, 162, 0.16);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 28, 48, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-feature-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #2ca9e1 0%, #1e50a2 100%);
}

.service-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(16, 28, 48, 0.10);
  border-color: rgba(30, 80, 162, 0.28);
}

.service-feature-card__number {
  margin: 0 0 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #6986b0;
}

.service-feature-card h3 {
  margin: 0 0 18px;
  font-size: 1.52rem;
  line-height: 1.42;
  font-weight: 700;
  color: #12366c;
}

.service-feature-card p {
  margin: 0;
  line-height: 1.92;
  color: #485a6d;
}

.service-feature-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-weight: 700;
  color: #1e50a2;
  text-decoration: none;
}

.service-feature-card__link::after {
  content: "→";
  font-size: 0.95em;
}

.service-feature-card__link:hover {
  color: #0f2f63;
}

/* =========================
   For You
========================= */

.service-for-you {
  padding: 54px 0 20px;
  background:
    radial-gradient(circle at 16% 16%, rgba(62, 179, 112, 0.12) 0%, rgba(62, 179, 112, 0) 20%),
    linear-gradient(135deg, #fbfffc 0%, #f2faf5 100%);
  border: 1px solid rgba(62, 179, 112, 0.14);
  box-shadow: 0 20px 52px rgba(16, 28, 48, 0.05);
}

.service-for-you::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #3eb370 0%, #007b43 64%, #8ad6a5 100%);
}

.service-for-you__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 28px 28px;
}

.for-you-box {
  padding: 24px 24px;
  border: 1px solid rgba(62, 179, 112, 0.16);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fcf8 100%);
  box-shadow: 0 10px 26px rgba(16, 28, 48, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.for-you-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(16, 28, 48, 0.08);
  border-color: rgba(62, 179, 112, 0.28);
}

.for-you-box p {
  margin: 0;
  line-height: 1.82;
  color: #35525f;
}

/* =========================
   Support
========================= */

.service-support {
  padding: 54px 0 26px;
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 163, 74, 0.12) 0%, rgba(201, 163, 74, 0) 18%),
    linear-gradient(135deg, #fffef9 0%, #f8fbff 100%);
  border: 1px solid rgba(182, 146, 60, 0.18);
  box-shadow: 0 20px 52px rgba(16, 28, 48, 0.05);
}

.service-support::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #b6923c 0%, #d4b35d 55%, #1e50a2 100%);
}

.support-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0 28px;
}

.support-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid rgba(182, 146, 60, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #fffdf6 100%);
  line-height: 1.55;
  color: #294366;
}

.service-note {
  margin: 26px 28px 0;
  padding: 18px 20px;
  border: 1px solid rgba(22, 58, 112, 0.08);
  border-radius: 12px;
  background: #fbfcfd;
  line-height: 1.8;
  color: #667382;
}

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

.service-cta-section {
  padding: 38px 0 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(64, 145, 255, 0.12) 0%, rgba(64, 145, 255, 0) 20%),
    linear-gradient(135deg, #f6faff 0%, #eef5ff 55%, #f4f9f5 100%);
  border: 1px solid rgba(30, 80, 162, 0.16);
  box-shadow: 0 22px 56px rgba(16, 28, 48, 0.06);
}

.service-cta-section::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #1e50a2 0%, #3eb370 60%, #b6923c 100%);
}

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

.service-cta-card {
  position: relative;
  padding: 36px 30px 30px;
  border: 1px solid rgba(30, 80, 162, 0.16);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 72%, #f8fbf9 100%);
  box-shadow: 0 14px 34px rgba(16, 28, 48, 0.06);
}

.service-cta-card__sub {
  margin: 0 0 14px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #6480a2;
}

.service-cta-card h2 {
  margin: 0 0 18px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #12366c;
}

.service-cta-card p {
  margin: 0;
  line-height: 1.92;
  color: #485a6d;
}

.service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  margin-top: 26px;
  padding: 15px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e50a2 0%, #163a70 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(30, 80, 162, 0.16);
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.service-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(30, 80, 162, 0.20);
  opacity: 0.96;
}

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

@media (max-width: 1024px) {
  .service-hero__inner {
    grid-template-columns: 1fr;
  }

  .service-hero__panel {
    justify-content: flex-start;
  }

  .service-grid,
  .service-for-you__grid,
  .service-cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .service-page {
    width: min(100% - 24px, 1240px);
    padding: 20px 0 72px;
  }

  .service-section {
    margin-top: 22px;
    border-radius: 14px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading__sub {
    gap: 10px;
    font-size: 0.72rem;
  }

  .section-heading__sub::before,
  .section-heading__sub::after {
    width: 24px;
  }

  .section-heading h2 {
    font-size: 1.7rem;
  }

  .service-hero {
    padding: 66px 0 58px;
  }

  .service-hero::before {
    width: 250px;
    height: 250px;
    top: -70px;
    right: -50px;
  }

  .service-hero::after {
    left: 24px;
    right: 24px;
  }

  .service-hero__inner {
    gap: 28px;
    padding: 0 24px;
  }

  .service-hero h1 {
    font-size: 2.4rem;
  }

  .service-lead {
    font-size: 1rem;
  }

  .hero-panel-card,
  .service-feature-card,
  .service-cta-card,
  .for-you-box {
    border-radius: 12px;
  }

  .hero-panel-card {
    padding: 24px 22px;
  }

  .service-main-services,
  .service-for-you,
  .service-support,
  .service-cta-section {
    padding-top: 22px;
  }

  .service-grid,
  .service-for-you__grid,
  .service-cta-grid {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .service-feature-card,
  .service-cta-card,
  .for-you-box {
    padding: 24px 20px;
  }

  .service-feature-card h3 {
    font-size: 1.3rem;
  }

  .service-cta-card h2 {
    font-size: 1.65rem;
  }

  .service-support__lead,
  .support-tag-list,
  .service-note {
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-tag-list span {
    width: 100%;
    border-radius: 12px;
  }

  .service-button {
    width: 100%;
    min-width: 0;
  }
}