:root {
  --ink: #0f172a;
  --muted: #5b6475;
  --muted-soft: #64748b;
  --line: #d9e2ef;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --primary: #1d4ed8;
  --primary-dark: #1e3a8a;
  --primary-soft: #e8f0ff;
  --accent: #f97316;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

body {
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.1), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(29, 78, 216, 0.12), transparent 26%),
    linear-gradient(135deg, #f8fafc 0%, #eef4ff 45%, #f1f5f9 100%);
  padding: 40px 20px 56px;
}

.registration-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.featured-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 360px);
  gap: 14px;
  align-items: stretch;
}

.featured-hero__copy,
.featured-plan,
.plan-card,
.error-banner {
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.featured-hero__copy {
  border-radius: 22px;
  padding: 18px 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 40%),
    linear-gradient(135deg, #2d57c8 0%, #2d57c8 100%);
  color: #f8fbff;
}

.hero-brand {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hero-brand__logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 44px;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.hero-brand__logo {
  width: 74px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

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

.hero-brand__eyebrow,
.grid-header__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.64rem;
  font-weight: 700;
}

.hero-brand__eyebrow {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.08);
}

.hero-brand__copy h1 {
  max-width: 620px;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.hero-brand__copy p {
  max-width: 560px;
  color: rgba(248, 251, 255, 0.82);
  line-height: 1.45;
  font-size: 0.84rem;
}

.hero-stat-strip {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hero-stat-chip {
  padding: 9px 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: none;
}

.hero-stat-chip__label {
  display: block;
  color: rgba(248, 251, 255, 0.72);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.hero-stat-chip strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.2;
}

.hero-timeline {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hero-timeline__item {
  display: flex;
  gap: 8px;
  padding: 10px 11px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-timeline__index {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(249, 115, 22, 0.18);
  color: #fed7aa;
  font-size: 0.66rem;
  font-weight: 700;
}

.hero-timeline__item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.78rem;
}

.hero-timeline__item span {
  color: rgba(248, 251, 255, 0.74);
  font-size: 0.7rem;
  line-height: 1.35;
}

.hero-included {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-included__label {
  color: rgba(248, 251, 255, 0.74);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-included__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-included__chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f8fbff;
  font-size: 0.72rem;
  font-weight: 600;
  gap: 6px;
}

.hero-included__chip--highlight {
  background: linear-gradient(135deg, #f97316, #facc15);
  border-color: rgba(249, 115, 22, 0.25);
  color: #172554;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
  animation: badgePulse 2.6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes badgePulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
  }

  50% {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.3);
  }
}

.featured-plan {
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.featured-plan__header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.featured-plan__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--primary-soft);
  border: 1px solid #c7d8f7;
  color: var(--primary-dark);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
  font-weight: 700;
}

.featured-plan__header h2 {
  margin: 6px 0 4px;
  font-size: 1.4rem;
  color: var(--ink);
  letter-spacing: -0.04em;
}

.featured-plan__header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.82rem;
}

.featured-plan__price {
  padding: 12px 13px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  border: 1px solid #dbeafe;
}

.featured-plan__price strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
  margin: 8px 0 6px;
}

.featured-plan__price p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.plan-best-for {
  margin: -2px 0 0;
  color: #1e3a8a;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
}

.plan-recommended-note {
  margin: -8px 0 0;
  color: #475569;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.35;
}

.plan-action--featured {
  margin-top: auto;
}

.error-banner {
  color: #b91c1c;
  background: rgba(254, 226, 226, 0.9);
  border-radius: 16px;
  padding: 13px 16px;
  font-weight: 600;
}

.plan-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.grid-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.grid-header__copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 8px 0 10px;
}

.grid-header__copy p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.6;
}

.plans-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: var(--surface);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(29, 78, 216, 0.14);
}

.plan-card--featured {
  border-color: #bfd3ff;
  box-shadow: 0 18px 36px rgba(29, 78, 216, 0.14);
  transform: translateY(-2px);
  position: relative;
}

.plan-card--featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(29, 78, 216, 0.12);
}

.plan-card__header {
  padding: 18px 20px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.plan-card__tier {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.plan-tier {
  font-size: 1.1rem;
  font-weight: 700;
}

.plan-card__tier small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-badge {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.plan-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  gap: 14px;
}

.plan-price {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.plan-price .prev {
  color: #94a3b8;
  font-size: 0.92rem;
  text-decoration: line-through;
}

.plan-price .current {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.plan-price .meta {
  color: var(--muted);
  font-size: 0.84rem;
}

.plan-price--request .request-label {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1e3a8a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-price--request .current {
  color: #0f172a;
}

.plan-price--request .meta {
  max-width: 260px;
}

.plan-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.plan-meta-row span {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
}

.plan-meta-row--featured span {
  background: #eef4ff;
  border-color: #dbeafe;
  color: #1e3a8a;
}

.plan-feature-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.plan-feature-group__label {
  color: #334155;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

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

.plan-feature-chip {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  padding: 7px 9px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #1e3a8a;
  font-size: 0.72rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.25;
  gap: 6px;
}

.plan-feature-chip i,
.hero-included__chip i {
  font-size: 0.82rem;
  color: inherit;
  flex: 0 0 auto;
}

.decision-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.decision-help__copy h3 {
  margin: 8px 0 8px;
  color: var(--ink);
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.decision-help__copy p {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.decision-help__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 250px;
}

.decision-help__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #ffffff;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 8px;
}

.decision-help__primary:hover {
  color: #ffffff;
  filter: saturate(1.03);
}

.decision-help__note {
  color: var(--muted-soft);
  font-size: 0.76rem;
  line-height: 1.45;
}

.process-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.process-strip__step {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
}

.process-strip__arrow {
  color: #94a3b8;
  font-size: 0.8rem;
}

.bonus-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.04), transparent 38%),
    linear-gradient(135deg, #eff6ff 0%, #dbeafe 48%, #bfdbfe 100%);
  border: 1px solid #bfd3ff;
  box-shadow: 0 18px 38px rgba(29, 78, 216, 0.12);
}

.bonus-strip__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 78, 216, 0.16);
  color: #1e3a8a;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.64rem;
  font-weight: 700;
}

.bonus-strip__badge-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bonus-strip__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #facc15);
  color: #172554;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.22);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}

.bonus-strip__badge i {
  font-size: 0.72rem;
}

.bonus-strip__content h3 {
  margin: 8px 0 8px;
  color: var(--ink);
  font-size: 1.24rem;
  letter-spacing: -0.03em;
}

.bonus-strip__content p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.bonus-strip__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 320px;
}

.bonus-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 78, 216, 0.14);
  color: #1e3a8a;
  font-size: 0.72rem;
  font-weight: 700;
}

.bonus-strip__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  min-width: 220px;
}

.bonus-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #ffffff;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
}

.bonus-strip__link:hover {
  color: #ffffff;
}

.bonus-strip__link--secondary {
  background: #ffffff;
  border: 1px solid #d9e2ef;
  color: #334155;
}

.bonus-strip__link--secondary:hover {
  color: #334155;
  border-color: #bfd3ff;
  background: #f8fbff;
}

.plan-action {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 13px 16px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.plan-action:hover {
  opacity: 0.96;
  transform: translateY(-1px);
}

.empty-state {
  background: rgba(255, 255, 255, 0.9);
  border: 1px dashed #cbd5e1;
  border-radius: 20px;
  padding: 34px 24px;
  text-align: center;
  color: var(--muted);
}

.empty-state i {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.empty-state h3 {
  color: var(--ink);
  margin-bottom: 6px;
}

.comparison-card {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  padding: 24px;
}

.comparison-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.comparison-card__copy h3 {
  font-size: 1.6rem;
  margin: 8px 0 10px;
  letter-spacing: -0.03em;
}

.comparison-card__copy p,
.comparison-card__hint {
  color: var(--muted);
  line-height: 1.6;
}

.comparison-card__hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--surface-soft);
  border: 1px solid #e2e8f0;
  font-size: 0.84rem;
  white-space: nowrap;
}

.plan-comparison-table {
  margin-bottom: 0;
  vertical-align: middle;
}

.plan-comparison-table thead th {
  border-bottom-width: 1px;
  background: #eff6ff;
  color: #1e3a8a;
  font-weight: 700;
  white-space: nowrap;
}

.plan-comparison-table th,
.plan-comparison-table td {
  padding: 14px 16px;
  border-color: #e2e8f0;
}

.plan-comparison-table tbody th {
  min-width: 220px;
  color: var(--ink);
  font-weight: 600;
  background: #ffffff;
}

.plan-comparison-table tbody td {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

.table-icon {
  font-size: 1.2rem;
}

footer.auth-footer-bar {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #1e293b;
  box-shadow: none;
  border-top: 1px solid #334155;
  border-radius: 0;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw) -56px;
  padding: 9px 28px;
}

.footer-links {
  justify-content: flex-start;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.footer-links a,
.text-footer-inner,
.text-footer-inner a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.69rem;
}

.footer-links a {
  position: relative;
  padding-right: 10px;
}

.footer-links a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: rgba(203, 213, 225, 0.45);
  transform: translateY(-50%);
  border-radius: 50%;
}

.footer-links a:last-child::after {
  display: none;
}

.footer-links a:hover,
.text-footer-inner a:hover {
  color: #f8fafc;
}

p.text-footer-inner {
  margin: 0;
  text-align: center;
  line-height: 20px;
  word-spacing: 2px;
}

.diamond { background: linear-gradient(135deg, #1f2937, #111827); }
.platinum { background: linear-gradient(135deg, #64748b, #334155); }
.gold { background: linear-gradient(135deg, #f59e0b, #b45309); }
.silver { background: linear-gradient(135deg, #94a3b8, #64748b); }
.bronze { background: linear-gradient(135deg, #c46a2d, #8c4f1d); }
.titanium { background: linear-gradient(135deg, #525252, #262626); }
.ruby { background: linear-gradient(135deg, #e11d48, #9f1239); }
.emerald { background: linear-gradient(135deg, #10b981, #047857); }
.sapphire { background: linear-gradient(135deg, #2563eb, #1e3a8a); }
.default { background: linear-gradient(135deg, #334155, #0f172a); }

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

  .hero-stat-strip,
  .hero-timeline {
    grid-template-columns: 1fr;
  }

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

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

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

  .decision-help__actions {
    min-width: 0;
  }

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

  .bonus-strip__actions {
    min-width: 0;
  }

  .process-strip {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  body {
    padding: 24px 14px 42px;
  }

  .registration-shell {
    gap: 24px;
  }

  .featured-hero__copy,
  .featured-plan {
    padding: 16px;
  }

  .hero-brand {
    flex-direction: column;
  }

  .hero-brand__logo {
    width: 72px;
  }

  .featured-plan__header {
    flex-direction: column;
  }

  .plans-wrapper {
    grid-template-columns: 1fr;
  }

  .plan-feature-grid,
  .plan-feature-grid--featured {
    grid-template-columns: 1fr;
  }

  .hero-included__list {
    gap: 6px;
  }

  .plan-meta-row {
    gap: 6px;
  }

  .decision-help__primary {
    width: 100%;
  }

  .process-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .process-strip__arrow {
    display: none;
  }

  .bonus-strip__features {
    max-width: none;
  }

  .bonus-strip__actions {
    width: 100%;
  }

  .bonus-strip__link {
    width: 100%;
    justify-content: center;
  }

  .plan-comparison-table th,
  .plan-comparison-table td {
    padding: 12px;
  }

  footer.auth-footer-bar {
    flex-direction: column;
    text-align: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw) -42px;
    padding: 8px 18px;
  }

  .footer-links {
    justify-content: center;
  }
}
