:root {
  --ink: #061827;
  --ink-soft: #314352;
  --muted: #687782;
  --cream: #f7f2ea;
  --sand: #ebe2d6;
  --card: rgba(255, 252, 246, 0.88);
  --white: #fffdf8;
  --teal: #0c756d;
  --teal-dark: #064f4a;
  --navy: #001d36;
  --clay: #b97355;
  --mint: #dbeee8;
  --shadow: 0 28px 80px rgba(8, 27, 39, 0.14);
  --soft-shadow: 0 16px 45px rgba(8, 27, 39, 0.1);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1180px;
  --font-sans: "SF Pro Rounded", "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, #fbf8f1 0%, var(--cream) 48%, #efe7dc 100%);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(6, 24, 39, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 24, 39, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(24px);
  background: rgba(247, 242, 234, 0.74);
  border-bottom: 1px solid rgba(6, 24, 39, 0.08);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 24px;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ink-soft);
  font-weight: 700;
  font-size: 14px;
}

.nav-cta,
.button-primary,
.button-secondary,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
}

button {
  font: inherit;
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.nav-cta,
.button-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 16px 36px rgba(0, 29, 54, 0.2);
}

.nav-cta {
  padding: 11px 18px;
}

.button-primary,
.button-secondary {
  padding: 15px 22px;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(6, 24, 39, 0.1);
}

.button-ghost {
  padding: 12px 14px;
  color: var(--teal-dark);
}

.hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 78px 24px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  align-items: center;
  gap: 44px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
  font-size: 12px;
}

.hero h1,
.section-heading h2,
.legal-hero h1 {
  margin: 0;
  font-family: var(--font-sans);
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 8vw, 104px);
}

.hero-copy {
  max-width: 610px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

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

.hero-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-stage {
  min-height: 600px;
  position: relative;
  display: grid;
  place-items: center;
  max-width: 100%;
  overflow: hidden;
  background: transparent;
}

.phone-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  width: min(620px, 100%);
  min-height: 560px;
  background: transparent;
  box-shadow: none;
  filter: none;
}

.phone {
  position: relative;
  width: clamp(220px, 22vw, 282px);
  aspect-ratio: 390 / 844;
  border-radius: clamp(36px, 4vw, 50px);
  padding: 7px;
  background: #0b1015;
  box-shadow: none;
  filter: none;
  overflow: hidden;
  clip-path: inset(0 round clamp(36px, 4vw, 50px));
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.phone.phone-screenshot {
  background: #0a0f14;
  border: 1px solid rgba(3, 8, 13, 0.92);
  box-shadow: 0 20px 38px rgba(0, 29, 54, 0.18);
  filter: none;
}

.phone.phone-screenshot::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 16%;
  width: 2px;
  height: 7%;
  border-radius: 3px 0 0 3px;
  background: #111820;
  box-shadow: 0 34px 0 #111820;
  opacity: 0.9;
}

.hero-phone-welcome {
  width: clamp(190px, 17vw, 226px);
  transform: rotate(-5deg) translateY(26px) translateZ(0);
}

.hero-phone-main {
  width: clamp(238px, 23vw, 300px);
  transform: rotate(3deg) translateY(-10px) translateZ(0);
}

.phone::before {
  content: "";
  position: absolute;
  width: 21%;
  height: 2.8%;
  border-radius: 999px;
  background: #05090d;
  top: 2.6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.screen {
  height: 100%;
  border-radius: clamp(31px, 3.4vw, 42px);
  overflow: hidden;
  background: #fff;
  position: relative;
  border: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.screenshot-screen {
  display: grid;
  place-items: center;
  background: #fff;
}

.screenshot-screen-start {
  background: #fffefb;
}

.screenshot-screen::before {
  display: none;
}

.screenshot-screen img {
  width: 97%;
  height: 97%;
  display: block;
  object-fit: contain;
  filter: none;
  clip-path: inset(0 round clamp(31px, 3.4vw, 42px));
  border-radius: clamp(31px, 3.4vw, 42px);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.screen-inner {
  min-height: 100%;
  padding: 28px 20px 20px;
  display: flex;
  flex-direction: column;
}

.app-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 14px;
}

.app-dot,
.avatar,
.tiny-logo {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
}

.tiny-logo {
  width: 18px;
  height: 18px;
  color: var(--white);
  background: var(--navy);
  font-size: 10px;
  margin-right: 5px;
}

.avatar {
  width: 28px;
  height: 28px;
  color: var(--white);
  background: linear-gradient(135deg, #0c756d, #001d36);
  font-size: 12px;
}

.hero-card {
  margin-top: 24px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(12, 117, 109, 0.16), transparent 26%),
    rgba(255, 252, 246, 0.82);
  box-shadow: var(--soft-shadow);
}

.hero-card h3,
.mini-title,
.place-card h3 {
  margin: 0;
  letter-spacing: -0.05em;
}

.hero-card h3 {
  max-width: 190px;
  font-size: 32px;
  line-height: 0.98;
}

.hero-card p {
  margin: 12px 0 18px;
  color: var(--ink-soft);
  font-weight: 700;
  line-height: 1.35;
}

.app-button {
  width: 100%;
  border-radius: 999px;
  padding: 14px 16px;
  color: var(--white);
  background: var(--navy);
  font-weight: 900;
  text-align: center;
  font-size: 13px;
}

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

.stat {
  padding: 13px 8px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  color: var(--muted);
  font-weight: 800;
}

.stat strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.mini-section {
  margin-top: 22px;
}

.mini-title {
  font-size: 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--mint);
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 900;
}

.list-card {
  margin-top: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.list-icon {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: var(--teal);
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.list-card strong,
.friend-row strong {
  display: block;
  font-size: 12px;
}

.list-card span,
.friend-row span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.discover-screen {
  background: linear-gradient(#f8f4ed, #eee5da);
}

.discover-heading {
  margin-top: 30px;
  font-size: 31px;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.filter-row {
  display: flex;
  gap: 8px;
  margin: 18px 0;
  overflow: hidden;
}

.filter-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.filter-row span:first-child {
  color: var(--white);
  background: var(--teal);
}

.place-card {
  min-height: 210px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(to top, rgba(0, 29, 54, 0.9), rgba(0, 29, 54, 0.08)),
    linear-gradient(135deg, #1d4152, #d88951);
  color: var(--white);
  box-shadow: 0 20px 38px rgba(0, 29, 54, 0.18);
  margin-bottom: 14px;
}

.place-card.green {
  background:
    linear-gradient(to top, rgba(0, 29, 54, 0.82), rgba(0, 29, 54, 0.04)),
    linear-gradient(135deg, #88a87a, #f4e8cf);
}

.place-card.blue {
  background:
    linear-gradient(to top, rgba(0, 29, 54, 0.78), rgba(0, 29, 54, 0.02)),
    linear-gradient(135deg, #93b9c8, #f6f7f0);
}

.place-info {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 14px;
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 252, 246, 0.9);
}

.place-info small {
  color: var(--teal-dark);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.place-info h3 {
  font-size: 18px;
}

.place-info p {
  margin: 4px 0 0;
  font-size: 10px;
  color: var(--ink-soft);
  font-weight: 800;
}

.deck-card {
  margin-top: 26px;
  flex: 1;
  border-radius: 34px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--soft-shadow);
  display: flex;
  flex-direction: column;
}

.deck-photo {
  min-height: 290px;
  background:
    linear-gradient(to bottom, rgba(0, 29, 54, 0), rgba(0, 29, 54, 0.1)),
    linear-gradient(135deg, #372313, #b77d4e 45%, #f0d6a3);
}

.deck-body {
  padding: 18px;
}

.deck-body small {
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-size: 9px;
}

.deck-body h3 {
  margin: 4px 0;
  font-size: 25px;
  letter-spacing: -0.05em;
}

.deck-actions {
  margin-top: auto;
  padding: 0 22px 22px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.round-action {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 30px rgba(0, 29, 54, 0.12);
  font-weight: 900;
  font-size: 24px;
}

.round-action.heart {
  width: 68px;
  height: 68px;
  color: var(--white);
  background: var(--navy);
}

.steps,
.flow-showcase,
.interactive-tour,
.social-architecture,
.features,
.faq-section,
.legal-strip,
.contact-section,
.screen-gallery {
  max-width: var(--max);
  margin: 0 auto;
  padding: 86px 24px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-heading h2 {
  font-size: clamp(46px, 6vw, 84px);
}

.section-heading p {
  max-width: 440px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.section-heading.centered {
  display: block;
  text-align: center;
}

.section-heading.centered p {
  margin: 16px auto 0;
}

.flow-showcase {
  max-width: 1320px;
  overflow: hidden;
}

.flow-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: clamp(10px, 1.7vw, 22px);
  align-items: end;
  max-width: 100%;
}

.flow-item {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.flow-item .phone {
  width: min(100%, 220px);
  transition: transform 260ms ease;
}

.flow-item:hover .phone {
  transform: translateY(-12px);
}

.flow-item.active .phone {
  width: min(100%, 250px);
  transform: translateY(-32px);
}

.flow-item.active:hover .phone {
  transform: translateY(-42px);
}

.flow-item > span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow-item h3 {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.04em;
}

.social-architecture {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(330px, 0.76fr);
  gap: clamp(28px, 4.2vw, 54px);
  align-items: center;
}

.social-copy h2 {
  max-width: 650px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(38px, 4.55vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.social-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 18px 0 34px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.social-architecture .tour-menu {
  max-width: 470px;
}

.social-architecture .tour-panel {
  min-height: auto;
  max-width: 600px;
  justify-self: end;
}

.midpoint-map {
  position: relative;
  margin-top: 22px;
  min-height: clamp(240px, 23vw, 310px);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 52%, rgba(219, 238, 232, 0.14), transparent 25%),
    radial-gradient(circle at 18% 16%, rgba(231, 198, 164, 0.08), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.midpoint-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.5;
}

.midpoint-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease;
}

.midpoint-map svg.is-active {
  opacity: 1;
  transform: scale(1);
}

.drive-road {
  fill: none;
  stroke: url(#driveMainRoute);
  stroke-width: 19;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.86;
}

.drive-road.major {
  stroke-width: 22;
}

.drive-road.minor {
  stroke: rgba(236, 229, 217, 0.42);
  stroke-width: 14;
}

.road-lane {
  fill: none;
  stroke: rgba(0, 29, 54, 0.25);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 10 15;
  opacity: 0.72;
}

.map-route {
  fill: none;
  stroke: url(#driveAccentRoute);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-dasharray: 2 14;
  opacity: 0.68;
  animation: routeTrace 6s linear infinite;
}

.map-route.alt {
  stroke: rgba(219, 238, 232, 0.72);
  animation-duration: 7s;
}

.map-district {
  fill: rgba(255, 255, 255, 0.045);
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1.5;
}

.map-pin circle {
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 3;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.13));
}

.map-pin text {
  fill: var(--navy);
  font-size: 11px;
  font-weight: 950;
  dominant-baseline: middle;
  text-anchor: middle;
  letter-spacing: 0;
}

.map-pin.teal circle { fill: var(--teal); }
.map-pin.clay circle { fill: var(--clay); }
.map-pin.mint circle { fill: var(--mint); }
.map-pin.navy circle { fill: #244f67; }
.map-pin.teal text,
.map-pin.clay text,
.map-pin.navy text { fill: var(--white); }

.vehicle-icon {
  fill: var(--white);
  stroke: rgba(0, 29, 54, 0.68);
  stroke-width: 2.5;
  paint-order: stroke fill;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.12));
}

.vehicle-icon path,
.vehicle-icon rect,
.vehicle-icon circle {
  vector-effect: non-scaling-stroke;
}

.vehicle-icon.train {
  fill: #77d1c7;
}

.vehicle-icon.bus {
  fill: #e0b678;
}

.vehicle-icon.ferry {
  fill: #dbeee8;
}

.vehicle-icon.car {
  fill: #fff8ec;
}

.vehicle-icon.car.clay {
  fill: #e0b678;
}

.vehicle-icon.car.mint {
  fill: #dbeee8;
}

.route-badge rect {
  fill: rgba(0, 29, 54, 0.76);
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 2.4;
}

.route-badge text {
  fill: var(--white);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.transit-line {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: none;
  animation: routeTrace 7s linear infinite;
}

.transit-line.train {
  stroke: #77d1c7;
  stroke-width: 9;
}

.transit-line.bus {
  stroke: #e0b678;
  animation-duration: 8s;
  stroke-width: 7;
  stroke-dasharray: 14 12;
}

.transit-line.ferry-line {
  stroke: #dbeee8;
  stroke-width: 6;
  stroke-dasharray: 13 15;
}

.transit-water {
  fill: rgba(119, 209, 199, 0.12);
  stroke: rgba(219, 238, 232, 0.18);
  stroke-width: 2;
}

.transit-street {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 2;
  stroke-linecap: round;
}

.station {
  fill: #fff9ed;
  stroke: var(--mint);
  stroke-width: 2.8;
}

.station.central {
  stroke: var(--white);
  fill: var(--teal);
  stroke-width: 4;
}

.station.ferry-stop {
  stroke: #dbeee8;
}

.route-badge.route-t2 rect {
  fill: rgba(185, 115, 85, 0.9);
}

.route-badge.route-t3 rect {
  fill: rgba(12, 117, 109, 0.9);
}

.geo-grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.6;
}

.pin-line {
  fill: none;
  stroke: rgba(219, 238, 232, 0.6);
  stroke-width: 2.6;
  stroke-dasharray: 6 10;
  animation: routeTrace 8s linear infinite;
}

.geo-pin path {
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 3.2;
}

.geo-pin circle {
  fill: rgba(255, 255, 255, 0.9);
}

.geo-pin.teal path { fill: var(--teal); }
.geo-pin.clay path { fill: var(--clay); }
.geo-pin.mint path { fill: var(--mint); }
.geo-pin.navy path { fill: #244f67; }

.map-person,
.midpoint-core {
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 3.6;
}

.map-person.teal { fill: var(--teal); }
.map-person.clay { fill: var(--clay); }
.map-person.mint { fill: var(--mint); }
.map-person.navy { fill: var(--navy); }

.midpoint-pulse {
  fill: rgba(219, 238, 232, 0.14);
  stroke: rgba(219, 238, 232, 0.34);
  stroke-width: 2;
  transform-origin: 356px 214px;
  animation: midpointPulse 3.4s ease-in-out infinite;
}

.midpoint-core {
  fill: var(--mint);
}

.midpoint-core.transit {
  fill: #e0b678;
}

.midpoint-core.geo {
  fill: var(--white);
}

.midpoint-map .map-label {
  fill: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.trending-dark {
  max-width: none;
  margin: 0;
  padding: 92px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 78% 10%, rgba(12, 117, 109, 0.28), transparent 30%),
    linear-gradient(145deg, #001d36 0%, #061827 72%);
}

.trending-dark .eyebrow {
  color: var(--mint);
}

.trending-head {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: end;
  margin-bottom: 44px;
}

.trending-head h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.trending-head a {
  padding-bottom: 6px;
  border-bottom: 2px solid var(--teal);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.trend-board {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.95fr);
  gap: 20px;
  align-items: stretch;
}

.trend-map {
  position: relative;
  min-height: 540px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(219, 238, 232, 0.22), transparent 18%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  background-size: auto, 52px 52px, 52px 52px, auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.trend-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.trend-map svg path {
  fill: none;
  stroke: rgba(219, 238, 232, 0.42);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 10 14;
  animation: routeTrace 7s linear infinite;
}

.trend-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 112px;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.trend-node.home {
  left: 50%;
  top: 50%;
  width: 128px;
  min-height: 128px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--mint);
  transform: translate(-50%, -50%);
}

.trend-node.north { left: 9%; top: 10%; }
.trend-node.east { right: 8%; top: 18%; }
.trend-node.south { right: 10%; bottom: 12%; }
.trend-node.west { left: 8%; bottom: 14%; }

.trend-score {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  padding: 22px;
  border-radius: 24px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.92);
}

.trend-score span,
.trend-rank {
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trend-score strong {
  display: block;
  margin-top: 7px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.trend-list {
  display: grid;
  gap: 16px;
}

.trend-place {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 164px;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.trend-place h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.trend-place p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
  font-weight: 700;
}

.discover-board {
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
}

.discover-panel,
.discover-place {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.discover-panel {
  min-height: 520px;
  padding: 24px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.discover-search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.94);
}

.discover-search span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(12, 117, 109, 0.14);
}

.discover-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.discover-filter-row span {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 900;
}

.discover-filter-row .is-active {
  color: var(--navy);
  background: var(--mint);
}

.discover-feature {
  margin-top: auto;
  padding: 24px;
  border-radius: 28px;
  color: var(--navy);
  background:
    radial-gradient(circle at 78% 18%, rgba(12, 117, 109, 0.16), transparent 30%),
    var(--white);
}

.discover-feature h3 {
  max-width: 440px;
  margin: 10px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.discover-feature p,
.discover-place p {
  line-height: 1.5;
  font-weight: 750;
}

.discover-feature p {
  color: var(--ink-soft);
}

.discover-place-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.discover-place {
  position: relative;
  min-height: 250px;
  padding: 26px;
  border-radius: 30px;
  overflow: hidden;
}

.discover-place::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(219, 238, 232, 0.14);
}

.discover-place.dinner {
  grid-row: span 2;
  min-height: 520px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(145deg, rgba(185, 115, 85, 0.52), rgba(255, 255, 255, 0.08));
  background-size: 44px 44px, 44px 44px, auto;
}

.discover-place.cocktail {
  background:
    radial-gradient(circle at 80% 20%, rgba(219, 238, 232, 0.18), transparent 34%),
    rgba(12, 117, 109, 0.42);
}

.discover-place.social {
  background:
    radial-gradient(circle at 16% 10%, rgba(231, 198, 164, 0.22), transparent 30%),
    rgba(255, 255, 255, 0.1);
}

.discover-place span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--mint);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.discover-place h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: var(--white);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.discover-place p {
  position: relative;
  z-index: 1;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
}

.discover-place strong {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 1;
  font-size: 18px;
}

.trending-head > div > p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.trend-demo {
  display: grid;
  gap: 22px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.trend-demo.is-swapping {
  opacity: 0.72;
  transform: translateY(4px);
}

.trend-demo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trend-demo-tabs button {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.trend-demo-tabs button:hover {
  transform: translateY(-2px);
}

.trend-demo-tabs button.is-active {
  color: var(--navy);
  background: var(--mint);
  border-color: transparent;
}

.trend-demo-grid {
  display: grid;
  grid-template-columns: minmax(390px, 1.05fr) minmax(320px, 0.95fr);
  gap: 20px;
  align-items: stretch;
}

.trend-radar,
.trend-preview {
  min-width: 0;
}

.trend-radar {
  display: grid;
  grid-template-rows: 1fr;
}

.radar-map {
  position: relative;
  min-height: clamp(430px, 46vw, 610px);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(119, 209, 199, 0.12), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04) 1px, transparent 1.5px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(145deg, rgba(0, 29, 54, 0.68), rgba(0, 42, 64, 0.34));
  background-size: auto, 22px 22px, 78px 78px, 78px 78px, auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.radar-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.radar-ring {
  fill: none;
  stroke: rgba(219, 238, 232, 0.09);
  stroke-width: 2;
}

.radar-ring.soft {
  stroke: rgba(255, 255, 255, 0.055);
}

.radar-route {
  fill: none;
  stroke: rgba(119, 209, 199, 0.78);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 2 13;
  animation: routeTrace 7s linear infinite;
}

.radar-route.alt {
  stroke: rgba(231, 198, 164, 0.74);
  animation-duration: 8s;
}

.radar-hub-card,
.radar-node,
.radar-node-box {
  position: absolute;
  z-index: 2;
}

.radar-hub-card {
  left: 50%;
  top: 50%;
  width: min(340px, 74%);
  min-height: 118px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  color: var(--navy);
  background: var(--white);
  text-align: left;
  transform: translate(-50%, -50%);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.24),
    0 0 0 10px rgba(219, 238, 232, 0.045);
}

.radar-hub-image {
  width: 74px;
  height: 74px;
  border-radius: 17px;
  background-color: #d9c2a5;
  background-position: center;
  background-size: cover;
}

.radar-hub-card span {
  display: block;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.radar-hub-card strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.radar-hub-card small {
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 900;
}

.radar-node-box {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: min(216px, 34vw);
  min-height: 64px;
  padding: 9px 16px 9px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.22),
    0 0 0 8px rgba(219, 238, 232, 0.045);
}

.radar-node-box i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0 3px rgba(12, 117, 109, 0.48);
}

.radar-node-box.dinner i { background-image: url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=300&q=74"); }
.radar-node-box.pasta i { background-image: url("https://images.unsplash.com/photo-1551183053-bf91a1d81141?auto=format&fit=crop&w=300&q=74"); }
.radar-node-box.cocktail i { background-image: url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=300&q=74"); }
.radar-node-box.wine i { background-image: url("https://images.unsplash.com/photo-1510812431401-41d2bd2722f3?auto=format&fit=crop&w=300&q=74"); }
.radar-node-box.coffee i { background-image: url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=300&q=74"); }
.radar-node-box.brunch i { background-image: url("https://images.unsplash.com/photo-1482049016688-2d3e1b311543?auto=format&fit=crop&w=300&q=74"); }
.radar-node-box.gallery i { background-image: url("https://images.unsplash.com/photo-1541961017774-22349e4a1262?auto=format&fit=crop&w=300&q=74"); }
.radar-node-box.dessert i { background-image: url("https://images.unsplash.com/photo-1551024601-bec78aea704b?auto=format&fit=crop&w=300&q=74"); }

.radar-node-box.node-a {
  left: 24.5%;
  top: 31.5%;
  transform: translate(-50%, -50%);
}

.radar-node-box.node-b {
  right: 24%;
  bottom: 29.5%;
  transform: translate(50%, 50%);
}

.radar-node {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: min(178px, 31vw);
  min-height: 58px;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 253, 248, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.radar-node i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  background-position: center;
  background-size: cover;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 0 3px rgba(12, 117, 109, 0.54);
}

.radar-node:hover,
.radar-node.is-active {
  transform: translateY(-4px);
  color: var(--navy);
  background: var(--white);
  border-color: transparent;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.radar-node.dinner i { background-image: url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=300&q=74"); }
.radar-node.pasta i { background-image: url("https://images.unsplash.com/photo-1551183053-bf91a1d81141?auto=format&fit=crop&w=300&q=74"); }
.radar-node.ramen i { background-image: url("https://images.unsplash.com/photo-1569718212165-3a8278d5f624?auto=format&fit=crop&w=300&q=74"); }
.radar-node.coffee i { background-image: url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=300&q=74"); }
.radar-node.cocktail i { background-image: url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=300&q=74"); }
.radar-node.wine i { background-image: url("https://images.unsplash.com/photo-1510812431401-41d2bd2722f3?auto=format&fit=crop&w=300&q=74"); }
.radar-node.drinks i { background-image: url("https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=300&q=74"); }
.radar-node.brunch i { background-image: url("https://images.unsplash.com/photo-1482049016688-2d3e1b311543?auto=format&fit=crop&w=300&q=74"); }
.radar-node.bakery i { background-image: url("https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=300&q=74"); }
.radar-node.dessert i { background-image: url("https://images.unsplash.com/photo-1551024601-bec78aea704b?auto=format&fit=crop&w=300&q=74"); }
.radar-node.gallery i { background-image: url("https://images.unsplash.com/photo-1541961017774-22349e4a1262?auto=format&fit=crop&w=300&q=74"); }
.radar-node.activity i { background-image: url("https://images.unsplash.com/photo-1511882150382-421056c89033?auto=format&fit=crop&w=300&q=74"); }

.radar-node.node-a { left: 12%; top: 18%; }
.radar-node.node-b { right: 11%; top: 18%; }
.radar-node.node-c { right: 12%; bottom: 16%; }
.radar-node.node-d { left: 12%; bottom: 16%; }

.trend-insight,
.trend-feature-card,
.trend-venue-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
}

.trend-insight {
  padding: 24px;
  border-radius: 28px;
}

.trend-insight span,
.trend-feature-card span,
.trend-venue-card span {
  color: var(--mint);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.trend-insight strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.trend-insight p {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
  font-weight: 700;
}

.trend-preview {
  display: grid;
  grid-template-rows: 1fr;
}

.trend-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.48fr);
  gap: 22px;
  align-items: end;
  min-width: 0;
  min-height: 100%;
  padding: clamp(24px, 4vw, 34px);
  border-radius: 32px;
  color: var(--navy);
  background:
    radial-gradient(circle at 82% 18%, rgba(12, 117, 109, 0.18), transparent 32%),
    var(--white);
}

.trend-feature-image,
.trend-card-image {
  position: relative;
  overflow: hidden;
  background-color: #d9c2a5;
  background-position: center;
  background-size: cover;
}

.trend-feature-image::after,
.trend-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 29, 54, 0.22), transparent 58%);
}

.trend-feature-image {
  grid-column: 2;
  grid-row: 1 / span 4;
  min-height: 190px;
  border-radius: 24px;
}

.trend-feature-card > span,
.trend-feature-card h3,
.trend-feature-card p {
  grid-column: 1;
  min-width: 0;
}

.trend-feature-image.dinner,
.trend-card-image.dinner,
.radar-hub-image.dinner {
  background-image: url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=900&q=78");
}

.trend-card-image.pasta {
  background-image: url("https://images.unsplash.com/photo-1551183053-bf91a1d81141?auto=format&fit=crop&w=700&q=78");
}

.trend-card-image.ramen {
  background-image: url("https://images.unsplash.com/photo-1569718212165-3a8278d5f624?auto=format&fit=crop&w=700&q=78");
}

.trend-feature-image.drinks,
.radar-hub-image.drinks,
.trend-card-image.drinks,
.trend-card-image.cocktail {
  background-image: url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=900&q=78");
}

.trend-card-image.wine {
  background-image: url("https://images.unsplash.com/photo-1510812431401-41d2bd2722f3?auto=format&fit=crop&w=700&q=78");
}

.trend-feature-image.cafes,
.radar-hub-image.cafes,
.trend-card-image.coffee {
  background-image: url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=900&q=78");
}

.trend-card-image.brunch {
  background-image: url("https://images.unsplash.com/photo-1482049016688-2d3e1b311543?auto=format&fit=crop&w=700&q=78");
}

.trend-card-image.bakery {
  background-image: url("https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=700&q=78");
}

.trend-feature-image.activities,
.radar-hub-image.activities,
.trend-card-image.gallery {
  background-image: url("https://images.unsplash.com/photo-1541961017774-22349e4a1262?auto=format&fit=crop&w=900&q=78");
}

.trend-card-image.dessert {
  background-image: url("https://images.unsplash.com/photo-1551024601-bec78aea704b?auto=format&fit=crop&w=700&q=78");
}

.trend-card-image.activity {
  background-image: url("https://images.unsplash.com/photo-1511882150382-421056c89033?auto=format&fit=crop&w=700&q=78");
}

.trend-feature-image.late,
.radar-hub-image.late {
  background-image: url("https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=900&q=78");
}

.trend-feature-card span {
  color: var(--teal);
}

.trend-feature-card h3 {
  max-width: 480px;
  margin: 14px 0 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.trend-feature-card p {
  max-width: 440px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  line-height: 1.5;
  font-weight: 750;
}

.trend-card-list {
  display: grid;
  gap: 14px;
}

.trend-venue-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 22px;
  border-radius: 28px;
}

.trend-card-image {
  width: 92px;
  height: 92px;
  border-radius: 22px;
}

.trend-venue-card h3 {
  margin: 9px 0 0;
  color: var(--white);
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.trend-venue-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
  font-weight: 700;
}

.trend-venue-card strong {
  display: grid;
  place-items: center;
  min-width: 74px;
  min-height: 74px;
  padding: 10px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--mint);
  font-size: 14px;
  text-align: center;
}

.trend-place strong {
  color: var(--mint);
  font-size: 24px;
}

@keyframes routeTrace {
  to { stroke-dashoffset: -112; }
}

@keyframes midpointPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}

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

.journey-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 20px;
  align-items: stretch;
}

.journey-hero {
  min-height: 450px;
  padding: clamp(30px, 5vw, 52px);
  border-radius: var(--radius-xl);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 22%, rgba(12, 117, 109, 0.55), transparent 28%),
    linear-gradient(145deg, #001d36 0%, #061827 58%, #0c756d 140%);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.journey-badge {
  align-self: start;
  margin-bottom: auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--mint);
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-hero h3 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.journey-hero p {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.journey-stack {
  display: grid;
  gap: 14px;
}

.journey-step {
  align-items: start;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 246, 0.82);
  border: 1px solid rgba(6, 24, 39, 0.08);
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.journey-step:hover {
  transform: translateY(-2px);
  border-color: rgba(12, 117, 109, 0.22);
}

.journey-step summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  cursor: pointer;
  list-style: none;
}

.journey-step summary::-webkit-details-marker,
.feature-card summary::-webkit-details-marker,
.faq-grid summary::-webkit-details-marker {
  display: none;
}

.journey-step summary > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: var(--white);
  background: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.journey-step h3 {
  margin: 0 0 8px;
  font-size: 25px;
  letter-spacing: -0.05em;
}

.journey-step p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 700;
}

.step-extra {
  margin: 18px 0 0 66px !important;
  padding-top: 16px;
  border-top: 1px solid rgba(6, 24, 39, 0.08);
}

.tour-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.82), rgba(255, 252, 246, 0.42)),
    radial-gradient(circle at 92% 6%, rgba(12, 117, 109, 0.12), transparent 30%);
  border: 1px solid rgba(6, 24, 39, 0.08);
  box-shadow: var(--soft-shadow);
}

.tour-menu {
  display: grid;
  gap: 10px;
  align-self: start;
}

.tour-tab {
  width: 100%;
  padding: 16px 18px;
  border-radius: 20px;
  color: var(--ink-soft);
  background: rgba(255, 252, 246, 0.76);
  border: 1px solid rgba(6, 24, 39, 0.08);
  text-align: left;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tour-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(12, 117, 109, 0.22);
}

.tour-tab.is-active {
  color: var(--white);
  background: var(--navy);
  border-color: rgba(0, 29, 54, 0.12);
  box-shadow: 0 16px 34px rgba(0, 29, 54, 0.16);
}

.tour-panel {
  min-height: 340px;
  padding: clamp(26px, 3.25vw, 42px);
  border-radius: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(12, 117, 109, 0.34), transparent 29%),
    radial-gradient(circle at 18% 78%, rgba(231, 198, 164, 0.12), transparent 30%),
    linear-gradient(145deg, #001d36 0%, #071b2a 62%, #0c756d 150%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: opacity 180ms ease, transform 180ms ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tour-panel.is-swapping {
  opacity: 0.45;
  transform: translateY(6px);
}

.tour-panel .eyebrow {
  color: var(--mint);
}

.tour-panel h3 {
  max-width: 460px;
  margin: 0;
  font-size: clamp(30px, 3.45vw, 50px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.tour-panel p:not(.eyebrow) {
  max-width: 470px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.tour-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.tour-points span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 900;
}

.step-card,
.feature-card,
.legal-card {
  border: 1px solid rgba(6, 24, 39, 0.08);
  background: var(--card);
  border-radius: var(--radius-lg);
  box-shadow: var(--soft-shadow);
}

.step-card,
.feature-card,
.legal-card {
  padding: 26px;
}

.step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  background: var(--navy);
  font-weight: 900;
}

.step-card h3,
.feature-card h3,
.legal-card h3 {
  margin: 22px 0 10px;
  font-size: 25px;
  letter-spacing: -0.05em;
}

.step-card p,
.feature-card p,
.legal-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 650;
}

.feature-bento {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: minmax(210px, auto);
  gap: 18px;
}

.feature-bento .feature-card {
  min-height: 100%;
}

.feature-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(12, 117, 109, 0.22);
}

.feature-card summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  cursor: pointer;
  list-style: none;
}

.feature-card summary h3 {
  margin-top: 0;
}

.feature-card summary span {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 11px;
  font-weight: 900;
}

.feature-card[open] summary span {
  color: var(--white);
  background: rgba(0, 29, 54, 0.82);
}

.feature-extra {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(6, 24, 39, 0.09);
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 750;
}

.feature-wide {
  grid-column: span 2;
  min-height: 330px;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 12%, rgba(219, 238, 232, 0.34), transparent 24%),
    linear-gradient(145deg, #0c756d, #001d36);
}

.feature-wide p {
  color: rgba(255, 255, 255, 0.76);
  max-width: 560px;
}

.feature-wide .feature-extra {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
}

.feature-wide summary span {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.feature-tall {
  grid-row: span 2;
}

.feature-accent {
  background:
    radial-gradient(circle at 86% 16%, rgba(185, 115, 85, 0.2), transparent 30%),
    rgba(255, 252, 246, 0.88);
}

.legal-orbit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 18px;
  padding: 18px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.72), rgba(255, 252, 246, 0.34)),
    radial-gradient(circle at 15% 20%, rgba(12, 117, 109, 0.14), transparent 32%);
  border: 1px solid rgba(6, 24, 39, 0.08);
  box-shadow: var(--soft-shadow);
}

.legal-orbit-main {
  padding: clamp(26px, 5vw, 48px);
  border-radius: 30px;
  background: var(--navy);
  color: var(--white);
}

.legal-orbit-main .eyebrow {
  color: var(--mint);
}

.legal-orbit-main h3 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

.legal-orbit-main p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  font-weight: 700;
}

.legal-orbit-links {
  display: grid;
  gap: 12px;
}

.legal-orbit-links a {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.88);
  border: 1px solid rgba(6, 24, 39, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.legal-orbit-links a:hover {
  transform: translateY(-3px);
  box-shadow: var(--soft-shadow);
}

.legal-orbit-links span {
  display: block;
  margin-bottom: 7px;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 900;
}

.legal-orbit-links strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid details {
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.82);
  border: 1px solid rgba(6, 24, 39, 0.08);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.faq-grid summary {
  position: relative;
  padding: 22px 56px 22px 22px;
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.faq-grid summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--mint);
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.faq-grid details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-grid p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ink-soft);
  line-height: 1.55;
  font-weight: 700;
}

.gallery-layout {
  display: grid;
  grid-template-columns: repeat(5, minmax(188px, 1fr));
  gap: 22px;
  align-items: start;
}

.product-shot {
  min-width: 0;
  display: grid;
  gap: 18px;
  justify-items: center;
}

.product-shot.featured {
  transform: translateY(-34px);
}

.product-shot .phone {
  width: min(100%, 238px);
  border-radius: 42px;
  padding: 9px;
  box-shadow: none;
}

.product-shot.featured .phone {
  width: min(100%, 278px);
}

.product-shot .screen {
  border-radius: 33px;
}

.shot-copy {
  text-align: center;
  max-width: 260px;
}

.shot-copy span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 24px;
  margin-bottom: 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.shot-copy h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.05em;
}

.shot-copy p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.friends-screen .search {
  margin-top: 24px;
  padding: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.friend-row {
  margin-top: 12px;
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
}

.friend-avatar {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0c756d, #e7c6a4);
}

.saved-folder {
  margin-top: 12px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
}

.saved-folder span {
  color: var(--teal);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 88% 16%, rgba(12, 117, 109, 0.22), transparent 32%),
    linear-gradient(145deg, #001d36 0%, #061827 70%, #0c756d 150%);
  color: var(--white);
}

.contact-main {
  padding-bottom: 86px;
}

.contact-page-card {
  max-width: var(--max);
  margin: clamp(30px, 5vw, 64px) auto 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.contact-page-card .contact-form {
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--radius-xl);
  box-shadow: 0 22px 58px rgba(0, 29, 54, 0.08);
}

.contact-copy {
  align-self: center;
}

.contact-copy .eyebrow {
  color: var(--mint);
}

.contact-copy h2 {
  max-width: 520px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.contact-copy p {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.55;
}

.contact-copy a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--mint);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 28px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.96);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(6, 24, 39, 0.08);
  border-radius: 18px;
  padding: 14px 15px;
  color: var(--navy);
  background: rgba(246, 242, 234, 0.8);
  font: inherit;
  font-weight: 750;
  outline: 0;
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(12, 117, 109, 0.42);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(12, 117, 109, 0.1);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.contact-status {
  min-height: 20px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}

.contact-status.success {
  color: var(--teal-dark);
}

.contact-status.error {
  color: #9f3d30;
}

.site-footer {
  max-width: none;
  margin: 0;
  padding: 46px max(24px, calc((100vw - var(--max)) / 2)) 54px;
  display: grid;
  grid-template-columns: minmax(210px, 1.1fr) repeat(2, minmax(150px, 0.75fr)) minmax(220px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(6, 24, 39, 0.07);
  font-weight: 750;
  font-size: 14px;
}

.footer-brand strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  letter-spacing: -0.04em;
}

.footer-brand p {
  max-width: 250px;
  margin: 20px 0 0;
  line-height: 1.55;
}

.footer-links {
  display: grid;
  gap: 13px;
}

.footer-links span,
.footer-beta-card span {
  color: #a5b2bf;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-links a {
  color: #7b8a99;
}

.footer-beta-card {
  padding: 18px;
  border-radius: 22px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 18px 38px rgba(0, 29, 54, 0.12);
}

.footer-beta-card a {
  display: grid;
  place-items: center;
  min-height: 38px;
  margin-top: 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.legal-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px 104px;
}

.legal-hero {
  padding: clamp(34px, 6vw, 62px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 86% 20%, rgba(12, 117, 109, 0.22), transparent 30%),
    linear-gradient(145deg, #001d36 0%, #061827 78%);
  color: var(--white);
  box-shadow: none;
}

.legal-hero h1 {
  font-size: clamp(46px, 8vw, 84px);
}

.legal-hero p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  font-weight: 700;
  font-size: 18px;
}

.legal-hero .eyebrow {
  color: var(--mint);
}

.policy-tabs {
  margin: 24px 0;
  padding: 7px;
  display: flex;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(6, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.82);
}

.policy-tabs a {
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.policy-tabs a:hover,
.policy-tabs a.is-active {
  color: var(--white);
  background: var(--navy);
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 96px;
  padding: 20px;
  border: 1px solid rgba(6, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.78);
}

.legal-toc p {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid rgba(6, 24, 39, 0.07);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--teal-dark);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-section {
  scroll-margin-top: 112px;
  padding: clamp(24px, 4vw, 34px);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.76);
  border: 1px solid rgba(6, 24, 39, 0.08);
  box-shadow: 0 18px 48px rgba(0, 29, 54, 0.06);
}

.legal-section h2 {
  margin: 0 0 12px;
  letter-spacing: -0.04em;
  font-size: clamp(25px, 3vw, 36px);
}

.legal-section p,
.legal-section li {
  color: var(--ink-soft);
  line-height: 1.65;
  font-weight: 650;
}

.legal-section ul,
.legal-section ol {
  padding-left: 22px;
}

.legal-section a {
  color: var(--teal-dark);
  font-weight: 900;
}

.motion-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .hero-stage {
    min-height: 520px;
    overflow: hidden;
  }

  .phone-row {
    min-height: 500px;
  }

  .hero-phone-welcome {
    display: none;
  }

  .hero-phone-main {
    width: min(292px, 82vw);
    transform: none;
  }

  .section-heading,
  .contact-layout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .journey-layout,
  .legal-orbit,
  .tour-shell,
  .social-architecture,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }

  .feature-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-strip,
  .trend-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .discover-board {
    grid-template-columns: 1fr;
  }

  .trend-demo-grid {
    grid-template-columns: 1fr;
  }

  .radar-map {
    min-height: 460px;
  }

  .discover-panel,
  .discover-place.dinner {
    min-height: auto;
  }

  .flow-item.active .phone,
  .flow-item.active:hover .phone {
    transform: none;
  }

  .feature-wide,
  .feature-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .step-grid,
  .feature-grid,
  .legal-card-grid,
  .gallery-layout,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-layout .phone {
    margin: 0 auto;
  }

  .product-shot.featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  .nav {
    padding-inline: 18px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .hero,
  .steps,
  .flow-showcase,
  .interactive-tour,
  .social-architecture,
  .features,
  .faq-section,
  .legal-strip,
  .contact-section,
  .screen-gallery {
    padding-inline: 18px;
  }

  .hero {
    gap: 22px;
    padding-top: 42px;
    padding-bottom: 18px;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(44px, 13vw, 52px);
    line-height: 0.95;
  }

  .hero-copy {
    margin-top: 20px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .phone {
    width: min(260px, 78vw);
    padding: 8px 8px 13px;
    border-radius: 42px;
    clip-path: inset(0 round 42px);
    overflow: hidden;
  }

  .phone.phone-screenshot {
    box-shadow: 0 14px 30px rgba(0, 29, 54, 0.14);
  }

  .phone.phone-screenshot::after {
    display: none;
  }

  .phone::before {
    top: 2.4%;
    width: 22%;
    height: 2.6%;
  }

  .screen,
  .screenshot-screen img {
    border-radius: 31px 31px 35px 35px;
  }

  .screen,
  .screenshot-screen {
    overflow: hidden;
    background: #fffefb;
  }

  .screenshot-screen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 31px 31px 35px 35px;
    clip-path: inset(0 round 35px);
  }

  .hero-stage {
    min-height: 380px;
    align-content: start;
  }

  .phone-row {
    min-height: 360px;
  }

  .hero-phone-main {
    width: min(252px, 74vw);
  }

  .gallery-layout {
    grid-template-columns: 1fr;
  }

  .flow-strip {
    grid-template-columns: none;
  }

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

  .flow-strip {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 18px 16px;
    margin-inline: -18px;
    scrollbar-width: none;
  }

  .flow-strip::-webkit-scrollbar {
    display: none;
  }

  .flow-item {
    flex: 0 0 min(235px, 68vw);
    scroll-snap-align: center;
  }

  .flow-item .phone,
  .flow-item.active .phone {
    width: min(210px, 62vw);
    transform: none;
  }

  .flow-item:hover .phone,
  .flow-item.active:hover .phone {
    transform: none;
  }

  .trending-head,
  .contact-layout {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
  }

  .trending-head,
  .trend-board,
  .trend-demo-grid {
    grid-template-columns: 1fr;
  }

  .trending-head {
    gap: 18px;
    margin-bottom: 28px;
  }

  .trending-head h2 {
    font-size: 44px;
  }

  .trending-head > div > p:not(.eyebrow) {
    font-size: 16px;
  }

  .trend-demo-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .trend-demo-tabs::-webkit-scrollbar {
    display: none;
  }

  .trend-demo-tabs button {
    flex: 0 0 auto;
  }

  .trend-map,
  .radar-map {
    min-height: 340px;
    border-radius: 22px;
  }

  .radar-hub-card {
    width: min(270px, 74%);
    min-height: 88px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
    z-index: 3;
  }

  .radar-hub-image {
    width: 50px;
    height: 50px;
    border-radius: 13px;
  }

  .radar-hub-card strong {
    font-size: 16px;
  }

  .radar-node-box {
    grid-template-columns: 24px minmax(0, 1fr);
    width: 104px;
    min-height: 38px;
    gap: 7px;
    padding: 6px 9px 6px 6px;
    font-size: 9px;
    line-height: 1.05;
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.18),
      0 0 0 4px rgba(219, 238, 232, 0.04);
  }

  .radar-node-box i {
    width: 24px;
    height: 24px;
  }

  .radar-node-box.node-a {
    left: 23.5%;
    top: 31.5%;
  }

  .radar-node-box.node-b {
    right: 23%;
    bottom: 29%;
  }

  .radar-route {
    display: none;
  }

  .radar-map::before,
  .radar-map::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 34%;
    height: 4px;
    border-radius: 999px;
    background-image: radial-gradient(circle, rgba(119, 209, 199, 0.86) 0 2px, transparent 2.8px);
    background-size: 14px 4px;
    background-repeat: repeat-x;
    transform-origin: left center;
    pointer-events: none;
  }

  .radar-map::before {
    left: 23.5%;
    top: 31.5%;
    transform: rotate(35deg);
  }

  .radar-map::after {
    left: 50%;
    top: 50%;
    width: 33%;
    background-image: radial-gradient(circle, rgba(231, 198, 164, 0.84) 0 2px, transparent 2.8px);
    transform: rotate(37deg);
  }

  .radar-node {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px;
    width: 128px;
    min-height: 44px;
    padding: 7px 10px 7px 7px;
    font-size: 11px;
    border-radius: 999px;
  }

  .radar-node i {
    width: 30px;
    height: 30px;
  }

  .node-a { left: 5%; top: 15%; }
  .node-b { right: 5%; top: 15%; }
  .node-c { right: 5%; bottom: 14%; }
  .node-d { left: 5%; bottom: 14%; }

  .trend-feature-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .trend-feature-image {
    grid-column: 1;
    grid-row: auto;
    min-height: 180px;
  }

  .trend-venue-card {
    grid-template-columns: 84px minmax(0, 1fr);
    align-items: start;
  }

  .trend-card-image {
    width: 84px;
    height: 84px;
  }

  .trend-venue-card strong {
    grid-column: 2;
    min-width: 0;
    min-height: 0;
    width: fit-content;
    padding: 9px 12px;
    border-radius: 999px;
  }

  .trend-node {
    width: 92px;
    min-height: 46px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .trend-node.home {
    width: 104px;
    min-height: 104px;
  }

  .trend-place {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    min-height: auto;
  }

  .trend-place strong {
    justify-self: start;
  }

  .discover-place-grid {
    grid-template-columns: 1fr;
  }

  .discover-feature h3,
  .discover-place h3 {
    font-size: 30px;
  }

  .social-architecture .tour-panel {
    padding: 28px;
  }

  .tour-panel h3 {
    font-size: 34px;
  }

  .midpoint-map {
    min-height: 300px;
  }

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

  .journey-hero {
    min-height: 360px;
  }

  .step-extra {
    margin-left: 0 !important;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-inline: 18px;
  }

  .legal-hero {
    padding: 30px;
  }

  .policy-tabs {
    width: 100%;
    overflow-x: auto;
  }

  .policy-tabs a {
    flex: 0 0 auto;
  }

  .legal-main {
    padding-inline: 18px;
  }

  .legal-toc {
    display: none;
  }
}
