/*
Theme Name: Marinho Solar
Theme URI: https://www.marinhosolar.com/
Author: Flow Soluções Digitais
Author URI: https://flowsolucoesdigitais.com/
Description: Tema customizado da Marinho Solar para landing page institucional e captação de orçamentos pelo WhatsApp.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: marinho-solar
*/

:root {
  --navy: #1c3144;
  --navy-900: #0b1b28;
  --navy-800: #10283a;
  --gold: #e6a82c;
  --gold-2: #e9a826;
  --ice: #f4f6f8;
  --paper: #fbfaf6;
  --graphite: #2c2f36;
  --muted: #6d7780;
  --green: #2e9e5b;
  --teal: #0f6e8c;
  --line: rgba(28, 49, 68, 0.14);
  --shadow: 0 24px 70px rgba(12, 32, 46, 0.16);
  --radius: 8px;
  --font: "Poppins", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--graphite);
  font-family: var(--font);
  line-height: 1.6;
  overflow-x: hidden;
}

body.is-menu-open {
  overflow: hidden;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: #fff;
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
  min-width: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(180deg, rgba(6, 17, 26, 0.86), rgba(6, 17, 26, 0.52));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  background: rgba(9, 27, 40, 0.94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.1;
}

.brand small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  line-height: 1.2;
}

.menu-toggle {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.nav {
  position: fixed;
  top: 76px;
  right: 16px;
  left: 16px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(9, 27, 40, 0.97);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav a {
  border-radius: 6px;
  padding: 12px;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-cta {
  background: var(--gold);
  color: var(--navy-900) !important;
  font-weight: 700;
  text-align: center;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero__media,
.hero__overlay,
.hero__rays {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__media {
  z-index: -4;
  transform: translateZ(0) scale(1.03);
  transform-origin: center;
  will-change: transform;
}

.hero__poster,
.hero__video {
  position: absolute;
  inset: 0;
}

.hero__poster {
  transition: opacity 520ms ease, visibility 520ms ease;
}

.hero__poster img,
.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero__video {
  opacity: 0;
  transition: opacity 720ms ease;
}

.hero__video.is-disabled {
  display: none;
}

.hero.is-video-ready .hero__poster {
  opacity: 0;
  visibility: hidden;
}

.hero.is-video-ready .hero__video {
  opacity: 1;
}

.hero__rays {
  z-index: -2;
  inset: -22% -14%;
  background:
    conic-gradient(from 18deg at 76% 20%, rgba(230, 168, 44, 0), rgba(230, 168, 44, 0.2), rgba(230, 168, 44, 0) 24%),
    radial-gradient(circle at 78% 18%, rgba(233, 168, 38, 0.24), transparent 28%);
  opacity: 0.55;
  transform-origin: 78% 18%;
  animation: solar-rays 11s ease-in-out infinite alternate;
}

.hero__overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 80% 18%, rgba(230, 168, 44, 0.25), transparent 28%),
    linear-gradient(90deg, rgba(5, 16, 24, 0.94) 0%, rgba(7, 21, 31, 0.84) 42%, rgba(7, 21, 31, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 20, 31, 0.24), rgba(7, 20, 31, 0.86));
}

.hero__content {
  padding-top: 112px;
  padding-bottom: 40px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: min(760px, 100%);
  margin-bottom: 16px;
  font-size: clamp(2.18rem, 6.6vw, 4.2rem);
  line-height: 1.03;
  overflow-wrap: break-word;
}

h2 {
  color: var(--navy);
  font-size: clamp(1.8rem, 6vw, 3.25rem);
  line-height: 1.04;
}

h3 {
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.24;
}

.hero-text {
  max-width: min(640px, 100%);
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  overflow-wrap: break-word;
}

.hero-actions,
.final-cta-box,
.section-copy {
  display: grid;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.15;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy-900);
  box-shadow: 0 18px 36px rgba(230, 168, 44, 0.28);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary.dark {
  color: var(--navy);
  border-color: var(--line);
  background: #fff;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 620px;
  margin-top: 20px;
}

.trust-row span {
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

.trust-row strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.05;
}

.proof-band {
  position: relative;
  z-index: 2;
  overflow: hidden;
  isolation: isolate;
  margin-top: -1px;
  padding: 76px 0;
  color: var(--navy);
  background:
    radial-gradient(circle at 12% 12%, rgba(230, 168, 44, 0.13), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(15, 110, 140, 0.1), transparent 28%),
    linear-gradient(180deg, #fbfaf6 0%, #eef5f2 100%);
}

.proof-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(28, 49, 68, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 49, 68, 0.046) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.62) 44%, transparent 70%);
  background-size: 72px 72px, 72px 72px, auto;
  opacity: 0.9;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  animation: proof-grid-drift 16s ease-in-out infinite alternate;
}

.proof-band::after {
  content: "";
  position: absolute;
  inset: auto -12% -36% 26%;
  z-index: -1;
  height: 340px;
  background: radial-gradient(circle, rgba(28, 49, 68, 0.12), transparent 64%);
  filter: blur(20px);
}

.proof-band .container {
  position: relative;
  z-index: 1;
}

.proof-grid {
  display: grid;
  gap: 12px;
  perspective: 1200px;
}

.proof-grid article {
  --step-y: 0px;
  --step-scale: 1;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 80px 22px 24px;
  border: 1px solid rgba(28, 49, 68, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 68px rgba(12, 32, 46, 0.14);
  backdrop-filter: blur(18px);
  transform: translateY(var(--step-y)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--step-scale));
  transform-style: preserve-3d;
  will-change: transform;
}

.proof-grid article::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), transparent 38%),
    linear-gradient(90deg, rgba(230, 168, 44, 0.12), transparent 42%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.proof-grid article:hover,
.proof-grid article.is-tilting {
  --step-y: -6px;
  --step-scale: 1.012;
  border-color: rgba(230, 168, 44, 0.38);
  box-shadow: 0 34px 86px rgba(12, 32, 46, 0.2);
}

.proof-grid article:hover::after,
.proof-grid article.is-tilting::after {
  opacity: 1;
}

.proof-grid span {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 40, 58, 0.94);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  font-size: 0.92rem;
  font-weight: 800;
}

.proof-grid h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(1.03rem, 2vw, 1.14rem);
  line-height: 1.3;
}

.proof-grid p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.card p,
.section-copy p,
.lead-form p,
.footer-grid p,
.faq-list p,
.steps span {
  color: var(--muted);
}

.section {
  padding: 74px 0;
}

.section-grid,
.reviews-layout,
.location-grid,
.analysis-layout,
.local-layout {
  display: grid;
  gap: 28px;
}

.section-copy {
  align-content: start;
}

.section-copy p {
  font-size: 1rem;
}

.compact {
  max-width: 720px;
  margin-bottom: 24px;
}

.cards {
  display: grid;
  gap: 12px;
}

.card {
  position: relative;
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(12, 32, 46, 0.08);
}

.card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--green));
}

.services {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 12%, rgba(230, 168, 44, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(15, 110, 140, 0.14), transparent 30%),
    linear-gradient(180deg, #fbfaf6 0%, #eef5f2 100%);
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(28, 49, 68, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 49, 68, 0.045) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
}

.services::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% 28%;
  z-index: -1;
  height: 360px;
  background: radial-gradient(circle, rgba(46, 158, 91, 0.2), transparent 66%);
  filter: blur(18px);
}

.services .container {
  position: relative;
  z-index: 1;
}

.service-cards {
  perspective: 1200px;
}

.service-cards .card {
  --step-y: 0px;
  --step-scale: 1;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  min-height: 220px;
  padding: 76px 20px 22px;
  overflow: hidden;
  border-color: rgba(28, 49, 68, 0.12);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.76)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 64px rgba(12, 32, 46, 0.12);
  transform: translateY(var(--step-y)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--step-scale));
  transform-style: preserve-3d;
  will-change: transform;
}

.service-cards .card::before {
  inset: 1px;
  width: auto;
  height: auto;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), transparent 40%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-cards .card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--green));
}

.service-cards .card:hover,
.service-cards .card.is-tilting {
  --step-y: -6px;
  --step-scale: 1.012;
  border-color: rgba(230, 168, 44, 0.38);
  box-shadow: 0 30px 78px rgba(12, 32, 46, 0.18);
}

.service-cards .card:hover::before,
.service-cards .card.is-tilting::before {
  opacity: 1;
}

.card-number {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.premium-solution {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(230, 168, 44, 0.2), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(46, 158, 91, 0.22), transparent 30%),
    linear-gradient(135deg, #071923 0%, #10283a 46%, #0f6e8c 100%);
}

.premium-solution::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 68px 68px, 68px 68px;
  opacity: 0.76;
  pointer-events: none;
}

.premium-solution::after {
  content: "";
  position: absolute;
  inset: auto -12% -38% 34%;
  height: 440px;
  background: radial-gradient(circle, rgba(230, 168, 44, 0.24), transparent 64%);
  filter: blur(16px);
  pointer-events: none;
}

.premium-solution .container {
  position: relative;
  z-index: 1;
}

.solution-shell {
  display: grid;
  gap: 24px;
}

.solution-copy {
  max-width: 650px;
}

.premium-solution .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.premium-solution h2 {
  color: #fff;
}

.premium-solution .solution-copy > p:not(.eyebrow),
.solution-card p {
  color: rgba(255, 255, 255, 0.76);
}

.solution-benefits {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 28px;
  list-style: none;
}

.solution-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}

.solution-benefits svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: var(--gold);
}

.solution-visual {
  position: relative;
  min-height: 390px;
  isolation: isolate;
  perspective: 1200px;
  --visual-tilt-x: 0deg;
  --visual-tilt-y: 0deg;
}

.solution-visual__glow {
  position: absolute;
  inset: 12% 4% 8%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 40% 38%, rgba(230, 168, 44, 0.48), transparent 36%),
    radial-gradient(circle at 68% 52%, rgba(46, 158, 91, 0.34), transparent 42%);
  filter: blur(24px);
  opacity: 0.78;
  animation: solution-ambient 6s ease-in-out infinite alternate;
}

.solution-visual__image {
  position: absolute;
  inset: 28px 20px 48px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  transform: rotateX(var(--visual-tilt-x)) rotateY(var(--visual-tilt-y)) translateY(0);
  transform-style: preserve-3d;
  animation: solution-float 5.5s ease-in-out infinite alternate;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.solution-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-visual__image::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -32%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: rotate(14deg);
  animation: panel-shine 5.8s ease-in-out infinite;
  pointer-events: none;
}

.solution-visual__panel,
.solution-visual__badge {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 25, 35, 0.72);
  color: #fff;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.solution-visual__panel {
  left: 0;
  bottom: 28px;
  min-width: 128px;
  padding: 14px 16px;
}

.solution-visual__panel strong {
  display: block;
  color: var(--gold);
  font-size: 1.7rem;
  line-height: 1;
}

.solution-visual__panel span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.solution-visual__badge {
  top: 10px;
  right: 0;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 800;
}

.solution-visual__badge span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.solution-cards {
  display: grid;
  gap: 12px;
}

.solution-card {
  position: relative;
  min-height: 156px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.solution-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--green));
}

.solution-card span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.solution-card h3 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: 1.03rem;
}

.local {
  background:
    linear-gradient(120deg, rgba(28, 49, 68, 0.96), rgba(15, 110, 140, 0.86)),
    var(--navy);
}

.local h2,
.local .section-copy p {
  color: #fff;
}

.local .section-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.about-media {
  display: grid;
  gap: 16px;
  align-self: start;
  width: min(100%, 440px);
  min-height: 0;
}

.founders-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(7, 25, 35, 0.24);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.founders-card::after {
  display: none;
}

.founders-photo {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: rgba(7, 25, 35, 0.18);
}

.founders-card figcaption {
  margin: 0;
  padding: 16px 18px;
  background: rgba(7, 25, 35, 0.72);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.about-logo-mark {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.about-logo-mark img {
  width: 100%;
  margin: 0;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.26));
}

.text-link {
  color: var(--gold);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.steps {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding: 22px 22px 22px 72px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}

.steps strong,
.steps span {
  display: block;
}

.process {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 18, 28, 0.96) 0%, rgba(7, 22, 32, 0.78) 48%, rgba(7, 22, 32, 0.88) 100%),
    image-set(
      url("assets/images/process-bg-premium.webp") type("image/webp"),
      url("assets/images/process-bg-premium.png") type("image/png")
    );
  background-position: center;
  background-size: cover;
}

.process::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(230, 168, 44, 0.18), transparent 24%),
    linear-gradient(115deg, transparent 0%, rgba(230, 168, 44, 0.08) 48%, transparent 74%);
  opacity: 0.78;
  animation: process-light 13s ease-in-out infinite alternate;
}

.process .section-copy,
.process .steps {
  position: relative;
  z-index: 1;
}

.process h2,
.process .steps strong {
  color: #fff;
}

.process .steps {
  perspective: 1200px;
}

.process .section-copy p,
.process .steps span {
  color: rgba(255, 255, 255, 0.74);
}

.process .steps li {
  --step-y: 0px;
  --step-scale: 1;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  min-height: 220px;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07)),
    rgba(8, 24, 36, 0.44);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transform: translateY(var(--step-y)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--step-scale));
  transform-style: preserve-3d;
  will-change: transform;
}

.process .steps li::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 38%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.process .steps li:hover,
.process .steps li.is-tilting {
  --step-y: -6px;
  --step-scale: 1.012;
  border-color: rgba(230, 168, 44, 0.38);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.32);
}

.process .steps li:hover::after,
.process .steps li.is-tilting::after {
  opacity: 1;
}

.reviews {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 16%, rgba(230, 168, 44, 0.18), transparent 26%),
    linear-gradient(135deg, #eef5f2 0%, #fbfaf6 48%, #e8f0f3 100%);
}

.reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(28, 49, 68, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 49, 68, 0.04) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.reviews .container {
  position: relative;
  z-index: 1;
}

.rating-line {
  font-weight: 700;
}

.rating-line span,
.stars {
  color: var(--gold);
}

.review-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 22px 0 24px;
  padding: 18px;
  border: 1px solid rgba(230, 168, 44, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(28, 49, 68, 0.96), rgba(15, 110, 140, 0.9)),
    var(--navy);
  color: #fff;
  box-shadow: 0 24px 62px rgba(12, 32, 46, 0.18);
}

.review-proof strong {
  color: var(--gold);
  font-size: clamp(2.4rem, 8vw, 3.5rem);
  line-height: 0.9;
}

.review-proof span,
.review-proof small {
  display: block;
}

.review-proof span {
  font-weight: 900;
}

.review-proof small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.review-shell {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 8px;
  align-items: center;
}

.review-track {
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.review-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 26px;
  border: 1px solid rgba(28, 49, 68, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    #fff;
  box-shadow: 0 28px 76px rgba(12, 32, 46, 0.18);
  opacity: 0;
  transform: translateX(18px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.review-card.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.review-card p {
  color: var(--navy);
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  line-height: 1.55;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.carousel-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(28, 49, 68, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(12, 32, 46, 0.12);
}

.location {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 86% 18%, rgba(15, 110, 140, 0.16), transparent 26%),
    linear-gradient(180deg, #fbfaf6 0%, #eef5f2 100%);
}

.location::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(28, 49, 68, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 49, 68, 0.045) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 86%, transparent);
}

.location-grid {
  position: relative;
  z-index: 1;
  align-items: center;
}

.map-card {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(28, 49, 68, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72)),
    #fff;
  box-shadow: 0 32px 86px rgba(12, 32, 46, 0.18);
}

.map-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  pointer-events: none;
}

.map-card iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 6px;
}

.analysis {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(230, 168, 44, 0.18), transparent 28%),
    radial-gradient(circle at 90% 28%, rgba(46, 158, 91, 0.18), transparent 30%),
    linear-gradient(135deg, #071923 0%, #10283a 58%, #0f6e8c 100%);
  border-radius: 0 0 32px 32px;
  margin-bottom: -32px;
}

.analysis::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 66px 66px;
  opacity: 0.72;
}

.analysis h2,
.analysis .section-copy p {
  color: #fff;
}

.analysis .section-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(28, 49, 68, 0.22);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: var(--graphite);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus,
.faq-list summary:focus-visible,
.carousel-button:focus-visible,
.button:focus-visible,
.nav a:focus-visible,
.menu-toggle:focus-visible,
.social-link:focus-visible,
.whatsapp-float:focus-visible,
.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(230, 168, 44, 0.72);
  outline-offset: 3px;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  font-size: 0.86rem;
}

.faq {
  position: relative;
  padding-top: 118px;
  background:
    radial-gradient(circle at 12% 6%, rgba(230, 168, 44, 0.12), transparent 25%),
    linear-gradient(180deg, #fbfaf6 0%, #f4f6f8 100%);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(28, 49, 68, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.84)),
    #fff;
  box-shadow: 0 16px 42px rgba(12, 32, 46, 0.08);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px;
  color: var(--navy);
  font-weight: 800;
}

.faq-list p {
  padding: 0 18px 18px;
  margin: 0;
}

.faq-list details[open] p {
  animation: faq-open 220ms ease;
}

.final-cta {
  padding: 72px 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(11, 27, 40, 0.94), rgba(28, 49, 68, 0.88)),
    var(--navy);
}

.final-cta h2 {
  color: #fff;
}

.final-cta-box {
  max-width: 820px;
}

.site-footer {
  padding: 36px 0 92px;
  background: var(--navy-900);
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid {
  display: grid;
  gap: 22px;
}

.footer-grid strong,
.footer-grid a {
  color: #fff;
}

.footer-grid a {
  display: inline-block;
  margin-right: 12px;
}

.footer-credit {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.footer-credit-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: min(100%, 310px);
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.footer-credit-link:hover,
.footer-credit-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 184, 63, 0.42);
  background: rgba(244, 184, 63, 0.08);
}

.footer-credit-link img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.26));
}

.footer-credit-link span {
  display: grid;
  gap: 2px;
}

.footer-credit-link strong {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.1;
}

.footer-credit-link small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.2;
}

.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.footer-grid .social-link {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(0);
  animation: social-float 4.4s ease-in-out infinite alternate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.footer-grid .social-link:nth-child(2) {
  animation-delay: 0.45s;
}

.social-link svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social-link-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
}

.social-link-facebook {
  background: #1877f2;
}

.footer-grid .social-link:hover {
  animation: none;
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.36);
}

.whatsapp-float,
.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 18px;
  background: #1fae55;
  color: #fff;
  box-shadow: 0 18px 42px rgba(31, 174, 85, 0.38);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  animation: whatsapp-pulse 4.8s ease-in-out infinite;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible,
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  background: #22bd5e;
  box-shadow: 0 22px 48px rgba(31, 174, 85, 0.46);
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: currentColor;
}

.page-hero {
  padding: 132px 0 70px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 168, 44, 0.3), transparent 28%),
    linear-gradient(120deg, rgba(11, 27, 40, 0.97), rgba(28, 49, 68, 0.9)),
    var(--navy);
}

.page-hero h1 {
  max-width: 900px;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.story-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}

.story-logo {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.story-logo img {
  width: min(260px, 70vw);
  margin: 0 auto;
}

.story-copy p {
  color: var(--muted);
}

.card,
.proof-grid article,
.steps li,
.map-card,
.lead-form,
.founders-card,
.solution-card,
.story-logo,
.review-card {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card:hover,
.proof-grid article:hover,
.map-card:hover,
.lead-form:hover,
.founders-card:hover,
.solution-card:hover,
.story-logo:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 168, 44, 0.36);
  box-shadow: 0 22px 58px rgba(12, 32, 46, 0.13);
}

.solution-visual:hover .solution-visual__image {
  transform: rotateX(var(--visual-tilt-x)) rotateY(var(--visual-tilt-y)) translateY(-4px);
  box-shadow: 0 34px 98px rgba(0, 0, 0, 0.4);
}

.proof-grid article:hover,
.proof-grid article.is-tilting {
  border-color: rgba(230, 168, 44, 0.38);
  box-shadow: 0 34px 86px rgba(12, 32, 46, 0.2);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger > .reveal {
  transition-delay: calc(var(--stagger-index, 0) * 70ms);
}

.process .steps li.reveal.is-visible,
.service-cards .card.reveal.is-visible,
.proof-grid article.reveal.is-visible {
  transform: translateY(var(--step-y)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--step-scale));
}

@keyframes solar-rays {
  0% {
    opacity: 0.42;
    transform: scale(1) rotate(-0.7deg);
  }

  100% {
    opacity: 0.66;
    transform: scale(1.035) rotate(0.9deg);
  }
}

@keyframes process-light {
  0% {
    opacity: 0.58;
    transform: translate3d(-1.5%, 0, 0) scale(1);
  }

  100% {
    opacity: 0.88;
    transform: translate3d(1.5%, -1%, 0) scale(1.03);
  }
}

@keyframes proof-grid-drift {
  0% {
    transform: translate3d(-1%, 0, 0);
  }

  100% {
    transform: translate3d(1.2%, -0.8%, 0);
  }
}

@keyframes solution-ambient {
  0% {
    transform: translate3d(-1%, 1%, 0) scale(0.98);
  }

  100% {
    transform: translate3d(1.5%, -1%, 0) scale(1.05);
  }
}

@keyframes solution-float {
  0% {
    transform: rotateX(var(--visual-tilt-x)) rotateY(var(--visual-tilt-y)) translateY(2px);
  }

  100% {
    transform: rotateX(var(--visual-tilt-x)) rotateY(var(--visual-tilt-y)) translateY(-8px);
  }
}

@keyframes panel-shine {
  0%,
  44% {
    left: -34%;
    opacity: 0;
  }

  54% {
    opacity: 0.76;
  }

  72%,
  100% {
    left: 112%;
    opacity: 0;
  }
}

@keyframes social-float {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes whatsapp-pulse {
  0%,
  82%,
  100% {
    box-shadow: 0 18px 42px rgba(31, 174, 85, 0.38), 0 0 0 0 rgba(31, 174, 85, 0);
  }

  88% {
    box-shadow: 0 18px 42px rgba(31, 174, 85, 0.38), 0 0 0 10px rgba(31, 174, 85, 0.14);
  }
}

@keyframes faq-open {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header .nav[aria-label="Navegação legal"] {
  position: static;
  display: flex;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.legal-page {
  min-height: 100svh;
  padding: 132px 0 72px;
  background: var(--paper);
}

.legal-copy {
  max-width: 820px;
}

.legal-copy h1 {
  color: var(--navy);
}

.legal-copy h2 {
  margin-top: 30px;
  font-size: 1.32rem;
}

.legal-copy p {
  color: var(--muted);
}

@media (min-width: 720px) {
  .site-header {
    padding: 14px 28px;
  }

  .menu-toggle {
    display: none;
  }

  .nav {
    position: static;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav a {
    padding: 10px 8px;
    font-size: 0.78rem;
  }

  .nav-cta {
    padding-inline: 12px !important;
  }

  .hero {
    align-items: center;
  }

  .hero__content {
    padding-top: 126px;
    padding-bottom: 70px;
  }

  .hero-actions {
    grid-template-columns: max-content max-content;
  }

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

  .section-grid,
  .reviews-layout,
  .location-grid,
  .analysis-layout,
  .local-layout {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: start;
  }

  .solution-shell {
    grid-template-columns: 0.94fr 1.06fr;
    align-items: center;
  }

  .solution-cards {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .steps li {
    padding: 76px 20px 20px;
  }

  .steps li::before {
    top: 22px;
  }

  .lead-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
  }

  .map-card iframe {
    height: 420px;
  }

  .story-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media (min-width: 720px) and (max-width: 1039px) {
  .site-header {
    padding: 14px 28px;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .nav {
    position: fixed;
    top: 76px;
    right: 28px;
    left: auto;
    display: grid;
    width: min(340px, calc(100vw - 56px));
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(9, 27, 40, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    padding: 12px;
    font-size: 0.94rem;
  }
}

@media (min-width: 1040px) {
  .site-header {
    padding-inline: 44px;
  }

  .nav {
    gap: 2px;
  }

  .nav a {
    padding: 10px 9px;
    font-size: 0.82rem;
  }

  .nav-cta {
    padding-inline: 14px !important;
  }

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

  .section {
    padding: 96px 0;
  }

  .hero-text {
    font-size: 1.16rem;
  }
}

@media (max-width: 719px) {
  .container {
    padding-inline: 16px;
  }

  .hero {
    align-items: center;
  }

  .hero__content {
    padding-top: 102px;
    padding-bottom: 28px;
  }

  h1 {
    font-size: clamp(1.9rem, 7vw, 2.28rem);
    line-height: 1.04;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .hero h1,
  .hero-text,
  .hero-actions,
  .trust-row,
  .page-hero h1,
  .page-hero p:not(.eyebrow) {
    max-width: 360px;
  }

  .trust-row {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .review-shell {
    grid-template-columns: 1fr;
  }

  .carousel-button {
    position: absolute;
    z-index: 2;
    bottom: -56px;
  }

  .carousel-button.prev {
    left: 0;
  }

  .carousel-button.next {
    right: 0;
  }

  .review-track {
    min-height: 380px;
    margin-bottom: 54px;
  }

  .premium-solution {
    padding: 58px 0;
  }

  .solution-visual {
    min-height: 330px;
  }

  .solution-visual__image {
    inset: 16px 0 54px;
  }

  .solution-visual__panel {
    left: 10px;
    bottom: 18px;
  }

  .solution-visual__badge {
    top: 16px;
    right: 10px;
  }

  .about-media {
    min-height: auto;
  }

  .founders-photo {
    min-height: 0;
    aspect-ratio: auto;
  }

  .about-logo-mark {
    width: 100%;
  }

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

  .footer-credit-link {
    width: 100%;
  }

  .footer-credit-link img {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .whatsapp-float,
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 50%;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero__media,
  .hero__rays,
  .proof-band::before,
  .proof-grid article,
  .service-cards .card,
  .solution-visual,
  .solution-visual__glow,
  .solution-visual__image,
  .solution-visual__image::after,
  .footer-grid .social-link,
  .footer-credit-link,
  .whatsapp-float,
  .floating-whatsapp {
    transform: none !important;
    animation: none !important;
  }
}
