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

:root {
  --ink: #0b1d27;
  --ink-soft: #53666e;
  --night: #06131d;
  --night-soft: #0b2430;
  --blue: #16a9ed;
  --blue-bright: #48c7ff;
  --cyan: #87e5ff;
  --lime: #c9ff6b;
  --paper: #f6f8f5;
  --white: #fff;
  --line: rgba(11, 29, 39, 0.11);
  --shadow: 0 30px 80px rgba(5, 32, 45, 0.13);
  --radius: 30px;
  --content: 1240px;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.65 "DM Sans", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 5%, rgba(72, 199, 255, 0.09), transparent 26rem),
    var(--paper);
}

body.menu-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 16px;
  clip: auto;
  border-radius: 10px;
  background: var(--white);
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(calc(100% - 36px), var(--content));
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px 10px 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  transform: translateX(-50%);
  transition: background 250ms ease, border-color 250ms ease, box-shadow 250ms ease, top 250ms ease;
}

.site-header.scrolled {
  top: 10px;
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(246, 248, 245, 0.86);
  box-shadow: 0 12px 40px rgba(11, 29, 39, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font: 800 1.12rem/1 "Manrope", sans-serif;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 7px 10px rgba(22, 169, 237, 0.22));
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--blue-bright), #048ccd);
  box-shadow: 0 8px 18px rgba(22, 169, 237, 0.25), inset 0 1px rgba(255, 255, 255, 0.5);
  transform: rotate(-5deg);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark > span::before,
.brand-mark > span::after {
  position: absolute;
  content: "";
  background: var(--white);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.brand-mark::before {
  width: 22px;
  height: 22px;
}

.brand-mark::after {
  width: 11px;
  height: 11px;
  background: var(--blue);
  transform: rotate(45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav a {
  color: #27404a;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--blue);
}

.site-nav .nav-cta {
  padding: 12px 19px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(11, 29, 39, 0.15);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--ink);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--white);
  transition: transform 180ms ease;
}

.section {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.hero {
  position: relative;
  display: grid;
  min-height: 820px;
  overflow: hidden;
  contain: paint;
  grid-template-columns: 0.93fr 1.07fr;
  align-items: center;
  gap: clamp(20px, 4vw, 70px);
  padding-top: 104px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding: 70px 0 50px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #44717e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow > span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--blue);
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: clamp(3.35rem, 5.4vw, 5.55rem);
  font-weight: 700;
  line-height: 0.98;
}

h1 span,
h2 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lede {
  max-width: 590px;
  margin: 0 0 32px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 21px;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(11, 29, 39, 0.18);
}

.button-primary:hover {
  box-shadow: 0 19px 34px rgba(11, 29, 39, 0.25);
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.button-ghost {
  color: var(--ink);
}

.play-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.play-icon::after {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--ink);
  content: "";
}

.trust-row {
  display: flex;
  max-width: 560px;
  gap: 0;
  margin-top: 45px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.trust-row > div {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 0 18px;
  border-left: 1px solid var(--line);
}

.trust-row > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-row strong {
  font: 700 0.93rem "Manrope", sans-serif;
}

.trust-row span {
  overflow: hidden;
  color: #75858a;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-visual {
  position: relative;
  height: 690px;
  perspective: 1500px;
  transform-style: preserve-3d;
}

.hero-visual::before {
  position: absolute;
  inset: 8% 3% 5% 9%;
  border-radius: 48% 52% 45% 55% / 55% 43% 57% 45%;
  background:
    radial-gradient(circle at 70% 25%, rgba(135, 229, 255, 0.9), transparent 16%),
    linear-gradient(145deg, #17abed, #087fc2 65%, #075982);
  box-shadow: 0 60px 100px rgba(4, 123, 176, 0.27), inset 0 1px rgba(255, 255, 255, 0.5);
  content: "";
  transform: translateZ(-50px) rotate(-4deg);
}

.hero-visual::after {
  position: absolute;
  right: -14%;
  bottom: 8%;
  width: 70%;
  height: 16%;
  border-radius: 50%;
  background: rgba(5, 62, 87, 0.19);
  filter: blur(36px);
  content: "";
  transform: translateZ(-80px) rotate(-8deg);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.glow-one {
  top: 18%;
  right: 35%;
  width: 11px;
  height: 11px;
  background: var(--lime);
  box-shadow: 0 0 35px 12px rgba(201, 255, 107, 0.25);
}

.glow-two {
  right: 3%;
  bottom: 22%;
  width: 8px;
  height: 8px;
  background: var(--cyan);
  box-shadow: 0 0 40px 14px rgba(135, 229, 255, 0.28);
}

.orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.orbit::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px var(--lime);
  content: "";
}

.orbit-one {
  inset: 14% -3% 4% 4%;
  transform: rotate(12deg);
}

.orbit-one::after {
  top: 14%;
  left: 12%;
}

.orbit-two {
  inset: 4% 8% 14% 19%;
  transform: rotate(-13deg);
}

.orbit-two::after {
  right: 3%;
  bottom: 27%;
}

.phone-stage {
  position: absolute;
  z-index: 2;
  inset: 2% 0 0 5%;
  transform: rotateY(-8deg) rotateX(3deg);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.phone {
  position: absolute;
  top: 8%;
  left: 28%;
  width: min(290px, 44%);
  aspect-ratio: 0.495;
  padding: 8px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: 42px;
  background: #051119;
  box-shadow:
    0 50px 70px rgba(3, 29, 42, 0.4),
    0 12px 24px rgba(3, 29, 42, 0.24),
    inset 0 0 0 2px rgba(255, 255, 255, 0.11);
  transform-style: preserve-3d;
}

.phone-main {
  z-index: 3;
  transform: translateZ(70px) rotate(-2deg);
}

.phone-back {
  top: 14%;
  left: 10%;
  opacity: 0.92;
  transform: translateZ(-30px) rotate(-11deg) scale(0.9);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #e8f3f5;
}

.dynamic-island {
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 50%;
  width: 78px;
  height: 22px;
  border-radius: 20px;
  background: #06131d;
  transform: translateX(-50%);
}

.app-topbar {
  position: absolute;
  z-index: 6;
  top: 42px;
  right: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.app-topbar > span:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.2;
}

.app-topbar small {
  color: #6b7e83;
  font-size: 0.47rem;
}

.app-topbar strong {
  font: 700 0.72rem "Manrope", sans-serif;
}

.app-avatar,
.avatar-large {
  display: grid;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd88c, #ff9a73);
  color: #5a301e;
  font-size: 0.58rem;
  font-weight: 700;
  place-items: center;
}

.app-avatar {
  width: 28px;
  height: 28px;
}

.app-topbar button {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 0.55rem;
}

.map-grid {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(38deg, transparent 48%, rgba(255, 255, 255, 0.5) 49% 53%, transparent 54%) 0 0 / 70px 80px,
    linear-gradient(-25deg, transparent 47%, rgba(255, 255, 255, 0.66) 48% 52%, transparent 53%) 5px 0 / 115px 90px,
    #dcebee;
}

.road {
  position: absolute;
  height: 5px;
  border: 1px solid rgba(147, 174, 179, 0.4);
  background: rgba(255, 255, 255, 0.74);
  transform-origin: left;
}

.road-a {
  top: 32%;
  left: -10%;
  width: 130%;
  transform: rotate(23deg);
}

.road-b {
  top: 62%;
  left: -15%;
  width: 130%;
  transform: rotate(-36deg);
}

.road-c {
  top: 5%;
  left: 56%;
  width: 110%;
  transform: rotate(89deg);
}

.water {
  position: absolute;
  right: -20%;
  bottom: 8%;
  width: 64%;
  height: 30%;
  border-radius: 50% 0 0;
  background: #b8dfeb;
  transform: rotate(-20deg);
}

.map-person {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--ink);
  font-size: 0.44rem;
  font-weight: 700;
}

.map-person span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 50% 50% 50% 12px;
  background: linear-gradient(145deg, #ffd88c, #ff9a73);
  box-shadow: 0 5px 14px rgba(11, 29, 39, 0.2);
  transform: rotate(-45deg);
}

.map-person span::first-letter {
  transform: rotate(45deg);
}

.map-person small {
  margin-top: 2px;
  padding: 1px 5px;
  border-radius: 5px;
  background: var(--white);
}

.person-one {
  top: 30%;
  left: 54%;
}

.person-two {
  top: 48%;
  left: 18%;
}

.person-two span {
  background: linear-gradient(145deg, #c6b8ff, #896fff);
}

.person-three {
  top: 60%;
  right: 16%;
}

.person-three span {
  background: linear-gradient(145deg, #b6f4d0, #4fd797);
}

.map-card {
  position: absolute;
  z-index: 6;
  right: 10px;
  bottom: 57px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 10px 28px rgba(11, 29, 39, 0.12);
  backdrop-filter: blur(12px);
}

.avatar-large {
  width: 34px;
  height: 34px;
}

.map-card > span:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
  line-height: 1.25;
}

.map-card strong {
  font: 700 0.58rem "Manrope", sans-serif;
}

.map-card small {
  color: #73858b;
  font-size: 0.43rem;
}

.map-card button {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
}

.app-tabs {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  padding: 12px 5px 15px;
  background: rgba(255, 255, 255, 0.96);
  color: #839097;
  font-size: 0.42rem;
}

.app-tabs .active {
  color: var(--blue);
  font-weight: 700;
}

.story-screen {
  padding: 42px 15px 15px;
  background: #d9eef3;
}

.mini-topbar {
  position: absolute;
  top: 14px;
  right: 18px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 0.46rem;
}

.story-screen p {
  margin: 0 0 10px;
  font: 700 0.75rem "Manrope", sans-serif;
}

.story-photo {
  display: flex;
  height: 76%;
  align-items: flex-end;
  padding: 15px;
  border-radius: 20px;
  background:
    linear-gradient(0deg, rgba(5, 20, 29, 0.55), transparent 55%),
    radial-gradient(circle at 40% 25%, #ffe4a0 0 10%, transparent 11%),
    linear-gradient(155deg, #70c7d7 0 43%, #376f75 44% 55%, #173f43 56%);
  color: white;
  font: 700 0.7rem "Manrope", sans-serif;
}

.floating-pill {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 186px;
  padding: 11px 14px 11px 10px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 16px 36px rgba(5, 47, 66, 0.18);
  backdrop-filter: blur(16px);
  animation: float 5s ease-in-out infinite;
}

.floating-pill > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.floating-pill small {
  color: #789097;
  font-size: 0.54rem;
}

.floating-pill strong {
  font: 700 0.68rem "Manrope", sans-serif;
}

.pill-icon {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #e5f8ff;
  color: var(--blue);
  font-weight: 800;
  place-items: center;
}

.pin-icon::before {
  width: 10px;
  height: 10px;
  border: 3px solid var(--blue);
  border-radius: 50% 50% 50% 0;
  content: "";
  transform: rotate(-45deg);
}

.pill-arrived {
  top: 18%;
  right: -3%;
}

.pill-safe {
  bottom: 17%;
  left: 1%;
  animation-delay: -2.4s;
}

.check-icon {
  background: #ecf9df;
  color: #55a825;
}

@keyframes float {
  0%,
  100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

.marquee {
  max-width: 100%;
  overflow: hidden;
  contain: inline-size paint;
  padding: 17px 0;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.marquee > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 35px;
  animation: marquee 28s linear infinite;
}

.marquee span {
  color: #60747b;
  font: 600 0.7rem "Manrope", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.marquee i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.features {
  padding-block: clamp(90px, 10vw, 145px);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 50px;
}

.section-heading h2,
.privacy-copy h2,
.connection-copy h2,
.cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.2vw, 4rem);
  font-weight: 650;
  line-height: 1.08;
}

.section-heading > p {
  max-width: 410px;
  margin: 0 0 5px auto;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  display: flex;
  min-height: 530px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  background: #e8f3f5;
  box-shadow: 0 14px 40px rgba(9, 48, 64, 0.08);
  transform-style: preserve-3d;
  transition: transform 350ms ease, box-shadow 350ms ease;
}

.feature-card:hover {
  box-shadow: 0 30px 70px rgba(9, 48, 64, 0.16);
  transform: translateY(-9px) rotateX(1deg);
}

.feature-card:nth-child(2) {
  background: #edf4df;
}

.feature-card:nth-child(3) {
  background: #eae7f6;
}

.card-number {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 24px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(11, 29, 39, 0.12);
  border-radius: 50%;
  color: #60747b;
  font-size: 0.68rem;
  font-weight: 700;
}

.feature-content {
  position: relative;
  z-index: 4;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 32px rgba(11, 29, 39, 0.08);
  backdrop-filter: blur(15px);
}

.feature-icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: var(--ink);
  place-items: center;
}

.feature-icon::before {
  width: 11px;
  height: 11px;
  border: 2px solid white;
  border-radius: 50% 50% 50% 0;
  content: "";
  transform: rotate(-45deg);
}

.bell-icon::before {
  width: 11px;
  height: 12px;
  border: 2px solid white;
  border-radius: 7px 7px 4px 4px;
  transform: none;
}

.drive-icon::before {
  width: 17px;
  height: 8px;
  border: 2px solid white;
  border-radius: 8px 8px 4px 4px;
  transform: none;
}

.feature-content h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.feature-content p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.87rem;
  line-height: 1.7;
}

.mini-map {
  position: absolute;
  inset: 0 0 38%;
  background:
    linear-gradient(25deg, transparent 47%, rgba(255, 255, 255, 0.7) 48% 53%, transparent 54%) 0 0 / 80px 90px,
    linear-gradient(-35deg, transparent 48%, rgba(255, 255, 255, 0.55) 49% 53%, transparent 54%) 0 0 / 120px 110px;
}

.route {
  position: absolute;
  top: 18%;
  left: 17%;
  width: 64%;
  height: 66%;
  border: 3px dashed rgba(22, 169, 237, 0.7);
  border-color: var(--blue) transparent var(--blue) var(--blue);
  border-radius: 50%;
  transform: rotate(-24deg);
}

.map-dot {
  position: absolute;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 4px solid white;
  border-radius: 50%;
  background: #ffae84;
  box-shadow: 0 8px 18px rgba(11, 29, 39, 0.15);
  color: #63341e;
  font-size: 0.7rem;
  font-weight: 700;
}

.dot-a { top: 19%; left: 17%; }
.dot-b { top: 48%; right: 15%; background: #aa9cf1; }
.dot-c { top: 70%; left: 31%; background: #74dbae; }

.place-rings {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  height: 290px;
}

.place-rings span {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(86, 145, 61, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.place-rings span:nth-child(1) { width: 245px; height: 245px; }
.place-rings span:nth-child(2) { width: 178px; height: 178px; }
.place-rings span:nth-child(3) { width: 108px; height: 108px; background: rgba(201, 255, 107, 0.24); }

.place-rings i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 21px;
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(11, 29, 39, 0.24);
  color: white;
  font-size: 1.55rem;
  font-style: normal;
  transform: translate(-50%, -50%) rotate(-5deg);
}

.drive-score {
  position: absolute;
  top: 65px;
  right: 10%;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.drive-score svg {
  width: 100%;
  overflow: visible;
}

.drive-score path {
  fill: none;
  stroke: rgba(59, 48, 107, 0.12);
  stroke-linecap: round;
  stroke-width: 15;
}

.drive-score .score-line {
  stroke: url("#score");
  stroke: #806de0;
  stroke-dasharray: 200 260;
}

.drive-score strong {
  margin-top: -55px;
  font: 700 3.4rem/1 "Manrope", sans-serif;
  letter-spacing: -0.07em;
}

.drive-score small {
  margin-top: 6px;
  color: #6b5daf;
  font-weight: 700;
}

.connection {
  padding-bottom: clamp(90px, 10vw, 145px);
}

.connection-card {
  position: relative;
  display: grid;
  min-height: 680px;
  overflow: hidden;
  contain: paint;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  padding: clamp(35px, 6vw, 82px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 85% 10%, rgba(72, 199, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #061720, #092b38);
  box-shadow: 0 35px 80px rgba(5, 28, 39, 0.2);
  color: white;
}

.connection-card::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to right, transparent, black);
}

.connection-copy {
  position: relative;
  z-index: 3;
}

.eyebrow.light {
  color: #8cc5d5;
}

.connection-copy h2 em,
.cta h2 em {
  color: var(--cyan);
}

.connection-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 33px;
  color: #a9c0c8;
  font-size: 0.95rem;
}

.steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.steps li > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: rgba(72, 199, 255, 0.13);
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 700;
}

.steps div {
  display: flex;
  flex-direction: column;
}

.steps strong {
  font: 600 0.87rem "Manrope", sans-serif;
}

.steps small {
  color: #829da7;
  font-size: 0.73rem;
}

.nest-visual {
  position: relative;
  z-index: 2;
  height: 520px;
  perspective: 1000px;
  transform: rotateX(62deg) rotateZ(-12deg);
  transform-style: preserve-3d;
}

.nest-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(135, 229, 255, 0.27);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-outer { width: 440px; height: 440px; box-shadow: 0 0 60px rgba(72, 199, 255, 0.06); }
.ring-middle { width: 310px; height: 310px; }
.ring-inner { width: 178px; height: 178px; background: rgba(72, 199, 255, 0.05); }

.nest-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 145px;
  height: 145px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(6, 27, 37, 0.92);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  transform: translate3d(-50%, -50%, 70px) rotateZ(12deg) rotateX(-62deg);
}

.nest-core .brand-mark {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.nest-core strong {
  font: 700 0.85rem "Manrope", sans-serif;
}

.nest-core small {
  color: #79a8b8;
  font-size: 0.6rem;
}

.nest-person {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd88c, #ff9a73);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
  color: #5c311e;
  font-size: 0.8rem;
  font-weight: 800;
  transform: rotateZ(12deg) rotateX(-62deg) translateZ(40px);
}

.nest-a { top: 9%; left: 45%; }
.nest-b { top: 40%; right: 1%; background: linear-gradient(145deg, #c6b8ff, #896fff); }
.nest-c { right: 24%; bottom: 5%; background: linear-gradient(145deg, #b6f4d0, #4fd797); }
.nest-d { bottom: 19%; left: 2%; background: linear-gradient(145deg, #ffadd1, #e5629c); }

.privacy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(45px, 8vw, 120px);
  padding-bottom: clamp(100px, 11vw, 160px);
}

.privacy-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  border-radius: 40px;
  background:
    radial-gradient(circle at center, rgba(72, 199, 255, 0.28), transparent 38%),
    linear-gradient(145deg, #dbeef2, #edf4ef);
  perspective: 1000px;
}

.privacy-visual::before,
.privacy-visual::after {
  position: absolute;
  border: 1px solid rgba(22, 169, 237, 0.18);
  border-radius: 50%;
  content: "";
}

.privacy-visual::before { width: 360px; height: 360px; }
.privacy-visual::after { width: 450px; height: 450px; }

.shield {
  position: relative;
  z-index: 2;
  display: grid;
  width: 190px;
  height: 220px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 75px 75px 90px 90px / 55px 55px 120px 120px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(183, 231, 244, 0.65));
  box-shadow: 0 40px 70px rgba(11, 93, 126, 0.22), inset 10px 10px 30px rgba(255, 255, 255, 0.8);
  transform: rotateY(-11deg) rotateX(5deg);
}

.shield .brand-mark {
  width: 72px;
  height: 72px;
  border-radius: 24px;
}

.shield .brand-mark::before { width: 42px; height: 42px; }
.shield .brand-mark::after { width: 20px; height: 20px; }

.shield-shine {
  position: absolute;
  top: 24px;
  left: 31px;
  width: 60px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent);
  filter: blur(8px);
  transform: rotate(-15deg);
}

.privacy-chip {
  position: absolute;
  z-index: 3;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(11, 58, 76, 0.12);
  color: #49717d;
  font-size: 0.68rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.chip-one { top: 22%; left: 8%; }
.chip-two { top: 28%; right: 7%; }
.chip-three { right: 13%; bottom: 17%; }

.privacy-copy > p:not(.eyebrow) {
  margin: 24px 0 28px;
  color: var(--ink-soft);
}

.privacy-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.91rem;
  font-weight: 600;
}

.privacy-list span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #e0f6fd;
  color: var(--blue);
  font-size: 0.72rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  color: var(--blue);
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.cta {
  position: relative;
  overflow: hidden;
  contain: paint;
  margin-bottom: 28px;
  padding: clamp(70px, 10vw, 125px) 24px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 90%, rgba(72, 199, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #0a2733, #06131d);
  box-shadow: 0 30px 80px rgba(5, 28, 39, 0.2);
  color: white;
  text-align: center;
}

.cta .eyebrow {
  justify-content: center;
}

.cta h2 {
  position: relative;
  z-index: 2;
}

.cta > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 550px;
  margin: 24px auto 30px;
  color: #9db6c0;
}

.button-light {
  position: relative;
  z-index: 2;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.cta-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 820px;
  height: 320px;
  border: 1px solid rgba(135, 229, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.cta-orbit::before,
.cta-orbit::after {
  position: absolute;
  border: 1px solid rgba(135, 229, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.cta-orbit::before { inset: 50px -80px; }
.cta-orbit::after { inset: -50px 80px; }

.site-footer {
  padding: 70px max(24px, calc((100vw - var(--content)) / 2)) 30px;
  background: var(--night);
  color: white;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  padding-bottom: 60px;
}

.brand-light {
  color: white;
}

.footer-main > div:first-child > p {
  color: #7f9ba6;
  font-size: 0.87rem;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-nav > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav strong {
  margin-bottom: 7px;
  color: #d9e7eb;
  font: 600 0.76rem "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-nav a {
  color: #78949f;
  font-size: 0.78rem;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-nav a:hover {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #58737e;
  font-size: 0.7rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero {
    min-height: 740px;
    grid-template-columns: 1fr 0.95fr;
  }

  .hero-visual {
    height: 590px;
  }

  .phone {
    left: 25%;
    width: 48%;
  }

  .pill-arrived { right: -6%; }
  .floating-pill { min-width: 165px; }

  .feature-card {
    min-height: 510px;
  }

  .connection-card {
    grid-template-columns: 1fr 0.9fr;
  }

  .ring-outer { width: 360px; height: 360px; }
  .ring-middle { width: 260px; height: 260px; }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 60px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    opacity: 0;
    background: rgba(246, 248, 245, 0.98);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .site-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 13px 14px;
    border-radius: 10px;
  }

  .site-nav .nav-cta {
    margin-top: 5px;
    text-align: center;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 135px;
    text-align: center;
  }

  .hero-copy {
    padding: 30px 0 0;
  }

  .hero-copy .eyebrow,
  .hero-actions {
    justify-content: center;
  }

  h1,
  .hero-lede {
    margin-right: auto;
    margin-left: auto;
  }

  .trust-row {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .hero-visual {
    width: min(100%, 650px);
    height: 640px;
    margin: -30px auto 30px;
  }

  .phone { width: 42%; }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading > p {
    max-width: 620px;
    margin-left: 0;
  }

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

  .feature-card:last-child {
    grid-column: 1 / -1;
    min-height: 430px;
  }

  .feature-card:last-child .drive-score {
    right: 23%;
    left: 23%;
  }

  .connection-card {
    grid-template-columns: 1fr;
  }

  .nest-visual {
    height: 470px;
    margin: -20px 0 -60px;
  }

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

  .privacy-visual {
    min-height: 480px;
  }

  .privacy-copy {
    max-width: 700px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 620px) {
  .section {
    width: min(calc(100% - 28px), var(--content));
  }

  .site-header {
    top: 8px;
    width: calc(100% - 20px);
    padding-left: 14px;
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(246, 248, 245, 0.88);
    box-shadow: 0 8px 28px rgba(11, 29, 39, 0.08);
    backdrop-filter: blur(16px);
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding-top: 100px;
  }

  h1 {
    font-size: clamp(2.8rem, 13.5vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-row {
    margin-top: 33px;
  }

  .trust-row > div {
    padding-inline: 9px;
  }

  .trust-row strong {
    font-size: 0.78rem;
  }

  .trust-row span {
    font-size: 0.57rem;
  }

  .hero-visual {
    height: 490px;
    margin-top: 0;
  }

  .hero-visual::before {
    inset: 7% -5% 3% 3%;
  }

  .phone-stage {
    inset-inline: 0;
  }

  .phone {
    top: 8%;
    left: 30%;
    width: 48%;
    border-radius: 29px;
  }

  .phone-screen {
    border-radius: 22px;
  }

  .phone-back {
    left: 7%;
  }

  .floating-pill {
    min-width: 151px;
    padding: 8px;
  }

  .pill-arrived {
    top: 16%;
    right: -3%;
  }

  .pill-safe {
    bottom: 10%;
    left: 0;
  }

  .pill-icon {
    width: 30px;
    height: 30px;
  }

  .floating-pill strong { font-size: 0.57rem; }
  .floating-pill small { font-size: 0.48rem; }

  .dynamic-island {
    width: 55px;
    height: 16px;
  }

  .app-topbar { top: 31px; }
  .map-card { bottom: 43px; }
  .app-tabs { padding-block: 9px 11px; }

  .features {
    padding-block: 85px;
  }

  .section-heading h2,
  .privacy-copy h2,
  .connection-copy h2,
  .cta h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

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

  .feature-card,
  .feature-card:last-child {
    min-height: 485px;
    grid-column: auto;
    padding: 14px;
    border-radius: 24px;
  }

  .feature-content {
    padding: 22px;
  }

  .feature-card:last-child .drive-score {
    right: 10%;
    left: 10%;
  }

  .connection-card {
    padding: 40px 22px 25px;
    border-radius: 28px;
  }

  .nest-visual {
    height: 400px;
    transform: rotateX(65deg) rotateZ(-12deg) scale(0.78);
  }

  .privacy {
    gap: 50px;
  }

  .privacy-visual {
    min-height: 390px;
    border-radius: 28px;
  }

  .privacy-visual::before { width: 280px; height: 280px; }
  .privacy-visual::after { width: 340px; height: 340px; }

  .shield {
    width: 145px;
    height: 175px;
  }

  .shield .brand-mark {
    width: 60px;
    height: 60px;
  }

  .privacy-chip {
    font-size: 0.57rem;
  }

  .chip-one { left: 4%; }
  .chip-two { right: 3%; }

  .cta {
    width: calc(100% - 20px);
    padding-inline: 20px;
    border-radius: 28px;
  }

  .site-footer {
    padding-top: 50px;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 380px) {
  .hero-visual {
    height: 430px;
  }

  .floating-pill {
    min-width: 137px;
  }

  .pill-arrived { right: -7%; }
  .phone { width: 52%; left: 28%; }

  .trust-row {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .trust-row > div {
    min-width: 33%;
  }

  .feature-content h3 {
    font-size: 1.18rem;
  }

  .nest-visual {
    margin-inline: -55px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
