/* Auto-generated from the original inline <style> blocks. Editable hero image via --ch-hero-bg. */

/* Use per-service local hero image when available */
    .hero__bg{
      background: none !important;
      filter: none;
      transform: none;
    }

    /* Remove side bars: blurred cover backdrop + sharp contain foreground */
    .hero__bg::before,
    .hero__bg::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background-image: var(--ch-hero-bg);
      background-repeat: no-repeat;
      background-position: center;
    }

    .hero__bg::before {
      background-size: cover;
      filter: blur(18px) brightness(0.95) saturate(1.05);
      transform: scale(1.12);
    }

    .hero__bg::after {
      background-size: contain;
    }

    .serveSection {
      padding: 72px 0 78px;
      background:
        linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
      border-top: 1px solid rgba(15, 23, 42, 0.06);
    }

    .serveSection__head {
      text-align: center;
      margin-bottom: 34px;
    }

    .serveSection__title {
      margin: 0;
      font-size: clamp(30px, 4vw, 52px);
      line-height: 1.08;
      letter-spacing: -0.03em;
      color: #132a57;
      font-weight: 800;
      text-transform: uppercase;
    }

    .serveSection__titleAccent {
      color: #f4ab00;
    }

    @keyframes serveSectionCaliGlow {
      0%, 100% {
        text-shadow: 0 0 0 rgba(244, 171, 0, 0);
      }
      50% {
        text-shadow: 0 0 20px rgba(244, 171, 0, 0.5);
      }
    }

    @keyframes serveSectionPointerHint {
      0%, 100% {
        transform: translate(0, 0) scale(1);
        filter: drop-shadow(0 0 0 rgba(244, 171, 0, 0));
        opacity: .92;
      }
      50% {
        transform: translate(6px, 0) scale(1.06);
        filter: drop-shadow(0 10px 20px rgba(244, 171, 0, 0.28));
        opacity: 1;
      }
    }

    a.serveSection__titleAccent--link {
      position: relative;
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.12em 0.35em;
      color: #f4ab00;
      text-decoration: none;
      cursor: pointer;
      transition: filter 0.2s ease, opacity 0.2s ease;
      animation: serveSectionCaliGlow 2.6s ease-in-out infinite;
    }

    a.serveSection__titleAccent--link:hover {
      animation: none;
      filter: brightness(1.1);
      text-shadow: 0 0 18px rgba(244, 171, 0, 0.55);
    }

    .serveSection__pointerWrap {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      margin-left: 0.05em;
      transform-origin: left center;
      animation: serveSectionPointerHint 1.35s cubic-bezier(.2,.9,.2,1) infinite;
    }

    .serveSection__pointerSvg {
      width: 0.9em;
      height: 0.9em;
      min-width: 26px;
      min-height: 26px;
      color: #f4ab00;
      display: block;
    }

    @media (prefers-reduced-motion: reduce) {
      a.serveSection__titleAccent--link,
      .serveSection__pointerWrap {
        animation: none !important;
      }

      a.serveSection__titleAccent--link:hover {
        filter: brightness(1.08);
      }
    }

    .serveSection__underline {
      width: 66px;
      height: 3px;
      border-radius: 999px;
      margin: 18px auto 0;
      background: linear-gradient(90deg, #0b5cff, #2f6dff);
    }

    .serveGrid {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 12px 34px;
      align-items: start;
    }

    .serveGrid__item {
      min-width: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .serveGrid__link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-decoration: none;
      color: #0f172a;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 950;
      transition: color .22s ease, transform .22s ease;
    }

    .serveGrid__link::before {
      content: "◽";
      font-size: 11px;
      line-height: 1;
      color: #4a5565;
      flex: 0 0 auto;
      transform: translateY(-1px);
    }

    .serveGrid__link:hover {
      color: #0b5cff;
      transform: translateX(2px);
    }

    @media (max-width: 1200px) {
      .serveGrid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
      }
    }

    @media (max-width: 980px) {
      .serveGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    .serviceIntroRich {
      margin: 28px auto 0;
      max-width: 980px;
      display: grid;
      gap: 18px;
    }

    .serviceIntroRich__body {
      padding: 24px 26px;
      border-radius: 22px;
      background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,247,255,.96));
      border: 1px solid rgba(11, 92, 255, 0.08);
      box-shadow: 0 18px 48px rgba(13, 35, 84, 0.08);
      text-align: left;
    }

    .serviceIntroRich__body p {
      margin: 0;
      font-size: 16px;
      line-height: 1.9;
      color: #40516f;
    }

    .serviceIntroRich__body p + p {
      margin-top: 14px;
    }

    .serviceIntroRich__points {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .serviceIntroRich__point {
      padding: 18px 18px 16px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid rgba(19, 42, 87, 0.08);
      box-shadow: 0 12px 32px rgba(19, 42, 87, 0.06);
      color: #28416f;
      font-size: 14px;
      line-height: 1.7;
      font-weight: 600;
      text-align: left;
    }

    .serviceIntroRich__point strong {
      display: block;
      margin-bottom: 6px;
      color: #132a57;
      font-size: 15px;
      font-weight: 800;
      line-height: 1.4;
    }

    .serviceLongDesc {
      padding: 26px 0 8px;
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    .serviceLongDesc__wrap {
      max-width: 1120px;
      margin: 0 auto;
      padding: 30px 34px;
      border-radius: 24px;
      background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,255,.96));
      border: 1px solid rgba(19, 42, 87, 0.08);
      box-shadow: 0 18px 48px rgba(13, 35, 84, 0.07);
    }

    .serviceLongDesc__head {
      margin-bottom: 16px;
    }

    .serviceLongDesc__title {
      margin: 0;
      font-size: clamp(28px, 3.2vw, 40px);
      line-height: 1.15;
      letter-spacing: -0.03em;
      color: #132a57;
      font-weight: 800;
    }

    .serviceLongDesc__underline {
      width: 72px;
      height: 3px;
      border-radius: 999px;
      margin-top: 16px;
      background: linear-gradient(90deg, #0b5cff, #2f6dff);
    }

    .serviceLongDesc__text {
      margin: 0;
      font-size: 16px;
      line-height: 1.95;
      color: #40516f;
      text-align: left;
      white-space: normal;
    }

    .serviceLongDesc__text:not(:last-child) {
      margin-bottom: 14px;
    }

    /* Rich-editor output: style paragraphs inside the container the same way. */
    .serviceLongDesc__text p {
      margin: 0 0 14px;
      font-size: 16px;
      line-height: 1.95;
      color: #40516f;
      text-align: left;
    }
    .serviceLongDesc__text p:last-child { margin-bottom: 0; }

    @media (max-width: 860px) {
      .serviceIntroRich__points {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .serveSection {
        padding: 56px 0 62px;
      }

      .serveGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 18px;
      }

      .serveGrid__link {
        font-size: 14px;
      }

      .serviceIntroRich__body {
        padding: 18px 18px;
      }

      .serviceIntroRich__body p {
        font-size: 15px;
      }

      .serviceLongDesc {
        padding: 18px 0 4px;
      }

      .serviceLongDesc__wrap {
        padding: 22px 18px;
        border-radius: 18px;
      }

      .serviceLongDesc__text {
        font-size: 15px;
        line-height: 1.9;
      }
    }

