.sv-hero.sv-hero--center,
.sv-hero.sv-hero--full.sv-hero--center {
  justify-content: center;
  text-align: center;
}

.sv-hero.sv-hero--center .container.sv-hero__inner,
.sv-hero.sv-hero--center .sv-hero__inner {
  align-items: center;
  text-align: center;
}

.sv-hero.sv-hero--center .sv-frame,
.sv-hero.sv-hero--center .sv-status,
.sv-hero.sv-hero--center .sv-hero__title,
.sv-hero.sv-hero--center .sv-hero__sub {
  text-align: center;
  margin-inline: auto;
}

.sv-hero.sv-hero--center .sv-frame::before,
.sv-hero.sv-hero--center .sv-frame::after,
.sv-hero.sv-hero--center .sv-frame__corner--tr,
.sv-hero.sv-hero--center .sv-frame__corner--bl {
  display: block;
}

.sv-hero.sv-hero--center .sv-hero__title {
  max-width: 22ch;
  margin-inline: auto;
}

.sv-hero.sv-hero--center .sv-hero__sub {
  margin-inline: auto;
}

.sv-hero.sv-hero--center .sv-hero__row--atlas,
.sv-hero.sv-hero--center .sv-hero__cta-primary,
.sv-hero.sv-hero--center .sv-hero__cta-links {
  width: 100%;
  max-width: min(32rem, 100%);
  margin-inline: auto;
}

.sv-hero.sv-hero--center .sv-hero__cta-primary {
  justify-content: center;
}

.sv-hero.sv-hero--center .sv-link-cards {
  margin-inline: auto;
}

.sv-hero.sv-hero--center .sv-status {
  justify-content: center;
}

.page--home .sv-sec__head,
.page--home .sv-sec__intro,
.page--home .sv-pitch__body {
  text-align: center;
}

.page--home .sv-pitch {
  margin-inline: auto;
}

.page--home .sv-text {
  margin-inline: auto;
}

.page--home .sv-sec__head .sv-text,
.page--home .sv-sec__intro .sv-text {
  max-width: 36rem;
}

.page--home .sv-pitch__body .sv-text {
  max-width: 40rem;
}

.page--home .sv-apps {
  justify-content: center;
}

.page--home .sv-time__links {
  justify-content: center;
}

.sv-price__tag {
  display: none !important;
}

.sv-price--on {
  padding-top: 1.75rem !important;
}

@media (max-width: 819px) {
  .site-header--flat .nav-panel.is-open .nav,
  .site-header--dock .nav-panel.is-open .nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
    width: 100%;
  }

  .site-header--flat .nav .nav__cta,
  .site-header--dock .nav .nav__cta {
    order: 10;
    margin-top: 0.65rem !important;
    padding: 0.55rem 0.85rem !important;
    min-height: auto !important;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    text-align: center;
    border-radius: 8px !important;
    background: rgba(6, 182, 212, 0.12) !important;
    color: var(--sv-mint-bright) !important;
    border: 1px solid rgba(6, 182, 212, 0.45) !important;
    box-shadow: none !important;
  }

  .site-header--flat .nav .nav__cta:hover,
  .site-header--dock .nav .nav__cta:hover {
    background: rgba(6, 182, 212, 0.2) !important;
    color: #e0f2fe !important;
    filter: none !important;
  }
}

@media (min-width: 820px) {
  .site-header--flat .nav .nav__cta,
  .site-header--dock .nav .nav__cta {
    flex-shrink: 0;
  }
}

.footer-links .nav__cta,
.sv-time__links .nav__cta,
.breadcrumb .nav__cta,
.wip-footnote .nav__cta {
  display: none !important;
}

.site-footer .footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--sv-mint-bright);
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(6, 182, 212, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.site-footer .footer-cta:hover {
  color: #67e8f9;
  border-bottom-color: rgba(103, 232, 249, 0.55);
}

.wip-page--section .wip-main,
.wip-page--prices .wip-main,
.wip-page--instruction .wip-main,
.wip-page--proxy-tg .wip-main {
  align-items: flex-start;
  padding-top: clamp(2rem, 6vw, 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.wip-page--section .wip-card,
.wip-page--prices .wip-card--prices,
.wip-page--instruction .wip-card--instruction,
.wip-page--proxy-tg .wip-card--proxy-tg {
  max-width: min(40rem, calc(100vw - 2rem));
  width: 100%;
  margin-inline: auto;
  text-align: center;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 1.85rem);
  background: rgba(14, 16, 20, 0.72);
  border: 1px solid var(--sv-line);
  border-radius: 1.1rem;
  box-shadow: 0 20px 48px -24px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wip-page--prices .wip-card--prices {
  max-width: min(64rem, calc(100vw - 2rem));
}

.wip-page--proxy-tg .wip-card--proxy-tg {
  max-width: min(28.5rem, calc(100vw - 2rem));
}

.wip-page--instruction .wip-card--instruction {
  max-width: min(40rem, calc(100vw - 2rem));
}

.wip-page--section .wip-badge {
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  background: var(--sv-mint-dim);
  border: 1px solid rgba(6, 182, 212, 0.25);
  color: var(--sv-mint-bright);
}

.wip-page--section .wip-title {
  margin-bottom: 0.75rem;
}

.wip-page--section .wip-text,
.wip-page--section .wip-lead {
  max-width: 32rem;
  margin-inline: auto;
}

.wip-page--section .wip-actions,
.wip-page--proxy-tg .proxy-tg__actions {
  margin-top: 0.25rem;
  max-width: 20rem;
  margin-inline: auto;
  width: 100%;
}

.wip-page--section .wip-actions .sv-btn-atlas--primary,
.wip-page--proxy-tg .proxy-tg__actions .sv-btn-atlas--primary {
  box-shadow: 0 4px 18px rgba(6, 182, 212, 0.22);
}

.wip-page--section .wip-hints {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
  max-width: 26rem;
  margin-inline: auto;
}

.wip-page--section .wip-hints li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(--sv-muted);
  line-height: 1.5;
}

.wip-page--section .wip-hints li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sv-mint);
}

.wip-footnote--center {
  text-align: center;
  margin-top: 1.5rem;
}

.wip-instruction__platforms a:not(.nav__cta) {
  font-weight: 600;
  color: var(--sv-mint-bright);
}
