/* ============================================================
   HOME BENTO & ANIMATIONS (Perform Aesthetic)
   ============================================================ */

.home-hero {
  min-height: 75vh;
  height: auto;
  align-items: center;
}

.home-hero .page-hero-media {
  object-position: center 24%;
}

.home-hero::before {
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.15) 0%,
    rgba(10, 10, 10, 0.40) 35%,
    rgba(10, 10, 10, 0.80) 65%,
    #0a0a0a 100%
  );
}

@media (max-width: 767.98px) {
  .home-hero .page-hero-media {
    object-position: center 30%;
  }
}

.bento-grid {
  display: grid;
  gap: 1.2rem;
  grid-auto-flow: dense;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

.bento-card {
  background: var(--card-light);
  border: 1px solid var(--card-light-border);
  border-radius: 24px;
  padding: 2rem;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-dark .bento-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bento-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}
.section-dark .bento-card:hover {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

/* Specific bento spans */
.col-span-full { grid-column: span 12; }
@media (min-width: 768px) {
  .md\:col-span-4 { grid-column: span 4; }
  .md\:col-span-5 { grid-column: span 5; }
  .md\:col-span-6 { grid-column: span 6; }
  .md\:col-span-7 { grid-column: span 7; }
  .md\:col-span-8 { grid-column: span 8; }
  .md\:col-span-12 { grid-column: span 12; }
}
@media (min-width: 1024px) {
  .lg\:col-span-3 { grid-column: span 3; }
  .lg\:col-span-4 { grid-column: span 4; }
  .lg\:col-span-5 { grid-column: span 5; }
  .lg\:col-span-6 { grid-column: span 6; }
  .lg\:col-span-7 { grid-column: span 7; }
  .lg\:col-span-8 { grid-column: span 8; }
}

/* Animations */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-100 { transition-delay: 100ms; }
.delay-200 { transition-delay: 200ms; }
.delay-300 { transition-delay: 300ms; }

/* Refined Typography for Home */
.home-massive-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  color: inherit;
}
.home-section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

/* ============================================================
   HOME HERO - premium decision system
   ============================================================ */

.home-premium-hero {
  min-height: 100vh;
  height: auto;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 87% 46%, rgba(225, 12, 0, 0.36) 0, rgba(225, 12, 0, 0.16) 18rem, transparent 37rem),
    radial-gradient(circle at 8% 85%, rgba(225, 12, 0, 0.17) 0, transparent 20rem),
    linear-gradient(90deg, #050505 0%, #070707 50%, #100605 100%);
}

.home-premium-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(118deg, transparent 0 31%, rgba(255, 255, 255, 0.04) 31.15%, transparent 31.35% 100%),
    linear-gradient(118deg, transparent 0 34%, rgba(255, 255, 255, 0.025) 34.15%, transparent 34.35% 100%),
    linear-gradient(90deg, transparent 0 66%, rgba(255, 255, 255, 0.035) 66.08%, transparent 66.18% 100%),
    repeating-linear-gradient(90deg, transparent 0 1.7rem, rgba(255, 255, 255, 0.028) 1.75rem, transparent 1.8rem),
    radial-gradient(circle at 78% 25%, transparent 0 12rem, rgba(225, 12, 0, 0.22) 12.05rem, transparent 12.15rem 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.62));
  opacity: 0.95;
  pointer-events: none;
}

.home-premium-hero::after {
  content: '';
  position: absolute;
  inset: auto -10rem -11rem auto;
  z-index: 1;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 12, 0, 0.24), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.home-premium-inner {
  padding: 4.64rem 0 2.4rem;
}

.home-premium-shell {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 100rem !important;
  grid-template-columns: minmax(0, 1.13fr) minmax(36rem, 0.87fr);
  gap: clamp(1.6rem, 3.6vw, 4rem);
  align-items: start;
}

.home-premium-copy {
  max-width: 55rem;
}

.home-premium-brand {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin-bottom: clamp(1.7rem, 3vw, 3.4rem);
}

.home-premium-brand-icon,
.home-premium-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #e83832, #b50808);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 0 1px rgba(225, 12, 0, 0.55),
    0 0 2rem rgba(225, 12, 0, 0.42);
}

.home-premium-brand-icon {
  width: 3.68rem;
  height: 3.68rem;
  font-size: 1.24rem;
}

.home-premium-brand-name {
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.08rem, 1.6vw, 1.56rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.home-premium-brand-subtitle {
  margin-top: 0.44rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.76rem, 1.04vw, 0.98rem);
  line-height: 1.2;
}

.home-premium-title {
  max-width: 58rem;
  margin: 0;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.56rem, 3.64vw, 3.84rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
  text-wrap: balance;
  text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.44);
}

.home-premium-title span {
  display: block;
  color: #ff4b43;
  text-shadow: 0 0 2.1rem rgba(225, 12, 0, 0.34);
}

@media (min-width: 1181px) {
  .home-premium-title span {
    white-space: nowrap;
  }
}

.home-premium-lead {
  max-width: 55rem;
  margin: 1.32rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.84rem, 1.36vw, 1.2rem);
  font-weight: 300;
  line-height: 1.58;
}

.home-premium-lead strong {
  color: #ff3b35;
  font-weight: 800;
}

.home-premium-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.16rem;
  margin-top: 1.24rem;
  max-width: 52rem;
}

.home-premium-metric {
  min-height: 6.48rem;
  padding: 0.96rem 1.16rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.5rem;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018) 54%, rgba(225, 12, 0, 0.055)),
    rgba(5, 5, 5, 0.54);
  box-shadow:
    0 1.4rem 3.3rem rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(225, 12, 0, 0.12) inset;
}

.home-premium-metric strong {
  display: block;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.76rem, 2.88vw, 2.52rem);
  font-weight: 800;
  line-height: 1;
}

.home-premium-metric > span {
  display: block;
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.92rem;
}

.home-premium-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.56rem;
  min-width: min(100%, 15.2rem);
  gap: 1.12rem;
  border-radius: 0.34rem;
  color: #fff !important;
  font-family: 'Sora', sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-premium-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

.home-premium-btn-primary {
  min-width: min(100%, 21.2rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff !important;
  background: linear-gradient(135deg, #ff3733, #cf1714);
  box-shadow:
    0 1rem 2.5rem rgba(225, 12, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.14) inset;
}

.home-premium-btn-primary:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #ff3733, #cf1714);
  box-shadow:
    0 1.2rem 3rem rgba(225, 12, 0, 0.44),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.home-premium-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 1.1rem 2.6rem rgba(0, 0, 0, 0.22);
}

.home-premium-btn-secondary:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.home-premium-panel {
  position: relative;
  overflow: hidden;
  margin-left: 1.2rem;
  margin-top: 2.88rem;
  padding: clamp(1.6rem, 2.72vw, 2.32rem);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 1.08rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(225, 12, 0, 0.26), transparent 52%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(8, 8, 8, 0.72);
  box-shadow:
    0 2.4rem 5.5rem rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(225, 12, 0, 0.28) inset,
    0 0 4rem rgba(225, 12, 0, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.home-premium-panel::before {
  content: '';
  position: absolute;
  inset: -8rem -5rem auto auto;
  width: 27rem;
  height: 27rem;
  border: 1px dashed rgba(225, 12, 0, 0.36);
  border-radius: 50%;
  pointer-events: none;
}

.home-premium-panel h2 {
  position: relative;
  margin: 0 0 1.92rem;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.24rem, 1.84vw, 1.64rem);
  font-weight: 800;
  line-height: 1.1;
}

.home-premium-panel-list {
  position: relative;
  display: grid;
  gap: 0;
}

.home-premium-panel-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.24rem;
  align-items: center;
  padding: 1.24rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.home-premium-panel-item:first-child {
  padding-top: 0;
}

.home-premium-panel-icon {
  width: 3.12rem;
  height: 3.12rem;
  font-size: 1rem;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(225, 12, 0, 0.4), rgba(48, 10, 10, 0.78));
}

.home-premium-panel-item h3 {
  margin: 0;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(0.88rem, 1.28vw, 1.14rem);
  font-weight: 800;
  line-height: 1.2;
}

.home-premium-panel-item p {
  margin: 0.44rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.76rem, 0.96vw, 0.9rem);
  font-weight: 300;
  line-height: 1.35;
}

.home-premium-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.8rem, 1.04vw, 0.98rem);
}

.home-premium-panel-footer strong {
  color: #66db80;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .home-premium-shell {
    grid-template-columns: 1fr;
    max-width: 54rem !important;
  }

  .home-premium-panel {
    margin-left: 0;
    max-width: 46rem;
  }
}

@media (max-width: 767px) {
  .home-premium-hero {
    min-height: auto;
  }

  .home-premium-inner {
    padding: 5.6rem 0 2.4rem;
  }

  .home-premium-brand {
    gap: 0.8rem;
    margin-bottom: 1.76rem;
  }

  .home-premium-brand-icon {
    width: 2.96rem;
    height: 2.96rem;
    font-size: 1rem;
  }

  .home-premium-title {
    font-size: clamp(2.08rem, 11.2vw, 3.2rem);
  }

  .home-premium-lead {
    font-size: 0.84rem;
  }

  .home-premium-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
  }

  .home-premium-metric {
    min-height: 5.6rem;
    padding: 0.88rem;
  }

  .home-premium-actions {
    gap: 0.72rem;
  }

  .home-premium-btn {
    width: 100%;
    min-height: 3.36rem;
    font-size: 0.8rem;
  }

  .home-premium-panel {
    padding: 1.08rem;
    border-radius: 0.8rem;
  }

  .home-premium-panel-item {
    gap: 0.8rem;
    padding: 0.92rem 0;
  }

  .home-premium-panel-icon {
    width: 2.56rem;
    height: 2.56rem;
  }

  .home-premium-panel-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.28rem;
  }
}

/* Spacing */
.home-section-padding {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media (min-width: 1024px) {
  .home-section-padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Specific Card variants */
.bento-img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.bento-card:hover .bento-img-bg {
  transform: scale(1.05);
}
.bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.05) 100%);
}
.bento-content-bottom {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ============================================================
   METODOLOGIA / MODALIDADES - reference section
   ============================================================ */

.methodology-showcase {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, #fbfaf8 0%, #f7f6f4 54%, #f5f3f1 100%);
  padding: 2.8rem 0 3.2rem;
  color: #070707;
}

.methodology-showcase::before {
  content: '';
  position: absolute;
  top: -15rem;
  right: -13rem;
  width: 58rem;
  height: 58rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.8rem rgba(0, 0, 0, 0.025),
    0 0 0 5.6rem rgba(0, 0, 0, 0.018),
    0 0 0 8.4rem rgba(0, 0, 0, 0.012);
  transform: rotate(-16deg) scaleX(1.35);
  pointer-events: none;
  z-index: 0;
}

.methodology-showcase::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, transparent 0, transparent 56%, rgba(0, 0, 0, 0.045) 56%, transparent calc(56% + 1px)),
    linear-gradient(to right, transparent 0, transparent 65%, rgba(0, 0, 0, 0.045) 65%, transparent calc(65% + 1px)),
    linear-gradient(to bottom, transparent 0, transparent 32%, rgba(0, 0, 0, 0.035) 32%, transparent calc(32% + 1px));
  pointer-events: none;
  z-index: 0;
}

.methodology-blueprint {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.methodology-blueprint-line {
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.055);
}

.methodology-blueprint-line-1 {
  top: 2rem;
  right: -8rem;
  width: 26rem;
  height: 1px;
}

.methodology-blueprint-line-2 {
  top: 5rem;
  right: 14%;
  width: 1px;
  height: 30rem;
}

.methodology-blueprint-line-3 {
  top: 16rem;
  right: 3%;
  width: 25rem;
  height: 1px;
  border-top: 1px dashed rgba(0, 0, 0, 0.075);
  background: transparent;
}

.methodology-blueprint-dot {
  position: absolute;
  top: 14.7rem;
  right: 5.2%;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: var(--saab-red);
  box-shadow: 0 0 0 0.18rem rgba(225, 12, 0, 0.08);
}

.methodology-blueprint-label {
  position: absolute;
  right: 2.4rem;
  color: rgba(0, 0, 0, 0.38);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.methodology-blueprint-label-1 { top: 5.2rem; }
.methodology-blueprint-label-2 { top: 19rem; }
.methodology-blueprint-label-3 { top: 28.5rem; }

.methodology-showcase-inner {
  position: relative;
  z-index: 1;
  max-width: 91rem;
}

.methodology-showcase-copy {
  max-width: 48rem;
}

.methodology-kicker {
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 1.25rem;
  color: var(--saab-red);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.methodology-kicker::after {
  content: '';
  display: block;
  width: 2.9rem;
  height: 1px;
  background: var(--saab-red);
}

.methodology-title {
  max-width: 48rem;
  margin: 0;
  color: #070707;
  font-family: 'Sora', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.methodology-title em {
  color: #070707;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.94em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

.methodology-intro {
  max-width: 33rem;
  margin: 1.75rem 0 0;
  color: rgba(7, 7, 7, 0.76);
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.72;
}

.methodology-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  margin-top: 2.1rem;
}

.methodology-card {
  position: relative;
  overflow: hidden;
  min-height: 34.4rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0.9rem;
  background: #fff;
  box-shadow:
    0 1.6rem 3rem rgba(0, 0, 0, 0.075),
    0 0.22rem 0.8rem rgba(0, 0, 0, 0.045);
}

.methodology-card-media {
  position: relative;
  height: 17.35rem;
  overflow: hidden;
}

.methodology-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.methodology-card:nth-child(2) .methodology-card-media img {
  object-position: center 38%;
}

.methodology-card:hover .methodology-card-media img {
  transform: scale(1.035);
}

.methodology-card-icon {
  position: absolute;
  top: 15rem;
  left: 1.9rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 50%;
  background: #fff;
  color: var(--saab-red);
  box-shadow:
    0 0.85rem 1.75rem rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px rgba(0, 0, 0, 0.035);
}

.methodology-card-icon i {
  font-size: 1.08rem;
  line-height: 1;
}

.methodology-card-icon i + i {
  margin-left: -0.15rem;
}

.methodology-card-body {
  padding: 3.45rem 2.2rem 2.2rem;
}

.methodology-card-label {
  display: block;
  margin-bottom: 0.32rem;
  color: var(--saab-red);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.methodology-card h3 {
  margin: 0;
  color: #070707;
  font-family: 'Sora', sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}

.methodology-card-rule {
  display: block;
  width: 2.25rem;
  height: 2px;
  margin: 1rem 0 1.3rem;
  background: var(--saab-red);
}

.methodology-card p {
  max-width: 20.5rem;
  margin: 0;
  color: rgba(7, 7, 7, 0.78);
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.62;
}

@media (min-width: 768px) {
  .methodology-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .methodology-showcase {
    padding: 4.8rem 0 4.4rem;
  }

  .methodology-blueprint {
    opacity: 0.45;
  }

  .methodology-title {
    font-size: 3.35rem;
  }

  .methodology-title br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .methodology-showcase {
    padding-top: 4.4rem;
  }

  .methodology-blueprint-label,
  .methodology-blueprint-dot,
  .methodology-blueprint-line {
    display: none;
  }

  .methodology-intro {
    font-size: 0.94rem;
  }

  .methodology-title {
    font-size: 2.45rem;
  }

  .methodology-card {
    min-height: 31rem;
  }

  .methodology-card-media {
    height: 13.4rem;
  }

  .methodology-card-icon {
    top: 11.2rem;
    left: 1.45rem;
  }
}

/* ============================================================
   PILARES SECTION
   ============================================================ */

.pillars-showcase {
  background:
    radial-gradient(circle at 88% 12%, rgba(225, 12, 0, 0.035) 0, transparent 26rem),
    linear-gradient(180deg, #fdfdfd 0%, #fafafa 54%, #f8f8f8 100%);
  padding: 2.25rem 0 2.9rem;
}

.pillars-showcase-inner {
  max-width: 88rem;
}

.pillars-showcase-header {
  margin-bottom: 2.05rem;
}

.pillars-showcase .home-section-title {
  margin: 0;
  color: #050505;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.pillar-header-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--saab-red);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.pillar-header-kicker::after {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1px;
  background-color: var(--saab-red);
}

.pillars-grid {
  gap: 1.15rem;
}

.pillar-card {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 1.45rem 2.6rem rgba(0, 0, 0, 0.08),
    inset -1px -1px 0 rgba(225, 12, 0, 0.42);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.pillar-card-wide {
  min-height: 14rem;
  align-items: center;
  flex-direction: row;
  gap: 2.6rem;
  padding: 2.85rem 3.2rem;
}

.pillar-card-tall {
  min-height: 15.5rem;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.05rem 2.15rem 2.1rem;
}

.pillar-card:hover {
  transform: translateY(-0.18rem);
  box-shadow:
    0 1.75rem 3.1rem rgba(0, 0, 0, 0.1),
    0 1.2rem 2.1rem rgba(225, 12, 0, 0.09),
    inset -1px -1px 0 rgba(225, 12, 0, 0.62);
}

.pillar-card::before {
  content: '';
  position: absolute;
  right: -8%;
  bottom: -34%;
  width: 58%;
  height: 64%;
  background: radial-gradient(circle at bottom right, rgba(225, 12, 0, 0.16) 0, rgba(225, 12, 0, 0.04) 35%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.pillar-card-pattern-1::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(0, 0, 0, 0.09) 1px, transparent 1.35px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 260'%3E%3Cg fill='none' stroke='%23E10C00' stroke-width='1' opacity='0.1'%3E%3Cpath d='M185 265 C290 210 382 174 450 86'/%3E%3Cpath d='M220 270 C324 214 402 176 496 24'/%3E%3Cpath d='M258 270 C355 218 429 180 545 36'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 0.55rem 0.55rem, cover;
  background-position: right 1.1rem top 0.25rem, right bottom;
  background-repeat: repeat, no-repeat;
  opacity: 0.52;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(105deg, transparent 0 48%, black 70%);
  -webkit-mask-image: linear-gradient(105deg, transparent 0 48%, black 70%);
}

.pillar-card-pattern-2::after,
.pillar-card-pattern-5::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(225, 12, 0, 0.16) 1px, transparent 1.35px),
    radial-gradient(circle at 76% 84%, transparent 0 3.8rem, rgba(0, 0, 0, 0.035) 3.85rem 4.15rem, transparent 4.2rem);
  background-size: 0.7rem 0.7rem, 100% 100%;
  background-position: right 1.1rem top 0.1rem, center;
  background-repeat: repeat, no-repeat;
  opacity: 0.54;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(circle at 86% 8%, black 0 7rem, transparent 13rem), radial-gradient(circle at 82% 86%, black 0 8rem, transparent 12rem);
  -webkit-mask-image: radial-gradient(circle at 86% 8%, black 0 7rem, transparent 13rem), radial-gradient(circle at 82% 86%, black 0 8rem, transparent 12rem);
}

.pillar-card-pattern-3::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 440 260'%3E%3Cg fill='none' stroke='%23000000' stroke-width='1' opacity='0.085'%3E%3Cpath d='M102 258 L428 20'/%3E%3Cpath d='M146 258 L428 44'/%3E%3Cpath d='M194 258 L428 70'/%3E%3Cpath d='M240 258 L428 98'/%3E%3Cpath d='M282 258 L428 130'/%3E%3C/g%3E%3Cg fill='%23000000' font-family='Arial' font-size='18' opacity='0.08'%3E%3Ctext x='215' y='126'%3E01%3C/text%3E%3Ctext x='262' y='116'%3E02%3C/text%3E%3Ctext x='310' y='106'%3E03%3C/text%3E%3Ctext x='358' y='94'%3E04%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.72;
  pointer-events: none;
  z-index: 0;
}

.pillar-card-pattern-4::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(225, 12, 0, 0.16) 1px, transparent 1.35px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 250'%3E%3Cg fill='%23000000' opacity='0.04'%3E%3Crect x='228' y='196' width='18' height='54'/%3E%3Crect x='267' y='166' width='18' height='84'/%3E%3Crect x='306' y='126' width='18' height='124'/%3E%3Crect x='345' y='88' width='18' height='162'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 0.7rem 0.7rem, cover;
  background-position: right 1rem top 0.2rem, right bottom;
  background-repeat: repeat, no-repeat;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(circle at 90% 8%, black 0 7rem, transparent 12rem), linear-gradient(120deg, transparent 0 38%, black 62%);
  -webkit-mask-image: radial-gradient(circle at 90% 8%, black 0 7rem, transparent 12rem), linear-gradient(120deg, transparent 0 38%, black 62%);
}

.pillar-card-content {
  position: relative;
  z-index: 1;
}

.pillar-card-wide .pillar-card-content {
  max-width: 21.6rem;
}

.pillar-card-tall .pillar-card-content {
  max-width: 16rem;
}

.pillar-icon-wrap {
  position: relative;
  z-index: 1;
  width: 4.7rem;
  height: 4.7rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow:
    0 1.1rem 1.9rem rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px rgba(0, 0, 0, 0.025);
  color: var(--saab-red);
  font-size: 1.6rem;
}

.pillar-card-wide .pillar-icon-wrap {
  width: 5.1rem;
  height: 5.1rem;
  font-size: 1.7rem;
}

.pillar-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #050505;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

.pillar-title::before {
  content: "Só a Saab tem";
  display: block;
  width: fit-content;
  background-color: rgba(225, 12, 0, 0.08);
  color: #E10C00;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid rgba(225, 12, 0, 0.2);
  margin-bottom: 0.7rem;
  line-height: 1;
}

.pillar-card-wide .pillar-title {
  font-size: 1.4rem;
}

.pillar-line {
  display: block;
  width: 1.45rem;
  height: 2px;
  background-color: var(--saab-red);
  margin: 0.85rem 0 1.1rem;
}

.pillar-desc {
  max-width: 20rem;
  margin: 0;
  color: rgba(5, 5, 5, 0.72);
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.48;
}

/* ============================================================
   COMO FUNCIONA / PROCESS
   ============================================================ */

.process-showcase {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 91% 10%, rgba(225, 12, 0, 0.34) 0, rgba(120, 6, 0, 0.18) 24rem, transparent 42rem),
    radial-gradient(circle at 50% 104%, rgba(225, 12, 0, 0.16) 0, transparent 32rem),
    linear-gradient(180deg, #030303 0%, #070707 48%, #030303 100%);
  padding: 2.75rem 0 2.9rem;
  color: #fff;
}

.process-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(225, 12, 0, 0.18) 1px, transparent 1.35px),
    linear-gradient(to right, transparent 0 54%, rgba(225, 12, 0, 0.14) 54%, transparent calc(54% + 1px)),
    linear-gradient(to bottom, transparent 0 8%, rgba(225, 12, 0, 0.1) 8%, transparent calc(8% + 1px)),
    linear-gradient(to bottom, transparent 0 30%, rgba(225, 12, 0, 0.09) 30%, transparent calc(30% + 1px)),
    linear-gradient(to bottom, transparent 0 73%, rgba(225, 12, 0, 0.08) 73%, transparent calc(73% + 1px));
  background-size: 0.72rem 0.72rem, auto, auto, auto, auto;
  background-position: 58% 0, center, center, center, center;
  mask-image: linear-gradient(90deg, transparent 0 36%, black 56%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0 36%, black 56%, black 100%);
  opacity: 0.68;
  pointer-events: none;
  z-index: 0;
}

.process-showcase::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  right: 1.75rem;
  width: 43.2rem;
  height: 16.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 330'%3E%3Cg fill='none' stroke='%23E10C00' stroke-width='1' opacity='0.2'%3E%3Cpath d='M0 218 H244 Q282 218 302 190 L335 143 Q350 121 380 121 H900'/%3E%3Cpath d='M184 280 H472 Q500 280 521 258 L563 216 Q582 196 612 196 H875 L900 172'/%3E%3Cpath d='M344 318 H515 Q540 318 560 296 L606 246 Q626 224 655 224 H846 L900 181'/%3E%3Cpath d='M460 48 H900'/%3E%3C/g%3E%3Cg stroke='%23E10C00' opacity='0.35'%3E%3Cpath d='M18 228 h18 M27 219 v18 M888 38 h24 M900 26 v24 M468 38 h22 M479 27 v22'/%3E%3Ccircle cx='690' cy='278' r='4' fill='none'/%3E%3Ccircle cx='690' cy='278' r='1.8' fill='%23E10C00'/%3E%3C/g%3E%3Cg fill='%23E10C00' font-family='Arial' font-size='16' opacity='0.28'%3E%3Ctext x='872' y='122'%3E20%3C/text%3E%3Ctext x='872' y='147'%3E89%3C/text%3E%3Ctext x='872' y='172'%3E95%3C/text%3E%3Ctext x='872' y='197'%3E33%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.78;
  pointer-events: none;
  z-index: 0;
}

.process-showcase-inner {
  position: relative;
  z-index: 1;
  max-width: 88rem;
}

.process-showcase-header {
  max-width: 38.4rem;
  margin-bottom: 2.1rem;
}

.process-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 1.45rem;
  color: #ff332b;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.38em;
  line-height: 1;
  text-transform: uppercase;
}

.process-kicker::before {
  content: '';
  display: block;
  width: 2.05rem;
  height: 1px;
  background: #ff332b;
}

.process-title {
  max-width: 38.4rem;
  margin: 0;
  color: #f4f4f4;
  font-family: 'Sora', sans-serif;
  font-size: 3.65rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.03;
  text-shadow: 0 0.65rem 1.6rem rgba(255, 255, 255, 0.08);
}

.process-intro {
  max-width: 32rem;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Sora', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.3rem;
}

.process-connector {
  position: absolute;
  top: 47.2%;
  z-index: 0;
  width: 2.3rem;
  height: 1px;
  background: rgba(255, 49, 43, 0.72);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 1rem rgba(225, 12, 0, 0.55);
}

.process-connector::before,
.process-connector::after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.process-connector::before {
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(45, 8, 8, 0.95);
  transform: translate(-50%, -50%);
}

.process-connector::after {
  left: 50%;
  width: 0.34rem;
  height: 0.34rem;
  background: #ff332b;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0.18rem rgba(225, 12, 0, 0.2);
}

.process-connector-1 { left: 25%; }
.process-connector-2 { left: 50%; }
.process-connector-3 { left: 75%; }

.step-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 16.5rem;
  padding: 1.8rem 1.65rem 1.6rem;
  border: 1px solid rgba(255, 164, 158, 0.62);
  border-radius: 1.15rem;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.025) 42%, rgba(225, 12, 0, 0.08) 100%),
    rgba(8, 8, 8, 0.82);
  box-shadow:
    inset -1px -1px 0 rgba(225, 12, 0, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 1.5rem 3rem rgba(0, 0, 0, 0.38);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.step-card > * {
  position: relative;
  z-index: 1;
}

.step-card:hover {
  transform: translateY(-0.25rem);
  box-shadow:
    inset -1px -1px 0 rgba(225, 12, 0, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 1.85rem 3.4rem rgba(0, 0, 0, 0.46),
    0 0 2rem rgba(225, 12, 0, 0.13);
}

.step-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.step-number {
  font-family: 'Sora', sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  color: #ff3330;
  line-height: 1;
  text-shadow: 0 0 1rem rgba(225, 12, 0, 0.2);
}

.step-icon {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0.018) 58%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4038;
  font-size: 0.98rem;
}

.step-rule {
  display: block;
  width: 1.45rem;
  height: 1px;
  margin: 0 0 0.85rem;
  background: #ff332b;
}

.step-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f5f5f5;
  margin: 0 0 0.75rem;
  letter-spacing: 0;
  line-height: 1.14;
}

.step-desc {
  max-width: 13.6rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.86) !important;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.48;
}

.step-deco-1::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.15rem;
  height: 6.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 120'%3E%3Cg fill='none' stroke='%23E10C00' stroke-width='1' opacity='0.42'%3E%3Cpath d='M0 88 C26 76 42 94 68 84 S108 56 142 72 190 98 229 72 279 54 322 77 346 92 360 84'/%3E%3Cpath d='M0 102 C31 90 50 106 82 94 S129 69 168 86 212 111 258 84 313 73 360 100' opacity='0.55'/%3E%3Cpath d='M0 112 C42 100 65 112 104 102 S165 85 211 101 286 106 360 88' opacity='0.32'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.58;
  pointer-events: none;
  z-index: 0;
}

.step-deco-2::after {
  content: '';
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0.9rem;
  height: 4.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 88'%3E%3Cg stroke='%23ffffff' stroke-width='1' opacity='0.2'%3E%3Cpath d='M0 64 H300'/%3E%3Cpath d='M25 52 V78 M90 52 V78 M155 52 V78 M220 52 V78 M285 52 V78'/%3E%3C/g%3E%3Cg stroke='%23E10C00' stroke-linecap='round' stroke-width='5'%3E%3Cpath d='M12 48 H110' opacity='0.16'/%3E%3Cpath d='M70 58 H177' opacity='0.28'/%3E%3Cpath d='M126 68 H244' opacity='0.9'/%3E%3C/g%3E%3Ccircle cx='284' cy='74' r='3' fill='%23E10C00'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.64;
  pointer-events: none;
  z-index: 0;
}

.step-deco-3::after {
  content: '';
  position: absolute;
  left: 1.5rem;
  right: 1.2rem;
  bottom: 1rem;
  height: 4.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 305 92'%3E%3Cg stroke='%23ffffff' opacity='0.12'%3E%3Cpath d='M0 80 H305'/%3E%3Cpath d='M0 58 H305' opacity='0.22'/%3E%3C/g%3E%3Cg fill='%23ffffff' opacity='0.08'%3E%3Crect x='18' y='70' width='8' height='10'/%3E%3Crect x='48' y='66' width='8' height='14'/%3E%3Crect x='78' y='60' width='8' height='20'/%3E%3Crect x='108' y='68' width='8' height='12'/%3E%3Crect x='138' y='56' width='8' height='24'/%3E%3Crect x='168' y='45' width='8' height='35'/%3E%3Crect x='198' y='52' width='8' height='28'/%3E%3Crect x='228' y='38' width='8' height='42'/%3E%3Crect x='258' y='29' width='8' height='51'/%3E%3C/g%3E%3Cpath d='M0 68 L26 72 L53 60 L80 70 L108 62 L136 74 L164 66 L190 53 L216 68 L242 42 L270 55 L300 36' fill='none' stroke='%23E10C00' stroke-width='2'/%3E%3Ccircle cx='300' cy='36' r='7' fill='none' stroke='%23E10C00'/%3E%3Ccircle cx='300' cy='36' r='3' fill='%23E10C00'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.66;
  pointer-events: none;
  z-index: 0;
}

.step-deco-4::after {
  content: '';
  position: absolute;
  right: 0.55rem;
  bottom: 0.65rem;
  width: 6.65rem;
  height: 6.65rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3E%3Cg fill='none' stroke='%23E10C00' opacity='0.48'%3E%3Ccircle cx='75' cy='75' r='45'/%3E%3Ccircle cx='75' cy='75' r='33' opacity='0.55'/%3E%3Ccircle cx='75' cy='75' r='22' opacity='0.35'/%3E%3Cpath d='M75 20 V6 M75 144 V130 M20 75 H6 M144 75 H130 M36 36 L26 26 M124 124 L114 114 M36 114 L26 124 M124 26 L114 36' opacity='0.55'/%3E%3C/g%3E%3Ccircle cx='75' cy='75' r='6' fill='%23E10C00'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0.64;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-connector {
    display: none;
  }

  .process-title {
    font-size: 3.05rem;
  }
}

@media (max-width: 991.98px) {
  .pillars-showcase {
    padding: 3.85rem 0;
  }

  .pillars-showcase .home-section-title {
    font-size: 2.05rem;
  }

  .pillar-card-wide {
    padding: 2.15rem;
  }
}

@media (max-width: 767.98px) {
  .pillars-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .pillars-showcase .home-section-title,
  .process-title {
    font-size: 1.9rem;
  }

  .pillar-card-wide,
  .pillar-card-tall {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.6rem;
  }

  .pillar-icon-wrap,
  .pillar-card-wide .pillar-icon-wrap {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.3rem;
  }

  .pillar-card-wide .pillar-title,
  .pillar-title {
    font-size: 1.1rem;
  }

  .pillar-desc,
  .step-desc {
    font-size: 0.75rem;
  }

  .process-showcase {
    padding: 3.5rem 0;
  }

  .process-title br {
    display: none;
  }

  .step-card {
    min-height: 14.5rem;
  }
}

/* ============================================================
   DADOS / PLANOS / EQUIPE - reference lower home sections
   ============================================================ */

.home-ref-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--saab-red);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.home-ref-kicker::before {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1px;
  background: var(--saab-red);
}

.home-ref-title {
  max-width: 28rem;
  margin: 1.35rem 0 0;
  color: #080808;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.95rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
}

.home-ref-copy {
  max-width: 27rem;
  margin: 1.45rem 0 0;
  color: rgba(8, 8, 8, 0.64);
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.72;
}

.home-ref-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.15rem;
}

.home-ref-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.6rem;
  min-height: 3.1rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.28rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.home-ref-btn:hover {
  transform: translateY(-0.1rem);
}

.home-ref-btn-primary {
  border: 1px solid var(--saab-red);
  background: var(--saab-red);
  color: #fff !important;
  box-shadow: 0 0.95rem 1.6rem rgba(225, 12, 0, 0.18);
}

.home-ref-btn-primary:hover {
  background: var(--saab-red);
  color: #fff !important;
}

.home-ref-btn-ghost {
  border: 1px solid rgba(8, 8, 8, 0.74);
  background: transparent;
  color: #080808;
}

.home-ref-btn-ghost:hover {
  background: #080808;
  color: #fff;
}

.data-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 34%, rgba(225, 12, 0, 0.03) 0, transparent 21rem),
    linear-gradient(180deg, #fff 0%, #fdfdfc 100%);
  padding: 1.2rem 0 4.3rem;
}

.data-showcase::after {
  content: '';
  position: absolute;
  top: -11rem;
  right: -13rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(0, 0, 0, 0.045);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.5rem rgba(0, 0, 0, 0.018),
    0 0 0 5rem rgba(0, 0, 0, 0.012),
    0 0 0 7.5rem rgba(0, 0, 0, 0.008);
  pointer-events: none;
}

.data-showcase-inner,
.plans-showcase-inner,
.team-showcase-inner {
  position: relative;
  z-index: 1;
  max-width: 72rem;
}

.data-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 1fr);
  gap: 6.2rem;
  align-items: center;
}

.data-logo {
  display: block;
  width: 5.8rem;
  height: auto;
  margin: 0 0 3.7rem;
}

.data-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.data-card {
  min-height: 13.2rem;
  padding: 2rem 1.6rem 1.65rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 1.1rem 2.2rem rgba(0, 0, 0, 0.025);
}

.data-card-icon,
.plan-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 50%;
  background: rgba(225, 12, 0, 0.065);
  color: var(--saab-red);
}

.data-card-icon {
  margin-bottom: 1.15rem;
  font-size: 1.25rem;
}

.data-card h3,
.plan-card h3,
.team-stat-card h3 {
  margin: 0;
  color: #080808;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0;
}

.data-card h3 {
  font-size: 1.08rem;
  line-height: 1.1;
}

.data-card p {
  margin: 0.8rem 0 0;
  color: rgba(8, 8, 8, 0.68);
  font-family: 'Sora', sans-serif;
  font-size: 0.74rem;
  font-weight: 300;
  line-height: 1.65;
}

.plans-showcase {
  background: linear-gradient(180deg, #faf8f7 0%, #f8f6f5 100%);
  padding: 3.55rem 0 4rem;
}

.plans-header {
  max-width: 31rem;
  margin-bottom: 2.25rem;
}

.plan-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 27.5rem;
  padding: 2.55rem 2.35rem;
  border: 1px solid rgba(225, 12, 0, 0.16);
  border-radius: 0.45rem;
  background:
    radial-gradient(circle at 92% 8%, rgba(225, 12, 0, 0.06) 0, transparent 11rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 1.25rem 2.4rem rgba(0, 0, 0, 0.028);
}

.plan-card-featured {
  border-color: rgba(225, 12, 0, 0.52);
  background:
    radial-gradient(circle at 94% 10%, rgba(225, 12, 0, 0.08) 0, transparent 12rem),
    rgba(255, 255, 255, 0.76);
}

.plan-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.45rem;
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.7rem;
  height: 2.35rem;
  border: 1px solid rgba(225, 12, 0, 0.14);
  border-radius: 999px;
  background: rgba(225, 12, 0, 0.065);
  color: var(--saab-red);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-icon {
  width: 3.55rem;
  height: 3.55rem;
  font-size: 1.35rem;
}

.plan-card h3 {
  font-size: 1.62rem;
  line-height: 1.14;
}

.plan-card > p {
  max-width: 29rem;
  margin: 1rem 0 1.55rem;
  color: rgba(8, 8, 8, 0.68);
  font-family: 'Sora', sans-serif;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.72;
}

.plan-card ul {
  display: grid;
  gap: 0.9rem;
  margin: 0 0 2.15rem;
  padding: 0;
  list-style: none;
  color: rgba(8, 8, 8, 0.78);
  font-family: 'Sora', sans-serif;
  font-size: 0.83rem;
  font-weight: 300;
}

.plan-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.plan-card li i {
  margin-top: 0.22rem;
  color: var(--saab-red);
  font-size: 0.68rem;
}

.plan-card-cta {
  width: 100%;
  margin-top: auto;
}

.team-showcase {
  background: #fff;
  padding: 2rem 0 4.1rem;
}

.team-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 0.88fr) minmax(0, 1.1fr);
  gap: 3.7rem;
  align-items: center;
}

.coach-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 30.2rem;
  border-radius: 0.5rem;
  background: #050505;
  box-shadow: 0 1.4rem 2.8rem rgba(0, 0, 0, 0.14);
}

.coach-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.coach-feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(90deg, rgba(225, 12, 0, 0.18), transparent 38%);
}

.coach-feature-overlay {
  position: absolute;
  inset: auto 1.75rem 1.75rem;
  z-index: 1;
  color: #fff;
}

.coach-feature-overlay span {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: var(--saab-red);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coach-feature-overlay h3 {
  margin: 0.75rem 0 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}

.coach-feature-overlay p {
  margin: 0.45rem 0 1.35rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
}

.coach-feature-overlay ul {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 0.86rem;
  font-weight: 300;
}

.coach-feature-overlay li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.coach-feature-overlay li i {
  color: var(--saab-red);
}

.team-copy {
  padding-top: 0.8rem;
}

.team-copy .home-ref-title {
  max-width: 34rem;
}

.team-copy .home-ref-copy {
  max-width: 33rem;
}

.team-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem;
  margin-top: 2rem;
}

.team-stat-card {
  display: flex;
  gap: 1.25rem;
  min-height: 6.35rem;
  padding: 1.55rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.78);
}

.team-stat-card-large {
  display: block;
  grid-column: 1 / -1;
  min-height: 9rem;
  padding: 1.7rem 2rem;
}

.team-stat-card-large strong {
  display: inline-block;
  color: var(--saab-red);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1;
}

.team-stat-card-large span {
  margin-left: 0.7rem;
  color: rgba(8, 8, 8, 0.74);
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
}

.team-stat-card i {
  flex: 0 0 auto;
  color: #080808;
  font-size: 1.35rem;
}

.team-stat-card h3 {
  font-size: 1rem;
  line-height: 1.1;
}

.team-stat-card p {
  margin: 0.45rem 0 0;
  color: rgba(8, 8, 8, 0.6);
  font-family: 'Sora', sans-serif;
  font-size: 0.72rem;
  font-weight: 300;
  line-height: 1.48;
}

@media (max-width: 991.98px) {
  .data-layout,
  .team-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .data-logo {
    margin-bottom: 2.5rem;
  }

  .plan-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .data-showcase,
  .plans-showcase,
  .team-showcase {
    padding: 3.4rem 0;
  }

  .home-ref-title {
    font-size: 2.28rem;
  }

  .home-ref-actions {
    flex-direction: column;
  }

  .home-ref-btn {
    width: 100%;
  }

  .data-card-grid,
  .team-stat-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: 0;
    padding: 2rem 1.5rem;
  }

  .coach-feature-card {
    min-height: 28rem;
  }
}
