@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600&display=swap");

:root {
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}
body {
  overflow: hidden;
  background: #020202;
  color: #f4f4f1;
  font-family: "DM Mono", monospace;
  cursor: pointer;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.screen {
  position: fixed;
  z-index: 10;
  inset: 0;
  width: 100%;
  min-height: 100svh;
  isolation: isolate;
}
.wordmark {
  position: absolute;
  z-index: 2;
  left: calc(50% - clamp(1.25rem, 2.5vw, 2rem));
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0.34rem;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.075em;
}
.mark {
  width: 1.08em;
  height: 0.98em;
  display: block;
  object-fit: contain;
  flex: none;
}
.preloader-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(38rem, calc(100vw - 2.5rem));
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  column-gap: clamp(2.8rem, 9vw, 8rem);
  pointer-events: none;
  font-size: clamp(1rem, 1.7vw, 1.5rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.055em;
  text-shadow: 0 0 13px rgba(255, 255, 255, 0.12);
}
.preloader-copy__column:last-child {
  padding-top: clamp(6rem, 15vh, 10rem);
}
.preloader-copy__line {
  min-height: 1.05em;
  white-space: nowrap;
}
.preloader-copy__character {
  display: inline-block;
  will-change: opacity;
}
@media (max-width: 640px) {
  .preloader-copy {
    width: calc(100vw - 2rem);
    column-gap: 1.5rem;
    font-size: 0.9rem;
  }
  .preloader-copy__column:last-child {
    padding-top: 8rem;
  }
  .wordmark {
    font-size: 1rem;
  }
}

/* Landing */
.landing {
  position: relative;
  z-index: 1;
  overflow: clip;
  background: #090a0a;
  color: #f4f4ef;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.landing.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.landing.is-instant {
  transition: none;
}
.shell {
  width: min(1180px, calc(100% - 4rem));
  margin: 0 auto;
}
.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.brand {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font:
    600 1.12rem/1 "Manrope",
    sans-serif;
  letter-spacing: -0.09em;
}
.brand img {
  width: 1em;
  height: 1em;
  object-fit: contain;
}
.site-nav {
  display: flex;
  gap: 1.6rem;
  margin-left: 8rem;
}
.site-nav a,
.text-button,
.caption,
.footer {
  color: #929590;
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}
.site-nav a {
  text-decoration: none;
}
#account,
#pricing,
#solutions,
#platforms {
  scroll-margin-top: 110px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.language-switch,
.text-button,
.mini-cta {
  border: 0;
  color: inherit;
  background: none;
  font:
    500 0.72rem "DM Mono",
    monospace;
  cursor: pointer;
}
.language-switch {
  color: #aaa;
}
.mini-cta {
  padding: 0.65rem 0.85rem;
  color: #0a0a0a;
  background: #f1f1ed;
  border-radius: 0.4rem;
}
.hero {
  min-height: 770px;
  padding: 12vh 0 5rem;
  text-align: center;
}
.eyebrow,
.section-label {
  color: #989b96;
  font:
    500 0.68rem "DM Mono",
    monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.eyebrow i,
.status i {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #9aed79;
  box-shadow: 0 0 12px #9aed79;
}
.hero h1 {
  margin: 1.5rem auto 1.2rem;
  max-width: 950px;
  font:
    500 clamp(3.1rem, 7.1vw, 6.5rem) / 0.94 "Manrope",
    sans-serif;
  letter-spacing: -0.085em;
}
.hero-copy {
  max-width: 435px;
  margin: 0 auto;
  color: #a5a7a2;
  font-size: 1rem;
  line-height: 1.5;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 5rem;
}
.primary-cta {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
  padding: 0.9rem 1rem 0.9rem 1.2rem;
  border-radius: 0.55rem;
  background: #f2f2ed;
  color: #0d0e0d;
  font:
    600 0.8rem "Manrope",
    sans-serif;
}
.primary-cta b {
  display: grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.35rem;
  background: #0b0c0c;
  color: #fff;
  font-size: 0.9rem;
}
.connection-panel {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: 1.25rem 1.4rem 1.1rem;
  text-align: left;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.025)
  );
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.1rem;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.45),
    inset 0 1px rgba(255, 255, 255, 0.08);
}
.connection-panel::before {
  content: "";
  position: absolute;
  inset: -40% 10% auto;
  height: 80%;
  background: radial-gradient(
    circle,
    rgba(158, 237, 121, 0.13),
    transparent 62%
  );
}
.panel-top,
.panel-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #a9aca5;
  font:
    500 0.68rem "DM Mono",
    monospace;
}
.status {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #d6d9d3;
}
.route {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 245px;
}
.route-point {
  position: relative;
  z-index: 1;
  width: 190px;
  display: grid;
  gap: 0.35rem;
}
.route-point--to {
  text-align: right;
}
.route-point small {
  color: #73766f;
  font:
    0.58rem "DM Mono",
    monospace;
}
.route-point strong {
  font:
    500 1.1rem "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}
.route-point span {
  color: #a7aaa3;
  font:
    0.7rem "DM Mono",
    monospace;
}
.route-line {
  flex: 1;
  position: relative;
  height: 1px;
  margin: 0 1rem;
  background: linear-gradient(90deg, #9aed79, rgba(154, 237, 121, 0.13));
}
.route-line::before,
.route-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.route-line::before {
  left: 0;
  background: #9aed79;
  box-shadow: 0 0 22px #9aed79;
}
.route-line::after {
  right: -11px;
  background: #e9ece5;
}
.route-line i {
  position: absolute;
  top: -10px;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.16);
}
.route-line i:nth-child(1) {
  left: 26%;
}
.route-line i:nth-child(2) {
  left: 52%;
}
.route-line i:nth-child(3) {
  left: 78%;
}
.panel-bottom {
  align-items: center;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.panel-bottom button {
  border: 0;
  padding: 0.45rem 0.65rem;
  border-radius: 0.35rem;
  background: #9aed79;
  color: #15200f;
  font:
    600 0.65rem "DM Mono",
    monospace;
}
.proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #262826;
  border-bottom: 1px solid #262826;
}
.proof div {
  padding: 1.7rem 1.4rem;
  border-right: 1px solid #262826;
}
.proof div:last-child {
  border: 0;
}
.proof strong {
  display: block;
  font:
    500 1.6rem "Manrope",
    sans-serif;
  letter-spacing: -0.07em;
}
.proof span {
  color: #8d908a;
  font-size: 0.69rem;
}
.feature {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 8%;
  align-items: center;
  padding: 6rem 0 11rem;
}
.feature--reverse {
  grid-template-columns: 1.17fr 0.83fr;
}
.feature--reverse .feature-copy {
  order: 2;
}
.feature-copy h2,
.locations h2,
.closing h2 {
  margin: 1.25rem 0;
  font:
    500 clamp(2.3rem, 4.1vw, 4.4rem) / 0.98 "Manrope",
    sans-serif;
  letter-spacing: -0.08em;
}
.feature-copy p {
  max-width: 390px;
  color: #a3a5a0;
  font-size: 0.95rem;
  line-height: 1.55;
}
.inline-link {
  margin-top: 1.4rem;
  padding: 0;
  border: 0;
  background: 0;
  color: #f0f1eb;
  font:
    500 0.78rem "DM Mono",
    monospace;
  cursor: pointer;
}
.inline-link b {
  margin-left: 0.3rem;
  color: #9aed79;
}
.map-card,
.shield-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid #272a27;
  border-radius: 1rem;
  background: #101211;
}
.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(#343834 1px, transparent 1px),
    linear-gradient(90deg, #343834 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at 48% 50%, black, transparent 75%);
}
.map-card svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.map-card path {
  fill: none;
  stroke: #b7ff88;
  stroke-width: 1.5;
  stroke-dasharray: 3 6;
}
.map-node {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9aed79;
  box-shadow: 0 0 20px #9aed79;
}
.map-node--one {
  left: 11%;
  bottom: 25%;
}
.map-node--two {
  left: 48%;
  top: 36%;
}
.map-node--three {
  right: 12%;
  top: 23%;
}
.map-tag {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #9da199;
  font:
    0.63rem "DM Mono",
    monospace;
}
.shield-card {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(154, 237, 121, 0.12), transparent 52%), #101211;
}
.shield-card img {
  position: relative;
  z-index: 1;
  width: 78px;
}
.shield-card span {
  position: absolute;
  bottom: 3.3rem;
  font:
    600 1.15rem "DM Mono",
    monospace;
  letter-spacing: 0.05em;
}
.shield-card small {
  position: absolute;
  bottom: 1.7rem;
  color: #8e928b;
  font:
    0.63rem "DM Mono",
    monospace;
}
.shield-rings,
.shield-rings::before,
.shield-rings::after {
  position: absolute;
  border: 1px solid rgba(154, 237, 121, 0.25);
  border-radius: 50%;
}
.shield-rings {
  width: 180px;
  height: 180px;
}
.shield-rings::before {
  content: "";
  inset: -50px;
}
.shield-rings::after {
  content: "";
  inset: -105px;
}
.locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  padding: 4rem 0 11rem;
}
.location-list {
  border-top: 1px solid #30332f;
}
.location-list button {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  padding: 1.1rem 0;
  border: 0;
  border-bottom: 1px solid #30332f;
  color: #eceee8;
  background: 0;
  text-align: left;
  cursor: pointer;
}
.location-list button:hover {
  color: #9aed79;
}
.location-list span,
.location-list em {
  color: #858983;
  font:
    0.68rem "DM Mono",
    monospace;
  font-style: normal;
}
.location-list b {
  font:
    500 1rem "Manrope",
    sans-serif;
}
.closing {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
  text-align: center;
}
.closing h2 {
  position: relative;
  z-index: 1;
  margin: 1.4rem auto 2rem;
}
.closing-flow {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.closing-flow::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      #090a0a 0%,
      transparent 19%,
      transparent 79%,
      #090a0a 100%
    ),
    linear-gradient(
      90deg,
      #090a0a 0%,
      transparent 17%,
      transparent 83%,
      #090a0a 100%
    );
  pointer-events: none;
}
.closing-flow__layer {
  position: absolute;
  inset: -12%;
  width: 124%;
  height: 124%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  filter: brightness(0.78) saturate(0.86);
  animation: closing-light-drift 20s linear infinite;
  will-change: opacity, transform;
}
.closing-flow__layer:nth-child(2) {
  animation-delay: -10s;
  filter: brightness(0.65) saturate(0.72) blur(1px);
}
@keyframes closing-light-drift {
  0% {
    transform: translate3d(-9%, 4%, 0) scale(1.03);
    opacity: 0;
  }
  14% {
    opacity: 0.62;
  }
  72% {
    opacity: 0.67;
  }
  100% {
    transform: translate3d(9%, -4%, 0) scale(1.12);
    opacity: 0;
  }
}
.closing .primary-cta {
  position: relative;
  z-index: 1;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 0 2.5rem;
  border-top: 1px solid #272a27;
}
.signup-dialog {
  width: min(440px, calc(100% - 2rem));
  padding: 2rem;
  border: 1px solid #343834;
  border-radius: 1rem;
  color: #f1f2ed;
  background: #111311;
  box-shadow: 0 30px 90px #000;
}
.signup-dialog::backdrop {
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(8px);
}
.dialog-close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  border: 0;
  background: 0;
  color: #aaa;
  font-size: 1.6rem;
  cursor: pointer;
}
.dialog-logo {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font:
    600 1.05rem "Manrope",
    sans-serif;
  letter-spacing: -0.08em;
}
.dialog-logo img {
  width: 1em;
  height: 1em;
  object-fit: contain;
}
.signup-dialog h2 {
  margin: 1.3rem 0 0.7rem;
  font:
    500 2rem/1 "Manrope",
    sans-serif;
  letter-spacing: -0.07em;
}
.signup-dialog p:not(.section-label) {
  color: #a6aaa3;
  line-height: 1.5;
}
.signup-dialog form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.signup-dialog input {
  padding: 1rem;
  border: 1px solid #3a3d39;
  border-radius: 0.5rem;
  color: #fff;
  background: #181a18;
}
.signup-dialog .primary-cta {
  justify-content: space-between;
}
.screen {
  transition:
    opacity 0.55s ease,
    visibility 0.55s;
}
.screen.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.screen.is-instant {
  transition: none;
}
body:has(.landing.is-visible) {
  overflow: auto;
}
@media (max-width: 760px) {
  .shell {
    width: calc(100% - 2rem);
  }
  .site-nav {
    display: none;
  }
  .site-header {
    height: 70px;
  }
  .header-actions {
    gap: 0.6rem;
  }
  .hero {
    min-height: 690px;
    padding-top: 6rem;
  }
  .hero h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }
  .hero-actions {
    margin-bottom: 3rem;
  }
  .connection-panel {
    padding: 1rem;
  }
  .route {
    min-height: 190px;
  }
  .route-point {
    width: 105px;
  }
  .route-point strong {
    font-size: 0.82rem;
  }
  .route-point span {
    font-size: 0.55rem;
  }
  .panel-bottom span:nth-child(2),
  .panel-bottom span:nth-child(3) {
    display: none;
  }
  .proof {
    grid-template-columns: 1fr 1fr;
  }
  .proof div:nth-child(2) {
    border-right: 0;
  }
  .feature,
  .feature--reverse,
  .locations {
    display: block;
    padding: 6rem 0;
  }
  .feature-copy {
    margin-bottom: 2.5rem;
  }
  .map-card,
  .shield-card {
    min-height: 330px;
  }
  .locations h2 {
    font-size: 3rem;
  }
  .location-list {
    margin-top: 2rem;
  }
  .footer {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .footer span {
    font-size: 0.6rem;
  }
  .closing {
    padding: 7rem 0;
  }
  .closing h2 {
    font-size: 3.1rem;
  }
}

/* Reference-style hero reconstruction */
.raycast-header {
  position: fixed;
  left: 50%;
  top: 17px;
  z-index: 4;
  width: min(1200px, calc(100% - 4rem));
  height: 76px;
  padding: 0 1.85rem;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(15, 16, 17, 0.8);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.07) inset,
    0 16px 45px rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(16px);
}
.raycast-header .brand {
  font-size: 1.04rem;
}
.raycast-header .site-nav {
  margin-left: 4.8rem;
  gap: 2rem;
}
.raycast-header .site-nav a {
  color: #a5a5a8;
  font-size: 0.82rem;
}
.raycast-header .header-actions {
  gap: 1.25rem;
}
.raycast-header .mini-cta {
  padding: 0.65rem 1rem;
  border: 1px solid #b9b9bb;
  border-radius: 0.65rem;
  box-shadow: 0 1px 2px #000;
  color: #28282b;
}
.raycast-header .text-button {
  color: #acacaf;
}
.raycast-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  background: #070809;
}
.raycast-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 23%,
    rgba(7, 8, 9, 0.18) 51%,
    #070809 83%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(770px, calc(100% - 2rem));
  padding-top: 5.5rem;
  text-align: center;
}
.raycast-hero .eyebrow {
  display: none;
}
.raycast-hero h1 {
  max-width: 760px;
  margin: 0 auto 2rem;
  font-size: clamp(4rem, 6vw, 6.65rem);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.07em;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.45);
}
.raycast-hero .hero-copy {
  max-width: 520px;
  color: #f1f1f3;
  font-size: 1.08rem;
  line-height: 1.3;
  text-shadow: 0 1px 10px #000;
}
.raycast-hero .hero-actions {
  margin: 2.7rem 0 1.2rem;
  gap: 0.7rem;
}
.raycast-hero .primary-cta,
.secondary-cta {
  min-width: 168px;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid #b8b8bb;
  border-radius: 0.65rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
  font-size: 0.82rem;
}
.raycast-hero .primary-cta {
  gap: 0.4rem;
}
.raycast-hero .primary-cta b {
  display: none;
}
.secondary-cta {
  color: #e9e9ec;
  background: rgba(16, 16, 18, 0.5);
  cursor: pointer;
}
.hero-under {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: #9e9ea2;
  font:
    0.68rem "DM Mono",
    monospace;
}
.hero-under i {
  width: 1px;
  height: 0.8rem;
  background: #68686d;
}
.hero-ribbons {
  position: absolute;
  z-index: 1;
  inset: -12% 0 -7%;
  overflow: hidden;
  filter: saturate(1.12);
}
.hero-ribbons::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 50% 48%,
      rgba(251, 17, 33, 0.44),
      transparent 28%
    ),
    radial-gradient(ellipse at 50% 51%, rgba(109, 0, 10, 0.65), transparent 54%);
  mix-blend-mode: screen;
}
.hero-ribbons i {
  position: absolute;
  display: block;
  width: 16vw;
  height: 135vh;
  top: -16vh;
  border-radius: 32px;
  transform: rotate(-43deg);
  background: linear-gradient(
    90deg,
    rgba(117, 0, 10, 0.02),
    rgba(255, 18, 38, 0.9) 34%,
    rgba(244, 6, 23, 0.96) 64%,
    rgba(42, 0, 8, 0.01)
  );
  filter: blur(1.7px);
  box-shadow:
    0 0 36px rgba(255, 0, 28, 0.52),
    0 0 98px rgba(255, 0, 28, 0.35);
  opacity: 0.85;
  animation: ribbonDrift 8s cubic-bezier(0.55, 0, 0.45, 1) infinite alternate;
}
.hero-ribbons i::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: 0.55;
}
.hero-ribbons i:nth-child(1) {
  left: 22%;
  animation-delay: -1s;
}
.hero-ribbons i:nth-child(2) {
  left: 31%;
  top: -23vh;
  opacity: 0.92;
  animation-delay: -4s;
}
.hero-ribbons i:nth-child(3) {
  left: 40%;
  top: -15vh;
  animation-delay: -2.5s;
}
.hero-ribbons i:nth-child(4) {
  left: 49%;
  top: -22vh;
  opacity: 0.91;
  animation-delay: -5.2s;
}
.hero-ribbons i:nth-child(5) {
  left: 58%;
  top: -13vh;
  opacity: 0.72;
  animation-delay: -3.4s;
}
.hero-ribbons i:nth-child(6) {
  left: 68%;
  top: -21vh;
  opacity: 0.38;
  animation-delay: -6s;
}
@keyframes ribbonDrift {
  0% {
    transform: rotate(-43deg) translate3d(-1.3vw, -1vh, 0) scaleY(0.98);
  }
  100% {
    transform: rotate(-43deg) translate3d(2.5vw, 2vh, 0) scaleY(1.035);
  }
}
@media (max-width: 760px) {
  .raycast-header {
    top: 10px;
    width: calc(100% - 1.2rem);
    height: 62px;
    padding: 0 1rem;
    border-radius: 14px;
  }
  .raycast-header .site-nav,
  .raycast-header .text-button {
    display: none;
  }
  .raycast-header .header-actions {
    gap: 0.55rem;
  }
  .raycast-header .mini-cta {
    padding: 0.52rem 0.65rem;
  }
  .raycast-hero h1 {
    font-size: clamp(3.25rem, 14vw, 4.6rem);
  }
  .raycast-hero .hero-copy {
    font-size: 0.95rem;
  }
  .hero-ribbons i {
    width: 30vw;
  }
  .hero-ribbons i:nth-child(1) {
    left: -4%;
  }
  .hero-ribbons i:nth-child(2) {
    left: 17%;
  }
  .hero-ribbons i:nth-child(3) {
    left: 38%;
  }
  .hero-ribbons i:nth-child(4) {
    left: 59%;
  }
  .hero-ribbons i:nth-child(5) {
    left: 80%;
  }
  .hero-ribbons i:nth-child(6) {
    left: 101%;
  }
}

/* Tuned contrast for the final hero */
.raycast-hero h1 {
  font-size: clamp(3.4rem, 5vw, 5.4rem);
}
.hero-ribbons {
  filter: saturate(0.88);
}
.hero-ribbons::before {
  background:
    radial-gradient(
      ellipse at 50% 48%,
      rgba(210, 7, 22, 0.32),
      transparent 28%
    ),
    radial-gradient(ellipse at 50% 51%, rgba(75, 0, 8, 0.55), transparent 54%);
}
.hero-ribbons i {
  background: linear-gradient(
    90deg,
    rgba(84, 0, 8, 0.02),
    rgba(210, 7, 22, 0.72) 34%,
    rgba(190, 4, 18, 0.77) 64%,
    rgba(30, 0, 5, 0.01)
  );
  box-shadow:
    0 0 30px rgba(210, 0, 20, 0.36),
    0 0 84px rgba(210, 0, 20, 0.22);
  opacity: 0.78;
}
.hero-ribbons i:nth-child(2) {
  opacity: 0.84;
}
.hero-ribbons i:nth-child(4) {
  opacity: 0.82;
}
.hero-ribbons i:nth-child(5) {
  opacity: 0.64;
}
.hero-ribbons i:nth-child(6) {
  opacity: 0.32;
}

.raycast-hero .primary-cta,
.raycast-hero .secondary-cta {
  min-width: 176px;
  padding: 0.72rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.96);
  color: #171719;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 18px rgba(255, 255, 255, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.raycast-hero .secondary-cta {
  background: rgba(255, 255, 255, 0.91);
}
.raycast-hero .primary-cta:hover,
.raycast-hero .secondary-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 25px rgba(255, 255, 255, 0.33),
    0 8px 18px rgba(0, 0, 0, 0.45);
}
.hero-under {
  color: #b8b8bc;
}

.wordmark .mark {
  width: auto;
  height: 1.25rem;
}
.brand img {
  width: auto;
  height: 1.15rem;
}
.shield-card img {
  width: 150px;
  height: auto;
}
.dialog-logo img {
  width: 120px;
  height: auto;
}

.wordmark .mark {
  height: 3.1rem;
}
.raycast-header .brand img {
  height: 2.35rem;
}
.footer .brand img {
  height: 2rem;
}
.dialog-logo img {
  width: auto;
  height: 2.5rem;
}
.shield-card img {
  width: 230px;
}

.protocols {
  display: flex;
  justify-content: center;
  padding: 3.2rem 0 7rem;
}
.protocols-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem 0.55rem 1rem;
  border: 1px solid rgba(255, 88, 88, 0.34);
  border-radius: 99px;
  background: linear-gradient(
    100deg,
    rgba(53, 7, 11, 0.46),
    rgba(15, 14, 16, 0.12)
  );
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.06),
    0 0 24px rgba(181, 20, 28, 0.08);
  color: #efeff1;
  font:
    500 0.86rem "Manrope",
    sans-serif;
  cursor: pointer;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.protocols-link i {
  display: block;
  width: 1px;
  height: 1rem;
  background: #777174;
}
.protocols-link span:nth-of-type(2) {
  color: #a3a0a2;
}
.protocols-link b {
  font-size: 1.1rem;
  font-weight: 400;
}
.protocols-link:hover {
  border-color: rgba(255, 110, 110, 0.7);
  box-shadow: 0 0 28px rgba(206, 35, 42, 0.18);
}
.workspace-stage {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 2.8rem;
  background:
    radial-gradient(
      ellipse at 50% 46%,
      rgba(96, 18, 24, 0.26),
      transparent 33%
    ),
    #08090a;
}
.workspace-stage__stars {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(186, 218, 255, 0.7) 0.65px,
    transparent 0.8px
  );
  background-size: 64px 64px;
  opacity: 0.38;
  mask-image: linear-gradient(transparent, black 16%, black 85%, transparent);
}
.workspace-stage__frame {
  position: relative;
  width: min(1080px, calc(100% - 4rem));
  height: 610px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.15rem;
  background: linear-gradient(
    135deg,
    rgba(20, 23, 26, 0.74),
    rgba(4, 5, 6, 0.92)
  );
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.025),
    0 25px 75px rgba(0, 0, 0, 0.65),
    inset 0 1px rgba(255, 255, 255, 0.09);
}
.workspace-stage__bar {
  display: flex;
  gap: 0.45rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.workspace-stage__bar i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4d5052;
}
.workspace-stage__empty {
  height: calc(100% - 43px);
  background: radial-gradient(
    circle at 50% 55%,
    rgba(197, 26, 37, 0.12),
    transparent 23%
  );
}
.workspace-stage p {
  position: relative;
  margin: 2rem auto 0;
  max-width: 420px;
  text-align: center;
  color: #97999d;
  font-size: 0.87rem;
}
.workspace-stage p strong {
  color: #f0f1f2;
}
@media (max-width: 760px) {
  .protocols {
    padding: 2.2rem 0 4rem;
  }
  .workspace-stage {
    padding-top: 1.5rem;
  }
  .workspace-stage__frame {
    width: calc(100% - 2rem);
    height: 280px;
    border-radius: 0.7rem;
  }
  .workspace-stage p {
    padding: 0 1.5rem;
  }
}

.raycast-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 55%, #090a0a 100%);
}
.raycast-hero .hero-content {
  z-index: 3;
}
.hero-ribbons {
  mask-image: linear-gradient(to bottom, #000 0%, #000 64%, transparent 100%);
}

/* Protocol micro-CTA and product-video stage */
.protocols {
  padding: 1.2rem 0 0;
}
.protocols-link {
  position: relative;
  justify-content: center;
  width: 190px;
  min-height: 30px;
  overflow: visible;
  padding: 0.22rem 0.6rem;
  font-size: 0.68rem;
  border-color: rgba(225, 91, 97, 0.42);
  background: rgba(17, 13, 15, 0.72);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.06),
    0 0 15px rgba(181, 20, 28, 0.06);
}
.protocols-link i {
  height: 0.72rem;
}
.protocols-link b {
  font-size: 0.88rem;
}
.workspace-stage {
  padding: 1.7rem 0 3.4rem;
  background:
    radial-gradient(ellipse at 50% 43%, rgba(80, 13, 18, 0.2), transparent 34%),
    #08090a;
}
.workspace-stage__heading {
  position: relative;
  z-index: 2;
  margin: 0 auto 1.45rem;
  text-align: center;
}
.workspace-stage__heading strong {
  display: block;
  color: #e7e8e9;
  font:
    600 0.86rem "Manrope",
    sans-serif;
}
.workspace-stage__heading span {
  display: block;
  margin-top: 0.18rem;
  color: #8a8d91;
  font:
    0.78rem "Manrope",
    sans-serif;
}
.workspace-stage__frame {
  height: 630px;
  border-color: rgba(255, 255, 255, 0.21);
  border-radius: 1.05rem;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.025),
    0 0 32px rgba(138, 153, 170, 0.2),
    0 30px 78px rgba(0, 0, 0, 0.72),
    inset 0 1px rgba(255, 255, 255, 0.12);
}
.workspace-stage__frame::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.42),
    transparent 12%,
    transparent 82%,
    rgba(255, 255, 255, 0.18)
  );
  pointer-events: none;
}
.workspace-stage__bar {
  padding: 0.9rem 1rem;
}
.workspace-stage__bar i {
  width: 9px;
  height: 9px;
  background: #55585b;
}
.workspace-stage__empty {
  background:
    radial-gradient(
      ellipse at 50% 70%,
      rgba(196, 25, 35, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, rgba(23, 25, 28, 0.25), rgba(2, 3, 4, 0.18));
}
.workspace-stage__caption {
  position: relative;
  display: block;
  margin: 1.45rem auto 0;
  color: #8f9296;
  text-align: center;
  font:
    0.78rem/1.4 "Manrope",
    sans-serif;
}
.workspace-stage__caption strong {
  color: #eceeef;
}
.workspace-stage__stars {
  opacity: 0.62;
  background-size: 48px 48px;
}
@media (max-width: 760px) {
  .protocols {
    padding: 1.2rem 0 0;
  }
  .workspace-stage {
    padding-top: 1.3rem;
  }
  .workspace-stage__heading {
    margin-bottom: 1rem;
  }
  .workspace-stage__frame {
    height: 290px;
  }
  .workspace-stage__caption {
    padding: 0 1.5rem;
    font-size: 0.7rem;
  }
}
/* Keyboard brightness controls: raise image opacity/brightness for a clearer visual; lower overlay alpha for less shade. */
.platforms-showcase {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 820px;
  overflow: hidden;
  background: #070809;
}
.platforms-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #070809 0%,
      rgba(7, 8, 9, 0.88) 24%,
      rgba(7, 8, 9, 0.46) 48%,
      rgba(7, 8, 9, 0.14) 100%
    ),
    linear-gradient(0deg, #070809 0%, transparent 34%, rgba(7, 8, 9, 0.48) 100%);
}
.platforms-showcase::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, #070809);
}
.platforms-showcase__image {
  position: absolute;
  z-index: -2;
  width: min(970px, 72vw);
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.99;
  filter: contrast(1.05) brightness(1);
  mask-image: radial-gradient(
    ellipse at 65% 48%,
    black 20%,
    rgba(0, 0, 0, 0.9) 52%,
    transparent 76%
  );
}
.platforms-showcase__copy {
  position: relative;
  width: min(1180px, calc(100% - 4rem));
  margin: 0 auto;
}
.platforms-showcase__copy h2 {
  max-width: 355px;
  margin: 0;
  color: #eff0f1;
  font:
    600 clamp(2.2rem, 3.15vw, 3.65rem) / 1.04 "Manrope",
    sans-serif;
  letter-spacing: -0.065em;
}
.platforms-showcase__copy p {
  max-width: 340px;
  margin: 0.35rem 0 2.55rem;
  color: #929498;
  font:
    500 clamp(1.35rem, 1.7vw, 1.85rem) / 1.13 "Manrope",
    sans-serif;
  letter-spacing: -0.05em;
}
.platforms-showcase__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0.52rem;
  background: #eef0f1;
  color: #202124;
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.85);
  font:
    600 0.77rem "Manrope",
    sans-serif;
  cursor: pointer;
}
.platforms-showcase__cta b {
  font-size: 1rem;
  line-height: 0;
}
@media (max-width: 760px) {
  .platforms-showcase {
    min-height: 600px;
    align-items: flex-end;
    padding-bottom: 5.5rem;
  }
  .platforms-showcase::before {
    background: linear-gradient(
      0deg,
      #070809 15%,
      rgba(7, 8, 9, 0.62) 58%,
      rgba(7, 8, 9, 0.14) 100%
    );
  }
  .platforms-showcase__image {
    width: 120vw;
    right: -30%;
    top: 23%;
    transform: none;
    opacity: 0.72;
  }
  .platforms-showcase__copy {
    width: calc(100% - 2rem);
  }
  .platforms-showcase__copy h2 {
    font-size: 2.25rem;
  }
  .platforms-showcase__copy p {
    font-size: 1.38rem;
    margin-bottom: 1.65rem;
  }
}

/* Open cinematic sections */
.landing .proof {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  border-color: rgba(255, 255, 255, 0.12);
}
.landing .proof div {
  padding: 2.2rem max(2rem, calc((100vw - 1180px) / 2));
  padding-right: 2rem;
  border-color: rgba(255, 255, 255, 0.12);
  background: #0a0b0c;
}
.landing .proof strong {
  font-size: 2rem;
}
.feature {
  min-height: 780px;
  padding: 8rem 0 12rem;
  grid-template-columns: 0.72fr 1.28fr;
}
.feature--reverse {
  grid-template-columns: 1.28fr 0.72fr;
}
.feature-copy h2 {
  font-size: clamp(3rem, 4.6vw, 5.1rem);
}
.feature-copy p {
  font-size: 1.02rem;
}
.map-card,
.shield-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  min-height: 540px;
}
.network-orbit {
  background:
    radial-gradient(
      ellipse at 55% 50%,
      rgba(59, 93, 111, 0.2),
      transparent 46%
    ),
    #090a0b;
}
.network-orbit::before,
.network-orbit::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(255, 111, 120, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.network-orbit::before {
  width: 93%;
  height: 43%;
}
.network-orbit::after {
  width: 68%;
  height: 31%;
}
.network-orbit .map-grid {
  opacity: 0.4;
  mask-image: radial-gradient(circle at 55% 50%, black, transparent 75%);
}
.network-orbit svg {
  z-index: 2;
}
.network-orbit path {
  stroke: #ff5964;
  stroke-width: 1.7;
  stroke-dasharray: 0;
  filter: drop-shadow(0 0 7px #ff5964);
}
.network-orbit .map-node {
  z-index: 3;
  width: 15px;
  height: 15px;
  background: #ffb3b8;
  box-shadow:
    0 0 7px #fff,
    0 0 28px #ff4654;
}
.network-orbit .map-tag {
  z-index: 3;
  color: #ffc1c5;
}
.shield-card {
  background:
    radial-gradient(circle at 43% 48%, rgba(214, 24, 37, 0.2), transparent 25%),
    linear-gradient(90deg, #0b0d0f 15%, #0c1116 65%, #070808);
}
.shield-card::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 520px;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(50% 0, 94% 16%, 88% 70%, 50% 100%, 12% 70%, 6% 16%);
  background: radial-gradient(
    circle at 45% 32%,
    rgba(245, 253, 255, 0.8),
    rgba(255, 87, 98, 0.2) 35%,
    rgba(137, 18, 28, 0.1) 61%,
    transparent 70%
  );
  filter: drop-shadow(0 0 36px rgba(232, 42, 55, 0.32));
  opacity: 0.82;
}
.shield-card .shield-rings {
  left: 29%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(255, 124, 132, 0.28);
}
.shield-card img {
  width: 90px;
  filter: drop-shadow(0 0 20px rgba(255, 119, 128, 0.72));
}
.shield-card span,
.shield-card small {
  right: 2rem;
  left: auto;
}
.shield-card span {
  bottom: 5rem;
}
.shield-card small {
  bottom: 3.5rem;
}
.locations {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 9rem 0 0;
  min-height: 760px;
}
.locations h2 {
  font-size: clamp(3.4rem, 5.3vw, 6rem);
}
.earth-globe {
  position: absolute;
  width: min(760px, 62vw);
  height: min(760px, 62vw);
  right: -9%;
  top: -7%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(255, 196, 200, 0.2),
      transparent 2%
    ),
    radial-gradient(
      circle at 42% 43%,
      rgba(206, 28, 42, 0.17),
      transparent 24%
    ),
    radial-gradient(circle at 61% 65%, #321015, #07090b 58%, transparent 60%);
  box-shadow:
    inset -40px -35px 70px #020303,
    0 0 80px rgba(218, 30, 45, 0.16);
  overflow: hidden;
}
.earth-globe::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: radial-gradient(
    rgba(255, 158, 165, 0.76) 1px,
    transparent 1.5px
  );
  background-size: 10px 10px;
  mask-image: linear-gradient(
    135deg,
    transparent 10%,
    black 35%,
    black 75%,
    transparent 98%
  );
  opacity: 0.43;
}
.earth-globe::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 150, 158, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 84, 95, 0.03),
    0 0 0 140px rgba(255, 84, 95, 0.02);
}
.earth-globe i {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff6b73;
  box-shadow: 0 0 16px #ff3e4b;
}
.earth-globe i:nth-child(1) {
  left: 35%;
  top: 31%;
}
.earth-globe i:nth-child(2) {
  left: 59%;
  top: 43%;
}
.earth-globe i:nth-child(3) {
  left: 48%;
  top: 67%;
}
.locations .location-list {
  position: relative;
  z-index: 3;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 4rem;
  background: rgba(7, 8, 9, 0.56);
  border-color: rgba(255, 255, 255, 0.15);
}
.locations .location-list button {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  padding: 1.25rem 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 0;
}
.locations .location-list button:last-child {
  border-right: 0;
}
.locations .location-list span::before {
  content: "●";
  color: #ff7d86;
  margin-right: 0.6rem;
}
.locations .location-list b {
  font-size: 1.3rem;
}
.locations .location-list em {
  font-size: 1.8rem;
  color: #dfe8ed;
}
.closing {
  min-height: 680px;
  padding: 14rem 0;
  background: radial-gradient(
    circle at 50% 45%,
    rgba(211, 24, 37, 0.15),
    transparent 25%
  );
}
@media (max-width: 760px) {
  .landing .proof div {
    padding: 1.4rem;
  }
  .feature,
  .feature--reverse {
    min-height: auto;
    padding: 6rem 0;
    display: block;
  }
  .map-card,
  .shield-card {
    min-height: 390px;
  }
  .shield-card::before {
    width: 290px;
    height: 360px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .shield-card .shield-rings {
    left: 50%;
  }
  .shield-card span,
  .shield-card small {
    right: 1rem;
  }
  .locations {
    min-height: 620px;
    padding-top: 6rem;
  }
  .earth-globe {
    width: 92vw;
    height: 92vw;
    right: -25%;
    top: 12%;
  }
  .locations .location-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 12rem;
  }
  .locations .location-list button {
    min-height: 100px;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .closing {
    min-height: 540px;
    padding: 9rem 0;
  }
}

/* Pricing — mirrors the raised, dark Raycast plan-board treatment. */
.pricing-section {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 10rem;
  background: #070809;
}
.pricing-section__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      #070809 0%,
      transparent 16%,
      transparent 84%,
      #070809
    ),
    radial-gradient(
      ellipse at 48% 15%,
      rgba(195, 17, 31, 0.26),
      transparent 45%
    ),
    repeating-linear-gradient(
      48deg,
      transparent 0 102px,
      rgba(195, 17, 31, 0.31) 103px 154px,
      rgba(83, 10, 16, 0.2) 155px 193px,
      transparent 194px 260px
    );
  background-size:
    auto,
    auto,
    720px 720px;
  mask-image: radial-gradient(
    ellipse at 50% 24%,
    black 5%,
    rgba(0, 0, 0, 0.85) 54%,
    transparent 82%
  );
  animation: pricing-ribbons 18s linear infinite;
}
@keyframes pricing-ribbons {
  to {
    background-position:
      0 0,
      0 0,
      720px 0;
  }
}
.pricing-section__intro {
  position: relative;
  z-index: 1;
  text-align: center;
}
.pricing-section__intro .section-label {
  color: #cd777b;
}
.pricing-section__intro h2 {
  margin: 1rem 0 0;
  color: #f0f0f1;
  font:
    600 clamp(2.6rem, 4.4vw, 4.65rem) / 0.97 "Manrope",
    sans-serif;
  letter-spacing: -0.075em;
}
.pricing-section__intro p {
  margin: 0.9rem auto 1.7rem;
  color: #929499;
  font:
    500 0.94rem/1.45 "Manrope",
    sans-serif;
}
.device-switch {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(17, 18, 20, 0.88);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.05);
}
.device-switch button {
  min-width: 104px;
  border: 0;
  border-radius: 999px;
  padding: 0.6rem 0.88rem;
  background: transparent;
  color: #7f8185;
  font:
    500 0.72rem "DM Mono",
    monospace;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.device-switch button.is-active {
  background: #ededed;
  color: #1f2022;
  box-shadow: 0 2px 12px rgba(255, 255, 255, 0.2);
}
.pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  margin-top: 5rem;
}
.pricing-card {
  position: relative;
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 2rem 1.55rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-right: 0;
  background: linear-gradient(
    145deg,
    rgba(15, 16, 18, 0.9),
    rgba(7, 8, 9, 0.72)
  );
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}
.pricing-card:first-child {
  border-radius: 1.15rem 0 0 1.15rem;
}
.pricing-card:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0 1.15rem 1.15rem 0;
}
.pricing-card--featured {
  z-index: 2;
  margin: -1rem -1px;
  min-height: 442px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 1.1rem;
  background: linear-gradient(
    145deg,
    rgba(35, 36, 40, 0.95),
    rgba(14, 15, 17, 0.9)
  );
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.08);
}
.pricing-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid rgba(244, 244, 244, 0.15);
  border-radius: 999px;
  padding: 0.28rem 0.46rem;
  color: #e7e7e8;
  font:
    500 0.58rem "DM Mono",
    monospace;
}
.pricing-card__duration {
  margin: 0;
  color: #f0f0f1;
  font:
    600 1rem "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}
.pricing-card__note,
.pricing-card__devices {
  margin: 0.17rem 0 0;
  color: #85878b;
  font:
    500 0.7rem/1.35 "Manrope",
    sans-serif;
}
.pricing-card__price {
  margin: 2.35rem 0 0;
  color: #f5f5f5;
  font:
    500 clamp(2.65rem, 4.1vw, 4rem) / 0.9 "Manrope",
    sans-serif;
  letter-spacing: -0.085em;
}
.pricing-card__price small {
  margin-left: 0.32rem;
  color: #8b8d91;
  font:
    500 0.78rem "DM Mono",
    monospace;
  letter-spacing: 0;
}
.pricing-card__devices {
  margin-top: 0.65rem;
  color: #a1a3a5;
  font-family: "DM Mono", monospace;
}
.pricing-card ul {
  display: grid;
  gap: 0.58rem;
  margin: 2.15rem 0 1.7rem;
  padding: 0;
  list-style: none;
  color: #ceced0;
  font:
    500 0.7rem/1.35 "Manrope",
    sans-serif;
}
.pricing-card li {
  display: flex;
  gap: 0.4rem;
  align-items: flex-start;
}
.pricing-card li::before {
  content: "✓";
  display: grid;
  width: 0.78rem;
  height: 0.78rem;
  place-items: center;
  flex: none;
  border: 1px solid rgba(240, 240, 240, 0.66);
  border-radius: 50%;
  color: #f0f0f0;
  font:
    500 0.53rem "DM Mono",
    monospace;
}
.pricing-card__cta {
  width: 100%;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.48rem;
  padding: 0.67rem 0.8rem;
  background: linear-gradient(
    180deg,
    rgba(40, 41, 43, 0.9),
    rgba(18, 19, 20, 0.9)
  );
  color: #ebebec;
  font:
    500 0.68rem "DM Mono",
    monospace;
  cursor: pointer;
}
.pricing-card--featured .pricing-card__cta {
  border-color: #cacaca;
  background: #ebebeb;
  color: #202124;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.13);
}
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 3rem;
  }
  .pricing-card,
  .pricing-card--featured {
    min-height: 380px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 1rem;
  }
}
@media (max-width: 560px) {
  .pricing-section {
    padding: 6.5rem 0;
  }
  .pricing-section__intro h2 {
    font-size: 2.65rem;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 2rem);
  }
  .pricing-card,
  .pricing-card--featured {
    min-height: 360px;
    padding: 1.7rem 1.35rem 1.3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pricing-section__backdrop {
    animation: none;
  }
}

/* Personal solutions — editorial scroll copy with a pinned product frame. */
.personal-solutions {
  position: relative;
  overflow: clip;
  padding: 10rem 0 6rem;
  background:
    radial-gradient(
      circle at 75% 23%,
      rgba(159, 20, 31, 0.16),
      transparent 23%
    ),
    #08090a;
}
.personal-solutions__header {
  max-width: 680px;
  margin: 0 auto 4.5rem;
  text-align: center;
}
.personal-solutions__header .section-label {
  color: #d5747a;
}
.personal-solutions__header h2 {
  margin: 0;
  color: #f2f2f3;
  font:
    600 clamp(2.3rem, 3.7vw, 4rem) / 0.97 "Manrope",
    sans-serif;
  letter-spacing: -0.085em;
  white-space: nowrap;
}
.personal-solutions__header p {
  max-width: 390px;
  margin: 1rem 0 0;
  color: #93959a;
  font:
    500 0.96rem/1.45 "Manrope",
    sans-serif;
}
.personal-solutions__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}
.personal-solutions__steps {
  padding-bottom: 20vh;
}
.solution-step {
  min-height: 74vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.28;
  transform: translateY(20px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}
.solution-step.is-active {
  opacity: 1;
  transform: translateY(0);
}
.solution-step h3 {
  max-width: 390px;
  margin: 0.9rem 0 0;
  color: #f0f0f1;
  font:
    600 clamp(2.35rem, 3.35vw, 3.9rem) / 0.98 "Manrope",
    sans-serif;
  letter-spacing: -0.075em;
}
.solution-step p {
  max-width: 370px;
  margin: 1rem 0 0;
  color: #a1a3a7;
  font:
    500 0.95rem/1.5 "Manrope",
    sans-serif;
}
.solution-step__manager {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 0.45rem 0.65rem;
  color: #c6c7ca;
  font:
    500 0.62rem "DM Mono",
    monospace;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}
.solution-step__manager:hover {
  border-color: rgba(255, 119, 128, 0.7);
  background: rgba(192, 19, 31, 0.12);
  color: #fff;
}
.personal-solutions__visual {
  position: sticky;
  top: calc(50vh - clamp(150px, 13vw, 210px));
  align-self: start;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.solution-screen {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 0.6s ease,
    transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.solution-screen.is-active {
  opacity: 1;
  transform: scale(1);
}
.solution-screen__empty {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.solution-screen__empty img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(0.84) saturate(0.86);
  -webkit-mask-image: radial-gradient(
    ellipse 73% 72% at center,
    #000 51%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 73% 72% at center,
    #000 51%,
    transparent 100%
  );
}
@media (max-width: 820px) {
  .personal-solutions {
    padding: 7rem 0 4rem;
  }
  .personal-solutions__header {
    margin-bottom: 2.5rem;
  }
  .personal-solutions__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .personal-solutions__visual {
    order: -1;
    position: relative;
    top: auto;
    height: auto;
  }
  .personal-solutions__steps {
    padding-bottom: 0;
  }
  .solution-step {
    min-height: 46vh;
  }
}
@media (max-width: 560px) {
  .personal-solutions__header h2 {
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .solution-step,
  .solution-screen {
    transition: none;
  }
  .closing-flow__layer {
    animation: none;
  }
}
