/* ========================================
   PÁGINA DIFERENCIAIS
======================================== */

.diferenciais-page .section {
  padding: 96px 0;
}

/* ========================================
   HERO
======================================== */
.service-hero {
  padding: 110px 0 80px;
  background: linear-gradient(
    135deg,
    var(--azul-principal) 0%,
    var(--azul-secundario) 100%
  );
  color: var(--branco);
  position: relative;
  overflow: hidden;
}

.service-hero::after {
  content: '';
  position: absolute;
  width: 620px;
  height: 620px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -220px;
  right: -140px;
}

.service-hero .section-title {
  margin-bottom: 0;
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.service-hero .section-title span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--dourado-claro);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.service-hero .section-title h1 {
  font-size: 48px;
  line-height: 1.12;
  font-weight: 800;
  color: var(--branco);
  margin-bottom: 18px;
}

.service-hero .section-title p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

/* ========================================
   INTRO
======================================== */
.differentials-intro {
  padding-top: 72px;
}

.differentials-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.differentials-intro-text h2 {
  font-size: 34px;
  line-height: 1.2;
  color: var(--azul-principal);
  margin-bottom: 24px;
}

.differentials-intro-text p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--texto);
  margin-bottom: 18px;
}

.differentials-intro-text strong {
  color: var(--azul-principal);
}

.differentials-side-card {
  background: var(--branco);
  border: 1px solid rgba(18, 62, 99, 0.08);
  border-radius: 20px;
  padding: 32px 30px;
  box-shadow: 0 18px 45px rgba(18, 62, 99, 0.08);
  position: sticky;
  top: 110px;
}

.differentials-side-card h3 {
  font-size: 22px;
  line-height: 1.3;
  color: var(--azul-principal);
  margin-bottom: 22px;
}

.differentials-side-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.differentials-side-card li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(18, 62, 99, 0.06);
  font-size: 16px;
  line-height: 1.6;
  color: var(--texto);
}

.differentials-side-card li:last-child {
  border-bottom: none;
}

/* ========================================
   TÍTULOS CENTRALIZADOS
======================================== */
.section-title.center {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 54px;
}

.section-title.center span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--dourado);
}

.section-title.center h2 {
  font-size: 44px;
  line-height: 1.18;
  color: var(--azul-principal);
  margin-bottom: 18px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.center p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--texto-suave);
  max-width: 760px;
  margin: 0 auto;
}

/* ========================================
   GRID DE DIFERENCIAIS
======================================== */
.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.differential-item {
  background: var(--branco);
  border: 1px solid rgba(18, 62, 99, 0.08);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 14px 35px rgba(18, 62, 99, 0.05);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.differential-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(18, 62, 99, 0.08);
  border-color: rgba(200, 168, 90, 0.35);
}

.differential-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.differential-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(18, 62, 99, 0.08) 0%,
    rgba(200, 168, 90, 0.14) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.differential-icon i,
.differential-icon svg {
  width: 22px;
  height: 22px;
  color: var(--azul-principal);
}

.differential-item h3 {
  font-size: 22px;
  line-height: 1.28;
  color: var(--azul-principal);
}

.differential-item p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--texto-suave);
  margin: 0;
}

/* ========================================
   COMPARATIVO
======================================== */
.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.compare-card {
  padding: 34px 30px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(18, 62, 99, 0.05);
}

.compare-basic {
  background: linear-gradient(180deg, #fff7f7 0%, #fff1f1 100%);
  border: 1px solid #ffd9d9;
}

.compare-premium {
  background: linear-gradient(180deg, #f4fff7 0%, #edfdf3 100%);
  border: 1px solid #cfeeda;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.basic-tag {
  background: #ffdede;
  color: #c74343;
}

.premium-tag {
  background: #d8f8e2;
  color: #22985b;
}

.compare-card h3 {
  font-size: 24px;
  line-height: 1.25;
  color: var(--azul-principal);
  margin-bottom: 18px;
}

.compare-card ul {
  margin: 0;
  padding-left: 18px;
}

.compare-card li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--texto);
}

.compare-card li:last-child {
  margin-bottom: 0;
}

/* ========================================
   VALUE POINTS
======================================== */
.value-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 8px;
}

.value-point {
  background: var(--branco);
  border: 1px solid rgba(18, 62, 99, 0.08);
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 14px 35px rgba(18, 62, 99, 0.05);
  text-align: center;
}

.value-point h3 {
  font-size: 24px;
  color: var(--azul-principal);
  margin-bottom: 14px;
}

.value-point p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--texto-suave);
  margin: 0;
}

/* ========================================
   CTA
======================================== */
.service-cta {
  padding-top: 88px;
  padding-bottom: 110px;
}

.service-cta-box {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.service-cta-box .btn {
  margin-top: 28px;
  min-width: 200px;
}

/* ========================================
   RESPONSIVO
======================================== */
@media (max-width: 1100px) {
  .service-hero .section-title h1 {
    font-size: 42px;
  }

  .section-title.center h2 {
    font-size: 38px;
  }
}

@media (max-width: 992px) {
  .diferenciais-page .section {
    padding: 80px 0;
  }

  .service-hero {
    padding: 84px 0 56px;
  }

  .service-hero .section-title h1 {
    font-size: 36px;
  }

  .differentials-intro-grid,
  .compare-grid,
  .differentials-grid,
  .value-points {
    grid-template-columns: 1fr;
  }

  .differentials-side-card {
    position: static;
  }

  .section-title.center h2 {
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .service-hero .section-title h1 {
    font-size: 30px;
  }

  .service-hero .section-title p,
  .section-title.center p,
  .differentials-intro-text p,
  .differential-item p,
  .value-point p {
    font-size: 16px;
  }

  .differentials-intro-text h2,
  .section-title.center h2 {
    font-size: 29px;
  }

  .differential-item,
  .compare-card,
  .value-point,
  .differentials-side-card {
    padding: 24px 20px;
  }
}
