:root {
  --color-ink: #12201b;
  --color-muted: #60706a;
  --color-line: #dce4df;
  --color-paper: #fbfcf9;
  --color-soft: #eef4ef;
  --color-accent: #1f7a5b;
  --color-accent-dark: #0f3f34;
  --color-gold: #c9a24d;
  --color-white: #ffffff;
  --shadow-soft: 0 24px 70px rgba(18, 32, 27, 0.1);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
}

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

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(31, 45, 72, 0.28);
  background: linear-gradient(180deg, rgba(5, 9, 20, 0.72), rgba(5, 9, 20, 0.18));
  backdrop-filter: blur(18px);
}

.nav,
.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo-slot {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
}

.brand-logo-placeholder {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px dashed rgba(54, 230, 255, 0.34);
  border-radius: 999px;
  color: #36e6ff;
  background: rgba(10, 24, 43, 0.42);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-logo {
  display: block;
  width: 160px;
  height: auto;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-accent-dark);
}

.brand-name {
  font-size: 1rem;
}

.nav-actions,
.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--color-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-link:hover,
.footer-links a:hover {
  color: var(--color-accent);
}

.site-header .brand-mark {
  color: #03111f;
  background: linear-gradient(135deg, #eafcff, #21d4ff 52%, #00a7ff);
  box-shadow: 0 0 28px rgba(0, 213, 255, 0.18);
}

.site-header .nav {
  min-height: 76px;
}

.site-header .brand-name {
  color: #f8fbff;
}

.site-header .nav-actions {
  color: #a9bbd4;
}

.site-header .nav-link:hover {
  color: #36e6ff;
}

.section {
  padding: 112px 0;
}

.section-muted {
  background: var(--color-soft);
}

.section-dark {
  color: var(--color-white);
  background: var(--color-accent-dark);
}

.hero-section {
  position: relative;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding: 76px 0 24px;
  background:
    radial-gradient(circle at 14% 4%, rgba(0, 214, 255, 0.08), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(107, 91, 255, 0.08), transparent 30%),
    radial-gradient(circle at 54% 92%, rgba(31, 92, 160, 0.1), transparent 34%),
    linear-gradient(180deg, #050914 0%, #07101d 46%, #081323 100%);
}

.hero-container {
  width: min(100%, 1480px);
  margin-inline: auto;
  padding-inline: 32px;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(40, 73, 117, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 73, 117, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 11, 22, 0.36), transparent 46%);
  background-size: 48px 48px, 48px 48px, auto;
  pointer-events: none;
}

.hero-blur {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(68px);
  opacity: 0.58;
  pointer-events: none;
  animation: hero-breath 12s ease-in-out infinite;
}

.blur-one {
  top: 13%;
  left: 8%;
  width: 260px;
  height: 260px;
  background: rgba(0, 213, 255, 0.22);
}

.blur-two {
  right: 6%;
  bottom: 18%;
  width: 340px;
  height: 340px;
  background: rgba(138, 92, 246, 0.2);
  animation-delay: -4s;
}

.blur-three {
  top: 22%;
  right: 30%;
  width: 180px;
  height: 180px;
  background: rgba(29, 78, 216, 0.2);
  animation-delay: -7s;
}

@keyframes hero-breath {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.58;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.78;
  }
}

.hero-grid,
.split-layout,
.consultant-layout {
  display: grid;
  align-items: center;
  gap: 64px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(520px, 0.95fr) minmax(680px, 1.15fr);
  gap: 40px;
  align-items: center;
}

.hero-content {
  max-width: 640px;
  gap: 9px;
}

.hero-badge-group {
  display: grid;
  width: fit-content;
  gap: 6px;
}

.hero-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(26, 214, 255, 0.2);
  border-radius: 999px;
  color: #36e6ff;
  background: rgba(10, 24, 43, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(6, 182, 212, 0.04),
    0 18px 50px rgba(0, 0, 0, 0.22);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-badge-note {
  color: #7f92ad;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-title {
  max-width: 640px;
  margin: 2px 0 0;
  color: #f8fbff;
  font-size: clamp(1.9rem, 2.45vw, 2.65rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}

.hero-title span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  text-shadow: 0 0 38px rgba(6, 214, 255, 0.13);
  font-size: 0.94em;
  font-weight: 720;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 620px;
  margin: 0;
  color: #a9bbd4;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.55;
}

.hero-value-box {
  display: grid;
  max-width: 620px;
  gap: 8px;
  padding: 8px;
  border: 1px solid #1c2d49;
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 10%, rgba(0, 213, 255, 0.09), transparent 28%),
    rgba(10, 24, 43, 0.62);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.value-stage {
  display: grid;
  gap: 6px;
  padding: 9px;
  border: 1px solid rgba(44, 74, 118, 0.62);
  border-radius: 13px;
  background: rgba(8, 18, 33, 0.34);
}

.value-stage-next {
  background: rgba(8, 18, 33, 0.18);
}

.value-label {
  color: #f8fbff;
  font-size: 0.82rem;
  font-weight: 800;
}

.value-label-secondary {
  color: #a9bbd4;
  font-weight: 900;
}

.value-stage p {
  margin: -2px 0 0;
  color: #7f92ad;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.35;
}

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

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

.value-items span {
  color: #a9bbd4;
  font-size: 0.63rem;
  font-weight: 700;
  line-height: 1.35;
}

.value-items strong {
  color: #36e6ff;
}

.value-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 6px;
  border-top: 1px solid rgba(44, 74, 118, 0.62);
}

.value-price span {
  color: #7f92ad;
  font-size: 0.68rem;
  font-weight: 700;
}

.value-price strong {
  color: #a3e635;
  font-size: 0.74rem;
}

.hero-note {
  max-width: 570px;
  margin: 0;
  color: #7f92ad;
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 0;
}

.primary-action {
  display: grid;
  width: fit-content;
  max-width: 342px;
  gap: 6px;
}

.primary-action span {
  color: #7f92ad;
  font-size: 0.74rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.84rem;
  white-space: nowrap;
  font-weight: 750;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.button-primary {
  position: relative;
  overflow: hidden;
  padding: 0 18px;
  color: #03111f;
  background: linear-gradient(135deg, #eafcff 0%, #21d4ff 42%, #00a7ff 100%);
  box-shadow:
    0 0 0 1px rgba(118, 236, 255, 0.38),
    0 0 42px rgba(0, 213, 255, 0.32),
    0 26px 70px rgba(0, 156, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.button-primary::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0;
  transform: translateX(-120%);
  transition: transform 650ms ease, opacity 220ms ease;
}

.button-primary:hover::before {
  opacity: 0.5;
  transform: translateX(120%);
}

.button-primary {
  isolation: isolate;
}

.button-primary {
  z-index: 0;
}

.button-primary:hover {
  background: linear-gradient(135deg, #ffffff 0%, #4ee4ff 42%, #00b7ff 100%);
  box-shadow:
    0 0 0 1px rgba(158, 244, 255, 0.5),
    0 0 56px rgba(0, 213, 255, 0.42),
    0 34px 88px rgba(0, 156, 255, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.button-secondary {
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(62, 98, 150, 0.72);
  color: #c6d7ef;
  background: rgba(12, 26, 46, 0.54);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.button-secondary:hover {
  border-color: rgba(36, 213, 255, 0.34);
  background: rgba(13, 37, 66, 0.82);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.hero-indicators {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 0;
}

.hero-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 6px;
  border: 1px solid rgba(45, 74, 116, 0.72);
  border-radius: 999px;
  color: #9fb2cc;
  background: rgba(10, 23, 41, 0.64);
  font-size: 0.68rem;
  font-weight: 650;
}

.hero-method-note {
  max-width: 620px;
  margin: -2px 0 0;
  color: #7f92ad;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.42;
}

.hero-indicator span {
  color: #7ee9ff;
  font-weight: 850;
}

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

.reverse {
  direction: rtl;
}

.reverse > * {
  direction: ltr;
}

.section-content,
.section-heading {
  display: grid;
  gap: 20px;
}

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

.section-dark .section-heading {
  color: var(--color-white);
}

.eyebrow {
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-dark .eyebrow {
  color: var(--color-gold);
}

.placeholder {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(18, 32, 27, 0.14), rgba(18, 32, 27, 0.07));
}

.section-dark .placeholder {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.12));
}

.placeholder-title {
  width: min(100%, 620px);
  height: 84px;
}

.placeholder-heading {
  width: min(100%, 520px);
  height: 54px;
}

.placeholder-copy,
.placeholder-intro {
  width: min(100%, 620px);
  height: 92px;
  border-radius: var(--radius-md);
}

.placeholder-intro {
  width: min(100%, 560px);
  height: 56px;
}

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

.placeholder-button {
  width: 170px;
  height: 52px;
  background: var(--color-accent);
}

.placeholder-link {
  width: 140px;
  height: 52px;
  border: 1px solid var(--color-line);
  background: transparent;
}

.hero-visual,
.feature-panel,
.consultant-photo,
.cta-panel {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.hero-visual {
  position: relative;
  min-height: clamp(520px, 66vh, 590px);
  border-color: transparent;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  animation: dashboard-breath 14s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-visual::before {
  display: none;
}

.hero-visual::after {
  display: none;
}

@keyframes dashboard-breath {
  0%,
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 18px 46px rgba(0, 0, 0, 0.24));
  }

  50% {
    transform: translateY(-4px);
    filter: drop-shadow(0 24px 58px rgba(0, 0, 0, 0.3));
  }
}

.dashboard-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  min-height: 0;
  padding: 12px;
  border: 1px solid #1c2d49;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(24, 58, 103, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(12, 25, 45, 0.98), rgba(8, 18, 33, 0.98));
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  transform: translateY(-38px);
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
}

.dashboard-header div {
  display: grid;
  gap: 1px;
}

.dashboard-header strong {
  color: #f6fbff;
  font-size: 0.98rem;
  letter-spacing: 0;
}

.dashboard-header small {
  color: #8196b3;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

.dashboard-context {
  color: #7f93af;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
}

.dashboard-kicker {
  color: #7f93af;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #1f3659;
  border-radius: 999px;
  color: #d9e8ff;
  background: #101d34;
  font-size: 0.78rem;
  font-weight: 750;
}

.dashboard-score {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) 78px minmax(132px, 0.9fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 9px;
  padding: 10px;
  border: 1px solid #1c2d49;
  border-radius: 14px;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 213, 255, 0.1), transparent 26%),
    linear-gradient(145deg, rgba(14, 29, 52, 0.92), rgba(9, 20, 38, 0.9));
}

.dashboard-score span,
.score-summary small {
  color: #8196b3;
  font-size: 0.85rem;
  font-weight: 650;
}

.dashboard-score strong {
  color: #ffffff;
  display: block;
  margin-top: 6px;
  font-size: 1.66rem;
  line-height: 1;
}

.score-summary small {
  display: block;
  margin-top: 8px;
}

.score-ring {
  display: grid;
  width: 78px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #0b182b 0 49%, transparent 50%),
    conic-gradient(#00d5ff 0 313deg, #243553 313deg 360deg);
  box-shadow:
    0 0 28px rgba(0, 213, 255, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.score-ring span {
  color: #f8fbff;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
}

.score-legend {
  display: grid;
  gap: 5px;
}

.score-legend span {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  color: #a9bbd4;
  font-size: 0.68rem;
  font-weight: 650;
}

.score-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.score-legend strong {
  margin: 0;
  color: #8196b3;
  font-size: 0.66rem;
  font-weight: 700;
}

.legend-excellent {
  background: #00d5ff;
}

.legend-good {
  background: #22c55e;
}

.legend-regular {
  background: #facc15;
}

.legend-low {
  background: #ff7a1a;
}

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

.executive-conclusion,
.next-step-card {
  display: grid;
  gap: 4px;
  margin-bottom: 7px;
  padding: 9px 10px;
  border: 1px solid #1c2d49;
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 213, 255, 0.07), transparent 28%),
    linear-gradient(145deg, rgba(15, 29, 51, 0.9), rgba(9, 19, 36, 0.88));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.executive-conclusion span,
.next-step-card span {
  color: #8196b3;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.executive-conclusion p,
.next-step-card p {
  margin: 0;
  color: #a9bbd4;
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.34;
}

.next-step-card {
  margin-top: 10px;
  margin-bottom: 0;
  opacity: 0.82;
}

.next-step-card strong {
  color: #a9bbd4;
  font-size: 0.8rem;
  font-weight: 800;
}

.metric-card {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 7px;
  min-height: 64px;
  padding: 9px 10px;
  border: 1px solid #1c2d49;
  border-radius: 14px;
  background:
    radial-gradient(circle at 86% 8%, rgba(0, 213, 255, 0.06), transparent 24%),
    linear-gradient(145deg, rgba(15, 29, 51, 0.9), rgba(9, 19, 36, 0.88));
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
  animation: float-card 7s ease-in-out infinite;
}

.metric-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.metric-card span {
  color: #8196b3;
  font-size: 0.7rem;
  font-weight: 700;
}

.metric-card strong {
  color: #f7fbff;
  font-size: 0.82rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.metric-card small {
  color: #88a0bf;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.35;
}

.method-indicator {
  display: flex;
  width: 48px;
  height: 16px;
  flex: 0 0 auto;
  align-self: center;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  color: #00d5ff;
}

.method-indicator span {
  width: 7px;
  height: 13px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 0 0 12px color-mix(in srgb, currentColor 22%, transparent);
}

.method-indicator span:nth-child(4),
.method-indicator span:nth-child(5) {
  opacity: 0.22;
  box-shadow: none;
}

.metric-attention small {
  color: #a3e635;
}

.metric-attention .method-indicator {
  color: #a3e635;
}

.metric-operations {
  animation-delay: -1.2s;
}

.metric-operations small {
  color: #facc15;
}

.metric-operations .method-indicator {
  color: #facc15;
}

.metric-staff {
  animation-delay: -2.4s;
}

.metric-staff small {
  color: #38e7ff;
}

.metric-staff .method-indicator {
  color: #38e7ff;
}

.metric-flow {
  animation-delay: -3.3s;
}

.metric-flow small {
  color: #ff5f5f;
}

.metric-flow .method-indicator {
  color: #ff5f5f;
}

.metric-resources {
  animation-delay: -4.5s;
}

.metric-resources small {
  color: #ff7a1a;
}

.metric-resources .method-indicator {
  color: #ff7a1a;
}

.metric-business {
  animation-delay: -5.6s;
}

.metric-business small {
  color: #00d5ff;
}

.metric-business .method-indicator {
  color: #00d5ff;
}

.metric-delivery {
  animation-delay: -6.4s;
}

.metric-delivery small {
  color: #a3e635;
}

.metric-delivery .method-indicator {
  color: #a3e635;
}

.metric-products {
  animation-delay: -7.2s;
}

.metric-products small {
  color: #8b5cf6;
}

.metric-products .method-indicator {
  color: #8b5cf6;
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(147, 188, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
  animation: scroll-cue 2.6s ease-in-out infinite;
  backdrop-filter: blur(14px);
}

.hero-scroll span {
  width: 10px;
  height: 10px;
  border-right: 2px solid #9bdfff;
  border-bottom: 2px solid #9bdfff;
  transform: translateY(-2px) rotate(45deg);
}

@keyframes scroll-cue {
  0%,
  100% {
    transform: translate(-50%, 0);
    opacity: 0.7;
  }

  50% {
    transform: translate(-50%, 7px);
    opacity: 1;
  }
}

.diagnostico-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 4%, rgba(0, 214, 255, 0.08), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(107, 91, 255, 0.08), transparent 30%),
    radial-gradient(circle at 54% 92%, rgba(31, 92, 160, 0.1), transparent 34%),
    linear-gradient(180deg, #050914 0%, #07101d 46%, #081323 100%);
}

.diagnostico-main {
  min-height: 100vh;
}

.diagnostico-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  padding: 112px 0 40px;
  align-items: center;
}

.diagnostico-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(40, 73, 117, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 73, 117, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 11, 22, 0.36), transparent 46%);
  background-size: 48px 48px, 48px 48px, auto;
  pointer-events: none;
}

.diagnostico-container {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100% - 64px, 1040px);
  margin: 0 auto;
  gap: 16px;
}

.diagnostico-heading {
  display: grid;
  max-width: 920px;
  justify-items: center;
  gap: 10px;
  margin-inline: auto;
  text-align: center;
}

.diagnostico-heading h1 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(2rem, 3.45vw, 3.05rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.03;
}

.diagnostico-heading p {
  max-width: 700px;
  margin: 0;
  color: #a9bbd4;
  font-size: clamp(0.94rem, 1.15vw, 1.04rem);
  line-height: 1.5;
}

.diagnostico-card {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid #1c2d49;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 213, 255, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(12, 25, 45, 0.92), rgba(8, 18, 33, 0.9));
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.diagnostico-card-section {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #1c2d49;
  border-radius: 14px;
  background: rgba(8, 18, 33, 0.34);
}

.diagnostico-card-muted {
  background: rgba(8, 18, 33, 0.2);
}

.diagnostico-card-label,
.diagnostico-card h2 {
  margin: 0;
  color: #f8fbff;
  font-size: 1rem;
  font-weight: 850;
}

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

.diagnostico-points span {
  color: #a9bbd4;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.diagnostico-points strong {
  color: #36e6ff;
}

.diagnostico-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-top: 4px;
}

.confirmacion-hero {
  text-align: center;
}

.confirmacion-container {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100% - 64px, 820px);
  margin: 0 auto;
}

.confirmacion-card {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 34px;
  border: 1px solid #1c2d49;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 213, 255, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(12, 25, 45, 0.92), rgba(8, 18, 33, 0.9));
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.confirmacion-card h1 {
  max-width: 680px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.05;
}

.confirmacion-card p {
  max-width: 690px;
  margin: 0;
  color: #a9bbd4;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.62;
}

.confirmacion-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  padding: 18px;
  border: 1px solid #1c2d49;
  border-radius: 14px;
  background: rgba(8, 18, 33, 0.34);
  text-align: left;
}

.confirmacion-points span {
  color: #a9bbd4;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.confirmacion-points strong {
  color: #36e6ff;
}

.confirmacion-card .confirmacion-note {
  color: #7f92ad;
  font-size: 0.84rem;
}

.confirmacion-inicial-hero {
  min-height: 100vh;
  padding: 88px 0 28px;
  align-items: center;
}

.confirmacion-inicial-container {
  width: min(100% - 64px, 760px);
}

.confirmacion-inicial-card {
  gap: 10px;
  padding: 24px 28px;
}

.confirmacion-inicial-card h1 {
  font-size: clamp(1.7rem, 3.25vw, 2.85rem);
  line-height: 1.03;
}

.confirmacion-inicial-card .confirmacion-subtitle {
  color: #f8fbff;
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
}

.confirmacion-inicial-card p {
  line-height: 1.42;
}

.email-confirmation-card,
.next-steps-card {
  width: 100%;
  border: 1px solid #1c2d49;
  border-radius: 16px;
  background:
    radial-gradient(circle at 94% 0%, rgba(0, 213, 255, 0.08), transparent 32%),
    rgba(8, 18, 33, 0.42);
}

.email-confirmation-card {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  text-align: left;
}

.email-confirmation-card span {
  color: #7f92ad;
  font-size: 0.82rem;
  font-weight: 800;
}

.email-confirmation-card strong {
  color: #36e6ff;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  word-break: break-word;
}

.next-steps-card {
  display: grid;
  gap: 8px;
  padding: 12px;
  text-align: left;
}

.next-steps-card h2 {
  margin: 0;
  color: #f8fbff;
  font-size: 1rem;
  font-weight: 850;
}

.next-steps-card .confirmacion-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.next-steps-card .confirmacion-points span {
  font-size: 0.84rem;
  line-height: 1.32;
}

.confirmacion-inicial-card .button {
  min-height: 50px;
  margin-top: 2px;
}

.access-hero {
  min-height: 100vh;
  padding: 104px 0 44px;
  align-items: center;
  text-align: center;
}

.access-container {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100% - 64px, 720px);
  margin: 0 auto;
}

.access-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 30px;
  border: 1px solid #1c2d49;
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(0, 213, 255, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(12, 25, 45, 0.94), rgba(8, 18, 33, 0.92));
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.access-card h1 {
  max-width: 620px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 820;
  line-height: 1.05;
}

.access-card p {
  max-width: 560px;
  margin: 0;
  color: #a9bbd4;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.55;
}

.access-status-ring {
  width: 58px;
  height: 58px;
  border: 2px solid rgba(54, 230, 255, 0.18);
  border-top-color: #36e6ff;
  border-radius: 999px;
  box-shadow: 0 0 30px rgba(0, 213, 255, 0.16);
  animation: bethley-spin 900ms linear infinite;
}

.access-status-ring[data-state="success"],
.access-status-ring[data-state="error"] {
  display: grid;
  place-items: center;
  animation: none;
}

.access-status-ring[data-state="success"] {
  border-color: rgba(157, 252, 47, 0.42);
  box-shadow: 0 0 28px rgba(157, 252, 47, 0.14);
}

.access-status-ring[data-state="success"]::after {
  content: "";
  width: 14px;
  height: 24px;
  border: solid #9dfc2f;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.access-status-ring[data-state="error"] {
  border-color: rgba(255, 95, 95, 0.5);
  box-shadow: 0 0 28px rgba(255, 95, 95, 0.12);
}

.access-status-ring[data-state="error"]::after {
  content: "!";
  color: #ff5f5f;
  font-size: 1.8rem;
  font-weight: 850;
}

.access-card[data-state="success"] {
  border-color: rgba(157, 252, 47, 0.22);
}

.access-card[data-state="error"] {
  border-color: rgba(255, 95, 95, 0.28);
}

.access-meta {
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #1c2d49;
  border-radius: 14px;
  background: rgba(8, 18, 33, 0.38);
  text-align: left;
}

.access-meta span {
  color: #7f92ad;
  font-size: 0.78rem;
  font-weight: 800;
}

.access-meta strong {
  overflow-wrap: anywhere;
  color: #36e6ff;
  font-size: 0.96rem;
}

.access-token-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 10px;
  width: 100%;
}

.formulario-hero {
  padding: 60px 0 22px;
}

.formulario-container {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100% - 64px, 1040px);
  margin: 0 auto;
  gap: 6px;
}

.formulario-progress,
.bethley-form {
  border: 1px solid #1c2d49;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 213, 255, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(12, 25, 45, 0.92), rgba(8, 18, 33, 0.9));
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.formulario-progress {
  display: grid;
  gap: 5px;
  padding: 7px 12px;
}

.formulario-progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #a9bbd4;
  font-size: 0.86rem;
  font-weight: 800;
}

.formulario-progress-header strong {
  color: #36e6ff;
}

.formulario-progress-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(40, 69, 108, 0.56);
}

.formulario-progress-track span {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00d5ff, #49a7ff);
  box-shadow: 0 0 18px rgba(0, 213, 255, 0.26);
}

.formulario-heading {
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
}

.formulario-heading h1 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(1.5rem, 2.35vw, 2.1rem);
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.05;
}

.formulario-heading p {
  max-width: 680px;
  margin: 0;
  color: #a9bbd4;
  font-size: clamp(0.94rem, 1.15vw, 1.04rem);
  font-weight: 650;
  line-height: 1.38;
}

.bethley-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 7px;
}

.form-section {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 8px;
  border: 1px solid #1c2d49;
  border-radius: 14px;
  background: rgba(8, 18, 33, 0.34);
}

.form-section-contact .form-grid {
  height: 100%;
  align-content: stretch;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.form-section-business {
  gap: 7px;
}

.form-section-challenge {
  grid-column: 1 / -1;
  gap: 7px;
}

.form-section-challenge,
.form-consent,
.form-message,
.form-actions {
  grid-column: 1 / -1;
}

.form-section h2 {
  margin: 0;
  color: #f8fbff;
  font-size: 1rem;
  font-weight: 850;
}

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

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

.form-grid label {
  display: grid;
  gap: 5px;
  align-content: end;
}

.form-grid label span {
  color: #a9bbd4;
  font-size: 0.82rem;
  font-weight: 750;
}

.form-grid input,
.form-grid select,
.form-textarea-label textarea {
  width: 100%;
  min-height: 36px;
  border: 1px solid #1c2d49;
  border-radius: 12px;
  color: #f8fbff;
  background: rgba(5, 12, 24, 0.72);
  font: inherit;
  font-size: 0.86rem;
  outline: none;
  padding: 0 12px;
}

.form-grid input:focus,
.form-grid select:focus,
.form-textarea-label textarea:focus {
  border-color: rgba(54, 230, 255, 0.58);
  box-shadow: 0 0 0 3px rgba(0, 213, 255, 0.1);
}

.form-textarea-label {
  display: grid;
  gap: 5px;
}

.form-textarea-label span,
.form-radio-group legend {
  color: #a9bbd4;
  font-size: 0.82rem;
  font-weight: 750;
}

.form-textarea-label textarea {
  min-height: 62px;
  height: 62px;
  padding: 10px 12px;
  resize: vertical;
}

.form-radio-group {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-radio-group-compact {
  align-content: start;
}

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

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

.radio-options label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid #1c2d49;
  border-radius: 12px;
  color: #dbe7f8;
  background: rgba(5, 12, 24, 0.58);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.radio-options label:hover {
  border-color: rgba(54, 230, 255, 0.36);
  background: rgba(8, 22, 42, 0.76);
  transform: translateY(-1px);
}

.radio-options label:has(input:checked) {
  border-color: rgba(54, 230, 255, 0.72);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 213, 255, 0.14), transparent 38%),
    rgba(8, 22, 42, 0.82);
  box-shadow:
    0 0 0 1px rgba(54, 230, 255, 0.08),
    0 10px 26px rgba(0, 213, 255, 0.08);
}

.radio-options input {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin: 0;
  border: 1px solid rgba(169, 187, 212, 0.7);
  border-radius: 4px;
  appearance: none;
  background: rgba(5, 12, 24, 0.82);
}

.radio-options input:checked {
  border-color: #36e6ff;
  background: linear-gradient(135deg, #00d5ff, #49a7ff);
  box-shadow: 0 0 14px rgba(0, 213, 255, 0.28);
}

.radio-options input:checked::after {
  content: "";
  width: 5px;
  height: 8px;
  border: solid #061425;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-hint {
  min-height: 14px;
  margin: 0;
  color: #facc15;
  font-size: 0.76rem;
  font-weight: 750;
}

.form-consent {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 12px;
  border: 1px solid #1c2d49;
  border-radius: 14px;
  color: #a9bbd4;
  background: rgba(8, 18, 33, 0.24);
  font-size: 0.84rem;
  font-weight: 750;
}

.form-consent input {
  width: 18px;
  height: 18px;
  accent-color: #00d5ff;
}

.form-message {
  min-height: 16px;
  margin: 0;
  color: #facc15;
  font-size: 0.84rem;
  font-weight: 750;
  text-align: center;
}

.form-message.is-success {
  color: #9dfc2f;
}

.form-submit-transition {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  gap: 12px;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 213, 255, 0.14), transparent 28%),
    rgba(5, 12, 24, 0.72);
  color: #f8fbff;
  font-size: 0.95rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
  transition: opacity 260ms ease;
}

.form-submit-transition span {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(54, 230, 255, 0.18);
  border-top-color: #36e6ff;
  border-radius: 999px;
  animation: bethley-spin 760ms linear infinite;
}

.is-submitting-form .form-submit-transition {
  opacity: 1;
}

.is-submitting-form .formulario-container {
  transform: translateY(-4px);
  opacity: 0.55;
  transition: transform 260ms ease, opacity 260ms ease;
}

@keyframes bethley-spin {
  to {
    transform: rotate(360deg);
  }
}

.form-actions {
  display: flex;
  justify-content: center;
}

.form-actions .button {
  min-height: 46px;
  border: 0;
  cursor: pointer;
}

.bethley-form.was-validated input:invalid,
.bethley-form.was-validated select:invalid,
.bethley-form.was-validated textarea:invalid {
  border-color: rgba(255, 95, 95, 0.72);
}

.card-grid,
.steps-grid,
.business-grid {
  display: grid;
  gap: 22px;
}

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

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

.content-card,
.step-card,
.business-card {
  min-height: 220px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-white);
  box-shadow: 0 14px 38px rgba(18, 32, 27, 0.06);
}

.step-card {
  min-height: 260px;
}

.section-dark .business-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.feature-panel {
  min-height: 420px;
}

.benefit-list {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.benefit-item {
  min-height: 78px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-white);
}

.consultant-photo {
  min-height: 440px;
  background:
    linear-gradient(145deg, rgba(15, 63, 52, 0.08), rgba(201, 162, 77, 0.14)),
    var(--color-white);
}

.cta-section {
  padding-bottom: 96px;
}

.cta-panel {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 72px 40px;
  text-align: center;
}

.cta-panel .placeholder-heading {
  width: min(100%, 640px);
}

.cta-panel .placeholder-copy {
  width: min(100%, 560px);
}

.site-footer {
  border-top: 1px solid var(--color-line);
  background: var(--color-white);
}

@media (max-width: 980px) {
  .hero-grid,
  .split-layout,
  .consultant-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 48px;
  }

  .hero-content {
    max-width: 720px;
  }

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

  .hero-visual,
  .feature-panel,
  .consultant-photo {
    min-height: 360px;
  }

  .hero-visual {
    min-height: 620px;
  }
}

@media (max-width: 1480px) and (min-width: 981px) {
  .hero-grid {
    grid-template-columns: minmax(500px, 0.95fr) minmax(620px, 1.15fr);
    gap: 40px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav,
  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }

  .site-header .nav {
    min-height: 72px;
    align-items: center;
    flex-direction: row;
    padding: 10px 0;
  }

  .site-header .nav-actions {
    display: none;
  }

  .nav-actions,
  .footer-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .section {
    padding: 78px 0;
  }

  .hero-section {
    min-height: 100svh;
    padding: 82px 0 82px;
  }

  .hero-title {
    font-size: clamp(2.15rem, 9.7vw, 3.25rem);
    line-height: 1.04;
  }

  .value-items {
    grid-template-columns: 1fr;
  }

  .value-items-visit {
    grid-template-columns: 1fr;
  }

  .hero-value-box {
    padding: 10px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-indicators {
    flex-wrap: wrap;
  }

  .primary-action {
    width: 100%;
  }

  .button {
    width: 100%;
    min-height: 56px;
    padding-inline: 20px;
    text-align: center;
  }

  .hero-visual {
    min-height: 720px;
    border-radius: 22px;
  }

  .dashboard-shell {
    width: 90%;
    min-height: auto;
    padding: 16px;
    transform: none;
  }

  .dashboard-score {
    grid-template-columns: minmax(0, 1fr) 86px;
  }

  .score-ring {
    width: 86px;
    justify-self: center;
  }

  .score-legend {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .dashboard-score strong {
    font-size: 2rem;
  }

  .metric-card {
    min-height: 78px;
    padding: 10px;
  }

  .metric-card strong {
    font-size: 1.02rem;
  }

  .metric-card small {
    font-size: 0.62rem;
  }

  .method-indicator {
    display: flex;
    width: 42px;
    transform: scale(0.86);
    transform-origin: right center;
  }

  .placeholder-title {
    height: 64px;
  }

  .placeholder-heading {
    height: 44px;
  }

  .diagnostico-hero {
    padding: 104px 0 40px;
    align-items: start;
  }

  .diagnostico-container {
    width: min(100% - 28px, 980px);
  }

  .diagnostico-card,
  .diagnostico-card-section {
    padding: 13px;
  }

  .diagnostico-points {
    grid-template-columns: 1fr;
  }

  .diagnostico-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .confirmacion-container {
    width: min(100% - 28px, 820px);
  }

  .confirmacion-card {
    padding: 22px 14px;
  }

  .confirmacion-points {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .confirmacion-inicial-hero {
    padding: 104px 0 40px;
  }

  .email-confirmation-card,
  .next-steps-card {
    padding: 14px;
  }

  .access-hero {
    padding: 104px 0 40px;
  }

  .access-container {
    width: min(100% - 28px, 720px);
  }

  .access-card {
    padding: 24px 14px;
  }

  .access-token-grid {
    grid-template-columns: 1fr;
  }

  .formulario-hero {
    padding: 104px 0 40px;
    align-items: start;
  }

  .formulario-container {
    width: min(100% - 28px, 1040px);
  }

  .formulario-progress,
  .bethley-form,
  .form-section {
    padding: 13px;
  }

  .bethley-form {
    grid-template-columns: 1fr;
  }

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

  .business-selectors {
    grid-template-columns: 1fr;
  }

  .radio-options {
    grid-template-columns: 1fr;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .three-columns,
  .steps-grid,
  .business-grid {
    grid-template-columns: 1fr;
  }

  .content-card,
  .step-card,
  .business-card {
    min-height: 180px;
  }

  .cta-panel {
    padding: 52px 22px;
  }
}
