/* HERO */
.hero-v3 {
  min-height: 70vh;
  background: linear-gradient(
    135deg,
    #f8f9fa,
    #e9ecef
  );
}

/* BENEFÍCIOS */
.benefit-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

/* ASSETS */
.asset-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  transition: transform .3s ease;
}

.asset-card:hover {
  transform: translateY(-6px);
}

.asset-card .thumb {
  height: 160px;
  background: #dee2e6;
}

/* CTA */
.cta-v3 {
  background: linear-gradient(135deg, #5e72e4, #825ee4);
}

.search-box {
  width: 420px; /* ajuste livre */
}
.search-box input {
  border-radius: 50px;
  padding: 15px 20px;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.cart-btn {
  width: 42px;
  height: 38px;
  padding: 0;
  overflow: visible !important;
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #dc3545;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 50%;
  line-height: 1.2;
  min-width: 18px;
  height: 18px;
  text-align: center;
  border: 2px solid #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex a span {
  position: absolute;
}

.media-card {
    max-width: 420px;
    margin: auto;
}

.media-preview {
    height: 220px;
    object-fit: cover;
    background: #000;
}

.media-card video,
.media-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.logo-navbar {
    max-width: 100px;
    height: auto;
    object-fit: contain;
}
.logo-sidenav {
    max-width: 140px;   /* aumente aqui */
    max-height: 80px;   /* controla altura sem distorcer */
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;     /* centraliza */
}
.navbar-vertical img.logo-navbar {
    border: 1px solid red;;
}
.plano-card{
    cursor:pointer;
    transition:0.2s;
}

.plano-card:hover{
    transform:scale(1.02);
}

.plano-card.ativo{
    border:2px solid #0d6efd;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.busca-hero {
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    padding: 2.5rem 2rem 2rem;
    margin: -8px -8px 2rem -8px;
}
.busca-hero h4 { color: #fff; font-weight: 700; margin-bottom: .25rem; }
.busca-hero p  { color: rgba(255,255,255,.6); margin: 0; font-size: .9rem; }

.media-card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    background: #fff;
}
.media-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,.15);
}

.media-wrap {
    position: relative;
    overflow: hidden;
    background: #111;
    height: 200px;
}
.media-wrap img,
.media-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}
.media-card:hover .media-wrap img { transform: scale(1.04); }

.media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 55%);
    opacity: 0;
    transition: opacity .25s ease;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    gap: .5rem;
}
.media-card:hover .media-overlay { opacity: 1; }

.badge-tipo {
    position: absolute;
    top: 10px; left: 10px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}
.badge-tipo.image { background: rgba(255,255,255,.85); color: #302b63; }
.badge-tipo.video { background: rgba(239,68,68,.85);  color: #fff; }

.price-tag {
    position: absolute;
    top: 10px; right: 10px;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.card-info { padding: .9rem 1rem .4rem; }
.card-info h6 {
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-info p {
    font-size: .8rem;
    color: #6b7280;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-footer-custom {
    padding: .6rem 1rem .9rem;
    display: flex;
    gap: .5rem;
}
.btn-ver {
    flex: 1;
    font-size: .8rem;
    padding: .4rem;
    border: 1.5px solid #302b63;
    color: #302b63;
    border-radius: 8px;
    background: transparent;
    font-weight: 600;
    transition: all .18s;
    text-decoration: none;
    text-align: center;
}
.btn-ver:hover { background: #302b63; color: #fff; }
.btn-comprar {
    flex: 1;
    font-size: .8rem;
    padding: .4rem;
    border: none;
    background: linear-gradient(135deg, #302b63, #24243e);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .18s;
}
.btn-comprar:hover { opacity: .85; }
.btn-comprar:disabled { opacity: .5; cursor: not-allowed; }

.empty-state {
    text-align: center;
    padding: 4rem 1rem;
    color: #9ca3af;
}
.empty-state i { font-size: 3rem; margin-bottom: 1rem; display: block; }

/* ── RESET HERO ── */
.home-wrap { overflow-x: hidden; }

/* ── HERO ── */
.hero-home {
    min-height: 88vh;
    background: #0a0a14;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-home::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 50%, rgba(48,43,99,.55) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 20% 80%, rgba(36,36,62,.6) 0%, transparent 60%);
}
.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .18;
    animation: float 8s ease-in-out infinite;
}
.hero-orb-1 { width:500px;height:500px;background:#5e72e4;top:-100px;right:-100px; animation-delay:0s; }
.hero-orb-2 { width:300px;height:300px;background:#825ee4;bottom:-50px;left:10%;  animation-delay:3s; }
.hero-orb-3 { width:200px;height:200px;background:#11cdef;top:30%;right:30%;      animation-delay:5s; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-30px)} }

.hero-content { position:relative; z-index:2; }
.hero-eyebrow {
    display:inline-flex; align-items:center; gap:.5rem;
    background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12);
    border-radius:50px; padding:.3rem 1rem; font-size:.78rem;
    color:rgba(255,255,255,.7); letter-spacing:.05em; text-transform:uppercase;
    margin-bottom:1.5rem;
}
.hero-eyebrow span { width:6px;height:6px;background:#5e72e4;border-radius:50%;animation:pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.8)} }

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    letter-spacing: -.02em;
}
.hero-title .accent {
    background: linear-gradient(135deg, #cfd7d0, #ffffff);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-sub {
    color: rgba(255,255,255,.55);
    font-size: 1.05rem;
    margin-bottom: 2rem;
    max-width: 480px;
    line-height: 1.7;
}

/* Barra de busca hero */
.hero-search {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: .6rem .6rem .6rem 1.2rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    max-width: 520px;
    backdrop-filter: blur(10px);
    transition: border-color .2s;
}
.hero-search:focus-within { border-color: rgba(94,114,228,.6); }
.hero-search input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: .95rem;
}
.hero-search input::placeholder { color: rgba(255,255,255,.35); }
.hero-search button {
    background: linear-gradient(135deg, #5e72e4, #825ee4);
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: .65rem 1.4rem;
    font-weight: 700;
    font-size: .88rem;
    cursor: pointer;
    transition: opacity .2s;
    white-space: nowrap;
}
.hero-search button:hover { opacity: .88; }

.hero-tags { margin-top: 1rem; display:flex; flex-wrap:wrap; gap:.5rem; }
.hero-tag {
    font-size: .75rem;
    color: rgba(255,255,255,.45);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    padding: .2rem .8rem;
    text-decoration: none;
    transition: all .2s;
}
.hero-tag:hover { color:#fff; background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.2); }

/* Stats hero */
.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,.08);
}
.hero-stat-num { font-size: 1.6rem; font-weight: 900; color: #fff; line-height: 1; }
.hero-stat-lbl { font-size: .75rem; color: rgba(255,255,255,.4); margin-top: .2rem; text-transform: uppercase; letter-spacing: .05em; }

/* Preview cards flutuantes */
.hero-preview {
    position: relative;
    height: 480px;
}
.preview-card {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    border:  2px solid #ffffff;
}
.preview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    
}
.preview-card-main  { width:320px;height:280px;top:40px;left:30px;  animation:float 7s ease-in-out infinite; }
.preview-card-side  { width:200px;height:170px;top:0;right:0;        animation:float 7s ease-in-out infinite 2s; }
.preview-card-bottom{ width:240px;height:160px;bottom:20px;right:20px;animation:float 7s ease-in-out infinite 4s; }
.preview-badge {
    position: absolute;
    bottom: 10px; left: 10px;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}

/* ── STATS BAR ── */
.stats-bar {
    background: #fff;
    border-bottom: 1px solid #f3f4f6;
    padding: 1.5rem 0;
}
.stat-item { text-align: center; }
.stat-item .num { font-size: 1.5rem; font-weight: 900; color: #1a1a2e; }
.stat-item .lbl { font-size: .75rem; color: #9ca3af; text-transform: uppercase; letter-spacing: .05em; }

/* ── SEÇÃO DESTAQUES ── */
.section-title {
    font-size: 1.6rem;
    font-weight: 900;
    color: #1a1a2e;
    margin-bottom: .4rem;
}
.section-sub { color: #6b7280; font-size: .95rem; }

.dest-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: transform .22s, box-shadow .22s;
    cursor: pointer;
}
.dest-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,.13); }
.dest-thumb {
    position: relative;
    height: 190px;
    background: #1a1a2e;
    overflow: hidden;
}
.dest-thumb img, .dest-thumb video {
    width:100%; height:100%; object-fit:cover; display:block;
    transition: transform .3s;
}
.dest-card:hover .dest-thumb img { transform: scale(1.05); }
.dest-thumb-overlay {
    position: absolute; inset:0;
    background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 50%);
    opacity: 0; transition: opacity .25s;
    display: flex; align-items: flex-end; padding: .8rem; gap: .4rem;
}
.dest-card:hover .dest-thumb-overlay { opacity: 1; }
.dest-price-tag {
    position: absolute; top:10px; right:10px;
    background: rgba(0,0,0,.55); backdrop-filter:blur(4px);
    color:#fff; font-size:.75rem; font-weight:700;
    padding:2px 9px; border-radius:20px;
}
.dest-tipo-tag {
    position: absolute; top:10px; left:10px;
    font-size:.68rem; font-weight:700; text-transform:uppercase; letter-spacing:.05em;
    padding:2px 8px; border-radius:20px; backdrop-filter:blur(4px);
}
.dest-tipo-tag.image { background:rgba(255,255,255,.8); color:#302b63; }
.dest-tipo-tag.video { background:rgba(239,68,68,.8); color:#fff; }

.dest-info { padding:.8rem 1rem .9rem; }
.dest-info h6 { font-weight:700; font-size:.9rem; margin-bottom:.15rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.dest-info p  { font-size:.78rem; color:#9ca3af; margin:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.btn-overlay {
    flex:1; padding:.35rem .6rem; border-radius:8px; font-size:.75rem;
    font-weight:700; border:none; cursor:pointer; transition:opacity .18s;
    text-align:center; text-decoration:none; display:inline-block;
}
.btn-overlay-ghost { background:rgba(255,255,255,.15); color:#fff; border:1px solid rgba(255,255,255,.3); }
.btn-overlay-solid { background:linear-gradient(135deg,#5e72e4,#825ee4); color:#fff; }
.btn-overlay:hover { opacity:.85; }

/* ── BENEFÍCIOS ── */
.benefit-v2 {
    background: linear-gradient(135deg, #f8f9ff, #f0f4ff);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(94,114,228,.1);
    height: 100%;
}
.benefit-icon {
    width:52px; height:52px; border-radius:14px;
    display:flex; align-items:center; justify-content:center;
    font-size:1.4rem; margin-bottom:1rem;
}

/* ── CTA FINAL ── */
.cta-home {
    background: linear-gradient(135deg, #ff8c00 25%, #b97530 100%);
    padding: 5rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-home::before {
    content:'';
    position:absolute;
    width:600px; height:600px;
    background:radial-gradient(circle, rgba(130,94,228,.3), transparent 70%);
    top:-200px; left:50%; transform:translateX(-50%);
}
.cta-home h2 { font-size:clamp(1.8rem,4vw,2.8rem); font-weight:900; color:#fff; position:relative; }
.cta-home p  { color:rgba(255,255,255,.6); font-size:1.05rem; position:relative; }
.btn-cta-main {
    background: #fff;
    color: #302b63;
    font-weight: 800;
    padding: .9rem 2.5rem;
    border-radius: 50px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: transform .2s, box-shadow .2s;
    position: relative;
}
.btn-cta-main:hover { transform:translateY(-2px); box-shadow:0 8px 25px rgba(0,0,0,.25); color:#302b63; }
.btn-cta-secondary {
    color:rgba(255,255,255,.7);
    text-decoration:none;
    font-size:.9rem;
    margin-left:1.5rem;
    transition:color .2s;
    position:relative;
}
.btn-cta-secondary:hover { color:#fff; }
.cta-login{
    color: red;
    border-radius: 50px;
    padding: .9rem 2.5rem;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: transform .2s, box-shadow .2s;
    position: relative;
}
.cta-login h6{
    border: 1px solid rgb(8, 129, 34);
    color: rgb(248, 248, 248);
    background-color: rgb(11, 168, 45) ;
    border-radius: 50px;
    padding: .9rem 2.5rem;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: transform .2s, box-shadow .2s;
    position: relative;
}