/* Ajustes finais do Modelo 1 aprovado. */
.brand img,
.footer-brand img {
  filter: brightness(0);
}

/* A prévia replica o header global já validado no deploy. */
.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  width: min(1320px, calc(100% - 28px));
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(10, 11, 13, .9);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.site-header .header-inner {
  width: 100%;
  padding: 0 18px 0 22px;
  grid-template-columns: 174px 1fr auto;
  gap: 22px;
}

.site-header .brand img {
  width: 154px;
  filter: none;
}

.site-header .site-nav {
  gap: clamp(14px, 1.75vw, 28px);
}

.site-header .site-nav a {
  padding: 21px 0 20px;
  color: #c8cbd0;
  font-size: .72rem;
}

.site-header .site-nav a::after {
  bottom: 14px;
}

.site-header .site-nav a:hover,
.site-header .site-nav a.is-active {
  color: #fff;
}

.site-header .header-cta {
  min-height: 42px;
}

.hero {
  padding-top: 78px;
}

.hero h1 {
  font-size: clamp(2.55rem, 3vw, 3.5rem);
  line-height: 1.02;
}

.hero-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 241, 234, .98) 0%, rgba(245, 241, 234, .9) 31%, rgba(245, 241, 234, .18) 55%, transparent 72%);
  content: "";
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-rhino {
  inset: 0 calc((100vw - min(var(--shell), calc(100vw - 48px))) / -2) 0 -6%;
}

.hero-rhino::after {
  background: linear-gradient(90deg, var(--paper) 0, rgba(245, 241, 234, .82) 11%, transparent 43%);
}

.hero-rhino img {
  right: -5%;
  bottom: -3%;
  width: 103%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: none;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
}

.device-screen {
  background: #18191b;
}

.device-screen img {
  object-position: center top;
}

.insight-card {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .45);
}

.insight-image {
  aspect-ratio: 16 / 9;
  background: #0d0d0d;
}

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

.insight-copy {
  min-height: 235px;
  padding: 30px;
}

/* Seis serviços — nenhuma oferta da home anterior fica de fora. */
.services-showcase {
  color: #f4f1ec;
  background: #0a0a0b;
}

.services-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 48px;
}

.services-heading h2,
.proof-heading h2,
.reviews-heading h2,
.about-copy h2 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 4.4vw, 5rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}

.services-heading > p {
  margin: 0;
  color: #a7adb8;
  font-size: 1.02rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: #121316;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.service-card:hover {
  border-color: rgba(255, 108, 14, .6);
  transform: translateY(-5px);
}

.service-card--spot {
  border-color: transparent;
  background: var(--orange);
}

.service-card--spot:hover {
  border-color: rgba(255, 255, 255, .5);
  background: #f76208;
}

.service-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  color: #b9bec7;
  background: #1b1d21;
}

.service-icon--orange {
  color: var(--orange);
  background: rgba(255, 108, 14, .12);
}

.service-card--spot .service-icon {
  color: #fff;
  background: rgba(255, 255, 255, .18);
}

.service-icon svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.service-card p {
  margin: 0 0 28px;
  color: #a7adb8;
  font-size: .98rem;
}

.service-card--spot p {
  color: rgba(255, 255, 255, .9);
}

.service-card strong {
  margin-top: auto;
  font-size: .9rem;
}

.service-card strong span {
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}

.service-card:hover strong span {
  transform: translateX(4px);
}

/* Prova: logos e case em um mesmo bloco, sem recortes de texto. */
.proof {
  color: #f4f1ec;
  background: #090a0b;
}

.proof-heading {
  max-width: 930px;
  margin: 0 auto 52px;
  text-align: center;
}

.proof-heading em,
.about-copy em {
  color: var(--orange);
  font-weight: 500;
}

.proof-heading > p:last-child {
  max-width: 680px;
  margin: 24px auto 0;
  color: #a7adb8;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
  padding: 18px 10px 54px;
}

.logo-wall img {
  width: 100%;
  max-height: 62px;
  object-fit: contain;
  opacity: .56;
  filter: grayscale(1);
  transition: opacity .2s ease, filter .2s ease;
}

.logo-wall img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.proof-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background: #121316;
}

.proof-device {
  min-height: 490px;
  overflow: hidden;
  background: #1b1c1f;
}

.proof-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 76px);
}

.proof-copy > span {
  margin-bottom: 18px;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.proof-copy h3 {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1.08;
}

.proof-copy p {
  margin: 0 0 30px;
  color: #a7adb8;
}

.proof-copy .button {
  align-self: flex-start;
}

/* A mudança de polaridade torna a prova social inequívoca. */
.reviews {
  background: #f7f4ef;
}

.reviews-heading {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.reviews-heading em {
  color: var(--orange);
  font-weight: 500;
}

.reviews-heading > p:last-child {
  margin: 20px 0 0;
  color: var(--gray);
}

.google-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
}

.google-score strong {
  font-size: .86rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.google-score span,
.review-stars {
  color: #f9b400;
  letter-spacing: .04em;
}

.google-score small {
  color: var(--gray);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.review-card {
  min-height: 275px;
  padding: 30px;
  border: 1px solid rgba(17, 18, 20, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 18, 20, .05);
}

.review-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.review-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #68a83f;
  font-weight: 700;
}

.review-avatar--green {
  background: #317d2c;
}

.review-avatar--photo {
  background: #b35f33;
}

.review-top div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.28;
}

.review-top small {
  color: #85878c;
}

.review-top b {
  color: #4285f4;
  font-size: 1.25rem;
}

.review-card p {
  margin: 12px 0 0;
  color: #34363a;
  font-size: .96rem;
}

/* Institucional com as imagens e o tom que já funcionavam no deploy. */
.about {
  color: #f4f1ec;
  background: #0a0a0b;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(56px, 8vw, 124px);
}

.about-photos {
  position: relative;
  min-height: 570px;
}

.about-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter .35s ease, transform .35s ease;
}

.about-photo:hover {
  filter: grayscale(0);
  transform: translateY(-4px);
}

.about-photo--desk {
  z-index: 2;
  left: 0;
  bottom: 12px;
  width: 58%;
  height: 58%;
}

.about-photo--renan {
  top: 0;
  right: 0;
  width: 59%;
  height: 72%;
}

.about-stamp {
  position: absolute;
  z-index: 3;
  right: 8%;
  bottom: 9%;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: .7rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(7deg);
}

.about-stamp strong {
  display: block;
  font-size: 1.6rem;
}

.about-copy h2 {
  margin-bottom: 28px;
}

.about-copy > p:not(.eyebrow) {
  margin: 0 0 16px;
  color: #a7adb8;
}

.about-signature {
  display: flex;
  flex-direction: column;
  margin: 30px 0 28px;
  line-height: 1.4;
}

.about-signature span {
  color: #8f949d;
  font-size: .86rem;
}

@media (max-width: 860px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 22px;
  }

  .site-header .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding: 0 16px;
  }

  .site-header .menu-toggle {
    display: grid;
    color: #fff;
  }

  .site-header .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    padding: 16px 22px 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(10, 11, 13, .97);
  }

  .menu-open .site-header .site-nav {
    display: grid;
  }

  .site-header .site-nav a {
    padding: 11px 0;
    color: #f4f1ec;
  }

  .site-header .header-cta {
    display: none;
  }

  .hero-art img {
    object-position: 65% center;
  }

  .hero-art::after {
    background: linear-gradient(180deg, rgba(245, 241, 234, .98) 0%, rgba(245, 241, 234, .94) 47%, rgba(245, 241, 234, .28) 72%, transparent 100%);
  }

  .hero-rhino {
    inset: -30px -18% -70px 14%;
    opacity: 1;
  }

  .services-heading,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .services-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .proof-feature {
    grid-template-columns: 1fr;
  }

  .proof-device {
    min-height: 380px;
  }

  .about-photos {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  .rino-v5-home .hero-grid,
  .rino-v5-home .hero-grid > *,
  .rino-v5-home .hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .rino-v5-home .hero h1,
  .rino-v5-home .hero-lead {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .site-header .brand img {
    width: 132px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .hero-rhino {
    inset: -10px -48% -70px -8%;
    opacity: .78;
  }

  .hero-art img {
    object-position: 70% bottom;
  }

  .insight-copy {
    min-height: 0;
  }

  .services-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 330px;
    padding: 32px;
  }

  .logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .proof-device {
    min-height: 300px;
  }

  .proof-copy {
    padding: 34px 28px;
  }

  .about-photos {
    min-height: 410px;
  }

  .about-photo--desk {
    width: 63%;
  }

  .about-photo--renan {
    width: 62%;
  }

  .about-stamp {
    width: 88px;
    height: 88px;
  }
}

/* Evolução visual: o conteúdo validado permanece, mas sai da linguagem da home antiga. */
.services-showcase,
.proof,
.reviews,
.about {
  position: relative;
  overflow: hidden;
}

.services-showcase {
  color: var(--ink);
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}

.services-showcase::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  height: 5px;
  background: var(--orange);
  content: "";
}

.services-heading {
  align-items: start;
  margin-bottom: 68px;
}

.services-heading h2,
.proof-heading h2,
.reviews-heading h2,
.about-copy h2 {
  font-family: var(--font);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.06em;
}

.services-heading > p {
  max-width: 480px;
  padding-top: 36px;
  color: var(--gray);
}

.services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 56px;
  counter-reset: service;
}

.service-card,
.service-card--spot {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: 72px 1fr;
  grid-template-areas:
    "icon title"
    "icon copy"
    "icon link";
  align-content: start;
  padding: 34px 22px 38px 0;
  border: 0;
  border-top: 1px solid rgba(17, 18, 20, .16);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  counter-increment: service;
  transition: padding .25s ease, background .25s ease;
}

.service-card::after {
  position: absolute;
  top: 17px;
  right: 4px;
  color: rgba(17, 18, 20, .32);
  content: "0" counter(service);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.service-card:hover,
.service-card--spot:hover {
  padding-right: 28px;
  padding-left: 18px;
  border-color: var(--orange);
  background: rgba(255, 108, 14, .055);
  transform: none;
}

.service-card .service-icon,
.service-card--spot .service-icon {
  grid-area: icon;
  width: 48px;
  height: 48px;
  margin: 0;
  border: 1px solid rgba(17, 18, 20, .14);
  border-radius: 50%;
  color: var(--orange);
  background: transparent;
}

.service-icon svg {
  width: 23px;
}

.service-card h3 {
  grid-area: title;
  max-width: 470px;
  margin: 2px 42px 16px 0;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.service-card p,
.service-card--spot p {
  grid-area: copy;
  max-width: 500px;
  margin: 0 0 22px;
  color: var(--gray);
}

.service-card strong {
  grid-area: link;
  color: var(--ink);
}

.proof {
  color: var(--ink);
  background: #eee8df;
}

.proof::after {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 108, 14, .4);
  border-radius: 50%;
  content: "";
}

.proof-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: end;
  gap: 72px;
  margin: 0 0 56px;
  text-align: left;
}

.proof-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -42px;
}

.proof-heading > p:last-child {
  max-width: 470px;
  margin: 0;
  padding-bottom: 5px;
  color: #5e6064;
}

.proof-heading em,
.reviews-heading em,
.about-copy em {
  color: var(--orange);
  font-family: Kalam, cursive;
  font-weight: 700;
  letter-spacing: -.04em;
}

.proof .eyebrow--light,
.services-showcase .eyebrow--light,
.about .eyebrow--light {
  color: var(--orange);
}

.logo-wall {
  position: relative;
  z-index: 1;
  gap: 34px;
  margin-bottom: 34px;
  padding: 30px 34px;
  border: 1px solid rgba(17, 18, 20, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .46);
}

.logo-wall img {
  max-height: 48px;
  opacity: .55;
  filter: grayscale(1) brightness(.25);
}

.logo-wall img:hover {
  opacity: .9;
  filter: grayscale(1) brightness(.05);
}

.proof-feature {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
  border: 0;
  border-radius: 36px;
  color: var(--ink);
  background: var(--orange);
  box-shadow: 0 30px 80px rgba(83, 45, 19, .14);
}

.proof-device {
  min-height: 520px;
  margin: 18px;
  border-radius: 24px;
  background: #111214;
}

.proof-copy {
  padding: clamp(44px, 5vw, 76px) clamp(42px, 5vw, 68px);
}

.proof-copy > span {
  color: rgba(17, 18, 20, .6);
}

.proof-copy p {
  color: rgba(17, 18, 20, .72);
}

.proof-copy .button--orange {
  color: #fff;
  background: var(--ink);
}

.proof-copy .button--orange:hover {
  background: #2a2c30;
}

.reviews {
  background: var(--paper-2);
}

.reviews-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: end;
  gap: 72px;
  margin: 0 0 34px;
  text-align: left;
}

.reviews-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -42px;
}

.reviews-heading > p:last-child {
  max-width: 470px;
  margin: 0;
  padding-bottom: 7px;
}

.google-score {
  width: max-content;
  margin: 0 0 56px auto;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
}

.google-score small {
  color: #c8cbd0;
}

.reviews-grid {
  gap: 38px;
}

.review-card {
  position: relative;
  min-height: 310px;
  padding: 36px 6px 0;
  border: 0;
  border-top: 1px solid rgba(17, 18, 20, .18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.review-card::before {
  position: absolute;
  top: -22px;
  right: 4px;
  color: var(--orange);
  content: "“";
  font-family: Georgia, serif;
  font-size: 5.5rem;
  line-height: 1;
}

.review-card p {
  max-width: 360px;
  margin-top: 26px;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.65;
}

.about {
  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.about::before {
  position: absolute;
  right: -8vw;
  bottom: -28vw;
  width: 48vw;
  height: 48vw;
  border: 2px solid rgba(255, 108, 14, .18);
  border-radius: 50%;
  content: "";
}

.about-grid {
  grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr);
  gap: clamp(68px, 9vw, 140px);
}

.about-photos {
  min-height: 640px;
}

.about-photo {
  border-color: rgba(17, 18, 20, .12);
  border-radius: 28px;
  filter: grayscale(.35) saturate(.78);
  box-shadow: 0 24px 64px rgba(17, 18, 20, .12);
}

.about-photo:hover {
  filter: grayscale(0) saturate(1);
}

.about-photo--desk {
  bottom: 0;
  width: 62%;
  height: 56%;
}

.about-photo--renan {
  width: 61%;
  height: 76%;
}

.about-stamp {
  right: 5%;
  bottom: 6%;
  width: 108px;
  height: 108px;
  border-color: var(--orange);
  color: var(--orange);
  background: var(--paper);
  box-shadow: 0 12px 38px rgba(17, 18, 20, .12);
}

.about-copy {
  position: relative;
  z-index: 1;
}

.about-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: #5e6064;
  font-size: 1.02rem;
}

.about-signature span {
  color: #74777d;
}

.about .button--dark-ghost {
  border-color: rgba(17, 18, 20, .28);
  color: var(--ink);
}

.about .button--dark-ghost:hover {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

@media (max-width: 980px) {
  .services-grid {
    gap: 0 28px;
  }

  .proof-heading,
  .reviews-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .proof-heading .eyebrow,
  .reviews-heading .eyebrow {
    margin-bottom: 0;
  }

  .google-score {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  .services-heading,
  .services-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .services-heading > p {
    padding-top: 0;
  }

  .logo-wall {
    border-radius: 28px;
  }

  .proof-feature {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .review-card {
    min-height: 0;
    padding-bottom: 24px;
  }
}

@media (max-width: 620px) {
  .service-card,
  .service-card--spot {
    grid-template-columns: 58px 1fr;
    padding-right: 4px;
  }

  .service-card:hover,
  .service-card--spot:hover {
    padding-right: 4px;
    padding-left: 0;
  }

  .logo-wall {
    padding: 28px;
  }

  .proof-feature {
    border-radius: 24px;
  }

  .proof-device {
    min-height: 280px;
    margin: 10px;
    border-radius: 17px;
  }

  .about-photos {
    min-height: 440px;
  }
}

/* Fechamento com imagem: outro recorte da arte aprovada, tratado como cenário. */
.closing {
  padding: 0 0 96px;
  background: var(--paper-2);
}

.closing-panel {
  min-height: 470px;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  padding: clamp(48px, 6vw, 82px);
  border: 0;
  border-radius: 34px;
  color: #fff;
  background: #101113;
  box-shadow: 0 32px 80px rgba(17, 18, 20, .18);
}

.closing-panel::before {
  position: absolute;
  inset: 0;
  background-image: url("hero-illustration-v1.png");
  background-position: 62% 48%;
  background-size: cover;
  content: "";
  transform: scale(1.02);
}

.closing-panel::after {
  position: absolute;
  inset: 0;
  opacity: 1;
  background: linear-gradient(90deg, rgba(8, 9, 10, .97) 0%, rgba(8, 9, 10, .88) 38%, rgba(8, 9, 10, .46) 66%, rgba(8, 9, 10, .16) 100%);
  content: "";
  pointer-events: none;
}

.closing-copy {
  max-width: 680px;
}

.closing-copy h2 {
  max-width: 660px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.055em;
}

.closing-copy > p:last-child {
  max-width: 560px;
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
}

.closing .eyebrow {
  color: var(--orange);
}

.closing-actions {
  align-content: center;
  justify-items: stretch;
}

.closing-actions .button {
  justify-content: center;
  backdrop-filter: blur(8px);
}

.closing-actions .button--ghost {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
  background: rgba(8, 9, 10, .26);
}

.closing-actions .button--ghost:hover {
  border-color: #fff;
  background: rgba(8, 9, 10, .72);
}

.closing-rhino {
  display: none;
}

@media (max-width: 860px) {
  .closing-panel {
    min-height: 560px;
    grid-template-columns: 1fr;
    align-content: end;
    gap: 32px;
  }

  .closing-panel::before {
    background-position: 68% center;
  }

  .closing-panel::after {
    background: linear-gradient(180deg, rgba(8, 9, 10, .12) 0%, rgba(8, 9, 10, .8) 48%, rgba(8, 9, 10, .98) 100%);
  }
}

@media (max-width: 620px) {
  .closing {
    padding-bottom: 56px;
  }

  .closing-panel {
    min-height: 620px;
    padding: 34px 26px;
    border-radius: 24px;
  }

  .closing-panel::before {
    background-position: 69% center;
  }

  .closing-copy h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }
}

/* Footer editorial: mantém todas as funções do rodapé atual em uma composição mais aberta. */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #d9dce1;
  background:
    radial-gradient(circle at 7% 12%, rgba(255, 108, 14, .12), transparent 25%),
    #090a0b;
}

.site-footer::before {
  position: absolute;
  top: -260px;
  right: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 108, 14, .18);
  border-radius: 50%;
  content: "";
}

.footer-lead {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
  padding-top: clamp(76px, 8vw, 118px);
  padding-bottom: clamp(62px, 7vw, 96px);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-lead .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -22px;
  color: var(--orange);
}

.footer-lead h2 {
  max-width: 900px;
  margin: 0;
  color: #f4f1ec;
  font-size: clamp(2.6rem, 5.5vw, 6.3rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.footer-lead h2 em {
  color: var(--orange);
  font-family: Kalam, cursive;
  font-weight: 700;
}

.footer-lead > a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease;
}

.footer-lead > a:hover {
  border-color: var(--orange);
  background: rgba(255, 108, 14, .1);
}

.site-footer .footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr .75fr .72fr 1.05fr 1fr;
  gap: clamp(28px, 4vw, 62px);
  padding-top: 62px;
  padding-bottom: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-footer .footer-brand {
  display: block;
}

.site-footer .footer-brand img {
  width: 172px;
  margin-bottom: 22px;
  filter: none;
}

.site-footer .footer-brand > p {
  max-width: 310px;
  margin: 0 0 22px;
  color: #969ca7;
  font-size: .9rem;
}

.footer-social {
  display: flex;
  gap: 9px;
  margin-bottom: 20px;
}

.footer-social a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  color: #c9cdd3;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.footer-social a:hover {
  border-color: var(--orange);
  color: #fff;
  background: var(--orange);
}

.site-footer .footer-proof {
  color: #969ca7;
  font-size: .78rem;
}

.site-footer .footer-proof span {
  color: var(--orange);
  letter-spacing: .08em;
}

.footer-col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
  padding-top: 3px;
}

.footer-col h3 {
  width: 100%;
  margin: 0 0 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #f4f1ec;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col p {
  margin: 0;
  color: #9ca1aa;
  font-size: .84rem;
  transition: color .2s ease;
}

.footer-col > a:hover {
  color: var(--orange);
}

.footer-contact {
  gap: 20px;
}

.footer-contact a,
.footer-contact p {
  display: grid;
  gap: 2px;
}

.footer-contact small {
  color: #747a84;
  font-size: .7rem;
}

.footer-contact strong {
  color: #e9e7e3;
  font-size: .83rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.footer-news > p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-news form {
  display: grid;
  width: 100%;
  gap: 10px;
}

.footer-news input {
  width: 100%;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  border-radius: 0;
  outline: none;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: .84rem;
}

.footer-news input:focus {
  border-color: var(--orange);
}

.footer-news button {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font: inherit;
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
}

.footer-bottom-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-top: 24px;
  padding-bottom: 28px;
  color: #666c76;
  font-size: .76rem;
}

.footer-bottom-row p {
  margin: 0;
}

@media (max-width: 1050px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .footer-lead {
    grid-template-columns: 1fr;
  }

  .footer-lead .eyebrow {
    margin-bottom: 0;
  }

  .footer-lead > a {
    justify-self: start;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* QA mobile 27/09/2026: leitura sobre imagens, gutter do hero e mapa compacto. */
.rino-v5-home .opportunity h2 {
  position: relative;
  z-index: 2;
  color: #f4f1ec !important;
}

@media (max-width: 860px) {
  .rino-v5-home .hero .shell {
    width: calc(100% - 40px) !important;
    margin-inline: auto !important;
  }

  .rino-v5-home .hero-art::after {
    background: linear-gradient(180deg, rgba(245, 241, 234, .995) 0%, rgba(245, 241, 234, .97) 52%, rgba(245, 241, 234, .72) 73%, rgba(245, 241, 234, .2) 100%);
  }

  .rino-v5-home .opportunity-grid {
    position: relative;
    z-index: 2;
  }

  .rino-v5-home .opportunity-rhino {
    right: -24%;
    width: 82%;
    opacity: .16;
  }

  .rino-v5-home .opportunity-rhino::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #111214 0%, rgba(17, 18, 20, .88) 38%, rgba(17, 18, 20, .34) 100%);
    content: "";
  }
}

@media (max-width: 620px) {
  .rino-v5-home .hero h1 {
    font-size: clamp(2.42rem, 11.2vw, 3.35rem);
    line-height: .98;
  }

  .rino-v5-home .hero-copy {
    padding-top: 72px;
  }

  .rino-v5-home .tangle-map {
    min-height: 420px;
  }

  .rino-v5-home .tangle-lines {
    inset: 74px 7% auto;
    width: 86%;
    height: 272px;
    stroke: rgba(17, 18, 20, .48);
  }

  .rino-v5-home .map-card {
    width: calc(50% - 8px);
    min-height: 96px;
    gap: 10px;
    padding: 13px 11px;
    border-color: rgba(17, 18, 20, .07);
    background: rgba(245, 241, 234, .97);
    box-shadow: 0 12px 34px rgba(31, 29, 25, .09);
  }

  .rino-v5-home .map-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .rino-v5-home .map-icon svg {
    width: 19px;
  }

  .rino-v5-home .map-card h3 {
    font-size: .82rem;
  }

  .rino-v5-home .map-card p {
    font-size: .65rem;
    line-height: 1.34;
  }

  .rino-v5-home .map-card--site,
  .rino-v5-home .map-card--ads {
    top: 0;
  }

  .rino-v5-home .map-card--content,
  .rino-v5-home .map-card--social {
    bottom: 0;
  }

  .rino-v5-home .map-card--site,
  .rino-v5-home .map-card--content {
    left: 0;
  }

  .rino-v5-home .map-card--ads,
  .rino-v5-home .map-card--social {
    right: 0;
  }

  .rino-v5-home .opportunity-grid {
    gap: 28px;
    padding-block: 58px 64px;
  }

  .rino-v5-home .opportunity-copy p {
    color: #d2d3d5;
  }
}

@media (max-width: 390px) {
  .rino-v5-home .hero .shell {
    width: calc(100% - 32px) !important;
  }

  .rino-v5-home .map-card {
    display: grid;
    grid-template-columns: 30px 1fr;
  }
}
