@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800;900&family=Sora:wght@600;700;800&display=swap");

:root {
  font-synthesis: none;
  --ink: #171717;
  --ink-2: #24201d;
  --muted: #746b62;
  --bg: #f7f1e8;
  --surface: #fffaf2;
  --surface-2: #eee3d5;
  --line: #e2d3c3;
  --orange: #e86f2e;
  --orange-dark: #c8561f;
  --green: #e86f2e;
  --green-dark: #c8561f;
  --yellow: #e86f2e;
  --clay: #e86f2e;
  --blue: #171717;
  --radius: 8px;
  --shadow-soft: 0 24px 80px rgba(16, 32, 34, 0.14);
  --shadow-hard: 0 18px 40px rgba(16, 32, 34, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 23, 23, 0.04) 1px, transparent 1px),
    var(--bg);
  background-size: 44px 44px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

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

.btn,
.contact-dock a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
}

.btn,
.contact-dock a,
.industrial-card a,
.service-row a,
.filter-btn,
.footer-whatsapp,
.whatsapp-float,
button {
  transform-origin: center;
  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.btn:hover,
.btn:focus-visible,
.contact-dock a:hover,
.contact-dock a:focus-visible,
.industrial-card a:hover,
.industrial-card a:focus-visible,
.service-row a:hover,
.service-row a:focus-visible,
.filter-btn:hover,
.filter-btn:focus-visible,
.footer-whatsapp:hover,
.footer-whatsapp:focus-visible,
.whatsapp-float:hover,
.whatsapp-float:focus-visible,
button:hover,
button:focus-visible {
  transform: scale(1.04);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.96) 0%, rgba(23, 23, 23, 0.9) 42%, rgba(23, 23, 23, 0.5) 100%),
    linear-gradient(0deg, rgba(23, 23, 23, 0.72), rgba(23, 23, 23, 0.2)),
    url("assets/stock/nova-pintura-fachada.png") center / cover no-repeat,
    var(--bg);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.64fr);
  gap: clamp(34px, 5vw, 72px);
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  align-items: center;
  padding: clamp(48px, 7vh, 82px) 0 clamp(30px, 5vh, 46px);
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.final-cta .eyebrow,
.service-area .eyebrow {
  color: var(--yellow);
}

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

h1 {
  max-width: 800px;
  margin-bottom: 18px;
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.btn {
  min-width: 214px;
  padding: 0 22px;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(16, 32, 34, 0.16);
}

.btn-primary {
  color: #ffffff;
  background: var(--orange);
}

.btn-primary:hover {
  background: var(--orange-dark);
}

.btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-trust span {
  padding: 9px 12px;
  color: #ffffff;
  border: 1px solid rgba(232, 111, 46, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-media {
  position: relative;
  margin: 0;
  min-height: clamp(430px, 62vh, 640px);
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  background: var(--ink);
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(16, 32, 34, 0.86));
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hero-media figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  padding: 16px;
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(23, 23, 23, 0.76);
  backdrop-filter: blur(12px);
}

.hero-media strong,
.hero-media span {
  display: block;
}

.hero-media strong {
  margin-bottom: 4px;
  color: var(--orange);
  font-weight: 900;
}

.hero-media span {
  color: rgba(255, 255, 255, 0.76);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: 100%;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  background: var(--line);
}

.proof-strip span {
  position: relative;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  color: var(--ink);
  background: var(--surface);
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.proof-strip span::before {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  content: "✓";
  color: #ffffff;
  border-radius: 50%;
  background: var(--orange);
  font-size: 0.82rem;
}

.contact-dock,
.section,
.service-area,
.final-cta,
.site-footer {
  width: min(1120px, calc(100% - 36px));
  margin-right: auto;
  margin-left: auto;
}

.contact-dock {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 1px;
  overflow: hidden;
  margin-top: -36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow-soft);
}

.contact-dock div,
.contact-dock a {
  min-height: 88px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
}

.contact-dock div {
  display: grid;
  gap: 3px;
}

.contact-dock span,
.site-footer span {
  color: var(--muted);
  font-size: 0.84rem;
}

.contact-dock strong {
  font-size: 1.03rem;
}

.contact-dock a {
  min-width: 154px;
  color: #ffffff;
  background: var(--ink);
}

.section {
  padding: clamp(64px, 9vw, 108px) 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.54fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.section-heading.section-heading-centered {
  display: block;
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  text-align: center;
}

.section-heading.section-heading-centered h2 {
  margin-bottom: 16px;
}

.section-heading.section-heading-centered p:not(.eyebrow) {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading.section-heading-left {
  display: block;
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: 0;
  text-align: left;
}

.section-heading.section-heading-left h2 {
  margin-bottom: 16px;
}

.section-heading.section-heading-left p:not(.eyebrow) {
  max-width: 650px;
}

.section-heading h2,
.service-area h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(1.85rem, 3.35vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.services {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: clamp(72px, 9vw, 112px) 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(23, 23, 23, 0.98), rgba(23, 23, 23, 0.9)),
    linear-gradient(120deg, transparent 0 38%, rgba(232, 111, 46, 0.14) 38% 56%, transparent 56%),
    var(--ink);
}

.services-heading,
.service-card-grid {
  width: min(1120px, calc(100% - 36px));
  margin-right: auto;
  margin-left: auto;
}

.services-heading {
  max-width: none;
  margin-bottom: 42px;
  text-align: left;
}

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

.services-heading h2 {
  max-width: 800px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.5vw, 3.55rem);
  line-height: 1.05;
}

.services-heading p:not(.eyebrow) {
  max-width: 680px;
  margin-right: 0;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.72);
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.industrial-card {
  display: grid;
  min-height: 320px;
  align-content: start;
  padding: 30px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: var(--surface);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

.industrial-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 36px;
  place-items: center;
  color: var(--orange);
  border: 2px solid rgba(232, 111, 46, 0.34);
}

.industrial-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industrial-card h3 {
  margin-bottom: 12px;
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.32rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.industrial-card p {
  margin-bottom: 28px;
  color: var(--muted);
}

.industrial-card a {
  align-self: end;
  color: var(--orange);
  font-weight: 900;
}

.services-hover-showcase {
  --preview-x: 76%;
  --preview-y: 50%;
  position: relative;
  isolation: isolate;
}

.services-rail {
  display: grid;
  gap: 12px;
}

.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 112px auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 136px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(16, 32, 34, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(16, 32, 34, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-row::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16, 32, 34, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(16, 32, 34, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.service-row:hover,
.service-row:focus-visible,
.service-row.is-active {
  border-color: rgba(22, 135, 101, 0.36);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-2px);
}

.service-row:hover::before,
.service-row:focus-visible::before,
.service-row.is-active::before {
  opacity: 1;
}

.service-row-thumb {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 108px;
  object-fit: cover;
  border-radius: var(--radius);
}

.service-index {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--green-dark);
  border: 1px solid rgba(22, 135, 101, 0.18);
  border-radius: 50%;
  background: rgba(22, 135, 101, 0.08);
  font-weight: 900;
}

.service-row h3,
.service-row p,
.service-row a {
  position: relative;
  z-index: 1;
}

.service-row h3 {
  margin-bottom: 6px;
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.service-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-row a {
  min-width: 92px;
  padding: 12px 15px;
  color: var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-weight: 900;
  text-align: center;
}

.services-preview {
  position: absolute;
  left: var(--preview-x);
  top: var(--preview-y);
  z-index: 5;
  width: min(310px, 36vw);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow-hard);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 160ms ease, transform 160ms ease;
}

.services-hover-showcase.is-previewing .services-preview {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.services-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.services-preview div {
  padding: 14px;
  color: #ffffff;
}

.services-preview span,
.services-preview strong {
  display: block;
}

.services-preview span {
  margin-bottom: 6px;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.features-info-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.features-info-panel {
  min-height: 100%;
  padding: 24px;
  color: #ffffff;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(16, 32, 34, 0.96), rgba(16, 32, 34, 0.78)),
    url("assets/stock/trabalho-altura-fachada.jpg") center / cover no-repeat;
  box-shadow: var(--shadow-soft);
}

.features-info-panel span,
.features-info-panel strong {
  display: block;
}

.features-info-panel span {
  margin-bottom: 42px;
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.features-info-panel strong {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.06;
}

.features-info-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.signal-grid article {
  min-height: 168px;
  padding: 24px;
  border: 1px solid rgba(16, 32, 34, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 242, 234, 0.72)),
    var(--surface);
  box-shadow: 0 18px 44px rgba(16, 32, 34, 0.07);
}

.signal-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  place-items: center;
  color: var(--clay);
  border-radius: 50%;
  background: rgba(184, 107, 61, 0.1);
  font-weight: 900;
}

.signal-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.02rem;
}

.signal-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.interactive-gallery {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.gallery-feature {
  position: sticky;
  top: 96px;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow-soft);
}

.gallery-feature::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(16, 32, 34, 0.92));
}

.gallery-feature img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.gallery-feature figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.gallery-feature span {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-feature strong {
  max-width: 500px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.gallery-side {
  display: grid;
  align-content: start;
  gap: 14px;
}

.portfolio-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.filter-btn {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.filter-btn.is-active,
.filter-btn:hover {
  color: #ffffff;
  border-color: var(--green);
  background: var(--green);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.gallery-card {
  position: relative;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 18px;
  color: #ffffff;
  border-radius: var(--radius);
  background: var(--ink-2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-card.is-hidden {
  display: none;
}

.gallery-card.is-active {
  outline: 3px solid var(--yellow);
  outline-offset: -3px;
}

.gallery-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(16, 32, 34, 0.02), rgba(16, 32, 34, 0.88)),
    linear-gradient(90deg, rgba(244, 189, 63, 0.18), transparent 34%);
}

.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 9px;
  color: var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-size: 0.74rem;
  font-weight: 900;
}

.gallery-card h3 {
  position: relative;
  z-index: 2;
  max-width: 230px;
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.18;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 43px;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background: var(--line);
}

.process-list li {
  position: relative;
  min-height: 218px;
  padding: 24px;
  border: 1px solid rgba(16, 32, 34, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 242, 234, 0.72)),
    rgba(255, 255, 255, 0.94);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.process-list li.is-active {
  border-color: rgba(22, 135, 101, 0.42);
  box-shadow: 0 18px 48px rgba(16, 32, 34, 0.12);
  transform: translateY(-4px);
}

.process-list span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  place-items: center;
  color: #ffffff;
  border-radius: var(--radius);
  background: var(--green);
  font-weight: 900;
}

.process-list strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.3fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: clamp(64px, 9vw, 108px);
  padding: clamp(28px, 4vw, 42px);
  color: #ffffff;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(16, 32, 34, 0.95), rgba(16, 32, 34, 0.74)),
    linear-gradient(135deg, var(--blue), var(--green-dark));
  box-shadow: var(--shadow-soft);
}

.service-area p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.coverage-orb {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 189, 63, 0.34), transparent 8%),
    radial-gradient(circle at 50% 50%, rgba(22, 135, 101, 0.42), transparent 46%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 18px),
    rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.coverage-orb::before,
.coverage-orb::after {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.coverage-orb::after {
  inset: 58px;
}

.coverage-ring {
  position: absolute;
  width: 118%;
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
  transform: rotate(-22deg);
}

.coverage-marker {
  position: relative;
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  font-weight: 900;
  box-shadow: 0 0 0 10px rgba(244, 189, 63, 0.16);
}

.coverage-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 96px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(16, 32, 34, 0.06);
}

.faq-intro h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.faq-intro p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

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

details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(16, 32, 34, 0.05);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  gap: 18px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 900;
}

summary::after {
  content: "+";
  color: var(--green);
  font-size: 1.35rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: clamp(64px, 9vw, 108px);
  padding: clamp(44px, 7vw, 76px);
  text-align: left;
  color: #ffffff;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(16, 32, 34, 0.96), rgba(16, 32, 34, 0.78)),
    url("assets/stock/acesso-cordas-fachada.jpg") center / cover no-repeat;
  box-shadow: var(--shadow-hard);
}

.final-cta p:not(.eyebrow) {
  max-width: 640px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  width: 100%;
  max-width: none;
  margin-top: clamp(64px, 9vw, 108px);
  padding: clamp(42px, 6vw, 64px) 0 104px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(23, 23, 23, 0.98), rgba(23, 23, 23, 0.92)),
    linear-gradient(120deg, transparent 0 44%, rgba(232, 111, 46, 0.14) 44% 60%, transparent 60%),
    var(--ink);
}

.footer-inner,
.footer-bottom {
  width: min(1120px, calc(100% - 36px));
  margin-right: auto;
  margin-left: auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.12fr) repeat(3, minmax(160px, 0.68fr));
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 16px;
  max-width: 390px;
}

.footer-logo {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--orange);
  border: 2px solid var(--orange);
  border-radius: var(--radius);
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.site-footer .footer-logo {
  color: var(--orange);
}

.footer-brand strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  font-size: 1.28rem;
  line-height: 1.18;
}

.footer-brand p,
.footer-column span,
.footer-bottom span {
  color: rgba(255, 255, 255, 0.68);
}

.footer-brand p {
  margin-bottom: 0;
  line-height: 1.52;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 46px;
  padding: 0 20px;
  color: #ffffff;
  border-radius: 999px;
  background: var(--orange);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.footer-column {
  display: grid;
  gap: 9px;
  align-content: start;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: var(--orange);
  font-family: "Sora", "Manrope", Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  font-size: 0.95rem;
  line-height: 1.42;
}

.footer-column a {
  color: #ffffff;
  font-weight: 800;
}

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

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom span {
  font-size: 0.82rem;
  line-height: 1.4;
}

.footer-bottom span:last-child {
  text-align: right;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  grid-template-columns: 24px max-content;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 162px;
  min-height: 62px;
  padding: 10px 20px 10px 18px;
  color: #ffffff;
  border-radius: 999px;
  background: #128c4f;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  line-height: 1;
}

.whatsapp-float-icon {
  width: 24px;
  height: 24px;
  align-self: center;
  justify-self: center;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-1px);
}

.float-copy {
  display: grid;
  gap: 1px;
  justify-items: start;
  text-align: left;
  line-height: 1;
}

.float-copy small,
.float-copy strong {
  display: block;
  line-height: 1;
}

.float-copy small {
  font-size: 0.76rem;
  opacity: 0.78;
}

.float-copy strong {
  font-size: 1rem;
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    max-width: 680px;
  }

  .contact-dock,
  .section-heading,
  .features-info-shell,
  .interactive-gallery,
  .gallery-grid,
  .process-list,
  .faq-shell,
  .service-area {
    grid-template-columns: 1fr 1fr;
  }

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

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-dock a,
  .service-area .btn {
    grid-column: 1 / -1;
  }

  .features-info-shell,
  .interactive-gallery,
  .faq-shell {
    grid-template-columns: 1fr;
  }

  .signal-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-feature {
    position: relative;
    top: auto;
  }

  .faq-intro {
    position: static;
  }

  .gallery-feature,
  .gallery-feature img {
    min-height: 430px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 620px;
  }

  .process-list::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: auto;
    background-position: 54% center;
  }

  .hero-grid {
    width: min(100% - 32px, 1120px);
    padding: 48px 0 36px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2.18rem, 11vw, 3.55rem);
    line-height: 1;
  }

  .hero-copy {
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero-media {
    min-height: 330px;
  }

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

  .proof-strip span {
    min-height: 64px;
  }

  .contact-dock,
  .section-heading,
  .features-info-shell,
  .interactive-gallery,
  .gallery-grid,
  .process-list,
  .service-area,
  .signal-grid,
  .faq-shell {
    grid-template-columns: 1fr;
  }

  .contact-dock {
    margin-top: 0;
  }

  .contact-dock div,
  .contact-dock a {
    min-height: 74px;
  }

  .section {
    padding-top: 58px;
  }

  .service-row,
  .industrial-card,
  .process-list li,
  .signal-grid article {
    min-height: auto;
  }

  .service-row {
    grid-template-columns: 88px 1fr;
    gap: 14px;
  }

  .service-row-thumb {
    width: 88px;
    height: 88px;
  }

  .service-index {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .service-row a {
    grid-column: 1 / -1;
  }

  .services-preview {
    display: none;
  }

  .signal-grid span {
    margin-bottom: 28px;
  }

  .features-info-panel span {
    margin-bottom: 30px;
  }

  .gallery-feature,
  .gallery-feature img {
    min-height: 360px;
  }

  .portfolio-toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .filter-btn {
    flex: 0 0 auto;
  }

  .gallery-card {
    min-height: 250px;
  }

  .service-area {
    padding: 26px;
  }

  .coverage-orb {
    justify-self: center;
  }

  summary {
    min-height: 62px;
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }

  .final-cta p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer {
    padding-bottom: 118px;
  }

  .footer-inner,
  .footer-bottom {
    width: min(100% - 32px, 1120px);
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
  }

  .footer-bottom span:last-child {
    text-align: left;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    place-items: center;
    min-width: 58px;
    width: 58px;
    min-height: 58px;
    height: 58px;
    padding: 0;
  }

  .float-copy {
    display: none;
  }
}
