/*
Theme Name: Tema Portal Tarot
Theme URI: anetecnologia.com.br
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo Portal Tarot
Version: 1.0.0
License: Código registrado e protegido. Produto Ane Tecnologia. 
*/

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a1a1a;
    background-color: #f8f8f8;
    line-height: 1.6;
}

body, html {
    height: 100% !important;
}

iframe {
   border: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    color: #111;
    text-decoration: underline;
}

iframe {
    max-width: 100% !important;
}

hr {
    border: 1px dotted #373737;
    border-style: none none dotted;
    color: #fff;
    margin: 10px 0;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

strong {
    font-weight: bold;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    min-height: 20px;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}

h2 {
    margin: 0 0 20px 0;
}

.classClearfix {
    clear: both;
}

.text-form {
    color: #6c757d;
    font-size: 12px;
    display: block;
}

.text-muted {
    color: gray;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    display: block;
}

.classBold {
    font-weight: bold;
}

.classFundoMenu {
    background-color: rgba(0,0,0,.6);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0 6px 6px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.label-warning {
    background-color: #f0ad4e;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-md-4,
.col-md-6,
.col-md-8 {
    float: left;
    padding: 0 5px;
    width: 100%
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }
}

.classTextCenter {
    text-align: center;
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover {
    color: #FFF;
    opacity: 0.9;
}

.btn-block {
    display: block;
    width: 100%;
}

.classContainerDiv {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 972px) {
    .classContainerDiv {
        width: 100%;
    }
}

/* Banners */
.classAnuncios {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.classAnuncios li {
    display: inline-block;
    margin: 0 10px 10px;
    vertical-align: top;
    line-height: 0;
}

.classAnuncios img,
.classAnuncios iframe {
    max-width: 100%;
}

.classAnuncios li.anuncio-mobile {
    display: none;
}

@media (max-width: 768px) {
    .classAnuncios li.anuncio-mobile {
        display: inline-block;
    }

    .classAnuncios li.anuncio-desktop {
        display: none;
    }
}

/* Pagina */
.classPaginaTitulo {
    background-color: #000;
    position: relative;
    color: #FFF;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 30px 12px;
    text-align: center;
    text-shadow: 1px 1px #000;
}

.classPaginaInfo {
    position: relative;
    z-index: 3;
}

.classPaginaFundo {
    background-repeat: no-repeat;
    background-image: url(img/tituloFundo.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 1;
}

.classPaginaTitulo h1,
.classPaginaTitulo h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
}

@media (max-width: 540px) {
    .classPaginaTitulo h1,
    .classPaginaTitulo h2 {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Páginação */
.classPaginacaoDiv {
    margin: 20px 0 15px;
    padding: 0;
    text-align: center;
    list-style: none;
}

.classPaginacaoDiv li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.classPaginacaoDiv li a,
.classPaginacaoDiv li em {
    background-color: #2d0052;
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    padding: 0 14px;
}

.classPaginacaoDiv li.active a,
.classPaginacaoDiv li a:hover {
    background-color: #edc703;
    color: #111;
}

/* Conteudo */

/* ===== HEADER ===== */
.header {
    background: linear-gradient(135deg, #1a0033 0%, #2d0052 100%);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    line-height: 0;
    font-weight: bold;
    color: #ffd700;
}

.logo img {
    max-height: 40px;
}

.logo-icon {
    font-size: 28px;
}

.logo-text {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav {
    display: flex;
    gap: 30px;
    flex: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.nav a,
.nav a:hover {
    text-decoration: none;
}

.nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ffd700;
    transition: width 0.3s ease;
}

.nav a:hover::after {
    width: 100%;
}

.header-buttons {
    display: flex;
    gap: 15px;
}

.btn-entrar,
.btn-cadastro {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-entrar {
    background: transparent;
    color: #ffd700;
    border: 2px solid #ffd700;
}

.btn-entrar:hover {
    background: #ffd700;
    color: #1a0033;
}

.btn-cadastro {
    background: #ffd700;
    color: #1a0033;
}

.btn-cadastro:hover {
    background: #ffed4e;
    transform: translateY(-2px);
}

/* ===== HERO SECTION ===== */
.hero {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 0, 51, 0.7) 0%, rgba(45, 0, 82, 0.6) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    max-width: 700px;
    padding: 0 20px;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    animation: fadeInDown 0.8s ease;
}

.hero-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    color: #e0e0e0;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-promo {
    background: rgba(255, 215, 0, 0.15);
    border: 2px solid #ffd700;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.promo-badge {
    display: inline-block;
    background: #ffd700;
    color: #1a0033;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.promo-text {
    font-size: 18px;
    color: white;
}

.btn-consultar-agora {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a0033;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    animation: fadeInUp 0.8s ease 0.6s both;
}

.btn-consultar-agora:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.5);
}

.hero-footer {
    font-size: 12px;
    color: #b0b0b0;
    margin-top: 15px;
    animation: fadeInUp 0.8s ease 0.8s both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== SOBRE SECTION ===== */
.sobre {
    background: white;
    padding: 80px 20px;
}

.sobre-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.sobre-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a0033;
    margin-bottom: 20px;
}

.sobre-text {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
    line-height: 1.8;
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.stat-item {
    padding: 30px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
    border-radius: 10px;
    border-left: 4px solid #ffd700;
}

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 10px;
}

.stat-label {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

/* ===== CONSULTORES SECTION ===== */
.consultores {
    background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
    padding: 80px 20px;
}

.consultores-container {
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a0033;
    text-align: center;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

.consultores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.consultor-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.consultor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.consultor-image {
    position: relative;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px;
}

.consultor-status {
    background: #4caf50;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.consultor-badge {
    background: #ffd700;
    color: #1a0033;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.consultor-info {
    padding: 25px;
}

.consultor-name {
    font-size: 22px;
    font-weight: 700;
    color: #1a0033;
    margin-bottom: 10px;
}

.consultor-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.consultor-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.stat {
    text-align: center;
}

.stat-label {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.stat-value {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ffd700;
}

.consultor-precos {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.preco-item {
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    color: #555;
}

.btn-iniciar {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a0033;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-iniciar:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.ver-todos {
    text-align: center;
}

.btn-ver-todos {
    padding: 14px 40px;
    background: linear-gradient(135deg, #1a0033 0%, #2d0052 100%);
    color: #ffd700;
    border: 2px solid #ffd700;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-ver-todos:hover {
    background: #ffd700;
    color: #1a0033;
    transform: translateY(-2px);
}

/* ===== DEPOIMENTOS SECTION ===== */
.depoimentos {
    position: relative;
    padding: 80px 20px;
    color: white;
}

.depoimentos-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.depoimentos-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.depoimentos-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 0, 51, 0.5);
    z-index: 2;
}

.depoimentos-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.depoimentos-container .section-title {
    color: white;
    margin-bottom: 50px;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.depoimento-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.depoimento-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.stars {
    color: #ffd700;
    font-size: 18px;
    margin-bottom: 15px;
}

.depoimento-text {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-style: italic;
    color: #333;
}

.depoimento-author {
    font-size: 13px;
    color: #808080;
    font-weight: 600;
}

.depoimento-card:hover .depoimento-text,
.depoimento-card:hover .depoimento-author {
    color: #FFF;
}

/* ===== BLOG SECTION ===== */
.blog {
    background: white;
    padding: 80px 20px;
}

.blog-container {
    max-width: 1400px;
    margin: 0 auto;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.blog-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.blog-image {
    height: 200px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    background-size: cover;
}

.blog-category {
    background: rgba(255, 215, 0, 0.9);
    color: #1a0033;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    width: fit-content;
}

.blog-content {
    padding: 25px;
}

.blog-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a0033;
    margin-bottom: 12px;
}

.blog-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.blog-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-link:hover {
    color: #ffed4e;
    margin-left: 5px;
}

/* ===== CTA FINAL SECTION ===== */
.cta-final {
    background: linear-gradient(135deg, #1a0033 0%, #2d0052 100%);
    padding: 80px 20px;
    text-align: center;
    color: white;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-text {
    font-size: 18px;
    color: #e0e0e0;
    margin-bottom: 30px;
}

.btn-cta-final {
    padding: 16px 40px;
    background: #ffd700;
    color: #1a0033;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.btn-cta-final:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.5);
}

/* ===== FOOTER ===== */
.footer {
    position: relative;
    padding: 60px 20px 30px;
    color: white;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    line-height: 0;
}

.footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 0, 51, 0.7);
    z-index: 2;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffd700;
}

.footer-section p {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffd700;
    margin-left: 5px;
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #b0b0b0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        width: 100%;
    }

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

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .section-title {
        font-size: 32px;
    }

    .consultores-grid {
        grid-template-columns: 1fr;
    }

    .depoimentos-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 15px 0;
    }

    .logo {
        font-size: 18px;
    }

    .nav {
        display: none;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .cta-title {
        font-size: 28px;
    }
}

.auth-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.6s ease;
}

.meioConteudo {
    padding: 45px 0;
}

.formLogin {
    max-width: 520px;
    margin: 0 auto;
}

.formCadastro {
    max-width: 1200px;
}

.btn-auth {
    padding: 14px 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
    margin-top: 10px;
}

.auth-card a,
.auth-card a:hover {
    color: #ffd700;
}

.btn-auth,
.btn-auth:hover {
    color: #1a0033;
}

.btn-auth:hover {
    opacity: 0.8;
}

.auth-footer {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
    color: #666;
}

.auth-titulo {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

.auth-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-align: center;
}

.classPagina404 {
    background: linear-gradient(135deg, #1a0033 0%, #2d0052 100%);
}

.error-animation {
    margin-bottom: 40px;
}

.error-code {
    font-size: 120px;
    font-weight: 900;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: pulse 2s ease-in-out infinite;
    margin-bottom: 20px;
    letter-spacing: 10px;
    text-align: center;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.error-symbols {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 40px;
}

.symbol {
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.error-details {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
    animation: slideUp 0.8s ease 0.4s both;
    text-align: center;
    color: #FFF;
}

.error-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

.classCadastroTitulo {
    background: linear-gradient(135deg, #1a0033 0%, #2d0052 100%);
    color: #FFF;
    padding: 8px 12px;
    border-radius: 6px;
}

.formHorarioAtendimentoDiv {
    position: relative;
    overflow: hidden;
    padding-left: 137px;
}

.formHorarioAtendimentoNome {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffd700;
    width: 130px;
    padding: 0 8px;
    line-height: 40px;
    border-radius: 8px;
}

.formHorarioAtendimentoCampo {
    float: left;
    width: 50%;
    padding: 0 6px;
}

label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.classDataNascDiv {
    margin: 0 -4px;
}

.classDataNascCampo {
    float: left;
    width: 33.33333%;
    padding: 0 4px;
}

.classCampoValorDiv {
    position: relative;
}

.classCampoValorMoeda,
.classCampoValorCentavos {
    position: absolute;
    top: 6px;
}

.classCampoValorMoeda {
    left: 10px;
}

.classCampoValorCentavos {
    right: 10px;
}

.classCampoValorDiv input {
    text-align: right;
    padding-right: 35px;
}

.depoimento-card {
    background: white;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding: 25px;
    transition: all 0.3s ease;
    animation: fadeIn 0.5s ease;
}

.depoimento-card:hover {
    border-color: #ffd700;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.15);
    transform: translateY(-5px);
}

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

.depoimento-card.show {
    animation: fadeIn 0.5s ease;
}

.depoimento-header {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.depoimento-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.depoimento-info {
    flex: 1;
}

.depoimento-nome {
    font-size: 16px;
    font-weight: 700;
    color: #1a0033;
    margin-bottom: 4px;
}

.depoimento-consultor {
    font-size: 13px;
    color: #999;
    line-height: 21px;
    margin: 0;
}

.minhaContaLateral {
    float: left;
    width: 280px;
    background: linear-gradient(135deg, #1a0033 0%, #2d0052 100%);
    color: white;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    border-radius: 5px;
}

.sidebar-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a0033;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.user-info {
    flex: 1;
}

.user-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.user-email {
    font-size: 12px;
    color: #b0b0b0;
    margin: 2px 0;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 40px;
}

.minhaContaLateralLink {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    color: #e0e0e0;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.minhaContaLateralLink:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
}

.minhaContaLateralLink.active {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #1a0033;
}

.link-icon {
    font-size: 18px;
}

.link-text {
    flex: 1;
}

.sidebar-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-logout {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
    border: 2px solid #ffd700;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
}

.btn-logout:hover {
    background: #ffd700;
    color: #1a0033;
}

.minhaContaConteudo {
    float: right;
    width: calc(100% - 300px);
    background-color: #EAEAEA;
    padding: 15px;
    border-radius: 5px;
}


.minhaContaTitulo {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
    border-bottom: 1px #CCC solid;
    padding-bottom: 10px;
}

/* Blog */

.blogLeft {
    float: left;
    width: calc(100% - 320px);
}

.blogRight {
    float: right;
    width: 300px;
}

.sidebar-card {
    background-color: #2a1862;
    border: 1px solid rgba(255, 215, 0, 0.08);
    border-radius: 12px;
    padding: 28px;
    backdrop-filter: blur(8px);
    margin-bottom: 15px;
}

.sidebar-cta {
    background: linear-gradient(135deg, #2d1b69, #1a0a3e);
    border: 1px solid rgba(255, 215, 0, 0.2);
    text-align: center;
}

.sidebar-cta-icon {
    font-size: 2.4rem;
    margin-bottom: 12px;
}

.sidebar-cta h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 8px;
}

.sidebar-cta p {
    font-size: 0.85rem;
    color: #a99fc0;
    margin-bottom: 18px;
    line-height: 1.5;
}

.sidebar-cta-btn {
    display: inline-block;
    background: #ffd700;
    color: #1a1130;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.5px;
    padding: 11px 28px;
    border-radius: 30px;
    transition: all 0.3s;
}

.sidebar-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
}

.post-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
    text-shadow: 0 2px 30px rgba(100, 60, 180, 0.5);
}

.post-category-badge {
    display: inline-block;
    background: #ffd700;
    color: #1a1130;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

.post-meta-divider {
    width: 4px;
    height: 4px;
    background: rgba(255, 215, 0, 0.4);
    border-radius: 50%;
}

.category-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #b8afd0;
    transition: all 0.3s;
}

.category-list li a:hover {
    background: rgba(255, 215, 0, 0.06);
    color: #ffd700;
}

.category-count {
    font-size: 0.75rem;
    background: rgba(255, 215, 0, 0.1);
    padding: 2px 10px;
    border-radius: 12px;
    color: rgba(255, 215, 0, 0.7);
}

.sidebar-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: #ffd700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.12);
}

/* MENU LATERAL */

/* BOTÃO HAMBURGUER */
.menu-btn {
    position: absolute;
    top: 7px;
    left: 20px;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
    display: none;
}

.menu-btn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #FFD700;
    margin-bottom: 5px;
    border-radius: 3px;
    transition: 0.3s ease;
}

/* MENU */
.menu-lateral {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    padding: 30px 25px;
    background: rgba(30, 0, 50, 0.9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	overflow-y: auto;
}

/* MENU ATIVO */
.menu-lateral.active {
    transform: translateX(0);
}

/* OVERLAY */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 1000;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* LINKS */
.menu-links {
    list-style: none;
    margin-top: 40px;
}

.menu-links li {
    margin-bottom: 20px;
}

.menu-links a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.menu-links a:hover {
    color: #FFD700;
}

/* BOTÃO */
.btn-conta {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
    background: #FFD700;
    color: #2a0040;
    font-weight: bold;
    text-decoration: none;
}

/* RESPONSIVO */
@media (max-width: 991px) {
    .menu-btn {
        display: block;
    }
	
	.nav,
	.header-buttons {
		display: none;
	}
	
	.header-container {
		position: relative;
		padding-left: 90px;
	}
}

.pagina-container {
    max-width: 1400px;
	padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.produtosRow {
	margin: 0 -6px 25px;
}

.produtoItem {
	float: left;
	width: 25%;
	padding: 0 6px;
	margin-bottom: 12px;
}

.produtoItemConteudo {
    padding: 6px;
    background-color: #f3f3f3;
    border: 1px #CCC solid;
    border-radius: 5px;
}

.produtoItemFoto {
	display: block;
	position: relative; 
	padding-top: 74%; 
	margin-bottom: 8px;
}

.produtoItemFoto img {
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.produtoItemTitulo {
	font-weight: bold;
	display: block;
	color: #111;
}

.produtoItemResumo {
	display: block;
    font-size: 13px;
    line-height: 23px;
    color: #565656;
    height: 69px;
	overflow: hidden;
}

.produtoItemPreco {
    display: block;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 6px;
	color: #111;
}

.produtoItemPreco span {
	font-weight: normal;
    font-size: 13px;
    position: relative;
    top: -3px;
}

.produtoItemBotao,
.produtoItemBotao:hover {
	display: block;
	padding: 4px 6px; 
	text-align: center;
	background-color: #1a0033;
	border: 2px solid #ffd700; 
	color: #ffd700;
	border-radius: 5px;
}

.produtoItemBotao:hover {
	opacity: 0.8;
}

@media (max-width: 1200px) {
	.produtoItem {
		width: 33.33333%;
	}
}

@media (max-width: 840px) {
	.produtoItem {
		width: 50%;
	}
}

.paginaTitulo {
	font-size: 22px;
    line-height: 32px;
    border-bottom: 1px #CCC solid;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.botaoSite,
.botaoSite:hover {
	padding: 14px 40px;
    background: linear-gradient(135deg, #1a0033 0%, #2d0052 100%);
    color: #ffd700;
    border: 2px solid #ffd700;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.botaoSite:hover {
	opacity: 0.8;
}

.produdoLeft {
	float: left;
    width: 400px;
}

.produdoRight {
	float: right;
    width: calc(100% - 424px);
	margin-bottom: 35px;
}

.produdoPreco {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
	font-weight: bold;
}

.produdoPreco span {
	position: relative;
    font-size: 16px;
    top: -6px;
	font-weight: normal;
}

.produtoFoto {
	border-radius: 6px;
	width: 100%;
}

@media (max-width: 1024px) {
	.produdoLeft,
	.produdoRight {
		width: 100%;
	}
	
	.produdoLeft {
		margin-bottom: 15px;
	}
}

/* ═══════════════════════════════════════════════════════════════
   lda-upload.css — Seção de upload · Luz dos Arcanos
   Vai em: wp-content/themes/SEU-TEMA/assets/lda-upload.css
   ═══════════════════════════════════════════════════════════════ */
 
/* ── Variáveis (herdadas do tema ou redefinidas aqui) ─────────── */
.lda-upload-wrap {
  --c-bg:       #1e1240;
  --c-surface:  #2a1a52;
  --c-border:   rgba(201,162,39,.3);
  --c-hover:    rgba(201,162,39,.65);
  --c-gold:     #c9a227;
  --c-gold-lt:  #e8c55a;
  --c-text:     #ede5f5;
  --c-muted:    rgba(237,229,245,.5);
  --c-error:    #c0392b;
  --radius:     12px;
  --ease:       .22s cubic-bezier(.4,0,.2,1);
  font-family: 'Segoe UI', sans-serif;
  margin-top: 8px;
}
 
/* ── Cabeçalho igual ao tema do formulário ────────────────────── */
.lda-block-header {
  background: #1a0f33;
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 13px 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
}
 
.lda-block-header svg { flex-shrink:0; }
 
/* ── Zona de drop ─────────────────────────────────────────────── */
#lda-dropzone {
  background: var(--c-surface);
  border: 2px dashed var(--c-border);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color var(--ease), background var(--ease), box-shadow var(--ease);
  /* brilho sutil no topo */
  background-image: linear-gradient(160deg, rgba(201,162,39,.05) 0%, transparent 50%);
}
 
#lda-dropzone.is-over,
#lda-dropzone:focus-visible {
  border-color: var(--c-hover);
  background-color: #321e60;
  box-shadow: 0 0 24px rgba(201,162,39,.18);
  outline: none;
}
 
#lda-dropzone.is-full {
  cursor: not-allowed;
  opacity: .55;
  pointer-events: none;
}
 
/* Ícone central */
.lda-icon {
  width: 50px; height: 50px;
  margin: 0 auto 13px;
  background: rgba(201,162,39,.12);
  border: 1.5px solid var(--c-border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform var(--ease), background var(--ease);
}
 
#lda-dropzone.is-over .lda-icon {
  transform: scale(1.14);
  background: rgba(201,162,39,.22);
}
 
.lda-icon svg { color: var(--c-gold); }
 
/* Textos */
.lda-zone-title {
  color: var(--c-text);
  font-size: .95rem;
  font-weight: 600;
  margin: 0 0 5px;
}
.lda-zone-title em {
  font-style: normal;
  color: var(--c-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lda-zone-hint {
  color: var(--c-muted);
  font-size: .77rem;
  line-height: 1.55;
  margin: 0;
}
 
/* ── Barra de contador ────────────────────────────────────────── */
.lda-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin: 8px 2px 0;
  font-size: .75rem;
  color: var(--c-muted);
}
 
#lda-counter {
  color: var(--c-gold);
  font-weight: 700;
}
 
/* ── Grade de miniaturas ──────────────────────────────────────── */
#lda-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 18px;
}
 
/* ── Miniatura ────────────────────────────────────────────────── */
.lda-thumb {
  position: relative;
  width: 108px; height: 108px;
  border-radius: 9px;
  border: 2px solid var(--c-border);
  overflow: hidden;
  background: var(--c-surface);
  flex-shrink: 0;
  animation: lda-in .3s cubic-bezier(.34,1.56,.64,1) both;
  transition: border-color var(--ease), box-shadow var(--ease);
}
 
.lda-thumb:hover { border-color: var(--c-gold); box-shadow: 0 0 12px rgba(201,162,39,.28); }
.lda-thumb.lda-removing { animation: lda-out .28s ease forwards; }
 
@keyframes lda-in  { from { opacity:0; transform:scale(.6); } to { opacity:1; transform:scale(1); } }
@keyframes lda-out { to   { opacity:0; transform:scale(.6); } }
 
/* Imagem de fundo */
.lda-img {
  width:100%; height:100%;
  background-size: cover;
  background-position: center;
}
 
/* ── Barra de progresso (sobre a imagem) ─────────────────────── */
.lda-prog {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 5px 7px;
  background: rgba(15,8,40,.82);
  backdrop-filter: blur(3px);
}
 
.lda-prog-track {
  height: 4px;
  background: rgba(255,255,255,.12);
  border-radius: 99px;
  overflow: hidden;
}
 
.lda-prog-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--c-gold), var(--c-gold-lt));
  border-radius: 99px;
  transition: width .12s ease;
}
 
.lda-prog-pct {
  display: block;
  text-align: center;
  font-size: .62rem;
  font-weight: 700;
  color: #f5e4a0;
  margin-top: 2px;
}
 
/* ── Spinner durante upload ───────────────────────────────────── */
.lda-spin-wrap {
  position: absolute;
  inset: 0;
  background: rgba(15,8,40,.45);
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
}
 
.lda-spin {
  display: block;
  width: 26px; height: 26px;
  border: 3px solid rgba(201,162,39,.22);
  border-top-color: var(--c-gold);
  border-radius: 50%;
  animation: lda-spin .65s linear infinite;
}
 
@keyframes lda-spin { to { transform: rotate(360deg); } }
 
/* ── Botão de remover ─────────────────────────────────────────── */
.lda-del {
  position: absolute;
  top: 4px; right: 4px;
  width: 21px; height: 21px;
  border-radius: 50%;
  border: 1.5px solid var(--c-border);
  background: rgba(15,8,40,.75);
  color: var(--c-gold);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  padding: 0; line-height: 0;
  opacity: 0;
  transition: opacity var(--ease), background var(--ease), border-color var(--ease), color var(--ease);
}
 
.lda-thumb:hover .lda-del,
.lda-thumb.lda-done .lda-del { opacity: 1; }
 
.lda-del:hover {
  background: #5c1515;
  border-color: var(--c-error);
  color: #ff8080;
}
 
.lda-del svg { width: 10px; height: 10px; }
 
/* ── Toast de erro ────────────────────────────────────────────── */
.lda-toast {
  position: fixed;
  bottom: 24px; right: 24px;
  background: #1e1240;
  color: #ff9494;
  border: 1.5px solid var(--c-error);
  border-radius: 9px;
  padding: 11px 18px;
  font-size: .83rem;
  font-weight: 600;
  z-index: 99999;
  max-width: 300px;
  box-shadow: 0 8px 28px rgba(0,0,0,.5);
  transform: translateY(12px);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  pointer-events: none;
}
 
.lda-toast.on { transform: translateY(0); opacity: 1; }
 
/* ── Responsivo ───────────────────────────────────────────────── */
@media (max-width: 540px) {
  .lda-thumb { width: 86px; height: 86px; }
  #lda-dropzone { padding: 26px 14px; }
}