:root {
  --paper: #f7f4ee;
  --ink: #11110f;
  --muted: #504e48;
  --hairline: #ddd8ce;
  --blue: #245cff;
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --content-max: 1216px;
  --page-gutter: 32px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.45;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}
[id] {
  scroll-margin-top: 24px;
}
.shell {
  width: min(var(--content-max), calc(100% - 2 * var(--page-gutter)));
  margin-inline: auto;
}
.serif,
h1,
h2,
blockquote {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}
.section-label {
  margin: 0 0 26px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.site-header {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.brand-mark {
  font-family: var(--serif);
  font-size: 47px;
  line-height: 1;
  letter-spacing: -0.07em;
}
.brand-name {
  width: 98px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}
.header-nav a {
  text-decoration: none;
}
.language-switch {
  display: flex;
  gap: 6px;
  font-weight: 700;
}
.language {
  color: var(--muted);
}
.language[aria-current="page"] {
  color: var(--ink);
}
.nav-cta {
  min-width: 112px;
  padding: 14px 24px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  text-align: center;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 74px;
  padding: 42px 0 58px;
  align-items: center;
}
.hero h1 {
  max-width: 620px;
  margin: 0 0 24px;
  font-size: clamp(48px, 4.2vw, 64px);
  line-height: 0.98;
}
.hero-intro {
  max-width: 570px;
  margin: 0 0 30px;
  color: #393833;
  font-size: 19px;
}
.accent-line {
  width: 68px;
  height: 1px;
  margin: 0 0 30px;
  background: var(--blue);
}
.hero-tagline {
  max-width: 250px;
  margin: 0 0 30px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.primary-button {
  display: flex;
  width: min(100%, 336px);
  min-height: 54px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
}
.pilot-trust {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
}
.hero-figure,
.membership-figure {
  width: 100%;
  min-width: 0;
  margin: 0;
}
.hero-image {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1);
}
.image-credit {
  display: block;
  width: 100%;
  max-width: none;
  margin: 9px 0 0;
  padding-left: 12px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  writing-mode: horizontal-tb;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid color-mix(in srgb, var(--hairline) 74%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--hairline) 74%, transparent);
}
.feature {
  min-height: 198px;
  padding: 36px 34px 32px 0;
}
.feature + .feature {
  padding-left: 34px;
  border-left: 1px solid color-mix(in srgb, var(--hairline) 74%, transparent);
}
.feature-icon {
  width: 26px;
  height: 26px;
  margin-bottom: 22px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 1.25;
}
.feature h3 {
  margin: 0 0 10px;
  font-size: 14px;
}
.feature p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.35;
}
.membership {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
}
.membership-figure {
  display: flex;
  align-self: start;
  flex-direction: column;
}
.membership-image {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(1);
}
.membership-content {
  min-width: 0;
  padding: 70px
    max(
      var(--page-gutter),
      calc((100vw - var(--content-max)) / 2)
    )
    70px 64px;
}
.membership-content h2 {
  max-width: 670px;
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.pilot-copy {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.45;
}
.pilot-button {
  margin-bottom: 18px;
}
.membership-after-pilot {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 650;
}
.pilot-language-note {
  margin: -8px 0 20px;
  color: var(--muted);
  font-size: 11px;
}
.tax-note {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 600;
}
.currency-picker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.currency-options {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.currency-options button {
  min-width: 38px;
  padding: 3px 7px;
  cursor: pointer;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 650;
}
.currency-options button:hover,
.currency-options button:focus-visible {
  color: var(--ink);
  border-color: var(--ink);
  outline: none;
}
.currency-options button[aria-pressed="true"] {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}
.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.plan {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 21px;
  border: 1px solid #cec9bf;
  border-radius: 9px;
}
.plan-head {
  min-height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.plan-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.price {
  margin: 3px 0 0;
  font-family: var(--sans);
  font-size: 57px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
.cadence {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.plan-note {
  min-height: 18px;
  margin: 0 0 14px;
  font-size: 11px;
}
.checkout-form {
  margin-top: auto;
}
.button {
  width: 100%;
  min-height: 43px;
  padding: 10px 14px;
  cursor: pointer;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 650;
}
.plan-featured .button {
  color: var(--paper);
  background: var(--ink);
}
.button:disabled {
  cursor: wait;
  opacity: 0.6;
}
.form-error {
  min-height: 16px;
  margin: 6px 0 0;
  color: #a9362b;
  font-size: 10px;
}
.form-error:empty {
  display: none;
}
.customer-type-dialog {
  width: min(620px, calc(100% - 36px));
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: 32px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 0 20px 70px rgb(17 17 15 / 22%);
}
.customer-type-dialog::backdrop {
  background: rgb(17 17 15 / 52%);
}
.customer-type-dialog .section-label {
  margin-bottom: 0;
}
.customer-type-dialog h2 {
  max-width: 500px;
  margin: 26px 0 12px;
  font-size: 37px;
  line-height: 1.04;
}
.dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-close {
  width: 34px;
  height: 34px;
  padding: 0;
  cursor: pointer;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}
.dialog-intro {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 13px;
}
.customer-type-options {
  display: grid;
  gap: 12px;
}
.customer-type-options[hidden] {
  display: none;
}
.customer-type-options button {
  display: grid;
  gap: 7px;
  padding: 20px;
  cursor: pointer;
  color: var(--ink);
  background: transparent;
  border: 1px solid #cec9bf;
  text-align: left;
}
.customer-type-options button:hover,
.customer-type-options button:focus-visible {
  border-color: var(--ink);
  outline: none;
}
.customer-type-options strong {
  font-size: 14px;
}
.customer-type-options span {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.35;
}
.vat-id-panel {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.vat-id-panel[hidden] {
  display: none;
}
.vat-id-panel label {
  font-size: 12px;
  font-weight: 700;
}
.vat-id-panel input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--hairline);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  text-transform: uppercase;
}
.vat-id-panel input:focus {
  border-color: var(--blue);
  outline: 2px solid color-mix(in srgb, var(--blue) 24%, transparent);
  outline-offset: 1px;
}
.vat-id-hint {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.vat-id-panel .button {
  width: 100%;
  margin-top: 4px;
}
.editorial-sections {
  padding: 80px 0 74px;
}
.editorial-row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  padding: 52px 0;
}
.editorial-row h2 {
  margin: 0;
  font-size: 43px;
  line-height: 1;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.step .step-number {
  margin: 0 0 15px;
  color: #2457ff;
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.step h3 {
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.3;
}
.step p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.4;
}
.about-copy {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.3;
}
.testimonial {
  padding: 68px 0 54px;
  border-top: 1px solid var(--hairline);
  text-align: center;
}
.testimonial blockquote {
  max-width: 710px;
  margin: 0 auto 18px;
  font-size: 29px;
  line-height: 1.18;
}
.testimonial cite {
  font-size: 11px;
  font-style: normal;
}
.site-footer {
  padding: 30px 0 38px;
}
.footer-rule {
  height: 1px;
  margin-bottom: 30px;
  background: var(--blue);
}
.footer-row {
  display: grid;
  grid-template-columns: 200px 160px minmax(220px, 1fr) auto;
  align-items: center;
  gap: 32px;
}
.footer-brand .brand-mark {
  font-size: 42px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  font-size: 11px;
}
.footer-nav a {
  text-decoration: none;
}
.footer-tagline {
  margin: 0;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.footer-contact {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}
.footer-contact a {
  width: fit-content;
}
.welcome {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.welcome-main {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 112px;
}
.welcome-panel {
  width: min(780px, 100%);
  padding: 52px 0 48px;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--hairline);
}
.welcome-panel h1 {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.98;
}
.welcome-panel [data-welcome-message] {
  max-width: 650px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}
.welcome-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 34px;
}
.welcome-actions .button {
  width: auto;
  min-width: 190px;
  padding-inline: 20px;
}
.welcome-actions .button-primary {
  color: var(--paper);
  background: var(--ink);
}
.text-link {
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
}

.activation-main {
  padding: 72px 0 112px;
}
.activation-intro {
  max-width: 900px;
  padding: 22px 0 52px;
}
.activation-intro h1 {
  max-width: 850px;
  margin: 0 0 30px;
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: 0.96;
}
.activation-intro > p:not(.section-label) {
  max-width: 720px;
  margin: 0 0 28px;
  color: #393833;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.45;
}
.activation-intro .accent-line {
  margin: 0;
}
.founding-rate {
  padding: 24px 0 74px;
}
.founding-rate .section-label {
  margin-bottom: 18px;
}
.founding-rate-summary {
  max-width: 760px;
  margin: 0 0 28px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
}
.founding-rate-summary [data-inline-price-plan] {
  color: var(--ink);
  white-space: nowrap;
}
.founding-rate > .currency-picker {
  justify-content: flex-end;
}
.activation-plan {
  min-height: 340px;
  padding: 28px;
}
.activation-plan .plan-head {
  min-height: 30px;
}
.plan-badge {
  padding: 5px 8px 4px;
  color: var(--paper);
  background: var(--blue);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.activation-plan .price {
  margin-top: 12px;
}
.activation-plan .plan-note {
  max-width: 350px;
  min-height: 52px;
  margin: 22px 0 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.activation-plan .button {
  min-height: 50px;
}
.activation-continuity {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 72px 0 12px;
  border-top: 1px solid var(--hairline);
}
.activation-continuity h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1;
}
.continuity-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.continuity-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 0 0 22px;
}
.continuity-list li + li {
  padding-top: 22px;
  border-top: 1px solid var(--hairline);
}
.continuity-list span {
  padding-top: 5px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
}
.continuity-list p {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.4;
}
.continuity-after,
.payment-trust {
  grid-column: 2;
  margin: 0;
}
.continuity-after {
  padding-top: 30px;
  border-top: 1px solid var(--hairline);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.payment-trust {
  margin-top: -44px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.legal-main {
  padding: 72px 0 104px;
}
.legal-hero {
  max-width: 820px;
  padding: 38px 0 68px;
  border-bottom: 1px solid var(--hairline);
}
.legal-kicker {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.legal-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(56px, 7vw, 92px);
  line-height: 0.94;
}
.legal-intro {
  max-width: 720px;
  margin: 0 0 24px;
  color: #393833;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.35;
}
.legal-meta {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.legal-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: 80px;
  padding-top: 64px;
}
.legal-aside {
  align-self: start;
  position: sticky;
  top: 28px;
}
.legal-aside p {
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.legal-aside a {
  display: block;
  width: fit-content;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
}
.legal-content {
  min-width: 0;
}
.legal-content section {
  padding: 0 0 40px;
}
.legal-content section + section {
  padding-top: 40px;
  border-top: 1px solid var(--hairline);
}
.legal-content h2 {
  margin: 0 0 18px;
  font-size: 31px;
  line-height: 1.08;
}
.legal-content h3 {
  margin: 24px 0 10px;
  font-size: 13px;
}
.legal-content p,
.legal-content li {
  color: #34332f;
  font-size: 14px;
  line-height: 1.7;
}
.legal-content p {
  margin: 0 0 14px;
}
.legal-content ul {
  margin: 0 0 16px;
  padding-left: 20px;
}
.legal-content li + li {
  margin-top: 6px;
}
.legal-contact-card {
  padding: 24px;
  border: 1px solid var(--hairline);
}
.legal-contact-card p:last-child {
  margin-bottom: 0;
}
.legal-content a {
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .shell {
    width: calc(100% - 36px);
  }
  .site-header {
    min-height: 70px;
  }
  .welcome-main {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 72px;
  }
  .welcome-panel {
    padding: 38px 0;
  }
  .welcome-panel h1 {
    font-size: 42px;
  }
  .welcome-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .welcome-actions .button {
    width: 100%;
  }
  .brand-mark {
    font-size: 29px;
  }
  .site-header .brand-name,
  .header-nav > a:not(.language),
  .nav-cta {
    display: none;
  }
  .header-nav {
    gap: 0;
  }
  .language-switch {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 34px 0 20px;
    align-items: stretch;
  }
  .hero-copy {
    display: contents;
  }
  .hero h1 {
    order: 1;
    max-width: 340px;
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 0.94;
  }
  .hero-intro {
    order: 2;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.32;
  }
  .accent-line {
    order: 3;
    width: 50px;
    margin-bottom: 20px;
  }
  .hero-tagline {
    order: 4;
    margin-bottom: 20px;
    font-size: 8px;
  }
  .primary-button {
    order: 5;
    width: 100%;
    min-height: 49px;
    margin-bottom: 20px;
    font-size: 11px;
  }
  .pilot-trust {
    order: 6;
    margin: -8px 0 20px;
    font-size: 9px;
  }
  .hero-figure {
    order: 7;
  }
  .features {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }
  .feature {
    min-height: 0;
    padding: 30px 0;
    border-bottom: 1px solid var(--hairline);
  }
  .feature + .feature {
    padding-left: 0;
    border-left: 0;
  }
  .feature-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }
  .feature h3 {
    font-size: 12px;
  }
  .feature p {
    font-size: 14px;
  }
  .membership {
    display: flex;
    flex-direction: column;
  }
  .membership-figure {
    order: 1;
  }
  .membership-content {
    order: 2;
    padding: 45px 18px 34px;
  }
  .membership-content h2 {
    margin-bottom: 14px;
    font-size: 25px;
  }
  .pilot-copy {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .pilot-button {
    margin-bottom: 15px;
  }
  .tax-note {
    margin-bottom: 14px;
    font-size: 10px;
  }
  .currency-picker {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  .currency-options {
    width: 100%;
  }
  .currency-options button {
    flex: 1 1 44px;
    padding-block: 4px;
  }
  .plans {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .plan {
    min-height: 202px;
    padding: 18px;
  }
  .customer-type-dialog {
    padding: 24px 20px;
  }
  .customer-type-dialog h2 {
    margin-top: 22px;
    font-size: 30px;
  }
  .customer-type-options button {
    padding: 17px;
  }
  .price {
    font-size: 52px;
  }
  .editorial-sections {
    padding: 26px 0 48px;
  }
  .editorial-row {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 44px 0;
  }
  .editorial-row h2 {
    font-size: 39px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .step .step-number {
    margin-bottom: 12px;
  }
  .step p {
    font-size: 15px;
  }
  .about-copy {
    font-size: 21px;
  }
  .testimonial {
    padding: 54px 0 48px;
  }
  .testimonial blockquote {
    max-width: 340px;
    font-size: 24px;
  }
  .footer-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-brand .brand-name {
    display: none;
  }
  .footer-tagline {
    order: 1;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 44px;
    font-size: 11px;
  }
  .footer-nav {
    order: 2;
  }
  .footer-contact {
    order: 3;
  }
  .legal-main {
    padding: 30px 0 72px;
  }
  .legal-hero {
    padding: 28px 0 46px;
  }
  .legal-hero h1 {
    font-size: 48px;
  }
  .legal-intro {
    font-size: 19px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 44px;
  }
  .legal-aside {
    position: static;
  }
  .legal-content section {
    padding-bottom: 32px;
  }
  .legal-content section + section {
    padding-top: 32px;
  }
  .legal-content h2 {
    font-size: 27px;
  }
  .legal-content p,
  .legal-content li {
    font-size: 13px;
  }
  .activation-main {
    padding: 34px 0 76px;
  }
  .activation-intro {
    padding: 22px 0 40px;
  }
  .activation-intro h1 {
    margin-bottom: 24px;
    font-size: 43px;
  }
  .activation-intro > p:not(.section-label) {
    font-size: 17px;
  }
  .founding-rate {
    padding: 20px 0 54px;
  }
  .founding-rate-summary {
    margin-bottom: 24px;
    font-size: 17px;
  }
  .founding-rate > .currency-picker {
    justify-content: flex-start;
  }
  .activation-plan {
    min-height: 318px;
    padding: 22px;
  }
  .activation-plan .plan-note {
    min-height: 0;
  }
  .activation-continuity {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 52px;
  }
  .activation-continuity h2 {
    font-size: 41px;
  }
  .continuity-list p {
    font-size: 17px;
  }
  .continuity-after,
  .payment-trust {
    grid-column: 1;
  }
  .payment-trust {
    margin-top: -20px;
  }
}

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

body[data-activation-page]:not([data-activation-ready]) .activation-main,
[data-welcome-message]:not([data-ready]) {
  visibility: hidden;
}

.activation-invalid {
  min-height: 52vh;
  padding: 96px 0;
  max-width: 720px;
}

.activation-invalid h1 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 400;
}

.activation-invalid p {
  font-size: 18px;
}
