@font-face {
  font-family: Manrope;
  src: url("./assets/fonts/Manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #080808;
  --surface: rgba(19, 19, 19, 0.88);
  --surface-high: #1c1c1c;
  --line: #303030;
  --text: #f5f5f5;
  --muted: #a3a3a3;
  --soft: #d1d1d1;
  --radius: 26px;
  --fast: 180ms;
  --transition: 320ms;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --control-time: 240ms;
  --control-press-time: 90ms;
  --control-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
  scrollbar-gutter: stable;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    16px/1.65 Manrope,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
summary,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible,
select:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
}
:is(button, a[href], summary, select) {
  --press-scale: 0.975;
  transition:
    background-color var(--control-time) var(--control-ease),
    color var(--control-time) var(--control-ease),
    border-color var(--control-time) var(--control-ease),
    box-shadow var(--control-time) var(--control-ease),
    filter var(--control-time) var(--control-ease),
    scale 280ms var(--control-ease),
    translate 280ms var(--control-ease);
}
svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: -1.8px;
  font-weight: 650;
}
h2 {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -0.55px;
  font-weight: 650;
}
h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 650;
}
p {
  color: var(--muted);
}
small,
.small {
  font-size: 14px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
legend {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.5px;
}
#particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
#shell {
  position: relative;
  z-index: 1;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  background: white;
  color: black;
  padding: 10px 18px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 252px;
  padding: 36px 20px 24px;
  border-right: 1px solid #242424;
  background: rgba(8, 8, 8, 0.89);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}
.brand img {
  width: 112px;
  height: 32px;
  object-fit: contain;
}
.brand-sub {
  font-size: 12px;
  color: #8c8c8c;
  letter-spacing: 1.8px;
  margin: 7px 0 0 45px;
}
.sidebar nav {
  display: grid;
  gap: 7px;
  margin-top: 58px;
}
.nav-link {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 52px;
  padding: 12px 15px;
  color: var(--muted);
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
}
.nav-link[aria-current="page"] {
  color: var(--text);
  background: #202020;
}
.nav-link svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.55;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 24px;
  display: grid;
  gap: 12px;
}
.language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  gap: 10px;
}
.language > span {
  font-size: 13px;
  color: var(--muted);
}
.language-group {
  display: flex;
  gap: 3px;
}
.language button {
  background: none;
  border: 0;
  font-size: 13px;
  font-weight: 650;
  padding: 7px;
  color: #929292;
}
.language button[aria-pressed="true"] {
  color: white;
}
.icon-button {
  border: 1px solid var(--line);
  background: #191919;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  background: #f0f0f0;
  color: #101010;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}
.button.secondary {
  background: #202020;
  color: var(--text);
  border-color: #363636;
}
.button.full {
  width: 100%;
}
.text-button {
  border: 0;
  background: none;
  color: var(--soft);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  font-size: 14px;
}
.text-button svg {
  width: 17px;
  height: 17px;
}
.mobile-header {
  display: none;
}
.main-area {
  margin-left: 252px;
  min-height: 100vh;
  padding: 54px 48px 0;
}
.content {
  max-width: 760px;
  margin: auto;
}
.page { overflow-anchor: none; }
@supports not (scrollbar-gutter: stable) {
  html { overflow-y: scroll; }
}
.page-header {
  margin-bottom: 30px;
}
.page-header p {
  margin-top: 13px;
  max-width: 590px;
  font-size: 15px;
  line-height: 1.7;
}
.page-header .eyebrow {
  display: inline-flex;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 1.7px;
  color: var(--muted);
  text-transform: uppercase;
}
.panel {
  background: var(--surface);
  border: 1px solid #2b2b2b;
  border-radius: var(--radius);
}
.trial-card {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.trial-card h2 {
  font-size: 21px;
  margin-top: 4px;
}
.trial-card p {
  font-size: 14px;
  margin-top: 7px;
}
.trial-card .button {
  min-width: 200px;
}
.muted {
  color: var(--muted);
}
.divider-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 31px 0;
  color: #939393;
  font-size: 12px;
}
.divider-label:before,
.divider-label:after {
  content: "";
  height: 1px;
  background: #292929;
  flex: 1;
}
.periods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.period {
  position: relative;
  min-height: 174px;
  padding: 25px 14px 22px;
  background: var(--surface);
  border: 1px solid #242424;
  border-radius: var(--radius);
  text-align: center;
}
.period[aria-checked="true"] {
  border-color: #dedede;
  background: #222222;
  box-shadow: 0 0 24px #ffffff05;
}
.period .amount {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.2px;
  display: block;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.period .billing-note {
  font-size: 12px;
  color: #999;
  display: block;
  margin: 3px 0 16px;
}
.period .period-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.period .saving {
  display: block;
  font-size: 12px;
  color: #bfbfbf;
  margin-top: 6px;
  min-height: 20px;
}
.selection-dot {
  width: 16px;
  height: 16px;
  border: 1px solid #575757;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
}
.period[aria-checked="true"] .selection-dot {
  border: 5px solid #f5f5f5;
  background: #151515;
}
.plan-switch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 6px;
  margin-top: 18px;
  border-radius: 21px;
  background: var(--surface);
  border: 1px solid #292929;
}
.plan-choice {
  padding: 13px 8px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: none;
  color: #969696;
}
.plan-choice strong,
.plan-choice span {
  display: block;
}
.plan-choice strong {
  font-size: 16px;
  font-weight: 650;
}
.plan-choice span {
  font-size: 13px;
  margin-top: 2px;
}
.plan-choice[aria-checked="true"] {
  background: #282828;
  border-color: #444;
  color: white;
}
.plan-facts {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: var(--muted);
  margin: 18px 2px;
}
.plan-facts b {
  color: var(--soft);
  font-weight: 500;
}
.primary-checkout {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 58px;
  font-size: 16px;
}
.primary-checkout [data-checkout-amount] {
  display: inline-block;
  min-inline-size: 6.8ch;
  text-align: end;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.primary-checkout::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: -60%;
  bottom: -60%;
  left: 0;
  width: 42%;
  background: linear-gradient(100deg, transparent 5%, #00000005 24%, #ffffffaa 46%, #ffffffee 50%, #ffffffaa 54%, #00000005 76%, transparent 95%);
  opacity: 0;
  transform: translateX(-160%) skewX(-18deg);
  animation: checkout-glint 7s ease-in-out 800ms infinite;
}
@keyframes checkout-glint {
  0% { opacity: 0; transform: translateX(-160%) skewX(-18deg); }
  3% { opacity: 0.75; }
  23% { opacity: 0.75; transform: translateX(360%) skewX(-18deg); }
  28%, 100% { opacity: 0; transform: translateX(360%) skewX(-18deg); }
}
html[data-price-motion="paused"] .primary-checkout::before {
  animation-play-state: paused;
}
.terms-note {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 15px;
  text-align: center;
  color: #969696;
}
.section {
  margin-top: 54px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.row-list {
  padding: 0 24px;
}
.info-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #2a2a2a;
}
.info-row:last-child {
  border: 0;
}
.info-row > span {
  color: var(--muted);
}
.footer {
  max-width: 760px;
  margin: 58px auto 0;
  padding: 25px 0 28px;
  border-top: 1px solid #292929;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer img {
  width: 72px;
  height: 24px;
  opacity: 0.65;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  max-width: 490px;
}
.footer-links a {
  font-size: 12px;
  color: #969696;
}
.motion-button {
  font-size: 12px;
  color: #a3a3a3;
  white-space: nowrap;
}
.motion-button:disabled {
  opacity: 0.65;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: calc(50% + 126px);
  transform: translate(-50%, 15px);
  opacity: 0;
  z-index: 60;
  pointer-events: none;
  background: #f3f3f3;
  color: #111;
  border-radius: 14px;
  padding: 12px 20px;
  max-width: min(470px, 90vw);
  font-size: 14px;
  transition:
    opacity 180ms,
    transform 180ms;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.period {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.period .billing-note {
  min-height: 20px;
}
.period .saving {
  margin-top: auto;
  padding-top: 6px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.padded {
  padding: 28px;
}
.space-top {
  margin-top: 18px;
}
.footnote {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 22px;
}
.pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border: 1px solid #4a4a4a;
  background: #252525;
  color: #c5c5c5;
  border-radius: 7px;
  font-size: 12px;
}
.step-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 25px 27px;
  border-bottom: 1px solid #292929;
}
.step-row:last-child {
  border: 0;
}
.step-index {
  font-size: 13px;
  color: #929292;
  align-self: flex-start;
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}
.step-row h3 {
  font-size: 16px;
}
.step-row p {
  font-size: 14px;
  margin-top: 3px;
}
.step-row > svg {
  margin-left: auto;
  color: #b9b9b9;
  width: 19px;
}
.referral-teaser {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: linear-gradient(125deg, #1c1c1cea, #0e0e0eee);
}
.referral-teaser h2 {
  font-size: 26px;
  line-height: 1.4;
  margin-top: 10px;
  letter-spacing: -0.7px;
}
.referral-teaser p {
  font-size: 14px;
  margin-top: 12px;
}
.referral-teaser .text-button {
  margin-top: 15px;
}
.referral-symbol {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid #3d3d3d;
  border-radius: 35px;
  background: linear-gradient(140deg, #343434, #171717);
  box-shadow: inset 0 1px #ffffff18;
  transform: rotate(-8deg);
}
.referral-symbol svg {
  width: 52px;
  height: 52px;
  stroke-width: 0.9;
  color: #ddd;
}
.faq {
  padding: 0 26px;
}
.faq details {
  border-bottom: 1px solid #2a2a2a;
}
.faq details:last-child {
  border: 0;
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
summary::-webkit-details-marker {
  display: none;
}
.faq summary {
  font-size: 15px;
  font-weight: 550;
  padding: 22px 0;
}
.faq summary svg,
.alternative summary svg,
.rules-panel summary svg {
  width: 17px;
  height: 17px;
  transition: transform var(--transition);
  color: #a3a3a3;
}
details[open] > summary svg {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 30px 23px 0;
  animation: enter var(--transition) var(--ease);
}
.faq-answer p {
  font-size: 14px;
  line-height: 1.85;
}
.demo-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border: 1px dashed #4a4a4a;
  border-radius: 13px;
  background: #1c1c1c;
  padding: 15px 17px;
  font-size: 13px;
  color: #bcbcbc;
  margin: 24px 0;
}
.demo-note svg {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}
.auth-card {
  text-align: center;
  max-width: 530px;
  margin: 44px auto 0;
  padding: 44px 38px;
}
.auth-mark {
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
}
.auth-card h2 {
  font-size: 23px;
}
.auth-card p {
  font-size: 15px;
  margin-top: 18px;
}
.auth-card .button {
  margin-top: 30px;
  margin-bottom: 16px;
}
.data-rows {
  margin: 24px 0;
}
.data-rows > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #2b2b2b;
}
.data-rows > div:last-child {
  border-bottom: 0;
}
.data-rows dt {
  font-size: 14px;
  color: #a3a3a3;
}
.data-rows dd {
  font-size: 14px;
  font-weight: 550;
  margin: 0;
  text-align: right;
  max-width: 60%;
}
.trial-heading {
  display: flex;
  gap: 22px;
  align-items: center;
}
.trial-number {
  font-size: 84px;
  font-weight: 600;
  letter-spacing: -6px;
  line-height: 1;
}
.trial-heading h2 {
  font-size: 25px;
}
.trial-heading p {
  margin-top: 6px;
}
.progress-steps {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 36px;
}
.progress-steps li {
  display: flex;
  align-items: center;
}
.progress-steps li:not(:last-child):after {
  content: "";
  height: 1px;
  background: #393939;
  width: 54px;
  margin: 0 12px;
}
.progress-steps li > span:first-child {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #151515;
  color: #a3a3a3;
  border: 1px solid #303030;
  font-size: 13px;
}
.progress-steps li[aria-current="step"] > span:first-child {
  background: #ededed;
  color: #111;
  border-color: #fff;
}
.progress-steps li.done > span:first-child {
  color: white;
  border-color: #737373;
}
.progress-steps svg {
  width: 15px;
}
.device-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.device-card {
  min-height: 151px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--surface);
  border: 1px solid #303030;
  border-radius: 23px;
  color: #b5b5b5;
}
.device-card[aria-checked="true"] {
  background: #242424dd;
  border-color: #d5d5d5;
  color: #fff;
}
.device-icon {
  background: #292929;
  border: 1px solid #363636;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  flex-shrink: 0;
}
.device-icon svg {
  width: 23px;
  height: 23px;
}
.device-card strong {
  font-size: 15px;
  font-weight: 550;
}
.device-check {
  position: absolute;
  right: 14px;
  top: 14px;
}
.device-check svg {
  width: 16px;
  height: 16px;
}
.flow-note {
  font-size: 14px;
  margin: 24px 0;
}
.flow-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 25px;
}
.client-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.client-label p {
  font-size: 14px;
  margin-top: 3px;
}
.client-card > p {
  font-size: 15px;
}
.client-card > .button {
  margin: 26px 0 18px;
}
.client-card > p.small {
  font-size: 13px;
}
.alternative {
  margin-top: 18px;
  padding: 18px 23px;
}
.alternative summary {
  font-size: 14px;
}
.alternative > div {
  padding-top: 20px;
  font-size: 14px;
}
.checkout-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.checkout-head h2 {
  font-size: 27px;
  margin-top: 4px;
}
.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #414141;
  padding: 24px 0;
}
.total-row > span {
  font-size: 15px;
}
.total-row strong {
  font-size: 34px;
  letter-spacing: -1.2px;
  font-variant-numeric: tabular-nums;
}
.checkout-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 13px;
  color: #b8b8b8;
  margin-top: 20px;
}
.traffic-heading {
  margin: 33px 0 20px;
}
.traffic-heading strong {
  font-size: 38px;
  font-weight: 650;
  letter-spacing: -1.6px;
  display: block;
}
.traffic-heading span {
  font-size: 14px;
  color: #a3a3a3;
}
.traffic-meter {
  width: 100%;
  height: 6px;
  border: 0;
  border-radius: 10px;
  background: #383838;
  display: block;
  appearance: none;
}
.traffic-meter::-webkit-meter-bar {
  background: #383838;
  border: 0;
  border-radius: 10px;
  height: 6px;
}
.traffic-meter::-webkit-meter-optimum-value {
  background: #e8e8e8;
  border-radius: 10px;
}
.traffic-meter::-moz-meter-bar {
  background: #e8e8e8;
  border-radius: 10px;
}
.traffic-caption {
  font-size: 12px;
  margin-top: 10px;
}
.account-actions {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 12px;
}
.account-actions .button {
  font-size: 14px;
}
.account-help {
  margin-top: 22px;
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mini-stats > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid #323232;
  padding-right: 12px;
}
.mini-stats > div:last-child {
  border: 0;
}
.mini-stats strong {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1px;
  font-variant-numeric: tabular-nums;
}
.mini-stats span {
  font-size: 12px;
  color: #a3a3a3;
  line-height: 1.5;
}
.reward-rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 25px 28px;
}
.reward-rule > div {
  display: flex;
  flex-direction: column;
}
.reward-rule strong {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
}
.reward-rule span {
  font-size: 12px;
  color: #a3a3a3;
}
.rule-arrow svg {
  width: 20px;
}
.referral-demo {
  margin-top: 22px;
}
.demo-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 22px 0 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid #303030;
}
.demo-selector label {
  font-size: 14px;
  color: #bfbfbf;
}
.demo-selector select {
  background: #272727;
  border: 1px solid #444;
  border-radius: 9px;
  padding: 8px 28px 8px 12px;
  color: #eee;
  font-size: 14px;
  max-width: 50%;
}
.referral-copy {
  border-top: 1px solid #303030;
  padding-top: 25px;
  margin-top: 28px;
}
.referral-copy label {
  display: block;
  font-size: 13px;
  color: #bcbcbc;
  margin-bottom: 10px;
}
.copy-row {
  display: flex;
  gap: 10px;
}
.copy-row input {
  min-width: 0;
  flex: 1;
  font-size: 13px;
  background: #0f0f0f;
  border: 1px solid #393939;
  color: #bfbfbf;
  border-radius: 11px;
  padding: 12px;
}
.copy-row .button {
  font-size: 12px;
  padding: 10px 14px;
  min-height: 44px;
}
.copy-row .button svg {
  width: 16px;
}
.rules-panel {
  margin-top: 20px;
}
.rules-panel p,
.rules-panel li {
  font-size: 14px;
  line-height: 1.85;
  color: #aaa;
}
.rules-panel details {
  margin-top: 24px;
}
.rules-panel summary {
  font-size: 15px;
  color: #e4e4e4;
}
.rules-panel ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.rules-panel li + li {
  margin-top: 10px;
}
.support-links {
  margin: 25px 0;
}
.legal-copy > p {
  font-size: 15px;
  line-height: 1.95;
}
.legal-copy > p + p {
  margin-top: 24px;
}
.legal-copy .text-button {
  margin-top: 22px;
}
.dialog-open {
  overflow: hidden;
}
dialog {
  color: var(--text);
  background: #181818;
  border: 1px solid #3a3a3a;
  border-radius: 28px;
  padding: 28px;
  width: min(540px, calc(100vw - 32px));
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  box-shadow: 0 28px 100px #000b;
}
dialog::backdrop {
  background: #000b;
  backdrop-filter: blur(5px);
}
dialog[open] {
  animation: dialog-in 260ms var(--ease);
}
.dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.dialog-head h2 {
  font-size: 23px;
}
.dialog-head .icon-button {
  width: 35px;
  height: 35px;
}
.dialog-head svg {
  width: 17px;
}
dialog > p {
  font-size: 14px;
  line-height: 1.8;
}
.help-options {
  display: grid;
  gap: 12px;
  margin: 25px 0;
}
.help-option {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #393939;
  background: #232323;
  border-radius: 16px;
  padding: 18px;
}
.help-option > svg {
  margin-left: auto;
  width: 16px;
}
.help-option strong,
.help-option small {
  display: block;
}
.help-option strong {
  font-size: 15px;
  font-weight: 600;
}
.help-option small {
  color: #a3a3a3;
  font-size: 12px;
  margin-top: 2px;
}
.help-icon {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  background: #333;
  border-radius: 10px;
}
.help-icon svg {
  width: 20px;
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes enter {
  from {
    opacity: 0.55;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1700px) {
  .main-area {
    padding-top: 72px;
  }
  .content,
  .footer {
    max-width: 830px;
  }
  .sidebar {
    width: 272px;
    padding: 40px 26px;
  }
  .main-area {
    margin-left: 272px;
  }
  .period {
    min-height: 190px;
  }
}
@media (max-width: 1050px) {
  .sidebar {
    width: 212px;
    padding: 30px 16px;
  }
  .main-area {
    margin-left: 212px;
    padding: 42px 30px 0;
  }
  .trial-card {
    padding: 22px;
    display: block;
  }
  .trial-card .button {
    margin-top: 20px;
    width: 100%;
  }
  .period .amount {
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  .sidebar {
    display: none;
  }
  .main-area {
    margin-left: 0;
    padding: 104px 22px 0;
  }
  .mobile-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 17px 22px;
    background: rgba(8, 8, 8, 0.91);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #252525;
  }
  .mobile-header .brand img {
    width: 91px;
    height: 27px;
  }
  .mobile-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mobile-account {
    min-height: 39px;
    padding: 8px 12px;
    border-radius: 11px;
    font-size: 12px;
  }
  .mobile-actions .icon-button {
    width: 39px;
    height: 39px;
    border-radius: 11px;
  }
  .mobile-menu {
    position: fixed;
    inset: 73px 0 auto;
    z-index: 19;
    background: #111;
    border-bottom: 1px solid #393939;
    padding: 18px 22px 22px;
    box-shadow: 0 25px 50px #0008;
  }
  .mobile-menu[hidden] {
    display: none;
  }
  .mobile-menu nav {
    display: grid;
    gap: 5px;
  }
  .mobile-menu .language {
    margin-top: 14px;
  }
  .page-header {
    margin-bottom: 24px;
  }
  h1 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  h2,
  legend {
    font-size: 21px;
  }
  .page-header p {
    font-size: 14px;
  }
  .periods {
    gap: 9px;
  }
  .period {
    min-height: 160px;
    padding: 26px 8px 18px;
    border-radius: 20px;
  }
  .period .amount {
    font-size: 26px;
  }
  .period .billing-note {
    font-size: 11px;
  }
  .period .period-title {
    font-size: 14px;
  }
  .period .saving {
    font-size: 11px;
  }
  .selection-dot {
    width: 12px;
    height: 12px;
    right: 12px;
    top: 12px;
  }
  .period[aria-checked="true"] .selection-dot {
    border-width: 4px;
  }
  .trial-card {
    border-radius: 23px;
  }
  .divider-label {
    margin: 26px 0;
  }
  .plan-facts {
    font-size: 12px;
    flex-wrap: wrap;
    gap: 5px 12px;
  }
  .terms-note {
    font-size: 12px;
    text-align: left;
  }
  .section {
    margin-top: 42px;
  }
  .footer {
    margin-top: 40px;
  }
  .footer-links {
    width: 100%;
  }
  .footer .motion-button {
    margin-left: auto;
  }
  #toast {
    left: 50%;
  }
}
@media (max-width: 360px) {
  .main-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .periods {
    gap: 7px;
  }
  .period .amount {
    font-size: 23px;
  }
  .period {
    border-radius: 18px;
  }
  .period .period-title {
    font-size: 12px;
  }
  .period .billing-note,
  .period .saving {
    font-size: 10px;
  }
  .trial-card {
    padding: 20px;
  }
  .plan-choice strong {
    font-size: 14px;
  }
  .plan-choice span {
    font-size: 12px;
  }
  .brand img {
    max-width: 86px;
  }
}
@media (max-width: 760px) {
  .padded {
    padding: 23px;
  }
  .step-row {
    padding: 22px;
    gap: 17px;
  }
  .referral-teaser {
    padding: 25px;
  }
  .referral-teaser h2 {
    font-size: 24px;
  }
  .referral-symbol {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }
  .referral-symbol svg {
    width: 34px;
    height: 34px;
  }
  .referral-teaser p br {
    display: none;
  }
  .faq {
    padding: 0 22px;
  }
  .faq summary {
    font-size: 14px;
    padding: 20px 0;
  }
  .faq-answer {
    padding-right: 0;
  }
  .auth-card {
    margin-top: 30px;
    padding: 33px 24px;
  }
  .auth-card h2 {
    font-size: 21px;
  }
  .data-rows > div {
    gap: 16px;
  }
  .data-rows dt,
  .data-rows dd {
    font-size: 13px;
  }
  .trial-heading h2 {
    font-size: 22px;
  }
  .trial-number {
    font-size: 72px;
  }
  .progress-steps {
    margin-top: 4px;
  }
  .device-grid {
    gap: 11px;
  }
  .device-card {
    min-height: 137px;
  }
  .flow-actions .button {
    font-size: 13px;
    padding: 12px 15px;
  }
  .client-label h2 {
    font-size: 22px;
  }
  .total-row strong {
    font-size: 30px;
  }
  .traffic-heading strong {
    font-size: 34px;
  }
  .account-actions {
    grid-template-columns: 1fr;
  }
  .mini-stats strong {
    font-size: 29px;
  }
  .mini-stats span {
    font-size: 11px;
  }
  .mini-stats {
    gap: 10px;
  }
  .reward-rule {
    padding: 23px 19px;
    gap: 9px;
  }
  .reward-rule strong {
    font-size: 30px;
  }
  .reward-rule span {
    font-size: 10px;
  }
  .rule-arrow svg {
    width: 16px;
  }
  .copy-row {
    flex-direction: column;
  }
  .copy-row input {
    width: 100%;
    min-height: 44px;
  }
  .copy-row .button {
    width: 100%;
  }
  .demo-selector {
    align-items: flex-start;
  }
  .demo-selector label {
    font-size: 13px;
  }
  .demo-selector select {
    font-size: 12px;
    max-width: 55%;
    padding-left: 8px;
  }
  .referral-demo .section-head {
    gap: 10px;
  }
  .referral-demo h2 {
    font-size: 19px;
  }
  .rules-panel p,
  .rules-panel li {
    font-size: 13px;
  }
  .legal-copy > p {
    font-size: 14px;
  }
  dialog {
    padding: 24px;
  }
  .help-option {
    padding: 15px;
    gap: 12px;
  }
  .help-option strong {
    font-size: 14px;
  }
  .help-option small {
    font-size: 11px;
  }
  .help-icon {
    width: 33px;
    height: 33px;
  }
  .help-option > svg {
    width: 13px;
  }
}
@media (max-width: 420px) {
  .referral-symbol {
    display: none;
  }
  .reward-rule .rule-arrow {
    display: none;
  }
  .reward-rule {
    gap: 14px;
  }
  .reward-rule > div {
    max-width: 32%;
  }
  .trial-heading {
    gap: 18px;
  }
  .trial-heading p {
    font-size: 14px;
  }
  .data-rows dd {
    max-width: 53%;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 27px;
    letter-spacing: -1.2px;
    overflow-wrap: anywhere;
  }
  .period .saving,
  .period .billing-note {
    font-size: 12px;
  }
  .period .billing-note {
    min-height: 38px;
  }
  .period .period-title {
    font-size: 13px;
  }
}
/* One tactile language for every control; only paint/composite properties change. */
:is(.period, .device-card, .help-option, summary, .button.full) {
  --press-scale: 0.988;
}
.footer-links a,
.checkout-legal a {
  display: inline-block;
  border-radius: 4px;
}
.language button {
  border-radius: 7px;
}
:is(button, a[href], summary, select):not(:disabled):not([aria-disabled="true"]):focus-visible {
  filter: brightness(1.12);
  box-shadow: 0 0 20px #ffffff0d;
}
/* No sticky hover on touch screens. Selected controls keep a stronger border. */
@media (hover: hover) and (pointer: fine) {
  :is(button, a[href], summary, select):not(:disabled):not([aria-disabled="true"]):hover {
    filter: brightness(1.16);
  }
  :is(.button, .icon-button, .period, .device-card, .help-option):not(:disabled):hover {
    box-shadow: inset 0 0 0 1px #ffffff24, 0 0 24px #ffffff0d;
    border-color: #888;
  }
  .button:not(.secondary):not(:disabled):hover {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 28px #ffffff24;
    filter: none;
  }
  :is(.button.secondary, .icon-button, .help-option):not(:disabled):hover {
    background-color: #303030;
  }
  .period:not(:disabled):hover { background-color: #292929; }
  :is(.period, .device-card)[aria-checked="true"]:hover {
    border-color: #fff;
    box-shadow: inset 0 0 0 1px #ffffff26, 0 0 24px #ffffff12;
  }
  :is(.nav-link, .plan-choice, .language button, summary):not(:disabled):hover {
    color: #fff;
    box-shadow: inset 0 0 0 100vmax #ffffff0a;
  }
  :is(.text-button, .footer-links a, .checkout-legal a):not(:disabled):hover {
    color: #fff;
  }
  .brand:hover { filter: brightness(1.18) drop-shadow(0 0 8px #ffffff24); }
}
:is(button, a[href], summary, select):not(:disabled):not([aria-disabled="true"]):active {
  /* Individual properties preserve the skip-link's own off-screen transform. */
  translate: 0 2px;
  scale: var(--press-scale);
  filter: brightness(0.96);
  transition-duration: var(--control-press-time);
}
:is(.button, .icon-button, .period, .plan-choice, .device-card, .help-option):not(:disabled):active {
  box-shadow: inset 0 2px 7px #00000038, 0 0 0 #ffffff00;
}
.button:not(.secondary):not(:disabled):active {
  background-color: #dedede;
}
@supports (interpolate-size: allow-keywords) {
  details {
    interpolate-size: allow-keywords;
  }
  details::details-content {
    height: 0;
    opacity: 0;
    overflow: clip;
    transition:
      height 280ms var(--ease),
      opacity 280ms,
      content-visibility 280ms allow-discrete;
  }
  details[open]::details-content {
    height: auto;
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .primary-checkout::before { display: none; }
  :is(button, a[href], summary, select):active {
    translate: none !important;
    scale: none !important;
  }
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after,
  *::details-content {
    animation: none !important;
    transition: none !important;
  }
}
