:root {
  --bg: #070b1a;
  --bg-alt: #0b1330;
  --surface: #101936;
  --surface-soft: #121f45;
  --text: #f0f4ff;
  --muted: #b8c2df;
  --line: rgba(255, 255, 255, 0.14);
  --primary: #5f06a8;
  --primary-2: #0066ff;
  --accent: #00aa66;
  --accent-2: #00c47a;
  --ok: #22c55e;
  --radius: 16px;
  --neutral-bg: #0e1733;
  --dot-purple: #b18cff;
  --dot-blue: #53a6ff;
  --dot-green: #4fd38f;
  --dot-yellow: #ffd447;
  --dot-red: #ff6b7a;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    linear-gradient(180deg, rgba(7, 11, 26, 0.9), rgba(7, 11, 26, 0.95)),
    url("../img/bg-world.jpg") center top / cover fixed no-repeat,
    radial-gradient(circle at 8% 0%, rgba(95, 6, 168, 0.25) 0%, transparent 35%),
    radial-gradient(circle at 100% 15%, rgba(0, 102, 255, 0.2) 0%, transparent 40%),
    var(--bg);
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 11, 26, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.brand img,
.footer img {
  height: 31px;
  width: auto;
}

.menu {
  display: none;
  gap: 1rem;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background: #e8eeff;
}

.menu a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.menu a:hover {
  color: #ffffff;
}


.section {
  padding: 40px;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.98;
  letter-spacing: 0.03em;
}

h1 {
  font-size: clamp(2rem, 6vw, 3.8rem);
}

h2 {
    font-family: "Inter", sans-serif;
  font-size:22px;
   line-height: 1.28;
  letter-spacing: 0.01em;
  font-weight: 800;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.28;
  letter-spacing: 0.01em;
  font-weight: 800;
}

.section-head {
  max-width: 760px;
}

.section-head h2 {
  margin-top: 0.45rem;
}

.section-head p:not(.section-kicker) {
  margin-top: 0.55rem;
  color: var(--muted);
}

.section-kicker,
.tag,
.panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
  color: #dbe5ff;
  background: rgba(0, 102, 255, 0.2);
  border: 1px solid rgba(0, 102, 255, 0.42);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(7, 11, 26, 0.92) 0%, rgba(7, 11, 26, 0.58) 45%, rgba(7, 11, 26, 0.94) 100%),
    url("../img/bg-project.jpg") center / cover no-repeat;
  z-index: 0;
}

#beneficios {
  background: linear-gradient(180deg, rgba(14, 23, 51, 0.94), rgba(7, 11, 26, 0.98));
}

#como-funciona {
  background: linear-gradient(180deg, rgba(9, 14, 32, 0.95), rgba(7, 11, 26, 0.99));
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.55;
  pointer-events: none;
}

.orb-a {
  width: 260px;
  height: 260px;
  top: -52px;
  right: -80px;
  background: radial-gradient(circle, rgba(95, 6, 168, 0.45), rgba(95, 6, 168, 0));
}

.orb-b {
  width: 300px;
  height: 300px;
  bottom: -100px;
  left: -72px;
  background: radial-gradient(circle, rgba(0, 102, 255, 0.4), rgba(0, 102, 255, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.hero-copy {
  display: grid;
  gap: 1rem;
}

/* Hero slider */
.hero-slider-wrap {
  min-width: 0;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: clamp(260px, 46vw, 560px);
  background: transparent;
}

.slide-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: heroSlideFade 20s infinite;
}

.slide-1 { animation-delay: 0s; }
.slide-2 { animation-delay: 4s; }
.slide-3 { animation-delay: 8s; }
.slide-4 { animation-delay: 12s; }
.slide-5 { animation-delay: 16s; }

@keyframes heroSlideFade {
  0%   { opacity: 0; }
  4%   { opacity: 1; }
  20%  { opacity: 1; }
  24%  { opacity: 0; }
  100% { opacity: 0; }
}

/* Hero extras (highlights + panel below hero) */
.hero-extras {
  padding: 2rem 0 1rem;
}

.hero-extras-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  align-items: start;
}

.lead {
  color: var(--muted);
  max-width: 62ch;
}

.offer-box {
  position: relative;
  margin-top: 0;
  max-width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(155deg, rgba(95, 6, 168, 0.36), rgba(0, 102, 255, 0.24));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
  padding: 1.1rem;
}

.offer-inline {
  margin-top: 1rem;
}

.offer-price-panel {
  margin-top: 0.55rem;
  padding: 0;
}

.offer-old-price {
  margin: 0 0 0.15rem;
  font-size: 0.86rem;
  color: #c8d2f4;
  opacity: 0.9;
  text-decoration: line-through;
}

.offer-new-price {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 0.95;
  color: #ffffff;
}

.offer-condition {
  margin: 0.28rem 0 0;
  color: #ffd700;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.offer-hosting {
  margin: 0.55rem 0 0;
  color: #e0e8ff;
  font-size: 0.76rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  background: rgba(7, 11, 26, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
}

.offer-hosting i {
  color: #7fd5ff;
}

.hero-highlights {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.hero-highlights li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
}

.hero-highlights i {
  color: var(--dot-blue);
}

.hero-cta {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn {
  border: 0;
  border-radius: 12px;
  padding: 0.8rem 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 11px 24px rgba(0, 102, 255, 0.32);
}

.btn-strong {
  padding: 1rem 1.4rem;
  font-size: 1rem;
  box-shadow: 0 18px 30px rgba(0, 102, 255, 0.38);
}

.btn-ghost {
  color: #f0f4ff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.btn-panel {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 12px 26px rgba(0, 170, 102, 0.3);
}

.hero-panel {
  background: linear-gradient(180deg, rgba(16, 25, 54, 0.95) 0%, rgba(11, 19, 48, 0.95) 100%);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.15rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 0.8rem;
}

.hero-panel h2 {
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
}

.mini-steps {
  display: grid;
  gap: 0.5rem;
}

.mini-steps p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #d0dbfa;
  font-size: 0.92rem;
}

.mini-steps span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.74rem;
  font-weight: 700;
  color: #fff;
  background: var(--primary-2);
}

.grid {
  display: grid;
  gap: 0.9rem;
}

.benefit-grid {
  margin-top: 1.35rem;
  grid-template-columns: 1fr;
}

.card {
  background: linear-gradient(180deg, rgba(16, 25, 54, 0.96), rgba(11, 19, 48, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
}

.card i {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  font-size: 1rem;
  color: var(--dot-blue);
  background: rgba(5, 10, 24, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.segments-image--mobile { display: none; }

@media (max-width: 767px) {
  .segments-image { display: none; }
  .segments-image--mobile { display: block; margin: 1rem auto; max-width: 100%; }
  .segments-image--mobile img { width: 100%; height: auto; display: block; }
}

.segments-image { display: none; }
.segments-image--mobile { display: block; }

.segments-image img,
.segments-image--mobile img { max-width: 100%; height: auto; display: block; }

@media (min-width: 1024px) {
  .segments-image { display: block; }
  .segments-image--mobile { display: none; }
}

.benefit-grid .card:nth-child(5n + 1) i,
.segments-grid .segment:nth-child(5n + 1) i { color: var(--dot-purple); }
.benefit-grid .card:nth-child(5n + 2) i,
.segments-grid .segment:nth-child(5n + 2) i { color: var(--dot-blue); }
.benefit-grid .card:nth-child(5n + 3) i,
.segments-grid .segment:nth-child(5n + 3) i { color: var(--dot-green); }
.benefit-grid .card:nth-child(5n + 4) i,
.segments-grid .segment:nth-child(5n + 4) i { color: var(--dot-yellow); }
.benefit-grid .card:nth-child(5n + 5) i,
.segments-grid .segment:nth-child(5n + 5) i { color: var(--dot-red); }

.hero-highlights li i,
.diagnostic-list li i,
.diagnostic-result li i,
.plan-list li i {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  font-size: 0.9rem;
  color: var(--dot-blue);
  background: transparent;
  border: 0;
  margin-top: 0.05rem;
}

.hero-highlights li:nth-child(5n + 1) i,
.diagnostic-list li:nth-child(5n + 1) i,
.diagnostic-result li:nth-child(5n + 1) i,
.plan-list li:nth-child(5n + 1) i { color: var(--dot-purple); }

.hero-highlights li:nth-child(5n + 2) i,
.diagnostic-list li:nth-child(5n + 2) i,
.diagnostic-result li:nth-child(5n + 2) i,
.plan-list li:nth-child(5n + 2) i { color: var(--dot-blue); }

.hero-highlights li:nth-child(5n + 3) i,
.diagnostic-list li:nth-child(5n + 3) i,
.diagnostic-result li:nth-child(5n + 3) i,
.plan-list li:nth-child(5n + 3) i { color: var(--dot-green); }

.hero-highlights li:nth-child(5n + 4) i,
.diagnostic-list li:nth-child(5n + 4) i,
.diagnostic-result li:nth-child(5n + 4) i,
.plan-list li:nth-child(5n + 4) i { color: var(--dot-yellow); }

.hero-highlights li:nth-child(5n + 5) i,
.diagnostic-list li:nth-child(5n + 5) i,
.diagnostic-result li:nth-child(5n + 5) i,
.plan-list li:nth-child(5n + 5) i { color: var(--dot-red); }

.card h3 {
  margin-top: 0.6rem;
}

.card p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.section-diagnostic {
  background:
    linear-gradient(120deg, rgba(7, 11, 26, 0.9) 0%, rgba(7, 11, 26, 0.58) 45%, rgba(7, 11, 26, 0.94) 100%),
    url("../img/bg-project.jpg") center / cover no-repeat;
}

.diagnostic-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.diagnostic-wrap p {
  margin-top: 0.6rem;
  color: var(--muted);
}

.diagnostic-list,
.diagnostic-result ul,
.compare-card ul,
.plan-list {
  list-style: none;
  padding: 0;
}

.diagnostic-list {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.5rem;
}

.diagnostic-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.diagnostic-list i {
  color: inherit;
}

.diagnostic-result {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.diagnostic-result img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.diagnostic-result h3 {
  margin-bottom: 0.65rem;
}

.diagnostic-result ul {
  display: grid;
  gap: 0.48rem;
  margin-bottom: 1rem;
}

.diagnostic-result li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #dbe5ff;
  font-weight: 600;
}

.diagnostic-result i {
  color: inherit;
}

.steps-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.step-card {
  background: linear-gradient(180deg, rgba(16, 25, 54, 0.96), rgba(11, 19, 48, 0.96));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
}

.step-card span {
  display: inline-block;
  padding: 0.27rem 0.62rem;
  border-radius: 999px;
  background: rgba(0, 102, 255, 0.22);
  color: #dbe5ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.step-card h3 {
  margin-top: 0.6rem;
}

.step-card p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.section-compare {
  background: linear-gradient(180deg, rgba(14, 23, 51, 0.95), rgba(7, 11, 26, 0.98));
}

.compare-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.compare-card {
  background: linear-gradient(180deg, rgba(16, 25, 54, 0.96), rgba(11, 19, 48, 0.96));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
}

.compare-card.featured {
  border-color: rgba(255, 215, 0, 0.45);
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.12) inset;
}

.compare-card ul {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.45rem;
}

.compare-card li {
  position: relative;
  padding-left: 1.15rem;
  color: #d0dbfa;
  font-weight: 600;
}

.compare-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dot-blue);
  position: absolute;
  left: 0;
  top: 0.54rem;
}

.compare-card li:nth-child(5n + 1)::before { background: var(--dot-purple); }
.compare-card li:nth-child(5n + 2)::before { background: var(--dot-blue); }
.compare-card li:nth-child(5n + 3)::before { background: var(--dot-green); }
.compare-card li:nth-child(5n + 4)::before { background: var(--dot-yellow); }
.compare-card li:nth-child(5n + 5)::before { background: var(--dot-red); }

.center-cta {
  margin-top: 1rem;
}

.plans-group {
  margin-top: 1.5rem;
}

.plans-group + .plans-group {
  margin-top: 2.1rem;
  padding-top: 1.35rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.plans-group-head {
  margin-bottom: 0.95rem;
  width: 100%;
  text-align: center;
}

.plans-group-head h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.75rem);
  margin-bottom: 0.35rem;
}

.plans-group-head p {
  color: var(--muted);
  max-width: 78ch;
  margin: 0.4rem auto 0;
}

.plans-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
}

.plan-card {
  position: relative;
  background: linear-gradient(180deg, rgba(16, 25, 54, 0.96), rgba(11, 19, 48, 0.96));
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: 0 11px 18px rgba(0, 0, 0, 0.22);
}

.plan-card-featured {
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.16) inset, 0 14px 28px rgba(0, 0, 0, 0.28);
}

.plan-card-enterprise-featured {
  border-color: rgba(83, 166, 255, 0.58);
  box-shadow: 0 0 0 2px rgba(83, 166, 255, 0.2) inset, 0 14px 28px rgba(0, 0, 0, 0.3);
}

.plan-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #dc143c, #ff8c00);
}

.plan-badge-enterprise {
  background: linear-gradient(135deg, #0066ff, #00aa66);
}

.plan-name {
  margin-right: 0;
  font-size: 1.1rem;
}

.plan-ideal {
  color: var(--muted);
  font-size: 0.9rem;
}

.plan-list {
  display: grid;
  gap: 0.42rem;
  margin-top: 0.1rem;
}

.plan-list li {
  display: flex;
  gap: 0.44rem;
  color: #d0dbfa;
  font-size: 0.9rem;
}

.plan-list i {
  margin-top: 0.2rem;
  color: inherit;
}

.plan-value {
  font-weight: 800;
  font-size: 1.15rem;
}

.plan-value small {
  font-size: 0.82rem;
  color: var(--muted);
}

.plan-note {
  color: var(--muted);
  font-size: 0.88rem;
}

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

.section-segments {
  background: linear-gradient(180deg, rgba(14, 23, 51, 0.95), rgba(7, 11, 26, 0.98));
}

.segments-head {
  max-width: none;
}

.segments-layout {
  display: grid;
  gap: 1rem;
}

.segments-image {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.segments-image img {
  display: block;
  width: 100%;
  height: auto;
}

.segments-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.segment {
  background: linear-gradient(180deg, rgba(16, 25, 54, 0.96), rgba(11, 19, 48, 0.96));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 0.7rem;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.35rem;
}

.segment i {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  font-size: 1rem;
  color: var(--dot-blue);
  background: rgba(5, 10, 24, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.segment span {
  font-size: 0.86rem;
  color: #d0dbfa;
  font-weight: 600;
}

.faq-list {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.faq-item {
  background: linear-gradient(180deg, rgba(16, 25, 54, 0.96), rgba(11, 19, 48, 0.96));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem;
}

.faq-item p {
  margin-top: 0.35rem;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(6, 10, 22, 0.8), rgba(6, 10, 22, 0.88)),
    url("../img/bg-server.jpg") center / cover no-repeat;
}

.final-cta-wrap {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.3rem;
  background: rgba(16, 25, 54, 0.9);
  text-align: center;
}

.final-cta-wrap p {
  margin: 0.6rem auto 0;
  max-width: 64ch;
  color: var(--muted);
}

.final-cta-wrap .btn {
  margin-top: 1rem;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #03060f;
}

.footer-wrap {
  min-height: 68px;
  padding: 0.95rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
}

.footer p {
  color: #d8e1ff;
  font-size: 0.92rem;
  margin: 0;
}

.footer img {
  max-width: min(170px, 100%);
  height: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--delay, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1023px) {
  .hero-grid {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy h1 {
    order: 1;
  }

  .hero-slider-wrap {
    order: 2;
  }

  .hero-copy .lead {
    order: 3;
  }

  .hero-copy .offer-inline {
    order: 4;
  }

  .hero-copy .hero-cta {
    order: 5;
  }

  .menu {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    background: rgba(7, 11, 26, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.75rem 1rem 1rem;
    gap: 0.55rem;
    display: none;
    transform: translateY(-14px);
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .menu.is-open {
    display: grid;
    transform: translateY(0);
    opacity: 1;
  }

  .menu a {
    padding: 0.7rem 0.65rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
  }

  body.menu-open {
    overflow: hidden;
  }
}

@media (min-width: 760px) {
  .diagnostic-wrap,
  .compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .segments-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .menu {
    display: flex;
    position: static;
    transform: none;
    opacity: 1;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .menu-toggle {
    display: none;
  }

  .hero {
    min-height: 86vh;
    display: grid;
    align-items: center;
  }

  .hero-grid {
    gap: 1.4rem;
    grid-template-columns: 3fr 7fr;
    align-items: center;
  }

  .segments-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .segments-grid {
    margin-top: 0;
  }

  .hero-extras-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .final-cta-wrap {
    padding: 2rem;
  }
}

@media (max-width: 760px) {
  .hero-cta {
    justify-content: center;
  }

  .hero-copy,
  #beneficios .section-head,
  #beneficios .card,
  #como-funciona .section-head,
  #como-funciona .step-card {
    text-align: center;
  }

  .footer img {
    max-width: 138px;
  }
}
