/* Home bundle — gerado por scripts/build-home-bundle.php */

/* === hp-base.css === */
/* HP 2.0 — Base */

.hp {
  --hp-brand-cyan: #00b8f0;
  --hp-brand-blue: #3b82f6;
  --hp-brand-magenta: #a855f7;
  --hp-brand-purple: #7c3aed;
  --hp-gradient: linear-gradient(135deg, var(--hp-brand-cyan) 0%, var(--hp-brand-blue) 45%, var(--hp-brand-magenta) 100%);
  --hp-section-y: clamp(5rem, 10vw, 8rem);
  --hp-container: var(--ds-container);
  --hp-container-wide: var(--ds-container);
  color: var(--ds-color-text-primary);
  background: var(--ds-bg-primary);
}

.hp-wrap {
  width: 100%;
  max-width: var(--hp-container);
  margin-inline: auto;
  padding-inline: var(--ds-container-padding);
}

.hp-wrap--wide {
  max-width: var(--hp-container-wide);
}

.hp-wrap--full {
  max-width: var(--ds-container);
}

.hp-eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-title {
  margin: 0;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hp-lead {
  margin: var(--ds-space-5) 0 0;
  max-width: 42rem;
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  line-height: 1.75;
  color: var(--ds-color-text-secondary);
}

.hp-lead--light {
  color: rgb(255 255 255 / 0.78);
}

.hp-header--center {
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.hp-header--center .hp-lead {
  margin-inline: auto;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ds-space-2);
  min-height: 3.25rem;
  padding: 0 var(--ds-space-7);
  border-radius: 999px;
  font-size: var(--ds-text-body-l);
  font-weight: 600;
  text-decoration: none;
  transition: transform var(--ds-duration-fast) var(--ds-ease-out), opacity var(--ds-duration-base);
}

.hp-btn--primary {
  background: var(--hp-gradient);
  color: #fff;
  box-shadow: 0 8px 32px rgb(0 184 240 / 0.28);
}

.hp-btn--primary:hover {
  transform: translateY(-1px);
}

.hp-btn--ghost {
  border: 1px solid rgb(255 255 255 / 0.28);
  color: #fff;
  background: transparent;
}

.hp-btn--ghost:hover {
  background: rgb(255 255 255 / 0.06);
}

.hp-btn--outline {
  border: 1px solid var(--ds-color-border-strong);
  color: var(--ds-color-text-primary);
  background: transparent;
}

.hp-btn--outline:hover {
  border-color: var(--ds-color-border-hover);
}

.hp-btn:focus-visible {
  outline: 2px solid var(--ds-color-accent-cyan);
  outline-offset: 2px;
}

.hp-media {
  margin: 0;
  overflow: hidden;
  border-radius: 1.25rem;
}

.hp-media__img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-media--hover .hp-media__img {
  transition: transform var(--ds-duration-slow) var(--ds-ease-out);
}

@media (hover: hover) {
  .hp-media--hover:hover .hp-media__img {
    transform: scale(1.02);
  }
}

.hp-checklist {
  margin: var(--ds-space-6) 0 0;
  padding: 0;
  list-style: none;
}

.hp-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
  padding: var(--ds-space-3) 0;
  font-size: var(--ds-text-body-l);
  line-height: 1.6;
}

.hp-checklist__icon {
  flex-shrink: 0;
  margin-top: 0.2rem;
  color: var(--ds-color-accent-cyan-hover);
}

.hp-definition {
  margin: var(--ds-space-6) 0 0;
  padding: var(--ds-space-6) 0 0;
  border-top: 1px solid var(--ds-color-border);
}

.hp-definition__label {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ds-color-text-muted);
}

.hp-definition__text {
  margin: 0;
  font-size: var(--ds-text-body-xl);
  line-height: 1.7;
  color: var(--ds-color-text-primary);
}

.hp-section {
  padding-block: var(--hp-section-y);
}

.hp-section--dark {
  background: var(--ds-color-primary-900);
  color: #fff;
}

.hp-section--soft {
  background: var(--ds-bg-secondary);
}

.hp-grid-2 {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

@media (min-width: 64rem) {
  .hp-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

/* === hp-hero.css === */
/* HP 2.0 — Hero premium */

.hp-hero {
  --hp-hero-navy: #061525;

  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding-block: clamp(7.5rem, 12vh, 9.5rem) clamp(4rem, 8vh, 6rem);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

/* Fundo cinematográfico */
.hp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--hp-hero-navy);
  background-size: cover;
  background-position: 55% center;
  background-repeat: no-repeat;
}

.hp-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      108deg,
      rgb(6 21 37 / 0.94) 0%,
      rgb(10 36 68 / 0.82) 34%,
      rgb(15 58 110 / 0.45) 58%,
      rgb(6 21 37 / 0.2) 100%
    );
}

.hp-hero__overlay--vignette {
  background:
    linear-gradient(180deg, rgb(6 21 37 / 0.65) 0%, transparent 22%, transparent 68%, rgb(6 21 37 / 0.72) 100%);
  pointer-events: none;
}

.hp-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--ds-container);
  margin-inline: auto;
  padding-inline: var(--ds-container-padding);
}

.hp-hero__content {
  max-width: 42rem;
  padding-block: clamp(1rem, 3vh, 2rem);
}

/* Badge */
.hp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgb(0 184 240 / 0.28);
  background: rgb(0 184 240 / 0.08);
  backdrop-filter: blur(14px);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(125 220 255 / 0.95);
}

.hp-hero__badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--hp-gradient);
  box-shadow: 0 0 10px rgb(0 184 240 / 0.65);
  animation: hp-hero-pulse 2.4s ease-in-out infinite;
}

@keyframes hp-hero-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.65;
    transform: scale(0.92);
  }
}

/* Tipografia */
.hp-hero__title {
  margin: 0;
  font-size: clamp(2.1rem, 4.8vw, 3.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.hp-hero__title-line {
  display: block;
  color: #fff;
  text-shadow: 0 2px 24px rgb(6 21 37 / 0.35);
}

.hp-hero__title-accent {
  display: block;
  color: #7ddcff;
}

.hp-hero__subtitle {
  margin: clamp(1.25rem, 2.5vw, 1.75rem) 0 0;
  max-width: 36rem;
  font-size: clamp(1.0625rem, 1.6vw, 1.25rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgb(255 255 255 / 0.86);
}

/* CTAs */
.hp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.hp-btn--lg {
  min-height: 3.5rem;
  padding-inline: 1.75rem;
  font-size: 1.0625rem;
}

.hp-hero .hp-btn--primary {
  box-shadow: 0 12px 40px rgb(0 140 220 / 0.35);
}

.hp-hero .hp-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgb(0 140 220 / 0.45);
}

.hp-hero .hp-btn--ghost {
  border-color: rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.06);
  backdrop-filter: blur(10px);
}

.hp-hero .hp-btn--ghost:hover {
  border-color: rgb(255 255 255 / 0.45);
  background: rgb(255 255 255 / 0.12);
}

/* Trust */
.hp-hero__trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1.5rem;
  margin: clamp(2rem, 4vw, 2.75rem) 0 0;
  padding: clamp(1rem, 2vw, 1.25rem) 0 0;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  list-style: none;
}

.hp-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.84);
}

.hp-hero__trust-item .hp-icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  color: #00b8f0;
  stroke: #00b8f0;
}

@media (min-width: 36rem) {
  .hp-hero__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .hp-hero__content {
    max-width: 42rem;
    padding-right: 2rem;
  }

  .hp-hero__bg {
    background-position: 58% center;
  }

  .hp-hero__trust {
    grid-template-columns: repeat(2, auto);
    column-gap: 2rem;
  }
}

@media (min-width: 80rem) {
  .hp-hero__content {
    max-width: 44rem;
  }
}

@media (max-width: 47.99rem) {
  .hp-hero {
    align-items: flex-end;
    padding-bottom: 5rem;
  }

  .hp-hero__bg {
    background-position: center 42%;
  }

  .hp-hero__overlay {
    background: linear-gradient(
      180deg,
      rgb(6 21 37 / 0.55) 0%,
      rgb(6 21 37 / 0.9) 52%,
      rgb(6 21 37 / 0.96) 100%
    );
  }

  .hp-hero__actions .hp-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-hero__badge-dot {
    animation: none;
  }
}

/* === hp-benefits.css === */
/* HP 2.0 — Benefícios (redesign persuasivo) */

.hp-benefits {
  position: relative;
  padding-block: clamp(4.5rem, 9vw, 7rem) clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 45%, #f1f5f9 100%);
}

.hp-benefits__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hp-benefits__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}

.hp-benefits__orb--1 {
  top: -8rem;
  left: -6rem;
  width: 22rem;
  height: 22rem;
  background: rgb(0 184 240 / 0.22);
}

.hp-benefits__orb--2 {
  right: -5rem;
  bottom: -6rem;
  width: 20rem;
  height: 20rem;
  background: rgb(168 85 247 / 0.18);
}

.hp-benefits__header {
  position: relative;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.hp-benefits__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-benefits__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ds-color-text-primary);
}

.hp-benefits__title-accent {
  display: block;
  margin-top: 0.2em;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-benefits__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: var(--ds-color-text-secondary);
}

.hp-benefits__grid {
  position: relative;
  display: grid;
  gap: var(--ds-space-5);
  margin: clamp(3rem, 6vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.hp-benefits__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.75rem, 3vw, 2.25rem);
  border: 1px solid rgb(15 23 42 / 0.08);
  border-radius: 1.5rem;
  background: rgb(255 255 255 / 0.92);
  box-shadow:
    0 4px 24px rgb(11 18 32 / 0.05),
    0 1px 0 rgb(255 255 255 / 0.9) inset;
  transition:
    transform var(--ds-duration-base) var(--ds-ease-out),
    box-shadow var(--ds-duration-base) var(--ds-ease-out),
    border-color var(--ds-duration-base);
}

.hp-benefits__card::before {
  content: "";
  position: absolute;
  inset-inline: 1.5rem;
  top: 0;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--hp-gradient);
  opacity: 0.85;
}

.hp-benefits__card:hover {
  transform: translateY(-4px);
  border-color: rgb(0 184 240 / 0.22);
  box-shadow:
    0 20px 48px rgb(11 18 32 / 0.1),
    0 1px 0 rgb(255 255 255 / 0.9) inset;
}

.hp-benefits__card--featured {
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.98), rgb(240 249 255 / 0.95));
  border-color: rgb(0 184 240 / 0.18);
}

.hp-benefits__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ds-space-3);
  margin-bottom: var(--ds-space-5);
}

.hp-benefits__tag {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgb(0 184 240 / 0.1);
  border: 1px solid rgb(0 184 240 / 0.2);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0284c7;
}

.hp-benefits__index {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgb(15 23 42 / 0.28);
}

.hp-benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: var(--ds-space-4);
  border-radius: 1rem;
  background: var(--hp-gradient);
  color: #fff;
  box-shadow: 0 10px 28px rgb(0 114 255 / 0.28);
}

.hp-benefits__icon .hp-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hp-benefits__card-title {
  margin: 0 0 var(--ds-space-3);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ds-color-text-primary);
}

.hp-benefits__card-text {
  margin: 0;
  font-size: var(--ds-text-body);
  line-height: 1.7;
  color: var(--ds-color-text-secondary);
}

.hp-benefits__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-5);
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.hp-benefits__note {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.9);
  border: 1px solid rgb(15 23 42 / 0.08);
  font-size: var(--ds-text-body-s);
  font-weight: 500;
  color: var(--ds-color-text-secondary);
  box-shadow: var(--ds-shadow-sm);
}

.hp-benefits__note .hp-icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  color: #0ea5e9;
}

@media (min-width: 48rem) {
  .hp-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .hp-benefits__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: var(--ds-space-6);
  }

  .hp-benefits__card {
    grid-column: span 6;
  }

  .hp-benefits__card--featured {
    grid-column: span 6;
    grid-row: span 1;
    padding: clamp(2rem, 3.5vw, 2.75rem);
  }

  .hp-benefits__footer {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* === hp-stats.css === */
/* HP 2.0 — Indicadores (ligação visual com benefícios) */

.hp-benefits + .hp-stats {
  margin-top: 0;
  padding-top: 0;
}

.hp-stats {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(4rem, 8vw, 6rem);
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 55%, #fff 100%);
}

.hp-stats__ribbon {
  position: relative;
  margin-top: calc(-1 * clamp(1rem, 2.5vw, 1.75rem));
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgb(0 184 240 / 0.14);
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.98) 0%, rgb(240 249 255 / 0.92) 100%);
  box-shadow:
    0 20px 50px rgb(11 18 32 / 0.08),
    0 1px 0 rgb(255 255 255 / 0.95) inset;
}

.hp-stats__ribbon::before {
  content: "";
  position: absolute;
  inset-inline: clamp(1.25rem, 4vw, 2rem);
  top: 0;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--hp-gradient);
}

.hp-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: clamp(0.5rem, 2vw, 1rem) 0 0;
  list-style: none;
}

.hp-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1rem, 2vw, 1.5rem);
  text-align: center;
}

.hp-stats__item:not(:last-child) {
  border-bottom: 1px solid rgb(15 23 42 / 0.06);
}

.hp-stats__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgb(0 184 240 / 0.1);
  border: 1px solid rgb(0 184 240 / 0.16);
  color: #0284c7;
}

.hp-stats__icon .hp-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.hp-stats__value {
  font-size: clamp(1.625rem, 2.8vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-stats__label {
  font-size: var(--ds-text-body-s);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ds-color-text-secondary);
}

@media (min-width: 48rem) {
  .hp-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hp-stats__item {
    border-bottom: none;
  }

  .hp-stats__item:not(:last-child) {
    border-right: 1px solid rgb(15 23 42 / 0.08);
  }
}

@media (min-width: 64rem) {
  .hp-stats__ribbon {
    padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2rem);
  }

  .hp-stats__item {
    padding-block: 1.5rem;
  }
}

/* === hp-process.css === */
/* HP 2.0 — Como funciona (fundo azul marca) */

.hp-process {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    155deg,
    #061525 0%,
    #0a2444 24%,
    #0f3a6e 52%,
    #1558a8 78%,
    #1a6fd4 100%
  );
}

.hp-process__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hp-process__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.hp-process__glow--1 {
  top: -6rem;
  left: -4rem;
  width: 24rem;
  height: 24rem;
  background: rgb(0 184 240 / 0.35);
}

.hp-process__glow--2 {
  right: -5rem;
  bottom: -8rem;
  width: 26rem;
  height: 26rem;
  background: rgb(59 130 246 / 0.28);
}

.hp-process__header {
  position: relative;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.hp-process__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(125 220 255 / 0.95);
}

.hp-process__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}

.hp-process__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: rgb(255 255 255 / 0.82);
}

.hp-process__track {
  display: none;
}

.hp-process__timeline {
  position: relative;
  display: grid;
  gap: var(--ds-space-5);
  margin: clamp(3rem, 6vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.hp-process__step {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 1.25rem;
  background: rgb(255 255 255 / 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  transition:
    transform var(--ds-duration-base) var(--ds-ease-out),
    background var(--ds-duration-base),
    border-color var(--ds-duration-base);
}

.hp-process__step:hover {
  transform: translateY(-3px);
  background: rgb(255 255 255 / 0.1);
  border-color: rgb(0 198 255 / 0.35);
}

.hp-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: var(--ds-space-4);
  border-radius: 50%;
  background: var(--hp-gradient);
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgb(0 114 255 / 0.4);
}

.hp-process__step-title {
  margin: 0 0 var(--ds-space-2);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  color: #fff;
}

.hp-process__step-text {
  margin: 0;
  font-size: var(--ds-text-body);
  line-height: 1.65;
  color: rgb(255 255 255 / 0.78);
}

.hp-process__cta {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.hp-process .hp-btn--primary {
  box-shadow: 0 12px 36px rgb(0 114 255 / 0.45);
}

@media (min-width: 64rem) {
  .hp-process__track {
    display: block;
    position: relative;
    height: 1px;
    margin: clamp(3rem, 6vw, 4rem) 8% 0;
  }

  .hp-process__track-line {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgb(0 198 255 / 0.25) 15%,
      rgb(0 198 255 / 0.55) 50%,
      rgb(0 198 255 / 0.25) 85%,
      transparent 100%
    );
  }

  .hp-process__timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--ds-space-6);
    margin-top: calc(-1 * (1.5rem + 2px));
  }

  .hp-process__step {
    padding-top: calc(1.5rem + 1.75rem);
  }

  .hp-process__num {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}

/* === hp-what.css === */
/* HP 2.0 — O que é IPTV */

.hp-what {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 50%, #f1f5f9 100%);
}

.hp-process + .hp-what {
  background: linear-gradient(
    180deg,
    #dbeafe 0%,
    #eff6ff 5%,
    #fff 16%,
    #f8fafc 52%,
    #f1f5f9 100%
  );
}

.hp-what__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hp-what__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
}

.hp-what__orb--1 {
  top: 10%;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  background: rgb(0 184 240 / 0.18);
}

.hp-what__orb--2 {
  bottom: -4rem;
  left: -5rem;
  width: 18rem;
  height: 18rem;
  background: rgb(168 85 247 / 0.12);
}

.hp-what__layout {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.hp-what__frame {
  position: relative;
  padding: 0.35rem;
  border-radius: 1.5rem;
  background: var(--hp-gradient);
  box-shadow: 0 24px 60px rgb(11 18 32 / 0.12);
}

.hp-what__frame .hp-media {
  margin: 0;
  border-radius: 1.2rem;
}

.hp-what__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-what__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ds-color-text-primary);
}

.hp-what__title-accent {
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-what__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: var(--ds-color-text-secondary);
}

.hp-what__definition {
  margin-top: var(--ds-space-6);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid rgb(0 184 240 / 0.14);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgb(255 255 255 / 0.98), rgb(240 249 255 / 0.9));
  box-shadow: var(--ds-shadow-sm);
}

.hp-what__definition::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin-bottom: var(--ds-space-4);
  border-radius: 999px;
  background: var(--hp-gradient);
}

.hp-what__definition-label {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0284c7;
}

.hp-what__definition-text {
  margin: 0;
  font-size: var(--ds-text-body-l);
  line-height: 1.7;
  color: var(--ds-color-text-primary);
}

.hp-what__checklist {
  display: grid;
  gap: var(--ds-space-3);
  margin: var(--ds-space-6) 0 0;
  padding: 0;
  list-style: none;
}

.hp-what__check-item {
  display: flex;
  align-items: flex-start;
  gap: var(--ds-space-3);
  padding: 0.875rem 1rem;
  border-radius: 0.875rem;
  background: rgb(255 255 255 / 0.85);
  border: 1px solid rgb(15 23 42 / 0.06);
  font-size: var(--ds-text-body);
  line-height: 1.6;
  color: var(--ds-color-text-secondary);
  transition: border-color var(--ds-duration-base), box-shadow var(--ds-duration-base);
}

.hp-what__check-item:hover {
  border-color: rgb(0 184 240 / 0.2);
  box-shadow: var(--ds-shadow-sm);
}

.hp-what__check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  background: var(--hp-gradient);
  color: #fff;
}

.hp-what__check-icon .hp-icon {
  width: 1rem;
  height: 1rem;
}

.hp-what__cta {
  margin-top: var(--ds-space-8);
}

@media (min-width: 64rem) {
  .hp-what__layout {
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(3rem, 6vw, 5rem);
  }
}

/* === hp-why.css === */
/* HP 2.0 — Por que testar */

.hp-why {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f1f5f9 0%, #fff 40%, #f8fafc 100%);
}

.hp-why__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hp-why__orb--1 {
  position: absolute;
  top: 20%;
  right: -8rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgb(59 130 246 / 0.12);
  filter: blur(90px);
  opacity: 0.6;
}

.hp-why__layout {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.hp-why__frame {
  position: relative;
  padding: 0.35rem;
  border-radius: 1.5rem;
  background: var(--hp-gradient);
  box-shadow: 0 24px 60px rgb(11 18 32 / 0.1);
}

.hp-why__frame .hp-media {
  margin: 0;
  border-radius: 1.2rem;
}

.hp-why__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-why__title {
  margin: 0;
  font-size: clamp(1.875rem, 3.8vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ds-color-text-primary);
}

.hp-why__title-accent {
  display: block;
  margin-top: 0.15em;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-why__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: var(--ds-color-text-secondary);
}

.hp-why__grid {
  display: grid;
  gap: var(--ds-space-4);
  margin-top: var(--ds-space-7);
}

.hp-why__card {
  position: relative;
  padding: clamp(1.25rem, 2.5vw, 1.5rem);
  border: 1px solid rgb(15 23 42 / 0.08);
  border-radius: 1.125rem;
  background: rgb(255 255 255 / 0.92);
  box-shadow: 0 4px 20px rgb(11 18 32 / 0.04);
  transition:
    transform var(--ds-duration-base) var(--ds-ease-out),
    border-color var(--ds-duration-base),
    box-shadow var(--ds-duration-base);
}

.hp-why__card::before {
  content: "";
  position: absolute;
  inset-inline: 1.25rem;
  top: 0;
  height: 2px;
  border-radius: 0 0 4px 4px;
  background: var(--hp-gradient);
  opacity: 0.8;
}

.hp-why__card:hover {
  transform: translateY(-2px);
  border-color: rgb(0 184 240 / 0.22);
  box-shadow: 0 16px 40px rgb(11 18 32 / 0.08);
}

.hp-why__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: var(--ds-space-3);
  border-radius: 0.75rem;
  background: rgb(0 184 240 / 0.1);
  border: 1px solid rgb(0 184 240 / 0.16);
  color: #0284c7;
}

.hp-why__card-icon .hp-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.hp-why__card-title {
  margin: 0 0 var(--ds-space-2);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ds-color-text-primary);
}

.hp-why__card-text {
  margin: 0;
  font-size: var(--ds-text-body-s);
  line-height: 1.65;
  color: var(--ds-color-text-secondary);
}

.hp-why__cta {
  margin-top: var(--ds-space-8);
}

@media (min-width: 48rem) {
  .hp-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .hp-why__layout {
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(3rem, 6vw, 5rem);
  }
}

/* === hp-devices.css === */
/* HP 2.0 — Compatibilidade / dispositivos */

.hp-devices {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 45%, #f1f5f9 100%);
}

.hp-why + .hp-devices {
  background: linear-gradient(
    180deg,
    #f1f5f9 0%,
    #fff 12%,
    #f8fafc 50%,
    #eff6ff 100%
  );
}

.hp-devices__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hp-devices__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
}

.hp-devices__orb--1 {
  top: -5rem;
  right: 10%;
  width: 20rem;
  height: 20rem;
  background: rgb(0 184 240 / 0.2);
}

.hp-devices__orb--2 {
  bottom: -6rem;
  left: -4rem;
  width: 22rem;
  height: 22rem;
  background: rgb(59 130 246 / 0.15);
}

.hp-devices__header {
  position: relative;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.hp-devices__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-devices__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ds-color-text-primary);
}

.hp-devices__title-accent {
  display: block;
  margin-top: 0.15em;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-devices__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: var(--ds-color-text-secondary);
}

.hp-devices__layout {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.5rem);
  margin-top: clamp(3rem, 6vw, 4.5rem);
}

.hp-devices__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ds-space-4);
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-devices__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--ds-space-3);
  padding: clamp(1.25rem, 2.5vw, 1.75rem) var(--ds-space-4);
  border: 1px solid rgb(15 23 42 / 0.08);
  border-radius: 1.125rem;
  background: rgb(255 255 255 / 0.94);
  box-shadow: 0 4px 20px rgb(11 18 32 / 0.04);
  text-align: center;
  transition:
    transform var(--ds-duration-base) var(--ds-ease-out),
    border-color var(--ds-duration-base),
    box-shadow var(--ds-duration-base);
}

.hp-devices__card::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  border-radius: 999px;
  background: var(--hp-gradient);
  opacity: 0.75;
}

.hp-devices__card:hover {
  transform: translateY(-3px);
  border-color: rgb(0 184 240 / 0.25);
  box-shadow: 0 16px 40px rgb(11 18 32 / 0.08);
}

.hp-devices__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  background: var(--hp-gradient);
  color: #fff;
  box-shadow: 0 8px 24px rgb(0 114 255 / 0.28);
}

.hp-devices__card-icon .hp-icon {
  width: 1.375rem;
  height: 1.375rem;
}

.hp-devices__card-name {
  font-size: var(--ds-text-body);
  font-weight: 700;
  line-height: 1.3;
  color: var(--ds-color-text-primary);
}

.hp-devices__frame {
  padding: 0.35rem;
  border-radius: 1.5rem;
  background: var(--hp-gradient);
  box-shadow: 0 24px 60px rgb(11 18 32 / 0.12);
}

.hp-devices__frame .hp-media {
  margin: 0;
  border-radius: 1.2rem;
}

.hp-devices__caption {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: var(--ds-space-5) 0 0;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.95);
  border: 1px solid rgb(0 184 240 / 0.18);
  font-size: var(--ds-text-body-s);
  font-weight: 500;
  color: var(--ds-color-text-secondary);
  box-shadow: var(--ds-shadow-sm);
}

.hp-devices__caption .hp-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: #0ea5e9;
}

.hp-devices__visual {
  text-align: center;
}

.hp-devices__cta {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

@media (min-width: 40rem) {
  .hp-devices__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .hp-devices__layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }

  .hp-devices__visual {
    text-align: left;
  }
}

@media (max-width: 63.99rem) {
  .hp-devices__visual {
    order: -1;
  }
}

/* === hp-compare.css === */
/* HP 2.0 — Comparativo IPTV × TV tradicional */

.hp-compare {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 35%, #fff 100%);
}

.hp-devices + .hp-compare {
  background: linear-gradient(
    180deg,
    #eff6ff 0%,
    #f8fafc 28%,
    #fff 70%,
    #f1f5f9 100%
  );
}

.hp-compare__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hp-compare__orb {
  position: absolute;
  top: 15%;
  right: -6rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: rgb(0 184 240 / 0.14);
  filter: blur(90px);
}

.hp-compare__header {
  position: relative;
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}

.hp-compare__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-compare__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ds-color-text-primary);
}

.hp-compare__title-accent {
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-compare__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: var(--ds-color-text-secondary);
}

.hp-compare__panel {
  position: relative;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  border: 1px solid rgb(15 23 42 / 0.08);
  border-radius: 1.5rem;
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 24px 60px rgb(11 18 32 / 0.08);
  overflow: hidden;
}

.hp-compare__panel-head,
.hp-compare__panel-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.hp-compare__panel-head {
  display: none;
}

.hp-compare__panel-row {
  padding: var(--ds-space-4);
  border-bottom: 1px solid rgb(15 23 42 / 0.06);
}

.hp-compare__panel-row:last-child {
  border-bottom: none;
}

.hp-compare__panel-cell {
  font-size: var(--ds-text-body);
  line-height: 1.55;
}

.hp-compare__panel-cell--feature {
  margin-bottom: var(--ds-space-3);
  font-size: var(--ds-text-body-s);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ds-color-text-muted);
}

.hp-compare__panel-cell--iptv,
.hp-compare__panel-cell--legacy {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.75rem;
}

.hp-compare__panel-cell--iptv {
  margin-bottom: var(--ds-space-2);
  background: linear-gradient(135deg, rgb(0 184 240 / 0.1), rgb(59 130 246 / 0.08));
  border: 1px solid rgb(0 184 240 / 0.18);
  font-weight: 600;
  color: #0c4a6e;
}

.hp-compare__panel-cell--legacy {
  background: rgb(241 245 249 / 0.9);
  color: var(--ds-color-text-secondary);
}

.hp-compare__panel-cell--iptv::before {
  content: "IPTV";
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0284c7;
}

.hp-compare__panel-cell--legacy::before {
  content: "TV tradicional";
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ds-color-text-muted);
}

.hp-compare__mark {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.hp-compare__mark--yes {
  background: var(--hp-gradient);
  color: #fff;
}

.hp-compare__mark--yes .hp-icon {
  width: 0.75rem;
  height: 0.75rem;
}

.hp-compare__mark--no {
  background: rgb(15 23 42 / 0.08);
  color: var(--ds-color-text-muted);
}

.hp-compare__badge {
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: var(--hp-gradient);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.hp-compare__cta {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

@media (min-width: 64rem) {
  .hp-compare__panel-head {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 1fr;
    align-items: end;
    padding: var(--ds-space-6) var(--ds-space-6) var(--ds-space-4);
    border-bottom: 1px solid rgb(15 23 42 / 0.08);
    background: linear-gradient(180deg, #f8fafc, #fff);
  }

  .hp-compare__panel-head .hp-compare__panel-cell--feature {
    margin: 0;
    font-size: var(--ds-text-overline);
  }

  .hp-compare__panel-head .hp-compare__panel-cell--iptv,
  .hp-compare__panel-head .hp-compare__panel-cell--legacy {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    border: none;
    background: transparent;
    font-size: var(--ds-text-h4);
    font-weight: 800;
    color: var(--ds-color-text-primary);
  }

  .hp-compare__panel-head .hp-compare__col-title {
    background: var(--hp-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .hp-compare__panel-head .hp-compare__panel-cell--iptv::before,
  .hp-compare__panel-head .hp-compare__panel-cell--legacy::before {
    display: none;
  }

  .hp-compare__panel-row {
    grid-template-columns: 1.1fr 1.2fr 1fr;
    align-items: center;
    padding: var(--ds-space-5) var(--ds-space-6);
    transition: background var(--ds-duration-base);
  }

  .hp-compare__panel-row:hover {
    background: rgb(248 250 252 / 0.8);
  }

  .hp-compare__panel-cell--feature {
    margin: 0;
    font-size: var(--ds-text-body-l);
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.01em;
    color: var(--ds-color-text-primary);
  }

  .hp-compare__panel-cell--iptv,
  .hp-compare__panel-cell--legacy {
    margin: 0;
  }

  .hp-compare__panel-cell--iptv::before,
  .hp-compare__panel-cell--legacy::before {
    display: none;
  }

  .hp-compare__panel-cell--iptv {
    position: relative;
    margin-inline: var(--ds-space-2);
    padding: var(--ds-space-4);
    border-radius: 0.875rem;
    background: linear-gradient(135deg, rgb(0 184 240 / 0.08), rgb(59 130 246 / 0.06));
    border: 1px solid rgb(0 184 240 / 0.14);
  }

  .hp-compare__panel-row:hover .hp-compare__panel-cell--iptv {
    border-color: rgb(0 184 240 / 0.28);
    box-shadow: 0 8px 24px rgb(0 114 255 / 0.08);
  }

  .hp-compare__panel-cell--legacy {
    padding: var(--ds-space-4);
    background: transparent;
  }
}

/* === hp-reviews.css === */
/* HP 2.0 — Avaliações (fundo azul marca) */

.hp-reviews {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    155deg,
    #061525 0%,
    #0a2444 24%,
    #0f3a6e 52%,
    #1558a8 78%,
    #1a6fd4 100%
  );
}

.hp-reviews__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hp-reviews__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}

.hp-reviews__glow--1 {
  top: -8rem;
  left: -6rem;
  width: 26rem;
  height: 26rem;
  background: rgb(0 184 240 / 0.32);
}

.hp-reviews__glow--2 {
  top: 35%;
  right: -8rem;
  width: 28rem;
  height: 28rem;
  background: rgb(59 130 246 / 0.26);
}

.hp-reviews__glow--3 {
  bottom: -10rem;
  left: 25%;
  width: 24rem;
  height: 24rem;
  background: rgb(168 85 247 / 0.18);
}

.hp-reviews__header {
  position: relative;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.hp-reviews__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(125 220 255 / 0.95);
}

.hp-reviews__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}

.hp-reviews__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: rgb(255 255 255 / 0.82);
}

.hp-reviews__accent {
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: var(--ds-space-6) auto 0;
  border-radius: 999px;
  background: var(--hp-gradient);
}

/* Summary */
.hp-reviews__summary {
  position: relative;
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 1.5rem;
  background: rgb(255 255 255 / 0.06);
  backdrop-filter: blur(12px);
}

.hp-reviews__score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ds-space-5);
}

.hp-reviews__rating {
  font-size: clamp(3.25rem, 7vw, 4.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 55%, #fbbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-reviews__stars {
  display: inline-flex;
  gap: 0.2rem;
  color: #fbbf24;
}

.hp-reviews__stars .hp-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: #fbbf24;
  stroke: #fbbf24;
}

.hp-reviews__meta {
  margin: var(--ds-space-2) 0 0;
  font-size: var(--ds-text-body);
  color: rgb(255 255 255 / 0.68);
}

.hp-reviews__bars {
  display: grid;
  gap: 0.55rem;
}

.hp-reviews__bar-row {
  display: grid;
  grid-template-columns: 1.25rem 1fr 2.5rem;
  align-items: center;
  gap: var(--ds-space-3);
}

.hp-reviews__bar-label {
  font-size: var(--ds-text-body-s);
  font-weight: 600;
  color: rgb(255 255 255 / 0.75);
  text-align: center;
}

.hp-reviews__bar-track {
  display: block;
  height: 0.45rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.1);
  overflow: hidden;
}

.hp-reviews__bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
}

.hp-reviews__bar-pct {
  font-size: var(--ds-text-caption);
  font-weight: 600;
  color: rgb(255 255 255 / 0.55);
  text-align: right;
}

/* Filters */
.hp-reviews__filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ds-space-3);
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.hp-reviews__filter {
  padding: 0.55rem 1.15rem;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.06);
  color: rgb(255 255 255 / 0.88);
  font-family: inherit;
  font-size: var(--ds-text-body-s);
  font-weight: 600;
  cursor: pointer;
  transition:
    background var(--ds-duration-base) var(--ds-ease-out),
    border-color var(--ds-duration-base) var(--ds-ease-out),
    color var(--ds-duration-base) var(--ds-ease-out),
    transform var(--ds-duration-base) var(--ds-ease-out);
}

.hp-reviews__filter:hover {
  border-color: rgb(255 255 255 / 0.35);
  background: rgb(255 255 255 / 0.1);
}

.hp-reviews__filter.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%);
  color: #0f172a;
  box-shadow: 0 4px 20px rgb(245 158 11 / 0.35);
}

/* Grid */
.hp-reviews__grid {
  position: relative;
  display: grid;
  gap: var(--ds-space-5);
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.hp-reviews__card {
  display: flex;
  flex-direction: column;
  gap: var(--ds-space-4);
  padding: clamp(1.35rem, 2.5vw, 1.75rem);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 1.25rem;
  background: rgb(6 21 37 / 0.55);
  backdrop-filter: blur(10px);
  transition:
    opacity var(--ds-duration-base) var(--ds-ease-out),
    transform var(--ds-duration-base) var(--ds-ease-out),
    border-color var(--ds-duration-base) var(--ds-ease-out);
}

.hp-reviews__card:hover {
  border-color: rgb(255 255 255 / 0.2);
  transform: translateY(-2px);
}

.hp-reviews__card.is-hidden {
  display: none;
}

.hp-reviews__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ds-space-3);
}

.hp-reviews__author {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
  min-width: 0;
}

.hp-reviews__avatar {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  font-size: var(--ds-text-body);
  font-weight: 700;
  color: #fff;
}

.hp-reviews__avatar--cyan {
  background: linear-gradient(135deg, #06b6d4, #0ea5e9);
}

.hp-reviews__avatar--violet {
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
}

.hp-reviews__avatar--emerald {
  background: linear-gradient(135deg, #10b981, #34d399);
}

.hp-reviews__avatar--amber {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.hp-reviews__avatar--rose {
  background: linear-gradient(135deg, #f43f5e, #fb7185);
}

.hp-reviews__avatar--sky {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.hp-reviews__author-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.hp-reviews__name {
  font-size: var(--ds-text-body);
  font-weight: 700;
  color: #fff;
}

.hp-reviews__location {
  font-size: var(--ds-text-caption);
  color: rgb(255 255 255 / 0.55);
}

.hp-reviews__quote {
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.65;
}

.hp-reviews__card-stars {
  display: inline-flex;
  gap: 0.15rem;
  color: #fbbf24;
}

.hp-reviews__card-stars .hp-icon {
  width: 0.95rem;
  height: 0.95rem;
  fill: #fbbf24;
  stroke: #fbbf24;
}

.hp-reviews__text {
  flex: 1;
  margin: 0;
  font-size: var(--ds-text-body);
  line-height: 1.7;
  color: rgb(255 255 255 / 0.9);
}

.hp-reviews__device {
  align-self: flex-start;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.1);
  font-size: var(--ds-text-caption);
  font-weight: 600;
  color: rgb(255 255 255 / 0.72);
}

/* CTA */
.hp-reviews__cta {
  position: relative;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  text-align: center;
}

.hp-reviews__cta-note {
  margin: var(--ds-space-4) 0 0;
  font-size: var(--ds-text-body-s);
  color: rgb(255 255 255 / 0.62);
}

/* Responsive */
@media (min-width: 40rem) {
  .hp-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 48rem) {
  .hp-reviews__summary {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .hp-reviews__bars {
    max-width: 22rem;
    justify-self: end;
    width: 100%;
  }
}

@media (min-width: 64rem) {
  .hp-reviews__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === hp-editorial.css === */
/* HP 2.0 — Conteúdo editorial */

.hp-editorial {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hp-editorial__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hp-editorial__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
}

.hp-editorial__orb--1 {
  top: 8%;
  right: -4rem;
  width: 22rem;
  height: 22rem;
  background: rgb(0 184 240 / 0.18);
}

.hp-editorial__orb--2 {
  bottom: -5rem;
  left: -5rem;
  width: 24rem;
  height: 24rem;
  background: rgb(59 130 246 / 0.12);
}

.hp-editorial__header {
  position: relative;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.hp-editorial__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-editorial__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ds-color-text-primary);
}

.hp-editorial__title-accent {
  display: block;
  margin-top: 0.12em;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-editorial__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: var(--ds-color-text-secondary);
}

.hp-editorial__accent {
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: var(--ds-space-6) auto 0;
  border-radius: 999px;
  background: var(--hp-gradient);
}

/* Grid */
.hp-editorial__grid {
  position: relative;
  display: grid;
  gap: var(--ds-space-6);
  margin: clamp(3rem, 6vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.hp-editorial__card {
  border-radius: 1.375rem;
  background: #fff;
  border: 1px solid rgb(15 23 42 / 0.08);
  box-shadow:
    0 4px 24px rgb(11 18 32 / 0.05),
    0 1px 0 rgb(255 255 255 / 0.8) inset;
  overflow: hidden;
  transition:
    transform var(--ds-duration-base) var(--ds-ease-out),
    box-shadow var(--ds-duration-base) var(--ds-ease-out),
    border-color var(--ds-duration-base) var(--ds-ease-out);
}

.hp-editorial__card:hover {
  transform: translateY(-4px);
  border-color: rgb(0 184 240 / 0.28);
  box-shadow:
    0 20px 48px rgb(11 18 32 / 0.1),
    0 0 0 1px rgb(0 184 240 / 0.08);
}

.hp-editorial__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.hp-editorial__thumb {
  position: relative;
  overflow: hidden;
}

.hp-editorial__thumb .hp-media {
  border-radius: 0;
  margin: 0;
}

.hp-editorial__thumb .hp-media__img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.55s var(--ds-ease-out);
}

.hp-editorial__card:hover .hp-media__img {
  transform: scale(1.05);
}

.hp-editorial__thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgb(6 21 37 / 0.35) 100%);
  pointer-events: none;
}

.hp-editorial__badge {
  position: absolute;
  left: var(--ds-space-4);
  bottom: var(--ds-space-4);
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.94);
  backdrop-filter: blur(8px);
  font-size: var(--ds-text-caption);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f3a6e;
  box-shadow: 0 4px 16px rgb(11 18 32 / 0.12);
}

.hp-editorial__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: var(--ds-space-3);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hp-editorial__meta {
  display: flex;
  align-items: center;
  gap: var(--ds-space-3);
}

.hp-editorial__read {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: var(--ds-text-caption);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ds-color-accent-cyan-hover);
}

.hp-editorial__read::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--hp-gradient);
}

.hp-editorial__card-title {
  margin: 0;
  font-size: clamp(1.125rem, 1.8vw, 1.3125rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ds-color-text-primary);
  transition: color var(--ds-duration-base) var(--ds-ease-out);
}

.hp-editorial__card:hover .hp-editorial__card-title {
  color: #0f3a6e;
}

.hp-editorial__excerpt {
  flex: 1;
  margin: 0;
  font-size: var(--ds-text-body);
  line-height: 1.7;
  color: var(--ds-color-text-secondary);
}

.hp-editorial__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--ds-space-2);
  margin-top: var(--ds-space-2);
  font-size: var(--ds-text-body-s);
  font-weight: 700;
  color: var(--ds-color-text-primary);
  transition: gap var(--ds-duration-base) var(--ds-ease-out);
}

.hp-editorial__cta .hp-icon {
  width: 1.1rem;
  height: 1.1rem;
  transition: transform var(--ds-duration-base) var(--ds-ease-out);
}

.hp-editorial__card:hover .hp-editorial__cta {
  gap: var(--ds-space-3);
  color: #0f3a6e;
}

.hp-editorial__card:hover .hp-editorial__cta .hp-icon {
  transform: translateX(3px);
}

.hp-editorial__hub {
  position: relative;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.hp-btn--on-light {
  border-color: rgb(15 23 42 / 0.14);
  color: var(--ds-color-text-primary);
  background: #fff;
}

.hp-btn--on-light:hover {
  border-color: rgb(0 184 240 / 0.4);
  color: #0f3a6e;
}

@media (min-width: 48rem) {
  .hp-editorial__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .hp-editorial__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === hp-faq.css === */
/* HP 2.0 — FAQ */

.hp-faq {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}

.hp-faq__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hp-faq__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.45;
}

.hp-faq__orb--1 {
  top: -4rem;
  left: -5rem;
  width: 20rem;
  height: 20rem;
  background: rgb(0 184 240 / 0.14);
}

.hp-faq__orb--2 {
  right: -4rem;
  bottom: 10%;
  width: 22rem;
  height: 22rem;
  background: rgb(59 130 246 / 0.1);
}

.hp-faq__layout {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

.hp-faq__header {
  max-width: 28rem;
}

.hp-faq__eyebrow {
  margin: 0 0 var(--ds-space-4);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-faq__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ds-color-text-primary);
}

.hp-faq__title-accent {
  display: block;
  margin-top: 0.12em;
  background: var(--hp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-faq__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: var(--ds-color-text-secondary);
}

.hp-faq__accent {
  display: block;
  width: 3.5rem;
  height: 3px;
  margin-top: var(--ds-space-6);
  border-radius: 999px;
  background: var(--hp-gradient);
}

/* Accordion */
.hp-faq__accordion {
  display: grid;
  gap: var(--ds-space-4);
  margin: 0;
}

.hp-faq__accordion.c-accordion {
  gap: var(--ds-space-4);
}

.hp-faq__item {
  border: 1px solid rgb(15 23 42 / 0.08);
  border-radius: 1.125rem;
  background: #fff;
  box-shadow: 0 4px 20px rgb(11 18 32 / 0.04);
  overflow: hidden;
  transition:
    border-color var(--ds-duration-base) var(--ds-ease-out),
    box-shadow var(--ds-duration-base) var(--ds-ease-out);
}

.hp-faq__item:has(.hp-faq__trigger[aria-expanded="true"]) {
  border-color: rgb(0 184 240 / 0.35);
  box-shadow:
    0 12px 32px rgb(11 18 32 / 0.08),
    0 0 0 1px rgb(0 184 240 / 0.06);
}

.hp-faq__trigger {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--ds-space-4);
  width: 100%;
  min-height: 4.25rem;
  padding: var(--ds-space-5) var(--ds-space-5);
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.hp-faq__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, rgb(0 184 240 / 0.12), rgb(59 130 246 / 0.1));
  font-size: var(--ds-text-caption);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0f3a6e;
}

.hp-faq__question {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 700;
  line-height: 1.45;
  color: var(--ds-color-text-primary);
  transition: color var(--ds-duration-base) var(--ds-ease-out);
}

.hp-faq__trigger[aria-expanded="true"] .hp-faq__question {
  color: #0f3a6e;
}

.hp-faq__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgb(15 23 42 / 0.05);
  color: var(--ds-color-text-secondary);
  transition:
    transform var(--ds-duration-base) var(--ds-ease-out),
    background var(--ds-duration-base) var(--ds-ease-out),
    color var(--ds-duration-base) var(--ds-ease-out);
}

.hp-faq__chevron .hp-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.hp-faq__trigger[aria-expanded="true"] .hp-faq__chevron {
  transform: rotate(180deg);
  background: linear-gradient(135deg, #00b8f0, #3b82f6);
  color: #fff;
}

.hp-faq__panel {
  border-top: 1px solid rgb(15 23 42 / 0.06);
}

.hp-faq__panel p {
  margin: 0;
  padding: 0 var(--ds-space-5) var(--ds-space-5);
  max-width: 62ch;
  font-size: var(--ds-text-body);
  line-height: 1.8;
  color: var(--ds-color-text-secondary);
}

.hp-faq__hub {
  position: relative;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

@media (min-width: 64rem) {
  .hp-faq__layout {
    grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
    gap: clamp(3rem, 6vw, 5rem);
  }

  .hp-faq__header {
    position: sticky;
    top: 6rem;
  }
}

@media (max-width: 39.9375rem) {
  .hp-faq__trigger {
    grid-template-columns: auto 1fr auto;
    gap: var(--ds-space-3);
    padding: var(--ds-space-4);
  }

  .hp-faq__panel p {
    padding: 0 var(--ds-space-4) var(--ds-space-4);
  }
}

/* === hp-sections.css === */
/* HP 2.0 — Sections */

/* Plans */
.hp-plans__grid {
  display: grid;
  gap: var(--ds-space-6);
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 0;
  list-style: none;
}

.hp-plans__card {
  padding: clamp(2rem, 4vw, 2.75rem);
  border-radius: 1.25rem;
  border: 1px solid var(--ds-color-border);
  background: #fff;
}

.hp-plans__card--featured {
  border-color: var(--ds-color-accent-cyan);
  background: linear-gradient(180deg, rgb(0 200 255 / 0.04), #fff);
  transform: scale(1.02);
}

.hp-plans__ribbon {
  display: inline-block;
  margin-bottom: var(--ds-space-4);
  padding: var(--ds-space-1) var(--ds-space-3);
  border-radius: 999px;
  background: var(--ds-color-accent-cyan);
  color: var(--ds-color-primary-900);
  font-size: var(--ds-text-caption);
  font-weight: 700;
}

.hp-plans__name {
  margin: 0 0 var(--ds-space-3);
  font-size: var(--ds-text-h3);
  font-weight: 700;
}

.hp-plans__note {
  margin: 0 0 var(--ds-space-6);
  font-size: var(--ds-text-body);
  line-height: 1.65;
  color: var(--ds-color-text-secondary);
}

.hp-plans__list {
  margin: 0 0 var(--ds-space-6);
  padding-left: var(--ds-space-5);
  color: var(--ds-color-text-secondary);
  line-height: 1.7;
}

@media (min-width: 48rem) {
  .hp-plans__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64rem) {
  .hp-plans__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* EEAT */
.hp-eeat__team {
  display: grid;
  gap: var(--ds-space-6);
  margin: clamp(3rem, 5vw, 4rem) 0 0;
  padding: 0;
  list-style: none;
}

.hp-eeat__member {
  display: grid;
  gap: var(--ds-space-4);
}

.hp-eeat__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--ds-color-primary-900);
  color: #fff;
  font-weight: 700;
  font-size: var(--ds-text-h4);
}

.hp-eeat__name {
  font-size: var(--ds-text-body-xl);
  font-weight: 700;
}

.hp-eeat__role {
  display: block;
  margin-top: var(--ds-space-1);
  font-size: var(--ds-text-body);
  color: var(--ds-color-text-secondary);
}

.hp-eeat__method {
  display: grid;
  gap: var(--ds-space-6);
  margin-top: var(--ds-space-10);
  padding-top: var(--ds-space-8);
  border-top: 1px solid var(--ds-color-border);
}

.hp-eeat__method-item dt {
  margin: 0 0 var(--ds-space-2);
  font-size: var(--ds-text-overline);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ds-color-text-muted);
}

.hp-eeat__method-item dd {
  margin: 0;
  font-size: var(--ds-text-body-l);
  line-height: 1.65;
}

@media (min-width: 48rem) {
  .hp-eeat__team {
    grid-template-columns: repeat(3, 1fr);
  }

  .hp-eeat__method {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64rem) {
  .hp-eeat__method {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* CTA Final */
.hp-cta {
  position: relative;
  min-height: 32rem;
  display: flex;
  align-items: center;
  padding-block: clamp(5rem, 10vw, 8rem);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.hp-cta__bg {
  position: absolute;
  inset: 0;
}

.hp-cta__bg .hp-media {
  position: absolute;
  inset: 0;
  border-radius: 0;
}

.hp-cta__bg .hp-media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(6 10 18 / 0.72), rgb(6 10 18 / 0.85));
  backdrop-filter: blur(4px);
}

.hp-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin-inline: auto;
}

.hp-cta__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hp-cta__lead {
  margin: var(--ds-space-5) 0 0;
  font-size: var(--ds-text-body-xl);
  line-height: 1.75;
  color: rgb(255 255 255 / 0.82);
}

.hp-cta__proof {
  margin: var(--ds-space-5) 0 0;
  font-size: var(--ds-text-body);
  color: rgb(255 255 255 / 0.62);
}

.hp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--ds-space-4);
  margin-top: var(--ds-space-8);
}

/* Float CTA */
.hp-float {
  position: fixed;
  left: var(--ds-space-4);
  right: var(--ds-space-4);
  bottom: calc(var(--ds-space-4) + env(safe-area-inset-bottom, 0px));
  z-index: var(--ds-z-cta-float);
  transform: translateY(120%);
  transition: transform var(--ds-duration-base) var(--ds-ease-out);
  pointer-events: none;
}

.hp-float.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.hp-float .hp-btn {
  width: 100%;
}

@media (min-width: 48rem) {
  .hp-float {
    display: none;
  }
}

/* === hp-motion.css === */
/* HP 2.0 — Motion (progressive enhancement only) */

@media (prefers-reduced-motion: reduce) {
  .hp [class*="hp-"] {
    transition: none !important;
    animation: none !important;
  }
}

/* Conteúdo sempre visível — animação só quando JS adiciona .hp--ready */
.hp-section {
  opacity: 1;
  transform: none;
}

.hp--ready .hp-section:not(.hp-hero):not(.hp-stats):not(.is-visible) {
  opacity: 0;
  transform: translateY(1.25rem);
}

.hp--ready .hp-section.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
