    html { scroll-behavior: smooth; }

    .pr-blog-hero {
      position: relative;
      min-height: 520px;
      padding: var(--header-height) var(--side-padding) 0;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #050505 url('https://cdn.mcbots.org/page-assets/faq/faq-card-inquiry-generated.webp') center / cover no-repeat;
      border-bottom: 1px solid rgba(29, 29, 31, 0.1);
    }

    .pr-blog-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(8, 10, 12, 0.38), rgba(8, 10, 12, 0.56));
      z-index: 1;
      pointer-events: none;
    }

    .pr-blog-hero-inner {
      position: relative;
      width: min(960px, 100%);
      margin: 0 auto;
      text-align: center;
      z-index: 2;
    }

    .pr-blog-hero h1 {
      margin: 0;
      color: #fff;
      font-size: 48px;
      line-height: 1.18;
      font-weight: 650;
      letter-spacing: 0;
      word-break: keep-all;
    }

    .pr-blog-hero p:last-child {
      margin: 18px 0 0;
      color: rgba(255, 255, 255, 0.82);
      font-size: 18px;
      line-height: 1.55;
      font-weight: 400;
    }

    /* Content Styling */
    .faq-wrap {
      width: 100%;
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 120px var(--side-padding) var(--sp-section-y, 140px);
      display: grid;
      row-gap: 120px;
    }

    .faq-list-title {
      margin: 0 120px 48px;
      color: var(--type-strong);
      font-size: 36px;
      line-height: 1.2;
      font-weight: 650;
      letter-spacing: 0;
      word-break: keep-all;
    }

    .faq-grid {
      display: block;
      border-top: 1px solid rgba(29, 29, 31, 0.16);
    }
    .faq-item {
      border: 0;
      border-bottom: 1px solid rgba(29, 29, 31, 0.16);
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      overflow: hidden;
    }
    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 42px 120px;
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      align-items: start;
      position: relative;
      outline: none;
    }
    .faq-item summary::-webkit-details-marker {
      display: none;
    }
    .faq-item summary::after {
      content: "+";
      position: absolute;
      top: 50%;
      right: 120px;
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 50%;
      color: var(--type-strong);
      font-size: 26px;
      line-height: 1;
      font-weight: 300;
      transition: color 0.2s ease, transform 0.2s ease;
      transform: translateY(-50%);
    }
    .faq-item[open] summary::after {
      content: "−";
      color: var(--main-color);
    }
    .faq-item summary:hover::after {
      color: var(--main-color);
    }
    .faq-q {
      display: none;
    }
    .faq-summary-text {
      min-width: 0;
    }
    .faq-summary-text .label {
      display: none;
    }
    .faq-summary-text h4 {
      margin: 0;
      color: var(--type-strong);
      font-size: 24px;
      line-height: 1.32;
      letter-spacing: 0;
      font-weight: 600;
      word-break: keep-all;
    }
    .faq-answer {
      max-width: 1040px;
      padding: 0 220px 44px 120px;
      font-size: 16px;
      line-height: 1.7;
      color: var(--type-muted);
      font-weight: 400;
      word-break: keep-all;
    }
    .faq-answer ul {
      margin: 16px 0 0;
      padding-left: 18px;
    }
    .faq-answer li + li {
      margin-top: 8px;
    }

    .faq-highlight {
      margin: 0 auto;
      padding: 0;
      border-radius: 0;
      background: transparent;
      color: var(--type-strong);
      position: relative;
      overflow: visible;
      box-shadow: none;
    }
    .faq-wrap > .faq-highlight:first-child {
      margin-top: 0;
      margin-bottom: 0;
    }
    .faq-highlight h3 {
      max-width: 1060px;
      margin: 0 auto 48px;
      color: var(--type-strong);
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1.12;
      font-weight: 650;
      letter-spacing: -0.04em;
      text-align: center;
      word-break: keep-all;
    }
    .faq-store-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 32px;
    }
    .faq-store-card {
      position: relative;
      min-height: 620px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
      border-radius: 24px;
      background: #050505;
      color: #ffffff;
      text-decoration: none;
      isolation: isolate;
    }
    .faq-store-card-media {
      position: absolute;
      inset: -2px;
      z-index: -2;
      min-height: 0;
      background: var(--faq-card-image) center / cover no-repeat;
      transform: scale(1.06);
    }
    .faq-store-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.62)),
        radial-gradient(circle at 50% 58%, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.38) 72%);
      pointer-events: none;
    }
    .faq-store-card-copy {
      width: min(100%, 760px);
      margin: 0 auto;
      padding: 0 56px 64px;
      text-align: center;
      background: transparent;
    }
    .faq-store-card-copy p {
      max-width: 660px;
      margin: 16px auto 0;
      color: rgba(255, 255, 255, 0.88);
      font-size: 18px;
      line-height: 1.55;
      font-weight: 500;
      word-break: keep-all;
    }
    .faq-store-card-copy h4 {
      margin: 0;
      color: #ffffff;
      font-size: 48px;
      line-height: 1.15;
      font-weight: 650;
      letter-spacing: 0;
      word-break: keep-all;
    }
    .faq-store-card-copy :is(a, button) {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      margin-top: 32px;
      padding: 0 28px;
      border: 0;
      border-radius: 999px;
      background: var(--main-color, #ff7a18);
      color: #ffffff;
      appearance: none;
      font-size: 16px;
      line-height: 1.2;
      font-family: inherit;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
    }
    .faq-store-card-copy :is(a, button):hover {
      text-decoration: none;
    }
    .company-popup {
      position: fixed;
      inset: 0;
      z-index: 10000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.2s ease, visibility 0.2s ease;
    }
    .company-popup.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .company-popup-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    .company-popup-content {
      position: relative;
      width: min(100%, 520px);
      padding: 44px 40px 40px;
      border-radius: 24px;
      background: #ffffff;
      color: var(--type-strong);
      box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
      text-align: left;
    }
    .company-popup-close {
      position: absolute;
      top: 18px;
      right: 18px;
      width: 36px;
      height: 36px;
      padding: 0;
      border: 0;
      border-radius: 50%;
      background: #f2f2f2;
      color: var(--type-strong);
      font-size: 16px;
      line-height: 1;
      cursor: pointer;
    }
    .company-popup-content h3 {
      margin: 0 0 22px;
      font-size: 28px;
      line-height: 1.25;
      font-weight: 700;
      letter-spacing: 0;
    }
    .company-popup-content p {
      margin: 0;
      color: var(--type-muted);
      font-size: 17px;
      line-height: 1.7;
      font-weight: 500;
      word-break: keep-all;
    }
    .company-popup-content p + p {
      margin-top: 18px;
    }
    .company-popup-content a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      margin-top: 28px;
      padding: 0 24px;
      border-radius: 999px;
      background: var(--main-color, #ff7a18);
      color: #ffffff;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 700;
      text-decoration: none;
    }
    @media (max-width: 1024px) {
      .faq-store-grid {
        grid-template-columns: 1fr;
      }

      .faq-store-card {
        min-height: 560px;
      }
    }

    @media (max-width: 640px) {
      .faq-wrap {
        padding-top: 88px;
        padding-bottom: var(--sp-25, 88px);
        row-gap: 88px;
      }
      .faq-list-title {
        margin: 0 20px 28px;
        font-size: 36px;
      }
      .faq-item summary {
        grid-template-columns: 1fr;
        padding: 26px 58px 26px 20px;
      }
      .faq-item summary::after {
        top: 50%;
        right: 16px;
        width: 34px;
        height: 34px;
        font-size: 24px;
      }
      .faq-summary-text h4 {
        font-size: 22px;
      }
      .faq-answer {
        padding: 0 20px 30px;
        font-size: 16px;
      }
      .faq-highlight h3 {
        margin-bottom: 32px;
        font-size: 30px;
      }
      .faq-store-card {
        min-height: 520px;
        border-radius: 22px;
      }
      .faq-store-card-copy {
        padding: 0 24px 44px;
      }
      .faq-store-card-copy h4 {
        font-size: 36px;
      }
      .faq-store-card-copy p {
        font-size: 16px;
      }
      .company-popup-content {
        padding: 40px 24px 28px;
        border-radius: 20px;
      }
      .company-popup-content h3 {
        font-size: 24px;
      }
    }
