.cb_4f265efb26a7e74dd64a5484ba69f8d6 * {
  box-sizing: border-box; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #303030;
    background: #fff; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .section-hero {
    padding: 24px 0 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .page-title {
    font-size: 28px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 12px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .tab-link {
    font-size: 13px;
    font-weight: 700;
    color: #070b64;
    text-decoration: none;
    padding: 4px 14px;
    border: none;
    border-radius: 20px;
    background: #e7e8fd;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .tab-link:hover {
    background: #d0d2f9;
    text-decoration: none;
    color: #070b64; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-desc {
    font-size: 15px;
    color: #444;
    margin-bottom: 24px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-row {
    margin-bottom: 48px;
    align-items: stretch; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-left {
    display: flex;
    flex-direction: column; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-right {
    padding-left: 24px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-logo-box {
    background: #f0f0f0;
    border-radius: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    gap: 20px;
    margin-top: 4px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .kmv-logo {
    max-width: 180px;
    height: auto; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .btn-transferir {
    display: inline-block;
    background: #2f54eb;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .btn-transferir:hover {
    background: #1a3dc9;
    color: #fff;
    text-decoration: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .section-steps {
    padding: 48px 0 64px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .steps-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #303030;
    margin-bottom: 40px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .steps-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .steps-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    display: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .steps-img.active {
    display: block; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .steps-pills {
    display: flex;
    gap: 8px;
    margin-bottom: 24px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-pill {
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1.5px solid #ccc;
    background: #fff;
    color: #555;
    cursor: pointer;
    transition: all 0.2s; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-pill.active {
    background: #2f54eb;
    border-color: #2c31c9;
    color: #fff; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-content {
    display: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-content.active {
    display: block; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-heading {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 12px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .steps-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    background: #2f54eb;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-nav-btn:disabled {
    background: #ccc;
    cursor: default; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-nav-btn:not(:disabled):hover {
    background: #1a3dc9; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .step-counter {
    font-size: 15px;
    color: #555;
    min-width: 36px;
    text-align: center; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .section-termos {
    padding: 0 0 64px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .termos-box {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 36px 40px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .termos-title {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 16px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .termos-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .termos-link {
    font-size: 16px;
    color: #2c31c9;
    text-decoration: none;
    font-weight: 700; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .termos-link:hover {
    text-decoration: underline; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .link-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    vertical-align: middle;
    margin-left: 2px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .section-faq {
    padding: 0 0 72px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-title {
    font-size: 22px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 12px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 24px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .btn-ajuda {
    display: inline-block;
    background: #2c31c9;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .btn-ajuda:hover {
    background: #1a3dc9;
    color: #fff;
    text-decoration: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-link {
    color: #2c31c9;
    font-weight: 700;
    text-decoration: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-link:hover {
    text-decoration: underline; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .section-ajuda {
    padding: 0 0 72px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .ajuda-title {
    font-size: 22px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 32px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .ajuda-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 24px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    height: 100%; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .ajuda-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .ajuda-card-title {
    font-size: 17px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 10px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .ajuda-info p {
    font-size: 16px;
    color: #555;
    margin-bottom: 4px;
    line-height: 1.6; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .ajuda-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 16px;
    color: #2c31c9;
    font-weight: 700;
    text-decoration: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .ajuda-link:hover {
    text-decoration: underline; }
  @media (max-width: 767px) {
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-row {
    flex-direction: column; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-left, .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-logo-box {
    flex: none;
    min-height: 200px;
    padding: 32px 24px;
    margin-bottom: 16px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .hero-photo {
    width: 100%;
    height: 240px;
    border-radius: 12px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .tabs-nav {
    flex-wrap: wrap;
    gap: 6px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .steps-img {
    height: 220px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .section-steps .col-md-7 {
    margin-top: 24px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .termos-box {
    padding: 24px 20px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .ajuda-card {
    margin-bottom: 16px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .section-faq .col-md-4 {
    margin-bottom: 32px; } }
