:root {
  /* Cambia aquí la paleta si necesitas adaptar la marca. */
  --navy: #10233f;
  --navy-2: #163456;
  --text: #172235;
  --muted: #617084;
  --line: #d9e1ea;
  --soft: #f4f7fa;
  --white: #ffffff;
  --green: #158464;
  --green-soft: #e8f5ef;
  --blue-soft: #eaf2fb;
  --warning: #fff4d6;
  --danger: #b42318;
  --shadow: 0 18px 48px rgba(16, 35, 63, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(21, 132, 100, 0.35);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 6.5vw, 3.8rem);
  line-height: 1.02;
}

h2 {
  color: var(--navy);
  font-size: clamp(1.65rem, 5vw, 3rem);
  line-height: 1.08;
}

h3 {
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 12px clamp(16px, 4vw, 44px);
  border-bottom: 1px solid rgba(217, 225, 234, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.header-phone-note,
.mobile-label {
  display: none;
}

.brand {
  display: grid;
  gap: 0;
  text-decoration: none;
}

.brand__main {
  color: var(--navy);
  font-weight: 900;
  font-size: 1.04rem;
}

.brand__sub {
  color: var(--muted);
  font-size: 0.78rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(21, 132, 100, 0.22);
}

.button--primary:hover {
  background: #106f54;
}

.button--ghost {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy);
}

.button--soft {
  border-color: #bfd7cb;
  background: var(--green-soft);
  color: #0f5f49;
}

.button--large,
.button--full {
  min-height: 54px;
}

.button--full {
  width: 100%;
}

.phone-link {
  display: grid;
  gap: 0;
  min-width: 150px;
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}

.phone-link small {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.75rem;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(26px, 6vw, 78px) clamp(16px, 4vw, 34px);
}

#formulario,
#simulacion {
  scroll-margin-top: 90px;
  scroll-margin-bottom: 96px;
}

.hero__copy {
  display: grid;
  align-content: start;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--green);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__subtitle {
  max-width: 66ch;
  margin: 18px 0 20px;
  color: var(--muted);
  font-size: 1.08rem;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.badge-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #cfe1d8;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--green-soft);
  color: #0e5945;
  font-weight: 900;
  font-size: 0.88rem;
}

.transparency-box {
  max-width: 68ch;
  margin-bottom: 18px;
  border: 1px solid #bfd7cb;
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: var(--green-soft);
  color: #143f33;
  font-weight: 800;
}

.hero-bullets,
.check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.hero-bullets li,
.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
  font-weight: 800;
}

.hero-bullets li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
}

.hero-ctas,
.section-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.phone-microcopy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.simulator-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.simulator-card__header,
.lead-form-shell {
  padding: 20px;
}

.simulator-card__header {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--blue-soft), var(--white));
}

.simulator-card__header h2,
.lead-form-shell h2 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.simulator-card__header p,
.lead-form-shell p {
  color: var(--muted);
}

.simulation-form,
.lead-form {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.field-group,
.field {
  display: grid;
  gap: 7px;
}

.field-label,
.field span {
  color: var(--navy);
  font-weight: 900;
  font-size: 0.92rem;
}

.field em {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd6e2;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--text);
  padding: 11px 12px;
}

input:focus,
select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(21, 132, 100, 0.16);
  outline: none;
}

[aria-invalid="true"] {
  border-color: var(--danger);
}

.field-error {
  min-height: 18px;
  color: var(--danger);
  font-weight: 800;
  font-size: 0.8rem;
}

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

.segmented label {
  position: relative;
}

.segmented input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.segmented span {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--navy);
  font-weight: 900;
}

.segmented input:checked + span {
  border-color: var(--green);
  background: var(--green-soft);
  box-shadow: inset 0 0 0 1px var(--green);
}

.advanced-simulation {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.advanced-simulation summary {
  min-height: 46px;
  padding: 12px;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}

.advanced-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0 12px 12px;
}

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

.results-panel {
  display: grid;
  gap: 12px;
  padding: 0 20px 20px;
}

.results-empty,
.fallback-card,
.variant-message {
  border: 1px dashed #b7c6d5;
  border-radius: var(--radius);
  padding: 16px;
  background: var(--soft);
  color: var(--muted);
  font-weight: 700;
}

.results-heading {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.results-heading h3 {
  margin-bottom: 0;
}

.results-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.result-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--white);
}

.result-card__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.result-card h4 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 1.06rem;
}

.result-card small {
  color: var(--muted);
  font-weight: 800;
}

.result-price {
  min-width: max-content;
  color: var(--green);
  font-weight: 900;
  font-size: 1.2rem;
  text-align: right;
}

.result-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.result-meta span {
  border-radius: var(--radius);
  padding: 8px;
  background: var(--soft);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.result-note {
  margin-bottom: 0;
  color: var(--muted);
}

.result-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.lead-form-shell {
  border-top: 1px solid var(--line);
  background: #fbfcfd;
}

.lead-form {
  padding: 0;
}

.upload-field {
  border: 1px dashed #b7c6d5;
  border-radius: var(--radius);
  padding: 12px;
  background: var(--white);
}

.upload-field strong {
  color: var(--muted);
  font-size: 0.84rem;
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: var(--white);
}

.privacy-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.privacy-check span {
  color: var(--muted);
  font-size: 0.9rem;
}

.privacy-check a {
  color: var(--green);
  font-weight: 900;
}

.form-footnote {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.form-status {
  display: none;
  border-radius: var(--radius);
  padding: 13px;
  font-weight: 900;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: var(--green-soft);
  color: #0f5f49;
}

.form-status.is-error {
  background: #fde8e5;
  color: var(--danger);
}

.trust-section,
.steps-section,
.content-section,
.comparison-section,
.faq-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(44px, 8vw, 88px) clamp(16px, 4vw, 34px);
}

.trust-section,
.comparison-section,
.alt-section {
  background: linear-gradient(180deg, var(--soft), var(--white));
}

.comparison-update {
  margin: 20px 0;
  border: 1px solid #bfd7cb;
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: var(--green-soft);
  color: #143f33;
  font-weight: 800;
}

.comparison-update strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.tariff-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 28px rgba(16, 35, 63, 0.06);
}

.tariff-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 940px;
}

.tariff-table th,
.tariff-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.tariff-table th {
  background: var(--navy);
  color: var(--white);
  font-size: 0.86rem;
  line-height: 1.2;
}

.tariff-table td {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
}

.tariff-table tr:last-child td {
  border-bottom: 0;
}

.comparison-ctas {
  margin: 20px 0;
}

.methodology-box {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: var(--white);
}

.methodology-box h3 {
  margin-bottom: 0;
}

.methodology-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding-left: 18px;
}

.methodology-box li {
  color: var(--muted);
  font-weight: 800;
}

.methodology-box p {
  margin-bottom: 0;
  border-left: 5px solid var(--green);
  padding: 12px 14px;
  background: var(--green-soft);
  color: #143f33;
  font-weight: 800;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 850px;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.trust-grid,
.steps-grid,
.factor-grid,
.tariff-type-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.trust-grid article,
.steps-grid article,
.factor-grid article,
.tariff-type-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: var(--white);
}

.trust-grid p,
.steps-grid p,
.factor-grid p,
.tariff-type-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.method-note {
  margin: 20px 0 14px;
  border-left: 5px solid var(--green);
  padding: 12px 14px;
  background: var(--green-soft);
  color: #143f33;
  font-weight: 800;
}

.inline-call {
  color: var(--green);
  font-weight: 900;
}

.steps-grid article {
  display: grid;
  gap: 8px;
}

.steps-grid span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}

.section-ctas {
  margin-top: 22px;
}

.wide-copy {
  max-width: 78ch;
  color: var(--muted);
  font-size: 1.04rem;
}

.factor-grid {
  margin: 22px 0;
}

.check-list {
  margin-bottom: 22px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.faq-list summary {
  min-height: 56px;
  padding: 17px 18px;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  gap: 20px;
  padding: 38px clamp(16px, 4vw, 44px) 92px;
  background: var(--navy);
  color: var(--white);
}

.site-footer p,
.site-footer address {
  color: #c9d5e3;
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.site-footer address {
  font-style: normal;
}

.site-footer a {
  color: var(--white);
  font-weight: 800;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.legal-content,
.thanks-shell {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(44px, 8vw, 86px) 0;
}

.legal-content h1,
.thanks-shell h1 {
  max-width: 12ch;
}

.legal-content h2 {
  margin: 34px 0 10px;
  font-size: 1.35rem;
}

.legal-content p,
.thanks-shell p {
  color: var(--muted);
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--blue-soft), var(--white));
}

.thanks-shell {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px, 6vw, 54px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.thanks-shell .button {
  width: fit-content;
}

.mobile-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -12px 28px rgba(16, 35, 63, 0.12);
}

.is-callfirst .hero-ctas .button--primary[href="#simulacion"] {
  order: 2;
  background: var(--green-soft);
  color: #0f5f49;
  box-shadow: none;
}

.is-callfirst .hero-ctas [data-phone-link="true"] {
  order: 1;
  background: var(--green);
  color: var(--white);
}

.is-current .simulation-form,
.is-current #results-panel {
  display: none;
}

@media (min-width: 640px) {
  .hero-ctas,
  .section-ctas {
    align-items: center;
  }

  .result-actions {
    grid-template-columns: 1fr 0.7fr;
  }

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

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

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

@media (min-width: 860px) {
  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.82fr);
    align-items: start;
  }

  .simulator-card {
    position: sticky;
    top: 92px;
  }

  .section-heading {
    grid-template-columns: 0.38fr 1fr;
    gap: 42px;
    max-width: none;
  }

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

  .advanced-grid__full {
    grid-column: 1 / -1;
  }

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

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

  .site-footer {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: start;
    padding-bottom: 38px;
  }

  .mobile-sticky {
    display: none;
  }
}

@media (max-width: 780px) {
.site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px 10px;
    min-height: 64px;
    padding: 10px 12px;
  }

  .brand {
    max-width: 100%;
  }

  .header-actions {
    gap: 8px;
  }

  .brand__main {
    font-size: 0.95rem;
    line-height: 1.12;
  }

  .brand__sub {
    font-size: 0.74rem;
  }

  .header-phone-note {
    display: block;
    grid-column: 1 / -1;
    margin: -2px 0 0;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
  }

  .phone-link--desktop,
  .header-actions .button--ghost {
    display: none;
  }

  .header-actions .button--primary {
    min-height: 40px;
    max-width: 126px;
    padding: 9px 11px;
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }

  .hero {
    gap: 16px;
    padding: 18px 12px 34px;
  }

  .hero__copy {
    min-width: 0;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 0.74rem;
  }

  h1 {
    margin-bottom: 12px;
    line-height: 1.04;
  }

  .transparency-box {
    margin-bottom: 12px;
    padding: 12px;
    font-size: 0.92rem;
  }

  .hero-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 11px 12px;
  }

  .hero-ctas .button {
    min-width: 0;
    font-size: 0.9rem;
  }

  .hero-ctas .button--ghost {
    grid-column: 1 / -1;
    min-height: 44px;
  }

  .section-ctas .button {
    flex: 1 1 220px;
  }

  .phone-microcopy {
    margin-top: 8px;
    font-size: 0.88rem;
  }

  .hero__subtitle {
    margin: 14px 0 12px;
    font-size: 0.98rem;
  }

  .badge-row {
    gap: 6px;
    margin-bottom: 12px;
  }

  .badge-row span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.78rem;
  }

  .hero-bullets {
    gap: 8px;
    margin-bottom: 4px;
  }

  .hero-bullets li {
    font-size: 0.94rem;
  }

  .simulator-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
  }

  .lead-form-shell {
    order: 1;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .simulator-card__header {
    order: 2;
  }

  .simulation-form {
    order: 3;
  }

  .results-panel {
    order: 4;
  }

  .simulator-card__header,
  .lead-form-shell,
  .simulation-form,
  .results-panel {
    padding-left: 14px;
    padding-right: 14px;
  }

  .simulator-card__header h2,
  .lead-form-shell h2 {
    font-size: 1.28rem;
  }

  .lead-form {
    gap: 13px;
  }

  .segmented {
    grid-template-columns: 1fr;
  }

  .segmented span {
    min-height: 48px;
  }

  input,
  select {
    min-height: 50px;
    font-size: 1rem;
  }

  .privacy-check {
    padding: 12px;
  }

  .result-card__top,
  .result-meta {
    grid-template-columns: 1fr;
  }

  .result-card__top {
    display: grid;
  }

  .result-price {
    text-align: left;
  }

  .trust-section,
  .steps-section,
  .content-section,
  .comparison-section,
  .faq-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tariff-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .tariff-table {
    display: block;
    min-width: 0;
  }

  .tariff-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .tariff-table tbody,
  .tariff-table tr,
  .tariff-table td {
    display: block;
    width: 100%;
  }

  .tariff-table tbody {
    display: grid;
    gap: 12px;
  }

  .tariff-table tr {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px 12px;
    background: var(--white);
    box-shadow: 0 8px 22px rgba(16, 35, 63, 0.06);
  }

  .tariff-table td {
    display: grid;
    grid-template-columns: minmax(112px, 0.9fr) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border-bottom: 1px solid var(--line);
    padding: 10px 0;
    font-size: 0.9rem;
  }

  .tariff-table td::before {
    content: attr(data-label);
    color: var(--navy);
    font-weight: 900;
  }

  .tariff-table td:last-child {
    border-bottom: 0;
  }

  .methodology-box {
    padding: 16px;
  }

  .methodology-box ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer {
    padding-bottom: 104px;
  }

  .mobile-sticky {
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .brand__main {
    font-size: 0.89rem;
  }

  .brand__sub,
  .header-phone-note {
    font-size: 0.7rem;
  }

  .header-actions .button--primary {
    max-width: 112px;
    padding-inline: 9px;
    font-size: 0.8rem;
  }

  .hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-ctas {
    grid-template-columns: 1fr;
  }

  .hero-ctas .button--ghost {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
