:root {
  --ink: #17130f;
  --black: #11100e;
  --gold: #b98332;
  --gold-light: #d6ae6a;
  --ivory: #fcf9f5;
  --nude: #f3e8dc;
  --cream: #f7f0e7;
  --brown: #5a4a40;
  --muted: #78695e;
  --white: #ffffff;
  --green: #25d366;
  --border: rgba(185, 131, 50, 0.22);
  --shadow: 0 14px 36px rgba(45, 31, 20, 0.08);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

section,
footer {
  overflow: hidden;
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--black);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(252, 249, 245, 0.94);
  border-bottom: 1px solid rgba(185, 131, 50, 0.1);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 205px;
  height: auto;
  object-fit: contain;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 30px);
  font-size: 13px;
  font-weight: 600;
}

.main-navigation > a:not(.button) {
  position: relative;
  padding-block: 28px;
}

.main-navigation > a:not(.button)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-navigation > a:not(.button):hover::after,
.main-navigation > a:not(.button):focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: 180ms ease;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(185, 131, 50, 0.36);
  outline-offset: 3px;
}

.button-primary {
  color: var(--white);
  background: var(--gold);
  box-shadow: 0 8px 20px rgba(185, 131, 50, 0.2);
}

.button-primary:hover {
  background: #a87328;
  box-shadow: 0 12px 28px rgba(185, 131, 50, 0.28);
}

.button-outline {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.44);
  border-color: var(--gold);
}

.button-gold {
  color: var(--black);
  background: var(--gold-light);
}

.nav-cta {
  min-height: 44px;
  padding-inline: 18px;
}

.hero {
  background: linear-gradient(105deg, #fcf8f2 0%, #f4e8dc 56%, #ead8c8 100%);
}

.hero-grid {
  min-height: 600px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: stretch;
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 70px 46px 56px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.eyebrow.centered {
  justify-content: center;
}

.hero h1 {
  max-width: 570px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.hero-lead {
  max-width: 520px;
  margin: 24px 0 28px;
  color: var(--brown);
  font-size: 17px;
  line-height: 1.65;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 560px;
  margin: 38px 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid var(--border);
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--brown);
  font-size: 12px;
  line-height: 1.35;
}

.feature-icon {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 24px;
}

.hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
  pointer-events: none;
  border: 1px solid rgba(214, 174, 106, 0.58);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center 42%;
}

.section {
  padding-block: 88px;
}

.about {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 44% 1fr;
  align-items: center;
  gap: clamp(44px, 7vw, 92px);
}

.about-visual {
  position: relative;
  margin: 0;
}

.about-visual::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -18px;
  bottom: -18px;
  width: 65%;
  height: 74%;
  border: 1px solid var(--gold-light);
}

.about-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 3px;
  object-fit: cover;
}

.about-visual figcaption {
  position: absolute;
  z-index: 2;
  right: -22px;
  bottom: 36px;
  max-width: 220px;
  padding: 15px 20px;
  color: var(--white);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.35;
}

.about-content h2,
.section-heading h2,
.testimonials-intro h2,
.local-card h2,
.faq > h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.about-content h2 {
  font-size: clamp(40px, 4vw, 58px);
}

.about-content > p:not(.eyebrow) {
  max-width: 590px;
  margin: 25px 0;
  color: var(--brown);
}

.about-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  color: var(--brown);
  background: var(--cream);
  border-left: 3px solid var(--gold);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
}

.text-link,
.card-content a {
  color: #8b5b19;
  font-size: 13px;
  font-weight: 700;
}

.text-link span,
.card-content a span {
  margin-left: 7px;
  transition: margin 180ms ease;
}

.text-link:hover span,
.card-content a:hover span {
  margin-left: 12px;
}

.services {
  background: var(--cream);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 36px;
}

.section-heading h2 {
  font-size: clamp(37px, 4vw, 52px);
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 16px auto 0;
  color: var(--muted);
}

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

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(45, 31, 20, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

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

.card-content {
  position: relative;
  flex: 1;
  padding: 23px 20px 25px;
}

.card-number {
  position: absolute;
  top: -17px;
  right: 16px;
  min-width: 34px;
  margin: 0;
  padding: 5px 8px;
  color: var(--white);
  background: var(--gold);
  border-radius: 999px;
  font-size: 10px;
  text-align: center;
}

.card-content h3 {
  min-height: 50px;
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.15;
}

.card-content > p:not(.card-number) {
  min-height: 75px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.results {
  background: var(--white);
}

.results-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.result-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(45, 31, 20, 0.05);
}

.result-image {
  position: relative;
}

.result-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.88);
}

.result-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.label {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  padding: 5px 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.label-before {
  left: 10px;
}

.label-after {
  right: 10px;
}

.result-caption {
  padding: 20px;
}

.result-caption h3 {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.result-caption p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.carousel-controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.carousel-button {
  width: 42px;
  height: 42px;
  color: var(--gold);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots {
  display: flex;
  gap: 6px;
}

.carousel-dots span {
  width: 6px;
  height: 6px;
  background: #d8c5ad;
  border-radius: 50%;
}

.carousel-dots span.active {
  width: 20px;
  background: var(--gold);
  border-radius: 999px;
}

.disclaimer {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.differentials {
  padding-block: 80px;
  background: var(--nude);
}

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.differential {
  min-height: 190px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.25);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.differential-icon {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 28px;
}

.differential h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.differential p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.testimonials {
  background: var(--white);
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: start;
  gap: 55px;
}

.testimonials-intro {
  position: sticky;
  top: 110px;
}

.testimonials-intro h2 {
  font-size: clamp(38px, 4vw, 52px);
}

.testimonials-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.rating-summary {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}

.rating-summary span,
.stars {
  color: var(--gold);
  letter-spacing: 0.1em;
}

.rating-summary small {
  color: var(--muted);
}

.testimonial-list {
  display: grid;
  gap: 16px;
}

.testimonial-card {
  position: relative;
  padding: 27px 34px;
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.quote {
  position: absolute;
  top: 4px;
  right: 24px;
  color: rgba(185, 131, 50, 0.18);
  font-family: var(--serif);
  font-size: 70px;
  line-height: 1;
}

.stars {
  margin: 0 0 8px;
  font-size: 12px;
}

.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
}

.testimonial-card footer span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--gold);
  border-radius: 50%;
  font-size: 10px;
}

.local-faq {
  padding-block: 80px;
  background: var(--cream);
}

.local-faq-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: clamp(40px, 7vw, 88px);
}

.local-card {
  position: relative;
  align-self: start;
  padding: 38px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.location-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: var(--cream);
  border-radius: 50%;
}

.local-card h2,
.faq > h2 {
  font-size: clamp(34px, 3.5vw, 46px);
}

.local-card > p:not(.eyebrow) {
  color: var(--muted);
}

.contact-details {
  margin: 26px 0;
}

.contact-details > div {
  padding: 13px 0;
  border-top: 1px solid var(--border);
}

.contact-details dt {
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 3px 0 0;
  font-size: 14px;
}

.contact-details a {
  font-weight: 700;
}

.accordion {
  margin-top: 24px;
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-family: var(--serif);
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 22px;
}

.faq-answer {
  padding: 0 32px 20px 0;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.final-cta {
  position: relative;
  padding: 76px 32px;
  color: var(--white);
  background: var(--black);
}

.final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
}

.eyebrow.light {
  color: var(--gold-light);
}

.final-cta h2 {
  margin: 0;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.04;
}

.final-cta p:not(.eyebrow) {
  max-width: 650px;
  margin: 20px auto 26px;
  color: #ded5cc;
}

.final-cta small {
  display: block;
  margin-top: 14px;
  color: #a99e94;
}

.cta-line {
  position: absolute;
  width: 480px;
  height: 180px;
  pointer-events: none;
  border: 1px solid rgba(185, 131, 50, 0.2);
  border-radius: 50%;
}

.cta-line-one {
  left: -210px;
  bottom: -100px;
  transform: rotate(18deg);
}

.cta-line-two {
  top: -110px;
  right: -240px;
  transform: rotate(-16deg);
}

.contact {
  padding-block: 80px;
  background: var(--ivory);
}

.contact-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: clamp(45px, 8vw, 100px);
}

.contact-copy h2 {
  font-size: clamp(40px, 4vw, 54px);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 420px;
  color: var(--muted);
}

.contact-links {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.contact-links li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
}

.contact-links li > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: var(--cream);
  border-radius: 50%;
}

.contact-links small,
.contact-links a {
  display: block;
}

.contact-links small {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}

.contact-links a {
  font-weight: 700;
}

.contact-form {
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label:not(.consent) {
  display: block;
  margin-bottom: 16px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 6px;
  color: var(--brown);
  font-size: 11px;
  font-weight: 700;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid rgba(90, 74, 64, 0.18);
  border-radius: 6px;
  outline: 0;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(185, 131, 50, 0.1);
}

.contact-form .field-error {
  border-color: #a43c32 !important;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 20px;
  cursor: pointer;
}

.consent input {
  margin-top: 4px;
  accent-color: var(--gold);
}

.consent span {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.submit-button {
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: #397142;
  font-size: 12px;
  text-align: center;
}

.form-status.error {
  color: #9e342b;
}

.site-footer {
  color: #d9d1c9;
  background: var(--black);
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-block: 48px 38px;
}

.footer-brand img {
  width: 210px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer-brand p {
  max-width: 390px;
  margin: 18px 0 0;
  color: #9f958b;
  font-size: 13px;
}

.footer-main h2 {
  margin: 0 0 15px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
}

.footer-main nav a,
.footer-social a {
  display: block;
  width: max-content;
  margin: 7px 0;
  color: #bdb3aa;
  font-size: 12px;
}

.footer-main nav a:hover,
.footer-social a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
  border-top: 1px solid rgba(214, 174, 106, 0.2);
}

.footer-bottom p {
  margin: 0;
  color: #897f76;
  font-size: 11px;
}

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
}

.floating-whatsapp svg {
  width: 31px;
  fill: currentColor;
}

@media (max-width: 1040px) {
  .main-navigation {
    gap: 15px;
  }

  .main-navigation > a:not(.button) {
    font-size: 12px;
  }

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

  .hero-grid {
    grid-template-columns: 50% 50%;
  }

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

  .card-content h3,
  .card-content > p:not(.card-number) {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }

  body {
    font-size: 15px;
  }

  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .section {
    padding-block: 56px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 170px;
    max-height: 50px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 1002;
  }

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

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

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

  .main-navigation {
    position: fixed;
    inset: 68px 0 auto;
    max-height: calc(100vh - 68px);
    display: none;
    overflow-y: auto;
    padding: 24px 20px 30px;
    background: var(--ivory);
    border-top: 1px solid var(--border);
    box-shadow: 0 18px 32px rgba(23, 19, 15, 0.14);
  }

  .main-navigation.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .main-navigation > a:not(.button) {
    padding: 13px 3px;
    border-bottom: 1px solid rgba(185, 131, 50, 0.12);
  }

  .main-navigation > a:not(.button)::after {
    display: none;
  }

  .nav-cta {
    margin-top: 18px;
  }

  .hero-grid {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-content {
    order: 1;
    padding: 44px 0 34px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 50px);
    line-height: 1;
  }

  .hero-lead {
    margin: 19px 0 24px;
    font-size: 16px;
  }

  .button-group {
    flex-direction: column;
  }

  .button-group .button {
    width: 100%;
  }

  .hero-benefits {
    gap: 6px;
    margin-top: 28px;
    padding-top: 18px;
  }

  .hero-benefits li {
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }

  .feature-icon {
    font-size: 21px;
  }

  .hero-visual {
    order: 2;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .hero-visual::before {
    inset: 14px;
  }

  .hero-visual img {
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-position: center 42%;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .about-visual {
    width: calc(100% - 14px);
  }

  .about-visual::after {
    right: -14px;
    bottom: -14px;
  }

  .about-visual figcaption {
    right: -14px;
    bottom: 24px;
    max-width: 190px;
  }

  .about-content h2 {
    font-size: 39px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: 35px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card {
    display: grid;
    grid-template-columns: 42% 58%;
  }

  .service-card img {
    height: 100%;
    min-height: 190px;
    aspect-ratio: auto;
  }

  .card-content {
    padding: 20px 17px;
  }

  .card-content h3 {
    font-size: 19px;
  }

  .card-content > p:not(.card-number) {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .card-number {
    top: 10px;
    right: 10px;
  }

  .results-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .results-viewport::-webkit-scrollbar {
    display: none;
  }

  .results-track {
    display: flex;
    gap: 14px;
  }

  .result-card {
    flex: 0 0 88%;
    scroll-snap-align: center;
  }

  .carousel-controls {
    display: flex;
  }

  .differentials {
    padding-block: 54px;
  }

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

  .differential {
    min-height: 185px;
    padding: 20px 16px;
  }

  .differential h3 {
    font-size: 17px;
  }

  .differential p {
    font-size: 12px;
  }

  .testimonials-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .testimonials-intro {
    position: static;
  }

  .testimonials-intro h2 {
    font-size: 37px;
  }

  .testimonial-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .testimonial-card {
    flex: 0 0 88%;
    scroll-snap-align: center;
    padding: 24px;
  }

  .local-faq {
    padding-block: 54px;
  }

  .local-faq-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .local-card {
    padding: 28px 22px;
  }

  .local-card h2,
  .faq > h2 {
    font-size: 35px;
  }

  .location-icon {
    top: 22px;
    right: 22px;
  }

  .final-cta {
    padding: 56px 20px;
  }

  .final-cta h2 {
    font-size: 39px;
  }

  .final-cta .button {
    width: 100%;
  }

  .contact {
    padding-block: 54px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .contact-copy h2 {
    font-size: 39px;
  }

  .contact-form {
    padding: 22px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px 24px;
    padding-block: 40px 30px;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }

  .floating-whatsapp {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 440px) {
  .hero-benefits li {
    font-size: 10px;
  }

  .service-card {
    grid-template-columns: 39% 61%;
  }

  .service-card img {
    min-height: 205px;
  }

  .card-content a {
    font-size: 11px;
  }

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

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Site Fácil IA: proteção de integridade visual */
html,body{max-width:100%;overflow-x:clip}main>section{position:relative;isolation:isolate;clear:both}img{max-width:100%;height:auto}img[src*="assets/"]{object-fit:contain}


/* Site Fácil IA V5.7.1 — imagens padronizadas */
.sf-uniform-media{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f4f4f4}.sf-uniform-media>img,.sf-uniform-image{display:block!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;aspect-ratio:4/3!important;object-fit:cover!important;object-position:center!important}.sf-uniform-card{height:100%}@media(max-width:767px){.sf-uniform-media,.sf-uniform-image{aspect-ratio:16/10!important}}