/* ==========================================
   CLARKE MLE — Best effort, no Elementor
   Copied from the modern home layout
   ========================================== */

:is(.uzeda-home) {
  --home-primary: var(--uzeda-color-primary, #1a1a2e);
  --home-green: var(--uzeda-color-secondary, #00BF6A);
  --home-green-2: var(--uzeda-color-secondary-2, #d5ece0);
  --home-green-dark: #0b7c4d;
  --uzeda-color-accent-readable: #078a50;
  --home-ink: var(--uzeda-color-heading-black, #0f172a);
  --home-ink-light: var(--uzeda-color-heading-light, #f8fafc);
  --home-muted: var(--uzeda-color-text, #475569);
  --home-bg: var(--uzeda-color-bg, #ffffff);
  --home-line: var(--uzeda-color-border, #e2e8f0);
  --home-surface: var(--uzeda-color-surface, #f8fafc);
  --home-dark: #0f1b14;
  --home-dark-2: #0f5f3d;
  --home-dark-3: #0c3d26;
  --home-on-dark: #f8fafc;
  --home-link-soft: #d1fae5;
  --home-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  --home-type-h1: clamp(32px, 2.6vw + 16px, 44px);
  --home-type-h1-mobile: 32px;
  --home-type-h2: clamp(28px, 2.15vw, 32px);
  --home-type-h2-mobile: 26px;
  --home-type-body: 15px;
  --home-type-body-lg: 16px;
  --home-type-card-title: 17px;
  --home-type-small: 13px;
  font-family: var(--cb-font, 'Nunito Sans', system-ui, sans-serif);
  color: var(--home-ink);
  background: var(--home-bg);
  line-height: 1.3;
}

:is(.uzeda-home) * {
  box-sizing: border-box;
}

:is(.uzeda-home) a {
  color: inherit;
  text-decoration: none;
}

.home-container {
  max-width: var(--uzeda-container, 1280px);
  margin: 0 auto;
  padding: 0 24px;
}

.home-section {
  padding: 55px 0;
}

.home-section--light {
  background: var(--home-surface);
}

.home-section--dark {
  background: var(--home-dark);
  color: var(--home-on-dark);
}

.home-section--accent {
  background: linear-gradient(135deg, var(--home-dark-2) 0%, var(--home-green) 100%);
  color: var(--home-on-dark);
}

.home-section--hero-gradient {
  background: linear-gradient(274deg, var(--uzeda-topbar-start, #2E2E2E) 0%, var(--uzeda-topbar-end, #005931) 100%);
  color: var(--home-on-dark);
  position: relative;
  overflow: hidden;
}

.home-section--hero-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 191, 111, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.home-section--hero-gradient .home-container {
  position: relative;
  z-index: 1;
}

.home-testimonials-shortcode {
  width: 100%;
}

.home-section__header--testimonials {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-section--compare {
  background: #f9fafb;
  color: var(--home-ink);
  position: relative;
  overflow: hidden;
}

.home-section--compare .home-container {
  position: relative;
  z-index: 1;
}

.home-section--compare .home-section__header {
  max-width: 720px;
  margin-bottom: 30px;
}

.home-section--compare .home-section__header p {
  color: var(--home-muted);
  font-size: var(--home-type-body-lg);
  font-weight: 400;
  line-height: 1.58;
}

.home-section--compare .home-compare__title {
  color: var(--home-ink);
}

.home-section__header {
  max-width: 720px;
  margin-bottom: 32px;
}

.home-section__header.home-section__header--testimonials {
  max-width: 900px;
}

.home-section__header h2,
.home-hero__card h2,
.home-features1__intro h2 {
  font-size: var(--home-type-h2);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.home-heading__highlight {
  color: var(--home-green);
}

.home-section__header h2 {
  margin: 0 0 12px;
}

.home-section__header p {
  color: var(--home-muted);
  font-size: var(--home-type-body);
  line-height: 1.58;
  margin: 0;
}

.home-section--dark .home-section__header p,
.home-section--accent .home-section__header p {
  color: rgba(248, 250, 252, 0.75);
}

.home-section--hero-gradient .home-section__header h2 {
  color: var(--home-on-dark);
}

.home-section__actions {
  margin-top: 24px;
}

:is(.home-hero, .MegaHero, .PageHero) {
  padding: 62px 0 68px;
  background: linear-gradient(274deg, var(--uzeda-topbar-start, #2E2E2E) 0%, var(--uzeda-topbar-end, #005931) 100%);
  color: var(--home-on-dark);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 191, 111, 0.15);
  min-height: 460px;
  isolation: isolate;
  contain: layout style;
}

.home-hero {
  background-image:
    linear-gradient(90deg, rgba(15, 23, 42, 0.82) 0%, rgba(0, 89, 49, 0.7) 48%, rgba(0, 89, 49, 0.28) 100%),
    var(--clarke-home-hero-image, image-set(url('/wp-content/uploads/2026/05/home-hero.avif') type('image/avif'), url('/wp-content/uploads/2026/05/home-hero.webp') type('image/webp')));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

:is(.home-hero, .MegaHero, .PageHero)::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0, 191, 111, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

:is(.home-hero, .MegaHero, .PageHero) .home-container {
  position: relative;
  z-index: 1;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 48px;
  align-items: center;
}

.home-hero__content {
  width: 100%;
  max-width: 640px;
}

.home-hero__grid--single {
  grid-template-columns: 1fr;
}

.home-hero__grid--single .home-hero__content {
  max-width: 720px;
}

:is(.uzeda-home) .cb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
  font-size: 13px;
}

:is(.uzeda-home) .cb-breadcrumb__item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

:is(.uzeda-home) .cb-breadcrumb__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 400;
  transition: color 0.2s ease;
}

:is(.uzeda-home) .cb-breadcrumb__link:hover {
  color: var(--home-green);
}

:is(.uzeda-home) .cb-breadcrumb__link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

:is(.uzeda-home) .cb-breadcrumb__sep {
  color: rgba(255, 255, 255, 0.35);
  padding: 0 8px;
  user-select: none;
}

:is(.uzeda-home) .cb-breadcrumb__current {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.home-heading--light {
  color: var(--home-ink-light);
}

.home-heading--black {
  color: var(--home-ink);
}

.home-hero__content h1 {
  font-size: var(--home-type-h1);
  font-weight: 700;
  color: #fff;
  margin: 0 0 34px;
  line-height: 1.12;
}

.home-hero__title-line,
.home-hero__title--reference .home-hero__highlight {
  display: block;
}

.home-hero__highlight {
  color: var(--home-green);
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  color: rgba(248, 250, 252, 0.7);
}

.home-eyebrow::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-green);
  flex-shrink: 0;
}

.home-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}

.home-hero__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 16px;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--home-on-dark);
  color: var(--home-dark);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

:is(.home-hero, .MegaHero, .PageHero) .home-btn {
  background: var(--home-green);
  color: #fff;
  border-color: transparent;
  padding: 12px 28px;
  font-size: 15px;
  gap: 8px;
  transition: transform 0.2s cubic-bezier(0.4,0,0.2,1), box-shadow 0.2s cubic-bezier(0.4,0,0.2,1), background 0.2s ease;
}

:is(.home-hero, .MegaHero, .PageHero) .home-btn:hover {
  background: var(--home-green-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(14, 166, 102, 0.35);
}

:is(.home-hero, .MegaHero, .PageHero) .home-btn:focus-visible {
  outline: 2px solid var(--home-green);
  outline-offset: 2px;
}

:is(.home-hero, .MegaHero, .PageHero) .home-btn .home-btn__arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.2s cubic-bezier(0.4,0,0.2,1);
}

:is(.home-hero, .MegaHero, .PageHero) .home-btn:hover .home-btn__arrow {
  transform: translateX(3px);
}

.home-btn--solid {
  background: var(--home-dark);
  color: var(--home-on-dark);
}

.home-btn--ghost {
  background: transparent;
  color: var(--home-dark);
  border-color: var(--home-line);
}

.home-section--dark .home-btn,
.home-section--accent .home-btn {
  background: var(--home-on-dark);
  color: var(--home-dark);
}

.home-btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--home-shadow);
}

.home-link {
  color: var(--home-link-soft);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  font-size: 15px;
  transition: color 0.2s ease;
}

.home-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--home-green);
  border-radius: 1px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-link:hover::after {
  width: 100%;
}

.home-link:hover {
  color: #fff;
}

.home-link:focus-visible {
  outline: 2px solid var(--home-green);
  outline-offset: 2px;
}

.home-link .home-link__arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-link:hover .home-link__arrow {
  transform: translateX(3px);
}

.home-hero__card {
  background: var(--home-bg);
  color: #0f172a;
  padding: 28px;
  border-radius: 20px;
  box-shadow: var(--home-shadow);
}

.home-hero__card--hubspot {
  min-height: 220px;
}

.home-hero__card--analise-gratuita {
  background: transparent;
  min-height: 420px;
  padding: 0;
  box-shadow: none;
  contain: layout style;
  display: block;
}

.home-hero__card--analise-gratuita .clag-widget {
  width: 100%;
  min-height: 420px;
  overflow: hidden;
}

.home-hero__media {
  background: var(--home-bg);
  border-radius: 20px;
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.home-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

.home-hero__card h2 {
  margin: 0 0 8px;
}

.home-hero__card p {
  margin: 0 0 18px;
  color: var(--home-muted);
}

.home-hero__form {
  display: grid;
  gap: 14px;
}

.home-hero__form label span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
}

.home-hero__form input,
.home-hero__form select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--home-line);
  font-size: 14px;
}

.home-section--logos {
  padding: 48px 0 36px;
}

.home-section--logos .home-section__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.home-section--logos .home-container {
  position: static;
  isolation: isolate;
}

.home-logos-carousel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  contain: content;
  contain-intrinsic-block-size: 112px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-height: 112px;
}

.home-logos-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: max-content;
  animation: home-logos-marquee 36s linear infinite;
  will-change: transform;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-logos-carousel:hover .home-logos-track {
  animation-play-state: paused;
}

@keyframes home-logos-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.home-logo {
  flex: 0 0 clamp(150px, 14vw, 210px);
  background: var(--home-bg);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 78px;
  scroll-snap-align: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-logo:hover,
.home-logo:focus-within {
  transform: none;
  border-color: rgba(15, 23, 42, 0.14);
  box-shadow: var(--home-shadow);
}

.home-logo img {
  display: block;
  max-height: 48px;
  width: 160px;
  height: 40px;
  max-width: 100%;
  aspect-ratio: 4 / 1;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.75;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.home-logo:hover img,
.home-logo:focus-within img {
  filter: none;
  opacity: 1;
}

.home-logo span {
  font-size: 13px;
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--home-muted);
}

.home-logo .home-logo__savings {
  font-size: 11.5px;
  line-height: 1.3;
  color: var(--home-muted);
  text-align: center;
  text-transform: none;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.home-logo__savings strong,
.home-logo .home-logo__savings-value {
  font-weight: 600;
  color: var(--home-green);
}

.home-section--features1 {
  background: #fff;
}

/* ── Features 1 ─────────────────────────────────────────── */
.home-features1-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(0, 191, 106, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(115deg, rgba(237, 252, 244, 0.72) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(255, 255, 255, 0.98) 100%),
    linear-gradient(180deg, #fff 0%, #fbfefc 100%);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.06);
  animation: homeFeaturesShellIn 0.58s ease both;
}

.home-features1-shell::before,
.home-features1-shell::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.home-features1-shell::before {
  left: -180px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 191, 106, 0.13);
  border-radius: 50%;
  box-shadow:
    18px -18px 0 -17px rgba(0, 191, 106, 0.16),
    36px -36px 0 -35px rgba(0, 191, 106, 0.13),
    54px -54px 0 -53px rgba(0, 191, 106, 0.11);
  animation: homeFeaturesCurveDrift 14s ease-in-out infinite alternate;
}

.home-features1-shell::after {
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 191, 106, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 191, 106, 0.03) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.45;
  animation: homeFeaturesGridDrift 20s linear infinite alternate;
}

.home-features1 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) 1.1fr;
  gap: clamp(28px, 3.8vw, 46px);
  align-items: center;
}

.home-features1__intro > * {
  animation: homeFeaturesSoftRise 0.46s ease both;
}

.home-features1__intro > *:nth-child(1) {
  animation-delay: 0.03s;
}

.home-features1__intro > *:nth-child(2) {
  animation-delay: 0.07s;
}

.home-features1__intro > *:nth-child(3) {
  animation-delay: 0.11s;
}

.home-features1__intro > *:nth-child(4) {
  animation-delay: 0.15s;
}

.home-features1__intro > *:nth-child(5) {
  animation-delay: 0.19s;
}

.home-features1__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 25px;
  margin-bottom: 18px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgba(0, 191, 106, 0.11);
  color: #168344;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-features1__eyebrow svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}

.home-features1__intro h2 {
  margin: 0;
  max-width: 540px;
  font-size: clamp(30px, 2.35vw, 35px);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: 0;
}

.home-features1__title-line {
  display: block;
}

.home-features1__divider,
.home-features1__item-divider {
  display: block;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-green);
}

.home-features1__divider {
  margin: 18px 0 14px;
}

.home-features1__intro p {
  margin: 0;
  max-width: 480px;
  font-size: 15px;
  line-height: 1.58;
  color: var(--home-muted);
}

/* CTA + animated arrow */
.home-features1__intro .home-btn {
  margin-top: 24px;
  min-height: 44px;
  padding: 0 22px;
  background: var(--home-green);
  color: #fff;
  border: 1px solid rgba(14, 166, 102, 0.45);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14.5px;
  font-weight: 650;
  box-shadow: 0 10px 20px rgba(0, 191, 106, 0.18);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-features1__intro .home-btn:hover {
  background: var(--home-green-dark);
  box-shadow: 0 12px 24px rgba(0, 89, 49, 0.22);
  transform: translateY(-1px);
}

.home-features1__intro .home-btn:focus-visible {
  outline: 2px solid var(--home-green);
  outline-offset: 3px;
}

.home-features1__intro .home-btn .home-btn__arrow {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-features1__intro .home-btn:hover .home-btn__arrow {
  transform: translateX(4px);
}

/* Grid list */
.home-features1__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  contain: layout style;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-features1__item {
  display: grid;
  gap: 11px;
  align-content: start;
  position: relative;
  min-height: 224px;
  padding: clamp(18px, 2.1vw, 24px);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
  isolation: isolate;
  backface-visibility: hidden;
  animation: homeFeaturesCardIn 0.5s ease both;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-features1__item:nth-child(1) {
  animation-delay: 0.08s;
}

.home-features1__item:nth-child(2) {
  animation-delay: 0.16s;
}

.home-features1__item:nth-child(3) {
  animation-delay: 0.24s;
}

.home-features1__item:nth-child(4) {
  animation-delay: 0.32s;
}

.home-features1__item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.78) 42%, transparent 70%);
  opacity: 0;
  transform: translateX(-120%);
  pointer-events: none;
  z-index: 1;
}

.home-features1__item:hover,
.home-features1__item:focus-within {
  transform: translateY(-2px);
  border-color: rgba(0, 191, 106, 0.24);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.075);
  background: #fff;
  will-change: transform, box-shadow;
}

.home-features1__item:hover::after,
.home-features1__item:focus-within::after {
  animation: homeFeaturesCardSheen 1.4s ease;
}

/* Icon */
.home-features1__icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(213, 236, 224, 0.88);
  border: 0;
  color: var(--home-green);
  position: relative;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-features1__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: transform 0.25s ease;
}

.home-features1__icon::after {
  content: none;
}

.home-features1__item:hover .home-features1__icon,
.home-features1__item:focus-within .home-features1__icon {
  background: rgba(0, 191, 106, 0.13);
  box-shadow: 0 8px 18px rgba(0, 191, 106, 0.12);
  transform: translateY(-2px) scale(1.04);
  animation: homeFeaturesIconPulse 3.4s ease-in-out infinite;
}

.home-features1__item:hover .home-features1__icon::before,
.home-features1__item:focus-within .home-features1__icon::before {
  transform: translate(-50%, -50%) scale(1.08);
}

.home-features1__item:hover .home-features1__item-divider,
.home-features1__item:focus-within .home-features1__item-divider {
  width: 54px;
}

/* Icon variant 1 — checklist */
.home-features1__icon--1::before {
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='6'%20y='4'%20width='12'%20height='16'%20rx='2'/%3E%3Cpath%20d='M9%204.5h6'/%3E%3Cpath%20d='M9%209h6'/%3E%3Cpath%20d='M9%2013h6'/%3E%3Cpath%20d='M9%2017h4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='6'%20y='4'%20width='12'%20height='16'%20rx='2'/%3E%3Cpath%20d='M9%204.5h6'/%3E%3Cpath%20d='M9%209h6'/%3E%3Cpath%20d='M9%2013h6'/%3E%3Cpath%20d='M9%2017h4'/%3E%3C/svg%3E");
}

/* Icon variant 2 — account manager */
.home-features1__icon--2::before {
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='7'%20r='4'/%3E%3Cpath%20d='M5%2021v-2a7%207%200%200%201%2014%200v2'/%3E%3Cpath%20d='M15.5%2014.5l1.8%201.8%203.7-4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='7'%20r='4'/%3E%3Cpath%20d='M5%2021v-2a7%207%200%200%201%2014%200v2'/%3E%3Cpath%20d='M15.5%2014.5l1.8%201.8%203.7-4'/%3E%3C/svg%3E");
}

/* Icon variant 3 — people */
.home-features1__icon--3::before {
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M16%2021v-2a4%204%200%200%200-4-4H6a4%204%200%200%200-4%204v2'/%3E%3Ccircle%20cx='9'%20cy='7'%20r='4'/%3E%3Cpath%20d='M22%2021v-2a4%204%200%200%200-3-3.87'/%3E%3Cpath%20d='M16%203.13a4%204%200%200%201%200%207.75'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M16%2021v-2a4%204%200%200%200-4-4H6a4%204%200%200%200-4%204v2'/%3E%3Ccircle%20cx='9'%20cy='7'%20r='4'/%3E%3Cpath%20d='M22%2021v-2a4%204%200%200%200-3-3.87'/%3E%3Cpath%20d='M16%203.13a4%204%200%200%201%200%207.75'/%3E%3C/svg%3E");
}

/* Icon variant 4 — dashboard */
.home-features1__icon--4::before {
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M3%203h18v12H3z'/%3E%3Cpath%20d='M8%2021h8'/%3E%3Cpath%20d='M12%2015v6'/%3E%3Cpath%20d='M7%2011l3-3%203%202%204-5'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20stroke='black'%20stroke-width='1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M3%203h18v12H3z'/%3E%3Cpath%20d='M8%2021h8'/%3E%3Cpath%20d='M12%2015v6'/%3E%3Cpath%20d='M7%2011l3-3%203%202%204-5'/%3E%3C/svg%3E");
}

.home-features1__item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--home-ink);
}

.home-features1__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.56;
  color: var(--home-muted);
}

@keyframes homeFeaturesShellIn {
  from {
    opacity: 0.98;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeFeaturesSoftRise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeFeaturesCardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeFeaturesCardSheen {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  34% {
    opacity: 0.34;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes homeFeaturesIconPulse {
  0%,
  100% {
    box-shadow: 0 8px 18px rgba(0, 191, 106, 0.12), 0 0 0 0 rgba(0, 191, 106, 0);
  }

  50% {
    box-shadow: 0 8px 18px rgba(0, 191, 106, 0.12), 0 0 0 8px rgba(0, 191, 106, 0.06);
  }
}

@keyframes homeFeaturesCurveDrift {
  from {
    transform: translate3d(-4px, 6px, 0) scale(0.99);
  }

  to {
    transform: translate3d(8px, -4px, 0) scale(1.02);
  }
}

@keyframes homeFeaturesGridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 46px 30px, 30px 46px;
  }
}

.home-grid {
  display: grid;
  gap: 20px;
}

.home-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-card {
  background: var(--home-bg);
  border: 1px solid var(--home-line);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.home-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.home-card p {
  margin: 0;
  color: var(--home-muted);
}

.home-card--dark {
  background: rgba(15, 23, 42, 0.7);
  border-color: rgba(248, 250, 252, 0.12);
}

.home-card--dark p {
  color: rgba(248, 250, 252, 0.7);
}

.home-section--reasons-white {
  background: var(--home-bg);
  color: var(--home-ink);
  padding-top: 50px;
  padding-bottom: 52px;
}

.home-section__header--reasons {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-reasons-title-mark {
  position: relative;
  display: block;
  width: 82px;
  height: 2px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 191, 106, 0.72), transparent);
}

.home-reasons-title-mark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 6px rgba(0, 191, 106, 0.12);
  transform: translate(-50%, -50%);
}

.home-reasons-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.home-reasons-main {
  position: relative;
  display: flex;
  min-height: 468px;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(24px, 2.5vw, 32px);
  border: 1px solid rgba(0, 191, 106, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 28% 16%, rgba(0, 191, 106, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(239, 250, 244, 0.82), rgba(255, 255, 255, 0.95));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.home-reasons-main__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: clamp(20px, 2.4vw, 28px);
  border-radius: 50%;
  color: var(--home-green);
  background: rgba(255, 255, 255, 0.78);
  border: 5px solid rgba(0, 191, 106, 0.1);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.home-reasons-main__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
}

.home-reasons-main h3 {
  max-width: 14.5ch;
  margin: 0;
  color: #1f2937;
  font-size: clamp(24px, 2vw, 29px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.home-reasons-main h3 span {
  color: #0a6e45;
}

.home-reasons-main__divider {
  display: block;
  width: 36px;
  height: 2px;
  margin: 22px 0;
  border-radius: 999px;
  background: rgba(0, 191, 106, 0.45);
}

.home-reasons-main p {
  max-width: 31ch;
  margin: 0;
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.55;
}

.home-reasons-main__image {
  width: calc(100% + 38px);
  max-width: none;
  height: auto;
  object-fit: contain;
  margin: clamp(26px, 3.4vw, 38px) -22px -22px -16px;
  opacity: 0.78;
}

.home-reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-reason-card {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 136px;
  padding: 20px 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 17px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
  list-style: none;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.home-reason-card::before {
  content: '';
  width: 1px;
  height: 100%;
  min-height: 72px;
  justify-self: end;
  grid-column: 1;
  grid-row: 1;
  background: linear-gradient(180deg, transparent, rgba(0, 191, 106, 0.22), transparent);
  transform: translateX(7px);
}

.home-reason-card:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #fff, #fbfffd);
  border-color: rgba(0, 191, 106, 0.24);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.075);
}

.home-reason-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(145deg, #f0fbe9, #eefaf4);
  color: #1d7b45;
  flex-shrink: 0;
}

.home-reason-card__icon svg {
  width: 19px;
  height: 19px;
}

.home-reason-card__copy {
  grid-column: 2;
  min-width: 0;
}

.home-reason-card h3 {
  margin: 0 0 5px;
  color: #0a6e45;
  font-size: clamp(17px, 1.12vw, 20px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}

.home-reason-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.42;
}

.home-reason-card--cta {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-content: center;
  align-items: center;
  gap: 12px 18px;
  min-height: 136px;
  padding: 22px 28px;
  text-align: left;
  color: var(--home-on-dark);
  background:
    radial-gradient(circle at 18% 42%, rgba(0, 191, 106, 0.16), transparent 20%),
    linear-gradient(135deg, #063b25 0%, #052f1f 56%, #0a5f37 100%);
  border-color: rgba(0, 191, 106, 0.26);
  box-shadow: 0 22px 44px rgba(0, 40, 24, 0.22);
}

.home-reason-card--cta::before {
  content: '';
  position: absolute;
  right: -22%;
  bottom: -34%;
  width: 70%;
  height: 70%;
  min-height: auto;
  border-radius: 50%;
  background: rgba(0, 191, 106, 0.1);
  transform: none;
}

.home-reason-card--cta:hover {
  color: var(--home-on-dark);
  background:
    radial-gradient(circle at 18% 42%, rgba(0, 191, 106, 0.2), transparent 20%),
    linear-gradient(135deg, #073f28 0%, #063521 56%, #0b663b 100%);
  border-color: rgba(0, 191, 106, 0.38);
  box-shadow: 0 24px 48px rgba(0, 40, 24, 0.26);
}

.home-reason-card__cta-icon {
  position: relative;
  left: auto;
  top: auto;
  grid-column: 1;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--home-green);
  background: rgba(0, 191, 106, 0.07);
  border: 1px solid rgba(0, 191, 106, 0.13);
  opacity: 0.72;
  transform: none;
}

.home-reason-card__cta-icon svg {
  width: 23px;
  height: 23px;
}

.home-reason-card--cta p {
  position: relative;
  z-index: 1;
  grid-column: 2;
  max-width: 24ch;
  margin: 0;
  color: var(--home-on-dark);
  font-size: clamp(17px, 1.12vw, 20px);
  font-weight: 700;
  line-height: 1.25;
}

.home-reason-card__cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  justify-self: start;
  min-height: 36px;
  margin-left: 0;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--home-green);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(0, 191, 106, 0.28);
  transition: transform 0.24s ease, filter 0.24s ease, box-shadow 0.24s ease;
}

.home-reason-card__cta-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 12px;
  transition: transform 0.24s ease;
}

.home-reason-card__cta-btn:hover {
  filter: brightness(0.95);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 191, 106, 0.34);
}

.home-reason-card__cta-btn:hover svg {
  transform: translateX(3px);
}

.home-reason-card__cta-btn:focus-visible {
  outline: 2px solid var(--home-green);
  outline-offset: 3px;
}

@media (max-width: 1360px) and (min-width: 1025px) {
  .home-reasons-layout {
    grid-template-columns: minmax(250px, 0.28fr) minmax(0, 1fr);
    gap: 16px;
  }

  .home-reasons-main {
    min-height: 430px;
    padding: 26px;
  }

  .home-reasons-main h3 {
    max-width: 13.5ch;
    font-size: 26px;
  }

  .home-reasons-main p {
    font-size: 14px;
  }

  .home-reason-card {
    grid-template-columns: 56px 1fr;
    min-height: 126px;
    padding: 18px 20px;
  }

  .home-reason-card h3 {
    font-size: 18px;
  }

  .home-reason-card p {
    font-size: 13.5px;
  }

  .home-reason-card--cta {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 126px;
    padding: 20px 24px;
  }

  .home-reason-card__cta-icon {
    width: 48px;
    height: 48px;
  }

  .home-reason-card--cta p {
    font-size: 18px;
  }
}

/* ── Compare block (infográfico agora no plugin) ── */
.home-compare__cta {
  margin-top: 32px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-section--compare .home-compare__cta .home-btn {
  background: var(--home-green);
  color: #fff;
  border-color: var(--home-green);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-section--compare .home-compare__cta .home-btn:focus-visible {
  outline: 2px solid var(--home-green);
  outline-offset: 3px;
}

.home-btn__arrow {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-section--compare .home-compare__cta .home-btn:hover {
  background: var(--home-green-dark);
}

.home-section--compare .home-compare__cta .home-btn:hover .home-btn__arrow {
  transform: translateX(4px);
}

.home-section--solutions {
  background: var(--home-bg);
  padding-top: 44px;
  padding-bottom: 44px;
}

.home-solutions {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 32px;
  align-items: center;
  padding: clamp(38px, 4.5vw, 56px) clamp(26px, 3.4vw, 38px);
  border: 1px solid rgba(0, 191, 106, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 18%, rgba(0, 191, 106, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(248, 255, 251, 0.98) 0%, rgba(255, 255, 255, 0.99) 54%, rgba(250, 255, 252, 0.98) 100%);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.055);
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  animation: homeSolutionsEntrance 0.55s ease both;
}

.home-solutions:hover {
  border-color: rgba(0, 191, 106, 0.24);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.07);
}

.home-solutions::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 191, 106, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 191, 106, 0.028) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 32%, #000 100%);
  pointer-events: none;
  z-index: -2;
  animation: homeSolutionsGridDrift 18s linear infinite alternate;
}

.home-solutions::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  left: 38%;
  top: 45%;
  border-radius: 50%;
  background: rgba(0, 191, 106, 0.055);
  filter: blur(36px);
  pointer-events: none;
  z-index: -2;
  animation: homeSolutionsGlow 9s ease-in-out infinite alternate;
}

.home-solutions__wave {
  position: absolute;
  left: 22%;
  top: 18%;
  width: 42%;
  max-width: 680px;
  color: rgba(0, 191, 106, 0.09);
  pointer-events: none;
  z-index: -1;
  animation: homeSolutionsWave 12s ease-in-out infinite alternate;
}

.home-solutions__content {
  animation: homeSolutionsContentIn 0.48s ease both;
}

.home-solutions__content > * {
  animation: homeSolutionsSoftRise 0.46s ease both;
}

.home-solutions__content > *:nth-child(1) {
  animation-delay: 0.03s;
}

.home-solutions__content > *:nth-child(2) {
  animation-delay: 0.07s;
}

.home-solutions__content > *:nth-child(3) {
  animation-delay: 0.11s;
}

.home-solutions__content > *:nth-child(4) {
  animation-delay: 0.15s;
}

.home-solutions__content > *:nth-child(5) {
  animation-delay: 0.19s;
}

.home-solutions__label {
  margin: 0 0 12px;
  color: var(--home-green-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-solutions h2 {
  max-width: 520px;
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-type-h2);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.home-solutions__desc {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--home-muted);
  font-size: var(--home-type-body);
  line-height: 1.58;
}

.home-solutions__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  margin-top: 22px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--home-green);
  color: #fff;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.2s cubic-bezier(0.4,0,0.2,1), box-shadow 0.2s cubic-bezier(0.4,0,0.2,1), transform 0.2s cubic-bezier(0.4,0,0.2,1);
}

.home-solutions__cta .home-btn__arrow {
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.4,0,0.2,1);
}

.home-solutions__cta:visited,
.home-solutions__cta:hover {
  color: #fff;
}

.home-solutions__cta:hover {
  background: var(--home-green-dark);
  box-shadow: 0 4px 14px rgba(14, 166, 102, 0.35);
  transform: translateY(-1px);
}

.home-solutions__cta:focus-visible {
  outline: 2px solid var(--home-green);
  outline-offset: 3px;
}

.home-solutions__cta:hover .home-btn__arrow {
  transform: translateX(4px);
}

.home-solutions__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.home-solutions__benefits li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-width: 0;
  transition: transform 0.22s ease;
  animation: homeSolutionsSoftRise 0.42s ease both;
}

.home-solutions__benefits li:nth-child(1) {
  animation-delay: 0.2s;
}

.home-solutions__benefits li:nth-child(2) {
  animation-delay: 0.26s;
}

.home-solutions__benefits li:nth-child(3) {
  animation-delay: 0.32s;
}

.home-solutions__benefits li:hover {
  transform: translateY(-1px);
}

.home-solutions__benefits li + li {
  padding-left: 0;
  border-left: 0;
}

.home-solutions__benefit-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 191, 106, 0.1);
  color: var(--home-green-dark);
  box-shadow: inset 0 0 0 1px rgba(0, 191, 106, 0.12);
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.home-solutions__benefit-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.22s ease;
}

.home-solutions__benefits li:hover .home-solutions__benefit-icon {
  background: rgba(0, 191, 106, 0.16);
  box-shadow: inset 0 0 0 1px rgba(0, 191, 106, 0.18);
  transform: translateY(-1px);
}

.home-solutions__benefits li:hover .home-solutions__benefit-icon svg {
  transform: scale(1.08);
}

.home-solutions__benefits strong,
.home-solutions__benefits small {
  display: block;
}

.home-solutions__benefits strong {
  color: var(--home-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.home-solutions__benefits small {
  margin-top: 2px;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.3;
}

.home-solutions__cards {
  display: grid;
  align-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.home-solutions__card {
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background 0.22s ease;
  animation: homeSolutionsCardIn 0.5s ease both;
}

.home-solutions__card:nth-child(1) {
  animation-delay: 0.08s;
}

.home-solutions__card:nth-child(2) {
  animation-delay: 0.16s;
}

.home-solutions__card:nth-child(3) {
  animation-delay: 0.24s;
}

.home-solutions__card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.72) 38%, transparent 68%);
  opacity: 0;
  transform: translateX(-120%);
  pointer-events: none;
}

.home-solutions__card[open]::after {
  animation: homeSolutionsCardSheen 4.8s ease-in-out 0.8s infinite;
}

.home-solutions__card[open] {
  border-color: rgba(0, 191, 106, 0.42);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.065);
  background: rgba(255, 255, 255, 0.98);
}

.home-solutions__card:not([open]):hover {
  border-color: rgba(0, 191, 106, 0.24);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.home-solutions__card summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  list-style: none;
  color: var(--home-ink);
  font-size: var(--home-type-body);
  font-weight: 700;
  line-height: 1.25;
  transition: background 0.22s ease, color 0.22s ease;
}

.home-solutions__card summary::-webkit-details-marker {
  display: none;
}

.home-solutions__card summary:focus-visible {
  outline: 2px solid rgba(0, 191, 106, 0.45);
  outline-offset: -4px;
  border-radius: 14px;
}

.home-solutions__card:not([open]) summary:hover {
  background: rgba(0, 191, 106, 0.035);
}

.home-solutions__card[open] .home-solutions__card-title {
  color: var(--home-green-dark);
}

.home-solutions__card-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--home-green-2);
  color: var(--home-green-dark);
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.home-solutions__card:hover .home-solutions__card-icon,
.home-solutions__card[open] .home-solutions__card-icon {
  background: rgba(0, 191, 106, 0.14);
  box-shadow: inset 0 0 0 1px rgba(0, 191, 106, 0.12);
  transform: scale(1.04);
}

.home-solutions__card[open] .home-solutions__card-icon {
  animation: homeSolutionsIconPulse 3.8s ease-in-out infinite;
}

.home-solutions__card-icon svg,
.home-solutions__chevron svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-solutions__chevron {
  width: 28px;
  height: 28px;
  margin-left: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--home-green-dark);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(0, 191, 106, 0.14);
}

.home-solutions__chevron svg {
  transition: transform 0.2s ease;
}

.home-solutions__card[open] .home-solutions__chevron svg {
  transform: rotate(180deg);
}

.home-solutions__card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 16px;
  align-items: center;
  padding: 0 16px 18px;
}

.home-solutions__card[open] .home-solutions__card-body {
  animation: homeSolutionsReveal 0.24s ease both;
}

.home-solutions__visual {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #f2fbf5 0%, #e2f7ea 100%);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-solutions__card:hover .home-solutions__visual {
  transform: translateY(-1px);
}

.home-solutions__visual-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transform-origin: 50% 70%;
}

.home-solutions__card[open] .home-solutions__visual-img {
  animation: homeSolutionsVisualFloat 7s ease-in-out infinite alternate;
}

.home-solutions__card-copy p {
  max-width: 420px;
  margin: 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.52;
}

.home-solutions__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.home-solutions__tags span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(0, 191, 106, 0.08);
  color: #267a49;
  font-size: 11px;
  font-weight: 700;
  transition: background 0.22s ease, transform 0.22s ease;
  animation: homeSolutionsTagIn 0.34s ease both;
}

.home-solutions__tags span:nth-child(1) {
  animation-delay: 0.08s;
}

.home-solutions__tags span:nth-child(2) {
  animation-delay: 0.14s;
}

.home-solutions__tags span:nth-child(3) {
  animation-delay: 0.2s;
}

.home-solutions__card:hover .home-solutions__tags span {
  background: rgba(0, 191, 106, 0.12);
}

.home-solutions__learn-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin-top: 12px;
  color: var(--home-green-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.home-solutions__learn-link:hover,
.home-solutions__learn-link:focus-visible {
  color: var(--home-green);
  gap: 8px;
}

.home-solutions__learn-link:focus-visible {
  outline: 2px solid rgba(0, 191, 106, 0.45);
  outline-offset: 3px;
  border-radius: 999px;
}

.home-solutions__learn-link svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

@keyframes homeSolutionsReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeSolutionsEntrance {
  from {
    transform: translateY(8px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes homeSolutionsContentIn {
  from {
    opacity: 0.96;
  }

  to {
    opacity: 1;
  }
}

@keyframes homeSolutionsSoftRise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeSolutionsCardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeSolutionsCardSheen {
  0%,
  62% {
    opacity: 0;
    transform: translateX(-120%);
  }

  72% {
    opacity: 0.34;
  }

  86%,
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes homeSolutionsIconPulse {
  0%,
  100% {
    box-shadow: inset 0 0 0 1px rgba(0, 191, 106, 0.12), 0 0 0 0 rgba(0, 191, 106, 0);
  }

  50% {
    box-shadow: inset 0 0 0 1px rgba(0, 191, 106, 0.18), 0 0 0 8px rgba(0, 191, 106, 0.07);
  }
}

@keyframes homeSolutionsTagIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeSolutionsGridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 38px 26px, 26px 38px;
  }
}

@keyframes homeSolutionsGlow {
  from {
    opacity: 0.55;
    transform: translate3d(-6px, 4px, 0) scale(0.96);
  }

  to {
    opacity: 0.9;
    transform: translate3d(8px, -6px, 0) scale(1.04);
  }
}

@keyframes homeSolutionsWave {
  from {
    transform: translate3d(-6px, 2px, 0);
  }

  to {
    transform: translate3d(8px, -4px, 0);
  }
}

@keyframes homeSolutionsVisualFloat {
  from {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(-2px) scale(1.012);
  }
}

.home-section--stats {
  background: linear-gradient(180deg, var(--home-surface) 0%, var(--home-bg) 100%);
}

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

.home-stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(170px, 0.58fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: clamp(30px, 4vw, 48px) clamp(28px, 4.6vw, 58px);
  border: 1px solid rgba(0, 191, 106, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0, 25, 18, 0.1), rgba(0, 25, 18, 0.08)),
    url('https://clarke.com.br/wp-content/uploads/2026/05/big_numbers.webp') center / cover no-repeat;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.16);
  overflow: hidden;
  isolation: isolate;
}

.home-stats-grid::before,
.home-stats-grid::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.home-stats-grid::before {
  inset: -30% auto -30% -28%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: skewX(-18deg) translateX(-120%);
  animation: homeStatsSweep 9s ease-in-out infinite;
}

.home-stats-grid::after {
  right: 9%;
  top: 50%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 191, 106, 0.18), transparent 64%);
  opacity: 0.72;
  transform: translateY(-50%);
  animation: homeStatsGlow 7s ease-in-out infinite alternate;
}

.home-stat {
  position: relative;
  z-index: 1;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 4px clamp(22px, 3vw, 44px);
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  text-align: left;
  list-style: none;
  transform: translateY(0);
  transition: transform 0.28s ease, opacity 0.28s ease;
  animation: homeStatsItemIn 0.55s ease both;
}

.home-stat:nth-child(2) {
  animation-delay: 0.08s;
}

.home-stat:nth-child(3) {
  animation-delay: 0.16s;
}

.home-stat:hover {
  transform: translateY(-3px);
}

.home-stat + .home-stat {
  border-left: 1px solid rgba(0, 191, 106, 0.28);
}

.home-stat::before {
  content: none;
}

.home-stat__value {
  display: block;
  margin: 0;
  color: #f8fafc;
  font-size: clamp(38px, 3.7vw, 56px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.38);
  order: -1;
  transition: transform 0.28s ease, text-shadow 0.28s ease;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.home-stat__value::first-letter {
  color: var(--home-green);
}

.home-stat:hover .home-stat__value {
  transform: translateY(-1px);
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.42);
}

.home-stat__value--counting {
  color: #ffffff;
  text-shadow:
    0 0 16px rgba(0, 191, 106, 0.34),
    0 3px 11px rgba(0, 0, 0, 0.42);
}

.home-stat__value--counted {
  animation: homeStatsCountPulse 0.42s ease both;
}

.home-stat__label {
  display: block;
  margin: 0;
  color: var(--home-green);
  font-size: clamp(21px, 2.15vw, 32px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
}

.home-stat__desc {
  max-width: 24ch;
  margin: 2px 0 0;
  color: rgba(248, 250, 252, 0.9);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.38);
}

@keyframes homeStatsSweep {
  0%,
  42% {
    transform: skewX(-18deg) translateX(-120%);
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  72%,
  100% {
    transform: skewX(-18deg) translateX(460%);
    opacity: 0;
  }
}

@keyframes homeStatsGlow {
  from {
    opacity: 0.48;
    transform: translateY(-50%) scale(0.96);
  }

  to {
    opacity: 0.78;
    transform: translateY(-50%) scale(1.04);
  }
}

@keyframes homeStatsItemIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeStatsCountPulse {
  0% {
    transform: translateY(-1px) scale(1);
  }

  45% {
    transform: translateY(-2px) scale(1.035);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

/* ── CO2 block ── */
.home-co2 {
  position: relative;
  margin-top: 25px;
  min-height: 276px;
  padding: clamp(34px, 3.7vw, 44px) clamp(44px, 5vw, 62px);
  border-radius: 16px;
  border: 1px solid rgba(0, 191, 106, 0.28);
  background:
    linear-gradient(90deg, rgba(0, 22, 16, 0.34) 0%, rgba(0, 73, 42, 0.12) 52%, rgba(0, 191, 106, 0.08) 100%),
    url('https://clarke.com.br/wp-content/uploads/2026/05/co2_clarke-3.webp') center center / cover no-repeat;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.4fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  color: var(--home-on-dark);
  isolation: isolate;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.home-co2::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.08) 44%, transparent 68%);
  opacity: 0.5;
  transform: translateX(-3%);
  animation: homeCo2LightMove 8s ease-in-out infinite alternate;
}

.home-co2:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.home-co2__text {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding-left: 0;
}

.home-co2__text::before {
  content: none;
}

.home-co2__text::after,
.home-co2__text h3::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--home-green);
  border-radius: 6px;
  opacity: 0.34;
  pointer-events: none;
}

.home-co2__text::after {
  --home-co2-leaf-from: rotate(-9deg);
  --home-co2-leaf-to: translate3d(2px, -4px, 0) rotate(-3deg);
  left: -34px;
  top: 8px;
  transform: var(--home-co2-leaf-from);
  animation: homeCo2LeafFloat 6s ease-in-out infinite alternate;
}

.home-co2__text h3::before {
  --home-co2-leaf-from: rotate(12deg) scale(0.72);
  --home-co2-leaf-to: translate3d(2px, -4px, 0) rotate(18deg) scale(0.72);
  left: -18px;
  top: -12px;
  transform: var(--home-co2-leaf-from);
  animation: homeCo2LeafFloat 7s ease-in-out infinite alternate-reverse;
}

.home-co2__text h3 {
  position: relative;
  max-width: 420px;
  margin: 0 0 12px;
  color: var(--home-on-dark);
  font-size: clamp(22px, 1.9vw, 28px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.home-co2__intro,
.home-co2__equivalent {
  margin: 0;
  color: rgba(248, 250, 252, 0.92);
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 650;
  line-height: 1.32;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.42);
}

.home-co2__amount {
  margin: 7px 0 8px;
  color: #f8fafc;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.42);
  transition: text-shadow 0.3s ease, transform 0.3s ease;
}

.home-co2:hover .home-co2__amount {
  transform: translateY(-1px);
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.44);
}

.home-co2__badge {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--home-ink);
  padding: 20px 24px 22px;
  border-radius: 14px;
  width: min(100%, 260px);
  min-height: 218px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(14, 166, 102, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
  animation: homeCo2BadgeFloat 7s ease-in-out infinite alternate;
}

/* fallback for browsers without backdrop-filter */
@supports not (backdrop-filter: blur(1px)) {
  .home-co2__badge {
    background: #fff;
  }
}

.home-co2__badge:hover {
  animation: none;
  transform: translateY(-4px);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(14, 166, 102, 0.14);
}

.home-co2__badge-label {
  display: block;
  color: #0a6e45;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.home-co2__badge-seal {
  width: min(100%, 142px);
  height: auto;
  margin: 0 auto 14px;
  display: block;
  contain: layout paint;
  transition: transform 0.3s ease;
}

.home-co2__badge:hover .home-co2__badge-seal {
  transform: scale(1.025);
}

.home-co2__badge-value {
  display: block;
  margin: 0;
  color: var(--home-green-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.01em;
}

@keyframes homeCo2LightMove {
  from {
    opacity: 0.36;
    transform: translateX(-3%);
  }

  to {
    opacity: 0.62;
    transform: translateX(3%);
  }
}

@keyframes homeCo2LeafFloat {
  from {
    opacity: 0.24;
    transform: var(--home-co2-leaf-from);
  }

  to {
    opacity: 0.42;
    transform: var(--home-co2-leaf-to);
  }
}

@keyframes homeCo2BadgeFloat {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-4px);
  }
}

.home-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

/* ── FAQ Section ── */

.home-section--faq {
  background: var(--home-bg);
}

.home-faq-layout {
  width: 100%;
  margin: 0 auto;
}

.home-faq-header {
  text-align: left;
  margin-bottom: 40px;
}

.home-faq-header__title {
  font-size: var(--home-type-h2);
  font-weight: 700;
  color: var(--home-ink);
  margin: 0 0 8px;
  letter-spacing: 0;
}

.home-faq {
  display: grid;
  gap: 0;
}

.home-faq__item {
  border-bottom: 1px solid var(--home-line);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home-faq__item:first-child {
  border-top: 1px solid var(--home-line);
}

.home-faq__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 3px;
  background: var(--home-green);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.home-faq__item[open]::before {
  opacity: 1;
}

.home-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  cursor: pointer;
  padding: 20px 8px 20px 24px;
  font-weight: 600;
  font-size: var(--home-type-body-lg);
  color: var(--home-ink);
  list-style: none;
  transition: color 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
}

.home-faq__question::-webkit-details-marker,
.home-faq__question::marker {
  display: none;
  content: '';
}

.home-faq__question:hover {
  color: var(--home-green);
}

.home-faq__question > h3,
.home-faq__question > span:first-child {
  flex: 1;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1.5;
}

.home-faq__question .home-faq__toggle {
  flex: none;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.home-faq__toggle::before,
.home-faq__toggle::after {
  content: '';
  position: absolute;
  background: var(--home-muted);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease, opacity 0.25s ease;
}

/* horizontal bar (always visible = minus) */
.home-faq__toggle::before {
  width: 16px;
  height: 2px;
}

/* vertical bar (rotates to 0 when open = plus becomes minus) */
.home-faq__toggle::after {
  width: 2px;
  height: 16px;
}

.home-faq__item[open] .home-faq__toggle::before,
.home-faq__item[open] .home-faq__toggle::after {
  background: var(--home-green);
}

.home-faq__item[open] .home-faq__toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

.home-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  padding: 0 8px 0 24px;
}

.home-faq__item[open] > .home-faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-bottom: 20px;
}

.home-faq__answer > div,
.home-faq__answer > p {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  color: #9ca3af;
  font-size: var(--home-type-body);
  font-weight: 400;
  line-height: 1.7;
}

.home-faq__answer > div p {
  margin: 0 0 0.5em;
}

.home-faq__answer > div p:last-child {
  margin-bottom: 0;
}

.home-faq__answer > div a {
  color: var(--home-green);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-faq__answer > div a:hover {
  color: var(--home-ink);
}

@media (max-width: 1024px) {
  .home-faq__question {
    padding: 18px 8px 18px 20px;
  }

  .home-faq__answer {
    padding: 0 8px 0 20px;
  }

  .home-faq__item[open] > .home-faq__answer {
    padding-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .home-faq-header {
    margin-bottom: 28px;
  }

  .home-faq__question {
    padding: 16px 2px 16px 16px;
    font-size: 0.9375rem;
  }

  .home-faq__answer {
    padding: 0 2px 0 16px;
  }

  .home-faq__item[open] > .home-faq__answer {
    padding-bottom: 16px;
  }
}

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

.home-blog-card {
  background: var(--home-bg);
  border: 1px solid var(--home-line);
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.home-blog-card:hover,
.home-blog-card:has(:focus-visible) {
  box-shadow: var(--home-shadow);
  transform: translateY(-2px);
}

.home-blog-card__link:focus-visible {
  outline: 2px solid var(--home-green);
  outline-offset: -2px;
  border-radius: 16px;
}

.home-blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.home-blog-card__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--home-surface);
  flex-shrink: 0;
}

.home-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-blog-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  background: var(--home-surface);
}

.home-blog-card__image--placeholder img {
  width: 48px;
  height: 48px;
  object-fit: none;
}

.home-blog-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
}

.home-blog-card__category {
  color: #078a50;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.home-blog-card__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--home-ink);
  margin: 0 0 16px;
  line-height: 1.4;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-card:hover .home-blog-card__title {
  color: var(--home-green);
}

.home-blog-card__excerpt {
  font-size: 11.5px;
  font-weight: 400;
  color: var(--home-muted);
  opacity: 0.82;
  line-height: 1.5;
  margin: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #64748b;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

@media (max-width: 1024px) {
  .home-hero__grid {
    grid-template-columns: 1fr;
  }

  .home-features1-shell {
    padding: 28px 24px;
  }

  .home-features1 {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-reasons-layout {
    grid-template-columns: 1fr;
  }

  .home-reasons-main {
    min-height: 330px;
  }

  .home-reasons-main h3 {
    max-width: 20ch;
  }

  .home-reason-card--cta p {
    font-size: 17px;
  }

  .home-compare {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-compare__col {
    border-radius: 14px;
  }

  .home-solutions {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 40px 22px;
  }

  .home-solutions__wave {
    left: 20%;
    top: 34%;
    width: 76%;
  }

  .home-solutions__benefits {
    margin-top: 30px;
  }

  .home-solutions__card-body {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 16px;
  }

  .home-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 30px 22px;
    background-position: center;
  }

  .home-stat {
    padding: 4px 20px;
  }

  .home-co2 {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 28px;
    background-position: center;
  }

  .home-co2__badge {
    width: 100%;
    max-width: 260px;
    min-height: 218px;
  }

  .home-cta {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (max-width: 640px) {
  .home-container {
    padding: 0 18px;
  }

  .home-section {
    padding: 34px 0;
  }

  .home-hero {
    padding: 66px 0 56px;
    min-height: auto;
  }

  .home-hero__card--analise-gratuita {
    min-height: 390px;
  }

  .home-hero__card--analise-gratuita .clag-widget {
    min-height: 390px;
  }

  .home-hero__content h1 {
    font-size: var(--home-type-h1-mobile);
  }

  .home-section__header h2,
  .home-hero__card h2,
  .home-features1__intro h2,
  .home-faq-header__title,
  .cb-tools__title {
    font-size: var(--home-type-h2-mobile);
  }

  .home-features1-shell {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .home-features1-shell::before {
    left: -250px;
    bottom: -310px;
  }

  .home-features1__eyebrow {
    min-height: 24px;
    margin-bottom: 14px;
    padding: 5px 10px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  .home-features1__divider {
    margin: 14px 0 12px;
  }

  .home-grid--four,
  .home-grid--three {
    grid-template-columns: 1fr;
  }

  .home-blog-grid {
    grid-template-columns: 1fr;
  }

  .home-reasons-grid {
    grid-template-columns: 1fr;
  }

  .home-section__header--reasons {
    margin-bottom: 24px;
  }

  .home-reasons-title-mark {
    margin-top: 14px;
  }

  .home-reasons-layout {
    gap: 16px;
  }

  .home-reasons-main {
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }

  .home-reasons-main__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-width: 6px;
  }

  .home-reasons-main__icon svg {
    width: 23px;
    height: 23px;
  }

  .home-reasons-main h3 {
    max-width: 17ch;
    font-size: 23px;
  }

  .home-reasons-main__divider {
    margin: 22px 0;
  }

  .home-reasons-main p {
    font-size: 14.5px;
  }

  .home-reasons-main__image {
    width: calc(100% + 30px);
    margin: 24px -18px -26px -12px;
  }

  .home-reason-card {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }

  .home-reason-card::before {
    min-height: 60px;
    transform: translateX(7px);
  }

  .home-reason-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .home-reason-card__icon svg {
    width: 19px;
    height: 19px;
  }

  .home-reason-card h3 {
    font-size: 18px;
  }

  .home-reason-card p {
    font-size: 13.5px;
  }

  .home-reason-card--cta {
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    min-height: 150px;
    padding: 22px;
  }

  .home-reason-card__cta-icon {
    width: 44px;
    height: 44px;
    transform: none;
  }

  .home-reason-card__cta-icon svg {
    width: 21px;
    height: 21px;
  }

  .home-reason-card--cta p {
    max-width: 22ch;
    margin-left: 0;
    font-size: 17px;
  }

  .home-reason-card__cta-btn {
    width: 100%;
    min-height: 44px;
    height: auto;
    color: #fff;
    margin-left: 0;
    justify-self: stretch;
  }

  .home-features1__intro p {
    font-size: 14px;
  }

  .home-features1__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-features1__item {
    padding: 16px;
    gap: 9px;
    min-height: 0;
    border-radius: 15px;
  }

  .home-features1__icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .home-features1__icon::before {
    width: 21px;
    height: 21px;
  }

  .home-features1__item h3 {
    font-size: 17px;
  }

  .home-features1__item p {
    font-size: 13.5px;
  }

  .home-features1__intro .home-btn,
  .home-section--compare .home-compare__cta .home-btn {
    width: 100%;
    min-height: 46px;
  }

  .home-section--compare .home-section__header {
    margin-bottom: 22px;
  }

  .home-compare__col {
    border-radius: 12px;
  }

  .home-compare__col h3 {
    font-size: 16px;
  }

  .home-compare__col li {
    font-size: 13px;
    gap: 10px;
  }

  .home-compare__col ul {
    padding: 18px 18px;
  }

  .home-compare__header {
    padding: 14px 18px;
  }

  .home-compare__badge {
    top: 10px;
    right: 10px;
    font-size: 10px;
  }

  .home-solutions {
    padding: 32px 14px;
    border-radius: 16px;
  }

  .home-solutions::before {
    background-size: 34px 34px;
  }

  .home-solutions__wave {
    display: none;
  }

  .home-solutions h2 {
    font-size: var(--home-type-h2-mobile);
  }

  .home-solutions__desc {
    font-size: 14px;
  }

  .home-solutions__cta {
    width: 100%;
    min-height: 40px;
    font-size: 12.5px;
  }

  .home-solutions__benefits {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .home-solutions__benefits li + li {
    padding-left: 0;
    border-left: 0;
  }

  .home-solutions__card summary {
    min-height: 56px;
    gap: 12px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .home-solutions__card-icon {
    width: 36px;
    height: 36px;
  }

  .home-solutions__card-icon svg {
    width: 18px;
    height: 18px;
  }

  .home-solutions__chevron {
    width: 30px;
    height: 30px;
  }

  .home-solutions__card-body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 14px 18px;
  }

  .home-solutions__visual {
    min-height: 96px;
    max-width: 180px;
  }

  .home-solutions__card-copy p {
    font-size: 13px;
  }

  .home-solutions__tags {
    gap: 8px;
    margin-top: 12px;
  }

  .home-solutions__tags span {
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
  }

  .home-stats-grid {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    background-position: center;
  }

  .home-stat {
    min-height: auto;
    padding: 18px 4px;
    align-items: center;
    text-align: center;
  }

  .home-stat + .home-stat {
    border-left: 0;
    border-top: 1px solid rgba(0, 191, 106, 0.28);
  }

  .home-stat__value {
    font-size: 39px;
  }

  .home-stat__label {
    font-size: 24px;
  }

  .home-stat__desc {
    font-size: 13px;
    max-width: 30ch;
  }

  .home-co2 {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .home-co2__text {
    padding-left: 0;
    text-align: left;
  }

  .home-co2__text::after {
    left: 0;
    top: -18px;
  }

  .home-co2__text h3 {
    max-width: 300px;
    font-size: 22px;
  }

  .home-co2__intro,
  .home-co2__equivalent {
    font-size: 13px;
  }

  .home-co2__amount {
    font-size: 32px;
    line-height: 1.05;
  }

  .home-co2__badge {
    border-radius: 14px;
    padding: 22px 18px;
    max-width: 260px;
    min-height: 200px;
  }

  .home-co2__badge-seal {
    width: min(100%, 150px);
  }

  .home-co2__badge-value {
    font-size: 24px;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .home-hero__actions .home-btn,
  .home-hero__actions .home-link {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .home-section--logos {
    padding: 34px 0 30px;
  }

  .home-logos-carousel {
    border-radius: 0;
    padding: 0;
    min-height: 100px;
    contain-intrinsic-block-size: 100px;
  }

  .home-logos-track {
    gap: 12px;
    animation-duration: 32s;
  }

  .home-logo {
    flex-basis: clamp(132px, 44vw, 170px);
    min-height: 72px;
    padding: 14px;
  }

  .home-logo img {
    width: 130px;
    height: 32px;
    aspect-ratio: 4 / 1;
  }

}

/* ── Reduced motion ─────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .home-features1-shell,
  .home-features1-shell::before,
  .home-features1-shell::after,
  .home-features1__intro > *,
  .home-features1__item,
  .home-features1__item::after,
  .home-features1__icon,
  .home-features1__icon::before,
  .home-features1__item-divider,
  :is(.home-hero, .MegaHero, .PageHero) .home-btn,
  :is(.home-hero, .MegaHero, .PageHero) .home-btn .home-btn__arrow,
  .home-link,
  .home-link::after,
  .home-link .home-link__arrow,
  .home-features1__intro .home-btn,
  .home-features1__intro .home-btn .home-btn__arrow,
  .home-reason-card,
  .home-reason-card::before,
  .home-stats-grid::before,
  .home-stats-grid::after,
  .home-stat,
  .home-stat::before,
  .home-stat__value,
  .home-compare__col,
  .home-solutions,
  .home-solutions::before,
  .home-solutions::after,
  .home-solutions__wave,
  .home-solutions__content,
  .home-solutions__content > *,
  .home-solutions__cta,
  .home-solutions__cta .home-btn__arrow,
  .home-solutions__benefits li,
  .home-solutions__benefit-icon,
  .home-solutions__benefit-icon svg,
  .home-solutions__card,
  .home-solutions__card::after,
  .home-solutions__card summary,
  .home-solutions__card-icon,
  .home-solutions__chevron svg,
  .home-solutions__card-body,
  .home-solutions__visual,
  .home-solutions__visual-img,
  .home-solutions__tags span,
  .home-co2,
  .home-co2::before,
  .home-co2__text::after,
  .home-co2__text h3::before,
  .home-co2__amount,
  .home-co2__badge,
  .home-co2__badge-seal,
  .home-logo,
  .home-logo img {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .home-logos-track {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-logos-track {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ==========================================
   TOOLS CAROUSEL (reusable block)
   ========================================== */
.cb-tools {
  --cb-green: #00BF6F;
  --cb-space-3: 12px;
  --cb-space-4: 16px;
  --cb-space-5: 20px;
  --cb-space-6: 24px;
  --cb-space-8: 32px;
  --cb-space-10: 40px;
  --cb-space-12: 48px;
  --cb-space-16: 64px;
  --cb-text-sm: 13px;
  --cb-container: 1280px;

  padding: var(--cb-space-16) 0 var(--cb-space-12);
  background: linear-gradient(274deg, #2E2E2E 0%, #005931 100%);
  position: relative;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}

.cb-tools__container {
  max-width: var(--cb-container);
  margin: 0 auto;
  padding: 0 var(--cb-space-6);
}

.cb-tools__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--cb-space-8);
  gap: var(--cb-space-4);
}

.cb-tools__heading {
  max-width: 900px;
}

.cb-tools__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--cb-green);
  margin-bottom: 6px;
}

.cb-tools__title {
  font-size: var(--home-type-h2);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.cb-tools__desc {
  max-width: 840px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.cb-tools__controls {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.cb-tools__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.cb-tools__arrow:hover:not(:disabled) {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.4);
  color: #fff;
}

.cb-tools__arrow:disabled {
  opacity: .3;
  cursor: default;
}

.cb-tools__viewport {
  overflow: hidden;
  position: relative;
  padding-top: 8px;
  margin-top: -8px;
  padding-bottom: 8px;
}

.cb-tools__track {
  display: flex;
  gap: var(--cb-space-5);
  list-style: none;
  margin: 0;
  padding: 0;
}

.cb-tools__slide {
  flex: 0 0 calc((100% - 4 * var(--cb-space-5)) / 5);
  min-width: 0;
  display: flex;
}

.cb-tools__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: var(--cb-space-6) var(--cb-space-5);
  padding-top: calc(var(--cb-space-6) + 3px);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
  position: relative;
  overflow: hidden;
}

.cb-tools__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--cb-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  border-radius: 16px 16px 0 0;
}

.cb-tools__card:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
  transform: translateY(-4px);
}

.cb-tools__card:focus-visible {
  outline: 2px solid var(--cb-green);
  outline-offset: 2px;
}

.cb-tools__card:hover::before {
  transform: scaleX(1);
}

.cb-tools__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--cb-space-4);
  flex-shrink: 0;
}

.cb-tools__icon--economia,
.cb-tools__icon--solar,
.cb-tools__icon--co2,
.cb-tools__icon--kwh,
.cb-tools__icon--consumo,
.cb-tools__icon--ac,
.cb-tools__icon--btu,
.cb-tools__icon--mapa {
  background: rgba(255,255,255,.1);
  color: #f2f2f2;
}

.cb-tools__card-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 8px 0;
}

.cb-tools__card-desc {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.cb-tools__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cb-green);
  margin-top: var(--cb-space-4);
  transition: gap .2s ease;
}

.cb-tools__card:hover .cb-tools__card-link {
  gap: 10px;
}

/* Tools - Tablet */
@media (max-width: 1024px) {
  .cb-tools__slide {
    flex: 0 0 calc((100% - 2 * 20px) / 3);
  }
}

/* Tools - Mobile */
@media (max-width: 768px) {
  .cb-tools {
    padding: var(--cb-space-10) 0 var(--cb-space-8);
  }
  .cb-tools__container {
    padding: 0 var(--cb-space-4);
  }
  .cb-tools__header {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--cb-space-4);
  }
  .cb-tools__controls {
    width: 100%;
    justify-content: flex-end;
  }
  .cb-tools__arrow {
    width: 44px;
    height: 44px;
  }
  .cb-tools__slide {
    flex: 0 0 calc(50% - var(--cb-space-3));
    min-width: 200px;
  }
  .cb-tools__card {
    padding: 20px 18px;
  }
}

/* Tools - Small Mobile */
@media (max-width: 480px) {
  .cb-tools__slide {
    flex: 0 0 80%;
    min-width: 180px;
  }
}

/* Tools - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .cb-tools__track {
    transition: transform 0s !important;
  }
  .cb-tools__card,
  .cb-tools__card::before,
  .cb-tools__card-link,
  .cb-tools__arrow {
    transition-duration: 0.01ms !important;
  }
}
