/* ==========================================================================
   DaiSystems — Home (reformulação 2026)
   CSS exclusivo da Home. Carregado por último em /index.html.
   Todas as classes usam o prefixo "hx-" e ficam sob <main class="hx">,
   sem tocar nos estilos globais (main.css, override.css, improvements).
   ========================================================================== */

.hx {
  --hx-bg: #0d0616;
  --hx-bg-alt: #110820;
  --hx-panel: #150a25;
  --hx-line: rgba(255, 255, 255, 0.09);
  --hx-line-strong: rgba(216, 195, 255, 0.2);
  --hx-text: #fbf7ff;
  --hx-muted: rgba(251, 247, 255, 0.68);
  --hx-soft: rgba(251, 247, 255, 0.5);
  --hx-accent: #a855f7;
  --hx-accent-strong: #820ad1;
  --hx-accent-text: #d9c3ff;
  --hx-radius: 14px;
  --hx-pad: clamp(64px, 9vw, 112px);
  background: var(--hx-bg);
  color: var(--hx-text);
}

.hx *,
.hx *::before,
.hx *::after {
  box-sizing: border-box;
}

/* resets com especificidade zero, para não vencerem as classes dos componentes */
:where(.hx) h1,
:where(.hx) h2,
:where(.hx) h3,
:where(.hx) p,
:where(.hx) ul,
:where(.hx) ol,
:where(.hx) figure {
  margin: 0;
}

.hx :where(ul, ol) {
  padding: 0;
  list-style: none;
}

:where(.hx) h1,
:where(.hx) h2,
:where(.hx) h3 {
  color: var(--hx-text);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.hx h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
}

.hx h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
}

.hx :where(p) {
  color: var(--hx-muted);
}

.hx a:focus-visible,
.hx button:focus-visible,
.hx summary:focus-visible {
  outline: 2px solid var(--hx-accent);
  outline-offset: 3px;
}

/* ---------- Estrutura de seção ---------- */

.hx-section {
  padding: var(--hx-pad) 0;
  background: var(--hx-bg);
  scroll-margin-top: 84px;
}

.hx-section--alt {
  background: var(--hx-bg-alt);
  border-top: 1px solid var(--hx-line);
  border-bottom: 1px solid var(--hx-line);
}

.hx-head {
  max-width: 720px;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.hx-head p:not(.hx-eyebrow) {
  margin-top: 16px;
  font-size: 1.05rem;
  max-width: 60ch;
}

.hx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--hx-accent-text) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hx-eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--hx-accent);
}

/* ---------- Botões ---------- */

.hx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hx-btn--primary {
  background: var(--hx-accent-strong);
  color: #fff;
}

.hx-btn--primary:hover {
  background: #9518ea;
  transform: translateY(-1px);
}

.hx-btn--ghost {
  background: transparent;
  color: var(--hx-text);
  border-color: var(--hx-line-strong);
}

.hx-btn--ghost:hover {
  border-color: rgba(216, 195, 255, 0.5);
  background: rgba(168, 85, 247, 0.1);
}

.hx-link {
  display: inline-block;
  color: var(--hx-accent-text);
  font-weight: 600;
  font-size: 0.96rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, gap 0.2s ease, border-color 0.2s ease;
}

.hx-link::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.hx-link:hover {
  color: #fff;
  border-color: var(--hx-accent);
}

.hx-link:hover::after {
  transform: translateX(3px);
}

/* ---------- Moldura de imagem (projetos) ---------- */

.hx-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hx-line-strong);
  border-radius: var(--hx-radius);
  background: #fff;
  box-shadow: 0 34px 70px -34px rgba(0, 0, 0, 0.85);
}

.hx-shot img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

a.hx-shot:hover img,
.hx-project:hover .hx-shot img {
  transform: scale(1.02);
}

.hx-chip {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid var(--hx-line-strong);
  border-radius: 999px;
  color: var(--hx-accent-text);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   HERO
   ========================================================================== */

.hx-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 104px) 0 clamp(56px, 8vw, 96px);
  background:
    radial-gradient(60% 70% at 88% 8%, rgba(130, 10, 209, 0.22), transparent 70%),
    var(--hx-bg);
}

/* trama de pontos discreta, referência técnica */
.hx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(216, 195, 255, 0.16) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(100deg, transparent 35%, #000 100%);
  mask-image: linear-gradient(100deg, transparent 35%, #000 100%);
  opacity: 0.55;
  pointer-events: none;
}

.hx-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hx-hero h1 {
  font-size: clamp(2.3rem, 4.7vw, 3.9rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 17ch;
}

.hx-hero-lead {
  margin-top: 24px;
  max-width: 54ch;
  font-size: clamp(1.02rem, 1.4vw, 1.14rem);
  line-height: 1.7;
}

.hx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

/* ---------- Faixa de posicionamento ---------- */

.hx-proof {
  background: var(--hx-bg-alt);
  border-top: 1px solid var(--hx-line);
  border-bottom: 1px solid var(--hx-line);
}

.hx-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hx-proof-list li {
  padding: 26px 28px;
  border-left: 1px solid var(--hx-line);
}

.hx-proof-list li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hx-proof-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hx-text);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hx-proof-list span {
  color: var(--hx-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

/* ==========================================================================
   PROJETOS
   ========================================================================== */

.hx-project-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 18px;
}

.hx-project-client {
  color: var(--hx-soft) !important;
  font-size: 0.9rem;
}

.hx-project h3 {
  margin-bottom: 16px;
}

.hx-project-desc {
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 52ch;
}

/* --- destaque: Sistema de Controle de Crachás --- */

.hx-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  padding: clamp(20px, 3.2vw, 40px);
  border: 1px solid var(--hx-line-strong);
  border-radius: 22px;
  background:
    radial-gradient(70% 90% at 0% 0%, rgba(130, 10, 209, 0.14), transparent 70%),
    var(--hx-panel);
}

.hx-featured-media {
  position: relative;
  margin-bottom: clamp(26px, 5vw, 44px);
}

.hx-featured-second {
  position: absolute;
  right: clamp(-10px, -1vw, 0px);
  bottom: clamp(-38px, -4vw, -20px);
  width: 46%;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 24px 50px -16px rgba(0, 0, 0, 0.9);
}

.hx-featured h3 {
  font-size: clamp(1.6rem, 2.7vw, 2.15rem);
}

.hx-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 26px 0 30px;
}

.hx-features li {
  position: relative;
  padding-left: 18px;
  color: var(--hx-text);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hx-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 1px;
  background: var(--hx-accent);
}

/* --- DS Pedidos (linha alternada) --- */

.hx-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-top: clamp(64px, 9vw, 112px);
}

.hx-row .hx-project-body .hx-link {
  margin-top: 26px;
}

.hx-shot-caption {
  margin-top: 12px;
  font-size: 0.84rem;
  color: var(--hx-soft) !important;
}

/* --- par de sites --- */

.hx-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
  margin-top: clamp(64px, 9vw, 112px);
}

.hx-pair .hx-project-meta {
  margin-top: 26px;
}

.hx-pair .hx-project-desc {
  font-size: 0.98rem;
}

.hx-pair .hx-link {
  margin-top: 20px;
}

.hx-projects-foot {
  margin-top: clamp(40px, 6vw, 64px);
  padding-top: 28px;
  border-top: 1px solid var(--hx-line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hx-projects-foot p {
  max-width: 56ch;
  font-size: 0.98rem;
}

/* ==========================================================================
   SOLUÇÕES (#como-ajudamos)
   ========================================================================== */

.hx-solutions {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.hx-solutions .hx-head {
  position: sticky;
  top: 112px;
  margin-bottom: 0;
}

.hx-solutions .hx-head .hx-btn {
  margin-top: 30px;
}

.hx-solution-list {
  border-top: 1px solid var(--hx-line);
}

.hx-solution {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px 20px;
  padding: 30px 0;
  border-bottom: 1px solid var(--hx-line);
}

.hx-solution-num {
  padding-top: 4px;
  color: var(--hx-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

.hx-solution h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.hx-solution p {
  max-width: 56ch;
  line-height: 1.68;
}

.hx-solution-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 16px;
}

/* ==========================================================================
   COMO TRABALHAMOS
   ========================================================================== */

.hx-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: hx-step;
  gap: 0 clamp(20px, 3vw, 40px);
}

.hx-step {
  position: relative;
  padding-top: 28px;
  border-top: 1px solid var(--hx-line-strong);
}

.hx-step::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hx-accent);
}

.hx-step-num {
  display: block;
  margin-bottom: 14px;
  color: var(--hx-accent-text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hx-step h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.hx-step p {
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ==========================================================================
   DEPOIMENTOS
   ========================================================================== */

.hx-reviews-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(32px, 4.5vw, 48px);
}

.hx-reviews-head .hx-head {
  margin-bottom: 0;
}

.hx-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hx-review {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--hx-line);
  border-radius: var(--hx-radius);
  background: var(--hx-panel);
}

.hx-review-stars {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  color: var(--hx-soft);
}

.hx-review-stars b {
  color: #f6c453;
  font-size: 0.95rem;
  letter-spacing: 2px;
  font-weight: 400;
}

.hx-review blockquote {
  margin: 0 0 22px;
  color: rgba(251, 247, 255, 0.82);
  font-size: 0.97rem;
  line-height: 1.7;
}

.hx-review-by {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--hx-line);
}

.hx-review-by strong {
  display: block;
  color: var(--hx-text);
  font-size: 0.96rem;
}

.hx-review-by span {
  display: block;
  margin-bottom: 12px;
  color: var(--hx-soft);
  font-size: 0.86rem;
}

/* ==========================================================================
   FAQ + CONTEÚDOS
   ========================================================================== */

.hx-faq-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
}

.hx-faq-wrap .hx-head {
  margin-bottom: 0;
}

.hx-faq-list {
  display: block;
  border-top: 1px solid var(--hx-line);
}

.hx-faq-item {
  border-bottom: 1px solid var(--hx-line);
}

.hx-faq-item summary {
  position: relative;
  display: block;
  padding: 22px 44px 22px 0;
  color: var(--hx-text);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.hx-faq-item summary::-webkit-details-marker {
  display: none;
}

.hx-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--hx-accent);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.hx-faq-item[open] summary::after {
  content: "–";
}

.hx-faq-item p {
  padding: 0 44px 24px 0;
  line-height: 1.7;
}

.hx-reads {
  margin-top: clamp(48px, 7vw, 80px);
  padding-top: 32px;
  border-top: 1px solid var(--hx-line);
}

.hx-reads-title {
  margin-bottom: 20px;
  color: var(--hx-soft) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hx-reads-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 40px;
}

.hx-reads-list a {
  display: block;
  color: var(--hx-text);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.hx-reads-list a span {
  display: block;
  margin-top: 8px;
  color: var(--hx-accent-text);
  font-size: 0.88rem;
  font-weight: 600;
}

.hx-reads-list a:hover {
  color: var(--hx-accent-text);
}

/* ==========================================================================
   CTA FINAL + FORMULÁRIO
   ========================================================================== */

.hx-cta {
  background:
    radial-gradient(60% 80% at 12% 100%, rgba(130, 10, 209, 0.2), transparent 70%),
    var(--hx-bg-alt);
  border-top: 1px solid var(--hx-line);
}

.hx-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
}

.hx-cta h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.8rem);
  line-height: 1.1;
}

.hx-cta-lead {
  margin-top: 20px;
  max-width: 46ch;
  font-size: 1.05rem;
  line-height: 1.7;
}

.hx-cta-action {
  text-align: center;
}

.hx-form-card {
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--hx-line-strong);
  border-radius: 20px;
  background: var(--hx-panel);
  scroll-margin-top: 96px;
}

.hx-form-card h2,
.hx-form-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.hx-form-card > p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* versão compacta, usada na Hero */
.hx-form-card--hero {
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 18px;
  box-shadow: 0 30px 70px -40px rgba(0, 0, 0, 0.9);
}

.hx-form-card--hero h2 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.hx-form-card--hero > p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.hx-form-card--hero .hx-form {
  gap: 12px;
  margin-top: 16px;
}

.hx-form-card--hero .hx-form label {
  gap: 5px;
  font-size: 0.82rem;
}

.hx-form-card--hero .hx-form input,
.hx-form-card--hero .hx-form select {
  min-height: 44px;
  padding: 9px 13px;
  font-size: 0.93rem;
}

.hx-form-card--hero .hx-form .hx-btn {
  min-height: 48px;
  margin-top: 2px;
}

.hx-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.hx-form label {
  display: grid;
  gap: 7px;
  color: var(--hx-text);
  font-size: 0.86rem;
  font-weight: 600;
  min-width: 0;
}

.hx-form .hx-full {
  grid-column: 1 / -1;
}

.hx-form input,
.hx-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background-color: #0d0616;
  color: var(--hx-text);
  font-size: 0.95rem;
  font-weight: 400;
  box-shadow: none;
}

.hx-form input::placeholder {
  color: rgba(251, 247, 255, 0.38);
}

.hx-form input:focus,
.hx-form select:focus {
  outline: none;
  border-color: var(--hx-accent);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.22);
}

.hx-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23d9c3ff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
}

.hx-form select option {
  background: #150a25;
  color: #fbf7ff;
}

.hx-label-text {
  display: block;
}

.hx-form-optional {
  color: var(--hx-soft);
  font-weight: 400;
}

.hx-form .hx-btn {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 4px;
  border: 0;
  font-family: inherit;
}

.hx-form .hx-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.hx-form-note {
  grid-column: 1 / -1;
  min-height: 1.2em;
  margin: 0;
  color: var(--hx-accent-text) !important;
  font-size: 0.88rem;
}

/* ==========================================================================
   Animações discretas (apenas fade de entrada na Hero; sem JS)
   ========================================================================== */

@keyframes hx-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hx-hero-copy,
.hx-form-card--hero {
  animation: hx-rise 0.7s ease both;
}

.hx-form-card--hero {
  animation-delay: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  .hx *,
  .hx *::before,
  .hx *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ==========================================================================
   Responsivo
   ========================================================================== */

@media (max-width: 1080px) {
  .hx-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px clamp(20px, 4vw, 40px);
  }

  .hx-reviews {
    grid-template-columns: 1fr;
  }

  .hx-reads-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .hx-hero-inner,
  .hx-featured,
  .hx-row,
  .hx-solutions,
  .hx-faq-wrap,
  .hx-cta-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hx-hero h1 {
    max-width: 18ch;
  }

  .hx-solutions .hx-head {
    position: static;
    margin-bottom: 8px;
  }

  .hx-faq-wrap .hx-head {
    margin-bottom: 8px;
  }

  /* projeto DS Pedidos: texto sempre depois da imagem */
  .hx-row .hx-shot-wrap {
    order: -1;
  }

  .hx-pair {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
  }
}

@media (max-width: 720px) {
  .hx-proof-list {
    grid-template-columns: 1fr;
  }

  .hx-proof-list li,
  .hx-proof-list li:first-child {
    padding: 20px 0;
    border-left: 0;
    border-top: 1px solid var(--hx-line);
  }

  .hx-proof-list li:first-child {
    border-top: 0;
  }

  .hx-features {
    grid-template-columns: 1fr;
  }

  .hx-solution {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 26px 0;
  }

  .hx-actions .hx-btn {
    width: 100%;
  }

  .hx-featured {
    padding: 16px 16px 24px;
    border-radius: 18px;
  }

  .hx-featured-second {
    right: -4px;
    width: 50%;
  }

  .hx-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .hx-projects-foot {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .hx-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hx-review {
    padding: 22px;
  }
}

/* Hero: sem linha vazia no fim do cartão enquanto não há mensagem de feedback */
.hx-form-card--hero .hx-form-note:empty {
  min-height: 0;
  margin-top: -12px;
}


/* Soluções complementares: posição secundária, abaixo das três frentes */
.hx-more {
  margin-top: 36px;
  max-width: 62ch;
}

.hx-more p {
  color: var(--hx-muted);
  line-height: 1.65;
}

.hx-more p strong {
  color: var(--hx-text);
}

/* Formulário da Hero: e-mail e "O que você precisa?" em largura total (o texto do select ficava cortado na coluna estreita) */
.hx-form .hx-span-2 {
  grid-column: 1 / -1;
}
