:root {
  --bg: #090b0d;
  --bg-alt: #0f1318;
  --panel: rgba(15, 19, 24, 0.88);
  --panel-strong: #14181d;
  --sand: #efe8dc;
  --sand-deep: #ddd0ba;
  --text: #f5f4ee;
  --text-dark: #0d1014;
  --muted: #aeb5bf;
  --muted-dark: #5a6470;
  --accent: #f5b800;
  --accent-deep: #d99700;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(13, 16, 20, 0.12);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100% - 32px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--accent);
  color: #140f00;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.top-alert {
  background: linear-gradient(90deg, #ffca2a 0%, #e0a000 100%);
  color: #1c1200;
  font-size: 0.92rem;
  font-weight: 800;
}

.top-alert__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
}

.top-alert__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  background: transparent;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 98px;
}

.brand img {
  width: min(118px, 28vw);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.98rem;
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav__cta {
  color: #140f00;
  background: var(--accent);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 9px 14px;
  border: 1px solid rgba(245, 184, 0, 0.2);
  border-radius: 999px;
  background: rgba(245, 184, 0, 0.08);
  color: #ffd15a;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: #4d3900;
  background: rgba(245, 184, 0, 0.14);
  border-color: rgba(77, 57, 0, 0.14);
}

.eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(245, 184, 0, 0.18);
}

.hero {
  position: relative;
  overflow: clip;
  min-height: clamp(620px, 82svh, 760px);
  padding: 126px 0 28px;
  background: linear-gradient(90deg, rgba(6, 8, 10, 0.98) 0%, rgba(8, 9, 11, 0.96) 56%, rgba(11, 10, 9, 0.94) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 10, 0.98) 0%, rgba(6, 8, 10, 0.92) 36%, rgba(6, 8, 10, 0.72) 60%, rgba(6, 8, 10, 0.86) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero__noise {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(245, 159, 16, 0.18), transparent 16%),
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 26%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 24%);
  z-index: 1;
  pointer-events: none;
}

.hero__background {
  position: absolute;
  inset: 0;
  background:
    url("https://www.abcgeradores.com.br/imagens/main/banner1.webp") no-repeat 82% center / cover;
  opacity: 0.54;
  transform: scale(1.03);
  filter: grayscale(1) brightness(0.26) contrast(1.06) saturate(0);
  z-index: 0;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 3;
  display: block;
}

.hero__copy {
  max-width: 470px;
  padding-bottom: 24px;
}

.hero .eyebrow {
  margin-bottom: 18px;
  padding: 6px 10px;
  border-color: rgba(245, 184, 0, 0.14);
  background: rgba(245, 184, 0, 0.11);
  color: #f2a833;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.hero__title {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.6rem, 8.2vw, 6.4rem);
  line-height: 0.84;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.hero__title-line {
  display: block;
}

.hero__title-accent {
  color: var(--accent);
}

.hero__text {
  max-width: 420px;
  margin: 16px 0 0;
  color: #b2b8c0;
  font-size: 0.96rem;
  line-height: 1.82;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #d3d7dd;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

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

.btn--primary {
  color: #160f00;
  background: linear-gradient(180deg, #ffb13a 0%, #ff8c1f 100%);
  box-shadow: 0 14px 34px rgba(255, 146, 31, 0.22);
}

.btn--primary:hover {
  box-shadow: 0 18px 40px rgba(255, 146, 31, 0.28);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--text);
}

.btn--block {
  width: 100%;
}

.hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 24px;
  max-width: 680px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #adb4bd;
  font-size: 0.73rem;
}

.hero__highlights li {
  position: relative;
  padding-left: 14px;
  line-height: 1.7;
}

.hero__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.hero__kpis article,
.stat-pill {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  padding: 18px;
}

.hero__kpis strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 1.22rem;
}

.hero__kpis span {
  color: #d4d9e1;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  padding: 28px;
}

.hero-card__tag {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.hero-card h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.hero-card > p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field span {
  color: #d9dee6;
  font-size: 0.92rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(6, 8, 10, 0.5);
  color: var(--text);
  padding: 15px 16px;
  outline: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #88919d;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(245, 184, 0, 0.72);
  box-shadow: 0 0 0 4px rgba(245, 184, 0, 0.12);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field--full {
  grid-column: 1 / -1;
}

.hero-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-card__footer a {
  color: var(--text);
  font-weight: 700;
}

.lead-section {
  padding-top: 24px;
  background:
    linear-gradient(180deg, rgba(12, 16, 21, 0.98), rgba(12, 16, 21, 0.96)),
    var(--bg-alt);
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.98fr);
  gap: 28px;
  align-items: start;
}

.lead-copy {
  max-width: 520px;
}

.lead-copy h2 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.lead-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.lead-points {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lead-points li {
  position: relative;
  padding-left: 18px;
  color: #d3d9e1;
  line-height: 1.72;
}

.lead-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.hero-card__points {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card__points li {
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #d8dde5;
}

.logo-band {
  padding: 32px 0 36px;
  background: #06080a;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.logo-band__header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.logo-band__header h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.logo-marquee {
  display: flex;
  gap: 16px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-track {
  display: flex;
  gap: 16px;
  min-width: max-content;
  animation: marquee 28s linear infinite;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  min-width: 168px;
  height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) brightness(1.08);
  opacity: 0.86;
}

@keyframes marquee {
  to {
    transform: translateX(calc(-100% - 16px));
  }
}

.section {
  padding: clamp(72px, 9vw, 112px) 0;
}

.section--dark {
  background: var(--bg-alt);
}

.section--sand {
  background: var(--sand);
  color: var(--text-dark);
}

.section--accent {
  background:
    radial-gradient(circle at 16% 18%, rgba(245, 184, 0, 0.12), transparent 22%),
    linear-gradient(180deg, #0d1116 0%, #090b0d 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading--dark p:last-child,
.section-heading p:last-child {
  margin: 0;
  line-height: 1.8;
}

.section-heading h2 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.section-heading--dark p:not(.eyebrow) {
  color: var(--muted-dark);
}

.cards,
.sector-grid,
.feature-stack,
.media-grid,
.process-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

.cards--three,
.media-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-card,
.sector-card,
.feature-card,
.media-card,
.process-card,
.quote-card,
.range-card,
.spec-board {
  border-radius: 26px;
}

.info-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 56%),
    #10151b;
}

.card-number,
.sector-card span,
.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(245, 184, 0, 0.12);
  color: var(--accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.info-card h3,
.sector-card h3,
.feature-card h3,
.media-card h3,
.process-card h3 {
  margin: 18px 0 10px;
  font-size: 1.28rem;
}

.info-card p,
.sector-card p,
.feature-card p,
.media-card p,
.process-card p,
.quote-card blockquote,
.range-card p {
  margin: 0;
  line-height: 1.75;
}

.sector-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(245, 184, 0, 0.08), transparent 35%),
    #10151a;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--text);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.split-layout__copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}

.split-layout__copy h2 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.stat-stack {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.stat-pill strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
}

.stat-pill span {
  color: #d8dde6;
  line-height: 1.7;
}

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

.feature-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.feature-card p {
  color: #d8dde6;
}

.media-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #10151a;
}

.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-card__body {
  padding: 22px;
}

.power-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 20px;
  align-items: start;
}

.power-ranges {
  display: grid;
  gap: 16px;
}

.range-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: #10151a;
}

.range-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.range-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.range-card--accent {
  background: linear-gradient(180deg, rgba(245, 184, 0, 0.14), transparent 60%), #10151a;
}

.spec-board {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.spec-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 14px;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
}

.spec-row:first-child {
  border-top: 0;
}

.spec-row--head {
  color: #ced5de;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
}

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

.process-card {
  padding: 24px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 46px rgba(18, 22, 28, 0.08);
}

.process-card span {
  color: #7a5700;
  background: rgba(245, 184, 0, 0.2);
}

.quote-card {
  position: relative;
  padding: 30px 24px 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%),
    #10151a;
}

.quote-card::before {
  content: "“;
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(245, 184, 0, 0.22);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.quote-card blockquote {
  position: relative;
  margin: 0 0 20px;
  color: #d8dde6;
}

.quote-card figcaption {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
}

.cta-section {
  background: linear-gradient(180deg, #090b0d 0%, #0d1116 100%);
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 26px 18px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(245, 184, 0, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 15% 25%, rgba(245, 184, 0, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%),
    #0f1419;
}

.cta-shell__copy h2 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.cta-shell__copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.cta-shell__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.cta-shell__contacts {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding-top: 6px;
  color: #d9dee6;
}

.cta-shell__contacts a {
  color: var(--text);
  font-weight: 700;
}

.site-footer {
  padding: 24px 0 92px;
  border-top: 1px solid var(--line);
  background: #080a0c;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  color: var(--muted);
  font-size: 0.92rem;
}

.mobile-cta {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 60;
  display: none;
  gap: 10px;
  width: min(calc(100% - 16px), 420px);
  transform: translateX(-50%);
}

.mobile-cta__button {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 16, 21, 0.94);
  color: var(--text);
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mobile-cta__button--accent {
  background: var(--accent);
  color: #140f00;
  border-color: transparent;
}

@media (max-width: 1120px) {
  .lead-layout,
  .split-layout,
  .power-layout,
  .cta-shell {
    grid-template-columns: 1fr;
  }

  .cta-shell__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .cards--three,
  .media-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sector-grid,
  .process-grid,
  .feature-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header__inner {
    min-height: 84px;
  }

  .hero {
    min-height: auto;
    padding: 96px 0 28px;
  }

  .hero__background {
    background-position: 72% center;
    opacity: 0.42;
    transform: scale(1.08);
  }

  .hero__highlights,
  .form-grid,
  .cards--three,
  .sector-grid,
  .feature-stack,
  .media-grid,
  .process-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .field--full {
    grid-column: auto;
  }

  .hero-card,
  .cta-shell {
    padding: 24px;
  }

  .logo-item {
    width: 140px;
    min-width: 140px;
    height: 74px;
  }

  .spec-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .btn,
  .btn--block {
    width: 100%;
  }

  .hero__chips {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-cta {
    display: flex;
  }
}
