.cvscan-section {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, #fff 0%, var(--gray-50) 100%);
  }

  .cvscan-title {
    max-width: 500px;
    margin-bottom: 1.25rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.16;
    color: var(--gray-900);
  }

  .cvscan-description {
    max-width: 520px;
    margin-bottom: 1.75rem;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--gray-600);
  }

  .cvscan-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }

  .cvscan-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--gray-700);
  }

  .cvscan-points i {
    color: var(--primary-color);
  }

  .cvscan-demo {
    position: relative;
    display: flex;
    min-height: 510px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    overflow: hidden;
    padding: 38px 28px;
    border: 1px solid var(--gray-200);
    border-radius: 22px;
    background: radial-gradient(circle at 30% 35%, rgba(40, 139, 228, 0.12), transparent 35%), #fff;
    box-shadow: 0 18px 50px rgba(34, 72, 116, 0.1);
  }

  .cvscan-demo::before,
  .cvscan-demo::after {
    position: absolute;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(40, 139, 228, 0.1);
    border-radius: 50%;
    content: '';
  }

  .cvscan-demo::before {
    top: -85px;
    right: -60px;
  }

  .cvscan-demo::after {
    bottom: -110px;
    left: -60px;
  }

  .cvscan-badge {
    position: relative;
    z-index: 1;
    width: 168px;
    flex-shrink: 0;
    padding: 22px 18px 17px;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(34, 72, 116, 0.16);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    transform: rotate(-3deg);
  }

  .cvscan-lanyard {
    position: absolute;
    top: -136px;
    left: 50%;
    width: 76px;
    height: 138px;
    transform: translateX(-50%);
  }

  .cvscan-lanyard::before,
  .cvscan-lanyard::after {
    position: absolute;
    bottom: 16px;
    left: 50%;
    width: 8px;
    height: 124px;
    border-radius: 5px;
    background: linear-gradient(90deg, #111b27, #34465a 52%, #101822);
    content: '';
    transform-origin: center bottom;
  }

  .cvscan-lanyard::before {
    transform: translateX(-50%) rotate(-16deg);
  }

  .cvscan-lanyard::after {
    transform: translateX(-50%) rotate(16deg);
  }

  .cvscan-badge-clip {
    position: absolute;
    z-index: 2;
    right: 50%;
    bottom: 0;
    width: 18px;
    height: 23px;
    border: 1px solid #8c98a4;
    border-radius: 4px;
    background: linear-gradient(90deg, #929ca5, #eef2f4 45%, #89949d);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
    transform: translateX(50%);
  }

  .cvscan-badge-clip::before {
    position: absolute;
    top: 4px;
    left: 50%;
    width: 8px;
    height: 4px;
    border-radius: 3px;
    background: #59646e;
    content: '';
    transform: translateX(-50%);
  }

  .cvscan-badge-clip::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #aab2b9;
    border-radius: 50%;
    content: '';
    transform: translateX(-50%);
  }

  .cvscan-badge-brand {
    margin-bottom: 14px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--primary-color);
  }

  .cvscan-badge-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(40, 139, 228, 0.12);
    color: var(--primary-color);
  }

  .cvscan-badge-avatar {
    width: 54px;
    height: 54px;
    margin: 0 auto 9px;
    font-size: 1.45rem;
  }

  .cvscan-badge strong,
  .cvscan-badge small,
  .cvscan-badge-event {
    display: block;
  }

  .cvscan-badge strong {
    font-size: 0.8rem;
    color: var(--gray-900);
  }

  .cvscan-badge small {
    margin: 2px 0 8px;
    font-size: 0.62rem;
    color: var(--gray-500);
  }

  .cvscan-badge-event {
    margin-bottom: 10px;
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--gray-500);
  }

  .cvscan-badge-qr {
    display: inline-flex;
    padding: 7px;
    border: 1px solid var(--gray-200);
    border-radius: 4px;
    font-size: 2.45rem;
    line-height: 1;
    color: var(--gray-900);
  }

  .cvscan-path {
    position: relative;
    z-index: 1;
    display: flex;
    width: 54px;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    color: var(--primary-color);
  }

  .cvscan-path span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary-color);
    animation: cvscan-signal 7s ease-in-out infinite;
  }

  .cvscan-path span:nth-child(2) { animation-delay: 0.14s; }
  .cvscan-path span:nth-child(3) { animation-delay: 0.28s; }

  .cvscan-phone {
    position: relative;
    z-index: 1;
    width: 236px;
    height: 444px;
    flex-shrink: 0;
    overflow: hidden;
    border: 8px solid var(--gray-900);
    border-radius: 31px;
    background: var(--gray-900);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
  }

  .cvscan-phone-notch {
    position: absolute;
    z-index: 4;
    top: 7px;
    left: 50%;
    width: 68px;
    height: 6px;
    border-radius: 6px;
    background: var(--gray-900);
    transform: translateX(-50%);
  }

  .cvscan-phone-screen {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: var(--gray-50);
    font-family: 'Open Sans', sans-serif;
  }

  .cvscan-scan-view,
  .cvscan-card-view {
    position: absolute;
    inset: 0;
  }

  .cvscan-scan-view {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 32px 17px 18px;
    background: linear-gradient(160deg, #243447, #101821);
    color: #fff;
    animation: cvscan-show-scanner 7s ease-in-out infinite;
  }

  .cvscan-phone-label {
    font-size: 0.68rem;
    font-weight: 700;
  }

  .cvscan-focus {
    position: relative;
    display: flex;
    width: 142px;
    height: 142px;
    align-items: center;
    justify-content: center;
    margin: 57px 0 51px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
  }

  .cvscan-focus i {
    padding: 11px;
    border-radius: 4px;
    background: #fff;
    font-size: 4.4rem;
    color: var(--gray-900);
  }

  .cvscan-line {
    position: absolute;
    top: 18px;
    right: 8px;
    left: 8px;
    height: 2px;
    border-radius: 2px;
    background: #55e89a;
    box-shadow: 0 0 12px #55e89a;
    animation: cvscan-line-move 7s ease-in-out infinite;
  }

  .cvscan-scan-view small {
    max-width: 150px;
    font-size: 0.56rem;
    line-height: 1.45;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
  }

  .cvscan-card-view {
    overflow: hidden;
    padding: 22px 15px 14px;
    background: #050505;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(18px);
    animation: cvscan-show-card 7s ease-in-out infinite;
  }

  .cvscan-card-view::before,
  .cvscan-card-view::after {
    position: absolute;
    width: 210px;
    height: 95px;
    border: 1px solid rgba(184, 167, 92, 0.14);
    border-radius: 50%;
    content: '';
    box-shadow: 0 0 0 14px rgba(184, 167, 92, 0.06), 0 0 0 28px rgba(184, 167, 92, 0.035);
  }

  .cvscan-card-view::before {
    top: -55px;
    left: -105px;
    transform: rotate(-14deg);
  }

  .cvscan-card-view::after {
    right: -125px;
    bottom: -28px;
    transform: rotate(-18deg);
  }

  .cvscan-mini-card {
    position: relative;
    z-index: 2;
  }

  .cvscan-mini-avatar {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 8px;
    overflow: hidden;
    border: 1px solid rgba(184, 167, 92, 0.72);
    border-radius: 50%;
    background: #fff;
  }

  .cvscan-mini-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .cvscan-mini-name-line {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
  }

  .cvscan-mini-name-line strong {
    font-size: 0.9rem;
    color: #fff;
  }

  .cvscan-mini-name-line small {
    font-size: 0.58rem;
    color: rgba(255, 255, 255, 0.64);
  }

  .cvscan-mini-name-line i {
    font-size: 0.6rem;
    color: var(--primary-color);
  }

  .cvscan-mini-role {
    margin-top: 3px;
    font-size: 0.6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
  }

  .cvscan-mini-bio {
    margin: 12px 0 10px;
    padding: 9px 10px;
    border-radius: 6px;
    background: #202020;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
  }

  .cvscan-mini-info {
    display: grid;
    gap: 4px;
    padding: 8px 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-family: 'Roboto Slab', serif;
    font-size: 0.51rem;
    color: rgba(255, 255, 255, 0.86);
  }

  .cvscan-mini-info span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1.4;
  }

  .cvscan-mini-info i {
    width: 10px;
    flex-shrink: 0;
    color: #b8a75c;
  }

  .cvscan-mini-links {
    display: grid;
    gap: 6px;
    margin-top: 10px;
  }

  .cvscan-mini-links span {
    display: flex;
    min-height: 32px;
    align-items: center;
    gap: 7px;
    padding: 6px 8px;
    border-radius: 7px;
    background: #fff;
    font-size: 0.56rem;
    font-weight: 700;
    color: var(--gray-900);
    text-align: left;
  }

  .cvscan-mini-link-icon {
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 4px;
    color: #fff;
  }

  .cvscan-mini-link-icon i {
    font-size: 0.7rem;
  }

  .cvscan-mini-link-icon img {
    width: 14px;
    height: 14px;
  }

  .cvscan-mini-links span:nth-child(n + 3) { display: none; }

  .cvscan-mini-link-icon--instagram { background: #e60076; }
  .cvscan-mini-link-icon--linkedin { background: #2867b2; }
  .cvscan-mini-link-icon--lattes { background: #005594; }

  .cvscan-mini-link-icon--website {
    background: transparent;
    color: var(--gray-800);
  }

  @keyframes cvscan-signal {
    0%, 8%, 48%, 100% { opacity: 0.22; transform: scale(0.8); }
    18%, 35% { opacity: 1; transform: scale(1.2); }
  }

  @keyframes cvscan-line-move {
    0%, 7% { top: 18px; opacity: 0; }
    12% { opacity: 1; }
    38% { top: 118px; opacity: 1; }
    45%, 100% { top: 118px; opacity: 0; }
  }

  @keyframes cvscan-show-scanner {
    0%, 43% { opacity: 1; transform: translateY(0); }
    51%, 93% { opacity: 0; transform: translateY(-12px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  @keyframes cvscan-show-card {
    0%, 44% { opacity: 0; transform: translateY(18px); }
    54%, 92% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(18px); }
  }

  @media (max-width: 991px) {
    .cvscan-title,
    .cvscan-description {
      max-width: none;
    }
  }

  @media (max-width: 575px) {
    .cvscan-section { padding: 5rem 0; }
    .cvscan-title { font-size: 1.9rem; }

    .cvscan-demo {
      min-height: 390px;
      gap: 5px;
      padding: 30px 10px;
    }

    .cvscan-badge {
      width: 106px;
      padding: 18px 10px 12px;
    }

    .cvscan-badge-avatar {
      width: 42px;
      height: 42px;
      font-size: 1.1rem;
    }

    .cvscan-badge-qr { font-size: 1.8rem; }
    .cvscan-path { width: 22px; }
    .cvscan-path span:nth-child(2),
    .cvscan-path span:nth-child(3) { display: none; }

    .cvscan-phone {
      width: 184px;
      height: 356px;
      border-width: 6px;
    }

    .cvscan-focus {
      width: 112px;
      height: 112px;
      margin: 43px 0 35px;
    }

    .cvscan-focus i { font-size: 3.4rem; }
    .cvscan-card-view { padding: 17px 10px 10px; }
    .cvscan-mini-avatar { width: 52px; height: 52px; margin-bottom: 6px; }
    .cvscan-mini-name-line strong { font-size: 0.75rem; }
    .cvscan-mini-name-line small { font-size: 0.48rem; }
    .cvscan-mini-name-line i { font-size: 0.5rem; }
    .cvscan-mini-role { font-size: 0.5rem; }
    .cvscan-mini-bio { margin: 8px 0 7px; padding: 7px; font-size: 0.51rem; }
    .cvscan-mini-info { gap: 3px; padding: 6px 2px; font-size: 0.44rem; }
    .cvscan-mini-info span:first-child { display: none; }
    .cvscan-mini-links { margin-top: 7px; }
    .cvscan-mini-links span { min-height: 29px; padding: 5px 7px; font-size: 0.5rem; }
    .cvscan-mini-links span:nth-child(n + 2) { display: none; }
  }

  @media (min-width: 576px) {
    .func04-wrapper .func04-screenshot-container {
      margin-right: auto;
      margin-left: auto;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .cvscan-path span,
    .cvscan-line,
    .cvscan-scan-view,
    .cvscan-card-view {
      animation: none;
    }

    .cvscan-scan-view { opacity: 0; }
    .cvscan-card-view { opacity: 1; transform: none; }
  }

.cv-compare {
    max-width: 880px;
    margin: 0 auto;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  }

  .cv-compare-head,
  .cv-compare-row {
    display: flex;
  }

  .cv-compare-head {
    background: var(--gray-50);
    border-bottom: 1px solid var(--gray-200);
  }

  .cv-compare-row {
    border-bottom: 1px solid var(--gray-100);
  }

  .cv-compare-row:last-child {
    border-bottom: none;
  }

  .cv-compare-cell {
    flex: 1;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.92rem;
    color: var(--gray-600);
  }

  .cv-compare-cell + .cv-compare-cell {
    border-left: 1px solid var(--gray-200);
    background: rgba(40, 139, 228, 0.03);
    color: var(--gray-900);
    font-weight: 600;
  }

  .cv-compare-head .cv-compare-cell {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gray-500);
  }

  .cv-compare-head .cv-compare-cell + .cv-compare-cell {
    color: var(--primary-color);
  }

  .cv-compare-off {
    color: var(--gray-400);
  }

  .cv-compare-on {
    color: var(--primary-color);
  }

  .cvo-section {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: var(--gray-900);
  }

  .cvo-section::before {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: '';
  }

  .cvo-content {
    position: relative;
    z-index: 1;
  }

  .cvo-eyebrow {
    margin-bottom: 0.8rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    color: rgba(255, 255, 255, 0.58);
    text-transform: uppercase;
  }

  .cvo-title {
    max-width: 510px;
    margin-bottom: 1.3rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.16;
    color: #fff;
  }

  .cvo-description {
    max-width: 540px;
    margin-bottom: 2rem;
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
  }

  .cvo-note {
    display: flex;
    gap: 9px;
    align-items: center;
    margin: 1.15rem 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.58);
  }

  .cvo-note i {
    color: var(--primary-color);
  }

  .cvo-panel {
    padding: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    text-align: left;
  }

  .cvo-panel-header {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 1.35rem;
  }

  .cvo-panel-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 13px;
    background: rgba(40, 139, 228, 0.1);
    font-size: 1.1rem;
    color: var(--primary-color);
  }

  .cvo-panel-label {
    display: block;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--gray-500);
    text-transform: uppercase;
  }

  .cvo-panel-title {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--gray-900);
  }

  .cvo-audience-list {
    display: grid;
    gap: 10px;
  }

  .cvo-audience-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: var(--gray-50);
  }

  .cvo-audience-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    color: var(--primary-color);
    box-shadow: 0 3px 12px rgba(34, 72, 116, 0.08);
  }

  .cvo-audience-title {
    margin: 0 0 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--gray-900);
  }

  .cvo-audience-text {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--gray-600);
  }

  .cvo-outcomes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(40, 139, 228, 0.16);
    border-radius: 11px;
    background: rgba(40, 139, 228, 0.06);
  }

  .cvo-outcomes span {
    display: flex;
    gap: 7px;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--gray-700);
  }

  .cvo-outcomes i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-color);
  }

  @media (max-width: 991px) {
    .cvo-section {
      padding: 5.5rem 0;
    }

    .cvo-title {
      font-size: 2rem;
    }

    .cvo-panel {
      max-width: 620px;
      margin: 0 auto;
    }
  }

  @media (max-width: 575px) {
    .cvo-section {
      padding: 4.5rem 0;
    }

    .cvo-title {
      font-size: 1.75rem;
    }

    .cvo-description {
      font-size: 0.94rem;
    }

    .cvo-cta {
      width: 100%;
      padding-right: 1rem !important;
      padding-left: 1rem !important;
      font-size: 0.82rem;
    }

    .cvo-panel {
      padding: 1.1rem;
      border-radius: 15px;
    }

    .cvo-audience-card {
      padding: 0.85rem;
    }

    .cvo-outcomes {
      display: grid;
    }

    .cv-compare-cell {
      padding: 12px;
      font-size: 0.8rem;
    }

    .cv-compare-head .cv-compare-cell {
      font-size: 0.7rem;
    }
  }

/* Demonstração principal */
.cvd-app {
    overflow: hidden;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    font-family: 'Open Sans', sans-serif;
    text-align: left;
  }

  .cvd-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--gray-200);
    background: #fff;
  }

  .cvd-toolbar-mark {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(40, 139, 228, 0.08);
    color: var(--primary-color);
  }

  .cvd-toolbar-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gray-900);
  }

  .cvd-toolbar-status {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border: 1px solid var(--gray-200);
    border-radius: 20px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.72rem;
    color: var(--gray-600);
  }

  .cvd-toolbar-status i {
    color: var(--primary-color);
  }

  .cvd-body {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
    background: var(--gray-50);
  }

  .cvd-phone {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid var(--gray-900);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  }

  .cvd-notch {
    height: 22px;
    position: relative;
    background: var(--gray-900);
  }

  .cvd-notch::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    width: 74px;
    height: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(-50%);
  }

  .cvd-profile-cover {
    height: 64px;
    background: rgba(40, 139, 228, 0.08);
  }

  .cvd-profile {
    padding: 0 18px 18px;
  }

  .cvd-avatar {
    width: 72px;
    height: 72px;
    margin-top: -36px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  }

  .cvd-name-line {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 2px;
  }

  .cvd-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-900);
  }

  .cvd-pronoun {
    padding: 2px 7px;
    border-radius: 12px;
    background: var(--gray-100);
    font-family: 'Roboto Slab', serif;
    font-size: 0.62rem;
    color: var(--gray-600);
  }

  .cvd-role {
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.75rem;
    color: var(--gray-600);
  }

  .cvd-audio {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    padding: 5px 9px;
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.68rem;
    color: var(--primary-color);
    background: #fff;
  }

  .cvd-bio {
    margin-bottom: 14px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.72rem;
    line-height: 1.55;
    color: var(--gray-700);
  }

  .cvd-contact-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-top: 1px solid var(--gray-100);
    font-family: 'Roboto Slab', serif;
    font-size: 0.7rem;
    color: var(--gray-700);
  }

  .cvd-contact-row i {
    width: 15px;
    color: var(--primary-color);
    text-align: center;
  }

  .cvd-share {
    width: 100%;
    margin-top: 13px;
    padding: 9px 12px;
    border: none;
    border-radius: 20px;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
  }

  .cvd-panel {
    display: grid;
    grid-template-columns: minmax(170px, 0.85fr) minmax(190px, 1.15fr);
    gap: 14px;
  }

  .cvd-card {
    padding: 16px;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: #fff;
  }

  .cvd-card-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gray-900);
  }

  .cvd-card-title i {
    color: var(--primary-color);
  }

  .cvd-qr {
    width: 142px;
    max-width: 100%;
    margin: 4px auto 12px;
    display: block;
    padding: 9px;
    border: 1px solid var(--gray-200);
    border-radius: 10px;
    background: #fff;
    color: var(--gray-900);
  }

  .cvd-qr-label {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 0.7rem;
    line-height: 1.45;
    text-align: center;
    color: var(--gray-600);
  }

  .cvd-share-option,
  .cvd-social {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 0;
    border-bottom: 1px solid var(--gray-100);
    font-family: 'Roboto Slab', serif;
    font-size: 0.72rem;
    color: var(--gray-700);
  }

  .cvd-share-option:last-child,
  .cvd-social:last-child {
    border-bottom: none;
  }

  .cvd-share-option i,
  .cvd-social i {
    width: 18px;
    color: var(--primary-color);
    text-align: center;
  }

  .cvd-share-option span:last-child,
  .cvd-social span:last-child {
    margin-left: auto;
    color: var(--gray-400);
  }

  .cvd-social-card {
    grid-column: 1 / -1;
  }

  .cvd-social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
  }

  @media (max-width: 991px) {
    .cvd-body {
      grid-template-columns: 1fr;
    }

    .cvd-panel {
      max-width: 620px;
      margin: 0 auto;
    }
  }

  @media (max-width: 575px) {
    .cvd-body {
      padding: 18px 12px;
    }

    .cvd-panel,
    .cvd-social-grid {
      grid-template-columns: 1fr;
    }

    .cvd-social-card {
      grid-column: auto;
    }

    .cvd-toolbar-status {
      display: none;
    }
  }

  /* Prévia fiel ao cartão publicado */
  .cvd-card-page {
    --cvd-gold: #b8a75c;
    --cvd-surface: #202020;
    min-height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 38px 24px;
    background: #050505;
    color: #fff;
  }

  .cvd-card-page::before,
  .cvd-card-page::after {
    width: 520px;
    height: 230px;
    position: absolute;
    border: 1px solid rgba(184, 167, 92, 0.16);
    border-radius: 50%;
    content: '';
    box-shadow:
      0 0 0 24px rgba(184, 167, 92, 0.09),
      0 0 0 48px rgba(184, 167, 92, 0.06),
      0 0 0 72px rgba(184, 167, 92, 0.04);
  }

  .cvd-card-page::before {
    top: -150px;
    left: -280px;
    transform: rotate(-14deg);
  }

  .cvd-card-page::after {
    right: -300px;
    bottom: -80px;
    transform: rotate(-18deg);
  }

  .cvd-card-profile {
    width: 100%;
    max-width: 510px;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .cvd-card-page .cvd-avatar {
    width: 104px;
    height: 104px;
    margin: 0 auto 18px;
    overflow: hidden;
    border: 2px solid rgba(184, 167, 92, 0.75);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  }

  .cvd-card-page .cvd-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .cvd-card-page .cvd-name-line {
    justify-content: center;
    margin-bottom: 7px;
  }

  .cvd-card-page .cvd-name {
    font-size: 1.3rem;
    color: #fff;
  }

  .cvd-card-page .cvd-pronoun {
    padding: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.66);
  }

  .cvd-card-page .cvd-audio {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 0.75rem;
    color: var(--primary-color);
  }

  .cvd-card-page .cvd-role {
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
  }

  .cvd-card-page .cvd-bio {
    margin: 0 auto 20px;
    padding: 15px 18px;
    border-radius: 6px;
    background: var(--cvd-surface);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
  }

  .cvd-info-list {
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  }

  .cvd-info-row {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.7rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
  }

  .cvd-info-row i {
    width: 18px;
    flex-shrink: 0;
    color: var(--cvd-gold);
    text-align: center;
  }

  .cvd-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .cvd-link-card {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 54px;
    padding: 11px 14px;
    border-radius: 10px;
    background: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gray-900);
    text-align: left;
  }

  .cvd-link-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 6px;
    color: #fff;
  }

  .cvd-link-icon--instagram {
    background: #e60076;
  }

  .cvd-link-icon--linkedin {
    background: #2867b2;
  }

  .cvd-link-icon--lattes {
    background: #005594;
  }

  .cvd-link-icon--lattes img {
    width: 18px;
    height: 18px;
  }

  .cvd-link-icon--website {
    background: transparent;
    color: var(--gray-800);
    font-size: 1rem;
  }

  @media (max-width: 575px) {
    .func04-wrapper .func04-screenshot-container {
      height: auto;
    }

    .cvd-card-page {
      min-height: auto;
      padding: 30px 14px;
    }

    .cvd-card-profile {
      max-width: 340px;
    }

    .cvd-card-page .cvd-avatar {
      width: 86px;
      height: 86px;
    }

    .cvd-card-page .cvd-name {
      font-size: 1.08rem;
    }

    .cvd-card-page .cvd-bio {
      padding: 13px;
      font-size: 0.68rem;
    }

    .cvd-info-row {
      align-items: flex-start;
      justify-content: flex-start;
      padding-right: 4px;
      padding-left: 4px;
      text-align: left;
    }

  }

/* Recursos detalhados */
.cvr-flow {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .cvr-card {
    overflow: hidden;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
  }

  .cvr-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09);
  }

  .cvr-card-inner {
    min-height: 310px;
    display: flex;
    align-items: stretch;
  }

  .cvr-card:nth-child(even) .cvr-card-inner {
    flex-direction: row-reverse;
  }

  .cvr-card-text,
  .cvr-card-visual {
    flex: 1;
    padding: 2rem 2.25rem;
  }

  .cvr-card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cvr-card-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--gray-200);
    background: var(--gray-50);
  }

  .cvr-card:nth-child(even) .cvr-card-visual {
    border-right: 1px solid var(--gray-200);
    border-left: none;
  }

  .cvr-badge {
    width: fit-content;
    margin-bottom: 1rem;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(40, 139, 228, 0.08);
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 700;
  }

  .cvr-title {
    margin-bottom: 0.6rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--gray-900);
  }

  .cvr-desc {
    margin-bottom: 1.1rem;
    font-family: 'Roboto Slab', serif;
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--gray-600);
  }

  .cvr-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .cvr-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
    font-family: 'Roboto Slab', serif;
    font-size: 0.86rem;
    color: var(--gray-700);
  }

  .cvr-list li:last-child {
    margin-bottom: 0;
  }

  .cvr-check {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(40, 139, 228, 0.1);
    color: var(--primary-color);
    font-size: 0.62rem;
  }

  .cvr-mockup {
    width: 100%;
    max-width: 340px;
  }

  .cvr-mockup-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  .cvr-mockup-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(40, 139, 228, 0.08);
    color: var(--primary-color);
  }

  .cvr-mockup-title {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--gray-900);
  }

  .cvr-links-panel {
    width: 100%;
    max-width: 420px;
    font-family: 'Open Sans', sans-serif;
  }

  .cvr-links-title {
    margin-bottom: 6px;
    font-size: 0.68rem;
    color: var(--gray-900);
  }

  .cvr-links-add {
    display: flex;
    margin-bottom: 10px;
  }

  .cvr-links-placeholder {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    padding: 8px 10px;
    border: 1px solid var(--gray-300);
    border-right: 0;
    border-radius: 4px 0 0 4px;
    color: var(--gray-400);
    font-size: 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cvr-links-add-button {
    flex-shrink: 0;
    padding: 8px 10px;
    border: 1px solid var(--gray-300);
    border-radius: 0 4px 4px 0;
    background: #fff;
    color: var(--gray-800);
    font-size: 0.65rem;
  }

  .cvr-links-list {
    display: grid;
    gap: 5px;
  }

  .cvr-link-item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    padding: 7px 9px;
    border: 1px solid var(--gray-300);
    border-radius: 4px;
    background: #fff;
  }

  .cvr-link-logo {
    display: flex;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-size: 0.85rem;
  }

  .cvr-link-logo--instagram { background: #e60076; }
  .cvr-link-logo--linkedin { background: #2867b2; }
  .cvr-link-logo--lattes { background: #005594; }

  .cvr-link-logo--lattes img {
    width: 17px;
    height: 17px;
  }

  .cvr-link-logo--website {
    background: transparent;
    color: var(--gray-700);
  }

  .cvr-link-copy {
    min-width: 0;
    flex: 1;
  }

  .cvr-link-copy strong,
  .cvr-link-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cvr-link-copy strong {
    color: var(--gray-900);
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .cvr-link-copy small {
    color: var(--primary-color);
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .cvr-link-actions {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
    color: var(--gray-600);
    font-size: 0.65rem;
  }

  .cvr-avatar-builder {
    overflow: hidden;
    border: 1px solid var(--gray-200);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(34, 72, 116, 0.08);
  }

  .cvr-avatar-selected {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--gray-100);
  }

  .cvr-avatar-selected-image {
    width: 72px;
    height: 72px;
    position: relative;
    flex-shrink: 0;
  }

  .cvr-avatar-selected-image img,
  .cvr-avatar-option img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: contain;
  }

  .cvr-avatar-selected-check {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -2px;
    bottom: 1px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.55rem;
  }

  .cvr-avatar-selected-copy {
    min-width: 0;
  }

  .cvr-avatar-selected-copy small,
  .cvr-avatar-selected-copy strong,
  .cvr-avatar-selected-copy span {
    display: block;
  }

  .cvr-avatar-selected-copy small {
    margin-bottom: 1px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    text-transform: uppercase;
  }

  .cvr-avatar-selected-copy strong {
    margin-bottom: 2px;
    font-size: 0.82rem;
    color: var(--gray-900);
  }

  .cvr-avatar-selected-copy span {
    font-family: 'Roboto Slab', serif;
    font-size: 0.65rem;
    line-height: 1.45;
    color: var(--gray-500);
  }

  .cvr-avatar-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px 8px;
    font-size: 0.66rem;
    font-weight: 700;
    color: var(--gray-700);
  }

  .cvr-avatar-gallery-head small {
    font-family: 'Roboto Slab', serif;
    font-size: 0.58rem;
    font-weight: 400;
    color: var(--gray-500);
  }

  .cvr-avatar-options {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 0 14px 12px;
  }

  .cvr-avatar-option {
    width: 58px;
    height: 58px;
    padding: 2px;
    flex-shrink: 1;
    border: 2px solid transparent;
    border-radius: 50%;
    background: var(--gray-50);
  }

  .cvr-avatar-option.active {
    border-color: var(--primary-color);
    background: rgba(40, 139, 228, 0.08);
  }

  .cvr-avatar-parts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 9px 14px 11px;
    border-top: 1px solid var(--gray-100);
    background: var(--gray-50);
  }

  .cvr-avatar-parts span {
    padding: 3px 7px;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    background: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 0.56rem;
    color: var(--gray-600);
  }

  .cvr-pronunciation-modal {
    --cvr-modal-blue: #6876cf;
    --cvr-recording: #ff686e;
    --cvr-save: #86ca89;
    width: 100%;
    max-width: 390px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 46, 74, 0.18);
    font-family: 'Open Sans', sans-serif;
  }

  .cvr-pronunciation-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 18px;
    background: var(--cvr-modal-blue);
    color: #fff;
  }

  .cvr-pronunciation-modal-head strong {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .cvr-pronunciation-modal-head span {
    font-size: 1.55rem;
    font-weight: 300;
    line-height: 1;
  }

  .cvr-pronunciation-modal-body {
    padding: 18px;
  }

  .cvr-pronunciation-visualizer {
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #c8c8c8;
  }

  .cvr-pronunciation-visualizer::before {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(25, 25, 25, 0.55);
    content: '';
  }

  .cvr-pronunciation-wave {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 1;
  }

  .cvr-pronunciation-wave i {
    width: 1px;
    height: 5px;
    background: #1e1e1e;
    animation: cvr-wave-speaking 0.78s ease-in-out infinite alternate;
    transform-origin: center;
  }

  .cvr-pronunciation-wave i:nth-child(2n) {
    height: 12px;
    animation-delay: -0.18s;
  }

  .cvr-pronunciation-wave i:nth-child(3n) {
    height: 22px;
    animation-delay: -0.36s;
  }

  .cvr-pronunciation-wave i:nth-child(5n) {
    height: 34px;
    animation-delay: -0.54s;
  }

  .cvr-pronunciation-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .cvr-pronunciation-recording,
  .cvr-pronunciation-stop {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 4px;
    font-size: 0.72rem;
  }

  .cvr-pronunciation-recording {
    background: rgba(255, 104, 110, 0.22);
    color: var(--cvr-recording);
  }

  .cvr-pronunciation-recording i {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--cvr-recording);
    animation: cvr-recording-pulse 1.25s ease-in-out infinite;
  }

  .cvr-pronunciation-stop {
    background: var(--gray-100);
    color: var(--gray-600);
  }

  .cvr-pronunciation-stop i {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background: var(--gray-800);
  }

  .cvr-pronunciation-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 28px;
  }

  .cvr-pronunciation-save {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 11px 14px;
    border-radius: 4px;
    background: var(--cvr-save);
    font-size: 0.72rem;
    color: #fff;
  }

  @keyframes cvr-wave-speaking {
    0% {
      transform: scaleY(0.18);
    }

    100% {
      transform: scaleY(1);
    }
  }

  @keyframes cvr-recording-pulse {
    0%,
    100% {
      opacity: 1;
      transform: scale(1);
    }

    50% {
      opacity: 0.55;
      transform: scale(0.82);
    }
  }

  .cvr-privacy-panel {
    width: 100%;
    max-width: 390px;
    padding: 18px 20px;
    border: 1px solid var(--gray-200);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(34, 72, 116, 0.08);
    font-family: 'Open Sans', sans-serif;
  }

  .cvr-privacy-title {
    margin-bottom: 12px;
    font-size: 0.76rem;
    color: var(--gray-900);
  }

  .cvr-privacy-options {
    display: grid;
    gap: 12px;
  }

  .cvr-privacy-option {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    font-size: 0.72rem;
    line-height: 1.45;
    color: var(--gray-800);
  }

  .cvr-privacy-checkbox {
    width: 13px;
    height: 13px;
    margin-top: 1px;
    flex-shrink: 0;
    border: 1px solid var(--gray-500);
    border-radius: 2px;
    background: #fff;
  }

  @media (max-width: 991px) {
    .cvr-card-inner,
    .cvr-card:nth-child(even) .cvr-card-inner {
      min-height: auto;
      flex-direction: column;
    }

    .cvr-card-visual,
    .cvr-card:nth-child(even) .cvr-card-visual {
      border-top: 1px solid var(--gray-200);
      border-right: none;
      border-left: none;
    }
  }

  @media (max-width: 575px) {
    .cvr-card-text,
    .cvr-card-visual {
      padding: 1.25rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .cvr-pronunciation-wave i,
    .cvr-pronunciation-recording i {
      animation: none;
      transform: none;
    }
  }
