@import url('https://fonts.googleapis.com/css2?family=Della+Respira&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: Della Respira;
  background-color: #fff !important;
  color: #111;
}

/* HERO COM IMAGEM */
.hero-section {
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7)),
              url('https://queroencontro.com/wp-content/uploads/2024/10/cropped-cropped-cropped-cropped-img-1-1.webp') no-repeat center center;
  background-size: cover;
  padding: 60px 20px 180px;
  margin: 0px -10px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.hero-section h1 {
    font-family: Della Respira;
  font-size: 5rem;
  margin-bottom: 20px;
  /*text-transform: uppercase;*/
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
.hero-section h2 {
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}

.hero-section a {
    background-color: transparent;
    color: #f21435;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.hero-section a:hover{
    color: #c36;
}

.hero-section .cta-button {
  display: inline-block;
  background-color: #cf1230;
  color: white !important;
  padding: 14px 28px;
  margin-top: 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.hero-anuncie-link {
  display: block;
  margin-top: 16px;
}
.cta-button:hover {
  background-color: #a21026;
}

/* RETï¿½0ï¿½1ï¿½6ï¿½5NGULO DE BUSCA SOB HERO */
.search-container-wrapper {
  background-color: transparent;
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
.search-container-wrapper {
  background: linear-gradient(to top, #fff 30%, transparent 100%);
}
.search-container {
  background: #fff;
  color: #111;
  padding: 30px;
  margin: 0 auto;
  max-width: 900px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  text-align: center;
}
.search-container h3 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #cf1230;
}
.search-container label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.search-container select {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  font-size: 16px;
}
.search-container button {
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  background-color: #cf1230;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.search-container button:hover {
  background-color: #a21026;
  color: #fff;
}

.bloco-seo p {
    color: #333;
    text-align: center;
    padding: 10px 50px;
}

.profile-search-box h2 {
    text-align: center;
    color: #fff;
}

.bloco-seo h2 {
    color: #333;
    text-align: center;
    padding: 20px;
}

.bloco-como-usar {
    background-color: #cf1230;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

.bloco-como-usar h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    color: #fff;
}

.bloco-como-usar p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
    opacity: 0.92;
}

/* FILTROS CATEGORIAS */
.filtro-categorias {
  text-align: center;
  margin: 60px auto 40px;
  padding: 20px;
}

.filtro-categorias .filtro-titulo {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 20px;
}

.filtro-botoes {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filtro-link {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  background: #cf1230;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.filtro-link:hover {
    color: #fff;
  background: #a21026;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* DESTAQUES TOP STAR */
.destaques-top-star {
  padding: 60px 20px;
  background: #fdf3f5;
  text-align: center;
}

.destaques-top-star h3 {
  font-size: 2rem;
  color: #cf1230;
  margin-bottom: 30px;
}

.titulo-destaque {
  color: #cf1230;
}

.grade-destaques {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.card-destaque {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.card-destaque:hover {
  transform: scale(1.03);
}

.foto-destaque {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.foto-destaque img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-destaque h4 {
  margin: 15px 0;
  font-size: 1rem;
  color: #111;
}

.info-destaque {
  padding: 10px 15px;
  background: #fff;
  text-align: center;
}

.info-destaque h3,
.info-destaque h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 10px 0 5px;
  font-size: 1rem;
  color: #111;
}

.info-destaque .localizacao {
  font-size: 0.85rem;
  color: #777;
}

/* DEPOIMENTOS */
.depoimentos {
  background: #fff;
  padding: 50px 20px;
  text-align: center;
  color: #333;
}
.depoimentos h3 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.depoimentos blockquote {
  font-style: italic;
  margin: 10px auto;
  max-width: 700px;
  color: #555;
}

/* QUERO ANUNCIAR */
.anunciar {
  background: #cf1230;
  text-align: center;
  padding: 50px 20px;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.anunciar h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.anunciar p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.anunciar .cta-button {
  background: #faad14;
  color: #cf1230;
  padding: 10px 20px;
  border-radius: 8px;
}
.anunciar .cta-button:hover {
  background: #c98603;
}

/* CONTATO CLIENTE */
.contato-cliente {
  background: #fef0f2;
  padding: 60px 20px;
  text-align: center;
  color: #333;
  border-radius: 0 0 8px 8px;
  margin-bottom: 20px;
}
.contato-cliente h2 {
  font-size: 2rem;
  color: #cf1230;
  margin-bottom: 15px;
}
.contato-cliente p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.contato-cliente .cta-button {
  background-color: #25d366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}
.contato-cliente .cta-button:hover {
  background-color: #1da851;
}

@media (max-width: 768px) {
  .hero-section h1 { font-size: 2rem; }
  .hero-section h2 { font-size: 1.2rem; }
  .foto-destaque { height: 260px; }
}

/* ==========================
   BUSCA POR PERFIS NO HERO
   ========================== */

.profile-search-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 520px;
    margin: 22px auto 10px;
    padding: 15px 20px 30px;
    background: linear-gradient(274deg, #ae1d34, #563a3e);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
}

.profile-search-box form {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.profile-search-box input[type="search"] {
    flex: 1;
    border-radius: 999px;
    border: none;
    padding: 10px 14px;
    font-size: 0.95rem;
    outline: none;
    background: #fff;
    color: #2c3338;
}

.profile-search-box input[type="search"]::placeholder {
    color: #a0a0a0;
}

.profile-search-box button {
    border-radius: 999px;
    border: none;
    padding: 0 10px;
    margin: 5px;
    font-size: 0.9rem;
    /* font-weight: 600; */
    cursor: pointer;
    background: linear-gradient(179deg, #780f20, #000);
    color: #fff;
    box-shadow: 0 8px 18px rgba(207, 18, 48, 0.6);
    /* transition: background 0.25s 
ease, transform 0.15s 
ease; */
    white-space: nowrap;
}

.profile-search-box button:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #ff6b81, #cf1230);
}

.profile-search-hint {
    margin-top: 4px;
    font-size: 0.78rem;
    color: #e4e4e4;
    text-align: left;
    opacity: 0.8;
}

.search-hint {
    color: black;
}

/* â”€â”€ Grade Top Star â€” Home (3 colunas por gÃªnero) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.grade-destaques {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 0 16px;
}

/* Coluna */
.home-ts-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home-ts-col-label {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 0;
    border-radius: 6px;
    color: #000;
}
.home-ts-col-label--mulher,
.home-ts-col-label--trans,
.home-ts-col-label--homem  {
    background: linear-gradient(90deg, #cf1230, #a00e24);
    color: #fff;
}

/* Card vertical */
.home-ts-col { align-self: stretch; }
.home-ts-card-v {
    border-radius: 12px;
    border: 1px solid rgba(201,162,39,.35);
    background: linear-gradient(160deg,#1a1508 0%,#111 70%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 18px rgba(0,0,0,.45);
}
.home-ts-card-v:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,.6);
}

/* Foto */
.home-ts-foto-link {
    display: block;
    position: relative;
    height: 340px;
    flex-shrink: 0;
    overflow: hidden;
}
.home-ts-foto-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .4s ease;
}
.home-ts-card-v:hover .home-ts-foto-link img { transform: scale(1.04); }

.home-ts-online-dot {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,.65);
    color: #2ecc71;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

/* Corpo */
.home-ts-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    flex: 1;
}
.home-ts-nome-v {
    font-size: 17px;
    font-weight: 800;
    color: #f0edf0;
    margin: 0;
    line-height: 1.2;
}
.home-ts-nome-v a { color: inherit; text-decoration: none; }
.home-ts-nome-v a:hover { color: #c9a227; }

/* EndereÃ§o truncado em 1 linha */
.home-ts-card-v .ts-endereco {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.home-ts-cta-v {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #c9a227, #f0d060);
    color: #000;
    font-size: 12px;
    font-weight: 800;
    padding: 9px 16px;
    border-radius: 8px;
    text-decoration: none;
    width: fit-content;
    transition: opacity .2s;
}
.home-ts-cta-v:hover { opacity: .88; }

@media (max-width: 768px) {
    .grade-destaques   { grid-template-columns: 1fr; }
    .home-ts-foto-link { height: 260px; }
}

/* Acessibilidade: esconde label sï¿½0ï¿½1ï¿½0ï¿½6 visualmente */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .profile-search-box {
        margin-top: 18px;
        border-radius: 16px;
    }

    .profile-search-box form {
        flex-direction: row-reverse;
        gap: 6px;
    }

    .profile-search-box button {
        width: 100%;
    }
}

/* Sugestï¿½0ï¿½1ï¿½0ï¿½8es de perfis (autocomplete) */
.profile-search-box {
    position: relative;
}

.profile-search-suggestions {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 6px;
    background: rgba(5, 5, 5, 0.96);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85);
    padding: 4px;
    max-height: 260px;
    overflow-y: auto;
    display: none;
    z-index: 50;
}

.profile-search-suggestions.has-results {
    display: block;
}

.profile-suggestion-item {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 0.9rem;
    color: #f1f1f1;
    cursor: pointer;
    display: block;
    transition: background 0.18s ease, color 0.18s ease, transform 0.1s ease;
}

.profile-suggestion-item + .profile-suggestion-item {
    margin-top: 5px;
}

.profile-suggestion-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    transform: translateY(-1px);
}

/* Mobile: a lista fica mais colada ao input e com max-height menor */
@media (max-width: 768px) {
    .profile-search-suggestions {
        border-radius: 12px;
        max-height: 200px;
    }
}

/* ---------- LISTA DE PASSOS (Quero Anunciar) ---------- */

.passos-cadastro {
    margin: 20px 0 25px;
    padding: 0;
    list-style: none;
    counter-reset: passos;
}

.passos-cadastro li {
    position: relative;
    margin: 0 0 18px;
    padding-left: 48px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

/* Numerador circular */
.passos-cadastro li::before {
    counter-increment: passos;
    content: counter(passos);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: #cf1230; /* cor principal do Quero Encontro (ajuste se quiser) */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}

/* Hover opcional para deixar mais moderno */
.passos-cadastro li:hover::before {
    transform: scale(1.08);
    transition: 0.2s ease;
}

/* Responsividade */
@media (max-width: 600px) {
    .passos-cadastro li {
        padding-left: 42px;
        font-size: 0.95rem;
    }

    .passos-cadastro li::before {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
}