/*
Theme Name: AI Master Theme WP
Theme URI: https://example.com/ai-master-theme-wp
Author: Valeform
Author URI: https://example.com
Description: Tema WordPress customizado para homepage Valeform Grafica Editorial baseada em Figma.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-master-theme-wp
*/

/* ===== RESET ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  background: #ffffff;
  color: #1c1c1e;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.eyebrow,
.tag {
  font-family: var(--font-display);
}

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

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

button {
  border: 0;
  cursor: pointer;
}

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

ul {
  list-style: none;
}

/* ===== BASE ===== */
:root {
  --black: #1c1c1e;
  --black-2: #0e0e10;
  --red: #c8102e;
  --red-2: #e31837;
  --red-soft: rgba(200, 16, 46, 0.1);
  --text: #1c1c1e;
  --muted: #5a5a5a;
  --line: #ececec;
  --soft: #f7f7f7;
  --white: #ffffff;
  --container: 1280px;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --font-display: 'Plus Jakarta Sans', var(--font-body);
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

.container > *,
.site-header__inner > *,
.hero__actions > *,
.footer-cta__inner > *,
.site-footer__bottom > *,
.site-footer__meta > * {
  min-width: 0;
}

.btn,
.text-link,
.hero__link,
.faq-toggle {
  max-width: 100%;
}

.btn span,
.text-link,
.hero__link,
.contact-card span,
.faq-toggle span:first-child {
  overflow-wrap: anywhere;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-offset {
  scroll-margin-top: 94px;
}

.eyebrow {
  display: block;
  margin: 0 !important;
  color: var(--red) !important;
  font-size: 12.5px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.section-head {
  max-width: 600px;
  margin-bottom: 64px;
}

.section-head h2,
.about__content h2,
.differentials__head h2,
.contact h2 {
  margin-top: 14px;
  color: var(--black);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.section-head p:not(.eyebrow),
.about__content p:not(.eyebrow),
.quantity__statement p:not(.eyebrow),
.process .section-head p:not(.eyebrow),
.contact .section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
}

.section-head p:not(.eyebrow) {
  margin-top: 16px;
}

.section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-rule {
  width: 40px;
  height: 2px;
  margin: 24px 0 28px;
  background: var(--red);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border-radius: 999px;
  padding: 17px 32px;
  background: var(--red);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  background: #a90d26;
  box-shadow: 0 12px 28px rgba(200, 16, 46, 0.32);
  transform: translateY(-1px);
}

.btn img {
  width: 17px;
  height: 17px;
}

.btn--small {
  min-height: 48px;
  padding: 13px 26px;
}

.btn--wide {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 40px;
  border-bottom: 1px solid rgba(28, 28, 30, 0.25);
  padding-bottom: 4px;
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  transition: gap 200ms ease;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 29px;
  border: 1px solid rgba(200, 16, 46, 0.4);
  padding: 6px 15px;
  background: rgba(200, 16, 46, 0.15);
  color: #ff6b6b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.5;
  text-transform: uppercase;
}

.tag span {
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: var(--red);
}

.text-link:hover,
.hero__link:hover,
.service-card__link:hover {
  gap: 10px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

.no-scroll {
  overflow: hidden;
}

/* ===== HEADER ===== */
.site-header {
  --header-fg: rgba(255, 255, 255, 0.85);
  --header-fg-strong: var(--white);
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 81px;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--header-fg-strong);
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  --header-fg: var(--muted);
  --header-fg-strong: var(--black);
  border-bottom-color: var(--line);
  background: var(--soft);
  box-shadow: 0 12px 32px rgba(28, 28, 30, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand__logo-stack {
  position: relative;
  display: inline-block;
}

.brand__logo {
  width: auto;
  height: 56px;
  object-fit: contain;
}

.site-header .brand__logo {
  height: 72px;
}

.site-footer .brand__logo {
  height: 68px;
}

.brand__logo--dark {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}

.brand__logo--light {
  transition: opacity 220ms ease;
}

.site-header.is-scrolled .brand__logo--light {
  opacity: 0;
}

.site-header.is-scrolled .brand__logo--dark {
  opacity: 1;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--red);
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

.brand__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.main-nav .menu-item {
  display: block;
}

.main-nav a {
  color: var(--header-fg);
  font-size: 16.5px;
  line-height: 1.5;
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--header-fg-strong);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobile-menu-toggle {
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--header-fg-strong);
}

.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
}

.mobile-menu-toggle span {
  width: 22px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor, 0 -7px 0 currentColor;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: var(--black-2);
  color: var(--white);
}

.hero__media,
.hero__media::before,
.hero__media::after {
  position: absolute;
  inset: 0;
}

.hero__media img,
.hero__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.05);
  transform: scale(1.04);
}

.hero__media::before,
.hero__media::after {
  content: "";
}

.hero__media::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.62);
  pointer-events: none;
}

.hero__media::after {
  display: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
}

.hero__content {
  max-width: 800px;
}

.hero h1 {
  margin-top: 20px;
  color: var(--white);
  font-size: 62px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -1.8px;
}

.hero p {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 44px;
}

.hero__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  transition: gap 200ms ease;
}

/* ===== ABOUT ===== */
.about {
  padding: 112px 0;
  background: var(--soft);
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 600px);
  gap: 80px;
  align-items: start;
}

.about__content p + p {
  margin-top: 20px;
}

.about__media {
  position: relative;
  margin-top: 61px;
  min-height: 450px;
  overflow: visible;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.about__media .about__photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: block;
  object-fit: cover;
  border-radius: 28px;
}

.about__badge {
  position: absolute;
  z-index: 2;
  left: -24px;
  bottom: -24px;
  width: 200px;
  min-height: 128px;
  padding: 24px;
  border-radius: 18px;
  background: var(--red);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.about__badge strong {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.about__badge span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.3;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 96px;
}

.metric-card {
  min-height: 178px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(28, 28, 30, 0.04), 0 20px 40px rgba(28, 28, 30, 0.05);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(28, 28, 30, 0.05), 0 28px 48px rgba(28, 28, 30, 0.08);
}

.metric-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 14px;
  background: var(--red-soft);
}

.metric-card__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(84%) saturate(4003%) hue-rotate(340deg) brightness(82%) contrast(99%);
}

.metric-card strong {
  display: block;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.26px;
}

.metric-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.metric-card--benefit strong {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.24px;
}

/* ===== QUANTITY ===== */
.quantity {
  padding: 56px 0;
  background: var(--soft);
}

.quantity__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 608px);
  gap: 64px;
  align-items: center;
}

.quantity__number {
  margin-top: 24px;
  color: var(--red);
  font-size: 116px;
  font-weight: 700;
  line-height: 1;
}

.quantity__divider {
  display: grid;
  grid-template-columns: 48px auto 1fr;
  gap: 16px;
  align-items: center;
  max-width: 608px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 18px;
}

.quantity__divider span {
  height: 2px;
  background: #d8d8d8;
}

.quantity__big {
  margin-top: 12px;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
}

.quantity h2 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
}

.quantity__statement p:not(.eyebrow) {
  max-width: 420px;
  margin-top: 24px;
}

.quantity__panel {
  border: 1px solid var(--line);
  padding: 49px;
  background: var(--white);
}

.quantity__panel h3 {
  font-size: 20px;
  font-weight: 600;
}

.check-list {
  display: grid;
  gap: 20px;
  margin: 32px 0;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--black);
  font-size: 16px;
}

.check-list img {
  width: 18px;
  height: 18px;
}

/* ===== SERVICES ===== */
.services {
  padding: 96px 0 112px;
  background: var(--white);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.service-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  gap: 22px;
  padding: 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(28, 28, 30, 0.04), 0 20px 40px rgba(28, 28, 30, 0.05);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1px 2px rgba(28, 28, 30, 0.04), 0 28px 56px rgba(28, 28, 30, 0.12);
}

.service-card__image {
  width: calc(100% + 80px);
  height: 260px;
  margin: -40px -40px 0;
}

.service-card__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: var(--soft);
}

.service-card__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-card__icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: #fff1f1;
}

.service-card__icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(84%) saturate(4003%) hue-rotate(340deg) brightness(82%) contrast(99%);
}

.service-card h3 {
  color: var(--black);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.19px;
}

.service-card p {
  flex: 1 0 68px;
  max-width: 346px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.service-card__list {
  display: grid;
  gap: 6px;
}

.service-card__list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8a8a8a;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  white-space: normal;
}

.service-card__list li::before {
  display: block;
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 2px;
  background: var(--red);
  content: "";
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  padding-top: 4px;
  color: var(--red);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: gap 200ms ease;
}

.service-card__link img {
  width: 13px;
  height: 13px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(84%) saturate(4003%) hue-rotate(340deg) brightness(82%) contrast(99%);
}

.service-card--empty {
  background: #e9e9e9;
}

/* ===== DIFFERENTIALS ===== */
.differentials {
  padding: 112px 0;
  background: var(--soft);
}

.differentials__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  min-height: 169px;
  margin-bottom: 64px;
}

.differentials__head h2 {
  max-width: 540px;
  color: var(--black);
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.differentials__head .btn {
  align-self: flex-end;
  min-height: 50px;
  margin-bottom: 0;
  padding: 14px 26px;
}

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

.differential-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  gap: 20px;
  padding: 36px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(28, 28, 30, 0.04), 0 20px 40px rgba(28, 28, 30, 0.05);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.differential-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(28, 28, 30, 0.05), 0 28px 48px rgba(28, 28, 30, 0.08);
}

.differential-card__top {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.differential-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  background: var(--red-soft);
}

.differential-card__icon img {
  width: 22px;
  height: 22px;
}

.differential-card__number {
  color: #c7c7c7;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
}

.differential-card h3 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

.differential-card p {
  flex: 1;
  max-width: 248px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
}

.differential-card__rule {
  width: 24px;
  height: 2px;
  background: var(--red);
}

/* ===== PROCESS ===== */
.process {
  padding: 112px 0;
  background: var(--white);
}

.process .section-head {
  margin-bottom: 80px;
}

.process .section-head h2 {
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.process .section-head p:not(.eyebrow) {
  max-width: 480px;
  margin: 16px auto 0;
  color: #6b6b6b;
  font-size: 17px;
  line-height: 1.65;
}

.process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 300px;
}

.process__steps::before {
  position: absolute;
  top: 40px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: #e8e8e8;
  content: "";
}

.process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  text-align: center;
}

.process-step__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #fbe9eb;
}

.process-step--active .process-step__icon {
  background: var(--red);
  box-shadow: 0 12px 24px rgba(200, 16, 46, 0.28);
}

.process-step__icon img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(84%) saturate(4003%) hue-rotate(340deg) brightness(82%) contrast(99%);
}

.process-step--active .process-step__icon img {
  filter: brightness(0) invert(1);
}

.process-step__icon strong {
  position: absolute;
  top: -6px;
  right: -6px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: var(--white);
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 10px rgba(28, 28, 30, 0.12);
}

.process-step--active .process-step__icon strong {
  background: var(--black);
  color: var(--white);
}

.process-step h3 {
  margin: 0 0 14px;
  color: var(--black);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.19px;
}

.process-step p {
  max-width: 257px;
  min-height: 92px;
  margin: 0 0 20px;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.process-step__chip {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: #f7f7f7;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 500;
  line-height: 16.5px;
  letter-spacing: 0.22px;
}

.process-step--active .process-step__chip {
  background: #fff1f1;
  color: var(--red);
}

.process-step__chip i {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #cccccc;
}

.process-step--active .process-step__chip i {
  background: var(--red);
}

.process__footer {
  margin-top: 80px;
  border-top: 1px solid #e8e8e8;
  padding-top: 65px;
  text-align: center;
}

.process__note {
  color: #6b6b6b;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.process__cta {
  margin: 24px auto 0;
}

/* ===== CLIENTS ===== */
.clients {
  --client-logo-width: 220px;
  overflow: hidden;
  padding: 96px 0;
  background: var(--white);
}

.clients__intro {
  display: grid;
  justify-items: center;
  text-align: center;
}

.clients__intro h2 {
  margin-top: 12px;
  color: var(--black);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.clients__intro p:not(.eyebrow) {
  margin-top: 12px;
  color: #8a8a8a;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.clients__marquee {
  width: 100%;
  margin-top: 56px;
  overflow: hidden;
}

.clients__track {
  display: flex;
  width: max-content;
  animation: clients-marquee 34s linear infinite;
  transform: translateX(0);
}

.clients__marquee:hover .clients__track {
  animation-play-state: paused;
}

.client-logo {
  display: flex;
  min-width: var(--client-logo-width);
  height: 160px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e0e0e0;
  padding: 34px 44px;
}

.client-logo img {
  display: block;
  width: auto;
  max-width: 158px;
  max-height: 78px;
  object-fit: contain;
}

@keyframes clients-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(var(--client-logo-width) * -8));
  }
}

/* ===== PORTFOLIO ===== */
.portfolio {
  padding: 112px 0;
  background: var(--soft);
}

.portfolio .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: none;
  min-height: 75px;
  align-items: flex-end;
  column-gap: 32px;
  row-gap: 0;
  margin-bottom: 48px;
}

.portfolio .section-head .eyebrow,
.instagram .section-head .eyebrow,
.faq .section-head .eyebrow {
  grid-column: 1 / -1;
}

.portfolio .section-head h2 {
  margin-top: 12px;
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: -1.2px;
  white-space: nowrap;
}

.portfolio-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.portfolio-tabs button {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 8px 18px;
  color: #6b6b6b;
  cursor: pointer;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 18.75px;
  letter-spacing: 0.25px;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.portfolio-tabs button:hover {
  border-color: var(--red);
  color: var(--red);
}

.portfolio-tabs .is-active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.portfolio-tabs .is-active:hover {
  color: var(--white);
}

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

.portfolio__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(28, 28, 30, 0.04), 0 16px 32px rgba(28, 28, 30, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.portfolio__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(28, 28, 30, 0.05), 0 24px 40px rgba(28, 28, 30, 0.09);
}

.portfolio__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--soft);
}

.portfolio__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.portfolio__item:hover .portfolio__media img {
  transform: scale(1.06);
}

.portfolio__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 6px 14px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.portfolio__item figcaption {
  padding: 16px 18px 18px;
  color: var(--black);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.4;
}

.portfolio__panel {
  display: none;
}

.portfolio__panel.is-active {
  display: block;
}

/* ===== REACH ===== */
.reach {
  padding: 112px 0;
  background: var(--white);
}

.reach .section-head h2 {
  color: var(--black);
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.reach .section-head p:not(.eyebrow) {
  max-width: 460px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.reach__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 64px 0 0;
}

.reach__stats div {
  display: grid;
  justify-items: center;
  padding: 32px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}

.reach__stats strong {
  color: var(--red);
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1.44px;
}

.reach__stats span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 300;
  line-height: 18.75px;
  letter-spacing: 0.25px;
}

.reach__map-wrap {
  position: relative;
  height: 520px;
  margin-top: 64px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #171719;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(28, 28, 30, 0.12);
}

.reach__map-wrap::before,
.reach__map-wrap::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.reach__map-wrap::before {
  background: linear-gradient(180deg, rgba(28, 28, 30, 0.5) 0%, transparent 30%, transparent 70%, rgba(28, 28, 30, 0.7) 100%);
}

.reach__map-wrap::after {
  background: linear-gradient(90deg, rgba(28, 28, 30, 0.4) 0%, transparent 25%, transparent 75%, rgba(28, 28, 30, 0.4) 100%);
}

.reach__map {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #171719;
  filter: saturate(0.72) contrast(1.04);
}

.reach__map .leaflet-tile-pane {
  opacity: 0.42;
}

.reach__map .leaflet-control-container {
  font-family: inherit;
}

.reach__map .leaflet-control-zoom {
  margin: 16px !important;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.reach__map .leaflet-control-zoom a {
  width: 32px;
  height: 32px;
  border: 0;
  background: rgba(20, 20, 22, 0.92);
  color: var(--white);
  font-size: 16px;
  line-height: 32px;
  transition: background-color 150ms ease;
}

.reach__map .leaflet-control-zoom a:hover {
  background: var(--red);
}

.reach__map .leaflet-control-zoom a:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.reach__map .leaflet-control-attribution {
  background: rgba(14, 14, 16, 0.72);
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

.reach__map .leaflet-control-attribution a {
  color: rgba(255, 255, 255, 0.7);
}

.reach__marker {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 7px rgba(200, 16, 46, 0.14), 0 0 18px rgba(200, 16, 46, 0.55);
}

.reach__marker::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(200, 16, 46, 0.25);
  border-radius: 50%;
  content: "";
}

.reach__marker--home {
  width: 22px;
  height: 22px;
  background: var(--red-2);
  box-shadow: 0 0 0 8px rgba(200, 16, 46, 0.2), 0 0 24px rgba(227, 24, 55, 0.7);
}

.reach__map .leaflet-popup-content-wrapper,
.reach__map .leaflet-popup-tip {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 14, 16, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.reach__map .leaflet-popup-content {
  margin: 12px 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: inherit;
  font-size: 12px;
  line-height: 18px;
}

.reach__map .leaflet-popup-content strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: 13px;
  letter-spacing: 0.2px;
}

.reach__map .leaflet-popup-close-button {
  color: rgba(255, 255, 255, 0.56);
}

/* ===== TESTIMONIALS ===== */
.testimonials {
  padding: 112px 0;
  background: var(--soft);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonials__widget {
  margin-top: 40px;
}

.testimonials .section-head {
  max-width: none;
}

.testimonials .section-head h2 {
  white-space: nowrap;
}

.testimonials__placeholder {
  display: grid;
  gap: 8px;
  border: 1px dashed var(--line);
  padding: 32px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.testimonials__placeholder strong {
  color: var(--black);
  font-size: 16px;
}

.testimonials__placeholder code {
  color: var(--red);
}

.testimonial-card {
  border: 1px solid var(--line);
  padding: 32px;
}

.stars {
  color: var(--red);
  font-size: 12px;
  letter-spacing: 3px;
}

.testimonial-card p {
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

.testimonial-card__author {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  margin-top: 28px;
}

.testimonial-card__author span {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  background: var(--soft);
}

.testimonial-card__author strong {
  font-size: 13px;
}

.testimonial-card__author small {
  color: #777;
  font-size: 12px;
}

/* ===== INSTAGRAM ===== */
.instagram {
  padding: 80px 0;
  background: var(--white);
}

.instagram .section-head {
  max-width: 600px;
}

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

.instagram__grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.instagram__item--top {
  object-position: top;
}

.instagram__actions {
  margin-top: 28px;
  text-align: center;
}

/* ===== FAQ ===== */
.faq {
  padding: 112px 0;
  background: var(--soft);
}

.faq .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: none;
  align-items: flex-end;
  column-gap: 32px;
  row-gap: 0;
}

.faq__list {
  display: grid;
  gap: 1px;
}

.faq-item {
  border-top: 1px solid #e2e2e2;
  background: var(--soft);
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 62px;
  background: transparent;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.faq-icon {
  color: var(--red);
  font-size: 18px;
}

.faq-panel {
  max-width: 760px;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  opacity: 0;
  transition: max-height 350ms ease, opacity 280ms ease, padding-bottom 350ms ease;
}

.faq-panel.is-open {
  max-height: 400px;
  padding: 0 0 24px;
  opacity: 1;
}

/* ===== CONTACT ===== */
.contact {
  padding: 112px 0;
  background: var(--white);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(320px, 380px) 1fr;
  gap: 32px;
  max-width: 1280px;
  margin: 64px auto 0;
  align-items: stretch;
}

.contact-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--soft);
  color: var(--black);
  padding: 36px;
  box-shadow: 0 1px 2px rgba(28, 28, 30, 0.04), 0 16px 32px rgba(28, 28, 30, 0.05);
}

.contact-card h3 {
  font-size: 22px;
  font-weight: 700;
}

.contact-list {
  display: grid;
  flex: 1;
  align-content: start;
  gap: 6px;
}

.contact-list__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-radius: 14px;
  padding: 10px;
  margin: 0 -10px;
  transition: background-color 180ms ease;
}

a.contact-list__item:hover {
  background: rgba(200, 16, 46, 0.06);
}

.contact-list__icon {
  display: grid;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--red-soft);
}

.contact-list__icon img {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(84%) saturate(4003%) hue-rotate(340deg) brightness(82%) contrast(99%);
}

.contact-list__text {
  display: grid;
  gap: 3px;
  padding-top: 3px;
}

.contact-list__text strong {
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.contact-list__text span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.contact-form {
  display: grid;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 40px;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(28, 28, 30, 0.04), 0 16px 32px rgba(28, 28, 30, 0.05);
}

.contact-form .btn {
  justify-self: stretch;
}

.contact-form .btn span {
  white-space: nowrap;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input,
.contact-form select {
  height: 52px;
  padding: 0 18px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 16px 18px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(200, 16, 46, 0.45);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.08);
}

.contact-form p {
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.form-consent {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px;
}

.form-consent input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--red);
}

.form-consent span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

.form-consent a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.g-recaptcha {
  justify-self: start;
  transform: scale(1);
  transform-origin: left;
}

.form-notice {
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 13px !important;
  font-weight: 600;
  text-align: left !important;
}

.form-notice--success {
  background: rgba(34, 139, 34, 0.1);
  color: #1e7d1e;
}

.form-notice--error {
  background: var(--red-soft);
  color: var(--red);
}

/* ===== LEGAL / CONTENT PAGES (e.g. Política de Privacidade) ===== */
.legal-page__banner {
  padding: 64px 0;
  background: var(--black-2);
}

.legal-page__banner .eyebrow {
  color: var(--red-2) !important;
}

.legal-page__banner h1 {
  margin-top: 14px;
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}

.legal-page {
  padding: 64px 0 112px;
  background: var(--white);
}

.legal-page__container {
  max-width: 800px;
}

.legal-page__content {
  color: var(--text);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.legal-page__content > * + * {
  margin-top: 20px;
}

.legal-page__content h2 {
  margin-top: 44px;
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.legal-page__content h2:first-child {
  margin-top: 0;
}

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

.legal-page__content ul {
  list-style: disc;
  padding-left: 22px;
  color: var(--muted);
}

.legal-page__content ul > * + * {
  margin-top: 10px;
}

.legal-page__content strong {
  color: var(--black);
  font-weight: 600;
}

.legal-page__content a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 768px) {
  .legal-page__banner {
    padding: 48px 0;
  }

  .legal-page__banner h1 {
    font-size: 30px;
  }

  .legal-page {
    padding: 48px 0 80px;
  }
}

.contact-map-section {
  width: 100%;
  overflow: hidden;
  background: var(--soft);
}

.contact-map-section iframe {
  display: block;
  width: 100%;
  height: 350px;
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--soft);
  color: var(--black);
}

.footer-cta {
  background: var(--red);
  padding: 48px 0;
}

.footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-cta h2 {
  color: var(--white);
  font-size: 34px;
  font-weight: 700;
}

.site-footer .footer-cta p {
  margin-top: 6px;
  max-width: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.footer-cta .btn {
  background: var(--white);
  color: var(--red);
}

.footer-cta .btn img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(84%) saturate(4003%) hue-rotate(340deg) brightness(82%) contrast(99%);
}

.footer-cta .btn:hover {
  background: #ffe6e9;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.site-footer__main {
  padding: 80px 0 64px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 48px;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.site-footer p {
  max-width: 280px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.site-footer h3 {
  font-size: 16px;
  font-weight: 700;
}

.site-footer ul {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.site-footer li,
.site-footer a {
  color: var(--muted);
  font-size: 15px;
}

.site-footer a:hover {
  color: var(--red);
}

.site-footer__social {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}

.site-footer__social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.site-footer__social a:hover {
  border-color: var(--red);
  background: var(--red-soft);
}

.back-to-top {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.site-footer__social img {
  width: 18px;
  height: 18px;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding-top: 40px;
  color: #8a8a8a;
  font-size: 13px;
}

.site-footer__meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.whatsapp-float {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 1001;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.3);
}

.whatsapp-float img {
  width: 26px;
  height: 26px;
}

/* ===== RESPONSIVE 1200PX ===== */
@media (max-width: 1200px) {
  .main-nav {
    gap: 22px;
  }

  .about__grid,
  .quantity__grid {
    gap: 48px;
  }

  .services__grid {
    gap: 32px;
  }
}

/* ===== RESPONSIVE 1024PX ===== */
@media (max-width: 1024px) {
  .main-nav {
    position: fixed;
    inset: 80px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid var(--line);
    background: var(--soft);
    padding: 16px 32px 28px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    display: block;
    padding: 14px 0;
    color: var(--muted);
  }

  .main-nav a:hover {
    color: var(--black);
  }

  .header-actions {
    display: none;
  }

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

  .hero h1 {
    font-size: 52px;
  }

  .about__grid,
  .quantity__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .about__media {
    margin-top: 0;
  }

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

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

  .process__steps::before {
    display: none;
  }

  .process-step {
    margin-bottom: 40px;
  }

  .portfolio .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

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

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

/* ===== RESPONSIVE 768PX ===== */
@media (max-width: 768px) {
  .container {
    padding: 0 22px;
  }

  .section-head h2,
  .about__content h2,
  .differentials__head h2,
  .contact h2,
  .process .section-head h2,
  .portfolio .section-head h2,
  .reach .section-head h2,
  .clients__intro h2 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .testimonials .section-head h2,
  .contact-form .btn span {
    white-space: normal;
  }

  .hero {
    min-height: 760px;
  }

  .hero__inner {
    min-height: 760px;
  }

  .hero h1 {
    font-size: 40px;
    letter-spacing: -0.4px;
  }

  .hero__actions,
  .differentials__head,
  .footer-cta__inner,
  .site-footer__bottom,
  .site-footer__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio .section-head,
  .instagram .section-head,
  .faq .section-head {
    grid-template-columns: 1fr;
  }

  .portfolio .section-head h2,
  .testimonials .section-head h2 {
    white-space: normal;
  }

  .about,
  .quantity,
  .services,
  .differentials,
  .process,
  .portfolio,
  .reach,
  .testimonials,
  .faq,
  .contact {
    padding: 72px 0;
  }

  .metric-strip,
  .services__grid,
  .differentials__grid,
  .process__steps,
  .testimonials__grid,
  .reach__stats,
  .contact__grid,
  .form-row,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .differentials__head {
    min-height: 0;
    margin-bottom: 40px;
  }

  .differential-card {
    min-height: 300px;
  }

  .about__media {
    min-height: 360px;
    border-radius: 22px;
  }

  .about__media .about__photo {
    min-height: 360px;
    border-radius: 22px;
  }

  .about__badge {
    left: 20px;
    bottom: 20px;
  }

  .quantity__number {
    font-size: 88px;
  }

  .quantity__big {
    font-size: 68px;
  }

  .quantity__panel {
    padding: 28px;
  }

  .service-card--empty {
    display: none;
  }

  .service-card {
    min-height: auto;
    padding: 28px;
  }

  .service-card__image,
  .service-card__image img {
    height: 240px;
  }

  .service-card__image {
    width: calc(100% + 56px);
    margin: -28px -28px 0;
  }

  .service-card__list li {
    white-space: normal;
  }

  .clients__track {
    animation-duration: 42s;
  }

  .clients {
    --client-logo-width: 190px;
  }

  .client-logo {
    padding-inline: 32px;
  }

  .client-logo img {
    max-width: 136px;
    max-height: 70px;
  }

  .portfolio-tabs {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .portfolio-tabs button {
    flex: 0 0 auto;
  }

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

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

  .reach__map-wrap {
    height: 300px;
  }

  .contact-form,
  .contact-card {
    padding: 24px;
  }

  .g-recaptcha {
    transform: scale(0.85);
  }

  .whatsapp-float {
    right: 18px;
    bottom: 18px;
  }
	
  .faq .btn--small {
	margin-top: 15px;
  }
}
