﻿:root {
  --white: #ffffff;
  --text: #13271a;
  --muted: #56685d;
  --line: #e4ebe5;
  --green: #0a9c5c;
  --green-dark: #077343;
  --lime: #7ac647;
  --yellow: #efd63b;
  --yellow-soft: #fff8d8;
  --yellow-strong: #e1c323;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background: var(--white);
}

h1, h2, h3, h4 {
  margin: 0 0 .75rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

h2 {
  position: relative;
  display: inline-block;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow) 0%, rgba(239, 214, 59, 0) 100%);
}

p {
  margin: 0 0 1rem;
  line-height: 1.55;
}

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

.container {
  width: min(1160px, 92%);
  margin: 0 auto;
}

.topbar {
  border-bottom: 1px solid var(--line);
}

.topbar-row {
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .92rem;
  color: var(--muted);
}

.topbar-row a {
  color: var(--green-dark);
  font-weight: 700;
}

.topbar-row a:hover {
  color: #695700;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-row {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  height: 56px;
}

.menu {
  display: flex;
  gap: 1.2rem;
  font-weight: 700;
  font-size: 1.32rem;
  color: #3f5448;
}

.menu a {
  padding-bottom: .35rem;
  border-bottom: 2px solid transparent;
}

.menu a:hover {
  color: #3d4b12;
  border-color: var(--yellow-strong);
}

.btn {
  display: inline-block;
  padding: .84rem 1.28rem;
  border-radius: 10px;
  background: var(--green);
  border: 1px solid var(--green);
  color: #fff;
  font-weight: 800;
}

.btn:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.btn-sm {
  padding: .62rem 1rem;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  padding: 0;
}

.mobile-menu-toggle span {
  width: 28px;
  height: 5px;
  border-radius: 999px;
  background: var(--yellow-strong);
}

.btn-buy {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #1f2a22;
}

.btn-buy:hover {
  background: #dcc523;
  border-color: #dcc523;
}

.btn-outline {
  background: rgba(239,214,59,.16);
  color: #fff;
  border-color: rgba(239,214,59,.62);
}

.btn-outline:hover {
  background: var(--yellow);
  color: #24311b;
  border-color: var(--yellow);
}

.hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1900&q=80') center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,39,26,.82), rgba(10,39,26,.45));
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 760px;
}

.badge {
  display: inline-block;
  padding: .34rem .72rem;
  border-radius: 999px;
  border: 1px solid rgba(239,214,59,.55);
  background: rgba(239,214,59,.12);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .4px;
}

.hero h1 {
  margin-top: .9rem;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
}

.hero-text {
  max-width: 62ch;
  color: rgba(255,255,255,.93);
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}

.section {
  padding: 4rem 0;
}

.section-alt {
  background: linear-gradient(180deg, #f9fbf9 0%, #fffdf2 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1rem;
}

.panel {
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  border-radius: 12px;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf1 100%);
}

.panel ul {
  margin: 0;
  padding-left: 1.1rem;
}

.cards-4 {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1rem;
}

.card {
  border: 1px solid #d9e3dc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 36, 24, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(13, 36, 24, .12);
  border-color: #c6d7cb;
}

.card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.card h3 {
  padding: 1rem 1rem .2rem;
  color: var(--green-dark);
  font-size: 1.08rem;
}

.card p {
  padding: 0 1rem 1.1rem;
  color: #3c5246;
  font-size: 1.04rem;
  line-height: 1.48;
}

.banner-carousel {
  margin-top: 1.1rem;
  position: relative;
}

.carousel-viewport {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #d6e2d8;
  box-shadow: 0 14px 28px rgba(14, 40, 27, .12);
  background: #ece8d9;
  aspect-ratio: 1920 / 700;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform .45s ease;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  margin: 0;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(10, 28, 19, .68);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.carousel-arrow:hover {
  background: rgba(7, 115, 67, .9);
}

.carousel-arrow-prev {
  left: 14px;
}

.carousel-arrow-next {
  right: 14px;
}

.carousel-dots {
  margin-top: .8rem;
  display: flex;
  justify-content: center;
  gap: .5rem;
}

.carousel-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid #89a297;
  background: #dbe6de;
  cursor: pointer;
  padding: 0;
}

.carousel-dot.active {
  background: var(--yellow-strong);
  border-color: var(--yellow-strong);
}

.sub {
  color: var(--muted);
}

.trust-block {
  background: linear-gradient(180deg, #f7fbf8 0%, #f1f7f2 100%);
  border: 1px solid #dce8de;
  border-radius: 12px;
  padding: .9rem;
  display: grid;
  grid-template-columns: .95fr 1.35fr;
  gap: .9rem;
  align-items: center;
}

.trust-head {
  max-width: none;
  margin: 0;
  text-align: left;
}

.trust-head h2 {
  margin-top: .65rem;
  margin-bottom: .6rem;
  color: #173726;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.trust-head p {
  color: #42584b;
  margin-bottom: 0;
  line-height: 1.5;
}

.trust-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: .7rem;
  min-height: 300px;
}

.trust-photo {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d6e2d8;
  box-shadow: 0 10px 26px rgba(18, 44, 30, .12);
}

.trust-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.trust-photo-main {
  min-height: 300px;
}

.trust-photo-side {
  min-height: 300px;
}

.field-proof {
  display: grid;
  gap: 1rem;
}

.field-proof-head {
  max-width: 860px;
}

.field-proof-head h2 {
  margin-top: .65rem;
  color: #173726;
}

.field-proof-head p {
  color: #42584b;
}

.field-proof-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: .8rem;
}

.field-proof-grid figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d6e2d8;
  box-shadow: 0 10px 22px rgba(18, 44, 30, .1);
}

.field-proof-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.field-proof-main {
  min-height: 360px;
}

.field-proof-side {
  min-height: 360px;
}

.brand-marquee {
  margin-top: 1.4rem;
  overflow: hidden;
  position: relative;
}

.brand-marquee::before,
.brand-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  animation: brands-belt 26s linear infinite;
}

.brand-marquee-group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-right: 1.2rem;
}

.brand-item {
  height: 170px;
  width: 220px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: .25rem;
  border-radius: 10px;
  transition: background .2s ease;
}

.brand-item:hover {
  background: var(--yellow-soft);
}

.brand-item img {
  width: 100%;
  max-width: 210px;
  height: 100%;
  max-height: 140px;
  object-fit: contain;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
  filter: contrast(1.03) saturate(1.02);
}

@keyframes brands-belt {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .8rem;
}

.numbers article {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .95rem;
  background: linear-gradient(180deg, #ffffff 0%, #fffceb 100%);
}

.numbers strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: var(--green-dark);
  margin-bottom: .25rem;
}

.numbers span {
  color: #4b5f54;
}

.journey-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.journey-step {
  border: 1px solid #d6e2d8;
  border-radius: 10px;
  padding: .95rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf7 100%);
}

.journey-step strong {
  display: block;
  margin-bottom: .4rem;
  color: #173726;
  font-family: "Montserrat", sans-serif;
}

.journey-step p {
  margin: 0;
  color: #42584c;
}

.commercial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.commercial-card,
.commercial-form-card {
  border: 1px solid #d6e2d8;
  border-radius: 12px;
  padding: 1.1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9fdf9 100%);
}

.commercial-card h2 {
  margin-top: .65rem;
  color: #173726;
}

.commercial-list {
  margin: 1rem 0 1.2rem;
  padding-left: 1.2rem;
  color: #344a3f;
  line-height: 1.55;
}

.commercial-form-card h3 {
  color: var(--green-dark);
  margin-bottom: .45rem;
}

.commercial-form-card p {
  color: #44584d;
  margin-bottom: .9rem;
}

.lead-form {
  display: grid;
  gap: .65rem;
}

.lead-form label {
  font-weight: 700;
  color: #244233;
  font-size: .95rem;
}

.lead-form input,
.lead-form select {
  height: 46px;
  border: 1px solid #c8d9cd;
  border-radius: 8px;
  padding: .55rem .7rem;
  font: inherit;
  color: #21362c;
  background: #fff;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 2px solid rgba(122, 198, 71, .28);
  border-color: #7ac647;
}

.lead-form .btn {
  margin-top: .4rem;
  width: fit-content;
}

.lead-consent {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-top: .25rem;
  font-size: .9rem;
  color: #355045;
}

.lead-consent input {
  margin-top: .15rem;
}

.lead-consent a {
  text-decoration: underline;
  color: var(--green-dark);
  font-weight: 700;
}

.lead-feedback {
  min-height: 1.1rem;
  margin: 0;
  color: #1c6f42;
  font-size: .88rem;
  font-weight: 600;
}

.mobile-whatsapp-cta {
  display: none;
}

.catalog-section {
  background: linear-gradient(180deg, #f4f5f4 0%, #fffbe7 100%);
}

.catalog-title {
  text-align: center;
  font-size: clamp(2rem, 4.3vw, 3.1rem);
  margin-bottom: 1.5rem;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(260px, 300px) 1fr;
  gap: 2.2rem;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
}

.catalog-cover {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d0dad2;
  box-shadow: 0 14px 30px rgba(13, 36, 24, .16);
  transition: transform .22s ease, box-shadow .22s ease;
}

.catalog-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 52%, rgba(6, 24, 15, .5) 100%);
  opacity: .72;
  transition: opacity .22s ease;
  pointer-events: none;
}

.catalog-cover img {
  width: 100%;
  height: 460px;
  display: block;
  object-fit: cover;
}

.catalog-cover:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(13, 36, 24, .24);
}

.catalog-cover:hover::after {
  opacity: .95;
}

.catalog-tag {
  position: absolute;
  left: 14px;
  top: 14px;
  background: rgba(7, 115, 67, .92);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .3px;
  padding: .36rem .62rem;
  border-radius: 999px;
  z-index: 2;
}

.catalog-hover-cta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  background: rgba(255, 255, 255, .9);
  color: #123222;
  border: 1px solid rgba(205, 220, 208, .9);
  border-radius: 9px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: .95rem;
  padding: .6rem .7rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.catalog-cover:hover .catalog-hover-cta {
  opacity: 1;
  transform: translateY(0);
}

.catalog-copy {
  max-width: 420px;
  color: #2f4136;
}

.catalog-copy p {
  margin-bottom: 1.2rem;
  font-size: clamp(1.12rem, 2vw, 1.28rem);
  line-height: 1.6;
}

.catalog-btn {
  min-width: 130px;
  text-align: center;
  background: #6a8f63;
  border-color: #6a8f63;
}

.catalog-btn:hover {
  background: #5a7c54;
  border-color: #5a7c54;
}

.social-section {
  padding-top: 3.2rem;
}

.social-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1rem;
  align-items: center;
  background: linear-gradient(130deg, #0f5b3b 0%, #0a9c5c 58%, #76bc4a 100%);
  border-radius: 14px;
  padding: 2.1rem;
  border: 1px solid #0f7b50;
  box-shadow: 0 18px 34px rgba(10, 58, 38, .22);
  color: #fff;
}

.social-card h2::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, 0) 100%);
}

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

.social-text {
  max-width: 62ch;
  color: rgba(255, 255, 255, .95);
}

.social-btn {
  margin-top: .35rem;
  background: var(--yellow);
  border-color: var(--yellow);
  color: #21331f;
}

.social-btn:hover {
  background: #dcc523;
  border-color: #dcc523;
}

.social-preview {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .38);
  background: rgba(8, 36, 24, .35);
  box-shadow: 0 18px 32px rgba(9, 37, 25, .28);
  aspect-ratio: 16 / 10;
}

.social-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: scale(1.42);
  transform-origin: center;
}

.assurance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
}

.assurance-card {
  border: 1px solid #d8e5da;
  border-radius: 12px;
  padding: 1rem;
  background: #fff;
}

.assurance-card h3 {
  margin-bottom: .65rem;
  color: var(--green-dark);
}

.assurance-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #3f5449;
}

.assurance-card details {
  border: 1px solid #d9e6db;
  border-radius: 8px;
  background: #fbfdfb;
  padding: .62rem .72rem;
}

.assurance-card details + details {
  margin-top: .5rem;
}

.assurance-card summary {
  cursor: pointer;
  font-weight: 700;
  color: #1d3c2d;
}

.assurance-card details p {
  margin: .45rem 0 0;
  color: #4f6358;
}

.cta {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: center;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1466692476868-aef1dfb1e735?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7,115,67,.8);
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.cta-content p {
  color: rgba(255,255,255,.92);
}

.footer {
  background: linear-gradient(180deg, #eef4ef 0%, #e7efe8 100%);
  border-top: 1px solid #d6e2d8;
  padding: 2.4rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1.4rem;
}

.footer-logo {
  height: 60px;
  margin-bottom: .7rem;
}

.footer p {
  margin-bottom: .4rem;
  color: #485c50;
}

.footer-col h4 {
  margin-bottom: .75rem;
  color: var(--green);
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.footer-links {
  display: grid;
  gap: .42rem;
}

.footer-links a {
  color: #3f5448;
  font-weight: 500;
}

.footer-links a:hover {
  color: #695700;
}

.social-links {
  margin-top: .55rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.social-links a {
  color: #fff;
  background: var(--green-dark);
  font-weight: 700;
  font-size: .83rem;
  padding: .36rem .62rem;
  border-radius: 999px;
}

.social-links a:hover {
  background: var(--yellow-strong);
  color: #2a331f;
}

.footer-bottom {
  margin-top: 1.3rem;
  border-top: 1px solid #d6e2d8;
  padding: .9rem 0 1.05rem;
}

.footer-bottom p {
  margin: 0;
  font-size: .9rem;
  color: #607369;
}

@media (max-width: 1020px) {
  .header-cta {
    display: none;
  }

  .header {
    position: sticky;
  }

  .header-row {
    min-height: 112px;
    position: relative;
  }

  .logo {
    height: 76px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

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

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

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

  .mobile-menu-toggle span {
    transition: transform .18s ease, opacity .18s ease;
  }

  .menu {
    position: absolute;
    top: calc(100% - 6px);
    right: 4%;
    z-index: 50;
    width: min(260px, 88%);
    padding: .45rem;
    border: 1px solid rgba(225, 195, 35, .55);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(13, 36, 24, .18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .menu.open {
    display: grid;
    gap: .12rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu a {
    display: block;
    padding: .82rem .9rem;
    border-radius: 6px;
    color: #183425;
    font-weight: 800;
    border-bottom: 0;
  }

  .menu a:hover {
    background: var(--yellow);
    color: #1f2a22;
    border-color: transparent;
  }
  .hero {
    min-height: 520px;
  }

  .hero-bg {
    background-image: url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=900&q=60');
  }

  .split,
  .journey-grid,
  .numbers,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .brand-marquee::before,
  .brand-marquee::after {
    width: 34px;
  }

  .brand-marquee-group {
    gap: .7rem;
    padding-right: .7rem;
  }

  .brand-item {
    width: 160px;
    height: 120px;
  }

  .footer {
    padding-top: 2rem;
  }

  .trust-block {
    padding: .8rem;
    grid-template-columns: 1fr;
    gap: .75rem;
  }

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

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

  .trust-head {
    text-align: center;
  }

  .trust-gallery {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .trust-photo-main,
  .trust-photo-side {
    min-height: 0;
  }

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

  .field-proof-main,
  .field-proof-side {
    min-height: 0;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.2rem;
  }

  .catalog-cover {
    width: min(320px, 92%);
  }

  .catalog-copy {
    text-align: center;
    max-width: 620px;
  }

  .carousel-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .social-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.5rem 1.15rem;
  }

  .social-text {
    margin-left: auto;
    margin-right: auto;
  }

  .social-preview {
    width: min(520px, 100%);
    margin: .4rem auto 0;
  }

  .social-preview img {
    object-fit: contain;
    object-position: center;
    transform: scale(1.28);
  }

  .mobile-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    z-index: 60;
    width: min(92%, 360px);
    min-height: 48px;
    border-radius: 999px;
    background: #0a9c5c;
    color: #fff;
    font-weight: 800;
    border: 1px solid #087f4b;
    box-shadow: 0 12px 28px rgba(11, 52, 34, .28);
  }

  .mobile-whatsapp-cta:hover {
    background: #077343;
    border-color: #06663c;
  }

  .footer {
    padding-bottom: 4.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-marquee-track {
    animation: none;
  }
}












