.service-faq-section {
  padding: 80px 0 60px;
  background-color: #F7F7F7;
  text-align: center;
  /* Last FAQ when more exist: same blur language as locations A/B + subtle fade (click loads more) */ }
  .service-faq-section .service-faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
  .service-faq-section .service-faq-header {
    margin-bottom: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .service-faq-section .service-faq-title {
    font-family: 'ProximaNova-Bold';
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; }
  .service-faq-section .service-faq-subtitle-wrapper {
    position: relative;
    display: inline-block; }
  .service-faq-section .service-faq-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
    .service-faq-section .service-faq-subtitle img {
      position: relative;
      top: 28px; }
  .service-faq-section .service-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    margin-bottom: 40px;
    position: relative; }
    .service-faq-section .service-faq-list.service-faq-list--teaser {
      margin-bottom: 0; }
  .service-faq-section .gp-faq-last-blurred .service-faq-list {
    margin-bottom: 8px; }
  .service-faq-section .service-faq-item.faq-blurred {
    position: relative;
    z-index: 2;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    cursor: pointer;
    transition: filter 0.2s ease, box-shadow 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred:hover {
      filter: blur(1px);
      -webkit-filter: blur(1px);
      box-shadow: 0 4px 24px rgba(55, 55, 55, 0.08); }
    .service-faq-section .service-faq-item.faq-blurred[open] {
      filter: none;
      -webkit-filter: none;
      box-shadow: none; }
      .service-faq-section .service-faq-item.faq-blurred[open]::after {
        opacity: 0; }
    .service-faq-section .service-faq-item.faq-blurred::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 14px;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, rgba(247, 247, 247, 0.5) 70%, rgba(247, 247, 247, 0.92) 100%);
      transition: opacity 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred .service-faq-icon {
      opacity: 0.45;
      transition: opacity 0.2s ease; }
    .service-faq-section .service-faq-item.faq-blurred:hover .service-faq-icon {
      opacity: 0.65; }
    .service-faq-section .service-faq-item.faq-blurred[open] .service-faq-icon {
      opacity: 0.5; }
  .service-faq-section .service-faq-item {
    background: #FFF;
    border: 1px solid rgba(55, 55, 55, 0.2);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 68px;
    padding: 20px; }
    .service-faq-section .service-faq-item.hidden-faq-item {
      display: none; }
    .service-faq-section .service-faq-item[open] .service-faq-question {
      padding-bottom: 6px; }
    .service-faq-section .service-faq-item[open] .service-faq-icon {
      transform: rotate(180deg); }
  .service-faq-section .service-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-family: 'ProximaNova-Bold';
    font-weight: 700;
    transition: background-color 0.2s ease;
    font-size: 18px;
    color: #373737;
    line-height: normal; }
    .service-faq-section .service-faq-question::-webkit-details-marker {
      display: none; }
  .service-faq-section .service-faq-icon {
    flex-shrink: 0;
    width: 14px;
    height: auto;
    color: #888;
    transition: transform 0.3s ease;
    opacity: 0.5; }
  .service-faq-section .service-faq-answer {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .service-faq-section .service-faq-answer p {
      margin: 0; }
  .service-faq-section .service-faq-show-more-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin-top: 33px;
    padding-top: 8px;
    padding-bottom: 8px;
    pointer-events: none; }
  .service-faq-section .service-btn-show-more {
    pointer-events: auto;
    position: relative;
    z-index: 4;
    display: inline-block;
    padding: 14px 45px;
    background-color: #fff;
    border: 1px solid #373737;
    border-radius: 30px;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #373737;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .service-faq-section .service-btn-show-more:hover {
      background-color: #f9f9f9;
      transform: translateY(-2px); }
  @media screen and (max-width: 767px) {
    .service-faq-section {
      padding: 50px 0; }
      .service-faq-section .service-faq-title {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 9px; }
      .service-faq-section .service-faq-subtitle {
        font-size: 18px;
        line-height: 22px; }
      .service-faq-section .service-faq-question {
        font-size: 18px;
        line-height: 24px; }
      .service-faq-section .service-faq-answer {
        font-size: 18px;
        line-height: 24px; } }
