/* Product proof: interactive cabinet, real scenarios and server geography. */
.fe-site button:focus-visible,
.fe-site a:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

.main-nav > .button,
.main-nav > .button:hover {
  color: #07130f;
}

.hero {
  grid-template-columns: minmax(0, .95fr) minmax(23rem, .78fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}

.hero-stage {
  isolation: isolate;
  min-height: 45rem;
}

.hero-stage-decor {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.demo-hint {
  position: absolute;
  z-index: 4;
  top: 2.6rem;
  right: 0;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .82rem;
  border: 1px solid rgba(168, 255, 215, .2);
  border-radius: 999px;
  background: rgba(9, 29, 22, .82);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
  color: #bad5c8;
  font-size: .58rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.demo-hint i {
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 .8rem var(--mint);
}

.demo-hint-mobile {
  display: none;
}

.cabinet-device.cabinet-demo {
  position: relative;
  z-index: 2;
  isolation: isolate;
  width: min(21.8rem, 100%);
  padding: 1.62rem .66rem .68rem;
  border: .18rem solid #3c4b46;
  border-radius: 3rem;
  background: #020806;
  box-shadow: inset 0 0 0 .12rem #111a17, inset 0 0 0 .36rem #030a07, 0 3rem 6rem rgba(0, 0, 0, .58), 0 0 4rem rgba(58, 226, 167, .1);
  transform: none;
  animation: none;
  overflow: visible;
}

.cabinet-demo::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  border-radius: inherit;
  background: linear-gradient(138deg, rgba(255, 255, 255, .09), transparent 18%, transparent 72%, rgba(255, 255, 255, .025));
  opacity: .58;
}

.cabinet-demo .device-notch {
  position: absolute;
  z-index: 5;
  top: .5rem;
  left: 50%;
  width: 29%;
  height: 1.3rem;
  margin: 0;
  border: 1px solid #101715;
  border-radius: 999px;
  background: #000;
  box-shadow: inset 0 0 .4rem rgba(255, 255, 255, .035);
  transform: translateX(-50%);
}

.cabinet-demo .device-notch i {
  position: absolute;
  right: .45rem;
  top: 50%;
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #234f5b, #050809 65%);
  box-shadow: 0 0 0 1px #111;
  transform: translateY(-50%);
}

.demo-phone-statusbar {
  position: absolute;
  z-index: 4;
  top: .68rem;
  left: 1.15rem;
  right: 1.08rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dbe9e2;
  font-size: .48rem;
  letter-spacing: -.02em;
}

.demo-phone-signals {
  display: flex;
  align-items: flex-end;
  gap: .09rem;
}

.demo-phone-signals i {
  width: .1rem;
  border-radius: .1rem;
  background: currentColor;
}

.demo-phone-signals i:nth-child(1) { height: .14rem; }
.demo-phone-signals i:nth-child(2) { height: .2rem; }
.demo-phone-signals i:nth-child(3) { height: .26rem; }
.demo-phone-signals i:nth-child(4) { height: .32rem; }

.demo-phone-signals strong {
  margin-left: .12rem;
  font-size: .42rem;
}

.demo-phone-signals em {
  position: relative;
  width: .72rem;
  height: .36rem;
  margin-left: .12rem;
  border: 1px solid currentColor;
  border-radius: .12rem;
}

.demo-phone-signals em::before {
  content: '';
  position: absolute;
  inset: .07rem;
  right: .18rem;
  border-radius: .04rem;
  background: currentColor;
}

.demo-phone-signals em::after {
  content: '';
  position: absolute;
  right: -.14rem;
  top: .1rem;
  width: .08rem;
  height: .14rem;
  border-radius: 0 .06rem .06rem 0;
  background: currentColor;
}

.phone-side-button {
  position: absolute;
  z-index: -1;
  width: .22rem;
  border: 1px solid #52635d;
  background: linear-gradient(90deg, #17201d, #53635e 55%, #18211e);
  box-shadow: 0 .2rem .45rem rgba(0, 0, 0, .42);
}

.phone-side-mute,
.phone-side-volume-up,
.phone-side-volume-down {
  left: -.32rem;
  border-radius: .12rem 0 0 .12rem;
}

.phone-side-mute { top: 5.2rem; height: 1.3rem; }
.phone-side-volume-up { top: 7.4rem; height: 2.4rem; }
.phone-side-volume-down { top: 10.35rem; height: 2.4rem; }

.phone-side-power {
  right: -.32rem;
  top: 8.2rem;
  height: 3.5rem;
  border-radius: 0 .12rem .12rem 0;
}

.demo-phone-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .56rem;
  padding: .08rem .35rem .62rem;
}

.demo-home-indicator {
  position: relative;
  z-index: 4;
  display: block;
  width: 31%;
  height: .22rem;
  margin: .48rem auto 0;
  border-radius: 999px;
  background: rgba(231, 245, 238, .72);
}

.demo-phone-head > .tiny-brand {
  width: 1.35rem;
  height: 1.35rem;
  font-size: .51rem;
}

.demo-phone-head > span:nth-child(2) {
  display: grid;
  gap: .04rem;
}

.demo-phone-head b {
  color: #edf9f3;
  font-size: .63rem;
}

.demo-phone-head small {
  color: #78988a;
  font-size: .45rem;
}

.demo-phone-head > i {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 .8rem rgba(66, 230, 174, .8);
}

.demo-phone-screen {
  position: relative;
  z-index: 1;
  min-height: 34.5rem;
}

.demo-panel {
  display: grid;
  align-content: start;
  gap: .58rem;
  min-height: 34.5rem;
  padding: .76rem;
  border: 1px solid rgba(202, 255, 226, .1);
  border-radius: 1.35rem;
  background: #0d271d;
}

.demo-panel[hidden] {
  display: none;
}

.demo-panel button {
  font-family: var(--body);
  cursor: pointer;
}

.demo-screen-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1.35rem;
}

.demo-screen-title > span {
  font-family: var(--display);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: -.04em;
}

.demo-screen-title > small {
  padding: .26rem .42rem;
  border-radius: 999px;
  background: rgba(183, 255, 218, .075);
  color: #8ba99b;
  font-size: .43rem;
  font-weight: 800;
}

.demo-balance-card,
.demo-vpn-card,
.demo-benefit-hero {
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(183, 255, 216, .11);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(36, 89, 68, .7), rgba(14, 47, 35, .78));
}

.demo-status {
  display: flex;
  align-items: center;
  gap: .36rem;
  color: #85f4c4;
  font-size: .51rem;
  font-weight: 900;
}

.demo-status i {
  width: .37rem;
  height: .37rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 .65rem rgba(66, 230, 174, .8);
}

.demo-balance-card > strong {
  display: block;
  margin: .38rem 0 -.04rem;
  font-family: var(--display);
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -.1em;
}

.demo-balance-card > small {
  color: #809d8f;
  font-size: .48rem;
}

.demo-balance-card > button,
.demo-benefit-hero > button {
  position: absolute;
  right: .8rem;
  bottom: .8rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .52rem .62rem;
  border: 1px solid rgba(73, 239, 180, .65);
  border-radius: .55rem;
  background: transparent;
  color: #8cf3c8;
  font-size: .49rem;
  font-weight: 900;
}

.demo-balance-card > button b {
  font-size: .85rem;
  line-height: .6;
}

.demo-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

.demo-stat-row article {
  padding: .72rem;
  border: 1px solid rgba(185, 255, 218, .09);
  border-radius: .8rem;
  background: rgba(214, 255, 232, .04);
}

.demo-stat-row span,
.demo-stat-row strong,
.demo-stat-row small {
  display: block;
}

.demo-stat-row span {
  color: #779787;
  font-size: .43rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.demo-stat-row strong {
  margin: .22rem 0 .09rem;
  font-family: var(--display);
  font-size: .82rem;
}

.demo-stat-row small {
  color: #779184;
  font-size: .43rem;
}

.demo-list-card {
  padding: .66rem .75rem;
  border: 1px solid rgba(185, 255, 218, .09);
  border-radius: .85rem;
  background: rgba(2, 17, 12, .3);
}

.demo-list-card > span {
  display: block;
  margin-bottom: .28rem;
  color: #789789;
  font-size: .44rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.demo-list-card > div {
  display: grid;
  grid-template-columns: 1.25rem 1fr auto;
  align-items: center;
  gap: .42rem;
  padding: .39rem 0;
  border-top: 1px solid rgba(205, 255, 228, .07);
}

.demo-list-card > div:first-of-type {
  border-top: 0;
}

.demo-list-icon {
  display: grid;
  place-items: center;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: .38rem;
  background: rgba(66, 230, 174, .12);
  color: var(--mint);
  font-size: .55rem;
  font-style: normal;
}

.demo-list-card b {
  font-size: .53rem;
}

.demo-list-card small {
  color: #759286;
  font-size: .43rem;
}

.demo-panel-lead {
  margin: 0;
  color: #8ba99b;
  font-size: .52rem;
  line-height: 1.5;
}

.demo-plan-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

.demo-plan-options button {
  display: grid;
  gap: .18rem;
  padding: .72rem;
  border: 1px solid rgba(188, 255, 220, .12);
  border-radius: .8rem;
  background: rgba(203, 255, 228, .04);
  color: #e7f4ed;
  text-align: left;
}

.demo-plan-options button.is-selected {
  border-color: rgba(66, 230, 174, .7);
  background: rgba(66, 230, 174, .1);
  box-shadow: inset 0 0 0 1px rgba(66, 230, 174, .12);
}

.demo-plan-options span {
  color: #86a596;
  font-size: .46rem;
}

.demo-plan-options b {
  font-family: var(--display);
  font-size: .84rem;
}

.demo-plan-options small {
  color: #789388;
  font-size: .43rem;
}

.demo-payment-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: .72rem;
  border: 1px solid rgba(196, 255, 222, .09);
  border-radius: .8rem;
  background: #081b14;
}

.demo-payment-summary > span + span {
  padding-left: .7rem;
  border-left: 1px solid rgba(196, 255, 222, .09);
}

.demo-payment-summary small,
.demo-payment-summary strong {
  display: block;
}

.demo-payment-summary small {
  color: #769284;
  font-size: .44rem;
}

.demo-payment-summary strong {
  margin-top: .16rem;
  font-family: var(--display);
  font-size: .78rem;
}

.demo-method-preview {
  padding: .7rem;
  border: 1px solid rgba(196, 255, 222, .09);
  border-radius: .8rem;
}

.demo-method-preview > span {
  color: #729081;
  font-size: .44rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.demo-method-preview > div {
  display: flex;
  gap: .35rem;
  margin: .45rem 0;
}

.demo-method-preview b {
  padding: .4rem .48rem;
  border-radius: .48rem;
  background: rgba(66, 230, 174, .1);
  color: #9cf4ce;
  font-size: .46rem;
}

.demo-method-preview > small {
  display: block;
  color: #789388;
  font-size: .43rem;
  line-height: 1.45;
}

.demo-primary-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  width: 100%;
  min-height: 2.35rem;
  border: 0;
  border-radius: .68rem;
  background: var(--mint);
  color: #062117;
  font-size: .52rem;
  font-weight: 900;
}

.demo-primary-action span {
  font-size: .9rem;
}

.demo-primary-action.is-complete {
  background: var(--lime);
}

.demo-vpn-card {
  padding: .9rem;
}

.demo-traffic-value {
  display: flex;
  align-items: end;
  gap: .36rem;
  margin: .5rem 0 .42rem;
}

.demo-traffic-value > strong {
  font-family: var(--display);
  font-size: 2.1rem;
  line-height: .9;
  letter-spacing: -.1em;
}

.demo-traffic-value > span {
  color: #c4d9cf;
  font-size: .48rem;
  font-weight: 900;
  line-height: 1.15;
}

.demo-traffic-value small {
  color: #779487;
  font-size: .4rem;
  font-weight: 600;
}

.demo-progress {
  height: .32rem;
  border-radius: 999px;
  background: #173f30;
  overflow: hidden;
}

.demo-progress i {
  display: block;
  width: 84.36%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), var(--lime));
}

.demo-vpn-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin-top: .62rem;
}

.demo-vpn-metrics > span {
  display: grid;
  gap: .08rem;
}

.demo-vpn-metrics small {
  color: #789489;
  font-size: .42rem;
}

.demo-vpn-metrics b {
  font-size: .56rem;
}

.demo-key-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .22rem .6rem;
  align-items: center;
  padding: .7rem;
  border: 1px solid rgba(194, 255, 222, .09);
  border-radius: .8rem;
  background: rgba(2, 18, 12, .28);
}

.demo-key-card > span {
  grid-column: 1 / -1;
  color: #789588;
  font-size: .43rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.demo-key-card code {
  color: #b9d0c5;
  font-size: .56rem;
  letter-spacing: .08em;
}

.demo-key-card button {
  padding: .38rem .46rem;
  border: 1px solid rgba(66, 230, 174, .28);
  border-radius: .45rem;
  background: rgba(66, 230, 174, .08);
  color: #91f2c7;
  font-size: .42rem;
  font-weight: 900;
}

.demo-devices-list {
  padding: .25rem .7rem;
  border: 1px solid rgba(194, 255, 222, .09);
  border-radius: .8rem;
}

.demo-devices-list > div {
  display: grid;
  grid-template-columns: 1.15rem 1fr auto .35rem;
  align-items: center;
  gap: .42rem;
  padding: .51rem 0;
  border-top: 1px solid rgba(194, 255, 222, .07);
}

.demo-devices-list > div:first-child {
  border-top: 0;
}

.demo-device-symbol {
  color: var(--mint);
  font-size: .7rem;
}

.demo-devices-list b {
  font-size: .5rem;
}

.demo-devices-list small {
  color: #718e81;
  font-size: .41rem;
}

.demo-devices-list i {
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  background: var(--mint);
}

.demo-benefit-hero > span,
.demo-benefit-hero > strong,
.demo-benefit-hero > small {
  display: block;
}

.demo-benefit-hero > span {
  color: #8aa99a;
  font-size: .46rem;
}

.demo-benefit-hero > strong {
  margin: .2rem 0;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -.08em;
}

.demo-benefit-hero > small {
  color: #8ef1c6;
  font-size: .48rem;
}

.demo-benefit-row {
  display: grid;
  grid-template-columns: 1.65rem 1fr auto;
  align-items: center;
  gap: .55rem;
  padding: .65rem;
  border: 1px solid rgba(194, 255, 222, .09);
  border-radius: .75rem;
  background: rgba(211, 255, 230, .035);
}

.demo-benefit-mark {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: .5rem;
  background: rgba(66, 230, 174, .11);
  color: var(--mint);
  font-size: .65rem;
  font-weight: 900;
}

.demo-benefit-row > span:nth-child(2) {
  display: grid;
  gap: .06rem;
}

.demo-benefit-row b {
  font-size: .52rem;
}

.demo-benefit-row small {
  color: #759184;
  font-size: .42rem;
}

.demo-benefit-row em {
  color: #92efc6;
  font-size: .43rem;
  font-style: normal;
  font-weight: 800;
}

.demo-referral-progress {
  display: grid;
  gap: .32rem;
  padding: .55rem .1rem 0;
}

.demo-referral-progress > span {
  display: flex;
  justify-content: space-between;
  color: #769386;
  font-size: .43rem;
}

.demo-referral-progress > span b {
  color: #edf8f2;
}

.demo-referral-progress > i {
  height: .28rem;
  border-radius: 999px;
  background: #173d2f;
  overflow: hidden;
}

.demo-referral-progress > i b {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: var(--mint);
}

.demo-account-card {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  align-items: center;
  gap: .58rem;
  padding: .72rem;
  border: 1px solid rgba(194, 255, 222, .09);
  border-radius: .8rem;
  background: rgba(66, 230, 174, .065);
}

.demo-avatar {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: .65rem;
  background: var(--mint);
  color: #062117;
  font-family: var(--display);
  font-weight: 800;
}

.demo-account-card > span:nth-child(2) {
  display: grid;
  gap: .1rem;
}

.demo-account-card b {
  font-size: .54rem;
}

.demo-account-card small {
  color: #769487;
  font-size: .41rem;
}

.demo-account-card > i {
  display: grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(66, 230, 174, .12);
  color: var(--mint);
  font-size: .55rem;
  font-style: normal;
}

.demo-settings-list {
  display: grid;
  gap: .42rem;
}

.demo-settings-list article {
  display: grid;
  grid-template-columns: 1.6rem 1fr auto;
  align-items: center;
  gap: .48rem;
  padding: .68rem;
  border: 1px solid rgba(194, 255, 222, .085);
  border-radius: .72rem;
}

.demo-settings-list article > span {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: .48rem;
  background: rgba(66, 230, 174, .09);
  color: var(--mint);
  font-size: .6rem;
}

.demo-settings-list b {
  font-size: .52rem;
}

.demo-settings-list small {
  color: #84a194;
  font-size: .43rem;
}

.demo-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .12rem;
  padding: .45rem .05rem .06rem;
}

.demo-tabs button {
  display: grid;
  place-items: center;
  gap: .16rem;
  min-width: 0;
  min-height: 3.25rem;
  padding: .28rem .06rem;
  border: 0;
  border-radius: .7rem;
  background: transparent;
  color: #708e80;
  font-family: var(--body);
  cursor: pointer;
}

.demo-tabs button span {
  font-size: .8rem;
  line-height: 1;
}

.demo-tabs button b {
  font-size: .38rem;
  font-weight: 800;
}

.demo-tabs button.is-active {
  background: rgba(66, 230, 174, .09);
  color: var(--mint);
}

.capability-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.capability-card {
  padding: 1.65rem;
}

.capability-copy {
  position: relative;
  z-index: 2;
}

.capability-card .capability-copy > p {
  margin: 0 0 .7rem;
  color: var(--mint-2);
  font-size: .63rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.capability-card .capability-copy > h3 {
  max-width: 17ch;
}

.capability-card .capability-copy > span {
  display: block;
  max-width: 30rem;
  color: #a7b9b0;
  font-size: .74rem;
  line-height: 1.62;
}

.capability-large {
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(16rem, .52fr) minmax(0, 1fr);
  align-items: end;
  gap: 0 2rem;
  padding: 0;
  border-color: transparent;
  background: transparent;
  overflow: visible;
}

.capability-large:hover {
  border-color: transparent;
  transform: none;
}

.capability-large > .card-number,
.capability-large::after {
  display: none;
}

.capability-large .capability-copy {
  grid-column: 1 / -1;
  max-width: 64rem;
}

.capability-large .capability-copy > h3 {
  max-width: 24ch;
  font-size: clamp(2.25rem, 4.4vw, 4.5rem);
  line-height: .98;
}

.capability-large .capability-copy > span {
  max-width: 52rem;
  font-size: .9rem;
}

.capability-large::after {
  right: -6rem;
  bottom: -6rem;
}

.capability-dark,
.capability-tall {
  grid-column: span 6;
  min-height: 24rem;
}

.capability-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .84fr 1.35fr;
  gap: 1.2rem;
  align-items: end;
  min-height: 22.05rem;
}

.product-scene {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.product-scene p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.product-scene em {
  font-style: normal;
}

.devices-scene {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .78fr 1.25fr 1fr;
  gap: 1rem;
  min-height: 28rem;
  margin-top: 2rem;
  align-items: stretch;
}

.device-usecase {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 50% 105%, rgba(66, 230, 174, .11), transparent 46%);
  box-shadow: none;
  overflow: hidden;
}

.device-usecase + .device-usecase {
  border-left: 1px solid rgba(179, 255, 215, .12);
}

.usecase-heading {
  position: relative;
  z-index: 2;
  display: grid;
  gap: .14rem;
}

.usecase-heading > span {
  color: var(--mint-2);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.usecase-heading > strong {
  color: #eff8f3;
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.8vw, 1.62rem);
  letter-spacing: -.045em;
  line-height: 1.04;
}

.usecase-heading > small {
  color: #7f9c8e;
  font-size: .68rem;
  line-height: 1.45;
}

.real-phone,
.real-laptop,
.real-tv {
  min-width: 0;
  display: grid;
  place-items: center;
  align-self: end;
}

.real-phone-frame {
  position: relative;
  width: min(12rem, 86%);
  aspect-ratio: .51;
  padding: 1.55rem .62rem .78rem;
  border: .36rem solid #242d2a;
  border-radius: 2rem;
  background: linear-gradient(160deg, #143d2c, #07160f 62%);
  box-shadow: inset 0 0 0 1px #62716c, 0 1.8rem 2.8rem rgba(0, 0, 0, .48), 0 0 2rem rgba(66, 230, 174, .08);
  overflow: hidden;
}

.real-phone-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(138deg, rgba(255, 255, 255, .1), transparent 22%);
}

.real-phone-status {
  position: absolute;
  top: .48rem;
  left: .78rem;
  right: .7rem;
  display: flex;
  justify-content: space-between;
  color: #dcebe4;
  font-size: .44rem;
}

.real-phone-island {
  position: absolute;
  top: .38rem;
  left: 50%;
  width: 34%;
  height: .72rem;
  border-radius: 999px;
  background: #010403;
  transform: translateX(-50%);
}

.phone-feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .45rem;
  color: #dcece4;
  font-size: .62rem;
}

.phone-feed-head i {
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 .65rem rgba(66, 230, 174, .62);
}

.phone-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  margin-top: 1.05rem;
}

.phone-app-grid > span {
  display: grid;
  place-items: center;
  gap: .35rem;
  min-height: 5.8rem;
  padding: .7rem .2rem;
  border: 1px solid rgba(210, 255, 230, .09);
  border-radius: .9rem;
  background: rgba(214, 255, 232, .045);
}

.phone-app-grid b {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: .82rem;
  font-size: 1.2rem;
  box-shadow: 0 .65rem 1.1rem rgba(0, 0, 0, .22);
}

.phone-app-grid small {
  color: #d9e6df;
  font-size: .52rem;
  font-weight: 800;
}

.app-tg b {
  background: #2aabee;
  color: #fff;
}

.app-ig b {
  background: radial-gradient(circle at 68% 72%, #ffd16f 0 12%, #f04b63 37%, #c836a4 63%, #5846d8 100%);
  color: #fff;
}

.phone-connection {
  position: absolute;
  left: .62rem;
  right: .62rem;
  bottom: 1.05rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .35rem;
  padding: .56rem;
  border: 1px solid rgba(112, 255, 188, .16);
  border-radius: .7rem;
  background: rgba(6, 26, 18, .78);
  color: #cde0d7;
  font-size: .48rem;
}

.phone-connection > i {
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 .55rem rgba(66, 230, 174, .7);
}

.phone-connection > b {
  color: var(--mint-2);
  font-size: .43rem;
}

.real-phone-frame > em {
  position: absolute;
  left: 34%;
  right: 34%;
  bottom: .34rem;
  height: .16rem;
  border-radius: 999px;
  background: rgba(235, 246, 241, .72);
}

.real-laptop {
  width: 100%;
  padding: 0 2%;
}

.laptop-display {
  position: relative;
  width: 100%;
  aspect-ratio: 1.52;
  border: .55rem solid #1e2824;
  border-bottom-width: .7rem;
  border-radius: .9rem .9rem .35rem .35rem;
  background: #f2f0e9;
  box-shadow: inset 0 0 0 1px #52615c, 0 1.7rem 2.8rem rgba(0, 0, 0, .38);
  overflow: hidden;
}

.browser-bar {
  height: 2rem;
  display: grid;
  grid-template-columns: 3rem 1fr 1rem;
  align-items: center;
  gap: .45rem;
  padding: 0 .55rem;
  border-bottom: 1px solid #d8d8d3;
  background: #e9e8e2;
  color: #4b504d;
}

.browser-bar > span {
  display: flex;
  gap: .25rem;
}

.browser-bar > span i {
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: #b8bbb8;
}

.browser-bar > span i:first-child { background: #f07469; }
.browser-bar > span i:nth-child(2) { background: #e4be57; }
.browser-bar > span i:last-child { background: #67bf73; }

.browser-bar > b {
  padding: .38rem .6rem;
  border: 1px solid #d2d3cf;
  border-radius: .45rem;
  background: #f7f7f3;
  font-size: .53rem;
  font-weight: 600;
  text-align: center;
}

.browser-bar > em {
  color: #6b716e;
  font-size: .85rem;
  font-style: normal;
}

.ai-window {
  height: calc(100% - 2rem);
  display: grid;
  place-items: center;
  align-content: center;
  gap: .55rem;
  padding: 1rem 13%;
  background: linear-gradient(150deg, #f6f4ed, #e8ece7);
  color: #202421;
  text-align: center;
}

.ai-mark {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: .65rem;
  background: #111916;
  color: #fff;
  font-size: 1rem;
}

.ai-window > strong {
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: -.04em;
}

.ai-window p {
  color: #5d6661 !important;
  font-size: .62rem !important;
  line-height: 1.45 !important;
}

.ai-prompt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .58rem .62rem;
  border: 1px solid #cfd5d0;
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 .5rem 1.2rem rgba(28, 39, 33, .07);
  color: #858e89;
  font-size: .54rem;
  text-align: left;
}

.ai-prompt b {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #17211c;
  color: #fff;
  font-size: .7rem;
}

.laptop-base {
  position: relative;
  width: 108%;
  height: .62rem;
  margin-left: -4%;
  border-radius: 0 0 1.2rem 1.2rem;
  background: linear-gradient(#82908b, #3a4642);
  box-shadow: 0 .45rem 1rem rgba(0, 0, 0, .28);
}

.laptop-base i {
  position: absolute;
  left: 42%;
  right: 42%;
  top: 0;
  height: .2rem;
  border-radius: 0 0 .35rem .35rem;
  background: #b7c0bc;
}

.real-tv {
  width: 100%;
  padding: 0 2% .5rem;
}

.tv-display {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: .72rem;
  border: .42rem solid #202824;
  border-radius: .65rem;
  background: #080c0a;
  box-shadow: inset 0 0 0 1px #45534e, 0 1.8rem 2.8rem rgba(0, 0, 0, .42);
  overflow: hidden;
}

.tv-feature {
  position: relative;
  min-height: 58%;
  display: grid;
  align-content: end;
  justify-items: start;
  gap: .32rem;
  padding: .8rem;
  border-radius: .55rem;
  background: radial-gradient(circle at 78% 30%, rgba(228, 48, 64, .62), transparent 23%), linear-gradient(115deg, #382126, #101813 72%);
  overflow: hidden;
}

.tv-feature::after {
  content: '';
  position: absolute;
  width: 7rem;
  height: 7rem;
  right: -1.5rem;
  top: -2.5rem;
  border: 1.2rem solid rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.tv-feature > span {
  display: flex;
  align-items: center;
  gap: .3rem;
  color: #ece8e8;
  font-size: .42rem;
  letter-spacing: .08em;
}

.tv-feature > span b {
  color: #e50914;
  font-family: var(--display);
  font-size: 1.15rem;
  line-height: 1;
}

.tv-feature > strong {
  max-width: 10rem;
  color: #fff;
  font-family: var(--display);
  font-size: .9rem;
  letter-spacing: -.04em;
}

.tv-feature > i {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: .55rem;
  font-style: normal;
}

.tv-app-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .42rem;
  margin-top: .52rem;
}

.tv-app-row span {
  display: flex;
  align-items: center;
  gap: .35rem;
  min-width: 0;
  padding: .43rem;
  border-radius: .42rem;
  background: #161d19;
  color: #e9f0ec;
  font-size: .48rem;
  font-weight: 800;
}

.tv-app-row b {
  display: grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  border-radius: .3rem;
  font-size: .53rem;
}

.tv-app-row em {
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
}

.app-yt b {
  background: #f33;
  color: #fff;
}

.app-nf b {
  background: #080808;
  color: #e50914;
  font-family: var(--display);
}

.tv-progress {
  position: absolute;
  left: .72rem;
  right: .72rem;
  bottom: .28rem;
  height: .12rem;
  border-radius: 999px;
  background: #28312d;
}

.tv-progress i {
  display: block;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: #e50914;
}

.tv-stand {
  position: relative;
  width: 42%;
  height: 1.05rem;
  margin: 0 auto;
}

.tv-stand::before {
  content: '';
  position: absolute;
  left: 46%;
  top: 0;
  width: 8%;
  height: .72rem;
  background: #59645f;
}

.tv-stand i {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 0;
  height: .24rem;
  border-radius: 999px;
  background: #59645f;
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .35);
}

.devices-disclaimer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: 1rem 0 0;
  color: #708b7e;
  font-size: .62rem;
  line-height: 1.5;
}

.devices-disclaimer i {
  width: .42rem;
  height: .42rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 .7rem rgba(66, 230, 174, .55);
}

.capability-dark .capability-copy > p {
  color: #366b48;
}

.capability-dark .capability-copy > span {
  color: #365a49;
}

.control-scene {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: .55rem;
  margin-top: 1rem;
  padding: .65rem;
  border-radius: 1rem;
  background: #0b3021;
  color: #e9f6ef;
}

.control-traffic {
  padding: .65rem;
  border-radius: .72rem;
  background: #0e3b2a;
}

.control-traffic > span {
  color: #80af96 !important;
  font-size: .41rem !important;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.control-traffic > strong {
  display: block;
  margin: .22rem 0 0;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: -.07em;
}

.control-traffic > strong small {
  font-family: var(--body);
  font-size: .48rem;
  letter-spacing: 0;
}

.control-traffic > p {
  color: #83a693 !important;
  font-size: .42rem !important;
}

.control-traffic > i {
  display: block;
  height: .28rem;
  margin-top: .55rem;
  border-radius: 999px;
  background: #1e533d;
  overflow: hidden;
}

.control-traffic > i b {
  display: block;
  width: 84%;
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
}

.control-facts {
  display: grid;
  gap: .35rem;
}

.control-facts > span {
  display: grid;
  gap: .05rem;
  padding: .45rem;
  border: 1px solid rgba(208, 255, 228, .09);
  border-radius: .55rem;
}

.control-facts > span:first-child {
  display: flex;
  align-items: center;
  gap: .32rem;
  color: #8ff0c6 !important;
  font-size: .43rem !important;
}

.control-facts > span:first-child i {
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background: var(--mint);
}

.control-facts small {
  color: #82a493;
  font-size: .38rem;
}

.control-facts b {
  font-size: .48rem;
}

.payment-flow {
  display: grid;
  gap: .38rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.payment-flow li {
  display: grid;
  grid-template-columns: 1.5rem 1fr auto;
  align-items: center;
  gap: .48rem;
  padding: .5rem;
  border: 1px solid rgba(193, 255, 222, .09);
  border-radius: .65rem;
  background: rgba(217, 255, 234, .035);
}

.payment-flow li > span {
  display: grid !important;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: .48rem;
  background: rgba(66, 230, 174, .11);
  color: #82ecc0 !important;
  font-size: .48rem !important;
  font-weight: 900;
}

.payment-flow li > div {
  display: grid;
  gap: .03rem;
}

.payment-flow small {
  color: #739386;
  font-size: .37rem;
}

.payment-flow li > div b {
  font-size: .47rem;
}

.payment-flow li > strong {
  font-family: var(--display);
  font-size: .62rem;
}

.payment-flow li > em {
  color: #80eabd;
  font-size: .4rem;
}

.payment-flow li > i {
  display: grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(66, 230, 174, .12);
  color: var(--mint);
  font-size: .55rem;
  font-style: normal;
}

.payment-flow li.is-current {
  border-color: rgba(66, 230, 174, .38);
  background: rgba(66, 230, 174, .08);
}

.benefit-scene {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .48rem;
}

.benefit-scene article {
  display: grid;
  align-content: start;
  gap: .24rem;
  min-width: 0;
  padding: .68rem;
  border: 1px solid rgba(193, 255, 222, .1);
  border-radius: .72rem;
  background: rgba(217, 255, 234, .035);
}

.benefit-scene-icon {
  display: grid !important;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .35rem;
  border-radius: .48rem;
  background: rgba(66, 230, 174, .11);
  color: var(--mint) !important;
  font-size: .6rem !important;
  font-weight: 900;
}

.benefit-scene small {
  color: #729184;
  font-size: .37rem;
}

.benefit-scene b {
  font-size: .46rem;
  line-height: 1.25;
}

.benefit-scene em {
  margin-top: .2rem;
  color: #88ebc2;
  font-size: .36rem;
  line-height: 1.35;
}

.platforms {
  grid-template-columns: .72fr 1.35fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
}

.map-copy-facts {
  display: flex;
  gap: 1.5rem;
  margin: 1.7rem 0 .3rem;
}

.map-copy-facts span {
  display: grid;
  gap: .12rem;
  color: #779286;
  font-size: .52rem;
}

.map-copy-facts b {
  color: #dcebe4;
  font-family: var(--display);
  font-size: .74rem;
}

.platform-map.server-map {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 42rem;
  border-color: rgba(157, 255, 204, .19);
  background: radial-gradient(circle at 55% 35%, rgba(64, 215, 157, .14), transparent 33%), #081711;
}

.server-map .map-grid {
  opacity: .5;
}

.map-toolbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(193, 255, 221, .09);
}

.map-toolbar > span {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: #9bb8aa;
  font-size: .54rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.map-toolbar > span i {
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 .7rem rgba(66, 230, 174, .75);
}

.map-toolbar > strong {
  color: #d7e8df;
  font-size: .55rem;
}

.world-map-canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1000 / 520;
  align-self: center;
}

.platform-map .world-map-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: rgba(104, 163, 136, .13);
  stroke: rgba(142, 215, 181, .3);
  stroke-width: 1.1;
  stroke-dasharray: none;
  animation: none;
}

.world-land path {
  vector-effect: non-scaling-stroke;
}

.platform-map .world-routes {
  fill: none;
  stroke: rgba(93, 241, 179, .24);
  stroke-width: 1.15;
  stroke-dasharray: 5 7;
  animation: path-dash 22s linear infinite;
}

.server-points {
  position: absolute;
  inset: 0;
}

.server-point {
  position: absolute;
  z-index: 2;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.server-point > i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: .46rem;
  height: .46rem;
  border: 1px solid #bcffe0;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 .28rem rgba(66, 230, 174, .12), 0 0 1.1rem rgba(66, 230, 174, .5);
  transform: translate(-50%, -50%);
  transition: transform .2s, box-shadow .2s;
}

.server-point > span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + .15rem);
  z-index: 3;
  padding: .4rem .5rem;
  border: 1px solid rgba(172, 255, 211, .2);
  border-radius: .45rem;
  background: #0b251a;
  color: #dff3e8;
  font-size: .43rem;
  font-weight: 900;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, .3rem);
  transition: opacity .2s, transform .2s;
}

.server-point:hover > span,
.server-point:focus-visible > span,
.server-point.is-active > span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.server-point:hover > i,
.server-point.is-active > i {
  transform: translate(-50%, -50%) scale(1.45);
  box-shadow: 0 0 0 .4rem rgba(66, 230, 174, .14), 0 0 1.3rem rgba(66, 230, 174, .65);
}

.point-se { left: 53.8%; top: 20%; }
.point-fi { left: 57%; top: 18%; }
.point-pl { left: 55.7%; top: 30%; }
.point-ch { left: 52.2%; top: 35%; }
.point-md { left: 59%; top: 34%; }
.point-ca { left: 20.8%; top: 27%; }
.point-us { left: 23%; top: 40%; }
.point-sg { left: 79.1%; top: 57%; }
.point-in { left: 71.8%; top: 46%; }
.point-fr { left: 49.5%; top: 33%; }
.point-de { left: 52.8%; top: 29%; }
.point-nl { left: 50.4%; top: 27%; }
.point-ru { left: 60.4%; top: 26%; }

.map-location-list {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .32rem;
  padding: 0 1rem 1rem;
}

.map-location-list button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .3rem;
  min-width: 0;
  min-height: 2rem;
  padding: .38rem .42rem;
  border: 1px solid rgba(190, 255, 220, .08);
  border-radius: .48rem;
  background: rgba(210, 255, 230, .035);
  color: #839f92;
  font-family: var(--body);
  font-size: .39rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}

.map-location-list button span {
  font-size: .58rem;
}

.map-location-list button:hover,
.map-location-list button.is-active {
  border-color: rgba(66, 230, 174, .38);
  background: rgba(66, 230, 174, .08);
  color: #b8f5d5;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, .9fr) minmax(22rem, .78fr);
    gap: 2rem;
  }

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

  .capability-large {
    grid-row: auto;
    min-height: 0;
  }

  .capability-dark,
  .capability-tall {
    grid-column: auto;
    min-height: 20.6rem;
  }

  .capability-wide {
    grid-column: 1 / -1;
  }

  .map-location-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 5.5rem;
  }

  .hero-stage {
    order: initial;
    min-height: auto;
    margin-top: 2rem;
  }

  .cabinet-device.cabinet-demo {
    width: min(22rem, 100%);
  }

  .demo-hint {
    top: 1rem;
    right: calc(50% - 11.5rem);
  }

  .devices-scene {
    grid-template-columns: .8fr 1.2fr;
  }

  .use-tv {
    grid-column: 1 / -1;
  }

  .real-tv {
    width: min(36rem, 100%);
  }

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

  .platform-map.server-map {
    min-height: 40rem;
  }

  .platform-copy {
    max-width: 41rem;
  }
}

@media (max-width: 700px) {
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card,
  .capability-large,
  .capability-dark,
  .capability-tall,
  .capability-wide {
    grid-column: auto;
    min-height: 0;
  }

  .capability-large {
    grid-template-columns: 1fr;
  }

  .devices-scene {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .use-tv {
    grid-column: auto;
  }

  .device-usecase + .device-usecase {
    padding-top: 3.5rem;
    border-top: 1px solid rgba(179, 255, 215, .12);
    border-left: 0;
  }

  .capability-wide {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .benefit-scene {
    grid-template-columns: repeat(3, minmax(10.5rem, 1fr));
    overflow-x: auto;
    padding-bottom: .35rem;
    scroll-snap-type: x proximity;
  }

  .benefit-scene article {
    scroll-snap-align: start;
  }
}

@media (max-width: 620px) {
  .hero {
    gap: 0;
    padding: 4.4rem 0 5.5rem;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-stage {
    margin-top: 3.2rem;
  }

  .demo-hint {
    position: relative;
    top: auto;
    right: auto;
    justify-self: center;
    margin-bottom: .75rem;
  }

  .demo-hint-desktop {
    display: none;
  }

  .demo-hint-mobile {
    display: inline;
  }

  .cabinet-device.cabinet-demo {
    width: calc(100% - .75rem);
    max-width: 22rem;
    padding: 1.62rem .55rem .58rem;
    border-radius: 2.75rem;
    transform: none;
  }

  .demo-phone-screen,
  .demo-panel {
    min-height: 34rem;
  }

  .demo-tabs button {
    min-height: 3.45rem;
  }

  .demo-tabs button b {
    font-size: .39rem;
  }

  .orbit-one {
    width: 24rem;
    height: 24rem;
  }

  .orbit-two {
    width: 17rem;
    height: 17rem;
  }

  .capability-grid {
    margin-top: 3rem;
  }

  .capability-card {
    padding: 1.25rem;
    border-radius: 1.15rem;
  }

  .capability-card .capability-copy > h3 {
    max-width: 18ch;
  }

  .capability-card .capability-copy > span {
    font-size: .72rem;
  }

  .devices-scene {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 3.5rem;
    margin-top: 1.5rem;
  }

  .device-usecase {
    min-height: 31rem;
    padding: 1.1rem;
  }

  .device-usecase + .device-usecase {
    padding-top: 3.5rem;
  }

  .real-phone-frame {
    width: min(13.5rem, 82%);
  }

  .use-laptop,
  .use-tv {
    min-height: 25rem;
  }

  .real-laptop,
  .real-tv {
    width: 100%;
  }

  .usecase-heading > strong {
    font-size: 1.45rem;
  }

  .control-scene,
  .payment-flow {
    margin-top: 1.35rem;
  }

  .benefit-scene {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .map-copy-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .7rem;
  }

  .platform-map.server-map {
    min-height: 0;
    border-radius: 1.1rem;
  }

  .map-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding: .85rem;
  }

  .map-toolbar > strong {
    font-size: .5rem;
  }

  .world-map-canvas {
    aspect-ratio: 1.62;
  }

  .server-point {
    width: 1rem;
    height: 1rem;
    pointer-events: none;
  }

  .server-point > i {
    width: .3rem;
    height: .3rem;
    box-shadow: 0 0 0 .18rem rgba(66, 230, 174, .11);
  }

  .server-point > span {
    display: none;
  }

  .server-point.is-active > i {
    transform: translate(-50%, -50%) scale(1.65);
    box-shadow: 0 0 0 .32rem rgba(66, 230, 174, .15), 0 0 1rem rgba(66, 230, 174, .7);
  }

  .map-location-list {
    grid-template-columns: 1fr 1fr;
    gap: .38rem;
    padding: .2rem .75rem .75rem;
  }

  .map-location-list button {
    min-height: 2.75rem;
    padding: .5rem .55rem;
    font-size: .47rem;
  }

  .map-location-list button span {
    font-size: .72rem;
  }
}

@media (max-width: 360px) {
  .demo-panel {
    padding: .62rem;
  }

  .demo-balance-card > strong {
    font-size: 2rem;
  }

  .demo-list-card b {
    font-size: .48rem;
  }

  .demo-tabs button b {
    font-size: .35rem;
  }

  .devices-scene {
    grid-template-columns: 1fr;
    gap: 3rem;
    min-height: 0;
  }

  .device-usecase {
    min-height: 29rem;
    padding: .9rem;
  }

  .device-usecase + .device-usecase {
    padding-top: 3rem;
  }

  .use-laptop,
  .use-tv {
    min-height: 22rem;
  }

  .tv-app-row span {
    font-size: .43rem;
  }

  .tv-app-row b {
    width: .9rem;
    height: .9rem;
  }

  .control-scene {
    grid-template-columns: 1fr;
  }

  .map-location-list button {
    font-size: .43rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-map .world-routes {
    animation: none;
  }
}

/* Landing page clarity pass: tighter hierarchy, denser value blocks. */
.main-nav > a.is-current {
  color: var(--mint-2);
}

.main-nav > a.is-current:not(.button)::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: .2rem;
  background: var(--mint);
  transform: scaleX(.45);
}

.hero h1 {
  max-width: 10.2ch;
  font-size: clamp(3.6rem, 6.2vw, 6.35rem);
}

.hero-lead,
.chapter-heading h2,
.story-intro h2,
.platform-copy h2,
.security-copy h2,
.final-cta h2 {
  text-wrap: pretty;
}

.mobile-swipe-hint {
  display: none;
}

.chapter {
  padding-top: clamp(7rem, 10vw, 9.5rem);
  padding-bottom: clamp(7rem, 10vw, 9.5rem);
}

.capability-grid {
  margin-top: 3.5rem;
}

.capability-wide {
  min-height: 17.5rem;
  align-items: center;
}

.benefit-scene article {
  min-height: 8.4rem;
  padding: 1rem;
}

.benefit-scene small {
  font-size: .5rem;
}

.benefit-scene b {
  font-size: .68rem;
}

.benefit-scene em {
  margin-top: auto;
  padding-top: .65rem;
  font-size: .5rem;
}

.connection-story {
  padding-top: clamp(6rem, 9vw, 8.5rem);
  padding-bottom: clamp(6rem, 9vw, 8.5rem);
}

.story-step {
  min-height: 10.5rem;
}

.story-step > i {
  width: max-content;
  padding: .34rem .48rem;
  border: 1px solid rgba(66, 230, 174, .2);
  border-radius: .45rem;
  background: rgba(66, 230, 174, .06);
  font-family: var(--body);
  font-size: .5rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.platforms {
  padding-top: clamp(7rem, 10vw, 10rem);
  padding-bottom: clamp(7rem, 10vw, 10rem);
}

.map-copy-facts {
  flex-wrap: wrap;
  gap: .75rem;
}

.map-copy-facts span {
  min-width: 8rem;
  padding: .8rem;
  border-top: 1px solid rgba(193, 255, 222, .14);
}

.price-daily {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  margin: -1rem .35rem 1.2rem;
}

.price-daily span {
  color: var(--mint-2);
  font-size: .74rem;
  font-weight: 900;
}

.price-daily small {
  color: #7e9e8e;
  font-size: .54rem;
}

.security {
  padding-top: clamp(7rem, 10vw, 10rem);
  padding-bottom: clamp(7rem, 10vw, 10rem);
}

.security-copy h2 {
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
}

.security-symbol {
  align-content: center;
  gap: 2rem;
  border-radius: 2rem;
}

.privacy-points {
  width: min(100%, 24rem);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.privacy-points li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .72rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .62rem;
}

.privacy-points b {
  color: var(--ink);
}

.privacy-points span {
  color: var(--muted);
  text-align: right;
}

.faq a {
  color: var(--mint-2);
  text-underline-offset: .2rem;
}

.final-cta {
  padding-top: clamp(6rem, 8vw, 8rem);
  padding-bottom: clamp(6rem, 8vw, 8rem);
}

.final-cta h2 {
  max-width: 15ch;
  font-size: clamp(3rem, 5.2vw, 5.25rem);
}

@media (max-width: 700px) {
  .benefit-scene article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    max-width: 10.5ch;
    font-size: clamp(3.15rem, 14vw, 4.35rem);
  }

  .chapter,
  .platforms,
  .security {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .capability-large {
    overflow: hidden;
  }

  .mobile-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.4rem 0 .7rem;
    padding-top: .8rem;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .62rem;
    font-weight: 800;
  }

  .mobile-swipe-hint span {
    color: var(--mint);
    font-size: 1rem;
  }

  .devices-scene {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(17.25rem, 88%);
    gap: 1rem;
    max-width: 100%;
    margin-top: 0;
    padding: .15rem 0 .75rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(66, 230, 174, .28) transparent;
  }

  .device-usecase {
    scroll-snap-align: start;
  }

  .device-usecase + .device-usecase {
    padding-top: 1.1rem;
    border-top: 0;
  }

  .story-step {
    grid-template-columns: 1.5rem 1fr;
    min-height: 0;
    padding-block: 1.35rem;
  }

  .story-step > i {
    grid-column: 2;
  }

  .map-copy-facts span {
    min-width: 0;
  }

  .security-symbol {
    min-height: 0;
    padding: 2rem 1rem;
  }

  .privacy-points {
    width: 100%;
  }

  .final-cta {
    padding-block: 5.5rem;
  }

  .final-cta h2 {
    max-width: 11ch;
    font-size: clamp(2.9rem, 13vw, 4rem);
  }
}

/* Detailed interactive landing demo. */
.cabinet-demo {
  --demo-panel-bg: #0d271d;
  --demo-surface: rgba(211, 255, 230, .04);
  --demo-line: rgba(194, 255, 222, .1);
  --demo-text: #edf8f2;
  --demo-muted: #789588;
  --demo-accent: var(--mint);
}

.demo-phone-screen {
  height: 34.5rem;
  min-height: 34.5rem;
  overflow: hidden;
}

.demo-panel {
  height: 34.5rem;
  min-height: 34.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  background: var(--demo-panel-bg);
  color: var(--demo-text);
}

.demo-panel::-webkit-scrollbar {
  display: none;
}

.demo-panel > [data-demo-view] {
  display: grid;
  align-content: start;
  gap: .58rem;
  min-height: 100%;
}

.demo-panel > [data-demo-view][hidden] {
  display: none;
}

.demo-screen-title-back {
  display: grid;
  grid-template-columns: 1.55rem 1fr auto;
  gap: .42rem;
}

.demo-screen-title-back > button {
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  padding: 0;
  border: 1px solid var(--demo-line);
  border-radius: .48rem;
  background: var(--demo-surface);
  color: var(--demo-text);
  font-size: 1rem;
  line-height: 1;
}

.demo-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .42rem;
}

.demo-quick-actions button {
  display: grid;
  justify-items: start;
  gap: .12rem;
  min-width: 0;
  padding: .58rem;
  border: 1px solid var(--demo-line);
  border-radius: .72rem;
  background: var(--demo-surface);
  color: var(--demo-text);
  text-align: left;
}

.demo-quick-actions button b {
  display: grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: .24rem;
  border-radius: .45rem;
  background: rgba(66, 230, 174, .12);
  color: var(--demo-accent);
  font-size: .44rem;
  letter-spacing: .04em;
}

.demo-quick-actions button span {
  overflow: hidden;
  max-width: 100%;
  font-size: .47rem;
  font-weight: 800;
  text-overflow: ellipsis;
}

.demo-quick-actions button small {
  color: var(--demo-muted);
  font-size: .38rem;
}

.demo-list-card > button {
  display: grid;
  grid-template-columns: 1.25rem 1fr auto;
  align-items: center;
  gap: .42rem;
  width: 100%;
  padding: .42rem 0;
  border: 0;
  border-top: 1px solid rgba(205, 255, 228, .07);
  background: transparent;
  color: var(--demo-text);
  text-align: left;
}

.demo-list-card > button:first-of-type {
  border-top: 0;
}

.demo-list-card > button b {
  font-size: .51rem;
}

.demo-list-card > button small {
  color: var(--demo-muted);
  font-size: .4rem;
  text-align: right;
}

.demo-history-list,
.demo-info-stack {
  display: grid;
  gap: .42rem;
}

.demo-history-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .12rem .6rem;
  padding: .7rem;
  border: 1px solid var(--demo-line);
  border-radius: .72rem;
  background: var(--demo-surface);
}

.demo-history-list article > span,
.demo-history-list article > small {
  color: var(--demo-muted);
  font-size: .4rem;
}

.demo-history-list article > span {
  grid-column: 1 / -1;
}

.demo-history-list article > b,
.demo-history-list article > strong {
  font-size: .5rem;
}

.demo-history-list article > strong {
  color: #f2b7b7;
}

.demo-history-list article > strong.is-positive {
  color: #91efc6;
}

.demo-inline-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  width: 100%;
  min-height: 2.25rem;
  margin-top: auto;
  padding: .55rem .68rem;
  border: 1px solid rgba(66, 230, 174, .25);
  border-radius: .65rem;
  background: rgba(66, 230, 174, .07);
  color: #94f0c8;
  font-size: .47rem;
  font-weight: 900;
  text-decoration: none;
}

button.demo-inline-link {
  font-family: var(--body);
}

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

.demo-plan-options button {
  padding: .58rem .45rem;
}

.demo-provider-list {
  display: grid;
  gap: .46rem;
}

.demo-provider-list > button,
.demo-provider-list details button {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  align-items: center;
  gap: .55rem;
  width: 100%;
  padding: .68rem;
  border: 1px solid var(--demo-line);
  border-radius: .76rem;
  background: var(--demo-surface);
  color: var(--demo-text);
  text-align: left;
}

.demo-provider-list button.is-selected {
  border-color: rgba(66, 230, 174, .65);
  background: rgba(66, 230, 174, .09);
}

.demo-provider-logo {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: .6rem;
  background: var(--mint);
  color: #062117;
  font-family: var(--display);
  font-size: .58rem;
  font-weight: 900;
}

.demo-provider-logo.is-reserve {
  background: #7f3ff0;
  color: #fff;
}

.demo-provider-list button > span:nth-child(2) {
  display: grid;
  gap: .08rem;
}

.demo-provider-list button b {
  font-size: .52rem;
}

.demo-provider-list button small,
.demo-provider-list button i,
.demo-provider-list details summary {
  color: var(--demo-muted);
  font-size: .42rem;
}

.demo-provider-list button i {
  color: #8ef0c5;
  font-style: normal;
}

.demo-provider-list details {
  padding: .55rem;
  border: 1px dashed var(--demo-line);
  border-radius: .76rem;
}

.demo-provider-list details summary {
  padding: .18rem;
  cursor: pointer;
}

.demo-provider-list details[open] summary {
  margin-bottom: .45rem;
}

.demo-honest-note {
  display: flex;
  align-items: flex-start;
  gap: .4rem;
  margin: 0;
  color: var(--demo-muted);
  font-size: .43rem;
  line-height: 1.5;
}

.demo-honest-note > i {
  width: .35rem;
  height: .35rem;
  margin-top: .12rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--demo-accent);
}

.demo-primary-link {
  margin-top: auto;
  text-decoration: none;
}

.demo-key-card a {
  padding: .38rem .46rem;
  border: 1px solid rgba(66, 230, 174, .28);
  border-radius: .45rem;
  background: rgba(66, 230, 174, .08);
  color: #91f2c7;
  font-size: .42rem;
  font-weight: 900;
  text-decoration: none;
}

.demo-key-card code {
  font-family: var(--body);
  font-size: .46rem;
  letter-spacing: 0;
}

.demo-route-list {
  display: grid;
  gap: .42rem;
}

.demo-route-list button,
.demo-settings-list button {
  display: grid;
  grid-template-columns: 1.6rem 1fr auto auto;
  align-items: center;
  gap: .48rem;
  width: 100%;
  padding: .64rem;
  border: 1px solid var(--demo-line);
  border-radius: .72rem;
  background: var(--demo-surface);
  color: var(--demo-text);
  text-align: left;
}

.demo-route-list button > span,
.demo-settings-list button > span {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: .48rem;
  background: rgba(66, 230, 174, .1);
  color: var(--demo-accent);
  font-size: .42rem;
  font-weight: 900;
}

.demo-route-list button b,
.demo-settings-list button b {
  font-size: .5rem;
}

.demo-route-list button small,
.demo-settings-list button small {
  color: var(--demo-muted);
  font-size: .4rem;
}

.demo-route-list button > i {
  color: #8feec5;
  font-size: .75rem;
  font-style: normal;
}

.demo-traffic-detail,
.demo-device-detail,
.demo-referral-preview,
.demo-giveaway-card,
.demo-promo-form {
  display: grid;
  gap: .5rem;
  padding: .8rem;
  border: 1px solid var(--demo-line);
  border-radius: .82rem;
  background: var(--demo-surface);
}

.demo-traffic-detail > span,
.demo-device-detail > span,
.demo-referral-preview > span,
.demo-giveaway-card > span,
.demo-promo-form label {
  color: var(--demo-muted);
  font-size: .43rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.demo-traffic-detail > strong {
  font-family: var(--display);
  font-size: 1.55rem;
}

.demo-traffic-detail > strong small {
  color: var(--demo-muted);
  font-family: var(--body);
  font-size: .45rem;
}

.demo-traffic-detail > small,
.demo-device-detail > small,
.demo-referral-preview > small,
.demo-giveaway-card > small {
  color: var(--demo-muted);
  font-size: .43rem;
  line-height: 1.5;
}

.demo-traffic-bars {
  display: flex;
  align-items: end;
  gap: .3rem;
  height: 8rem;
  padding: .5rem 0;
  border-bottom: 1px solid var(--demo-line);
}

.demo-traffic-bars i {
  width: 100%;
  height: calc(var(--bar) * 100%);
  border-radius: .25rem .25rem .08rem .08rem;
  background: linear-gradient(var(--demo-accent), rgba(66, 230, 174, .18));
}

.demo-traffic-bars i:nth-child(1) { --bar: .34; }
.demo-traffic-bars i:nth-child(2) { --bar: .6; }
.demo-traffic-bars i:nth-child(3) { --bar: .48; }
.demo-traffic-bars i:nth-child(4) { --bar: .8; }
.demo-traffic-bars i:nth-child(5) { --bar: .55; }
.demo-traffic-bars i:nth-child(6) { --bar: .92; }
.demo-traffic-bars i:nth-child(7) { --bar: .7; }

.demo-devices-list > button {
  display: grid;
  grid-template-columns: 1.5rem 1fr auto .35rem;
  align-items: center;
  gap: .42rem;
  width: 100%;
  padding: .54rem 0;
  border: 0;
  border-top: 1px solid rgba(194, 255, 222, .07);
  background: transparent;
  color: var(--demo-text);
  text-align: left;
}

.demo-devices-list > button:first-child {
  border-top: 0;
}

.demo-devices-list > button.is-selected {
  color: #a1f4d0;
}

.demo-devices-list > button b {
  font-size: .5rem;
}

.demo-devices-list > button small {
  color: var(--demo-muted);
  font-size: .4rem;
}

.demo-device-detail > b {
  font-size: .54rem;
}

.demo-location-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
}

.demo-location-cloud span {
  padding: .42rem .48rem;
  border: 1px solid var(--demo-line);
  border-radius: .48rem;
  background: var(--demo-surface);
  color: #a9c8b9;
  font-size: .42rem;
  font-weight: 800;
}

.demo-referral-preview > strong,
.demo-giveaway-card > strong {
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.1;
}

.demo-referral-preview > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .35rem;
}

.demo-referral-preview > div b {
  padding: .55rem;
  border-radius: .55rem;
  background: rgba(66, 230, 174, .09);
  color: #9cf1ca;
  font-size: .52rem;
  text-align: center;
}

.demo-promo-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .38rem;
}

.demo-promo-form input {
  min-width: 0;
  height: 2.25rem;
  padding: 0 .6rem;
  border: 1px solid var(--demo-line);
  border-radius: .6rem;
  outline: 0;
  background: #071911;
  color: var(--demo-text);
  font-family: var(--body);
  font-size: .48rem;
}

.demo-promo-form input:focus {
  border-color: rgba(66, 230, 174, .65);
}

.demo-promo-form button {
  padding: 0 .65rem;
  border: 0;
  border-radius: .6rem;
  background: var(--demo-accent);
  color: #062117;
  font-size: .45rem;
  font-weight: 900;
}

.demo-promo-form p {
  margin: 0;
  color: var(--demo-muted);
  font-size: .42rem;
  line-height: 1.5;
}

.demo-promo-form p.is-valid {
  color: #8cecc1;
}

.demo-promo-form p.is-error {
  color: #f1aaa7;
}

.demo-giveaway-card > div {
  display: grid;
  grid-template-columns: 1.3rem 1fr;
  align-items: center;
  gap: .45rem;
  padding-top: .45rem;
  border-top: 1px solid var(--demo-line);
}

.demo-giveaway-card > div span {
  color: var(--demo-accent);
  font-size: .43rem;
  font-weight: 900;
}

.demo-giveaway-card > div b {
  font-size: .47rem;
}

.demo-info-stack > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .68rem;
  border: 1px solid var(--demo-line);
  border-radius: .68rem;
  background: var(--demo-surface);
}

.demo-info-stack small {
  color: var(--demo-muted);
  font-size: .42rem;
}

.demo-info-stack b {
  font-size: .47rem;
}

.demo-toggle-list {
  display: grid;
  gap: .46rem;
}

.demo-toggle-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: .72rem;
  border: 1px solid var(--demo-line);
  border-radius: .72rem;
  background: var(--demo-surface);
  color: var(--demo-text);
  text-align: left;
}

.demo-toggle-list button > span {
  display: grid;
  gap: .08rem;
}

.demo-toggle-list button b {
  font-size: .5rem;
}

.demo-toggle-list button small {
  color: var(--demo-muted);
  font-size: .4rem;
}

.demo-toggle-list button > i {
  position: relative;
  width: 2rem;
  height: 1.1rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #29483b;
}

.demo-toggle-list button > i::after {
  content: '';
  position: absolute;
  top: .16rem;
  left: .16rem;
  width: .78rem;
  height: .78rem;
  border-radius: 50%;
  background: #afc4ba;
  transition: transform .2s, background .2s;
}

.demo-toggle-list button[aria-pressed='true'] > i {
  background: rgba(66, 230, 174, .35);
}

.demo-toggle-list button[aria-pressed='true'] > i::after {
  background: var(--demo-accent);
  transform: translateX(.9rem);
}

.demo-theme-picker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .48rem;
}

.demo-theme-picker button {
  display: grid;
  grid-template-columns: 1.45rem 1fr;
  align-items: center;
  gap: .5rem;
  padding: .6rem;
  border: 1px solid var(--demo-line);
  border-radius: .68rem;
  background: var(--demo-surface);
  color: var(--demo-text);
  text-align: left;
}

.demo-theme-picker button.is-selected {
  border-color: rgba(66, 230, 174, .65);
}

.demo-theme-picker button i {
  width: 1.45rem;
  height: 1.45rem;
  border: .14rem solid #345e4b;
  border-radius: 50%;
  background: #0d271d;
}

.demo-theme-picker button:nth-child(2) i { background: #080b0a; border-color: #4d5551; }
.demo-theme-picker button:nth-child(3) i { background: #f0f3ee; border-color: #cbd2cc; }
.demo-theme-picker button:nth-child(4) i { background: #422237; border-color: #c2699a; }

.demo-theme-picker button span {
  font-size: .46rem;
  font-weight: 800;
}

.demo-live-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cabinet-demo[data-demo-theme='black'] {
  --demo-panel-bg: #090d0b;
  --demo-surface: rgba(255, 255, 255, .035);
  --demo-line: rgba(255, 255, 255, .1);
  --demo-muted: #85918b;
  --demo-accent: #d8e7df;
}

.cabinet-demo[data-demo-theme='pink'] {
  --demo-panel-bg: #2a1522;
  --demo-surface: rgba(255, 197, 229, .055);
  --demo-line: rgba(255, 186, 224, .15);
  --demo-muted: #c497af;
  --demo-accent: #f28fc5;
}

.cabinet-demo[data-demo-theme='pink'] .demo-phone-screen,
.cabinet-demo[data-demo-theme='pink'] .demo-panel {
  background: #2a1522;
}

.cabinet-demo[data-demo-theme='white'] {
  --demo-panel-bg: #eef3ef;
  --demo-surface: rgba(15, 42, 28, .045);
  --demo-line: rgba(15, 42, 28, .13);
  --demo-text: #14231b;
  --demo-muted: #5e7568;
  --demo-accent: #149263;
}

.cabinet-demo[data-demo-theme='white'] .demo-panel,
.cabinet-demo[data-demo-theme='white'] .demo-phone-screen {
  background: #eef3ef;
  color: #14231b;
}

.cabinet-demo[data-demo-theme='white'] .demo-screen-title > span,
.cabinet-demo[data-demo-theme='white'] .demo-balance-card > strong,
.cabinet-demo[data-demo-theme='white'] .demo-stat-row strong,
.cabinet-demo[data-demo-theme='white'] .demo-list-card b,
.cabinet-demo[data-demo-theme='white'] .demo-route-list button,
.cabinet-demo[data-demo-theme='white'] .demo-settings-list button,
.cabinet-demo[data-demo-theme='white'] .demo-toggle-list button,
.cabinet-demo[data-demo-theme='white'] .demo-theme-picker button,
.cabinet-demo[data-demo-theme='white'] .demo-provider-list button,
.cabinet-demo[data-demo-theme='white'] .demo-devices-list > button {
  color: #14231b;
}

.cabinet-demo[data-demo-theme='white'] .demo-balance-card,
.cabinet-demo[data-demo-theme='white'] .demo-vpn-card,
.cabinet-demo[data-demo-theme='white'] .demo-benefit-hero {
  background: linear-gradient(145deg, #d8e9df, #e7f0ea);
}

.cabinet-demo[data-demo-theme='white'] .demo-promo-form input {
  background: #fff;
  color: #14231b;
}

.service-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-top: .45rem;
}

.service-switcher button {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  min-height: 1.75rem;
  padding: .34rem .46rem;
  border: 1px solid rgba(185, 255, 218, .11);
  border-radius: .45rem;
  background: rgba(211, 255, 230, .035);
  color: #789487;
  font-family: var(--body);
  font-size: .43rem;
  font-weight: 800;
  cursor: pointer;
}

.service-switcher button img {
  width: .72rem;
  height: .72rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.service-switcher button:hover,
.service-switcher button.is-active {
  border-color: color-mix(in srgb, var(--service-accent, var(--mint)) 65%, transparent);
  background: color-mix(in srgb, var(--service-accent, var(--mint)) 12%, transparent);
  color: #eaf5ef;
}

.service-availability {
  display: flex;
  align-items: flex-start;
  gap: .35rem;
  margin-top: .38rem;
  color: #789487 !important;
  font-size: .4rem !important;
  line-height: 1.35 !important;
}

.service-availability > i {
  width: .34rem;
  height: .34rem;
  margin-top: .08rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--service-accent);
  box-shadow: 0 0 .55rem color-mix(in srgb, var(--service-accent) 55%, transparent);
}

.device-usecase {
  --service-accent: var(--mint);
}

.device-usecase[data-active-service='telegram'] { --service-accent: #2aabee; }
.device-usecase[data-active-service='instagram'] { --service-accent: #ef4d81; }
.device-usecase[data-active-service='chatgpt'] { --service-accent: #55bca8; }
.device-usecase[data-active-service='tiktok'] { --service-accent: #ee2c55; }
.device-usecase[data-active-service='claude'] { --service-accent: #d97757; }
.device-usecase[data-active-service='youtube'] { --service-accent: #ff3b30; }
.device-usecase[data-active-service='github'] { --service-accent: #d5dbe1; }
.device-usecase[data-active-service='netflix'] { --service-accent: #e50914; }
.device-usecase[data-active-service='prime'] { --service-accent: #24a5df; }
.device-usecase[data-active-service='spotify'] { --service-accent: #1ed760; }

[data-device-stage] {
  transition: opacity .16s ease, transform .16s ease;
}

[data-device-stage].is-changing {
  opacity: .25;
  transform: translateY(.35rem);
}

.phone-service-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  height: calc(100% - 2.55rem);
  overflow: hidden;
}

.phone-service-shell > header {
  display: grid;
  grid-template-columns: 1.8rem 1fr auto;
  align-items: center;
  gap: .45rem;
  padding: .45rem 0 .6rem;
  border-bottom: 1px solid rgba(210, 255, 230, .08);
}

.service-badge {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: .58rem;
  background: var(--service-accent);
  color: #fff;
  font-family: var(--display);
  font-size: .56rem;
  font-weight: 900;
}

.service-badge img {
  width: 1.08rem;
  height: 1.08rem;
  object-fit: contain;
}

.phone-service-shell > header > span:nth-child(2) {
  display: grid;
  gap: .04rem;
}

.phone-service-shell > header b {
  color: #e8f1ec;
  font-size: .54rem;
}

.phone-service-shell > header small {
  color: #789588;
  font-size: .34rem;
  line-height: 1.25;
}

.phone-service-shell > header > i {
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: var(--service-accent);
  box-shadow: 0 0 .7rem color-mix(in srgb, var(--service-accent) 65%, transparent);
}

.phone-service-body {
  min-height: 0;
  padding: .58rem 0 2.9rem;
  overflow: hidden;
}

.phone-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #dbe9e2;
  font-size: .56rem;
}

.phone-chat-head b {
  color: #7bd8b2;
  font-size: .38rem;
}

.phone-chat-list {
  display: grid;
  gap: .22rem;
  margin-top: .55rem;
}

.phone-chat-list > span {
  display: grid;
  grid-template-columns: 1.7rem 1fr auto;
  align-items: center;
  gap: .42rem;
  padding: .4rem .2rem;
  border-bottom: 1px solid rgba(210, 255, 230, .07);
}

.phone-chat-list > span > i {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--service-accent) 45%, #123127);
  color: #fff;
  font-size: .42rem;
  font-style: normal;
  font-weight: 900;
}

.phone-chat-list > span > b {
  display: grid;
  gap: .08rem;
  color: #deebe4;
  font-size: .46rem;
}

.phone-chat-list small,
.phone-chat-list em {
  color: #769085;
  font-size: .34rem;
  font-style: normal;
  font-weight: 500;
}

.phone-story-row {
  display: flex;
  gap: .4rem;
  padding: .15rem 0 .6rem;
  border-bottom: 1px solid rgba(210, 255, 230, .07);
}

.phone-story-row i {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border: .12rem solid #ef4d81;
  border-radius: 50%;
  background: #182b24;
  color: #e7f0eb;
  font-size: .37rem;
  font-style: normal;
  font-weight: 900;
}

.phone-social-card {
  margin-top: .52rem;
}

.phone-social-card > header {
  display: flex;
  justify-content: space-between;
  color: #e6eee9;
  font-size: .44rem;
}

.phone-photo-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 1fr 1fr;
  gap: .2rem;
  height: 7.2rem;
  margin-top: .42rem;
}

.phone-photo-grid i {
  border-radius: .35rem;
  background: linear-gradient(135deg, #d97485, #4b456b 55%, #193d31);
}

.phone-photo-grid i:first-child {
  grid-row: 1 / -1;
  background: linear-gradient(145deg, #e6ae68, #296b73 58%, #142d28);
}

.phone-photo-grid i:last-child {
  background: linear-gradient(145deg, #719d89, #2c3d46);
}

.phone-social-card p {
  margin: .45rem 0 0;
  color: #a7bbb1;
  font-size: .38rem;
  line-height: 1.45;
}

.phone-ai-chat {
  display: grid;
  gap: .5rem;
}

.phone-ai-chat > span,
.phone-ai-chat > p {
  padding: .55rem;
  border-radius: .65rem;
  font-size: .42rem;
  line-height: 1.55;
}

.phone-ai-chat > span {
  margin-left: 1rem;
  background: rgba(255, 255, 255, .08);
  color: #d9e6df;
}

.phone-ai-chat > p {
  margin: 0 1rem 0 0;
  background: rgba(66, 230, 174, .08);
  color: #a9bdb3;
}

.phone-ai-chat > p b {
  display: block;
  margin-bottom: .2rem;
  color: #78d8b2;
}

.phone-ai-chat > div {
  display: flex;
  justify-content: space-between;
  margin-top: 2.7rem;
  padding: .52rem;
  border: 1px solid rgba(210, 255, 230, .1);
  border-radius: .6rem;
  color: #748e82;
  font-size: .39rem;
}

.phone-video-card {
  position: relative;
  height: 13.2rem;
  padding: .65rem;
  border-radius: .65rem;
  background: radial-gradient(circle at 32% 25%, rgba(239, 74, 111, .48), transparent 28%), linear-gradient(160deg, #151d27, #2f1633 60%, #0b2d28);
  color: #fff;
  overflow: hidden;
}

.phone-video-card > div {
  display: flex;
  justify-content: space-between;
  font-size: .4rem;
}

.phone-video-card > strong {
  position: absolute;
  left: .65rem;
  bottom: 2rem;
  font-size: .58rem;
}

.phone-video-card > p {
  position: absolute;
  left: .65rem;
  bottom: .8rem;
  margin: 0;
  color: #e5ece8;
  font-size: .38rem;
}

.phone-video-card > aside {
  position: absolute;
  right: .55rem;
  bottom: 1rem;
  display: grid;
  gap: .55rem;
  text-align: center;
}

.phone-video-card > aside i {
  font-size: .34rem;
  font-style: normal;
}

.laptop-service-body {
  height: calc(100% - 2rem);
  background: #f2f0e9;
  color: #202421;
  overflow: hidden;
}

.laptop-app {
  height: 100%;
}

.laptop-ai {
  display: grid;
  place-items: center;
  align-content: center;
  gap: .5rem;
  padding: 1rem 13%;
  background: linear-gradient(150deg, #f6f4ed, #e8ece7);
  text-align: center;
}

.laptop-app-mark {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: .65rem;
  background: #17211c;
  color: #fff;
  font-size: .65rem;
  font-weight: 900;
}

.laptop-app-mark img {
  width: 1.15rem;
  height: 1.15rem;
  object-fit: contain;
}

.laptop-ai > strong,
.laptop-claude main > strong {
  font-family: var(--display);
  font-size: 1.02rem;
  letter-spacing: -.04em;
}

.laptop-ai > p,
.laptop-claude main > p {
  color: #606b65;
  font-size: .58rem;
}

.laptop-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: .58rem;
  border: 1px solid #cfd5d0;
  border-radius: .72rem;
  background: #fff;
  color: #828b86;
  font-size: .52rem;
  text-align: left;
}

.laptop-prompt b {
  display: grid;
  place-items: center;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #17211c;
  color: #fff;
}

.laptop-claude {
  display: grid;
  grid-template-columns: 28% 1fr;
  background: #f2eee7;
}

.laptop-claude aside {
  display: grid;
  align-content: start;
  gap: .4rem;
  padding: .8rem;
  border-right: 1px solid #ddd6ca;
  background: #e8e0d4;
}

.laptop-claude aside b,
.laptop-claude aside span {
  padding: .35rem;
  border-radius: .35rem;
  color: #766b60;
  font-size: .45rem;
}

.laptop-claude aside b {
  background: #fffaf3;
  color: #3a332d;
}

.laptop-claude main {
  display: grid;
  place-items: center;
  align-content: center;
  gap: .48rem;
  padding: 1rem 10%;
  text-align: center;
}

.laptop-youtube {
  padding: .65rem;
  background: #f7f7f7;
}

.laptop-youtube > header,
.laptop-github > header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .5rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid #ddd;
}

.laptop-youtube > header b {
  color: #f11;
  font-size: .7rem;
}

.laptop-youtube > header b img {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
}

.laptop-youtube > header span {
  padding: .35rem .55rem;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  color: #7a7a7a;
  font-size: .45rem;
}

.laptop-youtube > header i,
.laptop-github > header i {
  color: #656565;
  font-size: .42rem;
  font-style: normal;
}

.laptop-youtube > main {
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: .55rem;
  padding-top: .6rem;
}

.laptop-video > i,
.laptop-video-list i {
  display: block;
  border-radius: .35rem;
  background: linear-gradient(135deg, #ac3434, #27283e 58%, #152b25);
}

.laptop-video > i {
  aspect-ratio: 16 / 9;
}

.laptop-video strong {
  display: block;
  margin-top: .35rem;
  font-size: .55rem;
}

.laptop-video-list {
  display: grid;
  gap: .5rem;
}

.laptop-video-list > span {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: .35rem;
}

.laptop-video-list i {
  min-height: 2.6rem;
  background: linear-gradient(135deg, #376378, #23272b);
}

.laptop-video-list b {
  font-size: .42rem;
}

.laptop-video-list small {
  display: block;
  margin-top: .2rem;
  color: #888;
  font-size: .35rem;
}

.laptop-github {
  padding: .65rem;
  background: #f6f8fa;
}

.laptop-github > header b {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #24292f;
  color: #fff;
  font-size: .45rem;
}

.laptop-github > header b img {
  width: .86rem;
  height: .86rem;
}

.laptop-github > header span {
  color: #0969da;
  font-size: .53rem;
  font-weight: 700;
}

.github-stats {
  display: flex;
  gap: .38rem;
  padding: .55rem 0;
}

.github-stats span {
  padding: .35rem .42rem;
  border: 1px solid #d0d7de;
  border-radius: .35rem;
  color: #57606a;
  font-size: .37rem;
}

.github-files {
  border: 1px solid #d0d7de;
  border-radius: .45rem;
  overflow: hidden;
}

.github-files span {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: .4rem;
  padding: .42rem;
  border-top: 1px solid #d8dee4;
  color: #0969da;
  font-size: .4rem;
}

.github-files span:first-child {
  border-top: 0;
}

.github-files b {
  overflow: hidden;
  color: #57606a;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.laptop-github > small {
  display: block;
  margin-top: .45rem;
  color: #66717b;
  font-size: .34rem;
}

.tv-service-body {
  height: calc(100% - .4rem);
}

.tv-service-body .tv-feature {
  height: calc(100% - 3.15rem);
  background: radial-gradient(circle at 78% 30%, color-mix(in srgb, var(--service-accent) 58%, transparent), transparent 24%), linear-gradient(115deg, #252d29, #101813 72%);
}

.tv-service-body .tv-feature > span b {
  color: var(--service-accent);
}

.tv-service-body .tv-feature > span b img {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  object-fit: contain;
}

.tv-service-body .tv-feature > p {
  color: #a9b4ae;
  font-size: .42rem;
}

.tv-service-body .tv-app-row b {
  background: color-mix(in srgb, var(--service-accent) 20%, #101612);
  color: var(--service-accent);
}

.device-usecase[data-active-service='spotify'] .tv-progress i,
.device-usecase[data-active-service='prime'] .tv-progress i,
.device-usecase[data-active-service='youtube'] .tv-progress i,
.device-usecase[data-active-service='netflix'] .tv-progress i {
  background: var(--service-accent);
}

.platform-map .world-map-art {
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, .25));
}

.map-location-list button span {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.15rem;
  flex: 0 0 auto;
  border-radius: .3rem;
  background: rgba(66, 230, 174, .08);
  color: #83bda4;
  font-size: .34rem;
  font-weight: 900;
  letter-spacing: .04em;
}

@media (max-width: 767px) {
  .hero-stage {
    display: none !important;
  }

  .hero {
    min-height: 0;
    padding-bottom: 5.5rem;
  }

  .capability-large .capability-copy > h3 {
    font-size: clamp(2rem, 10.5vw, 3.2rem);
  }

  .service-switcher button {
    min-height: 2.35rem;
    padding: .48rem .56rem;
    font-size: .48rem;
  }
}

@media (hover: none) and (pointer: coarse) and (max-height: 500px) {
  .hero-stage {
    display: none !important;
  }
}

@media (max-width: 620px) {
  .device-usecase {
    min-height: 36rem;
  }

  .use-laptop,
  .use-tv {
    min-height: 29rem;
  }

  .real-phone-frame {
    width: min(13.5rem, 86%);
  }

  .service-switcher {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .service-switcher button {
    width: 100%;
  }

  .map-location-list button span {
    width: 1.7rem;
    height: 1.3rem;
    font-size: .4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-device-stage],
  .demo-toggle-list button > i::after {
    transition: none;
  }
}
