.leaf-faq-section {
  padding: 80px 0;
  background-color: #E5F6FD;
  text-align: center; }
  .leaf-faq-section .leaf-faq-container {
    max-width: 730px;
    margin: 0 auto; }
  .leaf-faq-section .leaf-faq-header {
    margin-bottom: 28px; }
  .leaf-faq-section .leaf-faq-title {
    display: flex;
    gap: 14px;
    font-family: ProximaNova-Bold;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    justify-content: center; }
    .leaf-faq-section .leaf-faq-title img {
      position: relative;
      top: 17px; }
  .leaf-faq-section .leaf-faq-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px; }
  .leaf-faq-section .leaf-faq-arrow-icon {
    position: absolute;
    top: 10px;
    right: -40px;
    width: 30px;
    height: 30px;
    color: #00AEEF;
    transform: rotate(15deg); }
    .leaf-faq-section .leaf-faq-arrow-icon path {
      stroke: currentColor;
      stroke-width: 2;
      fill: none; }
  .leaf-faq-section .leaf-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    margin-bottom: 28px;
    position: relative; }
  .leaf-faq-section .leaf-faq-item {
    background: #FFF;
    border: 1px solid rgba(55, 55, 55, 0.2);
    overflow: hidden;
    transition: all 0.2s ease;
    border-radius: 16px; }
    .leaf-faq-section .leaf-faq-item[open] .leaf-faq-question {
      padding-bottom: 10px; }
    .leaf-faq-section .leaf-faq-item[open] .leaf-faq-icon {
      transform: rotate(180deg); }
  .leaf-faq-section .leaf-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;
    background-color: #fff;
    font-size: 18px;
    line-height: normal;
    padding: 25px 21px 21px 20px; }
    .leaf-faq-section .leaf-faq-question::-webkit-details-marker {
      display: none; }
  .leaf-faq-section .leaf-faq-icon {
    flex-shrink: 0;
    width: 18px;
    height: 11px;
    color: #888;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .leaf-faq-section .leaf-faq-answer {
    padding: 0 24px 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
    .leaf-faq-section .leaf-faq-answer p {
      margin: 0; }
  .leaf-faq-section .leaf-faq-subtitle-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%; }
  .leaf-faq-section .leaf-faq-arrow {
    position: absolute;
    bottom: -25px;
    right: -20px;
    width: 30px;
    height: auto;
    display: none; }
    @media (max-width: 767px) {
      .leaf-faq-section .leaf-faq-arrow {
        display: block; } }
  .leaf-faq-section .leaf-faq-show-more-container {
    margin-top: 20px;
    position: relative;
    z-index: 2; }
  .leaf-faq-section strong {
    font-weight: 700;
    font-family: 'ProximaNova-Semibold'; }
  .leaf-faq-section .leaf-faq-table-wrapper {
    margin-top: 15px;
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #ddd; }
  .leaf-faq-section .leaf-faq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px; }
    .leaf-faq-section .leaf-faq-table th,
    .leaf-faq-section .leaf-faq-table td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #ddd; }
    .leaf-faq-section .leaf-faq-table th {
      background-color: #f8f9fa;
      font-weight: 700;
      color: #333; }
    .leaf-faq-section .leaf-faq-table tr:last-child td {
      border-bottom: none; }
    .leaf-faq-section .leaf-faq-table tr:nth-child(even) {
      background-color: #fcfcfc; }
  .leaf-faq-section .btn-show-more {
    display: inline-block;
    padding: 12px 40px;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 30px;
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease; }
    .leaf-faq-section .btn-show-more:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .leaf-faq-section .leaf-faq-item.is-blurred {
    filter: blur(4px);
    pointer-events: none;
    opacity: 0.5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%); }

@media screen and (max-width: 767px) {
  .leaf-faq-section {
    padding: 50px 20px; }
    .leaf-faq-section .leaf-faq-container {
      width: 100%; }
    .leaf-faq-section .leaf-faq-header {
      margin-bottom: 33px; }
    .leaf-faq-section .leaf-faq-title {
      text-align: center;
      font-size: 38px;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 9px;
      display: block; }
      .leaf-faq-section .leaf-faq-title br {
        display: none; }
    .leaf-faq-section .leaf-faq-subtitle {
      font-size: 16px;
      line-height: 24px;
      color: #555;
      text-align: center;
      display: inline-block;
      position: relative; }
      .leaf-faq-section .leaf-faq-subtitle img {
        position: absolute;
        top: 33px;
        left: auto;
        right: 43px;
        bottom: -35px; }
    .leaf-faq-section .leaf-faq-item {
      margin-bottom: 2px; }
      .leaf-faq-section .leaf-faq-item[open] .leaf-faq-question {
        padding-bottom: 4px; }
      .leaf-faq-section .leaf-faq-item .leaf-faq-question {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        padding: 20px; }
        .leaf-faq-section .leaf-faq-item .leaf-faq-question .leaf-faq-icon {
          width: 16px;
          margin-left: 33px; }
      .leaf-faq-section .leaf-faq-item .leaf-faq-answer {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px; }
    .leaf-faq-section .leaf-faq-list {
      margin-bottom: 0; }
    .leaf-faq-section .btn-show-more {
      width: 100%;
      max-width: 200px; } }
