:root {
  --green-dark: #0b5e3b;
  --green-mid: #1e8e5a;
  --green-light: #2db870;
  --green-pale: #e8f5ee;
  --white: #ffffff;
  --gray-light: #f4f6f5;
  --gray-mid: #8a9e96;
  --text-dark: #0d1f18;
  --text-body: #2c3e34;
  --shadow-card: 0 8px 32px rgba(11, 94, 59, 0.1);
  --shadow-hover: 0 16px 48px rgba(11, 94, 59, 0.18);
  --radius: 16px;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--white);
  overflow-x: hidden;
}

/* ── NAVBAR ── */
.navbar-solis {
  background: rgba(11, 94, 59, 0.97);
  backdrop-filter: blur(12px);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 16px rgba(11, 94, 59, 0.18);
}
.navbar-brand-solis {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--white) !important;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.navbar-brand-solis span {
  color: var(--green-light);
}
.nav-link-solis {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  padding: 6px 14px !important;
  text-decoration: none;
}
.nav-link-solis:hover {
  color: var(--green-light) !important;
}
.btn-nav-whats {
  background: var(--green-light);
  color: var(--white) !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 8px 22px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.btn-nav-whats:hover {
  background: #25a15e;
  transform: translateY(-1px);
}
.navbarLogo {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--green-dark);
  font-weight: 700;
  margin-right: 12px;
}
/* ── HERO ── */
.hero {
  background: linear-gradient(
    135deg,
    var(--green-dark) 0%,
    #0e7045 55%,
    #155f37 100%
  );
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  color: var(--white);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero-title em {
  color: var(--green-light);
  font-style: normal;
}
.hero-subtitle {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 36px;
}
.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.hero-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 500;
}
.hero-check i {
  color: var(--green-light);
  font-size: 1rem;
}
.btn-hero-primary {
  background: var(--white);
  color: var(--green-dark);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50px;
  padding: 14px 32px;
  text-decoration: none;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--white);
}
.btn-hero-primary:hover {
  background: transparent;
  color: var(--white);
  cursor: pointer;
}
.btn-hero-whats {
  background: #25d366;
  color: var(--white);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50px;
  padding: 14px 32px;
  text-decoration: none;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #25d366;
}
.btn-hero-whats:hover {
  background: #1ebe59;
  border-color: #1ebe59;
  color: var(--white);
  transform: translateY(-2px);
}
.hero-img-wrap {
  position: relative;
}
.hero-img-wrap img {
  width: 100%;
  max-width: 480px;
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  display: block;
  margin: 0 auto;
  object-fit: cover;
  height: 480px;
}
.hero-badge {
  position: absolute;
  bottom: 32px;
  left: -20px;
  background: var(--white);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-badge-icon {
  width: 44px;
  height: 44px;
  background: var(--green-pale);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--green-dark);
}
.hero-badge-text {
  font-size: 0.78rem;
  line-height: 1.4;
}
.hero-badge-text strong {
  color: var(--green-dark);
  font-size: 1rem;
  display: block;
}

/* ── SECTION TITLE ── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-mid);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-eyebrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--green-mid);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--text-dark);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-lead {
  color: var(--gray-mid);
  font-size: 1.02rem;
  max-width: 540px;
  line-height: 1.7;
}

/* ── SERVICES ── */
.services {
  background: var(--gray-light);
  padding: 96px 0;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  height: 100%;
  box-shadow: var(--shadow-card);
  transition:
    transform 0.28s,
    box-shadow 0.28s;
  border: 1px solid rgba(11, 94, 59, 0.07);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-dark), var(--green-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-icon {
  width: 52px;
  height: 52px;
  background: var(--green-pale);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--green-dark);
  margin-bottom: 20px;
}
.service-card h5 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 0.88rem;
  color: #5a7265;
  line-height: 1.65;
  margin-bottom: 16px;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.service-tag {
  font-size: 0.72rem;
  font-weight: 600;
  background: var(--green-pale);
  color: var(--green-dark);
  padding: 3px 10px;
  border-radius: 50px;
}
.service-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--white);
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(11, 94, 59, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.service-whatsapp-link:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  color: var(--white);
  background: var(--green-dark);
  transition: all 0.6s;
}
.service-whatsapp-link i {
  display: inline-flex;
  transition:
    transform 0.2s ease,
    font-size 0.2s ease;
}
.service-whatsapp-link:hover i {
  transform: translateX(4px);
  font-size: 1.3rem;
}
/* ── DIFERENTIALS ── */
.differentials {
  padding: 96px 0;
  background: var(--white);
}
.diff-card {
  text-align: center;
  padding: 32px 20px;
  border-radius: var(--radius);
  transition: background 0.2s;
}
.diff-card:hover {
  background: var(--green-pale);
}
.diff-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  color: var(--white);
}
.diff-card h6 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.diff-card p {
  font-size: 0.85rem;
  color: var(--gray-mid);
  line-height: 1.6;
  margin: 0;
}

/* ── COMO FUNCIONA ── */
.how {
  background: var(--green-dark);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.how::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(
    circle,
    rgba(46, 184, 112, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.how .section-title {
  color: var(--white);
}
.how .section-lead {
  color: rgba(255, 255, 255, 0.65);
}
.how .section-eyebrow {
  color: var(--green-light);
}
.how .section-eyebrow::before {
  background: var(--green-light);
}
.timeline {
  position: relative;
  padding-left: 20px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--green-light), transparent);
}
.timeline-item {
  display: flex;
  gap: 28px;
  margin-bottom: 44px;
  position: relative;
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 0.5s,
    transform 0.5s;
}
.timeline-item.visible {
  opacity: 1;
  transform: translateX(0);
}
.timeline-step {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--green-mid), var(--green-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(46, 184, 112, 0.4);
}
.timeline-content h5 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 6px;
}
.timeline-content p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin: 0;
}

/* ── DEPOIMENTOS ── */
.testimonials {
  background: var(--gray-light);
  padding: 96px 0;
}
.testi-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow-card);
  height: 100%;
}
.testi-stars {
  color: #f5a623;
  font-size: 1rem;
  margin-bottom: 16px;
}
.testi-card p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-body);
  font-style: italic;
  margin-bottom: 24px;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testi-avatar {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
}
.testi-author-info strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text-dark);
}
.testi-author-info span {
  font-size: 0.78rem;
  color: var(--gray-mid);
}

/* ── FAQ ── */
.faq-section {
  padding: 96px 0;
  background: var(--white);
}
.accordion-item {
  border: 1px solid rgba(11, 94, 59, 0.12) !important;
  border-radius: 12px !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.accordion-button {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-dark) !important;
  background: var(--white) !important;
  padding: 20px 24px;
}
.accordion-button:not(.collapsed) {
  color: var(--green-dark) !important;
  background: var(--green-pale) !important;
}
.accordion-button::after {
  filter: hue-rotate(130deg) saturate(2);
}
.accordion-body {
  font-size: 0.9rem;
  color: #5a7265;
  line-height: 1.75;
  padding: 20px 24px;
}

/* ── CTA FINAL ── */
.cta-final {
  background: linear-gradient(135deg, var(--green-dark), #0e7045);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(46, 184, 112, 0.1), transparent 70%);
}
.cta-final h2 {
  font-family: var(--font-display);
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 16px;
}
.cta-final p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* ── STATS BAR ── */
.stats-bar {
  background: var(--green-dark);
  padding: 40px 0;
}
.stat-item {
  text-align: center;
}
.stat-number {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--green-light);
  font-weight: 800;
  display: block;
}
.stat-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ── FOOTER ── */
footer {
  background: #071a10;
  padding: 60px 0 30px;
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 12px;
}
.footer-brand span {
  color: var(--green-light);
}
footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  line-height: 1.7;
}
footer h6 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer-link:hover {
  color: var(--green-light);
}
.footer-divider {
  border-color: rgba(255, 255, 255, 0.08);
  margin: 30px 0;
}
.footer-bottom {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.8rem;
}

/* ── WHATSAPP FLOAT ── */
.whats-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  text-decoration: none;
}
.whats-float-btn {
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--white);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  animation: pulseGreen 2.5s infinite;
}
.whats-float-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
}
@keyframes pulseGreen {
  0%,
  100% {
    box-shadow:
      0 6px 24px rgba(37, 211, 102, 0.45),
      0 0 0 0 rgba(37, 211, 102, 0.3);
  }
  50% {
    box-shadow:
      0 6px 24px rgba(37, 211, 102, 0.45),
      0 0 0 12px rgba(37, 211, 102, 0);
  }
}
.whats-tooltip {
  position: absolute;
  right: 70px;
  bottom: 12px;
  background: var(--white);
  color: var(--text-dark);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.25s;
  pointer-events: none;
}
.whats-float:hover .whats-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ── POPUP ── */

.popupLogo {
  width: 6rem;
  height: 6rem;
  background: var(--white);
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--green-dark);
  font-weight: 700;
}
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 26, 16, 0.7);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-box {
  background: var(--white);
  border-radius: 24px;
  max-width: 480px;
  width: 100%;
  padding: 48px 40px;
  position: relative;
  transform: translateY(24px) scale(0.97);
  transition: transform 0.35s;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}
.popup-overlay.active .popup-box {
  transform: translateY(0) scale(1);
}
.popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--gray-mid);
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
.popup-close:hover {
  color: var(--text-dark);
}
.popup-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 24px;
}
.popup-box h4 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--text-dark);
  font-weight: 800;
  margin-bottom: 10px;
}
.popup-box > p {
  color: var(--gray-mid);
  font-size: 0.9rem;
  margin-bottom: 28px;
  line-height: 1.65;
}
.form-control-solis {
  border: 1.5px solid rgba(11, 94, 59, 0.18);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.9rem;
  transition: border-color 0.2s;
  width: 100%;
  margin-bottom: 12px;
  font-family: var(--font-body);
  background: var(--white);
}
.form-control-solis:focus {
  border-color: var(--green-mid);
  outline: none;
  box-shadow: 0 0 0 3px rgba(30, 142, 90, 0.12);
}
.btn-popup {
  background: linear-gradient(90deg, var(--green-dark), var(--green-mid));
  color: var(--white);
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 0.95rem;
  width: 100%;
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.2s;
  font-family: var(--font-body);
  margin-top: 6px;
}
.btn-popup:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* ── SCROLL ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── MISC ── */
.btn-outline-green {
  border: 2px solid var(--green-mid);
  color: var(--green-dark);
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline-green:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: var(--white);
}
.btn-solid-green {
  background: linear-gradient(90deg, var(--green-dark), var(--green-mid));
  color: var(--white);
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid transparent;
}
.btn-solid-green:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: var(--white);
}
.btn-whats-green {
  background: #25d366;
  color: var(--white);
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-whats-green:hover {
  background: #1ebe59;
  color: var(--white);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero {
    padding: 60px 0;
    min-height: auto;
  }
  .hero-img-wrap {
    margin-top: 40px;
  }
  .hero-img-wrap img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .hero-badge {
    left: 0;
    bottom: 20px;
  }
  .hero .row {
    align-items: flex-start;
  }

  .service-card,
  .diff-card,
  .testi-card,
  .faq-section .accordion-item {
    padding: 24px 20px;
  }
  .service-card h5,
  .diff-card h6,
  .testi-card p,
  .faq-section .accordion-button,
  .faq-section .accordion-body {
    font-size: 0.95rem;
  }

  .service-whatsapp-link {
    width: 100%;
    justify-content: center;
    white-space: normal;
    padding: 14px 18px;
  }

  .popup-box {
    width: calc(100% - 32px);
    max-width: 100%;
    padding: 36px 24px;
  }

  .timeline::before {
    left: 20px;
  }

  .cta-final,
  .testimonials,
  .differentials,
  .faq-section,
  footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .whats-float {
    right: 16px;
    bottom: 16px;
  }
}
