.hero-media img {
  object-position: center 28%;
}

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: none;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.comparison-cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin-top: 52px;
}

.lenses-explainer {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 9vw, 130px);
  border-top: 1px solid #dce2df;
}

.lenses-intro {
  display: grid;
  align-content: start;
  gap: 32px;
}

.lenses-detail-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 480px;
  overflow: hidden;
  background: #102a43;
  box-shadow: 0 20px 40px rgba(16, 42, 67, 0.13);
}

.lenses-detail-comparison figure {
  position: relative;
  height: 420px;
  margin: 0;
  overflow: hidden;
}

.lenses-detail-comparison img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lenses-detail-comparison figure:last-child img {
  transform: scaleX(-1);
}

.lenses-text {
  color: #35536f;
  font-size: 1.03rem;
}

.lenses-text p {
  margin-bottom: 22px;
}

.lenses-text strong {
  color: #102a43;
}

.lenses-highlight {
  margin-top: 36px;
  padding: 24px 0 0;
  border-top: 2px solid #b69865;
  color: #1b6b6b;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.4;
}

.case-card {
  margin: 0;
}

.case-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #0b1722;
}

.case-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.case-image span {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 7px 10px;
  background: rgba(16, 42, 67, 0.92);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-card figcaption {
  display: none;
  color: #bbcad1;
  font-size: 0.72rem;
  font-weight: 700;
}

.testimonials {
  border-top: 1px solid #dce2df;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.testimonial-grid article {
  min-height: 250px;
  padding: 34px;
  background: #ffffff;
  border-top: 3px solid #b69865;
}

.testimonial-grid article > span {
  display: block;
  height: 42px;
  color: #1b6b6b;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.testimonial-grid blockquote {
  margin: 0;
  color: #35536f;
  font-family: Georgia, serif;
  font-size: 1.17rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .comparison-cases {
    grid-template-columns: 1fr;
  }

  .lenses-explainer {
    grid-template-columns: 1fr;
  }

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

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

/* Identidade escura em preto e âmbar */
body {
  background:
    radial-gradient(circle at 84% 8%, rgba(185, 125, 43, 0.24), transparent 30%),
    radial-gradient(circle at 4% 46%, rgba(126, 76, 22, 0.15), transparent 32%),
    linear-gradient(135deg, #070706 0%, #11100d 48%, #171108 100%);
  color: #f5eee2;
}

.site-header {
  border-bottom-color: rgba(210, 162, 84, 0.22);
  background: rgba(8, 8, 7, 0.9);
}

.brand strong,
h1, h2, h3,
.text-link,
summary,
footer strong {
  color: #fff8ee;
}

.brand span,
footer span,
nav a,
.lead,
.microcopy,
.about-copy > p:not(.eyebrow),
.process-grid p,
.gallery figcaption,
details p,
.lenses-text,
.testimonial-grid blockquote {
  color: #d4c5b1;
}

.eyebrow,
.signature,
.gallery figcaption span,
footer a,
nav a:hover,
.text-link:hover,
.lenses-text strong {
  color: #e4b66f;
}

.button {
  background: linear-gradient(135deg, #c88b36, #94601b);
  color: #100c06;
  box-shadow: 0 10px 24px rgba(190, 124, 36, 0.16);
}

.button:hover {
  background: linear-gradient(135deg, #e2ae5b, #a86c1d);
}

.media-label {
  background: #15110b;
  color: #fff8ee;
  border-top: 1px solid rgba(222, 174, 91, 0.35);
  border-left: 1px solid rgba(222, 174, 91, 0.35);
}

.media-label span,
.signature span {
  color: #cdbfae;
}

.value-strip {
  background: linear-gradient(90deg, #0a0907, #3b260e 52%, #0a0907);
  border-top: 1px solid rgba(222, 174, 91, 0.3);
  border-bottom: 1px solid rgba(222, 174, 91, 0.3);
}

.value-strip span,
.process-grid article > span {
  color: #e4b66f;
}

.lenses-explainer,
.process,
.faq,
.testimonials {
  border-top-color: rgba(222, 174, 91, 0.22);
}

.lenses-highlight {
  border-top-color: #c88b36;
  color: #f0cc92;
}

.about-image::after {
  border-color: #c88b36;
}

.process-grid,
.faq-list,
details {
  background: transparent;
  border-color: rgba(222, 174, 91, 0.2);
}

.process-grid article {
  background: rgba(255, 248, 238, 0.045);
}

.results {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  background: linear-gradient(120deg, #090806, #231708 55%, #0a0907);
  border-top: 1px solid rgba(222, 174, 91, 0.3);
  border-bottom: 1px solid rgba(222, 174, 91, 0.3);
}

.results .eyebrow,
.cta-section .eyebrow {
  color: #e4b66f;
}

.results h2,
.cta-section h2 {
  color: #fff8ee;
}

.results-heading > p,
.notice,
.before-after figcaption,
.before-after figcaption span {
  color: #d4c5b1;
}

.gallery img,
.about-image img {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.testimonial-grid article {
  background: linear-gradient(145deg, rgba(255, 248, 238, 0.09), rgba(255, 248, 238, 0.035));
  border-top-color: #c88b36;
}

.testimonial-grid article > span {
  color: #e4b66f;
}

.cta-section {
  background: linear-gradient(120deg, #0a0907, #42280b 55%, #120d07);
  border-top: 1px solid rgba(222, 174, 91, 0.35);
}

.cta-section > p:not(.eyebrow) {
  color: #dcccb8;
}

.button-light {
  background: #f1c276;
  color: #171006;
}

.button-light:hover {
  background: #ffe0a5;
}

.floating-whatsapp {
  background: #c88b36;
  color: #120d07;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}
