
    /* Apenas regras exclusivas desta página */
    .hero {
      background: var(--brand-blue-hero);
      color: #fff;
      padding: 20px 0 40px
    }

    .hero .wrap {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 60px;
      align-items: center
    }

    .hero h1 {
      line-height: 1.05;
      margin: 0 0 20px;
      font-size: clamp(28px, 4.5vw, 52px);
      font-weight: 400;
      color: var(--brand-yellow)
    }

    .hero h1 b {
      color: var(--brand-yellow);
      font-weight: 700
    }

    .lead {
      font-size: clamp(18px, 1.8vw, 28px);
      opacity: .95;
      margin: 0 0 32px;
      font-family: "Dosis", sans-serif;
      font-weight: 400;
      line-height: 1.2
    }

    .hero-cta {
      display: flex;
      gap: 16px;
      flex-wrap: wrap
    }

    .hero-ill img {
      width: 100%;
      height: auto;
      border-radius: 0;
      box-shadow: none;
    }

    .trust {
      background: var(--brand-blue-hero);
      color: #fff;
      padding: 20px 0 40px;
      border-bottom: 1px solid rgba(255, 255, 255, .14)
    }

    .trust .icon-wrapper img {
      height: 60px;
      width: auto
    }

    .trust .logos {
      margin-top: 16px;
      justify-content: center
    }

    .trust .logos img {
      height: 36px;
      filter: none;
      opacity: 1
    }

    .section-title {
      font-family: "Dosis", sans-serif;
      color: var(--brand-blue);
      font-weight: 600;
      font-size: clamp(22px, 3vw, 36px);
      margin: 0 0 16px;
      line-height: 1.1;
    }

    .section-lead {
      font-size: clamp(16px, 2vw, 18px);
      color: var(--ink-900);
      margin: 0 0 16px;
      font-family: "DM Sans", sans-serif;
      font-weight: 400;
      line-height: 1.4;
    }

    .section-title.center {
      text-align: center;
    }

    .section-lead.center {
      text-align: center;
      max-width: 760px;
      margin-inline: auto;
    }

    .retail-keywords {
      padding: 60px 0;
      text-align: center;
    }

    .keyword-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
      margin-top: 30px;
    }

    .keyword-group {
      text-align: center;
    }

    .keyword-group h3 {
      color: var(--brand-blue);
      font-family: "Dosis", sans-serif;
      margin-bottom: 20px;
      font-size: 22px;
      text-align: center;
    }

    .keyword-group ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
      text-align: left;
    }

    .keyword-group li {
      padding: 8px 0;
      position: relative;
      padding-left: 25px;
      text-align: left;
    }

    .keyword-group li:before {
      content: "✓";
      color: var(--brand-yellow);
      position: absolute;
      left: 0;
      font-weight: bold;
      font-size: 16px;
    }

    .channel-icons {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 30px;
      align-items: center;
      justify-items: center;
    }

    .channel-icons img {
      height: 40px;
      width: auto;
      filter: none;
    }

    .pricing-iframe {
      width: 100%;
      height: 600px;
      border: none;
      border-radius: 10px;
      box-shadow: var(--shadow);
      background: #fff;
      margin: 30px 0;
    }

    .cta-section {
      background: var(--brand-blue);
      color: #fff;
      padding: 80px 0;
      text-align: center;
    }

    .cta-section h2 {
      font-family: "Dosis", sans-serif;
      font-size: clamp(29px, 4vw, 36px);
      font-weight: 500;
      margin: 0 0 16px;
      color: var(--brand-yellow);
    }

    .cta-section p {
      font-family: "DM Sans", sans-serif;
      font-size: clamp(16px, 1.8vw, 18px);
      margin: 0 0 32px;
      opacity: .9;
    }

    .faq-section {
      background: #fff;
      padding: 70px 0;
    }

    .faq-wrap {
      max-width: 960px;
      margin: 0 auto;
    }

    .faq-item {
      border: 1px solid #EEF0FF;
      border-radius: var(--radius);
      background: #fff;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .faq-item summary {
      cursor: pointer;
      list-style: none;
      padding: 16px 48px 16px 16px;
      font-family: "Dosis", sans-serif;
      font-weight: 600;
      color: var(--brand-blue);
      font-size: 18px;
      position: relative;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "+";
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: 700;
      color: var(--brand-blue);
    }

    .faq-item[open] summary::after {
      content: "–";
    }

    .faq-item:focus-within,
    .faq-item summary:focus-visible {
      outline: 2px solid #AEB2FF;
      outline-offset: 2px;
      border-radius: 12px;
    }

    .compact-section {
      padding: 40px 0;
    }

    .related-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .related-item {
      background: #f8f9ff;
      border: 1px solid #e2e5ff;
      padding: 10px 16px;
      border-radius: 8px;
      color: #2536cc;
      font-weight: 500;
      display: inline-block;
      transition: background 0.2s ease;
    }

    .related-item:hover {
      background: #e9ecff;
    }

    .related-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .related-btn {
      background: #f8f9ff;
      border: 1px solid #e2e5ff;
      padding: 10px 16px;
      border-radius: 8px;
      color: #2536cc;
      font-weight: 500;
      text-decoration: none;
      transition: background 0.2s ease, border-color 0.2s;
      display: inline-block;
    }

    .related-btn:hover {
      background: #e9ecff;
      border-color: #d7dbff;
    }

    .related-keyconcepts {
      margin-bottom: 20px;
    }

    /* Media Queries */
    @media (max-width:1200px) {
      .hero .wrap {
        gap: 40px
      }
    }

    @media (max-width:1024px) {
      .hero .wrap {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center
      }
    }

    @media (max-width:768px) {
      .hero {
        padding: 60px 0 30px
      }

      .trust {
        padding: 20px 0 30px
      }

      .trust .logos img {
        height: 30px
      }

      .pricing-iframe {
        height: 620px
      }

      .related-buttons {
        flex-direction: column;
      }
    }

    @media (max-width:480px) {
      .related-grid {
        flex-direction: column;
      }
    }

    /* CORREÇÃO PARA SOBREPOSIÇÃO DOS ÍCONES EM TODAS AS TELAS */
    @media (max-width: 1024px) {
      .yt-question-group {
        padding-top: 60px !important;
        position: relative;
      }

      .yt-question-icon {
        top: -30px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 28px !important;
        z-index: 10;
      }

      .yt-question-heading {
        margin-top: 15px !important;
        position: relative;
        z-index: 1;
      }
    }

    /* AJUSTE ESPECÍFICO PARA MOBILE */
    @media (max-width: 480px) {
      .yt-question-group {
        padding-top: 50px !important;
      }

      .yt-question-icon {
        top: -25px !important;
        width: 45px !important;
        height: 45px !important;
        font-size: 24px !important;
      }

      .yt-question-heading {
        margin-top: 10px !important;
      }
    }
