:root {
    --bg: #08060d;
    --bg-soft: #120d18;
    --card: rgba(255,255,255,.045);
    --border: rgba(255,255,255,.09);
    --text: #f7efff;
    --muted: #b9aac9;
    --primary: #c03cff;
    --secondary: #ff2f7d;
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(192,60,255,.18), transparent 28%),
        radial-gradient(circle at top right, rgba(255,47,125,.14), transparent 24%),
        var(--bg);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
}

a {
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(3,3,3,.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: background .22s ease, box-shadow .22s ease;
}

.site-header.is-scrolled {
    background: rgba(3,3,3,.94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
}

.navbar {
    min-height: 96px;
    padding: 18px 0 14px;
    transition: min-height .22s ease, padding .22s ease;
}

.site-header.is-scrolled .navbar {
    min-height: 74px;
    padding: 8px 0;
}

.site-logo {
    width: 188px;
    max-width: 100%;
    height: auto;
    display: block;
    transition: width .22s ease, transform .22s ease;
}

.site-header.is-scrolled .site-logo {
    width: 154px;
}

.brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    font-weight: 800;
    box-shadow: 0 12px 34px rgba(192,60,255,.35);
}

.navbar-brand {
    padding: 0;
    margin: 0 44px 0 0;
}

.mobile-site-menu .offcanvas-body {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .mobile-site-menu {
        flex-grow: 1;
        justify-content: flex-end;
        background: transparent;
        border: 0;
    }
}

.navbar-brand strong {
    display: block;
    font-size: 1.45rem;
    color: #fff;
    font-family: Georgia, serif;
}

.navbar-brand small {
    color: var(--muted);
}

.nav-link {
    color: rgba(255,255,255,.78) !important;
    font-weight: 700;
    margin: 0 10px;
    font-size: .96rem;
}

.nav-link:hover {
    color: #fff !important;
}


.header-actions {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
}

/* HEADER ADMIN - Reduz a navegação pública dentro das telas administrativas. */
.site-header-admin .navbar {
    justify-content: space-between;
    min-height: 72px;
    padding: 8px 0;
}

.site-header-admin .site-logo {
    width: 82px;
}

.admin-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.admin-header-actions span {
    color: rgba(255, 255, 255, .58);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.admin-header-actions .btn {
    min-height: 40px;
    padding: 8px 15px;
    border-radius: 14px;
}

/* HEADER - Bandeiras de idioma com tradução automática */
.header-utility-row {
    display: flex;
    justify-content: flex-end;
    min-height: 0;
    margin-bottom: -8px;
    padding-top: 16px;
    pointer-events: none;
    transition: margin-bottom .22s ease, padding-top .22s ease, opacity .22s ease;
}

.site-header.is-scrolled .header-utility-row {
    margin-bottom: -12px;
    padding-top: 8px;
}

.header-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
    pointer-events: auto;
}

/* HEADER - Seletor compacto de país preferido para busca pública */
.header-country-selector {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 8px 0 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
    pointer-events: auto;
}

.header-country-selector span {
    color: rgba(255, 255, 255, .58);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.header-country-selector select {
    width: auto;
    max-width: 138px;
    border: 0;
    color: #ffffff;
    background: transparent;
    font-size: .82rem;
    font-weight: 800;
    outline: 0;
    cursor: pointer;
}

.header-country-selector option {
    color: #101014;
}

.header-language-link {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.header-language-link img {
    width: 20px;
    height: 14px;
    display: block;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .22);
}

.header-language-link:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-1px);
}

.google-translate-element,
.goog-te-banner-frame,
.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.btn-gradient {
    border: none;
    color: #fff;
    font-weight: 800;
    border-radius: 13px;
    padding: 11px 18px;
    background: linear-gradient(135deg, #b60000, #ff1f1f);
    box-shadow: 0 14px 34px rgba(255,0,0,.24);
}

.btn-gradient:hover {
    color: #fff;
    transform: translateY(-1px);
}

.btn-outline-light {
    border-color: rgba(255,255,255,.16);
    border-radius: 13px;
    padding: 10px 17px;
    font-weight: 700;
    color: #fff;
}

/*HERO BLOCK*/
.hero {
    padding: 92px 0 86px;
    background:
        linear-gradient(90deg, rgba(3,3,3,.96) 0%, rgba(15,2,2,.92) 42%, rgba(45,0,0,.76) 100%),
        radial-gradient(circle at 18% 22%, rgba(140,0,0,.34), transparent 32%),
        radial-gradient(circle at 82% 58%, rgba(255,0,0,.22), transparent 34%),
        #030303;
    border-bottom: 1px solid rgba(255,255,255,.08);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../image/bg-home.jpg') right center / cover no-repeat;
    opacity: .26;
    filter: saturate(.9) contrast(1.08);
    pointer-events: none;
    animation: heroBgFloat 14s ease-in-out infinite alternate;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3,3,3,.82) 0%, rgba(3,3,3,.52) 48%, rgba(3,3,3,.30) 100%),
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.055), transparent 34%);
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.055);
    color: rgba(255,255,255,.88);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: .88rem;
    margin-bottom: 24px;
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.hero-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #ff1616;
    box-shadow: 0 0 18px rgba(255,0,0,.95);
    animation: pulseDot 1.35s ease-in-out infinite;
}

.hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3.7rem, 6.8vw, 7rem);
    line-height: .86;
    margin-bottom: 28px;
    font-weight: 600;
    letter-spacing: .01em;
    max-width: 720px;
    text-shadow: 0 18px 50px rgba(0,0,0,.58);
}

.hero h1 span {
    background: linear-gradient(135deg, #ffffff 0%, #ffb0b0 32%, #ff1f1f 62%, #8a0000 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.hero p {
    color: rgba(255,255,255,.76);
    font-size: 1.08rem;
    line-height: 1.85;
    max-width: 650px;
    text-shadow: 0 10px 24px rgba(0,0,0,.35);
}

.hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-media {
    position: relative;
    min-height: 500px;
    isolation: isolate;
}

.hero-media::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: 36px;
    top: 42px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,0,0,.22), transparent 64%);
    filter: blur(12px);
    z-index: -1;
    animation: softGlow 4.8s ease-in-out infinite alternate;
}

.hero-img-main,
.hero-img-small {
    position: absolute;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.035);
    box-shadow:
        0 28px 80px rgba(0,0,0,.58),
        inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
}

.hero-img-main {
    inset: 10px 74px 10px 0;
    animation: floatMain 6s ease-in-out infinite alternate;
}

.hero-img-small {
    width: 235px;
    height: 292px;
    right: 0;
    bottom: 46px;
    animation: floatSmall 5.4s ease-in-out infinite alternate;
}

.hero-img-main::after,
.hero-img-small::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 35%, rgba(0,0,0,.34) 100%),
        radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 34%);
    pointer-events: none;
}

.hero-img-main img,
.hero-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hero Premium - informações sobrepostas no banner principal da home */
.hero-premium-info {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 26px;
    z-index: 3;
    padding: 20px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
        rgba(3,3,3,.62);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(16px);
    box-shadow:
        0 20px 48px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.10);
}

.hero-premium-info span {
    display: block;
    color: rgba(255,75,75,.95);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .72rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.hero-premium-info strong {
    display: block;
    color: #fff;
    font-size: 1.22rem;
    line-height: 1.22;
}

.hero-premium-meta {
    display: grid;
    gap: 7px;
    margin-top: 12px;
}

.hero-premium-meta small {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: rgba(255,255,255,.82);
    font-size: .88rem;
    line-height: 1.35;
}

.hero-premium-meta i {
    flex: 0 0 auto;
    color: rgba(255,75,75,.95);
    font-size: 1rem;
}

.hero-premium-meta small span {
    display: block;
    min-width: 0;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: none;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

/* Animações do Hero */
@keyframes heroBgFloat {
    from {
        transform: scale(1) translate3d(0, 0, 0);
    }
    to {
        transform: scale(1.04) translate3d(-18px, -8px, 0);
    }
}

@keyframes pulseDot {
    0%, 100% {
        opacity: .65;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.55);
    }
}

@keyframes softGlow {
    from {
        opacity: .55;
        transform: scale(.96);
    }
    to {
        opacity: .95;
        transform: scale(1.08);
    }
}

@keyframes floatMain {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

@keyframes floatSmall {
    from {
        transform: translateY(0) rotate(0deg);
    }
    to {
        transform: translateY(-14px) rotate(.8deg);
    }
}
/**/

/*FILTER BOX*/
.filter-box,
.stat-card,
.profile-card,
.city-pill,
.feature-card,
.plan-card,
.cta-box {
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.filter-section {
    padding: 44px 0 6px;
    background:
        radial-gradient(circle at 18% 0%, rgba(150,0,0,.18), transparent 30%),
        radial-gradient(circle at 88% 24%, rgba(255,0,0,.10), transparent 32%),
        #030303;
    position: relative;
}

.filter-box {
    position: relative;
    z-index: 3;
    border-radius: 26px;
    padding: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.032)),
        rgba(8,8,8,.72);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow:
        0 22px 70px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.07);
    backdrop-filter: blur(14px);
}

.filter-box::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 26px;
    background: linear-gradient(120deg, rgba(255,255,255,.14), rgba(180,0,0,.22), rgba(255,255,255,.04));
    opacity: .45;
    z-index: -1;
    pointer-events: none;
}

.filter-box label {
    color: rgba(255,255,255,.58);
    font-size: .86rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 15px;
    background-color: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.10);
    color: #fff;
    font-weight: 600;
    transition: all .22s ease;
}

.form-control:hover,
.form-select:hover {
    border-color: rgba(255,255,255,.18);
    background-color: rgba(255,255,255,.075);
}

.form-control:focus,
.form-select:focus {
    color: #fff;
    background-color: rgba(255,255,255,.085);
    border-color: rgba(255,35,35,.52);
    box-shadow: 0 0 0 .22rem rgba(255,0,0,.12);
}

.form-control::placeholder {
    color: rgba(255,255,255,.42);
    font-weight: 500;
}

.form-select option {
    color: #111;
}

.form-text,
.advertiser-form-box .form-text,
.admin-panel-card .form-text {
    color: rgba(255, 255, 255, 0.62) !important;
}

.section {
    padding: 76px 0;
    position: relative;
}

.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.4rem, 4.2vw, 3.8rem);
    line-height: .98;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: .01em;
}

.section-subtitle {
    color: rgba(255,255,255,.66);
    max-width: 730px;
    line-height: 1.75;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 42px;
}

.stat-card {
    border-radius: 24px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.028)),
        rgba(10,10,10,.76);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow:
        0 18px 55px rgba(0,0,0,.26),
        inset 0 1px 0 rgba(255,255,255,.06);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.stat-card::after {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    right: -38px;
    top: -46px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,0,0,.18), transparent 67%);
    pointer-events: none;
}

.stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,40,40,.26);
    box-shadow:
        0 24px 70px rgba(0,0,0,.34),
        0 0 34px rgba(255,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.stat-card span {
    display: block;
    color: rgba(255,255,255,.58);
    margin-bottom: 9px;
    font-size: .92rem;
    font-weight: 600;
}

.stat-card strong {
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    letter-spacing: -.03em;
}
/**/

/**/
.featured-section {
    background:
        radial-gradient(circle at 12% 16%, rgba(120,0,0,.16), transparent 30%),
        radial-gradient(circle at 88% 42%, rgba(255,0,0,.09), transparent 32%),
        #030303;
}

.section-heading-lux {
    margin-bottom: 42px;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,85,85,.95);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .75rem;
    font-weight: 900;
    margin-bottom: 14px;
}

.section-kicker::before {
    content: "";
    width: 26px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,0,0,.95), transparent);
    box-shadow: 0 0 14px rgba(255,0,0,.65);
}

.featured-showcase {
    display: grid;
    gap: 28px;
}

.profile-featured-main {
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    min-height: 520px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        rgba(10,10,10,.88);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow:
        0 28px 86px rgba(0,0,0,.46),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.profile-featured-image {
    position: absolute;
    inset: 0;
}

.profile-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.02) contrast(1.04);
    transition: transform .7s ease;
}

.profile-featured-main:hover .profile-featured-image img {
    transform: scale(1.035);
}

.profile-featured-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 44%, rgba(0,0,0,.12) 100%),
        linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.72) 100%),
        radial-gradient(circle at 78% 22%, rgba(255,255,255,.14), transparent 28%);
}

.profile-featured-overlay {
    position: absolute;
    left: clamp(24px, 5vw, 58px);
    bottom: clamp(24px, 5vw, 54px);
    width: min(100% - 48px, 560px);
    z-index: 3;
}

.profile-featured-overlay h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: .88;
    font-weight: 600;
    margin: 10px 0 18px;
    text-shadow: 0 18px 46px rgba(0,0,0,.55);
}

.profile-featured-overlay p {
    color: rgba(255,255,255,.72);
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 24px;
}

.profile-featured-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* CARD DE PERFIL - Pontos de navegação da galeria de fotos do card */
.profile-gallery-dots {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 4;
    display: flex;
    gap: 7px;
    padding: 9px 10px;
    border-radius: 999px;
    background: rgba(3,3,3,.48);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
}

.profile-gallery-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.36);
    cursor: pointer;
    transition: width .22s ease, background .22s ease, box-shadow .22s ease;
}

.profile-gallery-dots button.active {
    width: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #a50000, #ff2626);
    box-shadow: 0 0 12px rgba(255,0,0,.55);
}

/* CARD DE PERFIL - Setas flutuantes para deixar clara a navegação entre fotos */
.profile-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: rgba(255,255,255,.92);
    background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
        rgba(3,3,3,.44);
    box-shadow: 0 14px 34px rgba(0,0,0,.34);
    backdrop-filter: blur(12px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity .22s ease, transform .22s ease, background .22s ease;
}

.profile-gallery-arrow:hover {
    background:
        linear-gradient(135deg, rgba(165,0,0,.92), rgba(255,38,38,.86));
    transform: translateY(-50%) scale(1.04);
}

.profile-gallery-arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.profile-gallery-arrow-prev {
    left: 16px;
}

.profile-gallery-arrow-next {
    right: 16px;
}

.profile-gallery-arrow i {
    font-size: 1.3rem;
    line-height: 1;
}
/**/

/*PROFILE CARD*/
.profile-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 34px;
    overflow: hidden;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        rgba(10,10,10,.88);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow:
        0 26px 70px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.06);
    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
    backdrop-filter: blur(10px);
}

.search-results-section .row > [class*="col-"] {
    display: flex;
}

.search-results-section .profile-card {
    width: 100%;
}

.search-result-block + .search-result-block {
    margin-top: 48px;
}

.search-result-block-heading {
    margin-bottom: 22px;
}

.search-result-block-heading h3 {
    color: #fff;
    font-size: clamp(1.55rem, 2vw, 2.25rem);
    font-weight: 700;
    margin: 8px 0 0;
}

.search-result-block-heading p {
    color: rgba(255,255,255,.62);
    margin: 8px 0 0;
    max-width: 760px;
}

.compact-profile-grid > [class*="col-"] {
    display: flex;
}

.profile-card-compact {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 360px;
    padding: 12px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)),
        rgba(12,12,14,.92);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow: 0 18px 44px rgba(0,0,0,.32);
    overflow: hidden;
}

.profile-card-compact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(230,43,43,.12), transparent 42%);
    pointer-events: none;
}

.profile-card-compact-body,
.profile-card-compact-actions {
    position: relative;
    z-index: 1;
}

.profile-card-compact-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
}

.profile-card-compact-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
}

.profile-card-compact:hover .profile-card-compact-image img {
    transform: scale(1.04);
    filter: saturate(1.04) contrast(1.03);
}

.profile-card-compact h3 {
    color: #fff;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.15;
    margin: 0 0 12px;
    overflow-wrap: anywhere;
}

.profile-card-compact-location,
.profile-card-compact-price {
    color: rgba(255,255,255,.72);
    font-size: .88rem;
    line-height: 1.35;
    margin: 0;
}

.profile-card-compact-location {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.profile-card-compact-location i {
    color: #ef4444;
    line-height: 1.2;
    flex: 0 0 auto;
}

.profile-card-compact-price {
    margin-top: 12px;
    color: rgba(255,255,255,.88);
    font-weight: 800;
}

.profile-card-compact-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.profile-card-compact-actions .btn {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    font-size: .82rem;
    white-space: normal;
}

.profile-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,.08), transparent 24%),
        radial-gradient(circle at top right, rgba(255,0,0,.14), transparent 34%);
    opacity: .55;
    pointer-events: none;
    z-index: 1;
}

.profile-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255,0,0,.24);
    box-shadow:
        0 34px 90px rgba(0,0,0,.52),
        0 0 38px rgba(255,0,0,.10),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.profile-image {
    height: 640px;
    position: relative;
    overflow: hidden;
    background: #111;
}

.profile-image-link {
    position: absolute;
    inset: 0;
    z-index: 3;
}

/* CARD DE PERFIL - Galeria com até quatro fotos dentro da imagem principal */
.profile-card-gallery {
    position: absolute;
    inset: 0;
}

.profile-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,.05) 32%,
            rgba(0,0,0,.58) 100%);
    z-index: 1;
}

.profile-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right,
            rgba(255,255,255,.18),
            transparent 26%);
    mix-blend-mode: screen;
    z-index: 2;
    pointer-events: none;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .65s ease,
        filter .4s ease;
    display: block;
}

.profile-gallery-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.profile-gallery-image.active {
    opacity: 1;
}

.profile-card:hover .profile-image img {
    transform: scale(1.06);
    filter: saturate(1.04) contrast(1.02);
}

.profile-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    background:
        linear-gradient(135deg,
            rgba(140,0,0,.95),
            rgba(255,20,20,.92));
    color: #fff;
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow:
        0 10px 24px rgba(255,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(10px);
}

/* CARD E PERFIL - Indicador de atividade recente do anunciante */
.profile-activity-badge,
.elite-profile-activity {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(80, 255, 156, 0.20);
    background:
        linear-gradient(135deg, rgba(34, 197, 94, 0.20), rgba(255, 255, 255, 0.06)),
        rgba(0, 0, 0, 0.36);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(34, 197, 94, 0.12);
    backdrop-filter: blur(10px);
}

.profile-activity-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    padding: 9px 12px;
}

.profile-activity-badge i,
.elite-profile-activity i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #52ff9d;
    box-shadow: 0 0 0 4px rgba(82, 255, 157, 0.13), 0 0 14px rgba(82, 255, 157, 0.52);
}

.profile-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    min-height: 307px;
    padding: 26px;
}

.profile-content h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.3rem;
    line-height: .95;
    margin-bottom: 7px;
    font-weight: 600;
    color: #fff;
}

.profile-city {
    color: rgba(255,80,80,.92);
    font-weight: 800;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .12em;
}

/* CARD E PERFIL - Selo de localização atualizada recentemente */
.profile-current-location,
.elite-profile-current-location {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    border-radius: 999px;
    border: 1px solid rgba(229, 57, 53, 0.28);
    background: rgba(229, 57, 53, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 900;
}

.profile-current-location {
    margin-top: 10px;
    padding: 8px 10px;
    font-size: 0.76rem;
}

.profile-distance {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(80, 255, 156, 0.22);
    background: rgba(34, 197, 94, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.76rem;
    font-weight: 900;
}

.profile-distance i {
    color: #52ff9d;
}

.elite-profile-current-location {
    margin-top: 14px;
    padding: 10px 14px;
    font-size: 0.88rem;
}

.profile-current-location i,
.elite-profile-current-location i {
    color: #ff6b63;
}

.profile-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.profile-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 800;
}

.profile-card-meta i {
    color: #ff4b58;
}

.profile-content > .d-flex.gap-2 {
    margin-top: auto;
    padding-top: 18px;
}

.near-me-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px;
    gap: 10px;
}

.near-me-button {
    gap: 8px;
    min-height: 56px;
}

.near-me-radius {
    min-height: 56px;
}

.profile-desc {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.55;
}

/* PERFIL - Players de áudio e vídeo do anunciante */
.profile-audio-player {
    display: grid;
    gap: 9px;
    padding: 12px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255, 45, 58, 0.10), rgba(255, 255, 255, 0.045)),
        rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.profile-audio-player span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.profile-audio-player span i {
    color: #ff4b58;
    font-size: 16px;
}

.profile-audio-wave {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 24px;
}

.profile-audio-wave i {
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff4b58, rgba(255, 255, 255, 0.35));
}

.profile-audio-wave i:nth-child(1) { height: 10px; }
.profile-audio-wave i:nth-child(2) { height: 18px; }
.profile-audio-wave i:nth-child(3) { height: 14px; }
.profile-audio-wave i:nth-child(4) { height: 22px; }
.profile-audio-wave i:nth-child(5) { height: 16px; }
.profile-audio-wave i:nth-child(6) { height: 24px; }
.profile-audio-wave i:nth-child(7) { height: 13px; }
.profile-audio-wave i:nth-child(8) { height: 19px; }

.profile-audio-player audio {
    width: 100%;
    height: 34px;
}

.profile-card-audio {
    margin-top: 14px;
}

.elite-profile-audio {
    margin: 18px 0 0;
    max-width: 520px;
}

.profile-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.profile-video-grid video {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    border-radius: 18px;
    background: #050507;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

/* ANUNCIANTE - Gerenciamento de vídeos enviados no completar perfil */
.profile-video-manager {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-video-manage-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    cursor: default;
    touch-action: auto;
    user-select: none;
}

.profile-video-manage-item video {
    display: block;
    pointer-events: auto;
}

.profile-video-delete-form {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 4;
}

.profile-video-delete-form button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(5, 5, 7, 0.76);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.22s ease;
}

.profile-video-delete-form button:hover {
    background: #ff253d;
    transform: translateY(-2px);
}

.profile-desc {
    color: rgba(255,255,255,.62);
    line-height: 1.78;
    margin: 18px 0 22px;
    min-height: 82px;
    font-size: .97rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile-content .btn-gradient,
.profile-content .btn-outline-light {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-content .btn-outline-light {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.10);
}

.profile-content .btn-outline-light:hover {
    background: rgba(255,255,255,.08);
}
/**/


/**/
.locations-section {
    background:
        radial-gradient(circle at 16% 20%, rgba(135,0,0,.16), transparent 30%),
        radial-gradient(circle at 82% 70%, rgba(255,0,0,.09), transparent 34%),
        #030303;
}

.locations-layout {
    display: grid;
    grid-template-columns: minmax(280px, 420px) 1fr;
    gap: 26px;
    align-items: stretch;
}

.location-main-card {
    position: relative;
    min-height: 430px;
    border-radius: 34px;
    padding: 34px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.026)),
        radial-gradient(circle at right top, rgba(255,0,0,.22), transparent 42%),
        rgba(10,10,10,.82);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow:
        0 26px 80px rgba(0,0,0,.38),
        inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.location-main-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,.06), transparent 38%),
        radial-gradient(circle at 70% 18%, rgba(255,255,255,.12), transparent 24%);
    pointer-events: none;
}

.location-main-card::after {
    content: "BR";
    position: absolute;
    right: -14px;
    top: -24px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12rem;
    line-height: 1;
    color: rgba(255,255,255,.035);
    font-weight: 700;
    pointer-events: none;
}

.location-label {
    position: relative;
    z-index: 2;
    color: rgba(255,85,85,.96);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .72rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.location-main-card h3 {
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3.2rem, 5vw, 5.4rem);
    line-height: .9;
    color: #fff;
    margin-bottom: 18px;
}

.location-main-card p {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.66);
    line-height: 1.75;
    margin-bottom: 26px;
}

.location-main-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.location-main-stats div {
    border-radius: 20px;
    padding: 16px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
}

.location-main-stats strong {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
}

.location-main-stats span {
    color: rgba(255,255,255,.55);
    font-size: .85rem;
}

.location-main-card .btn {
    position: relative;
    z-index: 2;
}

.location-city-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.location-card {
    position: relative;
    min-height: 128px;
    border-radius: 26px;
    padding: 22px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.058), rgba(255,255,255,.022)),
        rgba(10,10,10,.76);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow:
        0 18px 54px rgba(0,0,0,.26),
        inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    color: #fff;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.location-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -58px;
    top: -70px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,0,0,.16), transparent 67%);
    pointer-events: none;
}

.location-card:hover {
    color: #fff;
    transform: translateY(-5px);
    border-color: rgba(255,40,40,.30);
    box-shadow:
        0 24px 68px rgba(0,0,0,.36),
        0 0 28px rgba(255,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.location-card-count {
    position: absolute;
    top: 18px;
    right: 18px;
    min-width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,0,0,.13);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,90,90,.96);
    font-size: .82rem;
    font-weight: 900;
}

.location-card strong {
    display: block;
    font-size: 1.25rem;
    margin-top: 26px;
    margin-bottom: 6px;
}

.location-card small {
    color: rgba(255,255,255,.54);
    font-weight: 600;
}
/**/

/*CITY GRID*/
.city-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.city-pill {
    position: relative;
    color: #fff;
    border-radius: 999px;
    padding: 14px 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
        rgba(10,10,10,.78);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow:
        0 14px 34px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
    font-weight: 700;
    transition: all .24s ease;
    overflow: hidden;
}

.city-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,0,0,.16), transparent);
    opacity: 0;
    transition: opacity .24s ease;
}

.city-pill:hover {
    color: #fff;
    border-color: rgba(255,35,35,.30);
    transform: translateY(-3px);
    box-shadow:
        0 18px 42px rgba(0,0,0,.34),
        0 0 28px rgba(255,0,0,.08),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.city-pill:hover::before {
    opacity: 1;
}

.feature-card,
.plan-card {
    position: relative;
    border-radius: 30px;
    padding: 30px;
    height: 100%;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
        rgba(10,10,10,.80);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow:
        0 22px 62px rgba(0,0,0,.32),
        inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.feature-card::before,
.plan-card::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -90px;
    top: -95px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,0,0,.16), transparent 66%);
    pointer-events: none;
}

.feature-card::after,
.plan-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.055), transparent 36%);
    opacity: .65;
    pointer-events: none;
}

.feature-card:hover,
.plan-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,40,40,.28);
    box-shadow:
        0 30px 78px rgba(0,0,0,.42),
        0 0 36px rgba(255,0,0,.09),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.feature-icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    border-radius: 19px;
    background:
        linear-gradient(135deg, rgba(115,0,0,.96), rgba(255,25,25,.82));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.35rem;
    box-shadow:
        0 16px 36px rgba(255,0,0,.20),
        inset 0 1px 0 rgba(255,255,255,.12);
}

.feature-card h3,
.plan-card h3 {
    position: relative;
    z-index: 2;
    font-size: 1.32rem;
    margin-bottom: 13px;
    color: #fff;
    font-weight: 800;
}

.feature-card p,
.plan-card p {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.64);
    line-height: 1.78;
}

.plan-card {
    display: flex;
    flex-direction: column;
}

.plan-price {
    position: relative;
    z-index: 2;
    font-size: 2.35rem;
    font-weight: 900;
    margin: 18px 0 22px;
    color: #fff;
    letter-spacing: -.04em;
}

.plan-feature-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 9px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.plan-feature-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    line-height: 1.35;
}

.plan-feature-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ff334c;
    box-shadow: 0 0 14px rgba(255, 51, 76, 0.52);
}

.plan-card .btn-gradient {
    position: relative;
    z-index: 2;
    margin-top: auto;
}

.cta-box {
    position: relative;
    border-radius: 34px;
    padding: 42px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(255,255,255,.06), rgba(255,255,255,.022)),
        radial-gradient(circle at right, rgba(255,0,0,.22), transparent 34%),
        radial-gradient(circle at left bottom, rgba(255,255,255,.055), transparent 30%),
        rgba(10,10,10,.82);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow:
        0 24px 74px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.07);
    backdrop-filter: blur(14px);
}

.cta-box::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -110px;
    top: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,0,0,.24), transparent 68%);
    animation: softGlow 4.8s ease-in-out infinite alternate;
    pointer-events: none;
}

.cta-box .section-title,
.cta-box .section-subtitle,
.cta-box .btn {
    position: relative;
    z-index: 2;
}

/**/
.advertise-section {
    background:
        radial-gradient(circle at 20% 22%, rgba(120,0,0,.14), transparent 30%),
        radial-gradient(circle at 82% 58%, rgba(255,0,0,.10), transparent 34%),
        #030303;
}

.cta-premium-box {
    padding: clamp(30px, 5vw, 54px);
}

.cta-actions-card {
    position: relative;
    border-radius: 28px;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.026)),
        rgba(3,3,3,.46);
    border: 1px solid rgba(255,255,255,.10);
    box-shadow:
        0 22px 66px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.cta-actions-card::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -98px;
    top: -112px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,0,0,.18), transparent 68%);
    pointer-events: none;
}

.cta-action-item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.cta-action-item:first-child {
    padding-top: 0;
}

.cta-action-item strong {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(120,0,0,.96), rgba(255,25,25,.80));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .86rem;
    box-shadow:
        0 14px 30px rgba(255,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.12);
}

.cta-action-item span {
    color: rgba(255,255,255,.76);
    font-weight: 700;
}

.cta-buttons {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
}
/**/

/*FOOTER*/
.site-footer {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 64px 0 28px;
    color: rgba(255,255,255,.58);
    background:
        radial-gradient(circle at 50% 0%, rgba(140,0,0,.16), transparent 34%),
        radial-gradient(circle at 88% 70%, rgba(255,0,0,.08), transparent 30%),
        #030303;
}

.footer-premium {
    display: grid;
    grid-template-columns: 1.5fr .8fr .8fr .8fr;
    gap: 34px;
    padding-bottom: 34px;
}

.footer-logo {
    width: 230px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 22px;
}

.footer-brand p {
    max-width: 420px;
    color: rgba(255,255,255,.62);
    line-height: 1.75;
    margin: 0;
}

.footer-column h4 {
    color: #fff;
    font-size: .86rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
    margin-bottom: 18px;
}

.footer-column a {
    display: table;
    color: rgba(255,255,255,.58);
    margin-bottom: 11px;
    font-weight: 600;
    transition: all .22s ease;
}

.footer-column a:hover {
    color: #fff;
    transform: translateX(4px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    color: rgba(255,255,255,.46);
    font-size: .92rem;
}

/* FOOTER - Assinatura visual da agência responsável pelo projeto. */
.footer-chamons-link {
    display: inline-flex;
    align-items: center;
    opacity: .74;
    transition: opacity .22s ease, transform .22s ease;
}

.footer-chamons-link:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.footer-chamons-link img {
    width: 132px;
    max-width: 100%;
    height: auto;
    display: block;
}
/**/

/*PROFILE*/
.profile-hero {
    position: relative;
    padding: 82px 0 72px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3,3,3,.96), rgba(30,0,0,.78)),
        radial-gradient(circle at 82% 34%, rgba(255,0,0,.18), transparent 34%),
        #030303;
}

.profile-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../image/bg-home.jpg') center/cover no-repeat;
    opacity: .18;
    filter: saturate(.92) contrast(1.08);
    pointer-events: none;
}

.profile-hero .container {
    position: relative;
    z-index: 2;
}

.profile-hero-layout {
    display: grid;
    grid-template-columns: minmax(280px, 480px) 1fr;
    gap: 46px;
    align-items: center;
}

.profile-hero-image {
    position: relative;
    height: 620px;
    border-radius: 38px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow:
        0 30px 90px rgba(0,0,0,.55),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.profile-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 38%, rgba(0,0,0,.66)),
        radial-gradient(circle at top right, rgba(255,255,255,.15), transparent 30%);
    pointer-events: none;
}

.profile-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: profileFloat 7s ease-in-out infinite alternate;
}

.profile-hero-content h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(4rem, 8vw, 7.4rem);
    line-height: .86;
    color: #fff;
    font-weight: 600;
    margin: 14px 0 18px;
}

.profile-location-line {
    color: rgba(255,70,70,.94);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    margin-bottom: 22px;
}

.profile-hero-content p {
    color: rgba(255,255,255,.70);
    line-height: 1.85;
    max-width: 660px;
    font-size: 1.06rem;
}

.profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.profile-detail-section {
    background:
        radial-gradient(circle at 16% 10%, rgba(130,0,0,.14), transparent 30%),
        #030303;
}

.profile-detail-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}

.profile-panel,
.profile-info-card {
    position: relative;
    border-radius: 30px;
    padding: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
        rgba(10,10,10,.80);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow:
        0 22px 66px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.profile-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.profile-gallery-item {
    display: block;
    height: 280px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    background: #111;
}

.profile-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.profile-gallery-item:hover img {
    transform: scale(1.05);
}

.profile-sidebar {
    display: grid;
    gap: 18px;
}

.profile-info-card h3 {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 18px;
    font-weight: 800;
}

.profile-info-card p {
    color: rgba(255,255,255,.64);
    line-height: 1.75;
    margin: 0;
}

.profile-info-row {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.profile-info-row span {
    display: block;
    color: rgba(255,255,255,.48);
    font-size: .84rem;
    margin-bottom: 4px;
}

.profile-info-row strong {
    color: #fff;
    font-weight: 800;
}

@keyframes profileFloat {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.035);
    }
}

@media (max-width: 991px) {
    .profile-hero-layout,
    .profile-detail-layout {
        grid-template-columns: 1fr;
    }

    .profile-hero-image {
        height: 520px;
    }

    .profile-sidebar {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .profile-hero {
        padding: 54px 0 46px;
    }

    .profile-hero-image {
        height: 430px;
        border-radius: 28px;
    }

    .profile-hero-content h1 {
        font-size: clamp(3.4rem, 16vw, 5rem);
    }

    .profile-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .profile-actions .btn {
        width: 100%;
    }

    .profile-gallery {
        grid-template-columns: 1fr;
    }

    .profile-gallery-item {
        height: 360px;
    }

    .profile-sidebar {
        grid-template-columns: 1fr;
    }

    .profile-panel,
    .profile-info-card {
        padding: 24px;
        border-radius: 24px;
    }
}
/**/

/*PAGE BUSCA*/
.search-hero {
    padding: 78px 0 62px;
}

.search-hero .profile-hero-content {
    max-width: 820px;
}

.empty-results-box {
    border-radius: 30px;
    padding: 42px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
        rgba(10,10,10,.80);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow:
        0 22px 66px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
}

.empty-results-box h3 {
    color: #fff;
    font-size: 1.8rem;
    margin: 12px 0;
}

.empty-results-box p {
    color: rgba(255,255,255,.64);
    margin-bottom: 24px;
}
/**/

/*PAGE PROFILE PERFIL*/
.elite-profile-page {
    background: #050507;
    color: #fff;
    min-height: 100vh;
}

.elite-profile-hero {
    position: relative;
    padding: 70px 0 55px;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(190, 0, 35, 0.26), transparent 34%),
                linear-gradient(135deg, #08080b 0%, #121216 42%, #060608 100%);
}

.elite-profile-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--profile-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.16;
    filter: blur(12px);
    transform: scale(1.08);
}

.elite-profile-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 5, 7, 0.94), rgba(5, 5, 7, 0.74), rgba(5, 5, 7, 0.96));
}

.elite-profile-hero .container {
    position: relative;
    z-index: 2;
}

.elite-profile-hero-grid {
    display: grid;
    grid-template-columns: 410px minmax(0, 1fr);
    gap: 46px;
    align-items: center;
}

.elite-profile-main-photo-wrap {
    position: relative;
}

.elite-profile-main-photo-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.elite-profile-main-photo-wrap::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(190, 0, 35, 0.28), rgba(255, 255, 255, 0.04));
    z-index: -1;
}

.elite-profile-main-photo {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 28px;
    display: block;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.elite-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.elite-profile-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
}

.elite-profile-tag-red {
    background: linear-gradient(135deg, #c9002b, #750018);
    border-color: rgba(255, 80, 110, 0.38);
}

.elite-profile-title {
    margin: 0;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    font-weight: 900;
}

.elite-profile-location {
    margin-top: 18px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.72);
}

.elite-profile-short {
    margin-top: 22px;
    max-width: 680px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.elite-profile-activity {
    margin-top: 18px;
    padding: 10px 14px;
}

.elite-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.elite-profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.25s ease;
}

.elite-profile-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #e00032, #94001f);
    box-shadow: 0 16px 36px rgba(190, 0, 35, 0.24);
}

.elite-profile-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(190, 0, 35, 0.34);
}

.elite-profile-btn-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.elite-profile-btn-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.10);
    transform: translateY(-2px);
}

.elite-profile-body {
    padding: 55px 0 80px;
    background: linear-gradient(180deg, #050507 0%, #0b0b0f 100%);
}

.elite-profile-card {
    scroll-margin-top: 130px;
    padding: 30px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
    margin-bottom: 24px;
}

.elite-profile-card h2 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.elite-profile-card p,
.elite-profile-description {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.8;
}

.elite-profile-services {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.elite-profile-service-pill {
    display: inline-flex;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(224, 0, 50, 0.10);
    border: 1px solid rgba(224, 0, 50, 0.22);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 700;
}

.elite-related-profiles {
    padding: 18px 0 86px;
    background: linear-gradient(180deg, #0b0b0f 0%, #050507 100%);
}

.elite-related-header {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: flex-end;
    margin-bottom: 26px;
}

.elite-related-header h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1;
    font-weight: 900;
}

.elite-related-controls {
    display: flex;
    gap: 10px;
}

.elite-related-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition: 0.25s ease;
}

.elite-related-control:hover {
    border-color: rgba(255, 70, 70, 0.42);
    background: rgba(224, 0, 50, 0.18);
    transform: translateY(-2px);
}

.elite-related-carousel {
    overflow: hidden;
}

.elite-related-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.elite-related-track::-webkit-scrollbar {
    display: none;
}

.elite-related-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    scroll-snap-align: start;
}

.elite-related-slide .profile-card {
    width: 100%;
}

.elite-related-slide .profile-image {
    height: 430px;
}

/* PERFIL PÚBLICO - Resumo de mídia e cabeçalhos dos blocos de galeria */
.elite-profile-media-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.elite-profile-media-summary span,
.elite-profile-media-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
}

.elite-profile-media-link {
    text-decoration: none;
    transition: 0.22s ease;
}

.elite-profile-media-link:hover {
    color: #fff;
    border-color: rgba(255, 75, 88, 0.34);
    background: rgba(255, 75, 88, 0.14);
    transform: translateY(-1px);
}

.elite-profile-media-summary i,
.elite-profile-highlight-details i {
    color: #ff4b58;
}

.elite-profile-highlight-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.elite-profile-highlight-details span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 10px 13px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(224, 0, 50, 0.10);
    border: 1px solid rgba(224, 0, 50, 0.20);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
}

.elite-tooltip .tooltip-inner {
    max-width: 260px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(18, 18, 22, 0.98);
    border: 1px solid rgba(255, 75, 88, 0.32);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
}

.elite-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: rgba(18, 18, 22, 0.98);
}

/* BUSCA PÚBLICA - Paginação dos resultados de perfis */
.elite-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 42px;
}

.elite-pagination-link,
.elite-pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    padding: 10px 15px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
    transition: 0.22s ease;
}

.elite-pagination-link:hover {
    color: #ffffff;
    border-color: rgba(255, 75, 88, 0.35);
    background: rgba(255, 75, 88, 0.12);
    transform: translateY(-1px);
}

.elite-pagination-link.is-active {
    color: #ffffff;
    border-color: rgba(255, 75, 88, 0.55);
    background: linear-gradient(135deg, #d92d28, #ef4036);
    box-shadow: 0 16px 34px rgba(217, 45, 40, 0.22);
}

.elite-pagination-link.is-disabled {
    opacity: 0.42;
    pointer-events: none;
}

.elite-pagination-ellipsis {
    min-width: 32px;
    border-color: transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.42);
}

.admin-results-summary {
    margin: 22px 0 16px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    font-weight: 800;
}

.admin-pagination {
    margin-top: 28px;
}

/* SEGURANÇA - Captcha simples e campo invisível antispam */
.captcha-field {
    display: grid;
    gap: 8px;
}

.antispam-hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* PÚBLICO - Modal obrigatório de maioridade e aceite dos termos */
.age-gate-lock {
    overflow: hidden !important;
}

.age-gate-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.age-gate-modal.is-open {
    display: flex;
}

.age-gate-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(218, 25, 35, 0.22), transparent 36%),
        rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(14px);
}

.age-gate-dialog {
    position: relative;
    width: min(560px, 100%);
    padding: 34px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(22, 22, 28, 0.98), rgba(8, 8, 12, 0.98)),
        #101014;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
}

.age-gate-brand {
    margin-bottom: 22px;
}

.age-gate-brand img {
    width: 118px;
    height: auto;
}

.age-gate-dialog h2 {
    margin: 12px 0 14px;
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.08;
    font-weight: 900;
}

.age-gate-dialog p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.7;
}

.age-gate-checks {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.age-gate-checks label {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    padding: 14px 16px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.age-gate-checks input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #da1923;
}

.age-gate-checks a {
    color: #ffffff;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.age-gate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.age-gate-actions .btn {
    min-width: 160px;
}

.age-gate-actions .btn:disabled {
    cursor: not-allowed;
    opacity: 0.45;
    box-shadow: none;
}

@media (max-width: 575px) {
    .age-gate-modal {
        padding: 16px;
    }

    .age-gate-dialog {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .age-gate-actions {
        display: grid;
    }

    .age-gate-actions .btn {
        width: 100%;
    }
}

/* PÚBLICO - Modal de preferência de país para orientar a navegação inicial */
.country-gate-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.country-gate-modal.is-open {
    display: flex;
}

.country-gate-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 18%, rgba(218, 25, 35, 0.20), transparent 34%),
        rgba(0, 0, 0, 0.84);
    backdrop-filter: blur(12px);
}

.country-gate-dialog {
    position: relative;
    width: min(620px, 100%);
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 34px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(22, 22, 28, 0.98), rgba(8, 8, 12, 0.98)),
        #101014;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
}

.country-gate-dialog h2 {
    margin: 12px 0 14px;
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.08;
    font-weight: 900;
}

.country-gate-dialog p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.7;
}

.country-gate-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.country-gate-step {
    margin: 18px 0 10px;
}

.country-gate-step strong {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.country-gate-options button,
.country-gate-skip {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-weight: 850;
    text-align: left;
    transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.country-gate-options button:hover,
.country-gate-skip:hover {
    transform: translateY(-1px);
    background: rgba(218, 25, 35, 0.16);
    border-color: rgba(218, 25, 35, 0.38);
}

.country-gate-options button.is-selected {
    background: linear-gradient(135deg, rgba(218, 25, 35, 0.32), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 75, 88, 0.54);
    box-shadow: 0 16px 36px rgba(218, 25, 35, 0.18);
}

.category-gate-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.category-gate-options button {
    display: grid;
    justify-items: center;
    gap: 9px;
    min-height: 130px;
    padding: 14px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 38%),
        rgba(255, 255, 255, 0.055);
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.category-gate-options button:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 75, 88, 0.44);
    background:
        radial-gradient(circle at top, rgba(255, 75, 88, 0.24), transparent 42%),
        rgba(218, 25, 35, 0.16);
}

.category-gate-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 75, 88, 0.92), rgba(112, 0, 24, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 38px rgba(218, 25, 35, 0.24);
    font-size: 1.55rem;
    font-weight: 950;
}

.country-gate-skip {
    width: 100%;
    color: rgba(255, 255, 255, 0.68);
    text-align: center;
}

@media (max-width: 575px) {
    .country-gate-modal {
        align-items: flex-start;
        padding: 12px;
    }

    .country-gate-dialog {
        max-height: calc(100dvh - 24px);
        padding: 22px 18px;
        border-radius: 20px;
    }

    .country-gate-dialog h2 {
        margin: 8px 0 10px;
        font-size: 1.85rem;
    }

    .country-gate-dialog p {
        margin-bottom: 16px;
        line-height: 1.55;
    }

    .country-gate-step {
        margin: 14px 0 8px;
    }

    .country-gate-options {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 10px;
    }

    .country-gate-options button,
    .country-gate-skip {
        min-height: 44px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .category-gate-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 12px;
    }

    .category-gate-options button {
        min-height: 112px;
        gap: 7px;
        padding: 12px 8px;
    }

    .category-gate-avatar {
        width: 54px;
        height: 54px;
        font-size: 1.3rem;
    }
}

/* ADMIN - Sistema de e-mails automáticos e histórico de notificações */
.admin-email-stats-grid {
    margin-bottom: 24px;
}

.admin-email-log-list {
    display: grid;
    gap: 12px;
}

.admin-email-log-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-email-log-item strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 950;
}

.admin-email-log-item small {
    display: block;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.82rem;
    line-height: 1.5;
}

.admin-email-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.admin-email-status-sent {
    color: #bff6ce;
    background: rgba(55, 180, 96, 0.15);
    border: 1px solid rgba(55, 180, 96, 0.28);
}

.admin-email-status-failed {
    color: #ffb4b4;
    background: rgba(255, 75, 88, 0.14);
    border: 1px solid rgba(255, 75, 88, 0.30);
}

.admin-email-status-disabled {
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

@media (max-width: 575px) {
    .admin-email-log-item {
        grid-template-columns: 1fr;
    }

    .admin-email-status {
        justify-self: flex-start;
    }
}

/* ADMIN - Relatórios administrativos de visitas, regiões e planos */
.admin-report-stats-grid {
    margin-bottom: 24px;
}

.admin-report-layout,
.admin-report-grid {
    display: grid;
    gap: 24px;
    margin-bottom: 24px;
}

.admin-report-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
}

.admin-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-report-ranking {
    display: grid;
    gap: 12px;
}

.admin-report-ranking-item {
    display: grid;
    grid-template-columns: 38px 64px minmax(0, 1fr) auto auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.admin-report-position {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 75, 88, 0.16);
    border: 1px solid rgba(255, 75, 88, 0.28);
    font-size: 0.86rem;
    font-weight: 950;
}

.admin-report-ranking-item img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    object-fit: cover;
}

.admin-report-ranking-item strong,
.admin-report-table strong,
.admin-report-money strong {
    color: #ffffff;
    font-weight: 950;
}

.admin-report-ranking-item small,
.admin-report-table small,
.admin-report-money p {
    display: block;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.82rem;
    line-height: 1.45;
}

.admin-report-ranking-actions {
    display: inline-flex;
    gap: 8px;
    justify-content: flex-end;
}

.admin-report-ranking-actions .btn {
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 11px;
    font-size: 0.78rem;
    white-space: nowrap;
}

.admin-report-money {
    padding: 22px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(255, 75, 88, 0.14), transparent 34%),
        rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-report-money span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.86rem;
    font-weight: 900;
}

.admin-report-money strong {
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
    letter-spacing: -0.04em;
}

.admin-report-mini-list,
.admin-report-table {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.admin-report-mini-list div,
.admin-report-table div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

/* ADMIN - Exibe status de perfis nos relatórios com rótulos amigáveis. */
.admin-report-mini-list .admin-report-status-row {
    min-height: 58px;
}

.admin-report-mini-list .admin-status-pill {
    justify-self: flex-start;
}

.admin-report-mini-list span,
.admin-report-table span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    font-weight: 900;
}

.admin-report-table small {
    grid-column: 1;
}

.admin-report-table strong {
    grid-row: 1 / span 2;
    grid-column: 2;
    font-size: 1.12rem;
}

.admin-report-table-wide div {
    grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
}

@media (max-width: 991px) {
    .admin-report-layout,
    .admin-report-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .admin-report-ranking-item {
        grid-template-columns: 34px 54px minmax(0, 1fr);
    }

    .admin-report-ranking-item > strong {
        grid-column: 3;
    }

    .admin-report-ranking-actions {
        grid-column: 1 / -1;
        justify-content: stretch;
    }

    .admin-report-ranking-actions .btn {
        flex: 1;
    }
}

.elite-profile-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.elite-profile-card-heading h2 {
    margin-bottom: 0;
}

.elite-profile-card-heading strong {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 75, 88, 0.12);
    border: 1px solid rgba(255, 75, 88, 0.22);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.elite-profile-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.elite-profile-gallery-item {
    border: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
    background: transparent;
    cursor: pointer;
    display: block;
}

.elite-profile-gallery-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    transition: 0.25s ease;
}

.elite-profile-gallery-item:hover img {
    transform: scale(1.06);
}

.elite-profile-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elite-profile-details li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.elite-profile-details li:last-child {
    border-bottom: 0;
}

.elite-profile-details strong {
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.elite-profile-details span {
    color: #fff;
    font-weight: 800;
    text-align: right;
}

.elite-profile-contact-card {
    background: linear-gradient(135deg, rgba(224, 0, 50, 0.16), rgba(255, 255, 255, 0.045));
}

.elite-profile-contact-card .elite-profile-btn {
    width: 100%;
    margin-top: 10px;
}

.elite-profile-contact-actions {
    display: grid;
    gap: 10px;
}

.elite-profile-empty {
    min-height: 65vh;
    display: flex;
    align-items: center;
    padding: 70px 0;
    background: radial-gradient(circle at top, rgba(190, 0, 35, 0.22), transparent 38%),
                #050507;
}

.elite-profile-empty-box {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding: 45px 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.elite-profile-empty-code {
    display: inline-flex;
    margin-bottom: 12px;
    color: #e00032;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.elite-profile-empty-box h1 {
    margin: 0 0 12px;
    font-size: 38px;
    font-weight: 900;
}

.elite-profile-empty-box p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 24px;
}

.elite-profile-empty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e00032, #94001f);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.elite-profile-empty-btn:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .elite-profile-hero {
        padding: 40px 0;
    }

    .elite-profile-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .elite-profile-main-photo {
        height: 520px;
    }

    .elite-profile-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .elite-profile-main-photo {
        height: 430px;
        border-radius: 22px;
    }

    .elite-profile-card {
        padding: 22px;
        border-radius: 22px;
    }

    .elite-profile-gallery-item img {
        height: 390px;
    }

    .elite-profile-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .elite-profile-btn {
        width: 100%;
    }
}
/**/

/*PAGE CADASTRO*/
.advertiser-register-page {
    background: #050507;
    color: #ffffff;
    min-height: 100vh;
}

.advertiser-register-section {
    background:
        radial-gradient(circle at top left, rgba(225, 0, 45, 0.12), transparent 32%),
        linear-gradient(180deg, #050507 0%, #0b0b10 100%);
}

.advertiser-form-box,
.advertiser-side-card,
.earnings-calculator-card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.advertiser-form-box .form-label {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
}

.advertiser-form-box .form-control,
.advertiser-form-box .form-select {
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    box-shadow: none;
}

.advertiser-form-box textarea.form-control {
    min-height: auto;
}

.advertiser-form-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.36);
}

.advertiser-form-box .form-control:focus,
.advertiser-form-box .form-select:focus {
    border-color: rgba(240, 20, 55, 0.65);
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(240, 20, 55, 0.13);
}

.advertiser-form-box .form-select option {
    color: #111111;
}

.earnings-calculator-card {
    padding: 0;
    overflow: hidden;
    margin-bottom: 24px;
}

.earnings-calculator-top {
    padding: 28px 24px 22px;
    text-align: center;
    background: linear-gradient(135deg, #ff4b55 0%, #df1b2f 55%, #b60022 100%);
}

.earnings-calculator-top span {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}

.earnings-calculator-top strong {
    display: block;
    margin-top: 8px;
    font-size: 52px;
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.06em;
    color: #ffffff;
}

.earnings-calculator-top small {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.88);
}

.earnings-calculator-note {
    margin: 18px auto 0;
    max-width: 92%;
    min-height: 38px;
    border-radius: 999px;
    background: #ffffff;
    color: #27913d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 900;
}

.earnings-calculator-note span {
    color: #27913d;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.earnings-calculator-body {
    padding: 24px;
    background: rgba(255, 255, 255, 0.055);
}

/*MOEDA*/
.earnings-currency-box {
    background: #fff;
    border: 1px solid rgba(229, 57, 63, 0.14);
    border-radius: 16px;
    padding: 14px 14px 12px;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(20, 28, 38, 0.04);
}

.earnings-currency-box label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #26323b;
    margin-bottom: 8px;
}

.earnings-currency-box select {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(38, 50, 59, 0.12);
    border-radius: 12px;
    background: #f7f8fa;
    color: #26323b;
    font-size: 15px;
    font-weight: 700;
    padding: 0 14px;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.earnings-currency-box select:focus {
    border-color: #e5393f;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(229, 57, 63, 0.1);
}

.earnings-currency-box small {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #7b858e;
}

.earnings-calculator-note span:last-child {
    color: #26323b;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .earnings-currency-box {
        padding: 12px;
        border-radius: 14px;
    }

    .earnings-currency-box select {
        height: 44px;
        font-size: 14px;
    }

    .earnings-calculator-note span:last-child {
        font-size: 12px;
    }
}
/**/

.earnings-control {
    margin-bottom: 24px;
}

.earnings-control:last-child {
    margin-bottom: 0;
}

.earnings-control-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}

.earnings-control-header label {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    font-size: 14px;
}

.earnings-control-header strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    white-space: nowrap;
}

.earnings-stepper {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    gap: 10px;
    align-items: center;
}

.earnings-stepper button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff4b55, #df1b2f);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.22s ease;
}

.earnings-stepper button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(223, 27, 47, 0.28);
}

.earnings-stepper input[type="range"] {
    width: 100%;
    accent-color: #ff4b55;
}

.earnings-value-text {
    text-align: center;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.earnings-value-text strong {
    color: #ff4b55;
    font-size: 18px;
}

.advertiser-side-card {
    margin-bottom: 24px;
}

.advertiser-side-card h3 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.advertiser-side-card p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.advertiser-step-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.advertiser-step-item strong {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(240, 20, 55, 0.15);
    color: #ff4b55;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
}

.advertiser-step-item span {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
}

@media (max-width: 991px) {
    .advertiser-form-box,
    .advertiser-side-card,
    .earnings-calculator-card {
        border-radius: 24px;
    }
}

@media (max-width: 575px) {
    .advertiser-form-box,
    .advertiser-side-card {
        padding: 22px;
    }

    .earnings-calculator-top strong {
        font-size: 38px;
    }

    .earnings-calculator-note {
        border-radius: 18px;
        padding: 9px 12px;
    }

    .earnings-calculator-note span {
        font-size: 12px;
        text-align: center;
    }

    .earnings-calculator-body {
        padding: 20px;
    }
}

.password-field-wrap {
    position: relative;
}

.password-field-wrap .form-control {
    padding-right: 54px;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    transition: 0.22s ease;
}

.password-toggle-btn:hover {
    background: rgba(240, 20, 55, 0.20);
    color: #ffffff;
}

.password-toggle-btn.is-visible {
    background: rgba(240, 20, 55, 0.28);
}


.advertiser-field-help {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    line-height: 1.5;
}

.advertiser-plan-media-summary {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        linear-gradient(135deg, rgba(218, 25, 35, 0.15), rgba(255, 255, 255, 0.045));
}

.advertiser-plan-media-summary strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.advertiser-plan-media-summary span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.5;
}

.advertiser-form-box .section-kicker {
    display: inline-flex;
    margin-bottom: 4px;
}

.advertiser-upload-note {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.055);
    border-radius: 18px;
    padding: 18px 20px;
}

.advertiser-upload-note strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.advertiser-upload-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.6;
}

.advertiser-document-panel {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.advertiser-document-upload-form {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
}

.profile-keyword-editor {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    cursor: text;
}

.profile-keyword-editor:focus-within {
    border-color: rgba(229, 57, 53, 0.55);
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12);
}

.profile-keyword-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.profile-keyword-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 10px 7px 13px;
    border-radius: 999px;
    background: rgba(218, 25, 35, 0.16);
    border: 1px solid rgba(218, 25, 35, 0.36);
    color: rgba(255, 255, 255, 0.90);
    font-size: 13px;
    font-weight: 800;
}

.profile-keyword-chip button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
}

.profile-keyword-chip button:hover {
    background: rgba(229, 57, 53, 0.72);
}

.profile-keyword-input {
    flex: 1 1 220px;
    min-width: 180px;
    height: 34px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
}

.profile-keyword-input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.profile-keyword-suggestions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.profile-keyword-suggestions span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.profile-keyword-suggestions button {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    padding: 6px 11px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.profile-keyword-suggestions button:hover {
    border-color: rgba(229, 57, 53, 0.42);
    background: rgba(229, 57, 53, 0.16);
    color: #ffffff;
    transform: translateY(-1px);
}

.advertiser-choice-grid {
    display: grid;
    gap: 14px;
}

.advertiser-choice-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.advertiser-choice-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advertiser-choice-card {
    position: relative;
    min-height: 122px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.055);
    cursor: pointer;
    transition: 0.22s ease;
}

.advertiser-choice-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.advertiser-choice-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: rgba(240, 20, 55, 0.14);
    color: #ff334c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    transition: 0.22s ease;
}

.advertiser-choice-content {
    display: block;
}

.advertiser-choice-content strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.advertiser-choice-content small {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.45;
}

.advertiser-choice-card:hover {
    border-color: rgba(240, 20, 55, 0.38);
    background: rgba(255, 255, 255, 0.075);
    transform: translateY(-2px);
}

.advertiser-choice-card:has(input:checked) {
    border-color: rgba(255, 40, 70, 0.78);
    background: linear-gradient(135deg, rgba(240, 20, 55, 0.20), rgba(255, 255, 255, 0.06));
    box-shadow: 0 18px 42px rgba(240, 20, 55, 0.14);
}

.advertiser-choice-card:has(input:checked) .advertiser-choice-icon {
    background: linear-gradient(135deg, #ff253d, #b60022);
    color: #ffffff;
}

.advertiser-confirm-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.055);
    cursor: pointer;
}

.advertiser-confirm-card input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #ff253d;
}

.advertiser-confirm-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .advertiser-choice-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .advertiser-choice-grid-2,
    .advertiser-choice-grid-4 {
        grid-template-columns: 1fr;
    }

    .advertiser-choice-card {
        min-height: auto;
    }
}


.advertiser-alert {
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 22px;
}

.advertiser-alert strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.advertiser-alert p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.6;
}

.advertiser-alert ul {
    margin: 0;
    padding-left: 18px;
}

.advertiser-alert li {
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 4px;
}

.advertiser-alert-error {
    border: 1px solid rgba(255, 70, 95, 0.38);
    background: rgba(255, 35, 65, 0.12);
}

.advertiser-alert-success {
    border: 1px solid rgba(70, 220, 130, 0.34);
    background: rgba(40, 190, 105, 0.12);
}

.advertiser-alert-warning {
    border: 1px solid rgba(245, 177, 76, 0.36);
    background: rgba(245, 177, 76, 0.12);
}

.advertiser-alert-info {
    border: 1px solid rgba(229, 57, 53, 0.26);
    background: rgba(229, 57, 53, 0.10);
    color: rgba(255, 255, 255, 0.78);
}
/**/

/*RESPONSIVE*/
@media (max-width: 991px) {
    .navbar {
        min-height: auto;
        padding: 10px 0;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .site-logo {
        width: 178px;
    }

    .site-header.is-scrolled .site-logo {
        width: 142px;
    }

    .mobile-site-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(86vw, 390px) !important;
        /* Mantém o offcanvas público ocupando a altura útil do mobile sem cortar itens no iOS. */
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        overflow-y: auto;
        overscroll-behavior: contain;
        color: #ffffff;
        background: linear-gradient(145deg, rgba(18, 18, 26, 0.98), rgba(8, 8, 12, 1));
        border-left: 1px solid rgba(255, 255, 255, .10);
    }

    .mobile-site-menu .offcanvas-header {
        padding: 22px 22px 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .mobile-site-menu .offcanvas-title {
        color: #ffffff;
        font-weight: 900;
    }

    .mobile-site-menu .offcanvas-body {
        display: block;
        padding: 12px 22px 24px;
    }

    .nav-link {
        margin: 0;
        padding: 11px 0;
    }

    .header-actions {
        margin-top: 14px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .header-utility-row {
        justify-content: center;
        margin-bottom: 8px;
        padding-top: 6px;
    }

    .hero {
        padding: 70px 0 64px;
    }

    .hero h1 {
        font-size: clamp(3.2rem, 9vw, 5.5rem);
        max-width: 100%;
    }

    .hero-media {
        min-height: 430px;
        margin-top: 38px;
    }

    .hero-img-main {
        inset: 0 62px 0 0;
    }

    .hero-img-small {
        width: 210px;
        height: 260px;
        bottom: 30px;
    }

    .filter-section {
        padding: 34px 0 4px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-image {
        height: 540px;
    }

    .cta-box {
        padding: 34px;
    }

    .locations-layout {
        grid-template-columns: 1fr;
    }

    .footer-premium {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .site-logo {
        width: 162px;
    }

    .site-header.is-scrolled .site-logo {
        width: 132px;
    }

    .header-actions {
        grid-template-columns: 1fr;
    }

    .header-language-switcher {
        width: 100%;
        justify-content: center;
    }

    .header-actions .btn {
        width: 100%;
    }

    .hero {
        padding: 54px 0 46px;
    }

    .hero::before {
        background-position: center top;
        opacity: .22;
    }

    .hero::after {
        background:
            linear-gradient(180deg, rgba(3,3,3,.76) 0%, rgba(3,3,3,.68) 48%, rgba(3,3,3,.90) 100%),
            radial-gradient(circle at 50% 0%, rgba(255,255,255,.055), transparent 34%);
    }

    .hero-badge {
        font-size: .78rem;
        padding: 8px 13px;
        margin-bottom: 18px;
    }

    .hero h1 {
        font-size: clamp(3rem, 16vw, 4.6rem);
        line-height: .9;
        margin-bottom: 20px;
    }

    .hero p {
        font-size: 1rem;
        line-height: 1.72;
    }

    .hero-actions {
        margin-top: 26px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-actions .btn {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-media {
        min-height: 330px;
        margin-top: 34px;
    }

    .hero-img-main {
        inset: 0 34px 0 0;
        border-radius: 26px;
    }

    .hero-img-small {
        width: 145px;
        height: 186px;
        right: 0;
        bottom: 20px;
        border-radius: 22px;
    }

.hero-premium-info {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    padding: 18px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
        rgba(3,3,3,.58);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(14px);
    box-shadow:
        0 18px 42px rgba(0,0,0,.38),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.hero-premium-info span {
    display: block;
    color: rgba(255,75,75,.95);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .72rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.hero-premium-info strong {
    display: block;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.35;
}

/*FILTER SECTION*/
    .filter-section {
        padding: 26px 0 0;
    }

    .filter-box {
        padding: 18px;
        border-radius: 22px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 28px;
    }

    .section {
        padding: 54px 0;
    }

    .section-title {
        font-size: clamp(2.4rem, 12vw, 3.4rem);
    }

    .profile-image {
        height: 520px;
    }

    .profile-content {
        padding: 22px;
    }

    .profile-content h3 {
        font-size: 2.05rem;
    }

    .profile-desc {
        min-height: auto;
    }

    .profile-content .d-flex {
        flex-direction: column;
    }

    .city-grid {
        gap: 10px;
    }

    .city-pill {
        width: 100%;
        text-align: center;
    }

    .feature-card,
    .plan-card {
        padding: 24px;
        border-radius: 24px;
    }

    .cta-box {
        padding: 28px 22px;
        border-radius: 26px;
        text-align: left;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }


    .location-city-grid {
        grid-template-columns: 1fr;
    }

    .location-main-card {
        min-height: auto;
        padding: 28px 22px;
        border-radius: 26px;
    }

    .location-main-card::after {
        font-size: 8rem;
    }

    .location-card {
        min-height: 112px;
        border-radius: 22px;
    }

    .footer-premium {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-logo {
        width: 190px;
    }
}

@media (max-width: 420px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-logo {
        width: 148px;
    }

    .site-header.is-scrolled .site-logo {
        width: 122px;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero-media {
        min-height: 290px;
    }

    .hero-img-main {
        inset: 0 24px 0 0;
    }

    .hero-img-small {
        width: 126px;
        height: 162px;
        bottom: 18px;
    }

    .profile-image {
        height: 500px;
    }

    .filter-box,
    .stat-card,
    .profile-card,
    .feature-card,
    .plan-card,
    .cta-box {
        box-shadow: 0 16px 46px rgba(0,0,0,.30);
    }
}


.advertiser-client-alert {
    border: 1px solid rgba(255, 70, 95, 0.38);
    background: rgba(255, 35, 65, 0.12);
    border-radius: 18px;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.advertiser-client-alert strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.advertiser-client-alert ul {
    margin: 0;
    padding-left: 18px;
}

.advertiser-client-alert li {
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 4px;
}


.advertiser-login-page {
    background: #050507;
    color: #ffffff;
    min-height: 100vh;
}

.advertiser-login-section {
    background:
        radial-gradient(circle at top left, rgba(225, 0, 45, 0.12), transparent 32%),
        linear-gradient(180deg, #050507 0%, #0b0b10 100%);
}

.advertiser-login-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}

.advertiser-login-links a {
    color: #ff334c;
    font-weight: 800;
    text-decoration: none;
}

.advertiser-login-links a:hover {
    color: #ffffff;
}

.advertiser-panel-page {
    background: #050507;
    color: #ffffff;
    min-height: 100vh;
}

.advertiser-panel-section {
    background:
        radial-gradient(circle at top left, rgba(225, 0, 45, 0.12), transparent 32%),
        linear-gradient(180deg, #050507 0%, #0b0b10 100%);
}

.advertiser-panel-card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    margin-bottom: 24px;
}

.advertiser-panel-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.advertiser-panel-card-header h2,
.advertiser-panel-card h3 {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.advertiser-panel-card p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.advertiser-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.advertiser-status-badge.is-active {
    color: #ffffff;
    background: rgba(50, 200, 110, 0.18);
    border: 1px solid rgba(50, 200, 110, 0.32);
}

.advertiser-status-badge.is-pending {
    color: #ffffff;
    background: rgba(255, 180, 60, 0.15);
    border: 1px solid rgba(255, 180, 60, 0.32);
}

.advertiser-status-badge.is-danger {
    color: #ffffff;
    background: rgba(255, 50, 80, 0.15);
    border: 1px solid rgba(255, 50, 80, 0.32);
}

.advertiser-panel-profile {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 26px;
    align-items: flex-start;
}

.advertiser-panel-photo {
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
}

.advertiser-panel-photo img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.advertiser-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.advertiser-info-grid div,
.advertiser-account-list div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.advertiser-info-grid strong,
.advertiser-account-list strong {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.advertiser-info-grid span,
.advertiser-account-list span {
    color: #ffffff;
    font-weight: 800;
    word-break: break-word;
}

.advertiser-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
}

.advertiser-panel-note {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
}

.advertiser-account-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.advertiser-empty-box {
    padding: 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.advertiser-empty-box h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-weight: 900;
}

.advertiser-empty-box p {
    margin: 0;
}

@media (max-width: 991px) {
    .advertiser-panel-profile {
        grid-template-columns: 1fr;
    }

    .advertiser-panel-photo img {
        height: 460px;
    }
}

@media (max-width: 575px) {
    .advertiser-panel-card {
        padding: 22px;
        border-radius: 22px;
    }

    .advertiser-panel-card-header {
        flex-direction: column;
    }

    .advertiser-info-grid {
        grid-template-columns: 1fr;
    }

    .advertiser-panel-photo img {
        height: 380px;
    }
}


.advertiser-complete-page {
    background: #050507;
    color: #ffffff;
    min-height: 100vh;
}

.advertiser-complete-section {
    background:
        radial-gradient(circle at top left, rgba(225, 0, 45, 0.12), transparent 32%),
        linear-gradient(180deg, #050507 0%, #0b0b10 100%);
}

.advertiser-complete-photo {
    overflow: hidden;
    border-radius: 22px;
    margin: 18px 0;
    background: rgba(255, 255, 255, 0.06);
}

.advertiser-complete-photo img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}


.advertiser-photos-page {
    background: #050507;
    color: #ffffff;
    min-height: 100vh;
}

.advertiser-photos-section {
    background:
        radial-gradient(circle at top left, rgba(225, 0, 45, 0.12), transparent 32%),
        linear-gradient(180deg, #050507 0%, #0b0b10 100%);
}

.advertiser-photos-mini-title {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 900;
}

.advertiser-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.advertiser-photo-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    min-height: 220px;
}

.advertiser-photo-item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: 0.25s ease;
}

.advertiser-photo-item:hover img {
    transform: scale(1.05);
}

.advertiser-photo-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff253d, #b60022);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.advertiser-photo-delete-form {
    position: absolute;
    right: 12px;
    top: 12px;
}

.advertiser-photo-delete-form button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(5, 5, 7, 0.76);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.22s ease;
}

.advertiser-photo-delete-form button:hover {
    background: #ff253d;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .advertiser-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .advertiser-photo-grid {
        grid-template-columns: 1fr;
    }

    .advertiser-photo-item img {
        height: 320px;
    }
}


.advertiser-photo-main-form {
    position: absolute;
    left: 12px;
    bottom: 12px;
    right: 12px;
}

.advertiser-photo-main-form button {
    width: 100%;
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(5, 5, 7, 0.78);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: 0.22s ease;
}

.advertiser-photo-main-form button:hover {
    background: linear-gradient(135deg, #ff253d, #b60022);
    transform: translateY(-2px);
}


.advertiser-photo-order-help {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.5;
}

.advertiser-photo-order-help i {
    color: #ff334c;
    font-size: 20px;
}

.advertiser-photo-drag-handle {
    position: absolute;
    left: 12px;
    top: 52px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(5, 5, 7, 0.76);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    z-index: 3;
}

.advertiser-photo-item {
    cursor: grab;
}

.advertiser-photo-item:active,
.advertiser-photo-drag-handle:active {
    cursor: grabbing;
}

.advertiser-photo-item.is-dragging {
    opacity: 0.42;
    transform: scale(0.98);
}

.advertiser-photo-order-actions {
    margin-top: 18px;
}



/* =========================================================
   ANUNCIANTE - PÁGINA DE PLANOS
   Estilos dos cards de escolha de plano no painel do anunciante
========================================================= */

.advertiser-plans-page {
    background: #050507;
    color: #ffffff;
    min-height: 100vh;
}

.advertiser-plans-section {
    background:
        radial-gradient(circle at top left, rgba(225, 0, 45, 0.12), transparent 32%),
        linear-gradient(180deg, #050507 0%, #0b0b10 100%);
}

.advertiser-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.advertiser-plan-option {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
    transition: 0.24s ease;
}

.advertiser-plan-option:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 40, 70, 0.42);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.advertiser-plan-option.is-premium {
    border-color: rgba(255, 40, 70, 0.52);
    background:
        radial-gradient(circle at top right, rgba(255, 40, 70, 0.20), transparent 36%),
        rgba(255, 255, 255, 0.055);
}

.advertiser-plan-option.is-trial {
    padding-top: 64px;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 24px;
    align-items: center;
    border-color: rgba(255, 40, 70, 0.58);
    background:
        linear-gradient(135deg, rgba(218, 25, 35, 0.22), rgba(255, 255, 255, 0.055)),
        rgba(255, 255, 255, 0.05);
}

.advertiser-plan-option.is-trial .advertiser-plan-features {
    margin-bottom: 0;
}

.advertiser-plan-option.is-trial .advertiser-plan-ribbon {
    position: absolute;
    top: 22px;
    left: 26px;
    min-height: 28px;
    margin: 0;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(218, 25, 35, 0.18);
    border: 1px solid rgba(255, 79, 91, 0.44);
    color: #ffffff;
    box-shadow: none;
}

.advertiser-success-actions,
.advertiser-plan-required-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

/* ANUNCIANTE - Aviso de plano obrigatório no painel */
.advertiser-plan-required-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
    border-color: rgba(255, 40, 70, 0.34);
}

.advertiser-plan-required-card h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.advertiser-plan-required-card p {
    margin: 0;
    max-width: 780px;
}

.advertiser-plan-ribbon {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff253d, #b60022);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.advertiser-plan-head h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.advertiser-plan-price {
    margin-bottom: 22px;
}

.advertiser-plan-price strong {
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.advertiser-plan-price span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 700;
}

.advertiser-plan-features {
    display: grid;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.advertiser-plan-features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.45;
}

.advertiser-plan-features i {
    color: #ff334c;
    font-size: 17px;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .advertiser-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .advertiser-plan-option.is-trial {
        grid-template-columns: 1fr;
    }

    .advertiser-plan-required-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .advertiser-plans-grid {
        grid-template-columns: 1fr;
    }

    .advertiser-plan-option {
        padding: 22px;
        border-radius: 22px;
    }
}


/* =========================================================
   ADMIN - LOGIN ADMINISTRATIVO
   Estilos da tela de acesso da administração
========================================================= */

.admin-login-page {
    background: #050507;
    color: #ffffff;
    min-height: 100vh;
}

.admin-login-section {
    background:
        radial-gradient(circle at top left, rgba(225, 0, 45, 0.12), transparent 32%),
        linear-gradient(180deg, #050507 0%, #0b0b10 100%);
}

/* =========================================================
   ADMIN - PAINEL ADMINISTRATIVO
   Estilos do painel inicial da administração
========================================================= */

.admin-panel-page {
    background: #050507;
    color: #ffffff;
    min-height: 100vh;
}

.admin-panel-section {
    background:
        radial-gradient(circle at top left, rgba(225, 0, 45, 0.12), transparent 32%),
        linear-gradient(180deg, #050507 0%, #0b0b10 100%);
}

.admin-panel-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.admin-panel-topbar h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.admin-stat-card,
.admin-panel-card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.admin-stat-card {
    padding: 22px;
}

.admin-stat-card span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    font-weight: 800;
}

.admin-stat-card strong {
    display: block;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.admin-panel-card {
    padding: 28px;
}

.admin-nested-panel {
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-nested-panel-header {
    margin-bottom: 16px;
}

.admin-nested-panel-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.06rem;
    font-weight: 900;
    letter-spacing: 0;
}

.admin-panel-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

.admin-panel-card-header h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.admin-profile-list {
    display: grid;
    gap: 14px;
}

.admin-profile-row {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) minmax(330px, 440px) auto;
    gap: 16px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-profile-thumb {
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
}

.admin-profile-thumb img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    display: block;
}

.admin-profile-info h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.admin-profile-info p {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.68);
}

.admin-profile-info small,
.admin-profile-meta small {
    color: rgba(255, 255, 255, 0.52);
}

.admin-profile-current-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin: 2px 0 6px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(229, 57, 53, 0.28);
    background: rgba(229, 57, 53, 0.12);
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 12px;
    font-weight: 900;
}

.admin-profile-current-location i {
    color: #ff6b63;
}

.admin-profile-meta {
    text-align: left;
}

.admin-profile-status-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 5px 11px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-profile-status-pill.is-live {
    margin-left: 6px;
    background: rgba(48, 190, 120, 0.18);
    border-color: rgba(48, 190, 120, 0.38);
    color: #c8ffd9;
}

.admin-profile-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.admin-profile-payment-callout {
    display: grid;
    gap: 4px;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 190, 80, 0.26);
    background: rgba(255, 190, 80, 0.10);
}

.admin-profile-payment-callout form {
    margin: 8px 0 0;
}

.admin-profile-payment-callout .btn {
    width: 100%;
    min-height: 38px;
    padding: 9px 12px;
    font-size: 13px;
}

.admin-profile-payment-callout strong {
    color: #ffd58a;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.admin-profile-payment-callout span,
.admin-profile-payment-callout small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.admin-profile-payment-callout small {
    color: rgba(255, 255, 255, 0.54);
    font-weight: 700;
}

.advertiser-alert-autodismiss {
    overflow: hidden;
    transition: opacity 0.28s ease, transform 0.28s ease, max-height 0.32s ease, margin 0.32s ease, padding 0.32s ease, border-width 0.32s ease;
}

.advertiser-alert-autodismiss.is-hiding {
    max-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-width: 0 !important;
    opacity: 0;
    transform: translateY(-6px);
}

.admin-profile-meta-item {
    display: block;
    min-height: 58px;
    padding: 9px 10px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.admin-profile-meta-item.is-plan,
.admin-profile-meta-item.is-cycle {
    background: rgba(229, 57, 53, 0.09);
    border-color: rgba(229, 57, 53, 0.18);
}

.admin-profile-meta-item strong {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.admin-profile-meta-item em {
    display: block;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.25;
}

.admin-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

/* ADMIN - Ações e filtros da listagem de perfis */
.admin-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.admin-profile-actions form {
    margin: 0;
}

.admin-profile-actions .btn,
.admin-filter-actions .btn {
    min-height: 38px;
    padding: 9px 13px;
    font-size: 13px;
    white-space: nowrap;
}

.admin-profile-actions .admin-delete-btn {
    border-color: rgba(255, 90, 90, 0.38);
    color: #ffb5b5;
}

.admin-profile-actions .admin-delete-btn:hover {
    background: rgba(255, 90, 90, 0.14);
    border-color: rgba(255, 90, 90, 0.62);
    color: #ffffff;
}

.admin-profile-warning {
    display: block;
    margin-top: 4px;
    color: rgba(255, 190, 80, 0.9) !important;
    font-weight: 800;
}

.admin-profile-expiration-warning {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-top: 8px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #ffe2a8 !important;
    font-size: 12px;
    font-weight: 900;
    background: rgba(245, 177, 76, 0.13);
    border: 1px solid rgba(245, 177, 76, 0.34);
}

/* ADMIN - Ficha detalhada do perfil */
.admin-profile-detail-layout {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 24px;
}

.admin-profile-detail-layout + .admin-panel-card,
.admin-panel-card + .admin-panel-card {
    margin-top: 24px;
}

.admin-profile-detail-cover {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    margin-bottom: 18px;
}

.admin-photo-lightbox-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.admin-profile-detail-cover img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.admin-profile-detail-actions {
    display: grid;
    gap: 10px;
}

.admin-profile-detail-actions form {
    margin: 0;
}

.admin-profile-detail-actions .btn {
    width: 100%;
}

.admin-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.admin-detail-grid div {
    padding: 15px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-detail-grid strong,
.admin-detail-text strong {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-detail-grid span {
    color: #ffffff;
    font-weight: 800;
    word-break: break-word;
}

/* ADMIN - Selo visual para status de anunciante na ficha do perfil */
.admin-status-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.admin-status-pill.is-active {
    color: #bdf7d0;
    background: rgba(48, 190, 110, .16);
    border: 1px solid rgba(72, 220, 135, .34);
}

.admin-status-pill.is-pending {
    color: #ffe2a8;
    background: rgba(230, 164, 46, .15);
    border: 1px solid rgba(230, 164, 46, .34);
}

.admin-status-pill.is-danger {
    color: #ffb7bd;
    background: rgba(255, 55, 78, .14);
    border: 1px solid rgba(255, 55, 78, .35);
}

.admin-status-pill.is-neutral {
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
}

.admin-profile-access-form {
    margin-top: 6px;
}

.admin-profile-account-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    justify-content: center;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
}

.admin-profile-account-summary strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.admin-profile-account-summary small {
    color: rgba(255, 255, 255, 0.56);
}

.admin-detail-inline-form {
    display: grid;
    gap: 9px;
    margin-top: 12px;
}

.admin-city-coordinate-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 8px;
}

.admin-detail-grid .admin-detail-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin-top: 12px;
    border: 0;
    background: transparent;
}

.admin-detail-inline-actions .admin-detail-inline-form {
    flex: 1 1 190px;
    margin-top: 0;
}

.admin-detail-inline-form .btn {
    min-height: 38px;
    padding: 9px 13px;
    font-size: 13px;
}

.admin-detail-text {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 12px;
}

.admin-detail-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.admin-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.admin-detail-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(218, 25, 35, 0.18);
    border: 1px solid rgba(218, 25, 35, 0.34);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.admin-detail-keyword-tags span {
    text-transform: none;
    letter-spacing: 0;
}

.contact-page {
    background:
        radial-gradient(circle at 18% 18%, rgba(218, 25, 35, 0.14), transparent 34%),
        linear-gradient(180deg, #050507 0%, #101014 44%, #060607 100%);
}

.contact-hero {
    padding-bottom: 44px;
}

.contact-section {
    padding-top: 0;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: -26px;
    margin-bottom: 24px;
}

.contact-info-card,
.contact-support-card,
.contact-form-card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.contact-info-card {
    min-height: 210px;
    padding: 28px;
}

.contact-whatsapp-card {
    border-color: rgba(37, 211, 102, 0.38);
    background:
        linear-gradient(135deg, rgba(37, 211, 102, 0.14), rgba(255, 255, 255, 0.055)),
        rgba(255, 255, 255, 0.055);
}

.contact-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(229, 57, 53, 0.18);
    color: #ffffff;
    font-size: 22px;
}

.contact-whatsapp-card .contact-card-icon {
    background: rgba(37, 211, 102, 0.22);
    color: #25d366;
}

.contact-info-card h2,
.contact-support-card h2,
.contact-form-card h2 {
    margin: 8px 0 12px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0;
}

.contact-info-card p,
.contact-support-card p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.contact-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
}

.contact-support-card,
.contact-form-card {
    padding: 32px;
}

.contact-support-card ul {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.contact-support-card li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 700;
}

.contact-support-card li i {
    color: #25d366;
    margin-top: 4px;
}

.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.contact-turnstile-placeholder {
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border: 1px dashed rgba(255, 255, 255, 0.20);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.contact-form .btn {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 991px) {
    .contact-info-grid,
    .contact-content-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .contact-info-card,
    .contact-support-card,
    .contact-form-card {
        padding: 22px;
    }
}

.admin-detail-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.admin-detail-photo {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.admin-detail-photo img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.admin-detail-photo span {
    position: absolute;
    left: 10px;
    top: 10px;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #da1923, #8d0f18);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ADMIN - Campos compactos para edição direta de localizações */
.admin-table-input {
    min-width: 150px;
    min-height: 42px;
    font-size: 13px;
}

.admin-table-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 800;
}

.admin-table-check input {
    width: 16px;
    height: 16px;
    accent-color: #e02f36;
}

.admin-location-filter {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 260px) auto;
    gap: 14px;
    align-items: end;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-location-filter-actions {
    display: flex;
    gap: 10px;
}

.admin-location-type-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.admin-location-type-tabs a {
    min-height: 42px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.admin-location-type-tabs a.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, #da1923, #8d0f18);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 26px rgba(218, 25, 35, 0.26);
}

.admin-location-help {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-location-help strong {
    color: #ffffff;
}

.admin-location-list-header {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 800;
}

.admin-location-pagination {
    justify-content: flex-start;
    margin: 14px 0 18px;
}

.admin-location-list + .admin-location-pagination {
    margin-top: 22px;
    margin-bottom: 0;
}

.admin-empty-state {
    display: grid;
    gap: 6px;
    margin: 16px 0;
    padding: 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-empty-state h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.15rem;
}

.admin-empty-state p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
}

.admin-location-list {
    display: grid;
    gap: 14px;
}

.admin-location-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-location-row-form {
    display: grid;
    grid-template-columns: minmax(220px, 1.1fr) minmax(220px, 1fr) minmax(180px, 0.85fr) auto;
    gap: 12px;
    align-items: end;
}

.admin-location-row-form .admin-location-cell:nth-last-child(2) {
    grid-column: auto;
}

.admin-location-cell,
.admin-location-main-cell {
    display: grid;
    gap: 8px;
}

.admin-location-cell-label {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-location-status-cell {
    align-self: center;
}

.admin-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.admin-location-actions .btn,
.admin-location-actions .admin-inline-form {
    margin: 0;
}

.admin-location-actions .btn {
    min-height: 42px;
    padding: 10px 15px;
}

.admin-city-coordinate-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

/* ADMIN - Formulários e tabelas de conteúdo dinâmico */
.admin-content-form {
    display: grid;
    gap: 18px;
}

.admin-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr);
    gap: 16px;
}

.admin-content-form label {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 800;
}

.admin-content-form .form-text {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 0.86rem;
    line-height: 1.55;
}

.admin-content-textarea {
    min-height: 180px;
    resize: vertical;
}

/* ADMIN - Editor visual das páginas institucionais */
.admin-content-form .note-editor.note-frame {
    overflow: hidden;
    border-radius: 16px;
    border-color: rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .045);
}

.admin-content-form .note-toolbar {
    background: rgba(12, 12, 15, .98);
    border-color: rgba(255, 255, 255, .08);
}

.admin-content-form .note-editable {
    min-height: 330px;
    color: #fff;
    background: rgba(255, 255, 255, .055);
}

.admin-content-form .note-editable p,
.admin-content-form .note-editable li {
    color: rgba(255, 255, 255, .82);
}

.admin-content-form .note-btn {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
}

.admin-content-form .note-btn:hover,
.admin-content-form .note-btn:focus {
    color: #fff;
    background: rgba(230, 57, 53, .72);
}

.admin-checkbox-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.admin-checkbox-row label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 9px 13px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-form-actions {
    display: flex;
    justify-content: flex-end;
}

.admin-list-card {
    margin-top: 24px;
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 780px;
}

.admin-table th,
.admin-table td {
    padding: 15px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72);
    vertical-align: top;
}

.admin-table th {
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-table strong,
.admin-table a {
    color: #ffffff;
    font-weight: 900;
}

.admin-table small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.5;
}

.admin-table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.admin-table-actions form {
    margin: 0;
}

.admin-table-actions .btn {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 13px;
    white-space: nowrap;
}

.admin-table-actions .admin-delete-btn {
    color: #ff8f96;
    border-color: rgba(255, 79, 91, 0.36);
}

.admin-table-actions .admin-delete-btn:hover {
    color: #ffffff;
    background: rgba(218, 25, 35, 0.28);
    border-color: rgba(218, 25, 35, 0.68);
}

/* ADMIN - Filtros avançados da listagem de perfis */
.admin-profile-filter-form {
    display: grid;
    gap: 18px;
    padding: 18px;
    margin-bottom: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.admin-filter-search {
    grid-column: span 2;
}

.admin-profile-filter-form label {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.admin-filter-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.js-admin-profile-results {
    transition: opacity 0.18s ease;
}

.js-admin-profile-results.is-loading {
    opacity: 0.48;
    pointer-events: none;
}

/* ADMIN - Configuração de planos por país */
.admin-country-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.admin-country-plan-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-country-plan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.admin-country-plan-header strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.admin-country-plan-header label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.admin-plan-profile-usage {
    margin-top: 12px;
}

.admin-category-profile-usage {
    margin-top: 10px;
}

.admin-plan-profile-usage summary {
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.admin-category-profile-usage summary {
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.admin-plan-profile-list {
    display: grid;
    gap: 8px;
    min-width: 360px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-category-profile-list {
    display: grid;
    gap: 8px;
    min-width: 340px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-plan-profile-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.admin-category-profile-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.admin-plan-profile-item a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.admin-category-profile-item a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.admin-plan-profile-item a:hover {
    color: #ff6b6b;
}

.admin-category-profile-item a:hover {
    color: #ff6b6b;
}

.admin-plan-profile-item small {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.35;
}

.admin-category-profile-item small {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.35;
}

.admin-plan-profile-meta {
    display: grid;
    justify-items: end;
    gap: 4px;
    text-align: right;
}

.admin-plan-profile-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.admin-category-profile-item > span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.admin-plan-profile-meta span.is-live {
    color: #bbf7d0;
    background: rgba(34, 197, 94, 0.16);
    border: 1px solid rgba(34, 197, 94, 0.28);
}

.admin-category-profile-item > span.is-live {
    color: #bbf7d0;
    background: rgba(34, 197, 94, 0.16);
    border: 1px solid rgba(34, 197, 94, 0.28);
}

.admin-plan-profile-meta span.is-offline {
    color: #fecaca;
    background: rgba(239, 68, 68, 0.13);
    border: 1px solid rgba(239, 68, 68, 0.24);
}

.admin-category-profile-item > span.is-offline {
    color: #fecaca;
    background: rgba(239, 68, 68, 0.13);
    border: 1px solid rgba(239, 68, 68, 0.24);
}

/* ADMIN - Cadastro de países, estados/regiões e cidades */
.admin-location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.admin-inline-form {
    margin: 0;
}

@media (max-width: 991px) {
    .admin-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-profile-detail-layout {
        grid-template-columns: 1fr;
    }

    .admin-detail-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-profile-row {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .admin-profile-thumb img {
        width: 76px;
        height: 76px;
    }

    .admin-profile-meta,
    .admin-profile-actions {
        grid-column: 2;
        text-align: left;
        justify-content: flex-start;
    }

    .admin-profile-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-form-grid {
        grid-template-columns: 1fr;
    }

    .admin-country-plan-grid {
        grid-template-columns: 1fr;
    }

    .admin-location-grid {
        grid-template-columns: 1fr;
    }

    .admin-location-row,
    .admin-location-row-form {
        grid-template-columns: 1fr;
    }

    .admin-location-actions {
        justify-content: flex-start;
    }

    .admin-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-filter-search {
        grid-column: span 2;
    }
}

@media (max-width: 575px) {
    .admin-filter-grid {
        grid-template-columns: 1fr;
    }

    .admin-profile-meta-grid {
        grid-template-columns: 1fr;
    }

    .admin-filter-search {
        grid-column: auto;
    }

    .admin-filter-footer {
        justify-content: stretch;
    }

    .admin-filter-footer .btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .admin-panel-topbar,
    .admin-panel-card-header {
        flex-direction: column;
    }

    .admin-stats-grid {
        grid-template-columns: 1fr;
    }

    .admin-panel-card {
        padding: 22px;
        border-radius: 22px;
    }

    .admin-detail-grid,
    .admin-detail-photo-grid {
        grid-template-columns: 1fr;
    }

    .admin-profile-detail-cover img,
    .admin-detail-photo img {
        height: 460px;
    }
}

@media (max-width: 767px) {
    .admin-location-filter {
        grid-template-columns: 1fr;
    }

    .admin-location-filter-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .admin-location-actions,
    .admin-location-actions .btn,
    .admin-location-actions .admin-inline-form {
        width: 100%;
    }
}

/* FOTOS - Lightbox compartilhado para ampliar imagens */
.photo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(0, 0, 0, 0.88);
}

.photo-lightbox.is-open {
    display: flex;
}

.photo-lightbox-dialog {
    width: min(92vw, 980px);
    max-height: 92vh;
    display: grid;
    gap: 12px;
    justify-items: center;
}

.photo-lightbox-image {
    max-width: 100%;
    max-height: 86vh;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.photo-lightbox-title {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 800;
}

.photo-lightbox-close {
    position: fixed;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.photo-lightbox-close:hover {
    background: rgba(218, 25, 35, 0.72);
}

.photo-lightbox-nav {
    position: fixed;
    top: 50%;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
}

.photo-lightbox-prev {
    left: 22px;
}

.photo-lightbox-next {
    right: 22px;
}

.photo-lightbox-nav:hover {
    background: rgba(218, 25, 35, 0.72);
}

/* =========================================================
   HOME - FILTRO DE LOCALIZAÇÃO
   Mantém o visual escuro dos selects desativados, como "Todo o país"
========================================================= */

.filter-box .form-select:disabled {
    opacity: 1;
    color: rgba(255, 255, 255, 0.78);
    background-color: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.12);
    cursor: not-allowed;
}

.filter-box .form-select:disabled option {
    color: #111111;
}


/* CARD DE PERFIL - Valor exibido nos cards reutilizáveis */
.profile-price {
    margin: 8px 0 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.02em;
}


/* =========================================================
   Dúvidas Frequentes - Accordion Premium Elite Privato
   Estiliza a página pública de FAQ com visual escuro, elegante
   e integrado ao padrão visual do projeto.
========================================================= */

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-accordion .accordion-item {
  background: linear-gradient(145deg, rgba(18, 18, 26, 0.96), rgba(8, 8, 12, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.faq-accordion .accordion-header {
  margin: 0;
}

.faq-accordion .accordion-button {
  background: transparent;
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 22px 26px;
  box-shadow: none;
  border: 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(218, 25, 35, 0.22), rgba(255, 255, 255, 0.03));
  color: #ffffff;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.faq-accordion .accordion-body {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.8;
  padding: 26px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-accordion .accordion-collapse {
  background: rgba(255, 255, 255, 0.015);
}

.institutional-box {
  max-width: 980px;
  margin: 0 auto;
}

.institutional-section .empty-results-box {
  max-width: 780px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .faq-accordion {
    gap: 12px;
  }

  .faq-accordion .accordion-item {
    border-radius: 18px;
  }

  .faq-accordion .accordion-button {
    font-size: 0.95rem;
    padding: 18px 20px;
  }

  .faq-accordion .accordion-body {
    font-size: 0.94rem;
    padding: 0 20px 22px;
  }
}

/* =========================================================
   Área do Anunciante - Menu interno de navegação
   Estiliza o menu reutilizável das telas internas do anunciante,
   facilitando navegação entre painel, dados, perfil, fotos e planos.
========================================================= */

.advertiser-internal-menu {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  padding: 12px;
  overflow: visible;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(18, 18, 26, 0.96), rgba(8, 8, 12, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  scrollbar-width: thin;
}

.internal-menu-mobile-toggle {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 0;
}

.internal-menu-mobile-toggle .btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.advertiser-internal-menu .offcanvas-header,
.admin-internal-menu .offcanvas-header {
  display: none;
}

/* ADMIN/ANUNCIANTE - Mantém o título do offcanvas legível no mobile escuro. */
.advertiser-internal-menu .offcanvas-title,
.admin-internal-menu .offcanvas-title {
  color: #ffffff;
  font-weight: 900;
}

.advertiser-internal-menu .offcanvas-body,
.admin-internal-menu .offcanvas-body {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.advertiser-internal-menu::-webkit-scrollbar {
  height: 6px;
}

.advertiser-internal-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.advertiser-internal-menu::-webkit-scrollbar-thumb {
  background: rgba(218, 25, 35, 0.75);
  border-radius: 999px;
}

.advertiser-internal-menu-link {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.22s ease;
}

.advertiser-internal-menu-link i {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.68);
  transition: 0.22s ease;
}

.advertiser-internal-menu-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.advertiser-internal-menu-link:hover i {
  color: #ffffff;
}

.advertiser-internal-menu-link.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #da1923, #8d0f18);
  box-shadow: 0 12px 28px rgba(218, 25, 35, 0.28);
}

.advertiser-internal-menu-link.is-active i {
  color: #ffffff;
}

/* =========================================================
   Administração - Menu interno de navegação
   Estiliza o menu reutilizável das telas internas do admin,
   facilitando acesso a perfis, conteúdo, categorias e manutenção.
========================================================= */

.admin-internal-menu {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  padding: 12px;
  overflow: visible;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(18, 18, 26, 0.96), rgba(8, 8, 12, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  scrollbar-width: thin;
  position: relative;
  z-index: 30;
}

.admin-internal-menu .offcanvas-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  padding: 0;
  overflow: visible;
}

.admin-internal-menu::-webkit-scrollbar {
  height: 6px;
}

.admin-internal-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.admin-internal-menu::-webkit-scrollbar-thumb {
  background: rgba(218, 25, 35, 0.75);
  border-radius: 999px;
}

.admin-internal-menu-link {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.22s ease;
}

.admin-internal-menu-link i {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.68);
  transition: 0.22s ease;
}

.admin-internal-menu-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.admin-internal-menu-link:hover i {
  color: #ffffff;
}

.admin-internal-menu-link.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #da1923, #8d0f18);
  box-shadow: 0 12px 28px rgba(218, 25, 35, 0.28);
}

.admin-internal-menu-link.is-active i {
  color: #ffffff;
}

.admin-internal-menu-group {
  position: relative;
  flex: 0 0 auto;
}

.admin-internal-menu-group summary {
  cursor: pointer;
  list-style: none;
}

.admin-internal-menu-group summary::-webkit-details-marker {
  display: none;
}

.admin-internal-menu-caret {
  margin-left: 4px;
  font-size: 0.9rem !important;
}

.admin-internal-menu-group[open] .admin-internal-menu-caret {
  transform: rotate(180deg);
}

.admin-internal-menu-group[open] {
  z-index: 90;
}

.admin-internal-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 80;
  width: max-content;
  min-width: 220px;
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(13, 13, 18, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
}

.admin-internal-submenu-link {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.admin-internal-submenu-link:hover,
.admin-internal-submenu-link.is-active {
  color: #ffffff;
  background: rgba(218, 25, 35, 0.18);
}

.admin-internal-submenu-link i {
  color: rgba(255, 255, 255, 0.62);
}

@media (min-width: 992px) {
  .admin-internal-menu.offcanvas-lg,
  .admin-internal-menu.offcanvas-lg .offcanvas-body {
    overflow: visible !important;
  }

  .admin-internal-menu.offcanvas-lg {
    z-index: 50;
  }
}

@media (max-width: 991px) {
  .internal-menu-mobile-toggle {
    display: block;
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .advertiser-internal-menu,
  .admin-internal-menu {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1055;
    width: min(86vw, 390px);
    /* Garante rolagem vertical dos menus internos quando há muitos itens no mobile. */
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 0;
    background: linear-gradient(145deg, rgba(18, 18, 26, 0.98), rgba(8, 8, 12, 1));
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.28s ease, visibility 0.28s ease;
  }

  .advertiser-internal-menu.show,
  .admin-internal-menu.show,
  .advertiser-internal-menu.showing,
  .admin-internal-menu.showing {
    transform: translateX(0);
    visibility: visible;
  }

  .advertiser-internal-menu .offcanvas-header,
  .admin-internal-menu .offcanvas-header {
    display: flex;
    padding: 22px 22px 12px;
  }

  .advertiser-internal-menu .offcanvas-body,
  .admin-internal-menu .offcanvas-body {
    display: grid;
    gap: 10px;
    align-content: start;
    min-width: 0;
    padding: 12px 18px 24px;
    overflow: visible;
  }

  .advertiser-internal-menu-link,
  .admin-internal-menu-link {
    width: 100%;
    justify-content: flex-start;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.86rem;
  }

  .advertiser-internal-menu-link i,
  .admin-internal-menu-link i {
    font-size: 1rem;
  }

  .admin-internal-menu-group {
    width: 100%;
  }

  .admin-internal-submenu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 6px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
  }
}

/* =========================================================
   Área do Anunciante - Texto auxiliar da Minha Conta
   Melhora a leitura dos textos pequenos de ajuda nos formulários
   internos, como o aviso de e-mail não editável.
========================================================= */

.advertiser-account-page .form-text {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.84rem;
  line-height: 1.5;
}

.advertiser-account-page input:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

/* =========================================================
   Área do Anunciante - Ordenação de fotos com SortableJS
   Melhora o feedback visual ao arrastar fotos na galeria,
   deixando o movimento mais natural e elegante.
========================================================= */

.advertiser-photo-sortable-ghost {
  opacity: 0.35;
  transform: scale(0.96);
}

.advertiser-photo-sortable-chosen {
  cursor: grabbing;
}

.advertiser-photo-sortable-drag {
  opacity: 0.92;
  transform: rotate(1deg) scale(1.02);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.advertiser-photo-drag-handle {
  cursor: grab;
}

.advertiser-photo-drag-handle:active {
  cursor: grabbing;
}

/* =========================================================
   ADMIN E ANUNCIANTE - Atributos dinâmicos de perfil
   Organiza grupos, atributos e opções criados no admin e
   exibidos no completar perfil e na página pública.
========================================================= */

.profile-attribute-form,
.elite-profile-attributes,
.admin-attribute-list {
  display: grid;
  gap: 18px;
}

.profile-attribute-group,
.elite-profile-attribute-group,
.admin-attribute-group {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-attribute-group h3,
.elite-profile-attribute-group h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
}

.profile-attribute-grid,
.elite-profile-attribute-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.profile-attribute-field,
.elite-profile-attribute-item {
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.profile-attribute-field > strong,
.elite-profile-attribute-item > strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
}

.profile-attribute-field > small,
.elite-profile-attribute-item > small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.5;
}

.profile-attribute-options {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.profile-attribute-options label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: 0.22s ease;
}

.profile-attribute-options label:hover {
  border-color: rgba(255, 75, 88, 0.32);
  background: rgba(255, 75, 88, 0.08);
}

.profile-attribute-options input {
  margin-top: 3px;
  accent-color: #e02f36;
}

.profile-attribute-options span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.profile-attribute-options span small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  line-height: 1.45;
}

.profile-attribute-select {
  margin-top: 12px;
}

.elite-profile-attribute-item span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 700;
}

.admin-attribute-group-head,
.admin-attribute-item-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.admin-attribute-group-head strong,
.admin-attribute-item-head strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
}

.admin-attribute-group-head small,
.admin-attribute-item-head small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.admin-attribute-item {
  margin-top: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.admin-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.admin-attribute-options span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 75, 88, 0.11);
  border: 1px solid rgba(255, 75, 88, 0.22);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8rem;
  font-weight: 800;
}

.admin-attribute-options span.is-inactive {
  opacity: 0.58;
}

.admin-attribute-options em {
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
  font-size: 0.72rem;
}

.admin-attribute-options a,
.admin-attribute-options button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

.admin-attribute-options form {
  margin: 0;
}

.admin-attribute-empty-options {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 190, 80, 0.08);
  border: 1px solid rgba(255, 190, 80, 0.18);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .profile-attribute-grid,
  .elite-profile-attribute-grid {
    grid-template-columns: 1fr;
  }

  .admin-attribute-group-head,
  .admin-attribute-item-head {
    display: grid;
  }
}

/* =========================================================
   PERFIL E PAINÉIS - Avaliações dos anunciantes
   Estiliza formulário público, lista de avaliações e ações
   de moderação do anunciante e do administrador.
========================================================= */

.profile-review-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.profile-review-item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.profile-review-head strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
}

.profile-review-head span,
.profile-review-meta span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.84rem;
  font-weight: 700;
}

.profile-review-stars {
  display: inline-flex;
  gap: 3px;
  color: rgba(255, 255, 255, 0.22);
  white-space: nowrap;
}

.profile-review-stars .is-active {
  color: #f2bf58;
}

.profile-review-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.profile-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.profile-review-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.profile-review-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-review-form-title h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
}

.profile-review-form-title p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.profile-review-rating {
  display: inline-grid;
  gap: 8px;
  justify-items: start;
}

.profile-review-rating-title {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  font-weight: 900;
}

.profile-review-rating-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.profile-review-rating-stars input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0 !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

.profile-review-rating-stars label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.22);
  font-size: 1.45rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.profile-review-rating-stars label:hover,
.profile-review-rating-stars label:hover ~ label,
.profile-review-rating-stars input:checked ~ label {
  color: #f2bf58;
}

.profile-review-rating-stars label:hover {
  background: rgba(242, 191, 88, 0.12);
  transform: translateY(-1px) scale(1.06);
}

.profile-review-rating-stars input:focus-visible + label {
  outline: 2px solid rgba(242, 191, 88, 0.58);
  outline-offset: 3px;
}

.profile-review-form .form-label {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  font-weight: 800;
}

.profile-review-form .form-control {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.profile-review-form .form-control:focus {
  border-color: rgba(255, 75, 88, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(255, 75, 88, 0.12);
}

.advertiser-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.advertiser-review-actions form {
  margin: 0;
}

@media (max-width: 767px) {
  .profile-review-head {
    display: grid;
  }
}

@media (max-width: 991px) {
    .elite-related-slide {
        flex-basis: calc((100% - 24px) / 2);
    }
}

@media (max-width: 575px) {
    .near-me-filter {
        grid-template-columns: 1fr;
    }

    .elite-related-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .elite-related-slide {
        flex-basis: 100%;
    }
}

.phone-country-field {
    display: grid;
    grid-template-columns: minmax(108px, 128px) minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
}

.phone-country-select {
    min-height: 52px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.08);
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 22px auto;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 0 14px 0 46px;
    outline: none;
}

.phone-country-select:not(.has-phone-flag) {
    padding-left: 16px;
}

.phone-country-select:focus {
    border-color: rgba(239, 68, 68, 0.72);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16);
}

.phone-country-select option {
    color: #111;
}

@media (max-width: 575.98px) {
    .phone-country-field {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 8px;
    }

    .phone-country-select {
        min-height: 48px;
        padding-left: 42px;
    }

    .phone-country-select:not(.has-phone-flag) {
        padding-left: 14px;
    }
}
