:root {
  --black: #050507;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --paper: #f5f5f7;
  --white: #ffffff;
  --blue: #0071e3;
  --hairline: rgba(29, 29, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC",
    "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

::selection {
  color: #fff;
  background: var(--blue);
}

.scroll-progress {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left;
  background: linear-gradient(90deg, #2997ff, #a7c7ff);
  animation: page-progress linear;
  animation-timeline: scroll();
}

@keyframes page-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 64px;
  padding: 0 max(24px, 4.5vw);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--ink);
  background: rgba(245, 245, 247, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  transition: height 250ms ease, box-shadow 250ms ease;
}

.site-header.is-scrolled {
  height: 52px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.brand-mark {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  border-radius: 9px;
  background: var(--ink);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 32px;
  font-size: 12px;
}

.nav-links a {
  opacity: 0.72;
  transition: opacity 180ms ease;
}

.nav-links a:hover {
  opacity: 1;
}

.header-cta {
  justify-self: end;
  padding: 8px 16px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  font-size: 12px;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  background: #0077ed;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 11px;
  border: 0;
  background: transparent;
}

.menu-button i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: currentColor;
}

.hero {
  padding: 144px 5vw 70px;
  text-align: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto 80px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  color: #bf4800;
  font-size: 17px;
  font-weight: 600;
}

.eyebrow {
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.section-kicker {
  letter-spacing: 0.12em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(64px, 8.4vw, 128px);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.hero-title-line {
  display: block;
}

.hero-title-second {
  margin-top: 0.12em;
}

.hero h1 .iphone-word {
  color: transparent;
  background: linear-gradient(95deg, #0c57b7 5%, #4f8fe8 48%, #8d6ee8 92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(19px, 1.8vw, 27px);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.hero-actions {
  display: flex;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  border: 0;
  background: transparent;
  font-size: 17px;
}

.primary-link span,
.secondary-link span,
.final-button span {
  font-size: 24px;
  line-height: 0;
  transition: transform 180ms ease;
}

.primary-link:hover span,
.secondary-link:hover span,
.final-button:hover span {
  transform: translateX(3px);
}

.hero-stage {
  position: relative;
  display: grid;
  width: min(1380px, 100%);
  height: min(760px, 72vw);
  min-height: 620px;
  margin: 0 auto;
  overflow: hidden;
  place-items: center;
  border-radius: 46px;
  background:
    radial-gradient(circle at 50% 46%, rgba(76, 125, 225, 0.24), transparent 27%),
    radial-gradient(circle at 14% 18%, rgba(108, 74, 190, 0.13), transparent 28%),
    linear-gradient(145deg, #17181d, #050507 72%);
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.15);
}

.stage-word {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(62px, 9vw, 146px);
  font-weight: 650;
  letter-spacing: -0.075em;
  white-space: nowrap;
}

.stage-halo {
  position: absolute;
  border: 1px solid rgba(162, 194, 255, 0.16);
  border-radius: 50%;
}

.halo-a {
  width: 640px;
  height: 640px;
}

.halo-b {
  width: 470px;
  height: 470px;
  border-color: rgba(162, 194, 255, 0.29);
  animation: halo-breathe 6s ease-in-out infinite;
}

@keyframes halo-breathe {
  50% { transform: scale(1.07); opacity: 0.58; }
}

.hero-phone {
  position: relative;
  z-index: 3;
  width: 302px;
  height: 616px;
  animation: hero-phone-float 6s ease-in-out infinite;
}

@keyframes hero-phone-float {
  0%, 100% { transform: translateY(14px) rotate(-1.5deg); }
  50% { transform: translateY(-6px) rotate(0.5deg); }
}

.phone-side {
  position: absolute;
  width: 4px;
  background: linear-gradient(#7d8189, #3d4148);
  border-radius: 3px;
}

.side-left {
  top: 146px;
  left: -4px;
  height: 76px;
  box-shadow: 0 91px 0 #555961;
}

.side-right {
  top: 187px;
  right: -4px;
  height: 98px;
}

.phone-frame {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 2px solid #9a9da2;
  border-radius: 52px;
  background: linear-gradient(140deg, #aeb1b6, #24262b 18%, #3a3d43 82%, #96999e);
  box-shadow:
    inset 0 0 0 2px #22242a,
    0 48px 100px rgba(0, 0, 0, 0.54),
    0 0 80px rgba(93, 143, 239, 0.12);
}

.dynamic-island,
.mini-island {
  position: absolute;
  z-index: 8;
  top: 20px;
  left: 50%;
  width: 90px;
  height: 25px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020203;
}

.lock-screen {
  position: relative;
  height: 100%;
  padding: 20px 18px;
  overflow: hidden;
  color: #fff;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 16%, rgba(184, 210, 255, 0.8), transparent 22%),
    radial-gradient(circle at 74% 50%, rgba(99, 113, 193, 0.78), transparent 34%),
    radial-gradient(circle at 24% 92%, rgba(29, 65, 135, 0.8), transparent 36%),
    linear-gradient(150deg, #29497b 0%, #1c2949 44%, #080b13 100%);
}

.lock-screen::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  right: -145px;
  bottom: 70px;
  border: 50px solid rgba(196, 216, 255, 0.08);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.ios-status {
  position: relative;
  z-index: 4;
  display: flex;
  padding: 1px 4px;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 650;
}

.status-signals {
  display: flex;
  align-items: end;
  gap: 2px;
}

.status-signals i {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: #fff;
}

.status-signals i:nth-child(1) { height: 4px; }
.status-signals i:nth-child(2) { height: 6px; }
.status-signals i:nth-child(3) { width: 10px; height: 6px; border-radius: 2px; }

.lock-symbol {
  position: relative;
  z-index: 2;
  margin-top: 39px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  transform: rotate(180deg);
}

.lock-date {
  position: relative;
  z-index: 2;
  margin: 19px 0 2px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 540;
}

.lock-time {
  position: relative;
  z-index: 2;
  font-size: 78px;
  font-weight: 250;
  line-height: 0.97;
  letter-spacing: -0.07em;
}

.live-activity {
  position: relative;
  z-index: 4;
  display: flex;
  margin-top: 42px;
  padding: 12px;
  align-items: center;
  gap: 11px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(9, 12, 19, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.activity-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #0c1423;
  border-radius: 12px;
  background: linear-gradient(145deg, #c9dcff, #78a9ff);
  font-family: Georgia, serif;
  font-size: 22px;
}

.live-activity div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
}

.live-activity strong {
  font-size: 11px;
  font-weight: 600;
}

.live-activity small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
}

.live-activity small i,
.capability-note i,
.online-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #30d158;
  box-shadow: 0 0 12px rgba(48, 209, 88, 0.72);
}

.live-activity b {
  color: #30d158;
  font-size: 9px;
  font-weight: 600;
}

.lock-bottom {
  position: absolute;
  z-index: 3;
  right: 17px;
  bottom: 18px;
  left: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lock-bottom span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: rgba(13, 16, 24, 0.42);
  backdrop-filter: blur(16px);
}

.lock-bottom > i {
  width: 98px;
  height: 4px;
  align-self: end;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.stage-card {
  position: absolute;
  z-index: 4;
  display: flex;
  min-width: 168px;
  padding: 18px;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;
  background: rgba(31, 33, 42, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(24px);
}

.stage-card small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.stage-card strong {
  font-size: 18px;
  font-weight: 600;
}

.stage-card-left {
  top: 37%;
  left: 11%;
}

.stage-card-right {
  right: 10%;
  bottom: 26%;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.stage-card-right div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.online-dot {
  width: 10px;
  height: 10px;
}

.ios-section,
.life-section,
.faq-section {
  padding: 150px max(24px, 7vw);
}

.ios-section {
  text-align: center;
}

.ios-section h2,
.capabilities-intro h2,
.life-heading h2,
.faq-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(54px, 7.2vw, 110px);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.section-lead {
  margin: 36px 0 72px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.ios-proof {
  position: relative;
  display: grid;
  width: min(1280px, 100%);
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
  place-items: center;
  border-radius: 44px;
  background:
    radial-gradient(circle at 70% 28%, rgba(160, 198, 255, 0.68), transparent 28%),
    linear-gradient(145deg, #dae5f6 0%, #aebed7 52%, #8294b2 100%);
}

.ios-proof-word {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(180px, 27vw, 450px);
  font-weight: 700;
  letter-spacing: -0.11em;
  text-shadow: 0 28px 60px rgba(42, 65, 105, 0.14);
}

.ios-orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset -20px -25px 50px rgba(61, 81, 118, 0.12), 0 25px 70px rgba(49, 66, 96, 0.15);
  backdrop-filter: blur(12px);
}

.orb-large {
  top: 13%;
  left: 8%;
  width: 190px;
  height: 190px;
}

.orb-small {
  right: 10%;
  bottom: 12%;
  width: 95px;
  height: 95px;
}

.ios-chip {
  position: absolute;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  align-content: center;
  gap: 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 44px;
  background: rgba(15, 20, 30, 0.62);
  box-shadow: 0 38px 90px rgba(24, 36, 58, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  transform: rotate(-7deg);
}

.ios-chip span {
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 0.8;
}

.ios-chip small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  letter-spacing: 0.2em;
}

.capabilities-section {
  color: #f5f5f7;
  background: var(--black);
}

.capabilities-intro {
  padding: 150px max(24px, 7vw) 90px;
  text-align: center;
}

.section-kicker.on-dark {
  color: #2997ff;
}

.capabilities-intro > p:last-child {
  margin: 32px 0 0;
  color: #86868b;
  font-size: 19px;
}

.capability-layout {
  display: grid;
  width: min(1460px, 100%);
  margin: 0 auto;
  padding: 0 max(24px, 5vw) 150px;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 6vw;
}

.capability-steps {
  padding-top: 6vh;
}

.capability-step {
  display: flex;
  min-height: 68vh;
  padding: 70px 0;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  opacity: 0.27;
  outline: none;
  transition: opacity 450ms ease, transform 450ms ease;
}

.capability-step.is-active {
  opacity: 1;
  transform: translateX(10px);
}

.capability-meta {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  gap: 15px;
}

.capability-meta span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 9px;
}

.capability-meta p {
  margin: 0;
  color: #86868b;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.capability-step h3 {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 76px);
  font-weight: 620;
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.capability-step h3 span {
  display: block;
}

.capability-copy {
  max-width: 540px;
  margin: 34px 0 0;
  color: #86868b;
  font-size: 17px;
  line-height: 1.75;
}

.capability-note {
  display: flex;
  margin: 34px 0 0;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.capability-stage {
  position: sticky;
  top: 0;
  display: grid;
  height: 100vh;
  place-items: center;
}

.stage-counter {
  position: absolute;
  z-index: 3;
  top: 88px;
  right: 4px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
}

.stage-counter span:first-child {
  color: #fff;
}

.stage-counter i {
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.capability-visual {
  position: relative;
  display: grid;
  width: 100%;
  height: 74vh;
  min-height: 570px;
  max-height: 780px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 42%, rgba(68, 112, 203, 0.24), transparent 32%),
    linear-gradient(145deg, #17181d, #0a0a0d 72%);
  animation: visual-enter 520ms cubic-bezier(.2,.75,.25,1);
}

@keyframes visual-enter {
  from { opacity: 0.35; transform: scale(0.975); filter: blur(8px); }
  to { opacity: 1; transform: scale(1); filter: blur(0); }
}

.native-visual {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.native-device {
  position: relative;
  width: 260px;
  height: 520px;
  padding: 7px;
  border: 2px solid #8d9096;
  border-radius: 45px;
  background: linear-gradient(145deg, #a7aab0, #2d3036 16%, #14161a 84%, #74777d);
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.48);
}

.mini-island {
  top: 18px;
  width: 78px;
  height: 22px;
}

.native-screen {
  position: relative;
  display: flex;
  height: 100%;
  padding: 55px 18px 18px;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 37px;
  background:
    radial-gradient(circle at 25% 18%, rgba(193, 215, 255, 0.65), transparent 25%),
    linear-gradient(150deg, #496da9, #1d2944 55%, #080a10);
}

.native-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.native-screen > strong {
  margin-top: 8px;
  font-size: 78px;
  font-weight: 620;
  letter-spacing: -0.08em;
}

.native-sheet {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 13px 16px 18px;
  color: var(--ink);
  border-radius: 27px;
  background: rgba(250, 250, 252, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(24px);
}

.sheet-handle {
  width: 36px;
  height: 4px;
  margin: 0 auto 18px;
  border-radius: 99px;
  background: #c9c9ce;
}

.native-sheet p {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 650;
}

.native-sheet div {
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
  color: var(--muted);
  font-size: 11px;
}

.native-sheet b {
  color: var(--ink);
  font-weight: 550;
}

.native-sheet b.green {
  color: #248a3d;
}

.native-visual > p {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.always-visual {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.always-orbit {
  position: absolute;
  border: 1px solid rgba(148, 184, 255, 0.18);
  border-radius: 50%;
}

.orbit-one {
  width: 390px;
  height: 390px;
  border-style: dashed;
  animation: orbit-spin 22s linear infinite;
}

.orbit-two {
  width: 520px;
  height: 520px;
  animation: orbit-spin 34s linear infinite reverse;
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

.always-core {
  position: relative;
  z-index: 2;
  display: flex;
  width: 270px;
  height: 270px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 0 90px rgba(71, 117, 209, 0.24), inset 0 0 60px rgba(100, 144, 231, 0.08);
  backdrop-filter: blur(18px);
}

.always-core > small {
  color: #86868b;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.always-core strong {
  margin: 8px 0;
  color: #fff;
  font-size: 80px;
  font-weight: 560;
  letter-spacing: -0.08em;
}

.always-core span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #30d158;
  font-size: 10px;
}

.always-core span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #30d158;
  box-shadow: 0 0 12px #30d158;
}

.always-timeline {
  position: absolute;
  right: 32px;
  bottom: 32px;
  left: 32px;
  display: flex;
  padding: 15px 18px;
  align-items: center;
  justify-content: space-between;
  color: #86868b;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 9px;
}

.always-timeline i {
  flex: 1;
  height: 1px;
  margin: 0 12px;
  background: linear-gradient(90deg, #2997ff, rgba(41, 151, 255, 0.12));
}

.handoff-visual {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.device-outline {
  position: absolute;
  display: grid;
  padding: 5px;
  place-items: center;
  border: 2px solid rgba(196, 216, 255, 0.8);
  background: rgba(87, 127, 207, 0.08);
  box-shadow: 0 20px 70px rgba(33, 72, 150, 0.2), inset 0 0 40px rgba(97, 142, 230, 0.1);
}

.device-outline i {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 30% 18%, rgba(183, 209, 255, 0.5), transparent 24%),
    linear-gradient(145deg, #355d9e, #121928 70%);
}

.device-phone {
  z-index: 3;
  width: 112px;
  height: 225px;
  transform: translate(-155px, 40px) rotate(-7deg);
  border-radius: 25px;
}

.device-phone i {
  border-radius: 19px;
}

.device-tablet {
  z-index: 2;
  width: 210px;
  height: 280px;
  transform: translate(4px, -15px) rotate(2deg);
  border-radius: 22px;
}

.device-tablet i {
  border-radius: 16px;
}

.device-laptop {
  z-index: 1;
  width: 330px;
  height: 206px;
  transform: translate(145px, 42px);
  border-radius: 12px;
}

.device-laptop::after {
  position: absolute;
  content: "";
  right: -18px;
  bottom: -10px;
  left: -18px;
  height: 10px;
  border-radius: 2px 2px 10px 10px;
  background: linear-gradient(#a5a9b1, #575b64);
}

.device-laptop i {
  border-radius: 7px;
}

.handoff-line {
  position: absolute;
  z-index: 0;
  height: 1px;
  transform-origin: left;
  background: linear-gradient(90deg, transparent, #2997ff, transparent);
  animation: line-pulse 2.4s ease-in-out infinite;
}

.line-one {
  width: 300px;
  transform: translate(-60px, 20px) rotate(-15deg);
}

.line-two {
  width: 330px;
  transform: translate(70px, 85px) rotate(11deg);
  animation-delay: 0.8s;
}

@keyframes line-pulse {
  50% { opacity: 0.28; transform-origin: right; }
}

.handoff-pill {
  position: absolute;
  z-index: 5;
  bottom: 37px;
  display: flex;
  padding: 11px 16px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(19, 21, 27, 0.72);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  font-size: 10px;
}

.life-section {
  background: var(--paper);
}

.life-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 8vw;
}

.life-heading h2 {
  font-size: clamp(54px, 7vw, 108px);
}

.life-heading > p {
  max-width: 430px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.life-cards {
  display: grid;
  margin-top: 90px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.life-cards article {
  display: flex;
  min-height: 430px;
  padding: 30px;
  flex-direction: column;
  border-radius: 32px;
  background: #fff;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.life-cards article:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.09);
}

.life-cards article > span {
  color: var(--muted);
  font-size: 11px;
}

.life-icon {
  display: grid;
  width: 92px;
  height: 92px;
  margin: auto;
  place-items: center;
  color: #fff;
  border-radius: 29px;
  background: linear-gradient(145deg, #82aeea, #255ca8);
  box-shadow: 0 18px 50px rgba(39, 92, 168, 0.22);
  font-size: 32px;
}

.life-cards article:nth-child(2) .life-icon {
  color: var(--ink);
  background: linear-gradient(145deg, #f1f1f4, #c2c2c8);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.11);
}

.life-cards article:nth-child(3) .life-icon {
  background: linear-gradient(145deg, #8f7dda, #4c3a96);
}

.life-cards h3 {
  margin: 0 0 12px;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.life-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 9vw;
  background: #fff;
}

.faq-heading h2 {
  font-size: clamp(48px, 5.4vw, 82px);
}

.faq-list {
  border-top: 1px solid var(--hairline);
}

.faq-list details {
  border-bottom: 1px solid var(--hairline);
}

.faq-list summary {
  display: grid;
  min-height: 92px;
  align-items: center;
  grid-template-columns: 44px 1fr 28px;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: #a1a1a6;
  font-size: 10px;
}

.faq-list summary strong {
  font-size: 17px;
  font-weight: 550;
}

.faq-list summary i {
  font-style: normal;
  font-size: 20px;
  transition: transform 220ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 570px;
  margin: -8px 28px 30px 44px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  display: grid;
  min-height: 760px;
  padding: 100px 24px;
  place-items: center;
  align-content: center;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(53, 104, 207, 0.24), transparent 28%),
    #050507;
}

.final-cta > p {
  margin: 0 0 28px;
  color: #2997ff;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.final-button {
  display: inline-flex;
  margin-top: 46px;
  padding: 13px 22px;
  align-items: center;
  gap: 8px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  font-size: 17px;
}

footer {
  display: grid;
  padding: 52px max(24px, 7vw) 32px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #f5f5f7;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  color: var(--muted);
  font-size: 12px;
}

.footer-links button {
  padding: 0;
  border: 0;
  background: transparent;
}

footer small {
  margin-top: 48px;
  grid-column: 1 / -1;
  color: #a1a1a6;
  font-size: 9px;
  line-height: 1.6;
}

.modal-backdrop {
  position: fixed;
  z-index: 250;
  inset: 0;
  display: grid;
  padding: 20px;
  place-items: center;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(18px);
  animation: modal-fade 180ms ease;
}

@keyframes modal-fade {
  from { opacity: 0; }
}

.experience-modal {
  position: relative;
  width: min(460px, 100%);
  padding: 48px;
  color: var(--ink);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.32);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  color: var(--muted);
  border: 0;
  border-radius: 50%;
  background: #e8e8ed;
  font-size: 20px;
}

.modal-brand {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  border-radius: 18px;
  background: var(--ink);
  font-family: Georgia, serif;
  font-size: 34px;
}

.experience-modal > p:first-of-type {
  margin: 30px 0 10px;
  color: var(--blue);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.experience-modal h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -0.045em;
}

.modal-copy {
  margin: 18px 0 0 !important;
  color: var(--muted) !important;
  font-size: 14px !important;
  line-height: 1.7;
  letter-spacing: 0 !important;
}

.modal-tags {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.modal-tags span {
  padding: 8px 12px;
  color: var(--muted);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  font-size: 11px;
}

.modal-button {
  width: 100%;
  margin-top: 28px;
  padding: 13px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .hero-stage,
  .ios-section > h2,
  .ios-proof,
  .life-heading,
  .life-cards,
  .faq-section {
    animation: content-reveal linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 28%;
  }

  @keyframes content-reveal {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 980px) {
  .hero-stage {
    height: 690px;
  }

  .stage-card-left {
    left: 5%;
  }

  .stage-card-right {
    right: 4%;
  }

  .capability-layout {
    gap: 4vw;
  }

  .capability-step h3 {
    font-size: 48px;
  }

  .life-heading,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .life-heading > p {
    margin-top: 28px;
  }

  .life-cards {
    grid-template-columns: 1fr;
  }

  .life-cards article {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 56px;
    padding: 0 18px;
    grid-template-columns: 1fr auto;
  }

  .site-header.is-scrolled {
    height: 52px;
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 62px;
    right: 12px;
    left: 12px;
    display: flex;
    padding: 20px;
    transform: translateY(-12px);
    flex-direction: column;
    gap: 0;
    color: #fff;
    border-radius: 18px;
    background: rgba(20, 20, 23, 0.96);
    opacity: 0;
    pointer-events: none;
    transition: 180ms ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 12px;
  }

  .hero {
    padding: 110px 16px 42px;
  }

  .hero-copy {
    margin-bottom: 50px;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: clamp(51px, 15.5vw, 74px);
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 25px;
    gap: 20px;
  }

  .primary-link,
  .secondary-link {
    font-size: 14px;
  }

  .hero-stage {
    height: 570px;
    min-height: 0;
    border-radius: 29px;
  }

  .stage-word {
    top: 34px;
    font-size: 54px;
  }

  .hero-phone {
    width: 226px;
    height: 462px;
  }

  .phone-frame {
    padding: 6px;
    border-radius: 39px;
  }

  .lock-screen {
    padding: 15px 13px;
    border-radius: 32px;
  }

  .dynamic-island {
    top: 15px;
    width: 68px;
    height: 19px;
  }

  .lock-symbol {
    margin-top: 29px;
  }

  .lock-date {
    margin-top: 13px;
    font-size: 12px;
  }

  .lock-time {
    font-size: 58px;
  }

  .live-activity {
    margin-top: 27px;
    padding: 9px;
    border-radius: 14px;
  }

  .activity-mark {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 18px;
  }

  .lock-bottom span {
    width: 31px;
    height: 31px;
    font-size: 11px;
  }

  .lock-bottom > i {
    width: 70px;
  }

  .stage-card {
    min-width: 118px;
    padding: 12px;
    border-radius: 14px;
  }

  .stage-card small {
    font-size: 8px;
  }

  .stage-card strong {
    font-size: 13px;
  }

  .stage-card-left {
    top: 31%;
    left: 4%;
  }

  .stage-card-right {
    right: 3%;
    bottom: 18%;
  }

  .halo-a {
    width: 390px;
    height: 390px;
  }

  .halo-b {
    width: 290px;
    height: 290px;
  }

  .ios-section,
  .life-section,
  .faq-section {
    padding: 90px 20px;
  }

  .ios-section h2,
  .capabilities-intro h2,
  .life-heading h2,
  .faq-heading h2,
  .final-cta h2 {
    font-size: 48px;
  }

  .section-lead {
    margin: 25px 0 48px;
    font-size: 16px;
  }

  .ios-proof {
    height: 430px;
    border-radius: 28px;
  }

  .ios-proof-word {
    font-size: 41vw;
  }

  .ios-chip {
    width: 132px;
    height: 132px;
    border-radius: 31px;
  }

  .ios-chip span {
    font-size: 54px;
  }

  .orb-large {
    width: 100px;
    height: 100px;
  }

  .orb-small {
    width: 65px;
    height: 65px;
  }

  .capabilities-intro {
    padding: 95px 20px 60px;
  }

  .capabilities-intro > p:last-child {
    margin-top: 24px;
    font-size: 15px;
  }

  .capability-layout {
    display: flex;
    padding: 0 16px 100px;
    flex-direction: column-reverse;
  }

  .capability-stage {
  position: relative;
  z-index: 1;
  top: auto;
  height: auto;
  min-height: 0;
  padding: 0 0 32px;
  background: var(--black);
}

.capability-visual {
  height: 420px;
  min-height: 0;
  max-height: none;
  border-radius: 27px;
}
  .stage-counter {
    top: 25px;
    right: 14px;
  }

  
  .capability-steps {
    padding-top: 0;
  }

  .capability-step {
    min-height: 62vh;
    padding: 80px 6px;
  }

  .capability-step.is-active {
    transform: none;
  }

  .capability-step h3 {
    font-size: 47px;
  }

  .capability-copy {
    font-size: 15px;
  }

  .native-device {
    width: 165px;
    height: 330px;
    border-radius: 30px;
  }

  .mini-island {
    top: 13px;
    width: 52px;
    height: 15px;
  }

  .native-screen {
    padding: 38px 10px 10px;
    border-radius: 23px;
  }

  .native-screen > strong {
    font-size: 50px;
  }

  .native-sheet {
    padding: 9px 10px 11px;
    border-radius: 18px;
  }

  .sheet-handle {
    margin-bottom: 10px;
  }

  .native-sheet p {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .native-sheet div {
    padding: 6px 0;
    font-size: 8px;
  }

  .native-visual > p {
    display: none;
  }

  .always-core {
    width: 190px;
    height: 190px;
  }

  .always-core strong {
    font-size: 58px;
  }

  .orbit-one {
    width: 270px;
    height: 270px;
  }

  .orbit-two {
    width: 340px;
    height: 340px;
  }

  .always-timeline {
    right: 16px;
    bottom: 18px;
    left: 16px;
  }

  .device-phone {
    width: 76px;
    height: 150px;
    transform: translate(-92px, 35px) rotate(-7deg);
  }

  .device-tablet {
    width: 130px;
    height: 180px;
  }

  .device-laptop {
    width: 205px;
    height: 130px;
    transform: translate(92px, 40px);
  }

  .handoff-pill {
    bottom: 22px;
  }

  .life-heading > p {
    margin-top: 24px;
    font-size: 15px;
  }

  .life-cards {
    margin-top: 48px;
  }

  .faq-section {
    gap: 56px;
  }

  .faq-list summary {
    grid-template-columns: 36px 1fr 24px;
  }

  .faq-list summary strong {
    font-size: 14px;
  }

  .faq-list details > p {
    margin-left: 36px;
  }

  .final-cta {
    min-height: 620px;
  }

  footer {
    padding: 42px 20px 28px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  footer small {
    margin-top: 10px;
  }

  .experience-modal {
    padding: 42px 26px 28px;
  }
}
.hero-copy > .eyebrow {
  display: block !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  font-kerning: normal;
}