
    .page-6svin {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      overflow-x: hidden;
    }

    .page-6svin__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      padding: 10px 20px 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-6svin__hero-content {
      max-width: 900px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    .page-6svin__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      color: #fdbb2d; /* Highlight for brand keyword */
    }

    .page-6svin__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-6svin__cta-button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-6svin__cta-button:hover {
      background-color: #ffcd6a;
      transform: translateY(-3px);
    }

    .page-6svin__promo-banner {
      margin-top: 40px;
      width: 100%;
      max-width: 800px;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-6svin__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-6svin__floating-button {
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-6svin__floating-button:hover {
      background-color: #ffcd6a;
      transform: translateY(-3px);
    }

    .page-6svin__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-6svin__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-6svin__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-6svin__section-title--dark {
      color: #fdbb2d;
    }

    .page-6svin__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #fdbb2d;
      border-radius: 2px;
    }

    .page-6svin__section-title--dark::after {
      background-color: #1a2a6c;
    }

    .page-6svin__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-6svin__card {
      background-color: #fff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 250px;
    }

    .page-6svin__card--dark {
      background-color: #34495e;
      color: #ecf0f1;
    }

    .page-6svin__card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .page-6svin__card-image-wrapper {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin-bottom: 20px;
      overflow: hidden;
      border-radius: 10px;
      box-sizing: border-box;
    }

    .page-6svin__card-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
    }

    .page-6svin__card-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .page-6svin__card-title--dark {
      color: #fdbb2d;
    }

    .page-6svin__card-description {
      font-size: 1em;
      color: #555;
      word-wrap: break-word;
    }

    .page-6svin__card-description--dark {
      color: #ccc;
    }

    .page-6svin__payment-logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 40px;
      align-items: center;
      justify-items: center;
    }

    .page-6svin__payment-logo {
      max-width: 100%;
      height: auto;
      filter: grayscale(100%);
      opacity: 0.7;
      transition: filter 0.3s ease, opacity 0.3s ease;
      display: block;
    }

    .page-6svin__payment-logo:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    .page-6svin__faq-container {
      text-align: left;
      margin-top: 40px;
    }

    .page-6svin__faq-item {
      background-color: #fff;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-6svin__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f0f0f0;
      border-bottom: 1px solid #e0e0e0;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-6svin__faq-question:hover {
      background-color: #e6e6e6;
    }

    .page-6svin__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #1a2a6c;
      pointer-events: none;
    }

    .page-6svin__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #fdbb2d;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-6svin__faq-item.active .page-6svin__faq-toggle {
      transform: rotate(45deg);
      color: #1a2a6c;
    }

    .page-6svin__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      font-size: 0.95em;
    }

    .page-6svin__faq-item.active .page-6svin__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-6svin__cta-final {
      padding: 80px 20px;
      background: linear-gradient(to right, #1a2a6c, #b21f1f);
      color: #fff;
      text-align: center;
      margin-top: 60px;
    }

    .page-6svin__cta-final-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #fdbb2d;
    }

    .page-6svin__cta-final-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-6svin__hero-section {
        padding-top: 10px;
        padding-bottom: 60px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
      }

      .page-6svin__hero-title {
        font-size: 2em;
      }

      .page-6svin__hero-subtitle {
        font-size: 1em;
      }

      .page-6svin__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-6svin__floating-buttons {
        gap: 10px;
        bottom: 15px;
      }

      .page-6svin__floating-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-6svin__section {
        padding: 40px 15px;
      }

      .page-6svin__section-title {
        font-size: 1.8em;
      }

      .page-6svin__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-6svin__card {
        padding: 25px;
        min-height: auto;
      }

      .page-6svin__card-image-wrapper {
        max-width: 250px;
      }

      .page-6svin__card-title {
        font-size: 1.3em;
      }

      .page-6svin__payment-logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 15px;
      }

      .page-6svin__faq-question {
        padding: 15px 20px;
      }

      .page-6svin__faq-question h3 {
        font-size: 1.1em;
      }

      .page-6svin__faq-answer {
        padding: 0 20px;
      }

      .page-6svin__faq-item.active .page-6svin__faq-answer {
        padding: 15px 20px !important;
      }

      .page-6svin__cta-final {
        padding: 50px 15px;
      }

      .page-6svin__cta-final-title {
        font-size: 2em;
      }

      .page-6svin__cta-final-description {
        font-size: 1em;
      }

      /* List item responsive adjustments */
      .page-6svin__grid > div,
      .page-6svin__payment-logo-grid > a,
      .page-6svin__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-6svin__card-description {
          word-break: break-word !important;
      }

      .page-6svin__faq-answer p {
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-6svin__hero-title {
        font-size: 1.8em;
      }

      .page-6svin__floating-buttons {
        flex-direction: column;
        width: 90%;
        left: 5%;
        transform: translateX(0);
      }

      .page-6svin__floating-button {
        width: 100%;
      }

      .page-6svin__section-title {
        font-size: 1.6em;
      }

      .page-6svin__cta-final-title {
        font-size: 1.8em;
      }
    }
  