/* ==========================================
   1. LAYOUT BASE
   ========================================== */
.ps-container,
.ps-advertiser-page {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ps-advertiser-page {
    background: #050008;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    position: relative;
    z-index: 5;
}

.ps-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 24px;
    position: relative;
}

/* ==========================================
   2. HERO ESTILO BEHANCE (PARALLAX)
   ========================================== */
.ps-hero-behance {
    height: 360px;
    min-height: 360px;
    max-width: none;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.ps-hero-overlay {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    background: 
        linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.78)),
        linear-gradient(to top, #050008 0%, rgba(5,0,8,0) 38%);
}

.ps-hero-inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px 45px;
    position: relative;
    z-index: 3;
}

.ps-avatar {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    margin-bottom: 18px;
    box-shadow: 0 12px 40px rgba(0,0,0,.45);
}

.ps-hero-inner h1 {
    font-size: clamp(34px, 4vw, 56px);
    margin-bottom: 10px;
    line-height: 1.1;
}

.ps-hero-inner p {
    max-width: 620px;
    font-size: 16px;
    opacity: .9;
}

.ps-hero-behance::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 160px;
    background: linear-gradient(to bottom, rgba(215,44,255,0), rgba(215,44,255,.12), #050008);
    z-index: 1;
    pointer-events: none;
}

/* ==========================================
   3. SISTEMA DE EDIÇÃO INLINE (HERO)
   ========================================== */

/* Grupo de Ações (Botões superiores) */
.ps-hero-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ps-hero-edit-controls {
    display: none;
    gap: 10px;
    align-items: center;
}

.ps-hero-editing .ps-hero-edit-btn { display: none; }
.ps-hero-editing .ps-hero-edit-controls { display: flex; }

.ps-hero-actions button {
    border: 0;
    padding: 10px 18px;
    height: 42px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ps-hero-edit-btn, .ps-save-hero-inline { background: #d72cff; }
.ps-cancel-hero-inline { background: rgba(255,255,255,.18); }
.ps-inline-status { color: #fff; font-size: 13px; font-weight: 700; margin-left: 5px; }

/* Controles de Câmera e Avatar */
.ps-hero-camera {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 30;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.65);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.ps-hero-editing .ps-hero-camera { display: flex; }

.ps-hero {
    position: relative;
    overflow: visible; /* MUITO IMPORTANTE */
}

.ps-hero-inner {
    position: relative;
}

/* NOVO: efeito Behance */
.ps-avatar-overlap {
    position: absolute;
    bottom: -60px; /* controla o quanto desce */
    left: 80px; /* ajuste horizontal */
    z-index: 10;
}

/* Avatar estilo premium */
.ps-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #0b0114; /* cor do fundo da seção de baixo */
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}
.ps-avatar-camera {
    position: absolute;
    right: 4px;
    bottom: 18px;
    z-index: 20;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #d72cff;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ps-hero-editing .ps-avatar-camera { display: flex; }

.ps-hidden-file { display: none !important; }

/* Utilitários Drag */
.ps-hero-repositioning::before {
    content: "Arraste a imagem para reposicionar";
    position: absolute;
    left: 24px;
    top: 84px;
    z-index: 35;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 13px;
}
.ps-hero-dragging { cursor: grabbing !important; }

/* Botão de Contato Estilo Behance */
.ps-contact-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff00cc, #7b2cff);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 12px 35px rgba(215,44,255,.35);
}

/* ==========================================
   4. GALERIA MASONRY E MODAIS
   ========================================== */
.ps-masonry { columns: 3 280px; column-gap: 24px; }
.ps-masonry-item { position: relative; overflow: hidden; border-radius: 16px; break-inside: avoid; margin-bottom: 24px; background: #111; cursor: zoom-in; }
.ps-masonry-item img { width: 100%; display: block; transition: transform .45s ease; }
.ps-masonry-item:hover img { transform: scale(1.07); }

.ps-project-modal { position: fixed; inset: 0; z-index: 999999; display: none; align-items: center; justify-content: center; padding: 60px; }
.ps-project-modal.active { display: flex; }
.ps-project-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(8px); }
.ps-project-modal-content { position: relative; z-index: 2; width: 100%; max-width: 1400px; height: calc(100vh - 80px); background: #09000f; border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; display: grid; grid-template-columns: 1fr 380px; overflow: hidden; }

/* ==========================================
   5. HERO EDIT MODE - UI PROFISSIONAL
   ========================================== */

.ps-hero-behance.ps-hero-editing {
    z-index: 50;
    overflow: visible; 
    transform: translateY(-6px) scale(1.01);
    outline: 2px solid rgba(215,44,255,.85);
    box-shadow: 0 0 0 8px rgba(215,44,255,.12), 0 30px 120px rgba(215,44,255,.2);
}

.ps-hero-editing [contenteditable="true"] {
    outline: 1px dashed rgba(255,255,255,.22);
    background: rgba(0,0,0,.12);
    border-radius: 10px;
    padding: 6px 10px;
}

.ps-hero-editing .ps-inline-pencil {
    display: inline-flex;
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    font-size: 13px;
    background: rgba(215,44,255,.75);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ps-contact-edit-wrap {
    margin-top: 18px;
    position: relative;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ps-hero-editing .ps-contact-pencil {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: rgba(215,44,255,.85);
    font-size: 13px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ps-contact-input-box {
    display: none;
    position: absolute;
    top: auto;
    bottom: 58px;
    left: 0;
    width: 360px;
    z-index: 999;
    background: rgba(10,0,18,.96);
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
}
.ps-contact-input-box.active { display: block; }
.ps-contact-input-box label { display: block; margin-bottom: 8px; font-size: 13px; opacity: .8; }
.ps-contact-input-box input { width: 100%; padding: 10px; border-radius: 10px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); color: #fff; }

/* ==========================================
   6. BOTÃO VER PÁGINA PÚBLICA (FINAL)
   ========================================== */
.ps-hero-actions .ps-view-public-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
}

.ps-hero-actions .ps-view-public-btn:hover {
    background: rgba(255,255,255,.22);
}
.ps-gallery-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    padding: 56px;
    box-sizing: border-box;
}

.ps-gallery-popup.active {
    display: block;
}

.ps-gallery-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(8px);
}

.ps-gallery-popup-box {
    position: relative;
    z-index: 2;
    width: min(1400px, 100%);
    height: calc(100vh - 112px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    background: #09000f;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 40px 120px rgba(0,0,0,.8);
}

.ps-gallery-popup-images {
    height: 100%;
    overflow-y: auto;
    background: #050008;
    padding: 60px 0;
}

.ps-gallery-popup-images .ps-project-gallery-inner {
    width: min(860px, calc(100% - 56px));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.ps-gallery-popup-images .ps-project-gallery-inner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.ps-gallery-popup-sidebar {
    height: 100%;
    padding: 40px;
    background: #0a0012;
    border-left: 1px solid rgba(255,255,255,.1);
    display: flex;
    flex-direction: column;
}

.ps-gallery-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 20;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}/* Avatar redondo SOMENTE no popup */
.ps-gallery-popup-sidebar .ps-project-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
/* EDIÇÃO DA GALERIA - ISOLADO */
.ps-gallery-edit-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    border: 0;
    padding: 10px 18px;
    border-radius: 999px;
    background: #d72cff;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.ps-gallery-editor {
    display: none;
    margin-top: 30px;
    gap: 12px;
    align-items: center;
}

.ps-masonry-gallery.ps-gallery-editing .ps-gallery-editor {
    display: flex;
}

.ps-gallery-add-images,
.ps-gallery-save {
    border: 0;
    padding: 12px 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.ps-gallery-add-images {
    background: rgba(255,255,255,.14);
}

.ps-gallery-save {
    background: #d72cff;
}

.ps-gallery-remove-image,
.ps-gallery-edit-project {
    position: absolute;
    z-index: 30;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: none;
}

.ps-gallery-remove-image {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background: rgba(255,0,80,.85);
}

.ps-gallery-edit-project {
    top: 10px;
    left: 10px;
    padding: 8px 12px;
    background: rgba(0,0,0,.75);
}

.ps-masonry-gallery.ps-gallery-editing .ps-gallery-remove-image,
.ps-masonry-gallery.ps-gallery-editing .ps-gallery-edit-project {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* EDITAR PROJETO DA GALERIA */
.ps-project-edit-modal {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    overflow-y: auto;
}

.ps-project-edit-modal.active {
    display: flex;
}

.ps-project-edit-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(8px);
}

.ps-project-edit-box {
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 30px;
    margin: auto 0;
    border-radius: 24px;
    background: #09000f;
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 30px 100px rgba(0,0,0,.7);
}

.ps-project-edit-box label {
    display: block;
    margin: 16px 0 8px;
    font-weight: 700;
}

.ps-project-edit-box input,
.ps-project-edit-box textarea {
    width: 100%;
    padding: 13px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: #fff;
}

.ps-project-edit-box textarea {
    min-height: 110px;
}

.ps-project-edit-save {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 14px;
    background: #d72cff;
    color: #fff;
    font-weight: 800;
}

.ps-project-edit-close {
    position: sticky;
    float: right;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 24px;
}
.ps-project-edit-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 16px;
}

.ps-project-edit-thumb {
    position: relative;
    width: 86px;
    height: 86px;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
}

.ps-project-edit-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ps-project-edit-thumb button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,0,80,.9);
    color: #fff;
    cursor: pointer;
}

.ps-project-add-images {
    width: 100%;
    padding: 12px;
    border: 1px dashed rgba(255,255,255,.25);
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.ps-project-thumb-actions {
    position: absolute;
    inset: auto 4px 4px 4px;
    display: flex;
    gap: 4px;
    justify-content: center;
}

.ps-project-thumb-actions button {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.75);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.ps-project-thumb-actions .ps-remove-project-image {
    background: rgba(255,0,80,.9);
}
.ps-project-edit-thumb {
    position: relative;
}

.ps-project-thumb-actions {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    display: flex;
    justify-content: center;
    gap: 4px;
    z-index: 10;
}

.ps-project-thumb-actions button {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.ps-project-thumb-actions .ps-remove-project-image {
    background: rgba(255,0,80,.95);
}
/* FORÇAR CONTROLES DAS MINIATURAS DO EDITOR */
.ps-project-edit-images .ps-project-edit-thumb {
    position: relative !important;
    overflow: hidden !important;
}

.ps-project-edit-images .ps-project-thumb-actions {
    position: absolute !important;
    left: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    z-index: 999 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 4px !important;
}

.ps-project-edit-images .ps-project-thumb-actions button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,.85) !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.ps-project-edit-images .ps-remove-project-image {
    background: rgba(255,0,80,.95) !important;
}
/* CONTROLES DAS IMAGENS DENTRO DO FORMULÁRIO EDITAR PROJETO */
.ps-project-edit-images {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.ps-project-edit-images .ps-project-edit-thumb {
    position: relative !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #111 !important;
}

.ps-project-edit-images .ps-project-edit-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.ps-project-edit-images .ps-project-thumb-actions {
    position: absolute !important;
    left: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    z-index: 20 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 4px !important;
}

.ps-project-edit-images .ps-project-thumb-actions button {
    position: static !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,.82) !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.ps-project-edit-images .ps-remove-project-image {
    background: rgba(255,0,80,.95) !important;
}
.ps-project-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.ps-action-btn {
    width: fit-content;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.08);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800;
}

.ps-action-btn span {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ps-action-btn strong {
    font-size: 14px;
}

.ps-action-btn.ps-action-disabled {
    opacity: .45;
    pointer-events: none;
}
.ps-refresh-gallery-page {
    margin-left: 10px;
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    background: #d72cff;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.ps-refresh-gallery-page {
    margin-left: 10px;
    border: 0;
    border-radius: 999px;
    padding: 8px 14px;
    background: #d72cff;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}.ps-refresh-vitrine-fixed {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999999;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(0,0,0,.88);
    color: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.ps-refresh-vitrine-fixed button {
    border: 0;
    border-radius: 999px;
    padding: 9px 14px;
    background: #d72cff;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.ps-masonry-item img {
    display: block;
}

.ps-masonry-item {
    min-height: auto !important;
}

.ps-masonry-item:not(:has(img)) {
    display: none !important;
}
.ps-masonry-item {
    border: none !important;
    background: transparent !important;
}

.ps-masonry-item:not(:has(img)) {
    display: none !important;
}
/* ==========================================
   GALERIA PRINCIPAL ISOLADA
   Só afeta a vitrine principal, não popup/hero
   ========================================== */

.ps-gallery-main > .ps-masonry-item {
    border-radius: 20px;
    background: #111;
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
    transition: transform .3s ease, box-shadow .3s ease;
}

.ps-gallery-main > .ps-masonry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0,0,0,.38);
}

.ps-gallery-main > .ps-masonry-item > img {
    width: 100%;
    height: 320px;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .45s ease;
}

.ps-gallery-main > .ps-masonry-item:hover > img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .ps-gallery-main > .ps-masonry-item > img {
        height: 260px;
    }
}
.ps-cover-position-controls {
    display: grid;
    gap: 8px;
    margin: 12px 0 18px;
}

.ps-cover-position-controls span {
    font-size: 13px;
    font-weight: 700;
    opacity: .8;
}

.ps-cover-position-controls input[type="range"] {
    width: 100%;
}
.ps-cover-preview {
    width: 100%;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    margin: 12px 0 16px;
}

.ps-cover-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

.ps-cover-position-controls {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.ps-cover-position-controls span {
    font-size: 13px;
    font-weight: 700;
    opacity: .8;
}

.ps-cover-position-controls input[type="range"] {
    width: 100%;
}
@media (max-width: 768px) {

    .ps-gallery-popup {
        padding: 0;
    }

    .ps-gallery-popup-box {
        display: flex;
        flex-direction: column;
        height: 100vh;
        border-radius: 0;
    }

    .ps-gallery-popup-images {
        height: auto;
        max-height: 60vh;
        overflow-y: auto;
        padding: 20px 16px;
    }

    .ps-gallery-popup-sidebar {
        height: auto;
        padding: 20px;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .ps-gallery-popup-close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

}
/* ==========================================
   UPGRADE VISUAL PREMIUM - PÁGINA DO ANUNCIANTE
   Somente visual. Não altera lógica.
   ========================================== */

/* Fundo geral mais vivo */
.ps-advertiser-page {
    background:
        radial-gradient(circle at top left, rgba(215,44,255,.20), transparent 32%),
        radial-gradient(circle at top right, rgba(123,44,255,.16), transparent 34%),
        radial-gradient(circle at 50% 45%, rgba(255,0,204,.08), transparent 38%),
        linear-gradient(180deg, #100018 0%, #060009 48%, #0c0012 100%);
}

/* Separação elegante entre seções */
.ps-section {
    border-top: 1px solid rgba(255,255,255,.06);
}

.ps-section:first-child {
    border-top: none;
}

/* Títulos mais fortes */
.ps-section-head h2 {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
    color: #fff;
    text-shadow: 0 0 28px rgba(215,44,255,.20);
}

/* Textos secundários */
.ps-empty,
.ps-about-text,
.ps-section p {
    color: rgba(255,255,255,.72);
}

/* Hero com mais profundidade */
.ps-hero-behance {
    box-shadow: inset 0 -80px 120px rgba(0,0,0,.60);
}

.ps-hero-overlay {
    background:
        linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.82)),
        radial-gradient(circle at 20% 25%, rgba(215,44,255,.22), transparent 38%),
        linear-gradient(to top, #060009 0%, rgba(6,0,9,0) 42%);
}

/* Botões premium */
.ps-contact-btn,
.ps-gallery-edit-btn,
.ps-gallery-save,
.ps-project-edit-save,
.ps-refresh-vitrine-fixed button,
.ps-refresh-gallery-page,
.ps-save-hero-inline,
.ps-hero-edit-btn {
    background: linear-gradient(135deg, #ff00cc 0%, #7b2cff 100%) !important;
    box-shadow:
        0 12px 34px rgba(255,0,204,.22),
        0 10px 28px rgba(123,44,255,.18);
}

.ps-contact-btn:hover,
.ps-gallery-edit-btn:hover,
.ps-gallery-save:hover,
.ps-project-edit-save:hover,
.ps-refresh-vitrine-fixed button:hover,
.ps-refresh-gallery-page:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

/* Galeria principal mais premium */
.ps-gallery-main > .ps-masonry-item {
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015)) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    box-shadow:
        0 24px 70px rgba(0,0,0,.42),
        0 0 0 1px rgba(215,44,255,.08);
}

.ps-gallery-main > .ps-masonry-item:hover {
    border-color: rgba(255,0,204,.28) !important;
    box-shadow:
        0 30px 90px rgba(0,0,0,.52),
        0 0 42px rgba(215,44,255,.18);
}

/* Imagens com acabamento mais refinado */
.ps-gallery-main > .ps-masonry-item > img {
    filter: saturate(1.06) contrast(1.04);
}

/* Modal público mais sofisticado */
.ps-gallery-popup-box,
.ps-project-edit-box {
    background:
        radial-gradient(circle at top left, rgba(215,44,255,.16), transparent 36%),
        linear-gradient(180deg, #100018, #07000c) !important;
    border: 1px solid rgba(255,255,255,.12);
}

/* Sidebar do popup */
.ps-gallery-popup-sidebar {
    background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)),
        #0b0012;
}

/* Botões do popup */
.ps-action-btn {
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
}

.ps-action-btn:not(.ps-action-disabled):hover {
    background: rgba(215,44,255,.16);
    border-color: rgba(215,44,255,.30);
}

/* Inputs do formulário */
.ps-project-edit-box input,
.ps-project-edit-box textarea,
.ps-contact-input-box input {
    background: rgba(255,255,255,.075);
    border-color: rgba(255,255,255,.14);
}

.ps-project-edit-box input:focus,
.ps-project-edit-box textarea:focus,
.ps-contact-input-box input:focus {
    outline: none;
    border-color: rgba(255,0,204,.55);
    box-shadow: 0 0 0 3px rgba(255,0,204,.10);
}

/* Mobile mais limpo */
@media (max-width: 768px) {
    .ps-section {
        padding: 64px 18px;
    }

    .ps-gallery-main > .ps-masonry-item {
        margin-bottom: 18px;
    }

    .ps-section-head h2 {
        font-size: 30px;
    }
}
/* ==========================================
   ABOUT PREMIUM
   ========================================== */

.ps-about-premium {
    position: relative;
}

.ps-about-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.ps-about-head h2 {
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}

.ps-about-sub {
    font-size: 18px;
    color: rgba(255,255,255,.75);
    margin-bottom: 40px;
}

.ps-about-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ps-about-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,.82);
}

.ps-about-text p {
    margin-bottom: 14px;
}

/* Highlights */

.ps-about-highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 10px;
}

.ps-about-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    font-size: 14px;
    font-weight: 700;
}

.ps-about-highlight span {
    font-size: 16px;
}

/* Mobile */

@media (max-width: 768px) {
    .ps-about-sub {
        font-size: 16px;
    }

    .ps-about-highlight {
        font-size: 13px;
        padding: 8px 12px;
    }
}
/* ==========================================
   HERO SIMPLIFICADA
   imagem + avatar + nome
   ========================================== */

.ps-hero-behance .ps-inline-description,
.ps-hero-behance .ps-contact-edit-wrap {
    display: none !important;
}

.ps-hero-inner {
    padding-bottom: 34px;
}

.ps-avatar {
    width: 104px;
    height: 104px;
    margin-bottom: 14px;
}

.ps-hero-inner h1 {
    font-size: clamp(30px, 3.6vw, 48px);
    margin-bottom: 0;
}
/* ==========================================
   FIX FINAL - AVATAR ESTILO BEHANCE
   Avatar atravessando Hero para seção abaixo
   ========================================== */

.ps-hero-behance {
    position: relative !important;
    overflow: visible !important;
    z-index: 30 !important;
}

.ps-hero-behance .ps-hero-overlay {
    position: relative !important;
    overflow: visible !important;
    z-index: 31 !important;
}

.ps-hero-behance .ps-hero-inner {
    position: relative !important;
    overflow: visible !important;
    z-index: 40 !important;
    padding-bottom: 0 !important;
}

/* Avatar sobrepondo a divisão entre hero e seção de baixo */
.ps-hero-behance .ps-avatar-overlap {
    position: absolute !important;
    left: 80px !important;
    bottom: -60px !important;
    z-index: 9999 !important;
    width: 120px !important;
    height: 120px !important;
}

/* Imagem do avatar */
.ps-hero-behance .ps-avatar-overlap .ps-avatar,
.ps-hero-behance .ps-avatar {
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
    border: 4px solid #120019 !important;
    margin: 0 !important;
    box-shadow:
        0 18px 45px rgba(0,0,0,.65),
        0 0 0 1px rgba(255,255,255,.18),
        0 0 35px rgba(215,44,255,.35) !important;
}

/* Garante que a seção de baixo não cubra o avatar */
.ps-hero-behance + .ps-section,
.ps-about,
.ps-about-premium,
.ps-section,
.ps-sections,
.ps-page-content {
    position: relative !important;
    z-index: 1 !important;
}

/* Dá espaço para o avatar respirar na seção abaixo */
.ps-hero-behance + .ps-section {
    padding-top: 90px !important;
}

/* Botão de câmera do avatar */
.ps-hero-behance .ps-avatar-camera {
    position: absolute !important;
    right: 2px !important;
    bottom: 4px !important;
    z-index: 10000 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .ps-hero-behance .ps-avatar-overlap {
        left: 50% !important;
        bottom: -54px !important;
        transform: translateX(-50%) !important;
        width: 104px !important;
        height: 104px !important;
    }

    .ps-hero-behance .ps-avatar-overlap .ps-avatar,
    .ps-hero-behance .ps-avatar {
        width: 104px !important;
        height: 104px !important;
        min-width: 104px !important;
        min-height: 104px !important;
    }

    .ps-hero-behance + .ps-section {
        padding-top: 82px !important;
    }
}/* ==========================================
   FIX - CONTROLES DE EDIÇÃO DA HERO
   Mantém avatar por cima sem bloquear edição
   ========================================== */

.ps-hero-behance .ps-hero-actions {
    z-index: 20000 !important;
}

.ps-hero-behance .ps-hero-camera {
    z-index: 20000 !important;
    pointer-events: auto !important;
}

.ps-hero-behance .ps-avatar-camera {
    z-index: 20001 !important;
    pointer-events: auto !important;
}

.ps-hero-behance.ps-hero-editing .ps-hero-camera {
    display: flex !important;
}

.ps-hero-behance.ps-hero-editing .ps-avatar-camera {
    display: flex !important;
}

/* impede que a bolinha/avatar bloqueie os botões,
   mas mantém o botão da câmera clicável */
.ps-hero-behance .ps-avatar-overlap {
    pointer-events: none !important;
}

.ps-hero-behance .ps-avatar-overlap .ps-avatar-camera,
.ps-hero-behance .ps-avatar-overlap input,
.ps-hero-behance .ps-avatar-overlap button {
    pointer-events: auto !important;
}/* ==========================================
   FIX DEFINITIVO - CAMERA DO AVATAR NO MODO EDIÇÃO
   ========================================== */

.ps-avatar-overlap {
    pointer-events: auto !important;
    overflow: visible !important;
}

.ps-avatar-overlap .ps-avatar {
    pointer-events: none !important;
}

.ps-avatar-overlap .ps-avatar-camera {
    position: absolute !important;
    right: 2px !important;
    bottom: 4px !important;
    z-index: 999999 !important;
    width: 36px !important;
    height: 36px !important;
    display: none !important;
    pointer-events: auto !important;
}

/* funciona mesmo se a classe ps-hero-editing estiver em outro elemento pai */
.ps-hero-editing .ps-avatar-overlap .ps-avatar-camera,
.ps-hero-behance.ps-hero-editing .ps-avatar-overlap .ps-avatar-camera,
.ps-advertiser-page .ps-hero-editing .ps-avatar-overlap .ps-avatar-camera {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ps-avatar-overlap .ps-avatar-file {
    pointer-events: auto !important;
}

/* feedback visual para confirmar que entrou no modo edição */
.ps-hero-editing .ps-avatar-overlap .ps-avatar {
    outline: 3px solid rgba(215,44,255,.8) !important;
    outline-offset: 4px !important;
}
/* ==========================================
   ABOUT PROFISSIONAL PREMIUM - CONVERSAO
   Isolado para a secao Sobre
   ========================================== */

.ps-about-premium {
    position: relative !important;
    max-width: none !important;
    padding: 120px 24px 96px !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(255,255,255,.07) !important;
}

.ps-about-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(255,0,204,.20), transparent 30%),
        radial-gradient(circle at 85% 18%, rgba(123,44,255,.18), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0));
    pointer-events: none;
}

.ps-about-bg-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: 80px;
    border-radius: 50%;
    background: rgba(215,44,255,.18);
    filter: blur(80px);
    pointer-events: none;
}

.ps-about-premium .ps-about-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
}

.ps-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ps-about-kicker span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff00cc, #7b2cff);
    box-shadow: 0 0 18px rgba(255,0,204,.75);
}

.ps-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 24px;
    align-items: stretch;
}

.ps-about-main-card,
.ps-about-side-card {
    position: relative;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
        rgba(8,0,13,.82);
    box-shadow:
        0 30px 100px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
}

.ps-about-main-card {
    padding: clamp(30px, 4vw, 54px);
    overflow: hidden;
}

.ps-about-main-card::after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,0,204,.24), transparent 65%);
    pointer-events: none;
}

.ps-about-premium .ps-about-head h2 {
    max-width: 780px;
    margin: 0 0 16px !important;
    font-size: clamp(34px, 5vw, 64px) !important;
    line-height: .98 !important;
    letter-spacing: -.06em !important;
    color: #fff;
    text-shadow: 0 0 36px rgba(215,44,255,.22);
}

.ps-about-premium .ps-about-sub {
    max-width: 720px;
    margin: 0 0 30px !important;
    font-size: clamp(17px, 1.6vw, 21px) !important;
    line-height: 1.55;
    color: rgba(255,255,255,.78) !important;
}

.ps-about-premium .ps-about-text {
    max-width: 760px;
    font-size: 17px !important;
    line-height: 1.82 !important;
    color: rgba(255,255,255,.82) !important;
}

.ps-about-premium .ps-about-text p {
    margin: 0 0 16px !important;
}

.ps-about-trust-row {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.ps-about-trust-item {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.09);
}

.ps-about-trust-item strong {
    display: block;
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

.ps-about-trust-item span {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 800;
}

.ps-about-side-card {
    padding: 28px;
}

.ps-about-side-label {
    margin-bottom: 20px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.ps-about-premium .ps-about-highlights {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin: 0 !important;
}

.ps-about-premium .ps-about-highlight {
    display: grid !important;
    grid-template-columns: 46px 1fr !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.ps-about-premium .ps-about-highlight:hover {
    transform: translateY(-3px);
    background: rgba(215,44,255,.10) !important;
    border-color: rgba(255,0,204,.28) !important;
}

.ps-about-highlight-icon {
    width: 46px;
    height: 46px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255,0,204,.22), rgba(123,44,255,.18));
    font-size: 20px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.ps-about-premium .ps-about-highlight strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
}

.ps-about-premium .ps-about-highlight p {
    margin: 0 !important;
    color: rgba(255,255,255,.66) !important;
    font-size: 13px;
    line-height: 1.45;
}

.ps-about-mini-cta {
    margin-top: 20px;
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,0,204,.17), rgba(123,44,255,.14));
    border: 1px solid rgba(255,255,255,.10);
}

.ps-about-mini-cta strong,
.ps-about-mini-cta span {
    display: block;
}

.ps-about-mini-cta strong {
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.ps-about-mini-cta span {
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .ps-about-premium {
        padding: 96px 18px 74px !important;
    }

    .ps-about-grid {
        grid-template-columns: 1fr;
    }

    .ps-about-trust-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ps-about-premium {
        padding-top: 92px !important;
    }

    .ps-about-main-card,
    .ps-about-side-card {
        border-radius: 24px;
    }

    .ps-about-main-card,
    .ps-about-side-card {
        padding: 24px;
    }
}

/* ==========================================
   FIX RESTAURADO - AVATAR EDITAVEL
   Mantem compatibilidade com a secao Sobre premium
   ========================================== */

.ps-hero-behance,
.ps-hero-behance.ps-inline-editable,
.ps-hero-behance.ps-hero-editing {
    position: relative !important;
    overflow: visible !important;
    z-index: 99999 !important;
}

.ps-hero-behance .ps-hero-overlay,
.ps-hero-behance .ps-hero-inner,
.ps-hero-behance .ps-avatar-overlap {
    overflow: visible !important;
}

.ps-hero-behance .ps-avatar-overlap {
    pointer-events: auto !important;
    z-index: 100000 !important;
}

.ps-hero-behance .ps-avatar-overlap .ps-avatar {
    pointer-events: none !important;
}

.ps-hero-behance .ps-avatar-overlap .ps-avatar-camera {
    position: absolute !important;
    right: 2px !important;
    bottom: 4px !important;
    width: 36px !important;
    height: 36px !important;
    z-index: 100001 !important;
    pointer-events: none !important;
}

/* O input real fica invisivel por cima da camera e recebe o clique diretamente */
.ps-hero-behance.ps-hero-editing .ps-avatar-overlap .ps-avatar-file {
    display: block !important;
    position: absolute !important;
    right: 2px !important;
    bottom: 4px !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 100002 !important;
    pointer-events: auto !important;
}

.ps-hero-behance.ps-hero-editing .ps-avatar-overlap .ps-avatar-camera {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ps-hero-behance.ps-hero-editing .ps-avatar-overlap .ps-avatar {
    outline: 3px solid rgba(215,44,255,.8) !important;
    outline-offset: 4px !important;
}

.ps-hero-behance + .ps-section {
    z-index: 1 !important;
}

/* ==========================================
   SOBRE PREMIUM EDITAVEL
   ========================================== */

.ps-about-premium.ps-about-inline-editable {
    position: relative !important;
}

.ps-about-actions {
    position: absolute;
    top: 22px;
    right: 24px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ps-about-edit-controls {
    display: none;
    align-items: center;
    gap: 10px;
}

.ps-about-editing .ps-about-edit-btn {
    display: none;
}

.ps-about-editing .ps-about-edit-controls {
    display: flex;
}

.ps-about-actions button {
    border: 0;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.ps-about-edit-btn,
.ps-save-about-inline {
    background: linear-gradient(135deg, #ff00cc 0%, #7b2cff 100%);
    box-shadow: 0 12px 34px rgba(255,0,204,.22), 0 10px 28px rgba(123,44,255,.18);
}

.ps-cancel-about-inline {
    background: rgba(255,255,255,.14);
}

.ps-about-status {
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 800;
}

.ps-about-editing .ps-about-main-card,
.ps-about-editing .ps-about-side-card {
    outline: 2px solid rgba(215,44,255,.65);
    box-shadow: 0 0 0 8px rgba(215,44,255,.10), 0 30px 90px rgba(0,0,0,.46);
}

.ps-about-editing [contenteditable="true"] {
    outline: 1px dashed rgba(255,255,255,.28);
    background: rgba(255,255,255,.055);
    border-radius: 10px;
    cursor: text;
}

.ps-about-editing .ps-about-title[contenteditable="true"],
.ps-about-editing .ps-about-sub[contenteditable="true"],
.ps-about-editing .ps-about-text[contenteditable="true"] {
    padding: 8px 10px;
}

.ps-about-editing .ps-about-highlight-icon[contenteditable="true"],
.ps-about-editing .ps-about-highlight-title[contenteditable="true"],
.ps-about-editing .ps-about-highlight-text[contenteditable="true"] {
    padding: 4px 6px;
}

.ps-about-editing .ps-about-text[contenteditable="true"] {
    min-height: 120px;
}

@media (max-width: 768px) {
    .ps-about-actions {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        margin: 0 0 22px;
        flex-wrap: wrap;
    }
}

/* ==========================================
   DESTAQUES PREMIUM EDITAVEL
   Seção featured-projects isolada
   ========================================== */

.ps-highlights-professional {
    position: relative;
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 96px;
}

.ps-highlights-professional .ps-highlights-glow {
    position: absolute;
    inset: 12% auto auto 50%;
    width: 520px;
    height: 520px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(215,44,255,.20), rgba(123,44,255,.08) 38%, transparent 68%);
    filter: blur(10px);
    pointer-events: none;
}

.ps-highlights-professional-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

.ps-highlights-header {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.ps-highlights-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ps-highlights-kicker::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ff00cc;
    box-shadow: 0 0 18px rgba(255,0,204,.85);
}

.ps-highlights-title {
    margin: 0 0 14px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.05em;
    color: #fff;
    text-shadow: 0 0 34px rgba(215,44,255,.22);
}

.ps-highlights-subtitle {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.7;
}

.ps-highlights-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ps-highlights-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    padding: 32px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
        rgba(10,0,18,.82);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow:
        0 26px 80px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.08);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.ps-highlights-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,0,204,.32);
    box-shadow:
        0 34px 100px rgba(0,0,0,.52),
        0 0 44px rgba(215,44,255,.18),
        inset 0 1px 0 rgba(255,255,255,.10);
}

.ps-highlights-card-shine {
    position: absolute;
    inset: -80px -80px auto auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,0,204,.26), transparent 66%);
    pointer-events: none;
}

.ps-highlights-number {
    display: block;
    margin-bottom: 22px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.06em;
    background: linear-gradient(135deg, #fff 0%, #ff85ee 35%, #9b62ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ps-highlights-card-title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.ps-highlights-card-text {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.65;
}

.ps-highlights-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 22px;
    padding: 24px;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255,0,204,.12), rgba(123,44,255,.10)),
        rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.10);
}

.ps-highlights-bottom-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ps-highlights-bottom-copy strong {
    font-size: 17px;
    color: #fff;
}

.ps-highlights-bottom-copy span {
    color: rgba(255,255,255,.65);
    font-size: 14px;
}

.ps-highlights-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 950;
    white-space: nowrap;
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%);
    border: 1px solid rgba(255,216,77,.55);
    box-shadow: 0 18px 45px rgba(255,193,7,.28), 0 0 28px rgba(255,193,7,.24);
    transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}

.ps-highlights-whatsapp-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 22px 55px rgba(255,193,7,.38), 0 0 36px rgba(255,193,7,.34);
}

.ps-highlights-actions {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ps-highlights-edit-controls {
    display: none;
    gap: 10px;
    align-items: center;
}

.ps-highlights-edit-btn,
.ps-save-highlights-inline,
.ps-cancel-highlights-inline {
    border: 0;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.ps-highlights-edit-btn,
.ps-save-highlights-inline {
    background: linear-gradient(135deg, #ff00cc, #7b2cff);
}

.ps-cancel-highlights-inline {
    background: rgba(255,255,255,.16);
}

.ps-highlights-status {
    color: rgba(255,255,255,.8);
    font-size: 13px;
    font-weight: 800;
}

.ps-highlights-inline-editable.ps-highlights-editing {
    outline: 2px solid rgba(215,44,255,.75);
    box-shadow: 0 0 0 8px rgba(215,44,255,.10);
}

.ps-highlights-inline-editable.ps-highlights-editing .ps-highlights-edit-btn {
    display: none;
}

.ps-highlights-inline-editable.ps-highlights-editing .ps-highlights-edit-controls {
    display: flex;
}

.ps-highlights-inline-editable.ps-highlights-editing [contenteditable="true"] {
    outline: 1px dashed rgba(255,255,255,.35);
    background: rgba(255,255,255,.055);
    border-radius: 10px;
    padding: 4px 7px;
}

.ps-highlights-whatsapp-edit {
    display: none;
    min-width: min(320px, 100%);
}

.ps-highlights-inline-editable.ps-highlights-editing .ps-highlights-whatsapp-edit {
    display: block;
}

.ps-highlights-whatsapp-edit label {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 800;
}

.ps-highlights-whatsapp-input {
    width: 100%;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.075);
    color: #fff;
}

@media (max-width: 900px) {
    .ps-highlights-cards {
        grid-template-columns: 1fr;
    }

    .ps-highlights-bottom {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }

    .ps-highlights-whatsapp-btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ps-highlights-professional {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .ps-highlights-card {
        min-height: auto;
        padding: 26px;
        border-radius: 22px;
    }

    .ps-highlights-actions {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        margin-bottom: 20px;
    }
}

/* ==========================================
   VIDEOS E CASES PREMIUM
   Upload Bunny + cards profissionais
   ========================================== */
.ps-video-cases-premium {
    position: relative;
    overflow: visible;
}

.ps-video-cases-head {
    max-width: 820px;
    margin: 0 auto 38px;
    text-align: center;
}

.ps-video-cases-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-video-cases-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 950;
    letter-spacing: -0.055em;
    text-shadow: 0 0 34px rgba(215,44,255,.22);
}

.ps-video-cases-subtitle {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.65;
}

.ps-video-cases-rules {
    width: fit-content;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 10px 14px;
    border-radius: 14px;
    color: rgba(255,255,255,.75);
    background: rgba(255,255,255,.06);
    border: 1px dashed rgba(255,255,255,.16);
    font-size: 13px;
    font-weight: 700;
}

.ps-video-cases-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 24px;
    align-items: start;
}

.ps-video-featured {
    position: sticky;
    top: 24px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255,0,204,.18), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 30px 100px rgba(0,0,0,.48), 0 0 56px rgba(215,44,255,.10);
}

.ps-video-featured-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    padding: 0;
    border: 0;
    background: #050008;
    cursor: pointer;
    overflow: hidden;
}

.ps-video-featured-media video,
.ps-video-case-thumb video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.04);
}

.ps-video-featured-empty {
    min-height: 360px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    background:
        radial-gradient(circle at center, rgba(215,44,255,.20), transparent 36%),
        #07000d;
    text-align: center;
}

.ps-video-featured-empty span {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff00cc, #7b2cff);
    box-shadow: 0 18px 50px rgba(215,44,255,.35);
}

.ps-video-featured-empty strong {
    font-size: 22px;
    font-weight: 950;
}

.ps-video-featured-empty small {
    color: rgba(255,255,255,.65);
}

.ps-video-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 4;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,.58);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

.ps-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff00cc, #7b2cff);
    color: #fff;
    box-shadow: 0 18px 55px rgba(215,44,255,.42);
    transition: transform .25s ease, filter .25s ease;
}

.ps-video-play.small {
    width: 48px;
    height: 48px;
    font-size: 13px;
}

.ps-open-video-case:hover .ps-video-play,
.ps-video-featured-media:hover .ps-video-play {
    transform: translate(-50%, -50%) scale(1.06);
    filter: brightness(1.08);
}

.ps-video-featured-copy {
    padding: 30px;
}

.ps-video-category,
.ps-video-case-category {
    display: inline-flex;
    margin-bottom: 10px;
    color: #ff66df;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-video-featured-copy h3,
.ps-video-case-title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.ps-video-featured-copy p,
.ps-video-case-description {
    margin: 0;
    color: rgba(255,255,255,.70);
    line-height: 1.6;
}

.ps-video-case-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding: 14px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff00cc, #7b2cff);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900;
    box-shadow: 0 18px 44px rgba(215,44,255,.28);
}

.ps-video-cases-grid {
    display: grid;
    gap: 18px;
}

.ps-video-case-card {
    position: relative;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.052);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 22px 60px rgba(0,0,0,.25);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ps-video-case-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,0,204,.26);
    box-shadow: 0 28px 78px rgba(0,0,0,.36), 0 0 32px rgba(215,44,255,.12);
}

.ps-video-case-thumb {
    position: relative;
    overflow: hidden;
    min-height: 110px;
    border-radius: 18px;
    background: #09000f;
}

.ps-video-case-thumb button {
    width: 100%;
    height: 100%;
    min-height: 110px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.ps-video-case-placeholder {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.55);
    font-weight: 900;
    border: 1px dashed rgba(255,255,255,.20);
    border-radius: 18px;
}

.ps-video-duration {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(0,0,0,.68);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.ps-video-case-info {
    align-self: center;
}

.ps-video-case-title {
    font-size: 18px;
}

.ps-video-case-description {
    font-size: 14px;
}

.ps-video-cases-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
    display: flex;
    gap: 10px;
    align-items: center;
}

.ps-video-cases-edit-controls {
    display: none;
    gap: 10px;
    align-items: center;
}

.ps-video-cases-editing .ps-video-cases-edit-btn {
    display: none;
}

.ps-video-cases-editing .ps-video-cases-edit-controls {
    display: flex;
}

.ps-video-cases-actions button,
.ps-video-case-edit-buttons button {
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    color: #fff;
    background: linear-gradient(135deg, #ff00cc, #7b2cff);
    font-weight: 900;
    cursor: pointer;
}

.ps-video-cases-status {
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 800;
}

.ps-video-case-edit-buttons {
    position: absolute;
    inset: auto 8px 8px 8px;
    z-index: 10;
    display: none;
    gap: 6px;
    justify-content: center;
}

.ps-video-cases-editing .ps-video-case-edit-buttons {
    display: flex;
}

.ps-video-case-edit-buttons button {
    padding: 7px 9px;
    font-size: 11px;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(10px);
}

.ps-video-case-edit-buttons .ps-remove-video-case {
    background: rgba(255,0,80,.86);
}

.ps-video-cases-whatsapp-edit {
    display: none;
    max-width: 560px;
    margin: 24px auto 0;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.1);
}

.ps-video-cases-editing .ps-video-cases-whatsapp-edit {
    display: grid;
    gap: 8px;
}

.ps-video-cases-whatsapp-edit label {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 800;
}

.ps-video-cases-whatsapp-edit input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.075);
    color: #fff;
}

.ps-video-cases-editing [contenteditable="true"] {
    outline: 1px dashed rgba(255,255,255,.30);
    outline-offset: 5px;
    border-radius: 8px;
}

.ps-video-modal {
    position: fixed;
    inset: 0;
    z-index: 1000001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 42px;
}

.ps-video-modal.active {
    display: flex;
}

.ps-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(10px);
}

.ps-video-modal-box {
    position: relative;
    z-index: 2;
    width: min(980px, 100%);
    border-radius: 24px;
    overflow: hidden;
    background: #050008;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 40px 140px rgba(0,0,0,.82);
}

.ps-video-modal-box video {
    width: 100%;
    max-height: calc(100vh - 120px);
    display: block;
    background: #000;
}

.ps-video-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
    .ps-video-cases-layout {
        grid-template-columns: 1fr;
    }

    .ps-video-featured {
        position: relative;
        top: auto;
    }

    .ps-video-case-card {
        grid-template-columns: 130px minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .ps-video-cases-actions {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 22px;
    }

    .ps-video-cases-edit-controls {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ps-video-case-card {
        grid-template-columns: 1fr;
    }

    .ps-video-case-thumb,
    .ps-video-case-thumb button,
    .ps-video-case-placeholder {
        min-height: 210px;
    }

    .ps-video-featured-copy {
        padding: 22px;
    }

    .ps-video-modal {
        padding: 14px;
    }
}

/* ==========================================
   SERVICOS OFERECIDOS PREMIUM
   ========================================== */
.ps-services-premium {
    max-width: 1240px;
    isolation: isolate;
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 96px;
}

.ps-services-shell {
    position: relative;
    z-index: 2;
    padding: clamp(26px, 4vw, 46px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.025)),
        radial-gradient(circle at top left, rgba(215,44,255,.22), transparent 38%),
        rgba(12, 3, 18, .86);
    box-shadow: 0 36px 120px rgba(0,0,0,.48);
    backdrop-filter: blur(18px);
}

.ps-services-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

.ps-services-orb-one {
    width: 280px;
    height: 280px;
    right: -70px;
    top: 40px;
    background: rgba(215,44,255,.22);
}

.ps-services-orb-two {
    width: 220px;
    height: 220px;
    left: -70px;
    bottom: 30px;
    background: rgba(74,144,255,.16);
}

.ps-services-header {
    max-width: 790px;
    margin-bottom: 34px;
}

.ps-services-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #f0b7ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ps-services-eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d72cff;
    box-shadow: 0 0 22px rgba(215,44,255,.9);
}

.ps-services-title {
    margin: 0;
    max-width: 720px;
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: .98;
    letter-spacing: -.055em;
}

.ps-services-subtitle {
    margin: 18px 0 0;
    max-width: 700px;
    color: rgba(255,255,255,.72);
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.65;
}

.ps-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ps-service-premium-card {
    position: relative;
    min-height: 330px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
        rgba(255,255,255,.035);
    transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.ps-service-premium-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(215,44,255,.26), transparent 40%);
    opacity: .75;
    pointer-events: none;
}

.ps-service-premium-card:hover {
    transform: translateY(-8px);
    border-color: rgba(215,44,255,.48);
    background:
        linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.045)),
        rgba(255,255,255,.045);
    box-shadow: 0 26px 70px rgba(0,0,0,.38);
}

.ps-service-card-topline,
.ps-service-title,
.ps-service-description,
.ps-service-features {
    position: relative;
    z-index: 2;
}

.ps-service-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.ps-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(215,44,255,.95), rgba(111,36,255,.75));
    box-shadow: 0 18px 45px rgba(215,44,255,.28);
    font-size: 27px;
}

.ps-service-tag {
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.82);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-service-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: -.03em;
}

.ps-service-description {
    min-height: 78px;
    margin: 0 0 20px;
    color: rgba(255,255,255,.68);
    font-size: 14.5px;
    line-height: 1.62;
}

.ps-service-features {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255,255,255,.10);
    list-style: none;
}

.ps-service-features li {
    position: relative;
    padding-left: 24px;
    color: rgba(255,255,255,.86);
    font-size: 13.5px;
    line-height: 1.35;
}

.ps-service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -1px;
    color: #f0b7ff;
    font-weight: 900;
}

.ps-services-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 22px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 24px;
    background: rgba(0,0,0,.24);
}

.ps-services-bottom strong,
.ps-services-bottom span {
    display: block;
}

.ps-services-bottom strong {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}

.ps-services-bottom span {
    color: rgba(255,255,255,.62);
    font-size: 14px;
}

.ps-services-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d72cff, #7b2cff);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 18px 45px rgba(215,44,255,.25);
}

.ps-services-actions {
    position: absolute;
    top: 26px;
    right: 28px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ps-services-edit-controls { display: none; gap: 10px; align-items: center; }
.ps-services-editing .ps-services-edit-btn { display: none; }
.ps-services-editing .ps-services-edit-controls { display: flex; }

.ps-services-actions button {
    border: 0;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.ps-services-edit-btn,
.ps-add-service-card,
.ps-save-services-inline { background: #d72cff; }
.ps-cancel-services-inline { background: rgba(255,255,255,.16); }
.ps-services-status { color: #fff; font-size: 13px; font-weight: 800; }

.ps-remove-service-card {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    display: none;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,60,90,.95);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.ps-services-editing .ps-remove-service-card { display: inline-flex; align-items: center; justify-content: center; }
.ps-services-editing .ps-service-premium-card,
.ps-services-editing .ps-services-shell { outline: 1px dashed rgba(215,44,255,.34); }
.ps-services-editing [contenteditable="true"] {
    outline: 1px dashed rgba(215,44,255,.55);
    outline-offset: 3px;
    border-radius: 8px;
    cursor: text;
}

.ps-services-whatsapp-edit {
    display: none;
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
}

.ps-services-editing .ps-services-whatsapp-edit { display: block; }
.ps-services-whatsapp-edit label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.ps-services-whatsapp-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(0,0,0,.34);
    color: #fff;
    padding: 0 14px;
}

@media (max-width: 980px) {
    .ps-services-grid { grid-template-columns: 1fr 1fr; }
    .ps-services-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
    .ps-services-premium { padding-top: 72px; padding-bottom: 72px; }
    .ps-services-shell { padding: 22px; border-radius: 26px; }
    .ps-services-grid { grid-template-columns: 1fr; }
    .ps-service-premium-card { min-height: auto; }
    .ps-services-actions {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 18px;
    }
    .ps-services-edit-controls { flex-wrap: wrap; justify-content: center; }
    .ps-services-cta { width: 100%; }
}

/* ==========================================
   FINAL CTA PREMIUM - WHATSAPP
   ========================================== */
.ps-final-cta-premium {
    position: relative;
    overflow: hidden;
    padding: 96px 22px 110px;
    background:
        radial-gradient(circle at 18% 18%, rgba(215,44,255,.20), transparent 36%),
        radial-gradient(circle at 82% 72%, rgba(20,235,150,.16), transparent 34%),
        linear-gradient(180deg, #07070b 0%, #0e0714 48%, #07070b 100%);
}

.ps-final-cta-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    filter: blur(34px);
    opacity: .44;
    pointer-events: none;
}

.ps-final-cta-glow-one { top: -150px; left: -100px; background: rgba(215,44,255,.55); }
.ps-final-cta-glow-two { right: -140px; bottom: -170px; background: rgba(23,215,130,.46); }

.ps-final-cta-shell {
    position: relative;
    z-index: 2;
    max-width: 1040px;
    margin: 0 auto;
    padding: 58px 48px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
        rgba(10,10,18,.72);
    box-shadow: 0 34px 95px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    text-align: center;
}

.ps-final-cta-shell::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 35px;
    background: linear-gradient(135deg, rgba(215,44,255,.15), transparent 42%, rgba(23,215,130,.12));
    pointer-events: none;
}

.ps-final-cta-badge,
.ps-final-cta-title,
.ps-final-cta-description,
.ps-final-cta-footer,
.ps-final-cta-whatsapp-edit { position: relative; z-index: 2; }

.ps-final-cta-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.80);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ps-final-cta-title {
    max-width: 820px;
    margin: 0 auto 14px;
    color: #fff;
    font-size: clamp(36px, 6vw, 74px);
    line-height: .95;
    letter-spacing: -.065em;
}

.ps-final-cta-description {
    max-width: 680px;
    margin: 0 auto 32px;
    color: rgba(255,255,255,.72);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.52;
}

.ps-final-cta-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.ps-final-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 62px;
    padding: 0 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #15a85a);
    color: #06150d !important;
    font-weight: 950;
    text-decoration: none !important;
    box-shadow: 0 22px 58px rgba(37,211,102,.28);
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.ps-final-cta-button:hover {
    transform: translateY(-3px);
    filter: saturate(1.08);
    box-shadow: 0 28px 70px rgba(37,211,102,.36);
}

.ps-final-cta-whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255,255,255,.30);
    font-size: 20px;
}

.ps-final-cta-note {
    max-width: 280px;
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.ps-final-cta-actions {
    position: absolute;
    top: 26px;
    right: 28px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ps-final-cta-edit-controls { display: none; gap: 10px; align-items: center; }
.ps-final-cta-editing .ps-final-cta-edit-btn { display: none; }
.ps-final-cta-editing .ps-final-cta-edit-controls { display: flex; }

.ps-final-cta-actions button {
    border: 0;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.ps-final-cta-edit-btn,
.ps-save-final-cta-inline { background: #25d366; color: #06150d !important; }
.ps-cancel-final-cta-inline { background: rgba(255,255,255,.16); }
.ps-final-cta-status { color: #fff; font-size: 13px; font-weight: 800; }

.ps-final-cta-editing .ps-final-cta-shell { outline: 1px dashed rgba(37,211,102,.48); }
.ps-final-cta-editing [contenteditable="true"] {
    outline: 1px dashed rgba(37,211,102,.72);
    outline-offset: 4px;
    border-radius: 10px;
    cursor: text;
}

.ps-final-cta-whatsapp-edit {
    display: none;
    margin: 28px auto 0;
    max-width: 560px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background: rgba(255,255,255,.06);
    text-align: left;
}

.ps-final-cta-editing .ps-final-cta-whatsapp-edit { display: block; }
.ps-final-cta-whatsapp-edit label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
}
.ps-final-cta-whatsapp-input {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(0,0,0,.34);
    color: #fff;
    padding: 0 14px;
}

@media (max-width: 720px) {
    .ps-final-cta-premium { padding: 78px 16px 88px; }
    .ps-final-cta-shell { padding: 38px 22px; border-radius: 28px; }
    .ps-final-cta-footer { flex-direction: column; }
    .ps-final-cta-button { width: 100%; }
    .ps-final-cta-note { max-width: 100%; text-align: center; }
    .ps-final-cta-actions {
        position: relative;
        top: auto;
        right: auto;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 18px;
    }
    .ps-final-cta-edit-controls { flex-wrap: wrap; justify-content: center; }
}

/* =====================================================
   Projetos em destaque - botao WhatsApp amarelo premium
   Ajuste solicitado: remove verde/roxo e aplica amarelo dos cards
   ===================================================== */
.ps-highlights-whatsapp-btn {
    color: #111 !important;
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%) !important;
    border: 1px solid rgba(255,216,77,.55) !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 45px rgba(255,193,7,.28), 0 0 28px rgba(255,193,7,.24) !important;
    transition: transform .25s ease, filter .25s ease, box-shadow .25s ease !important;
}

.ps-highlights-whatsapp-btn:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.04) !important;
    box-shadow: 0 22px 55px rgba(255,193,7,.38), 0 0 36px rgba(255,193,7,.34) !important;
}

.ps-highlights-edit-btn,
.ps-save-highlights-inline {
    color: #111 !important;
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%) !important;
    border: 1px solid rgba(255,216,77,.55) !important;
    box-shadow: 0 14px 34px rgba(255,193,7,.22), 0 0 22px rgba(255,193,7,.18) !important;
}

.ps-highlights-edit-btn:hover,
.ps-save-highlights-inline:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 18px 42px rgba(255,193,7,.32), 0 0 28px rgba(255,193,7,.28) !important;
}

.ps-highlights-inline-editable.ps-highlights-editing {
    outline: 2px solid rgba(255,193,7,.75) !important;
    box-shadow: 0 0 0 8px rgba(255,193,7,.12), 0 0 34px rgba(255,193,7,.16) !important;
}

/* =====================================================
   Gostou do trabalho - CTA WhatsApp amarelo premium
   Ajuste isolado para nao afetar outras secoes
   ===================================================== */
.ps-final-cta-premium {
    background:
        radial-gradient(circle at 18% 18%, rgba(255,216,77,.18), transparent 36%),
        radial-gradient(circle at 82% 72%, rgba(255,193,7,.15), transparent 34%),
        linear-gradient(180deg, #07070b 0%, #100d06 48%, #07070b 100%);
}

.ps-final-cta-glow-one {
    background: rgba(255,216,77,.44);
}

.ps-final-cta-glow-two {
    background: rgba(255,193,7,.40);
}

.ps-final-cta-shell::before {
    background: linear-gradient(135deg, rgba(255,216,77,.16), transparent 42%, rgba(255,193,7,.13));
}

.ps-final-cta-button {
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%) !important;
    color: #111 !important;
    border: 1px solid rgba(255,216,77,.55) !important;
    border-radius: 999px;
    box-shadow:
        0 22px 58px rgba(255,193,7,.30),
        0 0 0 1px rgba(255,255,255,.08) inset !important;
}

.ps-final-cta-button:hover {
    box-shadow:
        0 28px 70px rgba(255,193,7,.42),
        0 0 26px rgba(255,216,77,.38),
        0 0 0 1px rgba(255,255,255,.10) inset !important;
}

.ps-final-cta-whatsapp-icon {
    background: rgba(255,255,255,.42);
    color: #111;
}

.ps-final-cta-edit-btn,
.ps-save-final-cta-inline {
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%) !important;
    color: #111 !important;
    box-shadow: 0 12px 28px rgba(255,193,7,.24);
}

.ps-final-cta-edit-btn:hover,
.ps-save-final-cta-inline:hover {
    box-shadow: 0 16px 36px rgba(255,193,7,.36), 0 0 18px rgba(255,216,77,.30);
}

.ps-final-cta-editing .ps-final-cta-shell {
    outline: 1px dashed rgba(255,193,7,.58) !important;
}

.ps-final-cta-editing [contenteditable="true"] {
    outline: 1px dashed rgba(255,193,7,.78) !important;
}

.ps-final-cta-whatsapp-input:focus {
    border-color: rgba(255,193,7,.72);
    box-shadow: 0 0 0 3px rgba(255,193,7,.14);
    outline: none;
}
/* ===================== */
/* GALERIA PREMIUM */
/* ===================== */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.4s ease;
}

/* Hover premium */
.gallery-item:hover img {
    transform: scale(1.08);
}

/* Glow amarelo */
.gallery-item:hover {
    box-shadow:
        0 10px 30px rgba(255, 193, 7, 0.25),
        0 0 20px rgba(255, 193, 7, 0.4);
}

/* Overlay */
.gallery-item::after {
    content: "Ver projeto";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-weight: 600;
    font-size: 14px;

    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}/* ============================= */
/* GALERIA PREMIUM */
/* ============================= */

.ps-gallery-premium {
    position: relative;
}

.ps-gallery-head {
    text-align: center;
    margin-bottom: 28px;
}

.ps-gallery-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.35);
    color: #FFC107;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ps-gallery-head h2 {
    margin-bottom: 8px;
}

.ps-gallery-head p {
    max-width: 520px;
    margin: 0 auto;
    color: rgba(255,255,255,0.68);
    font-size: 14px;
}

.ps-gallery-grid {
    gap: 18px;
}

.ps-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    cursor: pointer;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ps-gallery-card img {
    width: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.ps-gallery-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 193, 7, 0.45);
    box-shadow:
        0 18px 45px rgba(0,0,0,0.35),
        0 0 24px rgba(255, 193, 7, 0.32);
}

.ps-gallery-card:hover img {
    transform: scale(1.07);
    filter: brightness(0.72);
}

.ps-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.08),
        rgba(0,0,0,0.62)
    );
    opacity: 0;
    transition: opacity .28s ease;
}

.ps-gallery-overlay span {
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #000;
    font-size: 13px;
    font-weight: 800;
    box-shadow:
        0 8px 24px rgba(255, 193, 7, 0.35),
        0 0 14px rgba(255, 193, 7, 0.55);
}

.ps-gallery-card:hover .ps-gallery-overlay {
    opacity: 1;
}

/* LIGHTBOX PREMIUM */

.ps-lightbox-premium {
    background: rgba(0,0,0,0.82);
    backdrop-filter: blur(12px);
}

.ps-lightbox-premium img {
    max-width: 92%;
    max-height: 86vh;
    border-radius: 22px;
    box-shadow:
        0 24px 80px rgba(0,0,0,0.6),
        0 0 30px rgba(255, 193, 7, 0.25);
}

.ps-lightbox-close {
    background: linear-gradient(135deg, #FFD84D, #FFC107) !important;
    color: #000 !important;
    border-radius: 999px !important;
    border: none !important;
    box-shadow: 0 0 18px rgba(255, 193, 7, 0.45);
}

/* Mobile */

@media (max-width: 768px) {
    .ps-gallery-head {
        margin-bottom: 22px;
    }

    .ps-gallery-head p {
        font-size: 13px;
    }

    .ps-gallery-card {
        border-radius: 16px;
    }

    .ps-gallery-card img {
        border-radius: 16px;
    }
}
/* =========================================================
   GALERIA PREMIUM - CONTAINER VALORIZADO
   Atualização isolada para a seção de galeria/portfólio
   ========================================================= */

.ps-masonry-gallery.ps-gallery-premium {
    position: relative;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-shell {
    position: relative;
    padding: 34px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top, rgba(255, 193, 7, 0.14), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
    border: 1px solid rgba(255, 193, 7, 0.22);
    box-shadow:
        0 24px 70px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.08);
    overflow: hidden;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 193, 7, 0.16),
        transparent 28%,
        transparent 72%,
        rgba(255, 193, 7, 0.08)
    );
    pointer-events: none;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-head {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 30px;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.14);
    border: 1px solid rgba(255, 193, 7, 0.36);
    color: #FFC107;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-head h2 {
    max-width: 760px;
    margin: 0 auto 10px;
    font-size: clamp(30px, 4.5vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #fff;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-head p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.68);
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-grid,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-main {
    position: relative;
    z-index: 2;
    padding: 10px;
    border-radius: 22px;
    background: rgba(0,0,0,0.18);
    border: 1px solid rgba(255,255,255,0.06);
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-main > .ps-masonry-item,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-grid > .ps-masonry-item,
.ps-masonry-gallery.ps-gallery-premium .ps-project-card,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    cursor: zoom-in;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-main > .ps-masonry-item > img,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-grid > .ps-masonry-item > img,
.ps-masonry-gallery.ps-gallery-premium .ps-project-card img,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-card img {
    width: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-main > .ps-masonry-item:hover,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-grid > .ps-masonry-item:hover,
.ps-masonry-gallery.ps-gallery-premium .ps-project-card:hover,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 193, 7, 0.45);
    box-shadow:
        0 18px 45px rgba(0,0,0,0.35),
        0 0 24px rgba(255, 193, 7, 0.32);
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-main > .ps-masonry-item:hover > img,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-grid > .ps-masonry-item:hover > img,
.ps-masonry-gallery.ps-gallery-premium .ps-project-card:hover img,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-card:hover img {
    transform: scale(1.07);
    filter: brightness(0.72);
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.62));
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-overlay span {
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #000;
    font-size: 13px;
    font-weight: 800;
    box-shadow:
        0 8px 24px rgba(255, 193, 7, 0.35),
        0 0 14px rgba(255, 193, 7, 0.55);
}

.ps-masonry-gallery.ps-gallery-premium .ps-project-card:hover .ps-gallery-overlay,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-card:hover .ps-gallery-overlay {
    opacity: 1;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-edit-floating {
    position: relative;
    z-index: 3;
    float: right;
    margin: 0 0 16px 16px;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-editor {
    position: relative;
    z-index: 3;
    margin-top: 18px;
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-edit-btn,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-add-images,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-save,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-edit-project {
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #000;
    border: 0;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(255, 193, 7, 0.28);
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-edit-btn:hover,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-add-images:hover,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-save:hover,
.ps-masonry-gallery.ps-gallery-premium .ps-gallery-edit-project:hover {
    box-shadow:
        0 10px 28px rgba(255, 193, 7, 0.40),
        0 0 18px rgba(255, 193, 7, 0.45);
}

.ps-masonry-gallery.ps-gallery-premium .ps-gallery-remove-image {
    border-radius: 999px;
}

@media (max-width: 768px) {
    .ps-masonry-gallery.ps-gallery-premium .ps-gallery-shell {
        padding: 24px 16px;
        border-radius: 22px;
    }

    .ps-masonry-gallery.ps-gallery-premium .ps-gallery-head {
        margin-bottom: 22px;
    }

    .ps-masonry-gallery.ps-gallery-premium .ps-gallery-head h2 {
        font-size: 30px;
    }

    .ps-masonry-gallery.ps-gallery-premium .ps-gallery-head p {
        font-size: 14px;
    }

    .ps-masonry-gallery.ps-gallery-premium .ps-gallery-grid,
    .ps-masonry-gallery.ps-gallery-premium .ps-gallery-main {
        padding: 8px;
    }

    .ps-masonry-gallery.ps-gallery-premium .ps-project-card,
    .ps-masonry-gallery.ps-gallery-premium .ps-gallery-card,
    .ps-masonry-gallery.ps-gallery-premium .ps-project-card img,
    .ps-masonry-gallery.ps-gallery-premium .ps-gallery-card img {
        border-radius: 16px;
    }
}


/* ==========================================
   HERO PREMIUM - efeito visual isolado
   Mantem imagem + avatar simples, sem quebrar edicao
   ========================================== */
.ps-hero-behance {
    isolation: isolate !important;
    background-color: #050008 !important;
    background-size: cover !important;
    background-position: center center;
}

.ps-hero-behance .ps-hero-bg-premium {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    transform: scale(1.001);
    transition: transform .85s cubic-bezier(.2,.8,.2,1), filter .85s ease !important;
    will-change: transform, filter;
    pointer-events: none !important;
}

.ps-hero-behance:hover .ps-hero-bg-premium {
    transform: scale(1.045);
    filter: brightness(1.08) contrast(1.08) saturate(1.08);
}

.ps-hero-behance .ps-hero-premium-shine {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.10) 48%, rgba(255,255,255,0) 100%),
        radial-gradient(circle at 50% 92%, rgba(255,193,7,.15), transparent 34%),
        linear-gradient(to bottom, rgba(0,0,0,.04), rgba(0,0,0,.18) 44%, rgba(5,0,8,.86) 100%);
    opacity: .88;
}

.ps-hero-behance:hover .ps-hero-premium-shine {
    animation: psHeroShineSweep 1.25s ease-out 1;
}

@keyframes psHeroShineSweep {
    0% { transform: translateX(-18%); opacity: .52; }
    100% { transform: translateX(18%); opacity: .88; }
}

.ps-hero-behance .ps-hero-overlay {
    background:
        linear-gradient(to bottom, rgba(0,0,0,.04), rgba(0,0,0,.36) 48%, rgba(5,0,8,.88) 100%),
        linear-gradient(to top, #050008 0%, rgba(5,0,8,0) 42%) !important;
}

.ps-hero-behance .ps-avatar-overlap .ps-avatar,
.ps-hero-behance .ps-avatar {
    border-color: #120019 !important;
    outline: 1px solid rgba(255,193,7,.52) !important;
    outline-offset: 3px !important;
    box-shadow:
        0 20px 50px rgba(0,0,0,.70),
        0 0 0 7px rgba(255,193,7,.08),
        0 0 34px rgba(255,193,7,.30),
        0 0 42px rgba(176,44,255,.18) !important;
    transition: transform .32s ease, box-shadow .32s ease, outline-color .32s ease !important;
}

.ps-hero-behance .ps-avatar-overlap:hover .ps-avatar,
.ps-hero-behance .ps-avatar:hover {
    transform: translateY(-6px) scale(1.035) !important;
    outline-color: rgba(255,193,7,.82) !important;
    box-shadow:
        0 26px 62px rgba(0,0,0,.78),
        0 0 0 9px rgba(255,193,7,.12),
        0 0 42px rgba(255,193,7,.52),
        0 0 52px rgba(176,44,255,.24) !important;
}

.ps-hero-behance:not(.ps-hero-editing) .ps-avatar-overlap .ps-avatar {
    animation: psHeroAvatarGlow 3.4s ease-in-out infinite;
}

@keyframes psHeroAvatarGlow {
    0%, 100% {
        box-shadow:
            0 20px 50px rgba(0,0,0,.70),
            0 0 0 7px rgba(255,193,7,.08),
            0 0 28px rgba(255,193,7,.24),
            0 0 38px rgba(176,44,255,.16) !important;
    }
    50% {
        box-shadow:
            0 20px 50px rgba(0,0,0,.70),
            0 0 0 9px rgba(255,193,7,.13),
            0 0 42px rgba(255,193,7,.42),
            0 0 48px rgba(176,44,255,.22) !important;
    }
}

.ps-hero-behance.ps-hero-editing .ps-hero-bg-premium,
.ps-hero-behance.ps-hero-dragging .ps-hero-bg-premium {
    transition: none !important;
    filter: none !important;
    transform: scale(1.001) !important;
}

.ps-hero-behance.ps-hero-editing .ps-avatar-overlap .ps-avatar {
    animation: none !important;
    outline-color: rgba(255,193,7,.9) !important;
}

@media (max-width: 768px) {
    .ps-hero-behance:hover .ps-hero-bg-premium {
        transform: scale(1.025);
    }
}

/* =====================================================
   FIX DEFINITIVO HERO PREMIUM - sem vazamento no hover
   Mantem o avatar sobreposto, mas recorta APENAS a capa.
   ===================================================== */
.ps-hero-behance {
    overflow: visible !important; /* necessario para o avatar atravessar a hero */
    background-image: none !important; /* evita duplicacao da imagem antiga do section */
    background-repeat: no-repeat !important;
}

.ps-hero-behance .ps-hero-bg-clip {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    pointer-events: none !important;
    contain: paint !important;
    background: #050008 !important;
}

.ps-hero-behance .ps-hero-bg-clip .ps-hero-bg-premium {
    position: absolute !important;
    inset: -1px !important;
    z-index: 0 !important;
    width: calc(100% + 2px) !important;
    height: calc(100% + 2px) !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    transform-origin: center center !important;
    transform: scale(1.001) !important;
    transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .75s ease !important;
    will-change: transform, filter;
    backface-visibility: hidden;
}

.ps-hero-behance:hover .ps-hero-bg-clip .ps-hero-bg-premium {
    transform: scale(1.022) !important;
    filter: brightness(1.06) contrast(1.06) saturate(1.06) !important;
}

.ps-hero-behance .ps-hero-bg-clip .ps-hero-premium-shine {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
        linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.08) 48%, rgba(255,255,255,0) 100%),
        radial-gradient(circle at 50% 92%, rgba(255,193,7,.13), transparent 34%),
        linear-gradient(to bottom, rgba(0,0,0,.04), rgba(0,0,0,.18) 44%, rgba(5,0,8,.86) 100%);
    opacity: .88;
}

.ps-hero-behance:hover .ps-hero-bg-clip .ps-hero-premium-shine {
    animation: psHeroShineSweep 1.25s ease-out 1;
}

.ps-hero-behance.ps-hero-editing .ps-hero-bg-clip .ps-hero-bg-premium,
.ps-hero-behance.ps-hero-dragging .ps-hero-bg-clip .ps-hero-bg-premium {
    transition: none !important;
    filter: none !important;
    transform: scale(1.001) !important;
}

@media (max-width: 768px) {
    .ps-hero-behance:hover .ps-hero-bg-clip .ps-hero-bg-premium {
        transform: scale(1.014) !important;
    }
}


/* FIX FINAL CTA - manter padrão dark e botão amarelo */
.ps-final-cta-premium,
.ps-final-cta-shell {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
}

.ps-final-cta-shell::before,
.ps-final-cta-glow-one,
.ps-final-cta-glow-two {
    display: none !important;
}

/* garantir botão amarelo */
.ps-final-cta-button,
.ps-save-final-cta-inline {
    background: linear-gradient(135deg, #FFD84D, #FFC107) !important;
    color: #000 !important;
}
.ps-grid {
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
}

.ps-card {
    background:#111;
    border-radius:16px;
    overflow:hidden;
}

.ps-card-cover {
    width:100%;
    height:180px;
    object-fit:cover;
}

.ps-card-body {
    padding:15px;
}

.ps-card-profile {
    display:flex;
    gap:10px;
    align-items:center;
}

.ps-card-profile img {
    width:40px;
    height:40px;
    border-radius:50%;
}

.ps-btn-whatsapp {
    display:block;
    margin-top:10px;
    background:gold;
    padding:10px;
    text-align:center;
    border-radius:20px;
    text-decoration:none;
    font-weight:bold;
}
/* EXPLORAR SERVIÇOS - PREMIUM */

.ps-explore-page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 96px 22px;
    color: #f4f0ff;
    background:
        radial-gradient(900px 520px at 50% -10%, rgba(255,43,189,.20), transparent 60%),
        radial-gradient(760px 520px at 18% 10%, rgba(122,43,255,.18), transparent 58%),
        radial-gradient(740px 520px at 82% 18%, rgba(255,79,209,.12), transparent 60%),
        linear-gradient(180deg, #07040c 0%, #0a0610 45%, #07040c 100%);
}

.ps-explore-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: .14;
    -webkit-mask-image: radial-gradient(680px 420px at 50% 18%, black 55%, transparent 100%);
    mask-image: radial-gradient(680px 420px at 50% 18%, black 55%, transparent 100%);
}

.ps-explore-bg-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(42px);
    pointer-events: none;
    opacity: .42;
}

.ps-explore-bg-glow-one {
    width: 380px;
    height: 380px;
    left: -140px;
    top: 110px;
    background: rgba(255,43,189,.45);
}

.ps-explore-bg-glow-two {
    width: 460px;
    height: 460px;
    right: -170px;
    top: 360px;
    background: rgba(122,43,255,.40);
}

.ps-explore-inner {
    position: relative;
    z-index: 2;
    max-width: 1220px;
    margin: 0 auto;
}

.ps-explore-header {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
}

.ps-explore-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(244,240,255,.12);
    color: rgba(244,240,255,.82);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ps-explore-header h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(38px, 6vw, 72px);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -.065em;
    text-shadow: 0 0 36px rgba(255,43,189,.18);
}

.ps-explore-header p {
    max-width: 690px;
    margin: 0 auto;
    color: rgba(244,240,255,.72);
    font-size: 18px;
    line-height: 1.65;
}

.ps-explore-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    max-width: 820px;
    margin: 0 auto 22px;
    padding: 14px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
        rgba(20,10,35,.54);
    border: 1px solid rgba(244,240,255,.12);
    box-shadow: 0 24px 80px rgba(0,0,0,.35);
    backdrop-filter: blur(14px);
}

.ps-explore-search input {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(244,240,255,.10);
    background: rgba(255,255,255,.055);
    color: #fff;
    padding: 0 20px;
    outline: none;
}

.ps-explore-search input::placeholder {
    color: rgba(244,240,255,.48);
}

.ps-explore-search button {
    min-height: 54px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff2bbd, #7a2bff);
    color: #fff;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 16px 42px rgba(255,43,189,.22), 0 12px 34px rgba(122,43,255,.16);
}

.ps-explore-count {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
    color: rgba(244,240,255,.68);
}

.ps-explore-count strong {
    color: #fff;
    font-size: 24px;
    font-weight: 950;
}

.ps-explore-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.ps-explore-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        rgba(20,10,35,.56);
    border: 1px solid rgba(244,240,255,.10);
    box-shadow: 0 22px 70px rgba(0,0,0,.34);
    backdrop-filter: blur(12px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ps-explore-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,43,189,.28);
    box-shadow:
        0 34px 95px rgba(0,0,0,.48),
        0 18px 60px rgba(255,43,189,.12),
        0 10px 40px rgba(122,43,255,.12);
}

.ps-explore-card.is-featured {
    border-color: rgba(255,193,7,.42);
    box-shadow:
        0 30px 90px rgba(255,193,7,.13),
        0 22px 70px rgba(0,0,0,.42);
}

.ps-explore-cover {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    background: #100018;
}

.ps-explore-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.ps-explore-card:hover .ps-explore-cover img {
    transform: scale(1.06);
    filter: brightness(.84) saturate(1.08);
}

.ps-explore-cover-placeholder {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 50% 20%, rgba(255,43,189,.28), transparent 42%),
        linear-gradient(135deg, #160024, #07040c);
}

.ps-explore-card-gradient {
    position: absolute;
    inset: auto 0 0;
    height: 50%;
    background: linear-gradient(to top, rgba(10,6,16,.82), transparent);
    pointer-events: none;
}

.ps-explore-badges {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ps-explore-badge {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
    backdrop-filter: blur(10px);
}

.ps-explore-badge-featured {
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #111;
}

.ps-explore-badge-premium {
    background: linear-gradient(135deg, #ff2bbd, #7a2bff);
    color: #fff;
}

.ps-explore-body {
    padding: 0 22px 22px;
}

.ps-explore-profile {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-top: -34px;
    margin-bottom: 16px;
    position: relative;
    z-index: 4;
}

.ps-explore-avatar {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #13051f;
    box-shadow:
        0 16px 36px rgba(0,0,0,.55),
        0 0 0 1px rgba(255,193,7,.45),
        0 0 24px rgba(255,193,7,.18);
}

.ps-explore-avatar-empty {
    background: linear-gradient(135deg, #ff2bbd, #7a2bff);
}

.ps-explore-profile-copy {
    padding-bottom: 4px;
}

.ps-explore-profile-copy h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -.03em;
}

.ps-explore-profile-copy p {
    margin: 0;
    color: rgba(244,240,255,.62);
    font-size: 13px;
    line-height: 1.35;
}

.ps-explore-description {
    min-height: 66px;
    margin: 0 0 17px;
    color: rgba(244,240,255,.72);
    font-size: 14px;
    line-height: 1.58;
}

.ps-explore-metrics {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.ps-explore-metrics span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(244,240,255,.08);
    color: rgba(244,240,255,.62);
    font-size: 12px;
    font-weight: 800;
}

.ps-explore-view-btn {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 950;
    font-size: 14px;
    box-shadow: 0 14px 34px rgba(255,193,7,.24);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.ps-explore-view-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 18px 44px rgba(255,193,7,.34), 0 0 22px rgba(255,193,7,.20);
}

.ps-explore-empty {
    max-width: 620px;
    margin: 24px auto 0;
    padding: 34px;
    border-radius: 28px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(244,240,255,.10);
    text-align: center;
}

.ps-explore-empty h2 {
    margin: 0 0 8px;
    color: #fff;
}

.ps-explore-empty p {
    margin: 0;
    color: rgba(244,240,255,.68);
}

@media (max-width: 1024px) {
    .ps-explore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ps-explore-page {
        padding: 74px 16px;
    }

    .ps-explore-header h1 {
        font-size: 38px;
    }

    .ps-explore-header p {
        font-size: 15px;
    }

    .ps-explore-search {
        grid-template-columns: 1fr;
        border-radius: 26px;
    }

    .ps-explore-search input,
    .ps-explore-search button {
        width: 100%;
    }

    .ps-explore-grid {
        grid-template-columns: 1fr;
    }

    .ps-explore-cover {
        height: 220px;
    }
}



.ps-explore-search select {
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(244,240,255,.14);
    background: rgba(255,255,255,.07);
    color: #fff;
    font-weight: 800;
    outline: none;
}

.ps-explore-search select option {
    color: #111;
}

.ps-explore-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    color: rgba(244,240,255,.82) !important;
    text-decoration: none !important;
    font-weight: 900;
    border: 1px solid rgba(244,240,255,.14);
    background: rgba(255,255,255,.06);
}

/* ==========================================
   PLANOS / CHECKOUT DIRETO
========================================== */
.ps-plans-page { max-width: 1180px; margin: 0 auto; padding: 56px 18px 72px; }
.ps-plans-hero { text-align: center; margin-bottom: 34px; }
.ps-plans-eyebrow { display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; background: rgba(255,193,7,.14); color: #b98200; margin-bottom: 14px; }
.ps-plans-hero h1 { font-size: clamp(32px,5vw,56px); line-height: 1.04; margin: 0 0 14px; letter-spacing: -.04em; }
.ps-plans-hero p { max-width: 680px; margin: 0 auto; font-size: 17px; color: #666; }
.ps-plans-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: stretch; }
.ps-plan-card { position: relative; padding: 28px; border: 1px solid rgba(0,0,0,.08); border-radius: 26px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.06); }
.ps-plan-card.is-featured { border-color: rgba(255,193,7,.75); box-shadow: 0 22px 65px rgba(0,0,0,.11); transform: translateY(-8px); }
.ps-plan-badge { position: absolute; top: 18px; right: 18px; padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; background: #ffc107; color: #221700; }
.ps-plan-card h2 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.03em; }
.ps-plan-price { font-size: 22px; font-weight: 800; margin-bottom: 22px; }
.ps-plan-features { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 12px; }
.ps-plan-features li { position: relative; padding-left: 24px; color: #444; font-size: 15px; }
.ps-plan-features li:before { content: '✓'; position: absolute; left: 0; top: 0; font-weight: 900; }
.ps-plan-button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; border-radius: 16px; text-decoration: none; font-weight: 800; background: #111; color: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.ps-plan-button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.18); color: #fff; }
.ps-plan-card.is-featured .ps-plan-button { background: #ffc107; color: #221700; }
.ps-plan-missing-id, .ps-plan-alert { padding: 14px; border-radius: 14px; background: #fff3cd; color: #664d03; font-size: 14px; font-weight: 700; }
.ps-plan-alert { max-width: 720px; margin: 0 auto 24px; text-align: center; }
@media (max-width: 900px) { .ps-plans-grid { grid-template-columns: 1fr; } .ps-plan-card.is-featured { transform: none; } }


/* =====================================================
   PLANOS - FIX VISUAL FINAL
   Botoes no padrao do cabecalho + titulos visiveis
   ===================================================== */

.ps-plans-page,
.ps-plans-wrap,
.ps-plans-section {
    color: #fff;
}

.ps-plans-grid {
    align-items: stretch;
}

.ps-plan-card,
.ps-plans-card {
    color: #2a2230 !important;
    background: #fff !important;
}

.ps-plan-card h3,
.ps-plan-card .ps-plan-title,
.ps-plans-card h3,
.ps-plans-card .ps-plan-title {
    color: #2a1835 !important;
    opacity: 1 !important;
    text-shadow: none !important;
    font-weight: 950 !important;
}

.ps-plan-card p,
.ps-plan-card li,
.ps-plans-card p,
.ps-plans-card li {
    color: #3b3442 !important;
    opacity: 1 !important;
}

.ps-plan-card ul,
.ps-plans-card ul {
    color: #3b3442 !important;
}

/* Botoes Basico e Pro - mesmo clima roxo/rosa do cabecalho */
.ps-plan-card .ps-plan-btn,
.ps-plans-card .ps-plan-btn,
.ps-plan-card a,
.ps-plans-card a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 0 22px !important;
    border-radius: 10px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #ff2bbd 0%, #7a2bff 100%) !important;
    color: #fff !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    box-shadow:
        0 14px 34px rgba(255,43,189,.22),
        0 12px 34px rgba(122,43,255,.20) !important;
    transition: transform .22s ease, filter .22s ease, box-shadow .22s ease !important;
}

.ps-plan-card .ps-plan-btn:hover,
.ps-plans-card .ps-plan-btn:hover,
.ps-plan-card a:hover,
.ps-plans-card a:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.06) !important;
    box-shadow:
        0 18px 44px rgba(255,43,189,.30),
        0 16px 42px rgba(122,43,255,.26) !important;
}

/* Premium - amarelo igual ao Pelé VIP */
.ps-plan-card.premium,
.ps-plans-card.premium {
    border-color: rgba(255,193,7,.82) !important;
    box-shadow:
        0 24px 70px rgba(0,0,0,.20),
        0 0 0 1px rgba(255,193,7,.35) !important;
}

.ps-plan-card.premium .ps-plan-btn,
.ps-plans-card.premium .ps-plan-btn,
.ps-plan-card.premium a,
.ps-plans-card.premium a {
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%) !important;
    color: #111 !important;
    box-shadow:
        0 14px 34px rgba(255,193,7,.28),
        0 0 22px rgba(255,193,7,.18) !important;
}

.ps-plan-card.premium .ps-plan-btn:hover,
.ps-plans-card.premium .ps-plan-btn:hover,
.ps-plan-card.premium a:hover,
.ps-plans-card.premium a:hover {
    filter: brightness(1.04) !important;
    box-shadow:
        0 18px 44px rgba(255,193,7,.38),
        0 0 28px rgba(255,193,7,.26) !important;
}

/* Selo Premium */
.ps-plan-badge,
.ps-plans-badge {
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%) !important;
    color: #111 !important;
    font-weight: 950 !important;
}



/* =====================================================
   PLANOS - PRECO DINAMICO VISIVEL
   Corrige cor apagada do preco vindo do WooCommerce
   ===================================================== */

.ps-plan-price,
.ps-plans-card .ps-plan-price,
.ps-plan-card .ps-plan-price {
    display: block !important;
    margin: 10px 0 22px !important;
    color: #2a1835 !important;
    opacity: 1 !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;
    text-shadow: none !important;
}

.ps-plan-price *,
.ps-plans-card .ps-plan-price *,
.ps-plan-card .ps-plan-price *,
.ps-plan-price .amount,
.ps-plan-price bdi,
.ps-plan-price span,
.ps-plan-price small {
    color: #2a1835 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.ps-plan-price .woocommerce-Price-currencySymbol {
    color: #2a1835 !important;
    opacity: 1 !important;
    margin-right: 2px !important;
}

/* Premium com leve destaque amarelo, mas ainda legivel */
.ps-plan-card.premium .ps-plan-price,
.ps-plans-card.premium .ps-plan-price,
.ps-plan-card.premium .ps-plan-price *,
.ps-plans-card.premium .ps-plan-price * {
    color: #1f1600 !important;
}



/* =====================================================
   RENOVAR PLANO - Plugin Pelé Serviços
   ===================================================== */

.ps-renew-page {
    position: relative;
    min-height: 78vh;
    padding: 110px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(760px 440px at 50% -8%, rgba(255,43,189,.20), transparent 58%),
        radial-gradient(760px 440px at 18% 18%, rgba(122,43,255,.18), transparent 60%),
        linear-gradient(180deg, #07040c 0%, #0a0610 48%, #07040c 100%);
}

.ps-renew-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(44px);
    pointer-events: none;
    opacity: .45;
}

.ps-renew-glow-one {
    width: 360px;
    height: 360px;
    left: -140px;
    top: 90px;
    background: rgba(255,43,189,.42);
}

.ps-renew-glow-two {
    width: 420px;
    height: 420px;
    right: -160px;
    bottom: 70px;
    background: rgba(255,193,7,.30);
}

.ps-renew-card {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    padding: clamp(34px, 5vw, 58px);
    border-radius: 34px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
        rgba(18,8,28,.78);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 34px 110px rgba(0,0,0,.46);
    backdrop-filter: blur(18px);
}

.ps-renew-badge {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%);
    color: #111;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-renew-card h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(36px, 5vw, 64px);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.06em;
}

.ps-renew-card p {
    max-width: 600px;
    margin: 0 auto 28px;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.65;
}

.ps-renew-status {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 auto 28px;
    max-width: 520px;
}

.ps-renew-status div {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.10);
}

.ps-renew-status strong,
.ps-renew-status span {
    display: block;
}

.ps-renew-status strong {
    margin-bottom: 6px;
    color: rgba(255,255,255,.62);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ps-renew-status span {
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.ps-renew-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.ps-renew-primary,
.ps-renew-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    font-weight: 950;
    text-decoration: none !important;
    transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}

.ps-renew-primary {
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%);
    color: #111 !important;
    box-shadow: 0 18px 42px rgba(255,193,7,.28);
}

.ps-renew-secondary {
    background: rgba(255,255,255,.10);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.12);
}

.ps-renew-primary:hover,
.ps-renew-secondary:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.ps-renew-card small {
    color: rgba(255,255,255,.58);
    font-size: 13px;
}

@media (max-width: 640px) {
    .ps-renew-page {
        padding: 78px 16px;
    }

    .ps-renew-status {
        grid-template-columns: 1fr;
    }

    .ps-renew-primary,
    .ps-renew-secondary {
        width: 100%;
    }
}


/* =====================================================
   CONTADOR DE DIAS RESTANTES DO PLANO
   ===================================================== */
.ps-plan-days-floating {
    position: fixed;
    right: 24px;
    bottom: 92px;
    z-index: 999999;
    min-width: 220px;
    padding: 14px 16px;
    border-radius: 18px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(255,43,189,.92), rgba(122,43,255,.92)),
        rgba(10,4,18,.92);
    box-shadow:
        0 18px 52px rgba(0,0,0,.38),
        0 0 28px rgba(255,43,189,.20);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
}

.ps-plan-days-floating strong,
.ps-plan-days-floating span,
.ps-plan-days-floating small {
    display: block;
}

.ps-plan-days-floating strong {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.78);
}

.ps-plan-days-floating span {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 950;
    color: #fff;
}

.ps-plan-days-floating small {
    margin-top: 5px;
    font-size: 12px;
    color: rgba(255,255,255,.72);
}

@media (max-width: 768px) {
    .ps-plan-days-floating {
        left: 14px;
        right: 14px;
        bottom: 18px;
        width: auto;
        text-align: center;
    }
}


/* =====================================================
   FIX AVATAR HERO - fallback e visibilidade
   ===================================================== */

.ps-avatar-wrap.ps-avatar-overlap {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.ps-avatar-wrap.ps-avatar-overlap .ps-avatar,
.ps-hero-behance .ps-avatar-wrap .ps-avatar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 9999 !important;
}

.ps-avatar-placeholder {
    background:
        radial-gradient(circle at top left, rgba(255,193,7,.28), transparent 42%),
        linear-gradient(135deg, #ff2bbd, #7a2bff) !important;
}


/* =====================================================
   EXPLORAR - BLOCO PREMIUM NO SCROLL
   ===================================================== */

.ps-explore-grid-full {
    grid-column: 1 / -1;
}

.ps-premium-strip {
    position: relative;
    overflow: hidden;
    margin: 10px 0 8px;
    padding: 26px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(255,193,7,.20), transparent 34%),
        radial-gradient(circle at bottom right, rgba(255,43,189,.14), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.025)),
        rgba(15,7,24,.72);
    border: 1px solid rgba(255,193,7,.24);
    box-shadow:
        0 28px 86px rgba(0,0,0,.34),
        0 0 36px rgba(255,193,7,.10);
}

.ps-premium-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255,193,7,.12), transparent 34%, rgba(255,43,189,.08));
}

.ps-premium-strip-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.ps-premium-strip-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%);
    color: #111;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(255,193,7,.24);
}

.ps-premium-strip-head h2 {
    margin: 0 0 4px;
    color: #fff;
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 950;
    letter-spacing: -.04em;
}

.ps-premium-strip-head p {
    margin: 0;
    color: rgba(244,240,255,.68);
    font-size: 14px;
}

.ps-premium-carousel {
    position: relative;
    z-index: 2;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 330px);
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 4px 4px 14px;
    scrollbar-width: thin;
}

.ps-premium-carousel::-webkit-scrollbar {
    height: 8px;
}

.ps-premium-carousel::-webkit-scrollbar-track {
    background: rgba(255,255,255,.08);
    border-radius: 999px;
}

.ps-premium-carousel::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    border-radius: 999px;
}

.ps-premium-carousel-item {
    scroll-snap-align: start;
}

.ps-premium-carousel .ps-explore-card {
    height: 100%;
    border-color: rgba(255,193,7,.36);
    box-shadow:
        0 24px 70px rgba(0,0,0,.40),
        0 0 28px rgba(255,193,7,.12);
}

.ps-premium-carousel .ps-explore-card.is-premium-spotlight::after {
    content: "Destaque";
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 5;
    padding: 7px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #111;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(255,193,7,.28);
}

@media (max-width: 768px) {
    .ps-premium-strip {
        margin: 6px -4px;
        padding: 20px 16px;
        border-radius: 24px;
    }

    .ps-premium-strip-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .ps-premium-carousel {
        grid-auto-columns: minmax(245px, 78vw);
        gap: 14px;
    }
}


/* =====================================================
   EXPLORAR - FIX BUSCADOR E SELECT ESCURO
   ===================================================== */

.ps-explore-search {
    grid-template-columns: minmax(260px, 1fr) minmax(210px, 240px) !important;
    align-items: center !important;
    border-radius: 34px !important;
    padding: 14px !important;
}

.ps-explore-search input,
.ps-explore-search select {
    min-width: 0 !important;
    min-height: 56px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(244,240,255,.12) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
        rgba(20,10,35,.72) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.ps-explore-search select {
    width: 100% !important;
    padding: 0 44px 0 18px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(255,255,255,.9) 50%),
        linear-gradient(135deg, rgba(255,255,255,.9) 50%, transparent 50%),
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%,
        0 0 !important;
    background-size: 6px 6px, 6px 6px, 100% 100% !important;
    background-repeat: no-repeat !important;
    font-weight: 800 !important;
}

.ps-explore-search select option {
    background: #12051e !important;
    color: #fff !important;
}

.ps-explore-search button {
    grid-column: 1 / -1 !important;
    width: 100% !important;
}

.ps-explore-clear {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #fff !important;
    text-decoration: none !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    font-weight: 900 !important;
}

@media (max-width: 768px) {
    .ps-explore-search {
        grid-template-columns: 1fr !important;
        border-radius: 28px !important;
    }

    .ps-explore-search input,
    .ps-explore-search select,
    .ps-explore-search button,
    .ps-explore-clear {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }
}


/* =====================================================
   HOME - PROFISSIONAIS EM DESTAQUE
   Shortcode: [ps_home_profissionais_destaque]
   ===================================================== */

.ps-home-featured-section {
    position: relative;
    padding: 78px 22px;
    color: #fff;
    background:
        radial-gradient(760px 460px at 15% 10%, rgba(255,43,189,.16), transparent 62%),
        radial-gradient(760px 460px at 85% 20%, rgba(122,43,255,.16), transparent 62%),
        linear-gradient(180deg, #07040c 0%, #0a0610 100%);
    overflow: hidden;
}

.ps-home-featured-shell {
    max-width: 1220px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 36px);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
        rgba(16,8,26,.72);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 32px 100px rgba(0,0,0,.38);
    backdrop-filter: blur(16px);
}

.ps-home-featured-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 24px;
}

.ps-home-featured-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 8px 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D 0%, #FFC107 52%, #F5A400 100%);
    color: #111;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-home-featured-head h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(28px, 3.6vw, 48px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.05em;
}

.ps-home-featured-head p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 16px;
}

.ps-home-featured-see-all {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 950;
    background: linear-gradient(135deg, #ff2bbd, #7a2bff);
    box-shadow: 0 16px 38px rgba(255,43,189,.22);
}

.ps-home-featured-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 330px);
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 4px 4px 14px;
    scrollbar-width: thin;
}

.ps-home-featured-carousel::-webkit-scrollbar {
    height: 8px;
}

.ps-home-featured-carousel::-webkit-scrollbar-track {
    background: rgba(255,255,255,.08);
    border-radius: 999px;
}

.ps-home-featured-carousel::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    border-radius: 999px;
}

.ps-home-featured-item {
    scroll-snap-align: start;
}

.ps-home-featured-card {
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
        rgba(20,10,35,.64);
    border: 1px solid rgba(255,193,7,.28);
    box-shadow:
        0 24px 70px rgba(0,0,0,.38),
        0 0 28px rgba(255,193,7,.10);
}

.ps-home-featured-cover {
    position: relative;
    display: block;
    height: 200px;
    overflow: hidden;
    background: #100018;
}

.ps-home-featured-cover img,
.ps-home-featured-cover-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ps-home-featured-cover img {
    transition: transform .45s ease, filter .45s ease;
}

.ps-home-featured-card:hover .ps-home-featured-cover img {
    transform: scale(1.06);
    filter: brightness(.86) saturate(1.08);
}

.ps-home-featured-cover-placeholder {
    background:
        radial-gradient(circle at 50% 20%, rgba(255,43,189,.28), transparent 42%),
        linear-gradient(135deg, #160024, #07040c);
}

.ps-home-featured-premium-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    padding: 7px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #111;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.ps-home-featured-body {
    padding: 0 18px 18px;
}

.ps-home-featured-profile {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: -30px;
    margin-bottom: 16px;
    position: relative;
    z-index: 4;
}

.ps-home-featured-avatar {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #13051f;
    box-shadow:
        0 14px 32px rgba(0,0,0,.55),
        0 0 0 1px rgba(255,193,7,.45),
        0 0 22px rgba(255,193,7,.18);
}

.ps-home-featured-avatar-empty {
    background: linear-gradient(135deg, #ff2bbd, #7a2bff);
}

.ps-home-featured-profile h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -.03em;
}

.ps-home-featured-profile p {
    margin: 0;
    color: rgba(244,240,255,.62);
    font-size: 12px;
    line-height: 1.35;
}

.ps-home-featured-btn {
    display: inline-flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 950;
    font-size: 14px;
    box-shadow: 0 14px 34px rgba(255,193,7,.24);
}

@media (max-width: 860px) {
    .ps-home-featured-head {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ps-home-featured-kicker,
    .ps-home-featured-see-all {
        justify-self: center;
    }

    .ps-home-featured-carousel {
        grid-auto-columns: minmax(245px, 78vw);
    }
}


/* HOME - badge fallback para profissionais normais */
.ps-home-featured-normal-badge {
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(220,210,235,.92)) !important;
    color: #241031 !important;
}


/* =====================================================
   VITRINE - VOLTAR PARA EXPLORAR + RELACIONADOS
   ===================================================== */

.ps-vitrine-top-nav {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 24px 0;
    position: relative;
    z-index: 100;
}

.ps-vitrine-top-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 900;
    background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
        rgba(15,7,24,.70);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 12px 34px rgba(0,0,0,.28);
    backdrop-filter: blur(12px);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.ps-vitrine-top-nav a:hover {
    transform: translateY(-2px);
    border-color: rgba(255,193,7,.40);
    background:
        linear-gradient(180deg, rgba(255,193,7,.16), rgba(255,255,255,.055)),
        rgba(15,7,24,.78);
}

.ps-vitrine-related-section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px 96px;
    position: relative;
    z-index: 2;
}

.ps-vitrine-related-head {
    max-width: 720px;
    margin-bottom: 24px;
}

.ps-vitrine-related-head span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-vitrine-related-head h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.05em;
}

.ps-vitrine-related-head p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.6;
}

.ps-vitrine-related-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 330px);
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 4px 4px 16px;
    scrollbar-width: thin;
}

.ps-vitrine-related-carousel::-webkit-scrollbar {
    height: 8px;
}

.ps-vitrine-related-carousel::-webkit-scrollbar-track {
    background: rgba(255,255,255,.08);
    border-radius: 999px;
}

.ps-vitrine-related-carousel::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    border-radius: 999px;
}

.ps-vitrine-related-item {
    scroll-snap-align: start;
}

.ps-vitrine-related-card {
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
        rgba(20,10,35,.64);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.ps-vitrine-related-cover {
    position: relative;
    display: block;
    height: 190px;
    overflow: hidden;
    background: #100018;
}

.ps-vitrine-related-cover img,
.ps-vitrine-related-cover-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ps-vitrine-related-cover img {
    transition: transform .45s ease, filter .45s ease;
}

.ps-vitrine-related-card:hover .ps-vitrine-related-cover img {
    transform: scale(1.06);
    filter: brightness(.86) saturate(1.08);
}

.ps-vitrine-related-cover-placeholder {
    background:
        radial-gradient(circle at 50% 20%, rgba(255,43,189,.28), transparent 42%),
        linear-gradient(135deg, #160024, #07040c);
}

.ps-vitrine-related-body {
    padding: 0 18px 18px;
}

.ps-vitrine-related-profile {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: -30px;
    margin-bottom: 16px;
    position: relative;
    z-index: 4;
}

.ps-vitrine-related-avatar {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #13051f;
    box-shadow:
        0 14px 32px rgba(0,0,0,.55),
        0 0 0 1px rgba(255,193,7,.36),
        0 0 22px rgba(255,193,7,.14);
}

.ps-vitrine-related-avatar-empty {
    background: linear-gradient(135deg, #ff2bbd, #7a2bff);
}

.ps-vitrine-related-profile h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -.03em;
}

.ps-vitrine-related-profile p {
    margin: 0;
    color: rgba(244,240,255,.62);
    font-size: 12px;
    line-height: 1.35;
}

.ps-vitrine-related-btn,
.ps-vitrine-related-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 950;
}

.ps-vitrine-related-btn {
    width: 100%;
    min-height: 46px;
    background: linear-gradient(135deg, #FFD84D, #FFC107);
    color: #111 !important;
    font-size: 14px;
    box-shadow: 0 14px 34px rgba(255,193,7,.24);
}

.ps-vitrine-related-all {
    margin-top: 18px;
    min-height: 48px;
    padding: 0 22px;
    color: #fff !important;
    background: linear-gradient(135deg, #ff2bbd, #7a2bff);
    box-shadow: 0 16px 38px rgba(255,43,189,.22);
}

@media (max-width: 768px) {
    .ps-vitrine-top-nav {
        padding: 14px 16px 0;
    }

    .ps-vitrine-related-section {
        padding: 56px 16px 72px;
    }

    .ps-vitrine-related-carousel {
        grid-auto-columns: minmax(245px, 78vw);
    }

    .ps-vitrine-related-all {
        width: 100%;
    }
}


/* =====================================================
   PLANO FREE - CARD E BOTAO
   ===================================================== */

.ps-plan-card.ps-plan-free,
.ps-plans-card.ps-plan-free {
    border-color: rgba(255,255,255,.14) !important;
    opacity: .96;
}

.ps-plan-card.ps-plan-free .ps-plan-price,
.ps-plans-card.ps-plan-free .ps-plan-price {
    color: #2a1835 !important;
}

.ps-plan-card.ps-plan-free .ps-plan-btn,
.ps-plans-card.ps-plan-free .ps-plan-btn,
.ps-plan-free-btn {
    background: linear-gradient(135deg, #ffffff 0%, #e8def5 100%) !important;
    color: #251032 !important;
    box-shadow: 0 14px 34px rgba(255,255,255,.10) !important;
}

.ps-plan-card.ps-plan-free .ps-plan-btn:hover,
.ps-plans-card.ps-plan-free .ps-plan-btn:hover,
.ps-plan-free-btn:hover {
    filter: brightness(1.03) !important;
    box-shadow: 0 18px 42px rgba(255,255,255,.16) !important;
}


/* Hide scrollbar for related carousel */
.ps-vitrine-related-carousel {
    scrollbar-width: none;
}
.ps-vitrine-related-carousel::-webkit-scrollbar {
    display: none;
}

/* Arrow controls */
.ps-related-nav {
    position: relative;
}
.ps-related-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg,#FFD84D,#FFC107);
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:5;
    box-shadow:0 10px 25px rgba(0,0,0,.3);
}
.ps-related-arrow.left { left:-10px; }
.ps-related-arrow.right { right:-10px; }


/* ==========================================
   PERSONALIZACAO CONTROLADA - PAINEL
   ========================================== */
.ps-customization-panel {
    max-width: 1180px;
    margin: 20px auto 28px;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)), rgba(18,8,30,.76);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 50px rgba(0,0,0,.28);
    color: #fff;
    position: relative;
    z-index: 5;
}

.ps-customization-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.ps-customization-panel-head span {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-customization-panel-head strong {
    color: #ffd84d;
    font-size: 14px;
    font-weight: 950;
}

.ps-customization-panel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
}

.ps-customization-panel label {
    display: grid;
    gap: 7px;
}

.ps-customization-panel label span {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 800;
}

.ps-customization-panel select {
    width: 100%;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(0,0,0,.28);
    color: #fff;
    padding: 12px 13px;
    outline: none;
}

.ps-customization-check {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 13px;
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
}

.ps-customization-check input {
    width: 18px;
    height: 18px;
    accent-color: #ffd84d;
}

.ps-customization-panel-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.ps-save-customization {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: linear-gradient(135deg, #ffd84d, #ffc107);
    color: #160b22;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(255,193,7,.18);
}

.ps-save-customization:disabled {
    opacity: .65;
    cursor: wait;
}

.ps-customization-status {
    color: rgba(255,255,255,.76);
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
}

/* Preset Básico: hero compacto */
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-behance {
    min-height: 420px;
}

.ps-advertiser-page.ps-hero-layout-compact .ps-hero-content,
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-inner {
    padding-top: 48px;
    padding-bottom: 48px;
}

/* Preset Básico: galeria grid simples */
.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item {
    break-inside: auto;
    margin: 0;
}

.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

@media (max-width: 820px) {
    .ps-customization-panel {
        margin: 16px 14px 24px;
    }

    .ps-customization-panel-grid {
        grid-template-columns: 1fr;
    }

    .ps-advertiser-page.ps-gallery-layout-grid .ps-masonry {
        grid-template-columns: 1fr;
    }
}


/* ==========================================
   ETAPA 3.1 - DIFERENCA VISUAL REAL DOS PRESETS
   Básico: Hero compacto + Galeria grid simples
   ========================================== */

/* HERO COMPACTO: diferença clara do padrão */
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-behance {
    min-height: 360px !important;
    display: flex;
    align-items: center;
}

.ps-advertiser-page.ps-hero-layout-compact .ps-hero-behance::before {
    opacity: .72;
}

.ps-advertiser-page.ps-hero-layout-compact .ps-hero-content,
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-inner {
    min-height: 360px !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
    align-items: center;
}

.ps-advertiser-page.ps-hero-layout-compact .ps-hero-profile,
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-main {
    gap: 16px !important;
}

.ps-advertiser-page.ps-hero-layout-compact .ps-avatar,
.ps-advertiser-page.ps-hero-layout-compact .ps-avatar-wrap img,
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-avatar img {
    width: 92px !important;
    height: 92px !important;
}

.ps-advertiser-page.ps-hero-layout-compact .ps-hero-title,
.ps-advertiser-page.ps-hero-layout-compact h1 {
    font-size: clamp(30px, 4.8vw, 56px) !important;
    line-height: .96 !important;
    margin-bottom: 10px !important;
}

.ps-advertiser-page.ps-hero-layout-compact .ps-hero-description,
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-subtitle,
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-text {
    max-width: 720px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.ps-advertiser-page.ps-hero-layout-compact .ps-hero-actions,
.ps-advertiser-page.ps-hero-layout-compact .ps-hero-buttons {
    margin-top: 14px !important;
}

/* GALERIA GRID SIMPLES: diferença clara do masonry */
.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry {
    column-count: initial !important;
    column-gap: initial !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item,
.ps-advertiser-page.ps-gallery-layout-grid .ps-project-card {
    width: 100% !important;
    margin: 0 !important;
    break-inside: auto !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    display: block !important;
}

.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item img,
.ps-advertiser-page.ps-gallery-layout-grid .ps-project-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block !important;
}

.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item:nth-child(odd),
.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item:nth-child(even) {
    transform: none !important;
}

.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item:hover {
    transform: translateY(-4px) !important;
}

/* Identificador visual discreto quando o editor está ativo */
.ps-customization-panel + .ps-hero-layout-compact-notice {
    display: none;
}

@media (max-width: 980px) {
    .ps-advertiser-page.ps-gallery-layout-grid .ps-masonry {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 620px) {
    .ps-advertiser-page.ps-hero-layout-compact .ps-hero-behance,
    .ps-advertiser-page.ps-hero-layout-compact .ps-hero-content,
    .ps-advertiser-page.ps-hero-layout-compact .ps-hero-inner {
        min-height: 320px !important;
    }

    .ps-advertiser-page.ps-gallery-layout-grid .ps-masonry {
        grid-template-columns: 1fr !important;
    }
}


/* ==========================================
   ETAPA 3.2 - GALERIA GRID COM IMPACTO VISUAL
   ========================================== */

/* GRID MAIS DESTACADO */
.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry {
    background: rgba(255,255,255,0.02);
    padding: 20px;
    border-radius: 28px;
}

/* CARDS COM IDENTIDADE */
.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item {
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transition: all .25s ease;
}

/* HOVER MAIS FORTE */
.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
    border-color: rgba(255,216,77,0.6);
}

/* OVERLAY SUTIL */
.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.4));
    opacity: 0;
    transition: .25s;
}

.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item:hover::after {
    opacity: 1;
}

/* MARCAÇÃO VISUAL (badge) */
.ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item::before {
    content: "GRID";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255,216,77,0.9);
    color: #000;
    opacity: 0.85;
}

/* REMOVE NO MOBILE PARA NÃO POLUIR */
@media (max-width: 768px) {
    .ps-advertiser-page.ps-gallery-layout-grid .ps-masonry {
        padding: 10px;
    }

    .ps-advertiser-page.ps-gallery-layout-grid .ps-masonry-item::before {
        display: none;
    }
}


/* ==========================================
   ETAPA 4 - PRO: TEMAS, HERO SPLIT, CARDS GRANDES E CONTROLE DE SECOES
   ========================================== */

.ps-customization-panel[data-plan="pro"] {
    border-color: rgba(147, 92, 255, .32);
    box-shadow: 0 24px 80px rgba(85, 36, 180, .28);
}

.ps-customization-block {
    margin-top: 16px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.09);
}

.ps-customization-block-title {
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ps-customization-section-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ps-customization-pill {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
}

.ps-customization-pill input {
    accent-color: #ffd84d;
}

.ps-section-order-list {
    display: grid;
    gap: 8px;
}

.ps-section-order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0,0,0,.22);
    border: 1px solid rgba(255,255,255,.09);
}

.ps-section-order-item span {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.ps-section-order-item button {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 10px;
    background: rgba(255,255,255,.10);
    color: #fff;
    cursor: pointer;
    font-weight: 950;
}

.ps-section-order-item button:hover {
    background: #ffd84d;
    color: #160b22;
}

/* Tema Pro: Escuro premium */
.ps-advertiser-page.ps-theme-dark-premium {
    background:
        radial-gradient(circle at top left, rgba(255,216,77,.13), transparent 32%),
        radial-gradient(circle at 80% 10%, rgba(127,83,255,.24), transparent 34%),
        #08050f;
}

.ps-advertiser-page.ps-theme-dark-premium .ps-about-premium,
.ps-advertiser-page.ps-theme-dark-premium .ps-masonry-gallery,
.ps-advertiser-page.ps-theme-dark-premium .ps-video-cases-premium,
.ps-advertiser-page.ps-theme-dark-premium .ps-services-premium,
.ps-advertiser-page.ps-theme-dark-premium .ps-final-cta-premium {
    filter: saturate(1.06) contrast(1.04);
}

/* Tema Pro: Neon criativo */
.ps-advertiser-page.ps-theme-neon {
    background:
        radial-gradient(circle at 12% 12%, rgba(0, 255, 255, .16), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(255, 0, 180, .18), transparent 34%),
        linear-gradient(180deg, #14041f, #07030d);
}

.ps-advertiser-page.ps-theme-neon .ps-customization-panel,
.ps-advertiser-page.ps-theme-neon .ps-vitrine-related-card,
.ps-advertiser-page.ps-theme-neon .ps-masonry-item {
    border-color: rgba(0,255,255,.22);
    box-shadow: 0 0 0 1px rgba(255,0,180,.08), 0 24px 70px rgba(0,0,0,.38);
}

.ps-advertiser-page.ps-theme-neon .ps-vitrine-related-head span,
.ps-advertiser-page.ps-theme-neon .ps-customization-panel-head strong {
    color: #7dfff7;
}

/* Hero Pro: split/lateral */
.ps-advertiser-page.ps-hero-layout-split .ps-hero-behance {
    min-height: 620px !important;
}

.ps-advertiser-page.ps-hero-layout-split .ps-hero-content,
.ps-advertiser-page.ps-hero-layout-split .ps-hero-inner {
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .65fr);
    gap: 38px;
    align-items: center;
}

.ps-advertiser-page.ps-hero-layout-split .ps-hero-profile,
.ps-advertiser-page.ps-hero-layout-split .ps-hero-main {
    max-width: 680px;
}

.ps-advertiser-page.ps-hero-layout-split .ps-hero-content::after,
.ps-advertiser-page.ps-hero-layout-split .ps-hero-inner::after {
    content: "";
    min-height: 420px;
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255,216,77,.22), rgba(127,83,255,.12)),
        rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: 0 30px 90px rgba(0,0,0,.34);
    backdrop-filter: blur(10px);
}

/* Galeria Pro: cards grandes */
.ps-advertiser-page.ps-gallery-layout-large-cards .ps-masonry {
    column-count: initial !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px !important;
}

.ps-advertiser-page.ps-gallery-layout-large-cards .ps-masonry-item,
.ps-advertiser-page.ps-gallery-layout-large-cards .ps-project-card {
    min-height: 430px !important;
    border-radius: 34px !important;
    overflow: hidden !important;
    box-shadow: 0 30px 90px rgba(0,0,0,.34);
    border: 1px solid rgba(255,255,255,.13);
    position: relative;
}

.ps-advertiser-page.ps-gallery-layout-large-cards .ps-masonry-item img,
.ps-advertiser-page.ps-gallery-layout-large-cards .ps-project-card img {
    width: 100% !important;
    height: 430px !important;
    object-fit: cover !important;
    display: block;
}

.ps-advertiser-page.ps-gallery-layout-large-cards .ps-masonry-item::after {
    content: "PRO SHOWCASE";
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0,0,0,.58);
    border: 1px solid rgba(255,255,255,.16);
    color: #ffd84d;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
}

@media (max-width: 900px) {
    .ps-advertiser-page.ps-hero-layout-split .ps-hero-content,
    .ps-advertiser-page.ps-hero-layout-split .ps-hero-inner {
        display: block !important;
    }

    .ps-advertiser-page.ps-hero-layout-split .ps-hero-content::after,
    .ps-advertiser-page.ps-hero-layout-split .ps-hero-inner::after {
        display: none;
    }

    .ps-advertiser-page.ps-gallery-layout-large-cards .ps-masonry {
        grid-template-columns: 1fr !important;
    }
}


/* ==========================================
   FIX: MODO PUBLICADO LIMPO + PAINEL RECOLHIDO
   ========================================== */

/* Segurança visual: controles inline nunca aparecem fora do modo editar */
body:not(.ps-edit-mode) .ps-customization-panel,
body:not(.ps-edit-mode) .ps-hero-edit-btn,
body:not(.ps-edit-mode) .ps-gallery-edit-btn,
body:not(.ps-edit-mode) .ps-about-edit-btn,
body:not(.ps-edit-mode) .ps-highlights-edit-btn,
body:not(.ps-edit-mode) .ps-video-cases-edit-btn,
body:not(.ps-edit-mode) .ps-services-edit-btn,
body:not(.ps-edit-mode) .ps-final-cta-edit-btn,
body:not(.ps-edit-mode) .ps-save-hero-inline,
body:not(.ps-edit-mode) .ps-cancel-hero-inline,
body:not(.ps-edit-mode) .ps-gallery-add-images,
body:not(.ps-edit-mode) .ps-gallery-save,
body:not(.ps-edit-mode) .ps-save-about-inline,
body:not(.ps-edit-mode) .ps-cancel-about-inline,
body:not(.ps-edit-mode) .ps-save-highlights-inline,
body:not(.ps-edit-mode) .ps-cancel-highlights-inline,
body:not(.ps-edit-mode) .ps-add-video-case,
body:not(.ps-edit-mode) .ps-save-video-cases-inline,
body:not(.ps-edit-mode) .ps-cancel-video-cases-inline,
body:not(.ps-edit-mode) .ps-add-service-card,
body:not(.ps-edit-mode) .ps-save-services-inline,
body:not(.ps-edit-mode) .ps-cancel-services-inline,
body:not(.ps-edit-mode) .ps-save-final-cta-inline,
body:not(.ps-edit-mode) .ps-cancel-final-cta-inline {
    display: none !important;
}

/* Painel recolhido */
.ps-customization-panel {
    padding: 0 !important;
    overflow: hidden;
}

.ps-customization-toggle {
    width: 100%;
    border: 0;
    background:
        linear-gradient(135deg, rgba(255,216,77,.12), rgba(127,83,255,.10)),
        rgba(15,7,24,.82);
    color: #fff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    text-align: left;
}

.ps-customization-toggle span {
    display: grid;
    gap: 3px;
}

.ps-customization-toggle small {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-customization-toggle strong {
    color: #ffd84d;
    font-size: 14px;
    font-weight: 950;
}

.ps-customization-toggle b {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #ffd84d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    transition: transform .22s ease, background .22s ease;
}

.ps-customization-panel.is-open .ps-customization-toggle b {
    transform: rotate(180deg);
    background: rgba(255,216,77,.16);
}

.ps-customization-panel-body {
    display: none;
    padding: 18px;
    border-top: 1px solid rgba(255,255,255,.09);
}

.ps-customization-panel.is-open .ps-customization-panel-body {
    display: block;
}

/* O antigo head deixa de ser necessário caso exista em cache */
.ps-customization-panel-head {
    display: none !important;
}


/* ==========================================
   ETAPA 5 - PREMIUM: VISUAL AVANCADO CONTROLADO
   ========================================== */

/* Painel Premium */
.ps-customization-panel[data-plan="premium"] {
    border-color: rgba(255, 216, 77, .42);
    box-shadow:
        0 0 0 1px rgba(255,216,77,.12),
        0 28px 100px rgba(255, 193, 7, .14),
        0 28px 100px rgba(90, 42, 190, .22);
}

.ps-customization-panel[data-plan="premium"] .ps-customization-toggle {
    background:
        linear-gradient(135deg, rgba(255,216,77,.18), rgba(127,83,255,.16)),
        rgba(10,5,18,.92);
}

/* Tema Premium: Clean escuro */
.ps-advertiser-page.ps-theme-clean-dark {
    background:
        radial-gradient(circle at 50% -10%, rgba(255,255,255,.10), transparent 28%),
        linear-gradient(180deg, #050508, #0c0b12 52%, #050508);
}

.ps-advertiser-page.ps-theme-clean-dark .ps-masonry-gallery,
.ps-advertiser-page.ps-theme-clean-dark .ps-about-premium,
.ps-advertiser-page.ps-theme-clean-dark .ps-video-cases-premium,
.ps-advertiser-page.ps-theme-clean-dark .ps-services-premium,
.ps-advertiser-page.ps-theme-clean-dark .ps-final-cta-premium {
    background: rgba(255,255,255,.035);
    border-color: rgba(255,255,255,.075);
}

/* Hero Premium: Cinematic */
.ps-advertiser-page.ps-hero-layout-cinematic .ps-hero-behance {
    min-height: 760px !important;
    overflow: hidden;
}

.ps-advertiser-page.ps-hero-layout-cinematic .ps-hero-behance::before {
    background:
        linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.18), rgba(0,0,0,.88)),
        linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.78)) !important;
    opacity: 1 !important;
}

.ps-advertiser-page.ps-hero-layout-cinematic .ps-hero-content,
.ps-advertiser-page.ps-hero-layout-cinematic .ps-hero-inner {
    min-height: 760px !important;
    justify-content: center;
}

.ps-advertiser-page.ps-hero-layout-cinematic .ps-hero-title,
.ps-advertiser-page.ps-hero-layout-cinematic h1 {
    font-size: clamp(52px, 8vw, 112px) !important;
    letter-spacing: -.075em !important;
    line-height: .86 !important;
    max-width: 980px !important;
}

.ps-advertiser-page.ps-hero-layout-cinematic .ps-hero-description,
.ps-advertiser-page.ps-hero-layout-cinematic .ps-hero-subtitle,
.ps-advertiser-page.ps-hero-layout-cinematic .ps-hero-text {
    max-width: 760px !important;
    font-size: 18px !important;
}

/* Hero Premium: Fullscreen */
.ps-advertiser-page.ps-hero-layout-fullscreen .ps-hero-behance {
    min-height: 100vh !important;
}

.ps-advertiser-page.ps-hero-layout-fullscreen .ps-hero-content,
.ps-advertiser-page.ps-hero-layout-fullscreen .ps-hero-inner {
    min-height: 100vh !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ps-advertiser-page.ps-hero-layout-fullscreen .ps-hero-profile,
.ps-advertiser-page.ps-hero-layout-fullscreen .ps-hero-main {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ps-advertiser-page.ps-hero-layout-fullscreen .ps-hero-actions,
.ps-advertiser-page.ps-hero-layout-fullscreen .ps-hero-buttons {
    justify-content: center !important;
}

/* Hero Premium: Editorial */
.ps-advertiser-page.ps-hero-layout-editorial .ps-hero-behance {
    min-height: 680px !important;
    background-size: 58% auto !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.ps-advertiser-page.ps-hero-layout-editorial .ps-hero-behance::before {
    background:
        linear-gradient(90deg, rgba(8,5,14,.96) 0%, rgba(8,5,14,.86) 42%, rgba(8,5,14,.28) 100%) !important;
}

.ps-advertiser-page.ps-hero-layout-editorial .ps-hero-content,
.ps-advertiser-page.ps-hero-layout-editorial .ps-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.ps-advertiser-page.ps-hero-layout-editorial .ps-hero-title,
.ps-advertiser-page.ps-hero-layout-editorial h1 {
    font-family: inherit;
    font-size: clamp(44px, 6vw, 92px) !important;
    max-width: 760px;
}

/* Galeria Premium: Carrossel horizontal */
.ps-advertiser-page.ps-gallery-layout-carousel .ps-masonry {
    column-count: initial !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(320px, 460px) !important;
    grid-template-columns: none !important;
    gap: 22px !important;
    overflow-x: auto !important;
    scroll-snap-type: inline mandatory;
    padding: 8px 8px 24px !important;
    scrollbar-width: none;
}

.ps-advertiser-page.ps-gallery-layout-carousel .ps-masonry::-webkit-scrollbar {
    display: none;
}

.ps-advertiser-page.ps-gallery-layout-carousel .ps-masonry-item,
.ps-advertiser-page.ps-gallery-layout-carousel .ps-project-card {
    scroll-snap-align: start;
    width: 100% !important;
    height: 520px !important;
    min-height: 520px !important;
    border-radius: 34px !important;
    overflow: hidden !important;
    box-shadow: 0 28px 90px rgba(0,0,0,.38);
    border: 1px solid rgba(255,255,255,.14);
}

.ps-advertiser-page.ps-gallery-layout-carousel .ps-masonry-item img,
.ps-advertiser-page.ps-gallery-layout-carousel .ps-project-card img {
    width: 100% !important;
    height: 520px !important;
    object-fit: cover !important;
}

/* Galeria Premium: Showcase */
.ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry {
    column-count: initial !important;
    display: grid !important;
    grid-template-columns: 1.35fr .8fr .8fr !important;
    grid-auto-rows: 260px !important;
    gap: 22px !important;
}

.ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry-item,
.ps-advertiser-page.ps-gallery-layout-showcase .ps-project-card {
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 24px 80px rgba(0,0,0,.34);
}

.ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry-item:first-child {
    grid-row: span 2;
}

.ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry-item:nth-child(4n) {
    grid-column: span 2;
}

.ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry-item img,
.ps-advertiser-page.ps-gallery-layout-showcase .ps-project-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry-item::after {
    content: "PREMIUM";
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255,216,77,.95), rgba(255,193,7,.86));
    color: #140b20;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
}

/* Premium limpa distrações por padrão visual */
.ps-advertiser-page.ps-theme-clean-dark .ps-vitrine-related-section {
    display: none !important;
}

@media (max-width: 980px) {
    .ps-advertiser-page.ps-hero-layout-editorial .ps-hero-behance {
        background-size: cover !important;
        background-position: center !important;
    }

    .ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry {
        grid-template-columns: 1fr !important;
        grid-auto-rows: 360px !important;
    }

    .ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry-item:first-child,
    .ps-advertiser-page.ps-gallery-layout-showcase .ps-masonry-item:nth-child(4n) {
        grid-column: auto;
        grid-row: auto;
    }
}


/* ==========================================
   ETAPA 6 - PERSONALIZACAO CONTROLADA DOS BOTOES / CTA
   ========================================== */

/* Base: todos os CTAs principais controlados pelo preset */
.ps-advertiser-page [class*="btn"],
.ps-advertiser-page [class*="button"],
.ps-advertiser-page .ps-final-cta-button,
.ps-advertiser-page .ps-services-cta,
.ps-advertiser-page .ps-vitrine-related-btn,
.ps-advertiser-page .ps-action-btn,
.ps-advertiser-page a[href*="wa.me"],
.ps-advertiser-page a[href*="whatsapp"] {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

/* Outline */
.ps-advertiser-page.ps-button-style-outline .ps-final-cta-button,
.ps-advertiser-page.ps-button-style-outline .ps-services-cta,
.ps-advertiser-page.ps-button-style-outline .ps-vitrine-related-btn,
.ps-advertiser-page.ps-button-style-outline .ps-action-btn,
.ps-advertiser-page.ps-button-style-outline a[href*="wa.me"],
.ps-advertiser-page.ps-button-style-outline a[href*="whatsapp"] {
    background: transparent !important;
    color: #ffd84d !important;
    border: 1.5px solid rgba(255,216,77,.75) !important;
    box-shadow: none !important;
}

.ps-advertiser-page.ps-button-style-outline .ps-final-cta-button:hover,
.ps-advertiser-page.ps-button-style-outline .ps-services-cta:hover,
.ps-advertiser-page.ps-button-style-outline .ps-vitrine-related-btn:hover,
.ps-advertiser-page.ps-button-style-outline .ps-action-btn:hover {
    background: rgba(255,216,77,.12) !important;
    transform: translateY(-3px);
}

/* Glow */
.ps-advertiser-page.ps-button-style-glow .ps-final-cta-button,
.ps-advertiser-page.ps-button-style-glow .ps-services-cta,
.ps-advertiser-page.ps-button-style-glow .ps-vitrine-related-btn,
.ps-advertiser-page.ps-button-style-glow .ps-action-btn,
.ps-advertiser-page.ps-button-style-glow a[href*="wa.me"],
.ps-advertiser-page.ps-button-style-glow a[href*="whatsapp"] {
    background: linear-gradient(135deg, #ffd84d, #ffb300) !important;
    color: #160b22 !important;
    border: 0 !important;
    box-shadow: 0 0 0 1px rgba(255,216,77,.28), 0 16px 44px rgba(255,193,7,.32) !important;
}

.ps-advertiser-page.ps-button-style-glow .ps-final-cta-button:hover,
.ps-advertiser-page.ps-button-style-glow .ps-services-cta:hover,
.ps-advertiser-page.ps-button-style-glow .ps-vitrine-related-btn:hover,
.ps-advertiser-page.ps-button-style-glow .ps-action-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 0 0 1px rgba(255,216,77,.38), 0 22px 70px rgba(255,193,7,.42) !important;
}

/* Dark premium */
.ps-advertiser-page.ps-button-style-dark .ps-final-cta-button,
.ps-advertiser-page.ps-button-style-dark .ps-services-cta,
.ps-advertiser-page.ps-button-style-dark .ps-vitrine-related-btn,
.ps-advertiser-page.ps-button-style-dark .ps-action-btn,
.ps-advertiser-page.ps-button-style-dark a[href*="wa.me"],
.ps-advertiser-page.ps-button-style-dark a[href*="whatsapp"] {
    background: linear-gradient(135deg, rgba(20,12,32,.98), rgba(50,30,80,.94)) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    box-shadow: 0 18px 44px rgba(0,0,0,.36) !important;
}

.ps-advertiser-page.ps-button-style-dark .ps-final-cta-button:hover,
.ps-advertiser-page.ps-button-style-dark .ps-services-cta:hover,
.ps-advertiser-page.ps-button-style-dark .ps-vitrine-related-btn:hover,
.ps-advertiser-page.ps-button-style-dark .ps-action-btn:hover {
    border-color: rgba(255,216,77,.42) !important;
    transform: translateY(-4px);
}

/* Glass */
.ps-advertiser-page.ps-button-style-glass .ps-final-cta-button,
.ps-advertiser-page.ps-button-style-glass .ps-services-cta,
.ps-advertiser-page.ps-button-style-glass .ps-vitrine-related-btn,
.ps-advertiser-page.ps-button-style-glass .ps-action-btn,
.ps-advertiser-page.ps-button-style-glass a[href*="wa.me"],
.ps-advertiser-page.ps-button-style-glass a[href*="whatsapp"] {
    background: rgba(255,255,255,.10) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    box-shadow: 0 18px 54px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(14px);
}

.ps-advertiser-page.ps-button-style-glass .ps-final-cta-button:hover,
.ps-advertiser-page.ps-button-style-glass .ps-services-cta:hover,
.ps-advertiser-page.ps-button-style-glass .ps-vitrine-related-btn:hover,
.ps-advertiser-page.ps-button-style-glass .ps-action-btn:hover {
    background: rgba(255,255,255,.16) !important;
    transform: translateY(-4px);
}

/* Gold premium */
.ps-advertiser-page.ps-button-style-gold .ps-final-cta-button,
.ps-advertiser-page.ps-button-style-gold .ps-services-cta,
.ps-advertiser-page.ps-button-style-gold .ps-vitrine-related-btn,
.ps-advertiser-page.ps-button-style-gold .ps-action-btn,
.ps-advertiser-page.ps-button-style-gold a[href*="wa.me"],
.ps-advertiser-page.ps-button-style-gold a[href*="whatsapp"] {
    background: linear-gradient(135deg, #fff2a8 0%, #ffd84d 42%, #c98b00 100%) !important;
    color: #130b1c !important;
    border: 1px solid rgba(255,242,168,.65) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 18px 54px rgba(255,193,7,.28) !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.20);
}

/* Neon */
.ps-advertiser-page.ps-button-style-neon .ps-final-cta-button,
.ps-advertiser-page.ps-button-style-neon .ps-services-cta,
.ps-advertiser-page.ps-button-style-neon .ps-vitrine-related-btn,
.ps-advertiser-page.ps-button-style-neon .ps-action-btn,
.ps-advertiser-page.ps-button-style-neon a[href*="wa.me"],
.ps-advertiser-page.ps-button-style-neon a[href*="whatsapp"] {
    background: linear-gradient(135deg, #00fff0, #ff00d4) !important;
    color: #08040d !important;
    border: 0 !important;
    box-shadow: 0 0 18px rgba(0,255,240,.38), 0 0 34px rgba(255,0,212,.25) !important;
}

.ps-advertiser-page.ps-button-style-neon .ps-final-cta-button:hover,
.ps-advertiser-page.ps-button-style-neon .ps-services-cta:hover,
.ps-advertiser-page.ps-button-style-neon .ps-vitrine-related-btn:hover,
.ps-advertiser-page.ps-button-style-neon .ps-action-btn:hover {
    transform: translateY(-4px) scale(1.025);
    box-shadow: 0 0 26px rgba(0,255,240,.48), 0 0 54px rgba(255,0,212,.36) !important;
}


/* ==========================================
   ETAPA 7 - GATILHOS DE UPGRADE / SOFT LOCK
   ========================================== */

.ps-customization-copy {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,216,77,.10), rgba(127,83,255,.08)),
        rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
}

.ps-customization-copy strong {
    display: block;
    color: #ffd84d;
    font-size: 14px;
    font-weight: 950;
    margin-bottom: 4px;
}

.ps-customization-copy p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.5;
}

.ps-customization-panel select option[data-locked="1"] {
    color: rgba(255,255,255,.55);
}

.ps-upgrade-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.ps-upgrade-modal.active {
    display: flex;
}

.ps-upgrade-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5,2,10,.72);
    backdrop-filter: blur(8px);
}

.ps-upgrade-modal-card {
    position: relative;
    width: min(480px, 100%);
    border-radius: 30px;
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(255,216,77,.16), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)),
        #130a20;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 34px 110px rgba(0,0,0,.56);
    color: #fff;
}

.ps-upgrade-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.ps-upgrade-kicker {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255,216,77,.13);
    border: 1px solid rgba(255,216,77,.24);
    color: #ffd84d;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-upgrade-modal-card h3 {
    margin: 14px 0 10px;
    color: #fff;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1;
    letter-spacing: -.045em;
}

.ps-upgrade-modal-card p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.6;
}

.ps-upgrade-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ps-upgrade-primary,
.ps-upgrade-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 999px;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
}

.ps-upgrade-primary {
    background: linear-gradient(135deg, #ffd84d, #ffc107);
    color: #140b20;
    border: 0;
    box-shadow: 0 16px 44px rgba(255,193,7,.24);
}

.ps-upgrade-secondary {
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.14);
}


/* ==========================================
   ANUNCIE GRATIS + ACESSO DA VITRINE FREE
   ========================================== */
.ps-anuncie-gratis-card,
.ps-vitrine-access-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(24px, 4vw, 42px);
    background:
        radial-gradient(circle at top right, rgba(255,216,77,.16), transparent 34%),
        linear-gradient(135deg, rgba(122,43,255,.18), rgba(255,43,189,.10)),
        rgba(14,7,24,.88);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 80px rgba(0,0,0,.32);
    color: #fff;
}

.ps-anuncie-gratis-card {
    max-width: 1180px;
    margin: 28px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.ps-anuncie-gratis-content span,
.ps-vitrine-access-card > span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255,216,77,.12);
    border: 1px solid rgba(255,216,77,.22);
    color: #ffd84d;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-anuncie-gratis-card h2,
.ps-vitrine-access-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -.05em;
}

.ps-anuncie-gratis-card p,
.ps-vitrine-access-card p {
    margin: 0;
    max-width: 620px;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.55;
}

.ps-anuncie-gratis-btn,
.ps-link-minha-vitrine,
.ps-vitrine-access-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd84d, #ffc107);
    color: #160b22 !important;
    font-weight: 950;
    text-decoration: none !important;
    box-shadow: 0 16px 44px rgba(255,193,7,.24);
    white-space: nowrap;
}

.ps-vitrine-access-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ps-vitrine-access-btn.secondary {
    background: rgba(255,255,255,.08);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: none;
}

@media (max-width: 760px) {
    .ps-anuncie-gratis-card {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 14px;
        margin-right: 14px;
    }
}


/* ==========================================
   HEADER WIDGET - MENU MARKETPLACE
   Shortcode: [ps_header_market_menu]
   ========================================== */
.ps-header-market-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    padding: 8px 12px 10px;
    background: transparent;
}

.ps-header-market-menu a,
.ps-header-market-link {
    position: relative;
    color: rgba(255,255,255,.76) !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}

.ps-header-market-menu a:hover,
.ps-header-market-link:hover {
    color: #fff !important;
    transform: translateY(-1px);
}

.ps-header-market-link:not(.ps-header-market-cta)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2bbd, #ffd84d);
    transform: translateX(-50%);
    transition: width .2s ease;
}

.ps-header-market-link:not(.ps-header-market-cta):hover::after {
    width: 100%;
}

.ps-header-market-cta {
    padding: 8px 18px;
    border-radius: 999px;
    color: #170b21 !important;
    background: linear-gradient(135deg, #fff1a6, #ffd84d 45%, #ffc107);
    border: 1px solid rgba(255,216,77,.5);
    box-shadow: 0 10px 26px rgba(255,193,7,.22);
}

.ps-header-market-cta:hover {
    color: #170b21 !important;
    box-shadow: 0 14px 34px rgba(255,193,7,.32);
}

@media (max-width: 768px) {
    .ps-header-market-menu {
        gap: 10px;
        padding: 7px 8px 9px;
    }

    .ps-header-market-menu a,
    .ps-header-market-link {
        font-size: 12px;
    }

    .ps-header-market-cta {
        padding: 7px 11px;
    }
}

@media (max-width: 420px) {
    .ps-header-market-menu {
        gap: 7px;
    }

    .ps-header-market-menu a,
    .ps-header-market-link {
        font-size: 11px;
    }

    .ps-header-market-cta {
        padding: 7px 9px;
    }
}

/* ==========================================
   GLOBAL HEADER PELE - SHORTCODE [ps_global_header]
   ========================================== */
.ps-global-header {
    width: 100%;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.ps-global-header,
.ps-global-header * {
    box-sizing: border-box;
}

.ps-gh-desktop {
    display: block;
}

.ps-gh-mobile {
    display: none;
}

.ps-gh-row {
    width: min(1180px, calc(100% - 42px));
    margin: 0 auto;
}

.ps-gh-main-row {
    min-height: 78px;
    display: grid;
    grid-template-columns: 150px minmax(280px, 1fr) auto;
    align-items: center;
    gap: 20px;
}

.ps-gh-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}

.ps-gh-logo img {
    width: auto;
    max-height: 52px;
    display: block;
}

.ps-gh-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.ps-gh-search input[type="search"] {
    min-height: 48px;
    width: 100%;
    padding: 0 16px;
    border-radius: 10px;
    background: rgba(5, 2, 10, .28);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    outline: none;
    font-size: 15px;
}

.ps-gh-search input[type="search"]::placeholder {
    color: rgba(255,255,255,.54);
}

.ps-gh-search button {
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff2bd1, #8e2dff);
    color: #fff;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(177, 52, 255, .20);
}

.ps-gh-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.ps-gh-icon-btn,
.ps-gh-vip {
    min-width: 52px;
    min-height: 46px;
    border: 0;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: 950;
}

.ps-gh-icon-btn {
    position: relative;
    background: linear-gradient(135deg, #ff0abf, #852dff);
    color: #fff !important;
    box-shadow: 0 10px 26px rgba(202, 31, 255, .20);
}

.ps-gh-cart span {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff2bd1;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    font-weight: 950;
}

.ps-gh-vip {
    padding: 0 18px;
    background: linear-gradient(135deg, #ffd84d, #ffc107);
    color: #160b22 !important;
    box-shadow: 0 10px 26px rgba(255,193,7,.18);
}

.ps-gh-account {
    position: relative;
}

.ps-gh-account-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 250px;
    padding: 14px;
    border-radius: 18px;
    background: #160020;
    border: 1px solid rgba(255, 43, 189, .26);
    box-shadow: 0 24px 70px rgba(0,0,0,.44);
    display: none;
    z-index: 20;
}

.ps-gh-account.is-open .ps-gh-account-dropdown {
    display: grid;
}

.ps-gh-user-email {
    display: block;
    padding: 8px 10px 12px;
    color: #fff;
    font-size: 12px;
    word-break: break-word;
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin-bottom: 6px;
}

.ps-gh-account-dropdown a {
    padding: 12px 10px;
    color: rgba(255,255,255,.88) !important;
    text-decoration: none !important;
    border-radius: 10px;
    font-weight: 800;
}

.ps-gh-account-dropdown a:hover {
    background: rgba(255,255,255,.08);
    color: #fff !important;
}

.ps-gh-market-row {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.ps-gh-market-row a {
    position: relative;
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.ps-gh-market-row a:not(.ps-gh-market-cta)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2bbd, #ffd84d);
    transform: translateX(-50%);
    transition: width .22s ease;
}

.ps-gh-market-row a:not(.ps-gh-market-cta):hover::after {
    width: 100%;
}

.ps-gh-market-cta {
    padding: 9px 18px;
    border-radius: 999px;
    color: #170b21 !important;
    background: linear-gradient(135deg, #fff1a6, #ffd84d 45%, #ffc107);
    box-shadow: 0 10px 26px rgba(255,193,7,.18);
}

@media (max-width: 860px) {
    .ps-gh-desktop {
        display: none;
    }

    .ps-gh-mobile {
        display: block;
    }

    .ps-gh-mobile-top {
        min-height: 64px;
        width: min(100% - 28px, 1180px);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .ps-gh-mobile .ps-gh-logo img {
        max-height: 46px;
    }

    .ps-gh-mobile-toggle {
        width: 50px;
        height: 44px;
        border: 0;
        border-radius: 14px;
        background: linear-gradient(135deg, #ff2bd1, #8e2dff);
        color: #fff;
        font-size: 24px;
        font-weight: 950;
        cursor: pointer;
        box-shadow: 0 10px 26px rgba(202, 31, 255, .20);
    }

    .ps-gh-mobile-panel {
        display: none;
        padding: 0 14px 18px;
    }

    .ps-global-header.is-mobile-open .ps-gh-mobile-panel {
        display: block;
    }

    .ps-gh-search.is-mobile {
        margin: 12px auto;
        grid-template-columns: 1fr auto;
        width: min(100%, 620px);
    }

    .ps-gh-search.is-mobile input[type="search"],
    .ps-gh-search.is-mobile button {
        min-height: 46px;
    }

    .ps-gh-search.is-mobile button {
        padding: 0 14px;
    }

    .ps-gh-mobile-menu {
        width: min(100%, 620px);
        margin: 0 auto;
        display: grid;
        gap: 8px;
    }

    .ps-gh-mobile-menu a {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 14px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.09);
        color: rgba(255,255,255,.88) !important;
        text-decoration: none !important;
        font-weight: 900;
    }

    .ps-gh-mobile-menu .ps-gh-mobile-cta {
        background: linear-gradient(135deg, #fff1a6, #ffd84d 45%, #ffc107);
        color: #170b21 !important;
        border: 0;
    }
}

/* ==========================================
   AJUSTE HEADER - LOGO EM CONTAINER ESTILO BOTAO
   ========================================== */
.ps-gh-logo {
    min-width: 74px;
    min-height: 54px;
    padding: 6px 10px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(255, 43, 209, .16), rgba(142, 45, 255, .18)),
        rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.13);
    box-shadow:
        0 10px 26px rgba(202, 31, 255, .18),
        inset 0 1px 0 rgba(255,255,255,.08);
    overflow: hidden;
}

.ps-gh-logo:hover {
    transform: translateY(-1px);
    border-color: rgba(255,255,255,.22);
    box-shadow:
        0 14px 32px rgba(202, 31, 255, .24),
        inset 0 1px 0 rgba(255,255,255,.10);
}

.ps-gh-logo img {
    max-height: 44px;
    max-width: 58px;
    width: auto;
    object-fit: contain;
    display: block;
    border-radius: 12px;
}

@media (max-width: 860px) {
    .ps-gh-mobile .ps-gh-logo {
        min-width: 62px;
        min-height: 50px;
        padding: 5px 8px;
        border-radius: 15px;
    }

    .ps-gh-mobile .ps-gh-logo img {
        max-height: 40px;
        max-width: 52px;
    }
}


/* ==========================================
   GLOBAL HEADER - MINI CART DROPDOWN
   ========================================== */
.ps-gh-cart-wrap {
    position: relative;
    display: inline-flex;
}

.ps-gh-cart {
    font-family: inherit;
}

.ps-gh-cart-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(360px, calc(100vw - 28px));
    padding: 18px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 43, 189, .10), transparent 32%),
        #12001c;
    border: 1px solid rgba(255, 43, 189, .22);
    box-shadow: 0 28px 90px rgba(0,0,0,.52);
    color: #fff;
    z-index: 50;
    display: none;
}

.ps-gh-cart-wrap.is-open .ps-gh-cart-dropdown {
    display: block;
}

.ps-gh-cart-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.ps-gh-cart-empty {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 10px;
    padding: 42px 14px 28px;
}

.ps-gh-cart-empty-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff2bd1, #8e2dff);
    box-shadow: 0 12px 32px rgba(202,31,255,.22);
    font-size: 22px;
}

.ps-gh-cart-empty strong {
    color: #fff;
    font-size: 17px;
    font-weight: 950;
}

.ps-gh-cart-empty p {
    max-width: 260px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.45;
}

.ps-gh-cart-empty a {
    margin-top: 8px;
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd84d, #ffc107);
    color: #170b21 !important;
    text-decoration: none !important;
    font-weight: 950;
}

.ps-gh-cart-items {
    display: grid;
    gap: 10px;
    padding-top: 34px;
}

.ps-gh-cart-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
}

.ps-gh-cart-thumb img {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    object-fit: cover;
    display: block;
}

.ps-gh-cart-info {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.ps-gh-cart-info strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 950;
    text-transform: uppercase;
}

.ps-gh-cart-info span {
    color: #ffd84d;
    font-size: 13px;
    font-weight: 950;
}

.ps-gh-cart-subtotal {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
}

.ps-gh-cart-subtotal span {
    color: rgba(255,255,255,.70);
    font-size: 13px;
    font-weight: 850;
}

.ps-gh-cart-subtotal strong {
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.ps-gh-cart-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.ps-gh-cart-actions a {
    min-height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.11);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 950;
}

.ps-gh-cart-actions a.is-primary {
    background: linear-gradient(135deg, #ffd84d, #ffc107);
    color: #170b21 !important;
    border-color: rgba(255,216,77,.45);
    box-shadow: 0 12px 34px rgba(255,193,7,.20);
}

@media (max-width: 860px) {
    .ps-gh-cart-dropdown {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100vw - 28px);
    }
}


/* ==========================================
   HEADER - BOTAO ENTRAR DESLOGADO
   ========================================== */
.ps-gh-login-btn {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff2bd1, #8e2dff);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 950;
    box-shadow: 0 10px 26px rgba(202, 31, 255, .20);
    white-space: nowrap;
}

.ps-gh-login-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(202, 31, 255, .28);
}

@media (max-width: 860px) {
    .ps-gh-login-btn {
        min-height: 42px;
        padding: 0 14px;
        border-radius: 12px;
    }
}

/* ==========================================
   HEADER - SLOT VIP ENTRE CARRINHO E AVATAR
   ========================================== */
.ps-gh-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.ps-gh-vip-slot {
    flex: 0 0 132px;
    width: 132px;
    height: 46px;
    min-width: 132px;
    max-width: 132px;
    min-height: 46px;
    max-height: 46px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
}

/* limita apenas o conteúdo do shortcode, sem afetar carrinho/avatar */
.ps-gh-vip-slot > * {
    max-width: 132px !important;
    max-height: 46px !important;
}

.ps-gh-vip-slot a,
.ps-gh-vip-slot button {
    width: 132px !important;
    max-width: 132px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

/* mantém o botão antigo .ps-gh-vip sem interferir caso exista em cache */
.ps-gh-vip {
    display: none !important;
}

@media (max-width: 860px) {
    .ps-gh-vip-slot {
        flex: 0 0 120px;
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        height: 42px;
        min-height: 42px;
        max-height: 42px;
    }

    .ps-gh-vip-slot > *,
    .ps-gh-vip-slot a,
    .ps-gh-vip-slot button {
        width: 120px !important;
        max-width: 120px !important;
        min-height: 42px !important;
        max-height: 42px !important;
    }
}


/* ==========================================
   HEADER - BUSCADOR INTELIGENTE PRODUTOS
   ========================================== */
.ps-gh-search {
    position: relative;
}

.ps-gh-search-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    background:
        radial-gradient(circle at top right, rgba(255,43,189,.10), transparent 34%),
        #12001c;
    border: 1px solid rgba(255,43,189,.22);
    box-shadow: 0 24px 80px rgba(0,0,0,.46);
    border-radius: 20px;
    padding: 10px;
    z-index: 999999;
    display: none;
    overflow: hidden;
}

.ps-gh-search-dropdown.is-open {
    display: block;
}

.ps-gh-search-state {
    padding: 16px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 850;
    text-align: center;
}

.ps-gh-search-results {
    display: grid;
    gap: 8px;
}

.ps-gh-search-result {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 15px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.07);
    text-decoration: none !important;
    transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.ps-gh-search-result:hover {
    background: rgba(255,255,255,.075);
    border-color: rgba(255,216,77,.22);
    transform: translateY(-1px);
}

.ps-gh-search-thumb {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: rgba(255,255,255,.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ps-gh-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ps-gh-search-info {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.ps-gh-search-info strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps-gh-search-info small {
    color: #ffd84d;
    font-size: 12px;
    font-weight: 900;
}

.ps-gh-search-all {
    min-height: 40px;
    margin-top: 4px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffd84d, #ffc107);
    color: #170b21 !important;
    text-decoration: none !important;
    font-weight: 950;
}

@media (max-width: 860px) {
    .ps-gh-search-dropdown {
        top: calc(100% + 8px);
        border-radius: 18px;
    }
}

/* ==========================================
   HERO EDITOR - DICA RESPONSIVA DE CAPA
   ========================================== */
.ps-hero-upload-hint {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 12;
    width: min(430px, calc(100% - 48px));
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(255,216,77,.12), transparent 42%),
        rgba(12, 5, 22, .78);
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: 0 18px 54px rgba(0,0,0,.32);
    color: #fff;
    backdrop-filter: blur(12px);
    pointer-events: none;
}

.ps-hero-upload-hint-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,43,209,.22), rgba(142,45,255,.22));
    border: 1px solid rgba(255,255,255,.12);
    font-size: 19px;
}

.ps-hero-upload-hint-content {
    min-width: 0;
    display: grid;
    gap: 7px;
}

.ps-hero-upload-hint-content strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -.01em;
}

.ps-hero-upload-hint-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ps-hero-upload-hint-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 800;
}

.ps-hero-upload-hint-grid b {
    color: #ffd84d;
    font-weight: 950;
    margin-left: 3px;
}

.ps-hero-upload-hint-content small {
    color: rgba(255,255,255,.62);
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 768px) {
    .ps-hero-upload-hint {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
        border-radius: 18px;
    }

    .ps-hero-upload-hint-icon {
        width: 36px;
        height: 36px;
        border-radius: 13px;
        font-size: 17px;
    }

    .ps-hero-upload-hint-content strong {
        font-size: 13px;
    }

    .ps-hero-upload-hint-grid {
        gap: 6px;
    }

    .ps-hero-upload-hint-grid span {
        min-height: 24px;
        padding: 4px 8px;
        font-size: 11px;
    }

    .ps-hero-upload-hint-content small {
        font-size: 11px;
    }
}

@media (max-width: 420px) {
    .ps-hero-upload-hint {
        position: absolute;
        grid-template-columns: 1fr;
    }

    .ps-hero-upload-hint-icon {
        display: none;
    }

    .ps-hero-upload-hint-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}
