/* ============================================================
   Enterprise Light — Design System Uspery
   Complementa Bootstrap 5.3 + style.css
   Não usar !important. Não sobrescrever classes Bootstrap diretamente.
   ============================================================ */

/* --- Variáveis adicionais --- */
:root {
  --section-padding:     96px 0;
  --section-padding-sm:  56px 0;
  --card-shadow:         0 2px 16px rgba(0, 0, 51, 0.07);
  --card-shadow-hover:   0 12px 40px rgba(0, 0, 51, 0.14), 0 0 0 1px rgba(255,108,38,0.12);
  --border-accent:       3px solid var(--brand-orange);
  --border-authority:    3px solid var(--primary-navy);
  --transition-base:     box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
  --orange-glow:         0 0 24px rgba(255, 108, 38, 0.35);
}

/* --- Seções alternadas --- */
.section-light { background: #ffffff; }
.section-gray  {
  background: #f7f7f9;
  background-image: radial-gradient(circle, rgba(0,0,51,0.045) 1px, transparent 1px);
  background-size: 22px 22px;
}
.section-dark  { background: var(--primary-navy); color: #fff; }

.section-enterprise {
  padding: var(--section-padding);
}
.section-enterprise-sm {
  padding: var(--section-padding-sm);
}

/* --- Eyebrow label --- */
.eyebrow {
  display: table; /* block-level mas sem 100% width */
  font-size: 10px;
  letter-spacing: 2.5px;
  font-weight: 800;
  color: var(--brand-orange);
  text-transform: uppercase;
  margin-bottom: 14px;
  background: rgba(255, 108, 38, 0.08);
  border: 1px solid rgba(255, 108, 38, 0.22);
  padding: 5px 14px 5px 10px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--brand-orange);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}
/* Centralizado quando dentro de text-center */
.text-center .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

/* --- Títulos de seção --- */
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 48px);
  color: var(--primary-navy);
  line-height: 1.15;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}
.section-dark .section-title {
  color: #ffffff;
}
/* Underline gradient accent */
.text-center .section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-orange), rgba(255,108,38,0));
  margin: 14px auto 0;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #5f6b7a;
  max-width: 600px;
}

/* --- Cards Enterprise --- */
.e-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  box-shadow: var(--card-shadow);
  transition: var(--transition-base);
  padding: 32px;
}
.e-card:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-3px);
}
.e-card--accent-orange {
  border-top: var(--border-accent);
}
.e-card--accent-navy {
  border-top: var(--border-authority);
}

/* --- Impact Band --- */
.impact-band {
  background: var(--primary-navy);
  background-image:
    linear-gradient(135deg, rgba(255,108,38,0.06) 0%, transparent 50%, rgba(255,108,38,0.04) 100%),
    radial-gradient(ellipse at 80% 50%, rgba(255,108,38,0.08) 0%, transparent 60%);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
.impact-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
.impact-band__item {
  text-align: center;
  padding: 0 24px;
}
.impact-band__label {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 700;
  color: var(--brand-orange);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.impact-band__text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  line-height: 1.4;
}
.impact-band__number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 700;
  background: linear-gradient(135deg, #ffffff 0%, var(--brand-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
  filter: drop-shadow(0 0 18px rgba(255,108,38,0.3));
}
.impact-band__divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  align-self: stretch;
}

/* --- Methodology --- */
.method-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-top: var(--border-authority);
  padding: 28px 24px;
  height: 100%;
  transition: var(--transition-base);
  position: relative;
  overflow: hidden;
}
.method-card:nth-child(even),
.method-card--orange {
  border-top-color: var(--brand-orange);
}
.method-card:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-3px);
}
.method-card__number {
  position: absolute;
  top: -12px;
  right: 16px;
  font-size: 72px;
  font-weight: 800;
  color: var(--primary-navy);
  opacity: 0.04;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.method-card__step {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--brand-orange);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.method-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 10px;
}
.method-card__desc {
  font-size: 14px;
  color: #5f6b7a;
  line-height: 1.6;
  margin: 0;
}

/* --- Comparison Table --- */
.comparison-section {
  background: #ffffff;
  padding: var(--section-padding);
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.comparison-table thead tr {
  background: var(--primary-navy);
  color: #ffffff;
}
.comparison-table thead th {
  padding: 14px 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.comparison-table thead th.col-uspery {
  color: var(--brand-orange);
  font-weight: 700;
}
.comparison-table tbody tr {
  border-bottom: 1px solid #edf0f3;
  transition: background 0.15s;
}
.comparison-table tbody tr:hover {
  background: #f7f7f9;
}
.comparison-table tbody td {
  padding: 13px 16px;
  color: #444;
  vertical-align: middle;
}
.comparison-table tbody td.col-criteria {
  font-weight: 600;
  color: var(--primary-navy);
}
.comparison-table tbody td.col-uspery {
  color: var(--brand-orange);
  font-weight: 700;
}
.comparison-table tbody td.col-others {
  color: #8a9097;
}
.comparison-table-wrapper {
  overflow-x: auto;
  border: 1px solid #e8ecf0;
}

/* --- Certifications Band --- */
.cert-band {
  background: var(--primary-navy);
  padding: 48px 0;
}
.cert-band__label {
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 28px;
}
.cert-band__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.cert-band__item {
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: var(--transition-base);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cert-band__item:hover {
  color: #ffffff;
  border-color: var(--brand-orange);
  background: rgba(255, 108, 38, 0.08);
}
.cert-band__item i {
  font-size: 16px;
  color: var(--brand-orange);
  opacity: 0.8;
}
.cert-band__divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
}

/* --- FAQ --- */
.faq-section {
  background: #f7f7f9;
  padding: var(--section-padding);
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #e8ecf0;
  background: #ffffff;
  margin-bottom: 4px;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
  border-left: 3px solid transparent;
}
.faq-question:hover {
  color: var(--brand-orange);
}
.faq-item.open .faq-question {
  color: var(--brand-orange);
  border-left-color: var(--brand-orange);
}
.faq-question__icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease;
}
.faq-item.open .faq-question__icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0 24px;
  font-size: 14px;
  color: #5f6b7a;
  line-height: 1.7;
  border-left: 3px solid var(--brand-orange);
}
.faq-item.open .faq-answer {
  max-height: 600px;
  padding: 0 24px 20px;
}

/* --- Calendly CTA --- */
.calendly-section {
  background: linear-gradient(135deg, #000033 0%, #00004d 100%);
  padding: var(--section-padding);
}
.calendly-widget-container {
  max-width: 780px;
  margin: 0 auto;
  background: #ffffff;
  border-top: 4px solid var(--brand-orange);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.calendly-widget-container .calendly-inline-widget {
  display: block;
}
.calendly-fallback {
  text-align: center;
  padding: 40px;
}
.calendly-fallback .btn-schedule {
  background: var(--brand-orange);
  color: #ffffff;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: var(--transition-base);
}
.calendly-fallback .btn-schedule:hover {
  background: #e55e1a;
  color: #ffffff;
}

/* --- Hero Trust Pill & Stats --- */
.hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 108, 38, 0.35);
  background: rgba(255, 108, 38, 0.08);
  color: var(--brand-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.hero-trust-pill svg {
  flex-shrink: 0;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stat {
  padding: 0 24px 0 0;
}
.hero-stat:first-child { padding-left: 0; }
.hero-stat__num {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.hero-stat__label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: 0.3px;
}
.hero-stat__divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.12);
  margin-right: 24px;
}

/* --- Hero Scroll Indicator --- */
.hero-scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s;
  animation: hero-scroll-bounce 2s ease-in-out infinite;
}
.hero-scroll-indicator:hover {
  border-color: var(--brand-orange);
  color: var(--brand-orange);
}
@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(5px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scroll-indicator { animation: none; }
}

/* --- Sticky CTA Bar --- */
.sticky-cta {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: var(--primary-navy);
  border-bottom: 2px solid var(--brand-orange);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.sticky-cta.visible {
  transform: translateY(0);
  pointer-events: auto;
}
.sticky-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 16px;
}
.sticky-cta__label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.sticky-cta__label i { color: var(--brand-orange); }
.sticky-cta__btn {
  background: var(--brand-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 22px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  letter-spacing: 0.3px;
  transition: background 0.2s;
  white-space: nowrap;
  cursor: pointer;
}
.sticky-cta__btn:hover { background: #e55e1a; color: #fff; }
.sticky-cta__close {
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.4);
  font-size: 16px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
  line-height: 1;
}
.sticky-cta__close:hover { color: #fff; }

/* --- Trusted By — logos reais --- */
.trusted-logo {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 0.3s, opacity 0.3s;
  display: block;
}
.marquee-content span:hover .trusted-logo {
  filter: grayscale(0);
  opacity: 1;
}
.marquee-content span {
  padding: 0 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* --- Solution Tabs --- */
.solution-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.solution-tab {
  background: transparent;
  border: 1px solid #d1d9e0;
  color: #5f6b7a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
}
.solution-tab:hover {
  border-color: var(--primary-navy);
  color: var(--primary-navy);
}
.solution-tab.active {
  background: var(--primary-navy);
  border-color: var(--primary-navy);
  color: #fff;
}

/* Solution col filter states */
.solution-col {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.solution-col.dimmed {
  opacity: 0.35;
  transform: scale(0.97);
}

/* --- Solution card category badge --- */
.solution-card__cat {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-bottom: 10px;
}

/* --- Solution card hover: icon + border → orange --- */
.solution-card:hover .solution-card__icon {
  color: var(--brand-orange);
}
.solution-card:hover {
  border-top-color: var(--brand-orange);
}

/* --- Methodology Timeline --- */
.method-timeline {
  position: relative;
}
@media (min-width: 992px) {
  .method-timeline::before {
    content: '';
    position: absolute;
    top: 56px;
    left: calc(12.5% + 12px);
    right: calc(12.5% + 12px);
    height: 2px;
    background: linear-gradient(90deg, var(--brand-orange) 0%, rgba(0,0,51,0.15) 100%);
    z-index: 0;
    pointer-events: none;
  }
  .method-card {
    position: relative;
    z-index: 1;
  }
  .method-card::before {
    content: '';
    position: absolute;
    top: -22px;
    left: 24px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-orange);
    border: 2px solid #f7f7f9;
    box-shadow: 0 0 0 3px rgba(255,108,38,0.2);
    z-index: 2;
  }
}

/* --- Hero Enterprise overrides --- */
.hero-enterprise {
  position: relative;
  overflow: hidden;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: var(--primary-navy);
  border-bottom: 4px solid var(--brand-orange);
}

/* #6 — Gradient radial no hero */
.hero-enterprise::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(ellipse at center, rgba(255,108,38,0.12) 0%, rgba(255,108,38,0.04) 45%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hero-enterprise__eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  font-weight: 700;
  color: var(--brand-orange);
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.hero-enterprise__title {
  font-family: var(--font-heading);
  font-size: clamp(38px, 5.5vw, 70px);
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
}
.hero-enterprise__title em {
  color: var(--brand-orange);
  font-style: italic;
}
.hero-enterprise__title strong {
  background: linear-gradient(135deg, var(--brand-orange) 0%, #ffb07a 60%, var(--brand-orange) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s linear infinite;
  font-weight: 700;
}
@keyframes gradient-shift {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-enterprise__title strong { animation: none; }
}
.hero-enterprise__desc {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 680px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.hero-cta-primary {
  background: var(--brand-orange);
  color: #ffffff;
  padding: 16px 32px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  border: 2px solid var(--brand-orange);
  transition: var(--transition-base);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-cta-primary:hover {
  background: #e55e1a;
  border-color: #e55e1a;
  color: #ffffff;
  box-shadow: var(--orange-glow);
}
.hero-cta-secondary {
  color: rgba(255, 255, 255, 0.85);
  padding: 16px 32px;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: var(--transition-base);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-cta-secondary:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

/* --- Who We Serve --- */
.serve-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-left: var(--border-accent);
  padding: 32px;
  height: 100%;
  transition: var(--transition-base);
}
.serve-card:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-3px);
}
.serve-card__icon {
  font-size: 2rem;
  color: var(--brand-orange);
  margin-bottom: 16px;
}
.serve-card__title {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--primary-navy);
  margin-bottom: 12px;
}
.serve-card__desc {
  font-size: 14px;
  color: #5f6b7a;
  line-height: 1.65;
  margin-bottom: 16px;
}
.serve-card__outcome {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-navy);
  background: linear-gradient(90deg, rgba(255,108,38,0.08) 0%, rgba(255,108,38,0.02) 100%);
  border-left: 3px solid var(--brand-orange);
  padding: 9px 12px;
  margin-bottom: 16px;
}
.serve-card__outcome i {
  color: var(--brand-orange);
  font-size: 12px;
}
.serve-card__cta {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-orange);
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.serve-card__cta:hover {
  color: var(--primary-navy);
}

/* --- Solutions --- */
.solution-card {
  background: #f7f7f9;
  border: 1px solid #e8ecf0;
  border-top: var(--border-authority);
  padding: 28px 22px;
  height: 100%;
  transition: var(--transition-base);
  display: flex;
  flex-direction: column;
}
.solution-card:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-3px);
  background: #ffffff;
}
.solution-card__icon {
  font-size: 2rem;
  color: var(--primary-navy);
  margin-bottom: 20px;
}
.solution-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 12px;
}
.solution-card__desc {
  font-size: 13px;
  color: #5f6b7a;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}
.solution-card__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-orange);
  text-decoration: none;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.solution-card__link:hover {
  color: var(--primary-navy);
}

/* --- Trusted By --- */
.trusted-section {
  background: #f7f7f9;
  padding: 48px 0;
  border-bottom: 1px solid #e8ecf0;
}
.marquee-content span {
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 0.3s, opacity 0.3s;
}
.marquee-content span:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* --- Testimonials --- */
.testimonials-section { background: #f7f7f9; }
.testi-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: var(--transition-base);
  margin: 0;
}
.testi-card:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-3px);
}
.testi-card--featured {
  border-top: var(--border-accent);
  border-left: var(--border-accent);
}
.testi-card__stars {
  display: flex;
  gap: 3px;
  color: var(--brand-orange);
}
.testi-card__quote {
  font-size: 15px;
  color: #2d3748;
  line-height: 1.7;
  font-style: italic;
  flex: 1;
  margin: 0;
}
.testi-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-card__avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--primary-navy);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}
.testi-card__author {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-navy);
  font-style: normal;
}
.testi-card__role {
  display: block;
  font-size: 12px;
  color: #5f6b7a;
  margin-top: 1px;
}

/* --- About --- */
.about-value {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e8ecf0;
}
.about-value:last-child {
  border-bottom: none;
}
.about-value__icon {
  font-size: 1.4rem;
  color: var(--brand-orange);
  min-width: 28px;
  margin-top: 2px;
}
.about-value__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 4px;
}
.about-value__desc {
  font-size: 14px;
  color: #5f6b7a;
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   Responsive — Mobile First
   ============================================================ */

/* --- Tablet (≤ 991px) --- */
@media (max-width: 991px) {
  :root {
    --section-padding:    72px 0;
    --section-padding-sm: 44px 0;
  }

  /* Solution tabs: scroll horizontal */
  .solution-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    gap: 6px;
  }
  .solution-tabs::-webkit-scrollbar { height: 0; }
  .solution-tab { white-space: nowrap; flex-shrink: 0; }

  /* Method timeline — sem linha no tablet */
  .method-timeline::before { display: none; }
  .method-card::before { display: none; }
}

/* --- Mobile (≤ 767px) --- */
@media (max-width: 767px) {
  :root {
    --section-padding:    52px 0;
    --section-padding-sm: 36px 0;
  }

  /* --- Hero --- */
  .hero-enterprise {
    min-height: 100svh;
    min-height: 100vh;
    padding: 100px 0 80px;
    align-items: flex-start;
  }
  .hero-enterprise__title {
    font-size: clamp(30px, 8vw, 44px);
    line-height: 1.18;
    margin-bottom: 16px;
  }
  .hero-enterprise__desc {
    font-size: 1rem;
    margin-bottom: 28px;
    line-height: 1.65;
  }
  /* CTAs em coluna no mobile */
  .hero-enterprise .d-flex.flex-wrap {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 14px;
  }
  /* Trust pill */
  .hero-trust-pill {
    font-size: 11px;
    padding: 6px 12px;
    margin-top: 20px;
  }
  /* Stats row */
  .hero-stats {
    gap: 0;
    padding-top: 16px;
    margin-top: 16px;
  }
  .hero-stat { padding: 0 16px 0 0; }
  .hero-stat__num { font-size: 1.4rem; }
  .hero-stat__label { font-size: 10px; }
  .hero-stat__divider { margin-right: 16px; }
  /* Scroll indicator menos intrusivo */
  .hero-scroll-indicator { bottom: 16px; }

  /* --- Eyebrow --- */
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    padding: 4px 10px 4px 8px;
    max-width: 100%;
  }

  /* --- Section title --- */
  .section-title { font-size: clamp(24px, 7vw, 34px); }
  .section-title::after { margin-top: 10px; }
  .section-subtitle { font-size: 1rem; }

  /* --- Impact Band --- */
  .impact-band { padding: 36px 0; }
  .impact-band__divider { display: none; }
  .impact-band .row > div {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
  }
  .impact-band .row > div:last-child { border-bottom: none; }
  .impact-band__number { font-size: clamp(2rem, 10vw, 2.8rem); }
  .impact-band__label { font-size: 9px; letter-spacing: 1.5px; }
  .impact-band__text { font-size: 12px; }

  /* --- Trusted By logos --- */
  .trusted-logo { height: 28px; }
  .marquee-content span { padding: 0 20px; }

  /* --- Cards gerais — padding reduzido --- */
  .e-card { padding: 20px; }
  .serve-card { padding: 20px 18px; }
  .serve-card__title { font-size: 17px; }
  .testi-card { padding: 20px; }
  .solution-card { padding: 20px 18px; }
  .solution-card__icon { font-size: 1.6rem; margin-bottom: 12px; }
  .solution-card__title { font-size: 15px; margin-bottom: 8px; }
  .solution-card__desc { font-size: 12px; margin-bottom: 12px; }
  .method-card { padding: 20px 18px; }
  .method-card__number { font-size: 56px; }

  /* --- Solution Tabs --- */
  .solution-tabs { margin-bottom: 28px !important; }
  .solution-tab { font-size: 10px; padding: 7px 14px; }

  /* --- Sticky CTA --- */
  .sticky-cta__btn {
    font-size: 12px;
    padding: 8px 14px;
  }
  .sticky-cta__inner { padding: 8px 0; }

  /* --- Comparison table --- */
  .comparison-table { font-size: 11px; }
  .comparison-table thead th,
  .comparison-table tbody td { padding: 10px 10px; }

  /* --- Certifications --- */
  .cert-band { padding: 32px 0; }
  .cert-band__items { gap: 8px; }
  .cert-band__item { font-size: 11px; padding: 6px 14px; }

  /* --- FAQ --- */
  .faq-question { padding: 16px; font-size: 14px; }
  .faq-answer { padding: 0 16px; }
  .faq-item.open .faq-answer { padding: 0 16px 16px; }
  .faq-list { max-width: 100%; }

  /* --- Calendly --- */
  .calendly-section { padding: 52px 0; }

  /* --- Serve-card outcome --- */
  .serve-card__outcome { font-size: 12px; padding: 7px 10px; }

  /* --- Section gray dot pattern — menos denso no mobile --- */
  .section-gray {
    background-size: 30px 30px;
  }

  /* --- Hero radial gradient — menor no mobile --- */
  .hero-enterprise::after {
    width: 300px;
    height: 300px;
    bottom: -20px;
    right: -40px;
  }
}