:root {
    --cz-purple-dark: #2a1240;
    --cz-purple: #4a2575;
    --cz-purple-mid: #5b2d8e;
    --cz-purple-bright: #7b3fbf;
    --cz-lilac: #c9a8e8;
    --cz-lilac-soft: #f3ebfc;
    --cz-gold: #d4af37;
    --cz-gold-soft: rgba(212, 175, 55, 0.55);
    --cz-white: #ffffff;
    --cz-gray: #6b6478;
    --cz-border: #e8e2f0;
    --cz-radius: 16px;
    --cz-shadow: 0 18px 50px rgba(45, 20, 72, 0.14);
    --cz-font: 'Montserrat', system-ui, sans-serif;
    --cz-script: 'Cormorant Garamond', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

body.cz-page {
    margin: 0;
    font-family: var(--cz-font);
    color: #2a2235;
    background: #faf8fc;
    overflow-x: clip;
}

body.cz-page--thanks {
    background: linear-gradient(180deg, var(--cz-purple-dark) 0 280px, #faf8fc 280px);
}

.cz-container {
    width: min(1140px, calc(100% - 2rem));
    margin-inline: auto;
}

/* ── Header ── */
.cz-header {
    position: relative;
    z-index: 10;
}

.cz-header--banner {
    padding: 0.75rem 0 0;
}

.cz-header--simple {
    background: var(--cz-purple-dark);
    padding: 0.85rem 0;
}

.cz-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 56px;
}

.cz-logo {
    font-weight: 700;
    letter-spacing: 0.28em;
    color: var(--cz-gold);
    text-decoration: none;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.cz-logo--img {
    letter-spacing: 0;
    line-height: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    max-width: 180px;
    border-radius: 4px;
}

.cz-logo__img {
    display: block;
    height: 38px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

.cz-nav {
    display: none;
    gap: 1.35rem;
    align-items: center;
}

.cz-nav a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    transition: color 0.15s;
}

.cz-nav a:hover { color: #fff; }

.cz-header__actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-shrink: 0;
}

.cz-cart {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    text-decoration: none;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
}

.cz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.6rem;
    background: linear-gradient(135deg, var(--cz-purple-bright), var(--cz-purple-mid));
    color: #fff;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(91, 45, 142, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cz-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(91, 45, 142, 0.42);
}

.cz-btn--sm {
    padding: 0.5rem 1.1rem;
    font-size: 0.82rem;
}

.cz-btn--submit {
    font-size: 1rem;
    padding: 1rem 2rem;
}

/* ── Hero banner (imagem única com textos na arte) ── */
.cz-hero-banner {
    position: relative;
    background: var(--cz-purple-dark);
    overflow: hidden;
}

.cz-hero-banner__decor {
    display: none;
}

.cz-hero-banner__wrap {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.cz-hero-banner__img--full {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(72vh, 720px);
    object-fit: cover;
    object-position: center center;
}

.cz-hero-banner__placeholder--full {
    width: 100%;
    min-height: 280px;
    aspect-ratio: 21 / 9;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem 1rem;
    text-align: center;
}

.cz-hero-banner__placeholder--full small {
    font-size: 0.75rem;
    opacity: 0.75;
    max-width: 320px;
    line-height: 1.4;
}

.cz-hero-banner__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.05);
}

.cz-hero-banner__placeholder i {
    font-size: 2.5rem;
}

/* legado — classes removidas do layout */

.cz-info-bar {
    margin-top: -2rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 5;
}

.cz-info-card {
    background: #fff;
    border-radius: var(--cz-radius);
    box-shadow: var(--cz-shadow);
    padding: 1.25rem 1.5rem;
    display: grid;
    gap: 1.25rem;
}

.cz-info-card__item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.cz-info-card__item i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--cz-lilac-soft);
    color: var(--cz-purple-mid);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.cz-info-card__item strong {
    display: block;
    font-size: 0.95rem;
    color: var(--cz-purple-dark);
}

.cz-info-card__item p {
    margin: 0.35rem 0 0;
    color: var(--cz-gray);
    line-height: 1.5;
    font-size: 0.88rem;
}

/* ── Form (wizard paginado) ── */
.cz-form-wrap {
    padding: 0.5rem 0 7rem;
}

.cz-form-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cz-form-page {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
    animation: czFade 0.3s ease;
}

.cz-form-page.is-active {
    display: flex;
}

.cz-section {
    display: block;
    background: #fff;
    border: 1px solid var(--cz-border);
    border-radius: var(--cz-radius);
    padding: 1rem 1.15rem 1.1rem;
    box-shadow: 0 4px 18px rgba(45, 20, 72, 0.06);
}

.cz-section.is-active {
    display: block;
}

@keyframes czFade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

.cz-section__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.cz-section__body {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 0;
}

/* Grids */
.cz-grid,
.cz-cols {
    display: grid;
    gap: 0.65rem;
    min-width: 0;
}

.cz-grid--4 { grid-template-columns: 1fr; }

.cz-cols--2 { grid-template-columns: 1fr; }
.cz-cols--3 { grid-template-columns: 1fr; }
.cz-cols--5 { grid-template-columns: 1fr; }
.cz-cols--partners { grid-template-columns: 1fr; }

.cz-cols--stretch {
    align-items: stretch;
}

.cz-cols--stretch > *,
.cz-grid > * {
    min-width: 0;
}

.cz-stack {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 0;
}

.cz-stack--tight { gap: 0.5rem; }

.cz-fieldset--full { width: 100%; }

.cz-fieldset--half {
    width: 100%;
}

.cz-fieldset--fill {
    height: 100%;
}

.cz-field--fill {
    height: 100%;
}

.cz-field--fill textarea {
    flex: 1;
    min-height: 7rem;
    resize: vertical;
}

.cz-links-trabalhos--fill {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.cz-links-trabalhos--fill .cz-links-trabalhos__list {
    flex: 1;
}

.cz-section__num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--cz-purple-mid);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.cz-section__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
}

.cz-field--span-2 { grid-column: 1 / -1; }
.cz-field--sm { font-size: 0.82rem; }
.cz-field--cep { max-width: 10rem; }

.cz-endereco-block {
    margin: 0;
}

.cz-endereco-grid {
    margin-top: 0;
}

.cz-cep-msg {
    font-size: 0.78rem;
    margin: 0.65rem 0 0;
    color: #6b6178;
}

.cz-cep-msg--ok {
    color: var(--cz-purple-mid);
}

.cz-cep-msg--error {
    color: #b42318;
}

@media (min-width: 576px) and (max-width: 767px) {
    .cz-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cz-endereco-grid .cz-field--span-2 {
        grid-column: 1 / -1;
    }

    .cz-cols--2,
    .cz-cols--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cz-cols--partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .cz-endereco-grid .cz-field--span-2 {
        grid-column: span 2;
    }

    .cz-endereco-grid .cz-field--cep {
        grid-column: span 1;
    }

    .cz-cols--2.cz-cols--stretch {
        grid-template-columns: 1.15fr 1fr;
    }
}

.cz-label {
    margin: 0 0 0.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--cz-purple-dark);
}

.cz-field {
    display: flex;
    flex-direction: column;
    gap: 0.32rem;
    font-size: 0.84rem;
    font-weight: 500;
    color: #3d3548;
}

.cz-field__label {
    display: block;
    margin: 0;
    line-height: 1.35;
}

.cz-fieldset legend .cz-field__label,
.cz-produtos-pick__title .cz-field__label,
.cz-captcha__title .cz-field__label {
    display: inline;
}

.cz-req {
    color: var(--cz-purple-mid);
    font-weight: 700;
    margin-left: 0.12em;
    cursor: help;
    position: relative;
    display: inline;
    vertical-align: baseline;
}

.cz-req[hidden] {
    display: none !important;
}

.cz-req--inline {
    margin-left: 0.25rem;
    vertical-align: middle;
}

.cz-req::before {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    padding: 0.35rem 0.6rem;
    border-radius: 6px;
    background: var(--cz-purple-dark);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 30;
    box-shadow: 0 4px 12px rgb(42 18 64 / 0.25);
}

.cz-req::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: calc(100% + 2px);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--cz-purple-dark);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 30;
}

.cz-req:hover::before,
.cz-req:hover::after {
    opacity: 1;
    visibility: visible;
}

.cz-field input,
.cz-field select,
.cz-field textarea {
    border: 1px solid var(--cz-border);
    border-radius: 10px;
    padding: 0.7rem 0.85rem;
    font: inherit;
    font-weight: 400;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.cz-field input:focus,
.cz-field select:focus,
.cz-field textarea:focus {
    outline: none;
    border-color: var(--cz-purple-bright);
    box-shadow: 0 0 0 3px rgba(123, 63, 191, 0.12);
}

.cz-fieldset { border: 0; margin: 0; padding: 0; }

.cz-fieldset legend {
    font-weight: 600;
    margin-bottom: 0.45rem;
    color: var(--cz-purple-dark);
    font-size: 0.86rem;
}

.cz-fieldset--box {
    border: 1px solid var(--cz-border);
    border-radius: 12px;
    padding: 0.75rem 0.85rem;
    background: #fdfcff;
}

.cz-fieldset--box legend {
    padding: 0 0.25rem;
}

.cz-fieldset--compact legend {
    font-size: 0.78rem;
    line-height: 1.35;
}

.cz-radio,
.cz-check {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin: 0.22rem 0;
    font-weight: 400;
    font-size: 0.84rem;
    line-height: 1.32;
    cursor: pointer;
}

.cz-radio input,
.cz-check input {
    accent-color: var(--cz-purple-mid);
    width: 16px;
    height: 16px;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.cz-check-list,
.cz-check-grid-2 {
    display: grid;
    gap: 0.15rem 0.5rem;
}

.cz-check-grid-2 { grid-template-columns: 1fr; }

.cz-check-list--cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 0.45rem;
}

.cz-check-list--cols .cz-check,
.cz-check-list--cols .cz-radio {
    margin: 0;
}

.cz-check-list--cols .cz-check:last-child,
.cz-check-list--cols .cz-radio:last-child {
    grid-column: 1 / -1;
}

.cz-check-list--curvatura {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 0.45rem;
}

.cz-check-list--curvatura .cz-radio {
    margin: 0;
}

.cz-check-list--curvatura .cz-radio:last-child {
    grid-column: 1 / -1;
}

.cz-fieldset--faixa-etaria .cz-check-grid-2--faixa {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.65rem;
}

.cz-faixa-outro,
.cz-field-extra {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgb(232 226 240 / 0.9);
}

.cz-faixa-outro[hidden],
.cz-field-extra[hidden] {
    display: none !important;
}

/* Tags / chips */
.cz-tags-hint {
    margin: 0 0 0.5rem;
    font-size: 0.78rem;
    color: var(--cz-gray);
    line-height: 1.4;
}

.cz-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cz-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    border: 1.5px solid var(--cz-border);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--cz-purple-dark);
    line-height: 1.2;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    user-select: none;
}

.cz-tag:hover {
    border-color: rgba(123, 63, 191, 0.45);
    background: var(--cz-lilac-soft);
}

.cz-tag input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.cz-tag__label {
    pointer-events: none;
}

.cz-tag:has(input:checked) {
    border-color: var(--cz-purple-mid);
    background: var(--cz-purple-mid);
    color: #fff;
    box-shadow: 0 4px 14px rgba(91, 45, 142, 0.22);
}

.cz-tag:has(input:focus-visible) {
    outline: 2px solid var(--cz-purple-bright);
    outline-offset: 2px;
}

.cz-tags--ufs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(3.1rem, 1fr));
    gap: 0.4rem;
}

.cz-tag--uf {
    justify-content: center;
    padding: 0.42rem 0.35rem;
    font-size: 0.76rem;
    letter-spacing: 0.02em;
}

.cz-tag--uf .cz-tag__label {
    width: 100%;
    text-align: center;
}

.cz-draft-save {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
    z-index: 45;
}

.cz-draft-save__btn {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--cz-purple-bright), var(--cz-purple-mid));
    color: #fff;
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: 0 8px 22px rgb(91 45 142 / 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cz-draft-save__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgb(91 45 142 / 0.42);
}

.cz-draft-save__btn:focus-visible {
    outline: 2px solid var(--cz-purple-bright);
    outline-offset: 3px;
}

body.cz-page--thanks .cz-draft-save {
    display: none;
}

body.cz-draft-modal-open {
    overflow: hidden;
}

.cz-draft-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cz-draft-modal[hidden] {
    display: none !important;
}

.cz-draft-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgb(42 18 64 / 0.45);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.cz-draft-modal__panel {
    position: relative;
    width: min(100%, 380px);
    padding: 1.35rem 1.25rem 1.15rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(42 18 64 / 0.22);
    text-align: center;
}

.cz-draft-modal__x {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--cz-gray);
    cursor: pointer;
}

.cz-draft-modal__x:hover {
    background: var(--cz-lilac-soft);
    color: var(--cz-purple-dark);
}

.cz-draft-modal__icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.75rem;
    border-radius: 999px;
    background: var(--cz-lilac-soft);
    color: var(--cz-purple-mid);
    font-size: 1.35rem;
}

.cz-draft-modal__title {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
}

.cz-draft-modal__text {
    margin: 0 0 1.1rem;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--cz-gray);
}

.cz-draft-modal__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cz-draft-modal__clear {
    width: 100%;
    min-height: 2.65rem;
    padding: 0.65rem 1rem;
    border: 1px solid rgb(180 35 24 / 0.25);
    border-radius: 10px;
    background: #fff5f5;
    color: #b42318;
    font-family: inherit;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
}

.cz-draft-modal__clear:hover {
    background: #fdecec;
    border-color: rgb(180 35 24 / 0.4);
}

.cz-draft-modal__close {
    width: 100%;
    min-height: 2.65rem;
    padding: 0.65rem 1rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--cz-purple-bright), var(--cz-purple-mid));
    color: #fff;
    font-family: inherit;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 18px rgb(91 45 142 / 0.25);
}

/* Redes sociais — etapa 5 */
.cz-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    border: 1px solid var(--cz-border);
}

.cz-engagement-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    min-width: 560px;
}

.cz-engagement-table thead th {
    background: var(--cz-purple-mid);
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 0.7rem 0.65rem;
    white-space: nowrap;
}

.cz-engagement-table tbody td {
    padding: 0.45rem 0.5rem;
    border-bottom: 1px solid var(--cz-border);
    vertical-align: middle;
}

.cz-engagement-table tbody tr:nth-child(even) { background: #f9f6fc; }
.cz-engagement-table tbody tr:nth-child(odd) { background: #fff; }

.cz-engagement-table tbody td:first-child {
    font-weight: 500;
    white-space: nowrap;
    color: var(--cz-purple-dark);
}

.cz-engagement-table tbody td:first-child i {
    margin-right: 0.35rem;
    color: var(--cz-purple-mid);
}

.cz-engagement-row__label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
}

.cz-engagement-row__chev {
    display: none;
    flex-shrink: 0;
    color: var(--cz-purple-mid);
    font-size: 0.9rem;
    transition: transform 0.2s ease;
}

.cz-table-input {
    width: 100%;
    min-width: 72px;
    border: 1px solid var(--cz-border);
    border-radius: 8px;
    padding: 0.45rem 0.55rem;
    font: inherit;
    font-size: 0.82rem;
    background: #fff;
}

.cz-table-input:focus {
    outline: none;
    border-color: var(--cz-purple-bright);
}

.cz-redes-extras-actions {
    position: relative;
    margin-top: 0.65rem;
}

.cz-redes-panel {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cz-redes-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
    border: 1.5px dashed rgb(123 63 191 / 0.45);
    border-radius: 12px;
    background: linear-gradient(180deg, #fdfcff 0%, #f7f2fc 100%);
    color: var(--cz-purple-mid);
    font-family: inherit;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.cz-redes-add-btn:hover {
    border-color: var(--cz-purple-mid);
    background: var(--cz-lilac-soft);
    color: var(--cz-purple-dark);
}

.cz-engagement-row--extra .cz-engagement-row__label {
    flex: 1;
    min-width: 0;
}

.cz-engagement-row--extra .cz-platform-select {
    flex: 1;
    min-width: 0;
    max-width: none;
    padding-right: 1.75rem;
    cursor: pointer;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%237b3fbf' d='M1 1 5 5 9 1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.55rem center;
    background-size: 10px 6px;
}

.cz-engagement-row--extra .cz-platform-select:focus {
    outline: none;
    border-color: var(--cz-purple-bright);
    box-shadow: 0 0 0 2px rgb(123 63 191 / 0.1);
}

.cz-engagement-row--extra .cz-platform-name {
    font-weight: 600;
    color: var(--cz-purple-dark);
    white-space: nowrap;
}

.cz-engagement-row--extra .cz-platform-custom-input {
    flex: 1;
    min-width: 0;
    max-width: none;
}

.cz-engagement-row--pending .cz-engagement-row__head {
    cursor: default;
    pointer-events: auto;
}

.cz-engagement-row--pending .cz-platform-select {
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.cz-engagement-row--pending .cz-engagement-row__label {
    width: 100%;
}

.cz-engagement-row--pending td:not(:first-child) {
    opacity: 0.45;
}

.cz-engagement-row--pending .cz-table-input:not(.cz-platform-select) {
    opacity: 0.55;
}

.cz-engagement-row__platform-icon[hidden] {
    display: none !important;
}

.cz-engagement-row__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
}

.cz-engagement-row__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    padding: 0;
    border: 1px solid rgb(123 63 191 / 0.12);
    border-radius: 8px;
    background: rgb(255 255 255 / 0.7);
    color: rgb(123 63 191 / 0.45);
    font-size: 0.82rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    opacity: 0;
    transition:
        opacity 0.15s ease,
        background 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease,
        box-shadow 0.15s ease;
}

.cz-engagement-row--extra:hover .cz-engagement-row__remove,
.cz-engagement-row--extra:focus-within .cz-engagement-row__remove,
.cz-engagement-row__remove:focus-visible {
    opacity: 1;
}

.cz-engagement-row__remove:hover {
    background: #fff;
    border-color: rgb(123 63 191 / 0.28);
    color: var(--cz-purple-mid);
    box-shadow: 0 1px 4px rgb(45 20 72 / 0.08);
}

.cz-engagement-row__remove:active {
    background: var(--cz-lilac-soft);
    border-color: rgb(123 63 191 / 0.35);
    color: var(--cz-purple-dark);
}

.cz-engagement-row__remove:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgb(123 63 191 / 0.2);
}

.cz-engagement-row--extra .cz-engagement-row__head {
    cursor: pointer;
}

.cz-engagement-row--extra td:first-child,
.cz-engagement-row--extra .cz-engagement-row__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.cz-engagement-row--extra .cz-engagement-row__label {
    flex: 1;
    min-width: 0;
}

.cz-engagement-row__name-input:focus {
    outline: none;
    border-color: var(--cz-purple-bright);
    box-shadow: 0 0 0 2px rgb(123 63 191 / 0.1);
}

/* Alerta #publi */
.cz-alert {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: var(--cz-lilac-soft);
    border-radius: 14px;
    padding: 1rem 1.15rem;
    margin-top: 1.25rem;
    position: relative;
}

.cz-alert--publi {
    align-items: center;
}

.cz-alert i {
    color: var(--cz-purple-mid);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.cz-alert p {
    margin: 0.35rem 0 0;
    color: var(--cz-gray);
    line-height: 1.55;
    font-size: 0.88rem;
}

.cz-publi-badge {
    margin-left: auto;
    background: var(--cz-purple-mid);
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    flex-shrink: 0;
}

/* Consentimento e segurança */
.cz-consent {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.cz-consent--box {
    border: 1px solid var(--cz-border);
    border-radius: 12px;
    padding: 1.15rem 1.2rem;
    background: linear-gradient(180deg, #fdfcff 0%, #f7f2fc 100%);
    height: 100%;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.85);
}

.cz-consent__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.cz-consent__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--cz-purple-bright), var(--cz-purple-mid));
    color: #fff;
    font-size: 1.15rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgb(74 37 117 / 0.18);
}

.cz-consent__eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--cz-purple-mid);
    margin-bottom: 0.15rem;
}

.cz-consent__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
    line-height: 1.35;
}

.cz-consent__items {
    display: grid;
    gap: 0.45rem;
}

.cz-consent__check {
    margin: 0;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgb(232 226 240 / 0.95);
    border-radius: 10px;
    background: #fff;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--cz-purple-dark);
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.cz-consent__check:hover {
    border-color: rgb(123 63 191 / 0.35);
    background: #fefcff;
}

.cz-consent__check:has(input:checked) {
    border-color: rgb(123 63 191 / 0.5);
    background: var(--cz-lilac-soft);
    box-shadow: 0 0 0 1px rgb(123 63 191 / 0.08);
}

.cz-consent__check input {
    width: 17px;
    height: 17px;
    margin-top: 0.12rem;
    accent-color: var(--cz-purple-mid);
}

.cz-consent__check span {
    flex: 1;
    min-width: 0;
}

.cz-lock--inset {
    margin-top: 0.15rem;
    padding-top: 0.85rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    height: auto;
    border-top: 1px solid rgb(232 226 240 / 0.9);
}

.cz-lock--inset .cz-lock__icon {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.05rem;
}

.cz-lock--inset .cz-lock__title {
    font-size: 0.88rem;
}

.cz-lock--inset .cz-lock__text {
    font-size: 0.78rem;
}

.cz-lock--inset .cz-lock__list {
    padding-top: 0.65rem;
    border-top: 0;
    gap: 0.35rem;
}

.cz-lock--inset .cz-lock__list li {
    font-size: 0.74rem;
}

.cz-captcha {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.cz-captcha--box {
    border: 1px solid var(--cz-border);
    border-radius: 12px;
    padding: 1.15rem 1.2rem;
    background: linear-gradient(180deg, #fdfcff 0%, #f7f2fc 100%);
    height: 100%;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.85);
}

.cz-captcha__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.cz-captcha__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #5b8def, #3d6fd8);
    color: #fff;
    font-size: 1.15rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgb(61 111 216 / 0.2);
}

.cz-captcha__eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #3d6fd8;
    margin-bottom: 0.15rem;
}

.cz-captcha__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
    line-height: 1.35;
}

.cz-captcha__hint {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--cz-gray);
}

.cz-captcha__row {
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
    margin-top: auto;
}

.cz-captcha__q {
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--cz-border);
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
    white-space: nowrap;
    min-height: 2.65rem;
}

.cz-captcha__input {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--cz-border);
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--cz-purple-dark);
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cz-captcha__input:focus {
    outline: none;
    border-color: var(--cz-purple-bright);
    box-shadow: 0 0 0 3px rgb(123 63 191 / 0.12);
}

.cz-captcha__input::placeholder {
    color: rgb(107 100 120 / 0.55);
    font-weight: 400;
}

/* Seletor de produtos ZAVYA */
.cz-produtos-pick {
    margin-top: 1.15rem;
    padding: 1.15rem 1.2rem;
    border: 1px solid var(--cz-border);
    border-radius: 12px;
    background: linear-gradient(180deg, #fdfcff 0%, #f7f2fc 100%);
}

.cz-produtos-pick--inset {
    margin: 0.85rem -0.15rem -0.15rem;
    padding: 0.85rem 0 0;
    border: 0;
    border-top: 1px solid var(--cz-border);
    border-radius: 0;
    background: transparent;
}

.cz-produtos-pick__head {
    margin-bottom: 0.85rem;
}

.cz-produtos-pick__title {
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
}

.cz-produtos-pick__hint {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--cz-gray);
}

.cz-produtos-pick__empty {
    margin: 0;
    font-size: 0.84rem;
    color: var(--cz-gray);
}

.cz-produtos-pick__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
    gap: 0.65rem;
}

.cz-produto-card {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 1px solid var(--cz-border);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.cz-produto-card:hover {
    border-color: rgb(123 63 191 / 0.45);
    box-shadow: 0 4px 14px rgb(74 37 117 / 0.1);
    transform: translateY(-1px);
}

.cz-produto-card:has(input:checked) {
    border-color: var(--cz-purple-mid);
    box-shadow: 0 0 0 2px rgb(123 63 191 / 0.18);
}

.cz-produto-card input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.cz-produto-card__check {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgb(255 255 255 / 0.92);
    color: transparent;
    box-shadow: 0 1px 4px rgb(15 23 42 / 0.15);
    transition: background 0.15s ease, color 0.15s ease;
}

.cz-produto-card:has(input:checked) .cz-produto-card__check {
    background: var(--cz-purple-mid);
    color: #fff;
}

.cz-produto-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    overflow: hidden;
    background: transparent;
    padding: 0.15rem;
    box-sizing: border-box;
}

.cz-produto-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.cz-produto-card__nome {
    display: block;
    padding: 0.55rem 0.5rem 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--cz-purple-dark);
    text-align: center;
}

.cz-lock {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    border: 1px solid var(--cz-border);
    border-radius: 12px;
    padding: 1.15rem 1.2rem;
    background: linear-gradient(180deg, #fdfcff 0%, #f7f2fc 100%);
    height: 100%;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.85);
}

.cz-lock--box {
    min-height: 0;
}

.cz-lock__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.cz-lock__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--cz-purple-mid), var(--cz-purple-dark));
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgb(42 18 64 / 0.16);
}

.cz-lock__eyebrow {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--cz-purple-mid);
    margin-bottom: 0.15rem;
}

.cz-lock__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
    line-height: 1.35;
}

.cz-lock__text {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--cz-gray);
}

.cz-lock__list {
    margin: 0;
    padding: 0.75rem 0 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
    border-top: 1px solid rgb(232 226 240 / 0.9);
}

.cz-lock__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--cz-purple-dark);
    line-height: 1.45;
}

.cz-lock__list li i {
    color: var(--cz-purple-mid);
    font-size: 0.72rem;
    flex-shrink: 0;
    margin-top: 0.18rem;
}

/* Área de envio */
.cz-submit-area {
    text-align: center;
    padding: 1.75rem 1rem 0.5rem;
    margin-top: 1.25rem;
    border-top: 1px solid var(--cz-border);
}

.cz-submit-area__title {
    margin: 0 0 0.35rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
}

.cz-submit-area p {
    margin: 0 0 1.25rem;
    color: var(--cz-gray);
    font-size: 0.9rem;
}

.cz-errors {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: #fdecec;
    color: #8b1e1e;
    text-align: left;
    font-size: 0.88rem;
}

.cz-errors ul {
    margin: 0;
    padding-left: 1.2rem;
}

.cz-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: none;
    border: 0;
    color: var(--cz-purple-mid);
    cursor: pointer;
    text-decoration: underline;
    margin-top: 1rem;
    font-family: inherit;
    font-size: 0.88rem;
}

.cz-link-btn:hover { color: var(--cz-purple-dark); }

.cz-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
}

/* Footer fixo */
.cz-form-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: var(--cz-purple-dark);
    padding: 0;
    border-top: 1px solid var(--cz-border);
    box-shadow: 0 -8px 32px rgba(45, 20, 72, 0.1);
}

.cz-form-footer__track {
    height: 3px;
    background: var(--cz-lilac-soft);
}

.cz-form-footer__track-bar {
    height: 100%;
    width: 25%;
    background: linear-gradient(90deg, var(--cz-purple-mid), var(--cz-purple-bright));
    transition: width 0.35s ease;
}

.cz-form-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
}

.cz-form-footer__info {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.cz-form-footer__badge {
    display: grid;
    place-items: center;
    min-width: 2.85rem;
    height: 2.85rem;
    padding: 0 0.45rem;
    border-radius: 12px;
    background: var(--cz-lilac-soft);
    color: var(--cz-purple-mid);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}

.cz-form-footer__copy {
    min-width: 0;
}

.cz-form-footer__step {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--cz-purple-dark);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cz-form-footer__next {
    margin: 0.18rem 0 0;
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--cz-gray);
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cz-form-footer__actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-shrink: 0;
}

.cz-form-footer__actions:not(.has-back) #czBtnVoltar {
    display: none;
}

.cz-form-footer .cz-footer-btn[hidden] {
    display: none !important;
}

.cz-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.75rem;
    padding: 0.65rem 1.2rem;
    border-radius: 12px;
    border: none;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.cz-footer-btn--back {
    background: #fff;
    border: 1px solid var(--cz-border);
    color: var(--cz-purple-dark);
}

.cz-footer-btn--back:hover {
    background: var(--cz-lilac-soft);
    border-color: rgba(91, 45, 142, 0.22);
}

.cz-footer-btn--next {
    background: linear-gradient(135deg, var(--cz-purple-bright), var(--cz-purple-mid));
    color: #fff;
    box-shadow: 0 8px 22px rgba(91, 45, 142, 0.28);
    min-width: 8.75rem;
}

.cz-footer-btn--next:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(91, 45, 142, 0.34);
}

.cz-footer-btn:active {
    transform: translateY(0);
}

.cz-link-btn:not(.is-visible) {
    display: none;
}

/* Links de trabalhos anteriores */
.cz-links-trabalhos {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--cz-border);
    border-radius: 12px;
    background: linear-gradient(180deg, #fdfcff 0%, #f7f2fc 100%);
}

.cz-links-trabalhos__head {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cz-links-trabalhos__title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--cz-purple-dark);
}

.cz-links-trabalhos__hint {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.45;
    color: var(--cz-gray);
}

.cz-links-trabalhos__list,
.cz-links-trabalhos__extras {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.cz-link-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin: 0;
}

.cz-link-field__head {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--cz-purple-dark);
}

.cz-link-field__head i {
    color: var(--cz-purple-mid);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.cz-link-field__input {
    width: 100%;
    border: 1px solid var(--cz-border);
    border-radius: 10px;
    padding: 0.62rem 0.75rem;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 400;
    color: var(--cz-purple-dark);
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cz-link-field__input:focus {
    outline: none;
    border-color: var(--cz-purple-bright);
    box-shadow: 0 0 0 3px rgb(123 63 191 / 0.12);
}

.cz-link-field--extra {
    padding: 0.65rem 0.7rem;
    border: 1px solid rgb(232 226 240 / 0.95);
    border-radius: 10px;
    background: #fff;
}

.cz-link-field--extra .cz-link-field__row {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr) auto;
    gap: 0.45rem;
    align-items: center;
}

.cz-link-field--extra .cz-link-field__nome,
.cz-link-field--extra .cz-link-field__url {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--cz-border);
    border-radius: 10px;
    padding: 0.58rem 0.7rem;
    font: inherit;
    font-size: 0.82rem;
    background: #fff;
}

.cz-link-field--extra .cz-link-field__nome:focus,
.cz-link-field--extra .cz-link-field__url:focus {
    outline: none;
    border-color: var(--cz-purple-bright);
    box-shadow: 0 0 0 3px rgb(123 63 191 / 0.12);
}

.cz-link-field__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: #fff5f5;
    color: #b42318;
    cursor: pointer;
    flex-shrink: 0;
}

.cz-link-field__remove:hover {
    background: #fdecec;
}

.cz-links-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    min-height: 2.55rem;
    padding: 0.55rem 0.85rem;
    border: 1.5px dashed rgb(123 63 191 / 0.45);
    border-radius: 10px;
    background: #fff;
    color: var(--cz-purple-mid);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.cz-links-add-btn:hover {
    border-color: var(--cz-purple-mid);
    background: var(--cz-lilac-soft);
    color: var(--cz-purple-dark);
}

.cz-btn--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
    color: #fff;
}

.cz-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.cz-thanks { padding: 4rem 0 6rem; }

.cz-thanks__card {
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--cz-shadow);
    padding: 2.5rem 2rem;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.cz-thanks__card i {
    font-size: 3rem;
    color: var(--cz-purple-bright);
}

.cz-thanks__card h1 {
    color: var(--cz-purple-dark);
    margin: 1rem 0 0.5rem;
    font-size: 1.5rem;
}

.cz-thanks__card p {
    color: var(--cz-gray);
    line-height: 1.6;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cz-cols--partners,
    .cz-cols--5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cz-cols--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cz-cols--3 > .cz-fieldset--fill:last-child,
    .cz-cols--3 > .cz-field--fill {
        grid-column: 1 / -1;
    }

    .cz-fieldset--half {
        max-width: calc(50% - 0.325rem);
    }
}

@media (min-width: 768px) {
    .cz-nav { display: flex; }

    .cz-info-card {
        align-items: center;
    }

    .cz-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .cz-cols--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cz-cols--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cz-cols--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .cz-cols--partners { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .cz-check-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cz-check-list--curvatura { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cz-section { padding: 1.1rem 1.25rem 1.2rem; }
    .cz-fieldset--half {
        max-width: calc(50% - 0.325rem);
    }

    .cz-redes-extras-actions {
        align-self: flex-start;
        width: 100%;
    }

    .cz-redes-add-btn {
        width: auto;
        min-width: 16rem;
    }
}

@media (max-width: 767px) {
    .cz-container {
        width: min(1140px, calc(100% - 1.25rem));
    }

    .cz-header--banner {
        padding: 0.5rem 0 0;
    }

    .cz-header__inner {
        min-height: 48px;
        gap: 0.65rem;
    }

    .cz-logo__img {
        height: 32px;
        max-width: 130px;
    }

    .cz-btn--sm {
        padding: 0.45rem 0.8rem;
        font-size: 0.76rem;
    }

    .cz-cart {
        width: 32px;
        height: 32px;
        font-size: 1.05rem;
    }

    .cz-info-bar {
        margin-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    .cz-info-card {
        padding: 0.85rem 1rem;
        border-radius: 12px;
    }

    .cz-info-card__item {
        gap: 0.75rem;
    }

    .cz-info-card__item i {
        width: 38px;
        height: 38px;
        font-size: 1.05rem;
        border-radius: 10px;
    }

    .cz-info-card__item strong {
        font-size: 0.88rem;
    }

    .cz-info-card__item p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .cz-form-wrap {
        padding: 0.25rem 0 calc(9.5rem + env(safe-area-inset-bottom, 0px));
    }

    .cz-form-page.is-active {
        gap: 0.75rem;
    }

    .cz-section {
        padding: 0.85rem 0.9rem 0.95rem;
        border-radius: 12px;
    }

    .cz-section__head {
        gap: 0.55rem;
        margin-bottom: 0.65rem;
    }

    .cz-section__num {
        width: 30px;
        height: 30px;
        font-size: 0.82rem;
    }

    .cz-section__title {
        font-size: 0.95rem;
        line-height: 1.35;
    }

    .cz-cols,
    .cz-grid {
        gap: 0.55rem;
    }

    .cz-section__body {
        gap: 0.55rem;
    }

    .cz-field {
        font-size: 0.84rem;
    }

    .cz-field input,
    .cz-field select,
    .cz-field textarea,
    .cz-table-input,
    .cz-captcha__input {
        font-size: 16px;
        padding: 0.72rem 0.85rem;
    }

    .cz-fieldset--box {
        padding: 0.85rem 0.95rem;
    }

    .cz-fieldset legend,
    .cz-label {
        font-size: 0.84rem;
    }

    .cz-radio,
    .cz-check {
        font-size: 0.84rem;
        gap: 0.55rem;
    }

    .cz-radio input,
    .cz-check input {
        width: 18px;
        height: 18px;
    }

    .cz-tag {
        padding: 0.5rem 0.85rem;
        font-size: 0.8rem;
    }

    .cz-tags--ufs {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .cz-tag--uf {
        padding: 0.38rem 0.25rem;
        font-size: 0.72rem;
    }

    .cz-tags-hint {
        font-size: 0.78rem;
    }

    .cz-draft-save {
        bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
        right: max(0.75rem, env(safe-area-inset-right, 0px));
    }

    .cz-draft-save__btn {
        width: 2.6rem;
        height: 2.6rem;
        font-size: 1.08rem;
    }

    .cz-link-field--extra .cz-link-field__row {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "nome remove"
            "url url";
    }

    .cz-link-field--extra .cz-link-field__nome {
        grid-area: nome;
        font-size: 16px;
    }

    .cz-link-field--extra .cz-link-field__url {
        grid-area: url;
        font-size: 16px;
    }

    .cz-link-field--extra .cz-link-field__remove {
        grid-area: remove;
    }

    .cz-link-field__input {
        font-size: 16px;
    }

    .cz-links-trabalhos {
        padding: 0.85rem 0.9rem;
    }

    .cz-alert {
        flex-wrap: wrap;
        padding: 0.85rem 1rem;
        gap: 0.65rem;
    }

    .cz-alert--publi {
        align-items: flex-start;
    }

    .cz-alert p {
        font-size: 0.84rem;
    }

    .cz-publi-badge {
        margin-left: 0;
    }

    .cz-consent--box,
    .cz-captcha--box,
    .cz-lock {
        padding: 1rem;
    }

    .cz-consent__check {
        padding: 0.6rem 0.65rem;
        font-size: 0.78rem;
    }

    .cz-captcha__row {
        flex-direction: column;
        gap: 0.5rem;
    }

    .cz-captcha__q {
        width: 100%;
        justify-content: center;
        min-height: 2.75rem;
    }

    .cz-captcha__input {
        width: 100%;
    }

    .cz-submit-area {
        padding: 1.25rem 0 0.35rem;
    }

    .cz-submit-area__title {
        font-size: 1.1rem;
    }

    .cz-submit-area p {
        font-size: 0.85rem;
    }

    .cz-submit-area .cz-btn--submit {
        width: 100%;
        max-width: none;
        padding: 0.95rem 1.25rem;
    }

    .cz-table-scroll {
        overflow: visible;
        margin-inline: 0;
        border: none;
        border-radius: 0;
        background: transparent;
    }

    .cz-engagement-table {
        min-width: 0;
        display: block;
        font-size: inherit;
    }

    .cz-engagement-table thead {
        display: none;
    }

    .cz-engagement-table tbody {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .cz-engagement-table tbody tr {
        display: block;
        border: 1px solid var(--cz-border);
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 2px 10px rgb(45 20 72 / 0.06);
    }

    .cz-engagement-table tbody tr.is-open {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cz-engagement-table tbody tr:nth-child(even),
    .cz-engagement-table tbody tr:nth-child(odd) {
        background: #fff;
    }

    .cz-engagement-table tbody td {
        border-bottom: none;
    }

    .cz-engagement-table tbody td:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.65rem;
        padding: 0.75rem 0.95rem;
        background: linear-gradient(180deg, #fdfcff 0%, var(--cz-lilac-soft) 100%);
        border-bottom: none;
        font-weight: 700;
        font-size: 0.88rem;
        white-space: normal;
        cursor: pointer;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .cz-engagement-table tbody tr.is-open td:first-child {
        grid-column: 1 / -1;
        border-bottom: 1px solid var(--cz-border);
    }

    .cz-engagement-row__chev {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .cz-engagement-table tbody tr.is-open .cz-engagement-row__chev {
        transform: rotate(180deg);
    }

    .cz-engagement-table tbody td:not(:first-child) {
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.3rem;
        padding: 0.6rem 0.7rem;
        min-width: 0;
        border-bottom: none;
        border-top: 1px solid rgb(232 226 240 / 0.85);
    }

    .cz-engagement-table tbody tr.is-open td:not(:first-child) {
        display: flex;
    }

    .cz-engagement-table tbody tr.is-open td:not(:first-child):nth-child(2),
    .cz-engagement-table tbody tr.is-open td:not(:first-child):nth-child(3) {
        border-top: none;
    }

    .cz-engagement-table tbody tr.is-open td:not(:first-child):nth-child(odd) {
        border-right: 1px solid rgb(232 226 240 / 0.85);
    }

    .cz-engagement-table tbody td:not(:first-child)::before {
        content: attr(data-label);
        font-size: 0.68rem;
        font-weight: 600;
        color: var(--cz-purple-mid);
        line-height: 1.3;
    }

    .cz-engagement-table .cz-table-input {
        min-width: 0;
        width: 100%;
        padding: 0.55rem 0.6rem;
        font-size: 16px;
    }

    .cz-engagement-row--extra .cz-platform-select,
    .cz-engagement-row--extra .cz-platform-custom-input {
        font-size: 16px;
    }

    .cz-engagement-row--pending td:not(:first-child) {
        display: none !important;
    }

    .cz-engagement-table tbody td:first-child {
        flex-wrap: wrap;
    }

    .cz-engagement-row__label {
        flex: 1 1 auto;
        min-width: 0;
    }

    .cz-engagement-row__remove {
        opacity: 1;
        width: 2.15rem;
        height: 2.15rem;
        font-size: 0.95rem;
    }

    .cz-form-footer__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
        padding: 0.65rem 0 calc(0.65rem + env(safe-area-inset-bottom, 0px));
    }

    .cz-form-footer__info {
        width: 100%;
        gap: 0.65rem;
    }

    .cz-form-footer__badge {
        min-width: 2.5rem;
        height: 2.5rem;
        font-size: 0.68rem;
    }

    .cz-form-footer__step {
        font-size: 0.86rem;
        white-space: normal;
    }

    .cz-form-footer__next {
        font-size: 0.74rem;
        white-space: normal;
    }

    .cz-form-footer__actions {
        display: grid;
        grid-template-columns: 1fr 1.35fr;
        gap: 0.5rem;
        width: 100%;
    }

    .cz-form-footer__actions:not(.has-back) {
        grid-template-columns: 1fr;
    }

    .cz-footer-btn {
        width: 100%;
        min-height: 2.85rem;
        padding: 0.65rem 0.85rem;
        font-size: 0.84rem;
    }

    .cz-footer-btn--next {
        min-width: 0;
    }

    .cz-hero-banner__img--full {
        max-height: min(38vh, 280px);
        object-fit: cover;
    }

    .cz-hero-banner__placeholder--full {
        min-height: 200px;
        aspect-ratio: auto;
        padding: 1.5rem 1rem;
        font-size: 0.8rem;
    }

    .cz-produtos-pick--inset {
        margin-inline: 0;
    }

    .cz-produtos-pick__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .cz-produto-card {
        border-radius: 10px;
    }

    .cz-produto-card__nome {
        padding: 0.4rem 0.35rem 0.5rem;
        font-size: 0.62rem;
        line-height: 1.3;
    }

    .cz-produto-card__check {
        top: 4px;
        right: 4px;
        width: 18px;
        height: 18px;
    }

    .cz-thanks {
        padding: 2rem 0 3.5rem;
    }

    .cz-thanks__card {
        padding: 1.75rem 1.15rem;
        border-radius: 16px;
    }

    .cz-thanks__card h1 {
        font-size: 1.25rem;
    }

    .cz-thanks__card p {
        font-size: 0.88rem;
    }

    .cz-thanks__card .cz-btn {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .cz-form-footer__inner {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .cz-form-footer__info {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .cz-form-footer__actions {
        flex: 1 1 220px;
        width: auto;
        min-width: min(100%, 260px);
    }
}
