

.ct-hero { position: relative; padding: calc(var(--arx-header-h) + 30px) 0 54px; overflow: hidden; }

.ct-hero__luz {
  position: absolute; z-index: 0; pointer-events: none;
  left: 34%; top: 50%; transform: translate(-50%, -50%);
  width: min(1020px, 96vw); aspect-ratio: 1020 / 620;
  background: radial-gradient(50% 50% at 50% 50%,
    rgba(21,116,255,.30) 0%, rgba(21,116,255,.09) 46%, transparent 72%);
}
.ct-hero__inner { position: relative; z-index: 1; }
.ct-hero__title {
  margin-top: 18px; max-width: 900px;
  font-size: clamp(32px, 3.5417vw, 60px); line-height: 1.1; letter-spacing: -0.01em;
  font-weight: var(--fw-regular); color: var(--arx-white);
}
.ct-hero__sub { margin-top: 18px; max-width: 620px; font-size: 18px; line-height: 27px; color: var(--arx-grey-90); }

.ct-fala { padding-block: 0 96px; }
.ct-fala__grid { display: grid; grid-template-columns: 1fr 352px; gap: 28px; align-items: start; }

.ct-form { padding: 30px 32px 32px; border-radius: 18px; background: rgba(255,255,255,.022); }
.ct-form__h2 { font-size: 26px; line-height: 32px; font-weight: var(--fw-semibold); color: var(--arx-white); }
.ct-form__sub { margin-top: 8px; font-size: 13.5px; color: var(--arx-grey-70); }

.ct-form > * + * { margin-top: 18px; }
.ct-form__h2 + .ct-form__sub { margin-top: 8px; }
.ct-form__linha { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.ct-campo { display: block; }
.ct-campo > span { display: block; margin-bottom: 7px; font-size: 13px; color: var(--arx-grey-90); }
.ct-campo input, .ct-campo select, .ct-campo textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.10);
  color: var(--arx-white); font-family: var(--arx-font); font-size: 15px; line-height: 22px;
  transition: border-color .25s var(--arx-ease), background-color .25s var(--arx-ease);
}
.ct-campo textarea { resize: vertical; min-height: 120px; }
.ct-campo input:hover, .ct-campo select:hover, .ct-campo textarea:hover { border-color: rgba(21,116,255,.45); }
.ct-campo input:focus-visible, .ct-campo select:focus-visible, .ct-campo textarea:focus-visible {
  outline: none; border-color: var(--arx-blue); background: rgba(21,116,255,.06);
}

.ct-campo select {
  appearance: none; padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9.5l6 6 6-6' fill='none' stroke='%231574ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center; background-size: 18px;
}
.ct-campo option { background: #14161a; color: var(--arx-white); }

.ct-aceite { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; }
.ct-aceite input { flex: none; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--arx-blue); }
.ct-aceite span { font-size: 12.5px; line-height: 18px; color: var(--arx-grey-70); }
.ct-aceite a { color: var(--arx-blue-border); text-decoration: underline; }
.ct-form__enviar { margin-top: 24px; }

.ct-canais { display: grid; gap: 12px; }
.ct-canal {
  display: block; padding: 20px 22px; border-radius: 14px;
  background: rgba(255,255,255,.022);
}
.ct-canal__rot {
  display: block; font-size: 11.5px; letter-spacing: 1.2px; text-transform: uppercase;
  font-weight: var(--fw-semibold); color: var(--arx-blue-border);
}
.ct-canal__forte {
  display: block; margin-top: 8px; font-size: 27px; line-height: 32px;
  font-weight: var(--fw-semibold); color: var(--arx-white);
  transition: color .25s var(--arx-ease);
}
.ct-canal__forte--menor { font-size: 17px; line-height: 24px; word-break: break-word; }
a.ct-canal__forte:hover { color: var(--arx-blue); }
.ct-canal__nota { display: block; margin-top: 6px; font-size: 13px; line-height: 19px; color: var(--arx-grey-70); }

.ct-canal--zap { display: flex; align-items: center; gap: 12px; }
.ct-canal--zap svg { flex: none; width: 22px; height: 22px; fill: #25d366; }
.ct-canal--zap b { display: block; font-size: 16px; font-weight: var(--fw-semibold); color: var(--arx-white); }
.ct-canal--zap i { display: block; margin-top: 2px; font-style: normal; font-size: 13px; color: var(--arx-grey-70); }
.ct-canal--zap:hover { border-color: #25d366; }

.ct-canal--horario { padding: 4px 2px 0; background: none; }
.ct-canal--horario p { margin-top: 8px; font-size: 13.5px; line-height: 20px; color: var(--arx-grey-90); }
.ct-canal__sla { color: var(--arx-grey-70) !important; }

.ct-unidades { padding-block: 0 96px; }
.ct-unidades__h2 { margin-top: 14px; font-size: 40px; line-height: 46px; font-weight: var(--fw-regular); color: var(--arx-white); }
.ct-unidades__sub { margin-top: 14px; max-width: 620px; font-size: 16px; line-height: 24px; color: var(--arx-grey-90); }
.ct-un__grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ct-un {
  display: flex; flex-direction: column; padding: 26px 24px 24px; border-radius: 16px;
  background: rgba(255,255,255,.022);
}
.ct-un__cidade {
  display: flex; align-items: baseline; gap: 8px;
  font-size: 21px; line-height: 27px; font-weight: var(--fw-semibold); color: var(--arx-white);
}
.ct-un__cidade span {
  font-size: 12px; letter-spacing: 1px; font-weight: var(--fw-semibold); color: var(--arx-blue);
}
.ct-un__papel {
  display: block; margin-top: 4px; font-size: 11.5px; letter-spacing: 1px;
  text-transform: uppercase; color: var(--arx-grey-70);
}
.ct-un__end { margin-top: 16px; font-size: 14px; line-height: 21px; color: var(--arx-grey-90); }
.ct-un__tel {
  margin-top: auto; padding-top: 16px; font-size: 14px;
  font-weight: var(--fw-semibold); color: var(--arx-blue-border);
  transition: color .25s var(--arx-ease);
}
.ct-un__tel:hover { color: var(--arx-blue); }
