﻿/* ============================================================
   AMOR QUE PERMANECE - Layout Oficial
   Paleta: Rose/Creme + Vermelho + Dourado
   ============================================================ */

/* Fonts carregadas no header-hero.css */

:root {
  --red:        #C0392B;
  --red-dk:     #9B1B1B;
  --red-lt:     #E8534A;
  --gold:       #C9A84C;
  --gold-lt:    #F0D080;
  --gold-dk:    #A07830;
  --rose:       #FDF0F0;
  --rose-md:    #F5D9D9;
  --rose-dk:    #EDBBBB;
  --cream:      #FFF8F4;
  --dark:       #2C0A0A;
  --dark2:      #1A0505;
  --text:       #3D1515;
  --gray:       #8A6A6A;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-script:"Dancing Script", cursive;
  --font-sans:  "Lato", sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
body{font-family:var(--font-sans);background:var(--cream);color:var(--text);overflow-x:hidden}
h1,h2,h3,h4,h5{font-family:var(--font-serif)}
a{text-decoration:none}
img{max-width:100%}

/* ---- FUNDO BOKEH GLOBAL ---- */
body::before{
  content:"";
  position:fixed;inset:0;z-index:-1;
  background:
    radial-gradient(ellipse 60% 40% at 20% 20%, rgba(192,57,43,.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 80% 80%, rgba(201,168,76,.07) 0%, transparent 70%),
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(245,217,217,.4) 0%, transparent 80%),
    var(--cream);
}

/* ---- UTILITARIOS ---- */
.text-gold{color:var(--gold)!important}
.text-red{color:var(--red)!important}
.text-script{font-family:var(--font-script)!important}

/* ============================================================
   NAVBAR
   ============================================================ */
.aqp-navbar{
  background:rgba(255,248,244,.97);
  backdrop-filter:blur(8px);
  border-bottom:2px solid var(--rose-dk);
  padding:.6rem 0;
  box-shadow:0 2px 16px rgba(192,57,43,.08);
}
.aqp-brand{
  display:flex;align-items:center;gap:.5rem;
  font-family:var(--font-script);
  font-size:1.5rem;
  color:var(--red);
  line-height:1.1;
}
.aqp-brand .brand-heart{
  width:36px;height:36px;
  background:var(--red);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:.9rem;
  box-shadow:0 2px 8px rgba(192,57,43,.4);
  flex-shrink:0;
}
.aqp-brand .brand-text{line-height:1.1}
.aqp-brand .brand-line1{display:block;font-size:1rem;color:var(--red)}
.aqp-brand .brand-line2{display:block;font-size:1.4rem;color:var(--red);font-weight:700}
.aqp-navbar .nav-link{
  color:var(--text)!important;
  font-size:.88rem;
  font-weight:600;
  letter-spacing:.3px;
  padding:.4rem .8rem!important;
  transition:color .2s;
}
.aqp-navbar .nav-link:hover{color:var(--red)!important}
.aqp-navbar .nav-link.active{color:var(--red)!important}

/* ---- BOTOES ---- */
.aqp-btn-gold{
  background:linear-gradient(135deg,var(--gold),var(--gold-dk));
  color:#fff;border:none;font-weight:700;
  letter-spacing:.5px;border-radius:30px;
  padding:.55rem 1.6rem;
  box-shadow:0 3px 12px rgba(160,120,48,.35);
  transition:all .2s;
}
.aqp-btn-gold:hover{
  background:linear-gradient(135deg,var(--gold-lt),var(--gold));
  color:#fff;transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(160,120,48,.4);
}
.aqp-btn-red{
  background:linear-gradient(135deg,var(--red-lt),var(--red));
  color:#fff;border:none;font-weight:700;
  border-radius:30px;padding:.55rem 1.6rem;
  box-shadow:0 3px 12px rgba(192,57,43,.35);
  transition:all .2s;
}
.aqp-btn-red:hover{
  background:linear-gradient(135deg,var(--red),var(--red-dk));
  color:#fff;transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(192,57,43,.4);
}
.btn-navbar-inscricao{
  background:linear-gradient(135deg,var(--red-lt),var(--red));
  color:#fff!important;border-radius:20px;
  padding:.4rem 1.2rem!important;font-weight:700!important;
  box-shadow:0 2px 10px rgba(192,57,43,.3);
  transition:all .2s;
}
.btn-navbar-inscricao:hover{
  background:linear-gradient(135deg,var(--red),var(--red-dk));
  transform:translateY(-1px);
  box-shadow:0 4px 14px rgba(192,57,43,.4);
}

/* ============================================================
   HERO
   ============================================================ */
.aqp-hero{
  position:relative;
  min-height:88vh;
  display:flex;align-items:center;
  overflow:hidden;
  background:var(--dark2);
}
.aqp-hero-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center top;
  opacity:1;
  transition:opacity 1.2s ease-in-out;
}
.aqp-hero-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(
    105deg,
    rgba(26,5,5,.75) 0%,
    rgba(44,10,10,.55) 40%,
    rgba(192,57,43,.15) 70%,
    transparent 100%
  );
}
.aqp-hero-content{
  position:relative;z-index:2;color:#fff;
  padding:3rem 0;
}
.aqp-hero-eyebrow{
  font-size:.8rem;letter-spacing:3px;
  text-transform:uppercase;
  color:var(--gold-lt);font-weight:700;
  margin-bottom:.75rem;
}
.aqp-hero h1{
  font-family:var(--font-serif);
  font-size:clamp(2.4rem,6vw,4.2rem);
  line-height:1.12;
  text-shadow:0 2px 20px rgba(0,0,0,.6);
  margin-bottom:1rem;
}
.aqp-hero h1 em{
  font-style:italic;
  color:var(--gold-lt);
}
.aqp-hero-divider{
  width:60px;height:3px;
  background:linear-gradient(90deg,var(--gold),var(--gold-lt));
  border-radius:2px;margin:1rem 0;
}
.aqp-hero .lead{
  font-size:clamp(.95rem,2vw,1.15rem);
  color:rgba(255,255,255,.88);
  margin-bottom:2rem;
}

/* ---- CONTADOR NO HERO ---- */
.aqp-countdown{display:flex;gap:.75rem;flex-wrap:wrap}
.aqp-countdown .unit{
  text-align:center;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(6px);
  border:1px solid rgba(201,168,76,.5);
  border-radius:10px;
  padding:.6rem .9rem;min-width:68px;
}
.aqp-countdown .unit .num{
  font-family:var(--font-serif);
  font-size:2rem;color:var(--gold-lt);
  line-height:1;font-weight:700;
}
.aqp-countdown .unit .lbl{
  font-size:.6rem;text-transform:uppercase;
  letter-spacing:1.5px;color:rgba(255,255,255,.7);
  margin-top:.2rem;
}
.aqp-countdown-mini{font-size:.85rem}

/* ---- HERO SLIDE ---- */
.aqp-hero-slide{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  opacity:0;transition:opacity 1.2s ease-in-out;
}
.aqp-hero-slide.active{opacity:1}

/* ============================================================
   SECOES
   ============================================================ */
.aqp-section{padding:5rem 0}
.aqp-section-rose{background:var(--rose)}
.aqp-section-cream{background:var(--cream)}
.aqp-section-white{background:#fff}
.aqp-section-dark{
  background:linear-gradient(135deg,var(--dark),var(--red-dk));
  color:#fff;
}

/* Titulo de secao */
.aqp-section-title{
  font-family:var(--font-serif);
  font-size:clamp(1.7rem,4vw,2.5rem);
  color:var(--dark);margin-bottom:.4rem;
}
.aqp-section-title .script{
  font-family:var(--font-script);
  color:var(--red);font-size:1.2em;
}
.aqp-section-title.light{color:#fff}
.aqp-title-line{
  width:50px;height:3px;
  background:linear-gradient(90deg,var(--gold),var(--gold-lt));
  border-radius:2px;margin:.5rem auto 2rem;
}
.aqp-title-line.left{margin-left:0}
.aqp-ornament{
  color:var(--gold);font-size:1.4rem;
  letter-spacing:4px;opacity:.7;
}

/* ============================================================
   SECAO SOBRE O EVENTO
   ============================================================ */
.aqp-event-info-card{
  background:#fff;
  border-radius:16px;
  padding:2rem;
  box-shadow:0 6px 30px rgba(192,57,43,.1);
  border:1px solid var(--rose-dk);
}
.aqp-event-info-item{
  display:flex;align-items:flex-start;gap:.75rem;
  padding:.75rem 0;
  border-bottom:1px solid var(--rose-md);
}
.aqp-event-info-item:last-child{border-bottom:none}
.aqp-event-info-item .icon{
  width:36px;height:36px;border-radius:50%;
  background:linear-gradient(135deg,var(--rose-md),var(--rose-dk));
  display:flex;align-items:center;justify-content:center;
  color:var(--red);font-size:.9rem;flex-shrink:0;
}
.aqp-price-badge{
  background:linear-gradient(135deg,var(--gold),var(--gold-dk));
  color:#fff;border-radius:50%;
  width:110px;height:110px;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(160,120,48,.4);
  text-align:center;
}
.aqp-price-badge .price-val{
  font-family:var(--font-serif);
  font-size:1.5rem;font-weight:700;line-height:1;
}
.aqp-price-badge .price-lbl{font-size:.65rem;opacity:.9;letter-spacing:1px}

/* ============================================================
   GALERIA
   ============================================================ */
.aqp-gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
  gap:10px;
}
.aqp-gallery-item{
  position:relative;overflow:hidden;
  border-radius:12px;aspect-ratio:1;cursor:pointer;
  box-shadow:0 3px 12px rgba(192,57,43,.12);
}
.aqp-gallery-item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .35s;
}
.aqp-gallery-item:hover img{transform:scale(1.08)}
.aqp-gallery-item .overlay{
  position:absolute;inset:0;
  background:rgba(44,10,10,.5);
  opacity:0;display:flex;align-items:center;justify-content:center;
  transition:opacity .3s;color:#fff;font-size:1.5rem;
}
.aqp-gallery-item:hover .overlay{opacity:1}

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.aqp-testimonial{
  background:#fff;border-radius:16px;
  padding:1.75rem;
  box-shadow:0 4px 20px rgba(192,57,43,.08);
  border:1px solid var(--rose-dk);
  position:relative;
}
.aqp-testimonial::before{
  content:"\201C";
  font-family:var(--font-serif);font-size:5rem;
  color:var(--red);opacity:.12;
  position:absolute;top:-8px;left:12px;line-height:1;
}
.aqp-testimonial .stars{color:var(--gold);font-size:.85rem}
.aqp-testimonial .couple-name{
  font-family:var(--font-script);
  font-size:1.1rem;color:var(--red);
}
.aqp-testimonial .couple-photo{
  width:44px;height:44px;border-radius:50%;object-fit:cover;
  border:2px solid var(--gold);
}

/* ============================================================
   BLOG CARDS
   ============================================================ */
.aqp-blog-card{
  border:none;border-radius:14px;overflow:hidden;
  box-shadow:0 4px 18px rgba(192,57,43,.09);
  transition:transform .25s,box-shadow .25s;
  background:#fff;
}
.aqp-blog-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 28px rgba(192,57,43,.15);
}
.aqp-blog-card .card-img-top{height:180px;object-fit:cover}
.aqp-blog-card .post-date{font-size:.75rem;color:var(--gray)}
.aqp-blog-card .card-title{
  font-family:var(--font-serif);font-size:1.05rem;color:var(--dark);
}

/* ============================================================
   PARCEIROS
   ============================================================ */
.aqp-partner-logo{
  filter:grayscale(80%);opacity:.6;
  transition:filter .3s,opacity .3s;
  max-height:55px;object-fit:contain;
}
.aqp-partner-logo:hover{filter:none;opacity:1}

/* ============================================================
   FORMULARIOS
   ============================================================ */
.aqp-form-card{
  background:#fff;border-radius:18px;
  box-shadow:0 8px 40px rgba(192,57,43,.1);
  padding:2.5rem;
  border:1px solid var(--rose-dk);
}
.aqp-form-card .form-label{
  font-weight:600;font-size:.85rem;color:var(--text);
}
.aqp-form-card .form-control,
.aqp-form-card .form-select{
  border-color:var(--rose-dk);
  border-radius:8px;
  font-size:.9rem;
}
.aqp-form-card .form-control:focus,
.aqp-form-card .form-select:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 .2rem rgba(201,168,76,.2);
}
.aqp-form-title{
  font-family:var(--font-script);
  color:var(--red);font-size:2.2rem;
}
.aqp-form-divider{
  border:none;border-top:1px solid var(--rose-dk);
  margin:1.5rem 0;
}
.aqp-form-section-title{
  font-family:var(--font-serif);
  font-size:1rem;color:var(--red);
  font-weight:700;margin-bottom:.75rem;
  display:flex;align-items:center;gap:.5rem;
}
.aqp-form-section-title::before{
  content:"";width:4px;height:18px;
  background:var(--gold);border-radius:2px;
}

/* ============================================================
   EVENTO CARDS
   ============================================================ */
.aqp-event-card{
  border:none;border-radius:14px;overflow:hidden;
  box-shadow:0 4px 20px rgba(192,57,43,.1);
  transition:transform .25s,box-shadow .25s;
  background:#fff;
}
.aqp-event-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 32px rgba(192,57,43,.18);
}
.aqp-event-card .card-img-top{height:220px;object-fit:cover}
.aqp-event-card .event-date{
  font-size:.75rem;color:var(--gold-dk);
  font-weight:700;text-transform:uppercase;letter-spacing:1px;
}
.aqp-event-card .card-title{
  font-family:var(--font-serif);font-size:1.25rem;color:var(--dark);
}
.aqp-event-card .event-price{
  font-size:1.4rem;font-weight:700;color:var(--red);
}

/* ============================================================
   DASHBOARD SIDEBAR
   ============================================================ */
.aqp-dash-sidebar{
  background:linear-gradient(180deg,var(--dark),var(--red-dk));
  min-height:100vh;padding:2rem 1rem;
}
.aqp-dash-sidebar .nav-link{
  color:rgba(255,255,255,.78);border-radius:10px;
  padding:.6rem 1rem;margin-bottom:.2rem;
  transition:background .2s,color .2s;
}
.aqp-dash-sidebar .nav-link:hover,
.aqp-dash-sidebar .nav-link.active{
  background:rgba(201,168,76,.2);color:var(--gold-lt);
}
.aqp-dash-sidebar .nav-link i{width:20px}
.aqp-stat-card{
  border-radius:14px;padding:1.5rem;
  color:#fff;position:relative;overflow:hidden;
}
.aqp-stat-card .stat-icon{
  font-size:3rem;opacity:.18;
  position:absolute;right:1rem;bottom:.5rem;
}
.aqp-stat-card .stat-num{
  font-family:var(--font-serif);font-size:2.2rem;font-weight:700;
}
.aqp-stat-card .stat-label{font-size:.82rem;opacity:.85}

/* ============================================================
   ADMIN
   ============================================================ */
.aqp-admin-sidebar{
  background:var(--dark2);min-height:100vh;padding:1.5rem 1rem;
}
.aqp-admin-sidebar .nav-link{
  color:rgba(255,255,255,.7);border-radius:6px;
  padding:.5rem .9rem;font-size:.88rem;transition:all .2s;
}
.aqp-admin-sidebar .nav-link:hover,
.aqp-admin-sidebar .nav-link.active{
  background:var(--red);color:#fff;
}
.aqp-admin-sidebar .nav-link i{width:18px}
.aqp-admin-header{
  background:var(--dark);
  border-bottom:2px solid var(--gold);
  padding:.75rem 1.5rem;color:#fff;
}

/* ============================================================
   FOOTER
   ============================================================ */
.aqp-footer{
  background:linear-gradient(135deg,var(--dark),var(--red-dk));
  color:rgba(255,255,255,.85);
  padding:3.5rem 0 1.5rem;
  position:relative;overflow:hidden;
}
.aqp-footer::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(201,168,76,.08) 0%,transparent 70%);
}
.aqp-footer-brand{
  font-family:var(--font-script);
  color:var(--gold-lt);font-size:2rem;
}
.aqp-footer-brand .heart{color:var(--red-lt)}
.aqp-footer-link{
  color:rgba(255,255,255,.6);display:block;
  margin-bottom:.35rem;font-size:.88rem;transition:color .2s;
}
.aqp-footer-link:hover{color:var(--gold-lt)}
.aqp-social{
  color:rgba(255,255,255,.6);font-size:1.2rem;transition:color .2s;
}
.aqp-social:hover{color:var(--gold-lt)}
.aqp-footer-divider{
  border-color:rgba(255,255,255,.15);margin:2rem 0 1rem;
}
.aqp-footer-payment img{
  height:24px;opacity:.7;filter:brightness(0) invert(1);
  transition:opacity .2s;
}
.aqp-footer-payment img:hover{opacity:1}

/* ============================================================
   BADGES STATUS
   ============================================================ */
.badge-pendente{background:#FFC107;color:#333}
.badge-aprovado{background:#28A745;color:#fff}
.badge-rejeitado{background:#DC3545;color:#fff}
.badge-confirmado{background:#17A2B8;color:#fff}

/* ============================================================
   UPLOAD
   ============================================================ */
.aqp-upload-area{
  border:2px dashed var(--gold);border-radius:14px;
  padding:2rem;text-align:center;cursor:pointer;
  background:var(--rose);transition:background .2s,border-color .2s;
}
.aqp-upload-area:hover{background:var(--rose-md);border-color:var(--red)}
.aqp-upload-preview{
  width:120px;height:120px;object-fit:cover;
  border-radius:50%;border:3px solid var(--gold);
}

/* ============================================================
   INSCRICAO PAGE
   ============================================================ */
.aqp-inscricao-hero{
  background:linear-gradient(135deg,var(--dark),var(--red-dk));
  padding:3rem 0;color:#fff;text-align:center;
}
.aqp-inscricao-hero h1{
  font-family:var(--font-script);font-size:3rem;color:var(--gold-lt);
}
.aqp-checkout-summary{
  background:linear-gradient(135deg,var(--rose),var(--cream));
  border-radius:14px;padding:1.5rem;
  border:1px solid var(--rose-dk);
}
.aqp-checkout-summary .summary-price{
  font-family:var(--font-serif);font-size:2rem;
  color:var(--red);font-weight:700;
}

/* ============================================================
   AREA DO CASAL (dashboard card)
   ============================================================ */
.aqp-casal-welcome{
  background:linear-gradient(135deg,var(--rose),var(--cream));
  border-radius:16px;padding:2rem;
  border:1px solid var(--rose-dk);
  box-shadow:0 4px 20px rgba(192,57,43,.08);
}
.aqp-casal-avatar{
  width:80px;height:80px;border-radius:50%;object-fit:cover;
  border:3px solid var(--gold);
  box-shadow:0 3px 12px rgba(201,168,76,.3);
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media(max-width:992px){
  .aqp-hero{min-height:75vh}
  .aqp-section{padding:3.5rem 0}
}
@media(max-width:768px){
  .aqp-hero{min-height:65vh}
  .aqp-section{padding:3rem 0}
  .aqp-form-card{padding:1.5rem}
  .aqp-dash-sidebar{min-height:auto}
  .aqp-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .aqp-price-badge{width:90px;height:90px}
  .aqp-price-badge .price-val{font-size:1.2rem}
}
@media(max-width:480px){
  .aqp-gallery-grid{grid-template-columns:1fr 1fr}
  .aqp-countdown .unit{min-width:58px;padding:.4rem .6rem}
  .aqp-countdown .unit .num{font-size:1.6rem}
  .aqp-hero h1{font-size:2rem}
}

  width:80px;height:80px;border-radius:50%;object-fit:cover;
  border:3px solid var(--gold);
  box-shadow:0 3px 12px rgba(201,168,76,.3);
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media(max-width:992px){
  .aqp-hero{min-height:75vh}
  .aqp-section{padding:3.5rem 0}
}
@media(max-width:768px){
  .aqp-hero{min-height:65vh}
  .aqp-section{padding:3rem 0}
  .aqp-form-card{padding:1.5rem}
  .aqp-dash-sidebar{min-height:auto}
  .aqp-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .aqp-price-badge{width:90px;height:90px}
  .aqp-price-badge .price-val{font-size:1.2rem}
}
@media(max-width:480px){
  .aqp-gallery-grid{grid-template-columns:1fr 1fr}
  .aqp-countdown .unit{min-width:58px;padding:.4rem .6rem}
  .aqp-countdown .unit .num{font-size:1.6rem}
  .aqp-hero h1{font-size:2rem}
}

/* ============================================================
   CONFIGURACOES — Painel Admin
   ============================================================ */

/* Sidebar de abas */
.settings-tab-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1.2rem;
  border-left: 3px solid transparent;
  color: var(--text);
  font-size: .9rem;
  font-weight: 500;
  transition: all .18s;
  text-decoration: none;
  background: #fff;
}
.settings-tab-link:hover {
  background: var(--rose);
  color: var(--red);
  border-left-color: var(--rose-dk);
}
.settings-tab-link.active {
  background: var(--rose);
  color: var(--red);
  font-weight: 700;
  border-left-color: var(--red);
}
.settings-tab-link .tab-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem;
  flex-shrink: 0;
  transition: background .18s;
}
.settings-tab-link.active .tab-icon {
  background: var(--red);
  color: #fff;
}
.settings-tab-link:not(.active) .tab-icon {
  background: var(--rose-md);
  color: var(--gray);
}

/* Card de logo */
.logo-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(192,57,43,.08);
  transition: box-shadow .2s, transform .2s;
  height: 100%;
}
.logo-card:hover {
  box-shadow: 0 6px 24px rgba(192,57,43,.14);
  transform: translateY(-2px);
}
.logo-card-header {
  padding: .9rem 1.2rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--rose);
  border-bottom: 1px solid var(--rose-dk);
}
.logo-card-icon {
  width: 34px; height: 34px;
  border-radius: 8px;
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: .85rem;
  flex-shrink: 0;
}
.logo-preview-area {
  height: 88px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--rose-dk);
  margin-bottom: .75rem;
  position: relative;
}
.logo-preview-area img {
  max-height: 72px;
  max-width: 90%;
  object-fit: contain;
}
.logo-preview-placeholder {
  text-align: center;
  color: rgba(255,255,255,.25);
}
.logo-preview-placeholder i { font-size: 1.8rem; display: block; margin-bottom: .25rem; }
.logo-preview-placeholder span { font-size: .65rem; }

/* Área de upload drag & drop */
.logo-drop-zone {
  border: 2px dashed var(--rose-dk);
  border-radius: 10px;
  padding: .9rem;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  background: var(--rose);
}
.logo-drop-zone:hover,
.logo-drop-zone.drag-over {
  border-color: var(--gold);
  background: rgba(201,168,76,.06);
}
.logo-drop-zone .drop-icon {
  font-size: 1.4rem;
  color: var(--gold);
  margin-bottom: .3rem;
}
.logo-drop-zone .drop-text {
  font-size: .8rem;
  font-weight: 700;
  color: var(--text);
}
.logo-drop-zone .drop-hint {
  font-size: .7rem;
  color: var(--gray);
  margin-top: .15rem;
}

/* Badge de status da logo */
.logo-status-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .72rem;
  padding: .2rem .6rem;
  border-radius: 20px;
}
.logo-status-badge.configured {
  background: #E8F5E9;
  color: #2E7D32;
}
.logo-status-badge.empty {
  background: var(--rose-md);
  color: var(--gray);
}

/* Favicon browser mockup */
.browser-mockup {
  background: #E8EAED;
  border-radius: 8px 8px 0 0;
  padding: .45rem .75rem;
  display: flex;
  align-items: center;
  gap: .4rem;
  max-width: 240px;
}
.browser-tab {
  display: flex;
  align-items: center;
  gap: .4rem;
  background: #fff;
  border-radius: 6px 6px 0 0;
  padding: .3rem .6rem;
  flex: 1;
  min-width: 0;
}
.browser-tab-favicon {
  width: 14px; height: 14px;
  border-radius: 2px;
  object-fit: contain;
  flex-shrink: 0;
}
.browser-tab-title {
  font-size: .65rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.browser-tab-close {
  font-size: .6rem;
  color: #999;
  margin-left: auto;
  flex-shrink: 0;
}
.browser-bar {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
  max-width: 240px;
}
.browser-url {
  background: #f1f3f4;
  border-radius: 20px;
  height: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 .5rem;
}
.browser-url span {
  font-size: .6rem;
  color: #999;
}

/* Preview card lateral */
.preview-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(192,57,43,.08);
}
.preview-card-header {
  background: var(--rose);
  border-bottom: 1px solid var(--rose-dk);
  padding: .75rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: .5rem;
}
.preview-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .6rem .75rem;
  border-bottom: 1px solid var(--rose);
  transition: background .15s;
}
.preview-item:last-child { border-bottom: none; }
.preview-item:hover { background: var(--rose); }
.preview-thumb {
  width: 38px; height: 38px;
  border-radius: 8px;
  background: var(--rose-md);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.preview-thumb img {
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}
.preview-thumb .no-img {
  color: var(--gray);
  font-size: .8rem;
}
.preview-label { font-size: .82rem; font-weight: 600; color: var(--text); }
.preview-status { font-size: .7rem; }
.preview-status.ok { color: #2E7D32; }
.preview-status.empty { color: var(--gray); }

/* Campos de configuração */
.cfg-field-group {
  background: #fff;
  border: 1px solid var(--rose-dk);
  border-radius: 10px;
  padding: 1rem 1.2rem;
  transition: border-color .2s, box-shadow .2s;
}
.cfg-field-group:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.1);
}
.cfg-field-label {
  font-size: .82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .35rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.cfg-field-label .field-icon {
  width: 20px; height: 20px;
  border-radius: 4px;
  background: var(--rose-md);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem;
  color: var(--red);
}
.cfg-field-hint {
  font-size: .72rem;
  color: var(--gray);
  margin-top: .3rem;
}
.cfg-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: .9rem;
  font-family: var(--font-sans);
  color: var(--text);
  background: transparent;
  padding: 0;
}
.cfg-input::placeholder { color: var(--gray); }

/* Toggle switch customizado */
.cfg-toggle {
  display: flex;
  align-items: center;
  gap: .75rem;
  cursor: pointer;
}
.cfg-toggle input[type="checkbox"] {
  width: 44px; height: 24px;
  border-radius: 12px;
  appearance: none;
  background: var(--rose-dk);
  cursor: pointer;
  position: relative;
  transition: background .2s;
  flex-shrink: 0;
}
.cfg-toggle input[type="checkbox"]::after {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #fff;
  top: 3px; left: 3px;
  transition: left .2s;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.cfg-toggle input[type="checkbox"]:checked {
  background: var(--red);
}
.cfg-toggle input[type="checkbox"]:checked::after {
  left: 23px;
}
.cfg-toggle-label {
  font-size: .85rem;
  color: var(--text);
}

/* Cor picker inline */
.cfg-color-row {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.cfg-color-swatch {
  width: 36px; height: 36px;
  border-radius: 8px;
  border: 2px solid var(--rose-dk);
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
}
.cfg-color-swatch input[type="color"] {
  width: 100%; height: 100%;
  border: none; padding: 0; cursor: pointer;
  opacity: 0;
  position: absolute;
}
.cfg-color-hex {
  font-family: monospace;
  font-size: .85rem;
  border: 1.5px solid var(--rose-dk);
  border-radius: 8px;
  padding: .4rem .6rem;
  width: 110px;
  color: var(--text);
  background: var(--rose);
}
.cfg-color-hex:focus {
  border-color: var(--gold);
  outline: none;
}

/* Botão salvar flutuante */
.settings-save-bar {
  position: sticky;
  bottom: 1.5rem;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  gap: .75rem;
  padding: 1rem 1.5rem;
  background: rgba(255,248,244,.95);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(192,57,43,.15);
  border: 1px solid var(--rose-dk);
  margin-top: 1.5rem;
}

/* Animação de sucesso */
@keyframes successPulse {
  0%   { box-shadow: 0 0 0 0 rgba(40,167,69,.4); }
  70%  { box-shadow: 0 0 0 10px rgba(40,167,69,0); }
  100% { box-shadow: 0 0 0 0 rgba(40,167,69,0); }
}
.alert-success { animation: successPulse .6s ease; }

/* Responsivo configurações */
@media(max-width:768px){
  .settings-save-bar { position: static; margin-top: 1rem; }
  .logo-preview-area { height: 70px; }
}
