.account-shell {
    min-height: calc(100vh - 80px);
    background: #f4f6f8;
    color: #1e2933;
}

.account-topbar {
    background: #0055A2;
    color: #fff;
    border-bottom: 4px solid #f7c948;
}

.account-topbar__inner,
.account-page {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.account-topbar__inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.account-brand {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.account-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.account-nav a,
.account-nav button,
.account-button {
    border: 0;
    border-radius: 6px;
    padding: 10px 10px;
    background: #f7c948;
    color: #07111d;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.account-nav a.secondary,
.account-nav button.secondary,
.account-button.secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
}

.account-page {
    padding: 32px 0 48px;
}

.account-panel {
    background: #fff;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.account-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.account-title h1 {
    margin: 0;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.1;
}

.account-title p {
    margin: 8px 0 0;
    color: #52606d;
}

.wizard-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 20px;
}

.wizard-step {
    border-radius: 6px;
    background: #d9e2ec;
    padding: 10px;
    text-align: center;
    font-size: .9rem;
    font-weight: 700;
}

.wizard-step.active {
    background: #07111d;
    color: #fff;
}

.selection-grid,
.ad-grid,
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.selection-card,
.ad-card,
.photo-card {
    overflow: hidden;
    background: #FEFEFE;
    box-shadow: 4px 4px 16.5px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    max-width: 353px;
    max-height: 360px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.selection-card,
.selection-card a {
    width: 100%;
    min-height: 130px;
    border: 0;
    background: #fff;
    padding: 18px;
    color: inherit;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.selection-card strong {
    font-size: 1.2rem;
}

.selection-card span {
    color: #52606d;
}


.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-field.full {
    grid-column: 1 / -1;
}

.form-field label {
    font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid #bcccdc;
    border-radius: 6px;
    padding: 11px 12px;
    font: inherit;
}

.form-field textarea {
    min-height: 130px;
    resize: vertical;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.ad-card img,
.photo-card img,
.preview-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    background: #d9e2ec;
}

.ad-card__body,
.photo-card__body {
    padding: 14px;
}

.validation-summary-errors,
.field-validation-error {
    color: #b42318;
}

.login-card {
    max-width: 440px;
    margin: 44px auto;
}

.announce-card {
    background-color: #fefefe;
    border-radius: 5px;
    box-shadow: 4px 4px 16.5px 2px rgba(0, 0, 0, 0.15);
    width: 353px;
    height: 326px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 20px 30px;
    box-sizing: border-box;
}

.announce-card button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 36px;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.cards-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.card-image-wrapper {
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-red {
    color: #b50000;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.card-text {
    text-align: center;
}
    .card-text h3 {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 4px 0;
    }

    .card-text p {
        color: #8c8c8c;
        font-size: 14px;
        margin: 0;
    }
.merged-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-bg-circle {
    position: absolute;
    width: 145px;
    height: 145px;
    z-index: 1;
    border-radius: 50%;
    opacity: 25%;
}

.card-main-img {
    position: relative;
    z-index: 2;
    object-fit: contain;
}
.car-img {
    width: 224px;
    height: 181px;
    margin-top: -15px;
}

.btn-red {
    background-color: #b50000;
}

.corAutomoveis {
    background: #b50000;
}
    .corAutomoveis h2 {
        color: #b50000;
        background:#fff;
    }

.corEmpregos {
    background: #2466b3;
}

    .corEmpregos h2 {
        background: #fff;
        color: #2466b3;
    }

.corImoveis {
    background: #ff5e00;
}
    .corImoveis h2 {
        background: #fff;
        color: #ff5e00;
    }
.card-desc {
    font-size: 13px;
    color: #929292;
    margin: 0 0 18px 0;
    min-height: 18px;
}

.type-card {
    width: 324px;
    height: 305px;
    border: 2px solid #d6d6d6;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 32px 20px 24px;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.type-card.selected {
    border-color: #b50000;
}
.type-card.selected .card-check {
    display: block;
}

.type-check {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
}
.card-check {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
}

.check-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.check-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}
.action-area {
    display: flex;
    justify-content: flex-end;
    width: 1036px;
    margin: 0 auto;
}
.btn-next {
    background-color: #b50000;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background-color 0.2s ease;
}

@media (max-width: 720px) {
    .account-topbar__inner,
    .account-title,
    .form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .wizard-steps {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .account-panel {
        padding: 18px;
    }
}

.photo-grid--editable .photo-card__controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.photo-delete {
    color: #b42318;
    font-weight: 700;
}

.photo-card--sortable {
    cursor: grab;
}

.photo-card--sortable.is-dragging {
    opacity: .55;
    cursor: grabbing;
}

.photo-card--sortable input,
.photo-card--sortable label {
    cursor: auto;
}
