/* =========================
   Service Page
========================= */

body.page-id-15 {
  background: #ffffff;
}

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: 36px 0 100px;
}

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

.service-section {
  margin-top: 32px;
}

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

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

.section-heading__sub {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #7d8794;
}

.section-heading h2 {
  margin: 0;
  font-size: 2.15rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1c2430;
}

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

.service-hero {
  position: relative;
  padding: 92px 0 84px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #edf1f5;
  border-radius: 28px;
  overflow: hidden;
}

.service-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 70%);
}

.service-hero::after {
  content: "";
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 20%, rgba(0,0,0,0.12) 80%, rgba(0,0,0,0) 100%);
}

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

.service-eyebrow {
  margin: 0 0 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #7f8894;
}

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

.service-lead {
  margin: 0;
  max-width: 720px;
  font-size: 1.06rem;
  line-height: 2.05;
  color: #4b5563;
}

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

.hero-panel-card {
  width: 100%;
  max-width: 360px;
  padding: 32px 30px;
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

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

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

.hero-panel-card__list li {
  padding: 14px 0;
  border-bottom: 1px solid #eef2f6;
  color: #243041;
  line-height: 1.7;
}

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

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

.service-main-services {
  padding: 56px 0 8px;
}

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

.service-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px 32px 30px;
  background: #fff;
  border: 1px solid #e9eef3;
  border-radius: 24px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.045);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
  border-color: #dbe4ec;
}

.service-feature-card__number {
  margin: 0 0 18px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #9aa3af;
}

.service-feature-card h3 {
  margin: 0 0 18px;
  font-size: 1.55rem;
  line-height: 1.45;
  font-weight: 700;
  color: #111827;
}

.service-feature-card p {
  margin: 0;
  line-height: 1.95;
  color: #4b5563;
}

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

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

.service-feature-card__link:hover {
  opacity: 0.75;
}

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

.service-for-you {
  padding: 34px 0 8px;
}

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

.for-you-box {
  padding: 24px 24px;
  border: 1px solid #eceff3;
  border-radius: 20px;
  background: #fff;
}

.for-you-box p {
  margin: 0;
  line-height: 1.85;
  color: #374151;
}

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

.service-support {
  padding: 34px 0 8px;
}

.service-support__lead {
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.95;
  color: #4b5563;
}

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

.support-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid #e7edf3;
  border-radius: 999px;
  background: #fff;
  line-height: 1.6;
  color: #243041;
}

.service-note {
  margin: 26px 0 0;
  padding: 18px 20px;
  border: 1px solid #edf1f5;
  border-radius: 16px;
  background: #fafbfd;
  line-height: 1.85;
  color: #66707d;
}

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

.service-cta-section {
  padding: 36px 0 0;
}

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

.service-cta-card {
  position: relative;
  padding: 38px 34px 34px;
  border: 1px solid #e7edf3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.045);
}

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

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

.service-cta-card p {
  margin: 0;
  line-height: 1.95;
  color: #4b5563;
}

.service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  margin-top: 28px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.service-button:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* =========================
   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;
  }

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

  .section-heading__sub {
    font-size: 0.74rem;
  }

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

  .service-hero {
    padding: 62px 0 56px;
    border-radius: 22px;
  }

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

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

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

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

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

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

  .service-feature-card,
  .service-cta-card,
  .for-you-box {
    padding: 26px 22px;
    border-radius: 18px;
  }

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

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

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

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