/* Layout v2 — teste visual (navy + bege + dourado) */
:root {
  --navy: #1a2332;
  --navy-light: #243044;
  --bege: #f5f0e8;
  --gold: #c9a84c;
  --gold-muted: rgba(201, 168, 76, 0.35);
  --text-muted: #8a9199;
  --whatsapp-green: #25d366;
}

body.layout-v2 {
  background: #fff;
}

/* ── Header ── */
.layout-v2 #header {
  background: var(--navy) !important;
  border-bottom: none !important;
  height: auto !important;
  padding: 1.2rem 0 !important;
  backdrop-filter: none;
}

.layout-v2 #header.shrink {
  padding: 0.8rem 0 !important;
  height: auto !important;
}

.layout-v2 #header .menu-content {
  padding: 0 2rem;
}

.layout-v2 #header nav ul li a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.layout-v2 #header nav ul li a:hover,
.layout-v2 #header nav ul li a.destaque {
  color: var(--gold) !important;
}

.layout-v2 #header .logo {
  width: 52px !important;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.layout-v2 #header.shrink .logo {
  width: 44px !important;
}

.layout-v2 .menu-toggle .menu-icon,
.layout-v2 .menu-toggle .menu-icon::before,
.layout-v2 .menu-toggle .menu-icon::after {
  background: #fff !important;
}

/* ── Hero ── */
.layout-v2 #home {
  min-height: auto !important;
  padding: 8rem 0 4rem !important;
  padding-top: max(8rem, calc(6rem + env(safe-area-inset-top, 0px))) !important;
  background: var(--navy) !important;
  text-align: left !important;
  display: block !important;
  position: relative !important;
}

.layout-v2 #home .intro-img,
.layout-v2 #home .intro-img img {
  display: none !important;
}

.layout-v2 #home .intro-content {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.layout-v2 #home .intro-text-overlay {
  align-items: flex-start !important;
  text-align: left !important;
  max-width: 64rem !important;
  padding: 0 !important;
}

.layout-v2 .section-label {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.layout-v2 .hero-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.layout-v2 .hero-gold-bar {
  width: 4px;
  height: 4.8rem;
  background: var(--gold);
  border-radius: 2px;
  margin-right: 1.6rem;
  flex-shrink: 0;
}

.layout-v2 #home .intro-text-overlay h1 {
  font-size: 4.2rem !important;
  color: #fff !important;
  text-align: left !important;
  margin: 0 !important;
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
}

.layout-v2 #home .hero-subtitle {
  font-size: 1.6rem !important;
  color: var(--text-muted) !important;
  text-align: left !important;
  margin: 0 !important;
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
}

/* ── Resultados ── */
.layout-v2 #resultados {
  text-align: left;
  padding: 4rem 0;
}

.layout-v2 #resultados .resultados-container {
  display: block;
  margin-bottom: 1.6rem;
}

.layout-v2 #resultados .resultados-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0.4rem 0 1.2rem;
  letter-spacing: -0.02em;
}

.layout-v2 #resultados .resultados-description {
  font-size: 1.5rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 100%;
  margin-bottom: 2rem;
}

.layout-v2 #resultados .image-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2.4rem;
}

.layout-v2 #resultados .image-item {
  border-radius: 12px;
  aspect-ratio: 1;
  height: auto !important;
}

.layout-v2 #resultados .agenda-button {
  display: block;
  width: 100%;
  max-width: 100%;
  background: var(--navy) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 1.4rem 2rem !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  text-align: center;
  border: none !important;
}

.layout-v2 #resultados .agenda-button i {
  color: var(--whatsapp-green) !important;
  margin-right: 0.6rem;
}

@media (min-width: 769px) {
  .layout-v2 #resultados .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ── Lentes ── */
.layout-v2 #lentes {
  background: var(--bege) !important;
  text-align: left;
  padding: 4rem 0;
}

.layout-v2 #lentes .lentes-title-container {
  display: none;
}

.layout-v2 #lentes .lentes-section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0.4rem 0 0.8rem;
}

.layout-v2 #lentes .lentes-section-sub {
  font-size: 1.4rem;
  color: var(--text-muted);
  margin-bottom: 2.4rem;
}

.layout-v2 #lentes .lentes-grid {
  display: flex;
  flex-direction: column;
  grid-template-columns: unset;
  margin-bottom: 2.4rem;
}

.layout-v2 #lentes .lentes-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.4rem;
}

.layout-v2 #lentes .lentes-card {
  background: #fff;
  border: 1px solid var(--gold);
  border-radius: 12px;
  padding: 2rem;
}

.layout-v2 #lentes .lentes-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}

.layout-v2 #lentes .lentes-card p {
  font-size: 1.35rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

.layout-v2 #lentes .lentes-about {
  margin-bottom: 2.4rem;
}

.layout-v2 #lentes .lentes-about h2 {
  font-size: 1.8rem;
  color: var(--navy);
  margin-bottom: 1rem;
}

.layout-v2 #lentes .lentes-about p {
  font-size: 1.45rem;
  color: #444;
  line-height: 1.6;
}

.layout-v2 #lentes .lentes-left,
.layout-v2 #lentes .lentes-right,
.layout-v2 #lentes .lentes-grid {
  display: none;
}

.layout-v2 #lentes .lentes-showcase {
  display: block;
}

.layout-v2 #lentes .lentes-showcase img {
  width: 100%;
  max-width: 48rem;
  border-radius: 12px;
  display: block;
}

/* ── Tratamentos ── */
.layout-v2 #tratamentos {
  text-align: left;
  padding: 4rem 0;
}

.layout-v2 #tratamentos .tratamentos-title {
  font-size: 2rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--navy);
  margin-bottom: 0.8rem;
  line-height: 1.2 !important;
}

.layout-v2 #tratamentos .tratamentos-title span {
  color: var(--gold);
  font-size: 2rem;
}

.layout-v2 #tratamentos .tratamentos-title::before {
  content: "+ ";
  color: var(--gold);
}

.layout-v2 #tratamentos .tratamentos-text {
  font-size: 1.4rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.layout-v2 #tratamentos .tabs,
.layout-v2 #tratamentos .tratamentos-left {
  display: none;
}

.layout-v2 #tratamentos .tratamentos-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}

.layout-v2 #tratamentos .tratamentos-list-item {
  background: var(--bege);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  cursor: pointer;
}

.layout-v2 #tratamentos .tratamentos-list-item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy);
  padding: 1.4rem 1.6rem;
  margin: 0;
}

.layout-v2 #tratamentos .tratamentos-list-item p {
  font-size: 1.35rem;
  color: #555;
  padding: 0 1.6rem 1.4rem;
  margin: 0;
  display: none;
  line-height: 1.55;
}

.layout-v2 #tratamentos .tratamentos-list-item.open p {
  display: block;
}

.layout-v2 #tratamentos .tratamentos-content {
  flex-direction: column;
}

.layout-v2 #tratamentos .tratamentos-img {
  width: 100%;
  max-width: 48rem;
}

.layout-v2 #tratamentos .tratamentos-img img {
  width: 100%;
  border-radius: 12px;
}

/* ── Contato ── */
.layout-v2 #contato {
  background: var(--navy) !important;
  text-align: center !important;
  padding: 5rem 0 !important;
  min-height: auto !important;
}

.layout-v2 #contato .avaliacao-container {
  display: none;
}

.layout-v2 #contato .section-label {
  color: var(--gold);
}

.layout-v2 #contato .intro-text-content {
  max-width: 56rem;
  margin: 0 auto;
}

.layout-v2 #contato .text {
  font-size: 2.4rem !important;
  color: #fff !important;
  line-height: 1.35 !important;
  margin-bottom: 2.4rem !important;
  font-weight: 600 !important;
}

.layout-v2 #contato .whatsapp-button {
  background: var(--whatsapp-green) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 1.4rem 2.4rem !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.layout-v2 #contato .horarios {
  color: var(--text-muted) !important;
  font-size: 1.3rem !important;
  margin-top: 1.6rem !important;
}

/* ── Footer minimal ── */
.layout-v2 #footer {
  padding: 2rem 0 !important;
  border-top: 1px solid #eee;
}

.layout-v2 #footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.layout-v2 #footer .footer-column:nth-child(2) {
  display: none;
}

.layout-v2 #footer .footer-column:first-child {
  display: flex;
  align-items: center;
  text-align: left;
}

.layout-v2 #footer .footer-logo {
  width: 48px;
  height: 48px;
  margin-right: 1.2rem;
}

.layout-v2 #footer .footer-column:first-child p {
  font-size: 1.2rem;
  color: var(--navy);
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.04em;
}

.layout-v2 #footer .footer-column:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: var(--navy);
  border-radius: 8px;
  color: #fff !important;
  font-size: 2rem;
}

.layout-v2 #footer .footer-details {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: var(--text-muted);
  margin-top: 1.6rem;
  line-height: 1.6;
}

/* ── Mobile menu overlay ── */
/* ── WhatsApp flutuante ── */
.layout-v2 #whatsapp-icon {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5.6rem;
  height: 5.6rem;
  background: var(--whatsapp-green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  z-index: 999;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.layout-v2 #whatsapp-icon:hover {
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .layout-v2 #home {
    min-height: auto !important;
    height: auto !important;
    padding: 11rem 0 3.6rem !important;
    background: var(--navy) !important;
    position: relative !important;
    overflow: hidden;
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
    text-align: left !important;
  }

  .layout-v2 #home .intro-img,
  .layout-v2 #home .intro-img img {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .layout-v2 #home .intro-content {
    padding: 0 2rem !important;
    position: relative !important;
    z-index: 2;
  }

  .layout-v2 #home .intro-text-overlay {
    align-items: flex-start !important;
    text-align: left !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .layout-v2 #home .section-label {
    font-size: 1rem !important;
    letter-spacing: 0.1em !important;
    line-height: 1.55 !important;
    margin: 0 0 1.6rem 0 !important;
    padding: 0 !important;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }

  .layout-v2 #home .hero-title-row {
    margin-bottom: 1rem;
  }

  .layout-v2 #home .intro-text-overlay h1 {
    font-size: 2.8rem !important;
    text-align: left !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
  }

  .layout-v2 #home .hero-subtitle {
    font-size: 1.45rem !important;
    text-align: left !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    color: var(--text-muted) !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    display: block !important;
  }

  .layout-v2 #header {
    height: auto !important;
    min-height: unset !important;
    padding: 1rem 0 !important;
  }

  .layout-v2 #header.shrink {
    height: auto !important;
    padding: 0.8rem 0 !important;
  }

  .layout-v2 #header .logo {
    width: 44px !important;
  }

  .layout-v2 #header.shrink .logo {
    width: 40px !important;
  }

  .layout-v2 #home .hero-gold-bar {
    height: 3.2rem;
    margin-right: 1.2rem;
  }

  .layout-v2 #lentes .lentes-cards {
    grid-template-columns: 1fr;
  }

  .layout-v2 #contato .text {
    font-size: 1.9rem !important;
  }

  .layout-v2 .close-menu:checked ~ .menu ul,
  .layout-v2 .menu ul {
    background-color: var(--navy-light) !important;
  }

  .layout-v2 #header nav ul li a {
    color: #fff !important;
  }

  .layout-v2 #whatsapp-icon {
    bottom: 1.6rem;
    right: 1.6rem;
    width: 5rem;
    height: 5rem;
    font-size: 2.4rem;
  }

  /* Navegação visível no header (layout v2 mobile) */
  .layout-v2 .menu-toggle {
    display: none !important;
  }

  .layout-v2 #header .menu-content {
    padding: 0 1.4rem !important;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 0.8rem;
  }

  .layout-v2 #header nav {
    display: block !important;
    flex: 1;
    min-width: 0;
  }

  .layout-v2 #header nav ul {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    max-height: none !important;
    overflow: visible !important;
    list-style: none;
    column-gap: 0.6rem;
    row-gap: 0.4rem;
  }

  .layout-v2 #header nav ul li a {
    font-size: 0.85rem !important;
    letter-spacing: 0.08em !important;
    line-height: 1.2 !important;
    white-space: nowrap;
    padding: 0.4rem 0 !important;
  }
}

@media (max-width: 480px) {
  .layout-v2 #home {
    padding-top: 10rem !important;
  }

  .layout-v2 #home .section-label {
    font-size: 0.9rem !important;
    letter-spacing: 0.08em !important;
  }

  .layout-v2 #home .intro-text-overlay h1 {
    font-size: 2.4rem !important;
  }

  .layout-v2 #home .hero-subtitle {
    font-size: 1.3rem !important;
  }

  .layout-v2 #header nav ul li a {
    font-size: 0.72rem !important;
    letter-spacing: 0.05em !important;
  }
}
