body[data-page="home"] .hero-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  overflow: hidden;
}

body[data-page="home"] .hero-eyebrow::before {
  content: "";
  width: 1.1rem;
  height: 0.8rem;
  flex: 0 0 1.1rem;
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(176, 190, 197, 0.92));
  clip-path: polygon(0 50%, 18% 0, 100% 0, 82% 100%, 0 100%);
  box-shadow:
    inset 0 0 0 1px rgba(38, 50, 56, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

body[data-page="home"] .hero-eyebrow::after {
  content: "";
  width: 2.8rem;
  height: 0.55rem;
  flex: 0 0 2.8rem;
  border-radius: 999px;
  background:
    radial-gradient(circle, currentColor 0 1px, transparent 1.15px) center / 14px 6px repeat-x,
    linear-gradient(
      90deg,
      transparent 0,
      currentColor 12%,
      currentColor 88%,
      transparent 100%
    );
  opacity: 0.62;
}
body[data-page="home"] .support-hub-section {
  background:
    radial-gradient(circle at top left, rgba(211, 47, 47, 0.2), transparent 34%),
    linear-gradient(135deg, #1a1f24 0%, #11161a 100%);
}

body[data-page="home"] .support-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  align-items: start;
}

body[data-page="home"] .support-hub-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
}

body[data-page="home"] .support-hub-card h3,
body[data-page="home"] .support-hub-card p,
body[data-page="home"] .support-hub-card label {
  color: #f3f7f8;
}

body[data-page="home"] .support-chat-links {
  display: grid;
  gap: 0.85rem;
  margin: 1.35rem 0 1rem;
}

body[data-page="home"] .support-chat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.25s var(--transition-smooth), background 0.25s var(--transition-smooth), border-color 0.25s var(--transition-smooth);
}

body[data-page="home"] .support-chat-link::after {
  content: "Abrir";
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="home"] .support-chat-link:hover,
body[data-page="home"] .support-chat-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(211, 47, 47, 0.18);
  border-color: rgba(211, 47, 47, 0.4);
  color: #ffffff;
}

body[data-page="home"] .support-hub-note {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
}

body[data-page="home"] .support-newsletter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 0.75rem;
}

body[data-page="home"] .support-hub-newsletter .form-input {
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="home"] .support-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.75rem 0 1rem;
}

body[data-page="home"] .support-consent .form-check-input {
  flex: 0 0 auto;
  margin-top: 0.2rem;
}

body[data-page="home"] .support-consent .form-check-label {
  display: block;
  color: rgba(255, 255, 255, 0.82);
}

body[data-page="home"] #homeNewsletterMsg {
  min-height: 1.5rem;
}

body[data-page="home"] #homeNewsletterMsg.quote-status-success {
  color: #d7f6df;
}

/* ========================
   HOME PAGE (INDEX)
======================== */
body[data-page="home"] {
  background: var(--white);
  color: var(--steel-dark);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: transform 0.3s var(--transition-smooth);
}

.logo:hover {
  transform: scale(1.05);
}

.logo-text {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.05em;
}

body[data-page="home"] .hero,
body[data-page="home"] .home-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(135deg, rgba(38, 50, 56, 0.95) 0%, rgba(0, 0, 0, 0.85) 100%);
  overflow: hidden;
  padding-top: 80px;
}

body[data-page="home"] .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 2px,
      rgba(211, 47, 47, 0.035) 2px 4px,
      transparent 4px 16px
    ),
    radial-gradient(circle, rgba(255, 255, 255, 0.04) 0 1px, transparent 1.2px) center / 28px 28px repeat;
  opacity: 0.55;
  pointer-events: none;
}

body[data-page="home"] .home-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      116deg,
      transparent 0 56.5%,
      rgba(255, 255, 255, 0.09) 56.5% 57.2%,
      transparent 57.2% 61%,
      rgba(211, 47, 47, 0.2) 61% 61.8%,
      transparent 61.8%
    ),
    radial-gradient(circle at 15% 70%, rgba(255, 255, 255, 0.2) 0 2px, transparent 2.2px),
    radial-gradient(circle at 83% 22%, rgba(255, 255, 255, 0.18) 0 2px, transparent 2.2px);
  opacity: 0.9;
  pointer-events: none;
}

body[data-page="home"] .hero-container,
body[data-page="home"] .container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

body[data-page="home"] .home-page-hero .container,
body[data-page="home"] .hero .container {
  position: relative;
  z-index: var(--z-base);
}

body[data-page="home"] .hero-container {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: var(--z-base);
}

body[data-page="home"] .hero-content {
  max-width: 720px;
}

body[data-page="home"] .hero-media {
  position: relative;
  justify-self: end;
  width: min(100%, 600px);
  z-index: var(--z-base);
  margin: 0;
}

body[data-page="home"] .hero-media::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(211, 47, 47, 0.26), rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.06) 0,
      rgba(255, 255, 255, 0.06) 10px,
      transparent 10px,
      transparent 24px
    );
  opacity: 0.9;
  pointer-events: none;
}

body[data-page="home"] .hero-media-badge {
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(11, 15, 17, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body[data-page="home"] .hero-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1400 / 762;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-xl);
}

body[data-page="home"] .hero-media-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 13, 15, 0.68), rgba(10, 13, 15, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

body[data-page="home"] .hero-media-caption strong {
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="home"] .hero-media-caption span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.93rem;
  line-height: 1.45;
}

body[data-page="home"] .hero-eyebrow {
  color: var(--industrial-red-light);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  border: 2px solid var(--industrial-red);
  border-radius: 4px;
}

body[data-page="home"] .display-title {
  font-size: clamp(2.5rem, 7vw, 5rem);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

body[data-page="home"] .hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--concrete);
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.6;
}

body[data-page="home"] .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

body[data-page="home"] .badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s var(--transition-smooth);
}

body[data-page="home"] .badge:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--industrial-red);
  transform: translateY(-2px);
}

body[data-page="home"] .badge-icon {
  color: var(--industrial-red-light);
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
}

body[data-page="home"] .hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

body[data-page="home"] .hero-cta-primary {
  min-width: min(100%, 22rem);
  justify-content: center;
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.22);
}

body[data-page="home"] .hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--steel-dark);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  opacity: 0.84;
  transition: opacity 0.3s var(--transition-smooth), color 0.3s var(--transition-smooth);
}

body[data-page="home"] .hero-cta-secondary .btn-icon {
  width: 1rem;
  height: 1rem;
  background: currentColor;
}

body[data-page="home"] .hero-cta-secondary:hover {
  color: var(--industrial-red);
  opacity: 1;
  text-decoration: underline;
}

body[data-page="home"] .hero-review-proof {
  display: grid;
  gap: 0.45rem;
  width: min(100%, 26rem);
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 30px rgba(15, 23, 28, 0.12);
}

body[data-page="home"] .hero-review-label {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="home"] .hero-review-score {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem;
}

body[data-page="home"] .hero-review-score strong {
  font-size: 1.35rem;
  line-height: 1;
  color: var(--white);
}

body[data-page="home"] .hero-review-score span {
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.82);
}

body[data-page="home"] .hero-review-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #ffd36e;
  font-weight: 700;
  text-decoration: none;
}

body[data-page="home"] .hero-review-link:hover {
  color: #ffe39d;
  text-decoration: underline;
}

body[data-page="home"] .section {
  padding: clamp(2.3rem, 5vw, 3.4rem) 0;
}

body[data-page="home"] .trust-strip {
  background: var(--white);
  border-top: 3px solid var(--industrial-red);
  border-bottom: 1px solid var(--concrete);
  padding: 2rem 0;
}

body[data-page="home"] .trust-container {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

body[data-page="home"] .trust-item {
  gap: 1rem;
  padding: 1rem;
  background: var(--concrete);
  border-radius: 8px;
  transition: all 0.3s var(--transition-smooth);
}

body[data-page="home"] .trust-item:hover {
  transform: translateX(8px);
  border-left-width: 6px;
}

body[data-page="home"] .trust-icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  flex-shrink: 0;
}

body[data-page="home"] .trust-text {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--steel-dark);
  line-height: 1.4;
}

body[data-page="home"] .ecosystem-hub-section {
  background:
    linear-gradient(180deg, rgba(211, 47, 47, 0.06), rgba(211, 47, 47, 0)),
    var(--white);
}

body[data-page="home"] .ecosystem-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

body[data-page="home"] .ecosystem-hub-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(55, 71, 79, 0.12);
  border-left: 4px solid rgba(211, 47, 47, 0.35);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(31, 42, 48, 0.08);
}

body[data-page="home"] .ecosystem-hub-card-active {
  border-left-color: var(--industrial-red);
  box-shadow: 0 18px 40px rgba(211, 47, 47, 0.16);
}

body[data-page="home"] .ecosystem-hub-kicker {
  margin: 0;
  color: var(--industrial-red);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home"] .ecosystem-hub-title {
  margin: 0;
  color: var(--steel-dark);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

body[data-page="home"] .ecosystem-hub-text {
  margin: 0;
  color: var(--steel-gray);
  line-height: 1.6;
}

body[data-page="home"] .ecosystem-hub-card .btn {
  margin-top: auto;
}

body[data-page="home"] .section-header {
  margin-bottom: 1.7rem;
}

body[data-page="home"] .section-subtitle {
  font-size: 1rem;
  max-width: 62ch;
}

body[data-page="home"] .services-grid,
body[data-page="home"] .testimonials-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

body[data-page="home"] .product-card {
  overflow: hidden;
  position: relative;
  border-left-width: 0;
  display: flex;
  flex-direction: column;
  transform-origin: center bottom;
  will-change: auto;
  transition:
    transform 0.35s var(--transition-smooth),
    box-shadow 0.35s var(--transition-smooth),
    border-color 0.35s var(--transition-smooth);
}

body[data-page="home"] .product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--industrial-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--transition-smooth);
}

body[data-page="home"] .product-card:hover {
  will-change: transform;
  transform: translateY(-12px) scale(1.015);
  box-shadow: 0 28px 54px rgba(15, 24, 29, 0.18);
  border-color: rgba(211, 47, 47, 0.28);
}

body[data-page="home"] .product-card:hover::before {
  transform: scaleX(1);
}

body[data-page="home"] .product-image {
  height: 240px;
  border-radius: 0;
  display: block;
  background: var(--concrete);
  transition:
    transform 0.45s var(--transition-smooth),
    filter 0.45s var(--transition-smooth);
}

body[data-page="home"] .product-card:hover .product-image {
  transform: scale(1.05);
  filter: saturate(1.04) contrast(1.02);
}

body[data-page="home"] .product-content {
  padding: 2rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}

body[data-page="home"] .product-title {
  font-size: clamp(1.35rem, 2.4vw, 1.5rem);
  margin-bottom: 1rem;
  color: var(--steel-dark);
  text-transform: uppercase;
  transition: color 0.3s var(--transition-smooth);
}

body[data-page="home"] .product-card:hover .product-title {
  color: var(--industrial-red);
}

body[data-page="home"] .product-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: flex-start;
  margin: -0.4rem 0 0;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  background: rgba(211, 47, 47, 0.08);
  border: 1px solid rgba(211, 47, 47, 0.16);
  color: var(--industrial-red-dark);
  font-family: var(--font-condensed);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home"] .product-description {
  color: var(--steel-light);
  margin-bottom: 0;
  line-height: 1.6;
}

body[data-page="home"] .product-specs {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--steel-dark);
  font-size: 0.93rem;
}

body[data-page="home"] .product-specs li {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #dde6ea;
}

body[data-page="home"] .product-specs li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body[data-page="home"] .product-specs strong {
  color: var(--steel-dark);
}

body[data-page="home"] .product-meta-note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
}

body[data-page="home"] .product-meta-note a {
  color: var(--industrial-red);
  font-weight: 700;
  text-decoration: none;
}

body[data-page="home"] .product-meta-note a:hover {
  color: var(--industrial-red-dark);
  text-decoration: underline;
}

body[data-page="home"] .product-content .btn {
  margin-top: auto;
  align-self: flex-start;
  transition:
    transform 0.3s var(--transition-smooth),
    box-shadow 0.3s var(--transition-smooth);
}

body[data-page="home"] .product-card:hover .product-content .btn {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(211, 47, 47, 0.18);
}

body[data-page="home"] .stats-section {
  background: var(--black);
  color: var(--white);
  padding: 4rem 0;
}

body[data-page="home"] .about-snapshot {
  align-items: stretch;
}

body[data-page="home"] .resource-card .btn {
  margin-top: auto;
}

body[data-page="home"] .technical-specs-section,
body[data-page="home"] .procurement-resources-section {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

body[data-page="home"] .technical-specs-section .section-header,
body[data-page="home"] .procurement-resources-section .section-header {
  margin-bottom: 1rem;
}

body[data-page="home"] .technical-specs-section .section-title,
body[data-page="home"] .procurement-resources-section .section-title {
  margin-bottom: 0.15rem;
}

body[data-page="home"] .technical-specs-section .section-subtitle,
body[data-page="home"] .procurement-resources-section .section-subtitle {
  max-width: 54ch;
  font-size: 0.96rem;
}

body[data-page="home"] .compact-section-note {
  max-width: 70ch;
  margin: 0.45rem auto 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-muted);
}

body[data-page="home"] .technical-specs-section .page-grid-3,
body[data-page="home"] .procurement-resources-section .page-grid-3 {
  gap: 0.8rem;
}

body[data-page="home"] .compact-info-card {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  min-height: 100%;
}

body[data-page="home"] .compact-info-card:hover {
  transform: none;
  box-shadow: var(--shadow-sm);
}

body[data-page="home"] .compact-info-card .eyebrow {
  margin-bottom: 0.18rem;
  font-size: 0.76rem;
}

body[data-page="home"] .compact-info-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.45rem;
  line-height: 1;
}

body[data-page="home"] .compact-info-card p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

body[data-page="home"] .compact-card-intro {
  color: var(--steel-light);
}

body[data-page="home"] .compact-metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.65rem 0 0.75rem;
}

body[data-page="home"] .compact-metric-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(211, 47, 47, 0.08);
  border: 1px solid rgba(211, 47, 47, 0.14);
  color: var(--industrial-red);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body[data-page="home"] .compact-block-title {
  margin: 0.55rem 0 0.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--industrial-red);
  font-weight: 700;
}

body[data-page="home"] .compact-info-card .spec-list {
  gap: 0.38rem;
}

body[data-page="home"] .compact-info-card .compact-summary-list {
  gap: 0.45rem;
}

body[data-page="home"] .compact-info-card .spec-list li {
  padding-bottom: 0.38rem;
  font-size: 0.93rem;
}

body[data-page="home"] .compact-info-card .compact-detail-list li:last-child {
  padding-bottom: 0;
}

body[data-page="home"] .compact-result-note {
  margin-top: 0.65rem;
  font-size: 0.92rem;
  color: var(--steel-dark);
}

body[data-page="home"] .compact-info-card .btn {
  min-height: 40px;
  padding: 0.62rem 0.9rem;
  width: fit-content;
}

body[data-page="home"] .compact-faq-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.55rem;
}

body[data-page="home"] .compact-faq-list li {
  padding-left: 1rem;
  position: relative;
  color: var(--steel-light);
}

body[data-page="home"] .compact-faq-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: var(--industrial-red);
}

body[data-page="home"] .stats-reference {
  margin-bottom: 2rem;
  color: var(--metal);
  text-align: center;
}

body[data-page="home"] .stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  text-align: center;
}

body[data-page="home"] .stat-item {
  background: transparent;
  border: 0;
  padding: 0;
}

body[data-page="home"] .stat-number {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-variant-numeric: tabular-nums;
}

body[data-page="home"] .stat-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--metal);
}

body[data-page="home"] .stat-period {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.9rem;
  color: #c8d5da;
}

body[data-page="home"] .quote-section {
  background: var(--steel-dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

body[data-page="home"] .quote-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(211, 47, 47, 0.05) 10px,
    rgba(211, 47, 47, 0.05) 20px
  );
  pointer-events: none;
}

body[data-page="home"] .quote-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 3rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-lg);
  position: relative;
}

body[data-page="home"] .quote-urgency-banner {
  max-width: 900px;
  margin: 0 auto 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(176, 190, 197, 0.28);
  border-left: 4px solid rgba(176, 190, 197, 0.85);
  background: rgba(236, 239, 241, 0.12);
  color: #e4ecef;
  font-weight: 600;
}

body[data-page="home"] .quote-orientation-grid {
  max-width: 900px;
  margin: 0 auto 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
}

body[data-page="home"] .quote-orientation-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  color: #f3f7f8;
}

body[data-page="home"] .quote-orientation-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  color: #ffffff;
}

body[data-page="home"] .quote-orientation-card p {
  margin: 0 0 0.32rem;
  font-size: 0.92rem;
}

body[data-page="home"] .quote-orientation-note {
  font-size: 0.8rem;
  opacity: 0.9;
}

body[data-page="home"] #quickQuoteMsg a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body[data-page="home"] .form-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

body[data-page="home"] .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body[data-page="home"] .form-group.full-width {
  grid-column: 1 / -1;
}

body[data-page="home"] .form-label {
  color: var(--concrete);
}

body[data-page="home"] .form-input,
body[data-page="home"] .form-select {
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--white);
  font-size: 1rem;
  font-family: var(--font-body);
  transition: all 0.3s var(--transition-smooth);
}

body[data-page="home"] .form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body[data-page="home"] .form-input:focus,
body[data-page="home"] .form-select:focus {
  outline: none;
  border-color: var(--industrial-red);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 4px rgba(211, 47, 47, 0.2);
}

body[data-page="home"] .form-select option {
  background: var(--steel-dark);
  color: var(--white);
}

body[data-page="home"] .services-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

body[data-page="home"] .service-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 12px;
  border: 2px solid var(--concrete);
  transition: all 0.3s var(--transition-smooth);
}

body[data-page="home"] .service-card:hover {
  border-color: var(--industrial-red);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

body[data-page="home"] .service-icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  color: var(--industrial-red);
  margin-bottom: 1.5rem;
  display: block;
}

body[data-page="home"] .service-title {
  font-size: clamp(1.35rem, 2.4vw, 1.5rem);
  margin-bottom: 1rem;
  color: var(--steel-dark);
  text-transform: uppercase;
}

body[data-page="home"] .service-description {
  color: var(--steel-light);
  line-height: 1.6;
}

body[data-page="home"] .service-note {
  margin-top: 0.75rem;
  padding-top: 0.7rem;
  border-top: 1px dashed #d7dee2;
  font-size: 0.9rem;
  color: #40545d;
}

body[data-page="home"] .testimonials-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

body[data-page="home"] .testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--industrial-red);
  will-change: auto;
  transition: all 0.3s var(--transition-smooth);
}

body[data-page="home"] .testimonial-card:hover {
  will-change: transform;
  transform: translateY(-8px);
  border-left-width: 6px;
  box-shadow: var(--shadow-lg);
}

body[data-page="home"] .testimonial-head {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1rem;
}

body[data-page="home"] .testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f04545, #b21f1f);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

body[data-page="home"] .testimonial-avatar-photo {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

body[data-page="home"] .testimonial-avatar-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body[data-page="home"] .testimonial-client {
  min-width: 0;
}

body[data-page="home"] .testimonial-quote {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: var(--concrete);
}

body[data-page="home"] .testimonial-author {
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

body[data-page="home"] .testimonial-company-note {
  color: #c5d2d7;
  font-size: 0.92rem;
}

body[data-page="home"] .testimonial-asset-note {
  margin-top: 0.25rem;
  color: rgba(234, 241, 244, 0.78);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-page="home"] .testimonial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body[data-page="home"] .testimonial-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  color: #eaf1f4;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body[data-page="home"] .testimonial-verified {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: rgba(37, 211, 102, 0.15);
  color: #9df0bb;
  border: 1px solid rgba(37, 211, 102, 0.35);
}

body[data-page="home"] .cta-section {
  background: linear-gradient(135deg, var(--industrial-red) 0%, var(--industrial-red-dark) 100%);
  color: var(--white);
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}

body[data-page="home"] .cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.05) 20px,
    rgba(255, 255, 255, 0.05) 40px
  );
  pointer-events: none;
}

body[data-page="home"] .cta-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: var(--z-base);
}

body[data-page="home"] .cta-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: var(--white);
}

body[data-page="home"] .cta-subtitle {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
}

body[data-page="home"] .btn-cta-large {
  background: var(--white);
  color: var(--industrial-red);
  font-size: 1.2rem;
  padding: 1.25rem 3rem;
  will-change: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

body[data-page="home"] .btn-cta-large:hover {
  will-change: transform;
  background: var(--concrete);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}


body[data-page="home"] .whatsapp-float {
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: var(--z-fixed);
}

@media (max-width: 968px) {
  body[data-page="home"] .services-grid,
  body[data-page="home"] .ecosystem-hub-grid,
  body[data-page="home"] .support-hub-grid,
  body[data-page="home"] .testimonials-grid,
  body[data-page="home"] .form-grid,
  body[data-page="home"] .trust-container,
  body[data-page="home"] .stats-grid,
  body[data-page="home"] .hero-container {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-cta-group {
    width: 100%;
    align-items: stretch;
  }

  body[data-page="home"] .hero-cta-primary {
    min-width: 0;
  }

  body[data-page="home"] .hero-cta-secondary {
    justify-content: center;
    text-align: center;
  }

  body[data-page="home"] .hero-review-proof {
    width: 100%;
    text-align: center;
  }

  body[data-page="home"] .hero-review-score {
    justify-content: center;
  }

  body[data-page="home"] .hero-review-link {
    width: 100%;
    justify-content: center;
  }

  body[data-page="home"] .hero-media {
    max-width: 540px;
    width: 100%;
    justify-self: center;
  }

  body[data-page="home"] .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .form-control,
  .form-select,
  .form-input {
    min-height: 52px;
    padding: 0.85rem 0.95rem;
    font-size: 16px;
  }

  textarea.form-control {
    min-height: 132px;
  }

  .btn,
  button {
    min-height: 52px;
  }

  body[data-page="home"] .container,
  body[data-page="home"] .hero-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body[data-page="home"] .hero-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  body[data-page="home"] .hero-media-badge {
    top: 0.85rem;
    left: 0.85rem;
    font-size: 0.68rem;
  }

  body[data-page="home"] .hero-media-caption {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.85rem 0.9rem;
  }

  body[data-page="home"] .section {
    padding: 3rem 0;
  }

  body[data-page="home"] .quote-form-wrapper {
    padding: 2rem 1.5rem;
  }

  body[data-page="home"] .support-hub-card {
    padding: 1.5rem;
  }

  body[data-page="home"] .support-newsletter-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .whatsapp-float {
    bottom: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    font-size: 1.75rem;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .hero-eyebrow::after {
    width: 1.8rem;
    flex-basis: 1.8rem;
  }
}
