:root {
  --primary: #2563eb;
  --primary-dark: #1646c8;
  --primary-soft: #dbeafe;
  --mint: #2dd4bf;
  --mint-dark: #12a896;
  --mint-soft: #d9fbf5;
  --ink: #111827;
  --text: #374151;
  --muted: #6b7280;
  --line: #e5e7eb;
  --card: rgba(255, 255, 255, 0.86);
  --surface: #f8fbff;
  --shadow: 0 22px 70px rgba(37, 99, 235, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(45, 212, 191, 0.14), transparent 28%),
    radial-gradient(circle at 88% 4%, rgba(96, 165, 250, 0.24), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #f4fbfa 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 30;
  width: min(1120px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(229, 231, 235, 0.88);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand strong {
  display: block;
  color: var(--primary);
  font-family: Fredoka, Inter, sans-serif;
  font-size: 24px;
  letter-spacing: 0.2px;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--mint), var(--primary));
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.paper-plane {
  width: 21px;
  height: 17px;
  clip-path: polygon(0 42%, 100% 0, 62% 100%, 46% 58%, 18% 78%);
  background: white;
  transform: rotate(-8deg);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 26px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 99px;
  background: var(--mint);
  transition: width 220ms ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.header-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 18px;
  font-weight: 900;
  cursor: pointer;
}

.header-action {
  justify-self: end;
  min-height: 44px;
  padding: 0 18px;
  color: white;
  background: linear-gradient(135deg, #2f8cff, #1f5bff);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.28);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 24px 70px;
}

.hero-sky {
  position: absolute;
  inset: 0 0 auto;
  height: 72vh;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.76) 42%, rgba(255, 255, 255, 0.12) 74%),
    linear-gradient(180deg, rgba(219, 234, 254, 0.96), rgba(255, 255, 255, 0.12) 76%),
    url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1800&q=85") center right / cover;
  border-bottom-left-radius: 48% 12%;
  border-bottom-right-radius: 48% 12%;
  overflow: hidden;
}

.hero-sky::after {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -70px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.route {
  position: absolute;
  z-index: 1;
  fill: none;
  pointer-events: none;
}

.route path {
  stroke: rgba(37, 99, 235, 0.72);
  stroke-width: 3;
  stroke-dasharray: 0.025 0.035;
  stroke-linecap: round;
  animation: routeDash 3s linear infinite;
}

.route-one {
  top: 185px;
  right: 9vw;
  width: min(460px, 44vw);
}

.hero-plane {
  position: absolute;
  top: 210px;
  right: 34vw;
  z-index: 2;
  width: 70px;
  fill: var(--primary);
  filter: drop-shadow(0 18px 22px rgba(37, 99, 235, 0.2));
  animation: planeFloat 4.8s ease-in-out infinite;
}

.hero-plane path:nth-child(2) {
  fill: none;
  stroke: white;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-content,
.section,
.download-section,
.site-footer {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 52px;
}

.hero-copy {
  padding-top: 68px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 8px rgba(45, 212, 191, 0.14);
}

h1,
h2,
h3 {
  margin: 0;
  color: #0b1740;
  font-family: Fredoka, Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(54px, 7vw, 94px);
  line-height: 0.9;
}

h2 {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.95;
}

h3 {
  font-size: 26px;
  line-height: 1.05;
}

.hero-copy p,
.section-heading p,
.community-copy p,
.shop-copy p,
.download-section p {
  max-width: 620px;
  color: #4b5563;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  min-height: 58px;
  padding: 0 24px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, #2792ff, #1f5bff);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.32);
}

.btn-soft {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.btn-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-row span {
  padding: 10px 14px;
  border: 1px solid rgba(45, 212, 191, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.trust-row strong {
  color: var(--primary);
}

.hero-phone {
  position: relative;
  display: grid;
  justify-items: center;
  padding-top: 78px;
}

.phone-frame {
  width: min(360px, 86vw);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 46px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(219, 234, 254, 0.48));
  box-shadow: 0 30px 90px rgba(37, 99, 235, 0.22);
  animation: phoneFloat 5.4s ease-in-out infinite;
}

.phone-screen {
  min-height: 630px;
  padding: 22px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(219, 234, 254, 0.9), rgba(255, 255, 255, 0.92) 46%),
    url("https://images.unsplash.com/photo-1470770841072-f978cf4d019e?auto=format&fit=crop&w=800&q=80") center top / 100% 48% no-repeat;
  overflow: hidden;
}

.phone-top,
.search-pill,
.buddy-row {
  display: flex;
  align-items: center;
}

.phone-top {
  justify-content: space-between;
  color: #0b1740;
  font-weight: 900;
}

.avatar {
  width: 40px;
  height: 40px;
  border: 3px solid white;
  border-radius: 50%;
  background: url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=120&q=80") center / cover;
}

.search-pill {
  gap: 12px;
  margin-top: 138px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  color: #8a94a6;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
}

.search-pill span {
  width: 24px;
  height: 24px;
  border: 3px solid var(--mint);
  border-radius: 50%;
}

.search-pill span::after {
  display: block;
  width: 9px;
  height: 3px;
  margin: 17px 0 0 17px;
  content: "";
  border-radius: 99px;
  background: var(--mint);
  transform: rotate(45deg);
}

.trip-card {
  overflow: hidden;
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.12);
}

.main-trip {
  margin-top: 20px;
}

.main-trip img {
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.main-trip div {
  padding: 16px;
}

.main-trip small {
  color: var(--mint-dark);
  font-weight: 900;
}

.main-trip h3 {
  margin-top: 6px;
  font-size: 24px;
}

.main-trip p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.4;
}

.buddy-row {
  gap: 12px;
  margin-top: 14px;
}

.buddy {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  color: #0b1740;
  font-weight: 900;
}

.buddy img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.floating-chip {
  position: absolute;
  padding: 12px 16px;
  border: 1px solid rgba(45, 212, 191, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.chip-one {
  top: 190px;
  left: -18px;
  animation: chipFloat 4.2s ease-in-out infinite;
}

.chip-two {
  right: -20px;
  bottom: 130px;
  animation: chipFloat 4.7s ease-in-out infinite reverse;
}

.section {
  padding: 94px 24px;
}

.about-section {
  padding-top: 50px;
}

.community-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(980px, 100%);
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 66px rgba(37, 99, 235, 0.13);
  backdrop-filter: blur(18px);
}

.community-stats div {
  position: relative;
  min-height: 118px;
  padding: 24px 22px;
  text-align: center;
}

.community-stats div + div {
  border-left: 1px solid rgba(229, 231, 235, 0.86);
}

.community-stats strong {
  display: block;
  color: var(--primary);
  font-family: Fredoka, Inter, sans-serif;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 0.88;
}

.community-stats span {
  display: block;
  max-width: 160px;
  margin: 12px auto 0;
  color: #4b5563;
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.35;
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
  gap: 34px;
  align-items: stretch;
  padding: 42px;
  border: 1px solid rgba(229, 231, 235, 0.84);
  border-radius: 44px;
  background:
    radial-gradient(circle at 8% 12%, rgba(45, 212, 191, 0.18), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(37, 99, 235, 0.14), transparent 32%),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-copy p {
  max-width: 680px;
  color: #4b5563;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.75;
}

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

.about-stack article {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(45, 212, 191, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.about-stack article::after {
  position: absolute;
  top: -40px;
  right: -44px;
  width: 110px;
  height: 110px;
  content: "";
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.13);
}

.about-stack article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(37, 99, 235, 0.14);
}

.about-stack span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--mint), var(--primary));
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.about-stack strong {
  display: block;
  color: #0b1740;
  font-size: 18px;
  font-weight: 900;
}

.about-stack p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 38px;
  align-items: end;
  margin-bottom: 32px;
}

.section-heading p {
  margin: 0;
}

.why-section {
  padding-top: 46px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.why-grid article {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(229, 231, 235, 0.88);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.78)),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.06);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.why-grid article::before {
  position: absolute;
  inset: auto -30px -54px auto;
  width: 128px;
  height: 128px;
  content: "";
  border-radius: 44px;
  background: rgba(219, 234, 254, 0.78);
  transform: rotate(22deg);
}

.why-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(45, 212, 191, 0.34);
  box-shadow: var(--shadow);
}

.why-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 18px;
  background: var(--mint-soft);
  color: var(--mint-dark);
  font-size: 22px;
  font-weight: 900;
}

.why-grid h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.why-grid p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
}

.trip-grid {
  display: grid;
  grid-template-columns: 1.32fr 0.84fr 0.84fr;
  gap: 18px;
}

.destination-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 34px;
  background: #dbeafe;
  box-shadow: var(--shadow);
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms ease;
}

.destination-card:hover img {
  transform: scale(1.06);
}

.large-card {
  min-height: 500px;
}

.card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(4, 12, 32, 0.82));
}

.destination-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: white;
}

.destination-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(204, 251, 241, 0.94);
  color: var(--mint-dark);
  font-size: 12px;
  font-weight: 900;
}

.destination-copy h3 {
  color: white;
}

.destination-copy p {
  margin: 8px 0 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  line-height: 1.5;
}

.community-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 44px;
  align-items: center;
  padding: 46px;
  border: 1px solid rgba(229, 231, 235, 0.78);
  border-radius: 42px;
  background:
    radial-gradient(circle at 95% 0%, rgba(45, 212, 191, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.feature-list div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(45, 212, 191, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.feature-icon {
  grid-row: span 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  background: var(--mint-soft);
  color: var(--mint-dark);
  font-weight: 900;
}

.feature-list strong {
  color: #0b1740;
  font-size: 16px;
}

.feature-list small {
  color: var(--muted);
  font-weight: 700;
}

.chat-preview {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 34px;
  background: linear-gradient(180deg, #eff6ff, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
}

.message {
  width: fit-content;
  max-width: 84%;
  padding: 12px 14px 10px;
  border-radius: 18px;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.07);
}

.message strong {
  display: block;
  margin-bottom: 3px;
  color: var(--mint-dark);
  font-size: 12px;
}

.message small {
  display: block;
  margin-top: 5px;
  color: rgba(107, 114, 128, 0.84);
  font-size: 11px;
  text-align: right;
}

.message.mine {
  justify-self: end;
  color: white;
  background: linear-gradient(135deg, var(--primary), #1f5bff);
}

.message.mine small {
  color: rgba(255, 255, 255, 0.72);
}

.message.other {
  background: white;
  color: #0b1740;
}

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

.feature-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.feature-grid article:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.feature-grid span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 15px;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 900;
}

.feature-grid h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
}

.shop-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
}

.shop-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.shop-strip article {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.shop-strip article:nth-child(2) {
  margin-top: 42px;
}

.shop-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-strip article::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.72));
}

.shop-strip span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  color: white;
  font-family: Fredoka, Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 70px;
  padding: 44px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 10% 12%, rgba(45, 212, 191, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(219, 234, 254, 0.74));
  box-shadow: var(--shadow);
}

.download-section h2 {
  max-width: 700px;
}

.download-section p {
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 24px 44px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

@keyframes planeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  50% {
    transform: translate3d(12px, -14px, 0) rotate(-3deg);
  }
}

@keyframes routeDash {
  to {
    stroke-dashoffset: -0.12;
  }
}

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

@keyframes chipFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-content,
  .section-heading,
  .about-panel,
  .community-panel,
  .shop-section {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 36px;
  }

  .hero-phone {
    padding-top: 18px;
  }

  .about-panel {
    padding: 34px;
  }

  .community-stats {
    grid-template-columns: 1fr 1fr;
  }

  .community-stats div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(229, 231, 235, 0.86);
  }

  .community-stats div:nth-child(4) {
    border-top: 1px solid rgba(229, 231, 235, 0.86);
  }

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

  .large-card {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .brand strong {
    font-size: 21px;
  }

  .brand small,
  .header-action {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .hero {
    min-height: auto;
    padding: 96px 16px 46px;
  }

  .hero-sky {
    height: 620px;
    min-height: 620px;
    background-position: center top;
  }

  .route-one {
    top: 118px;
    right: -90px;
    width: 320px;
  }

  .hero-plane {
    top: 142px;
    right: 22vw;
    width: 54px;
  }

  h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .hero-copy p,
  .section-heading p,
  .community-copy p,
  .shop-copy p,
  .download-section p {
    font-size: 15.5px;
  }

  .hero-actions,
  .download-section {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-row span {
    padding: 10px;
    text-align: center;
  }

  .community-stats {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
    border-radius: 24px;
  }

  .community-stats div {
    min-height: 94px;
    padding: 18px 12px;
  }

  .community-stats div + div {
    border-left: 1px solid rgba(229, 231, 235, 0.86);
  }

  .community-stats div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(229, 231, 235, 0.86);
  }

  .community-stats div:nth-child(4) {
    border-top: 1px solid rgba(229, 231, 235, 0.86);
  }

  .community-stats span {
    font-size: 12.5px;
  }

  .phone-screen {
    min-height: 570px;
  }

  .search-pill {
    margin-top: 118px;
  }

  .chip-one,
  .chip-two {
    display: none;
  }

  .section {
    padding: 62px 16px;
  }

  .about-section,
  .why-section {
    padding-top: 46px;
  }

  .section-heading {
    gap: 16px;
  }

  .trip-grid,
  .why-grid,
  .feature-grid,
  .shop-strip {
    grid-template-columns: 1fr;
  }

  .large-card {
    grid-column: auto;
  }

  .destination-card,
  .large-card {
    min-height: 360px;
    border-radius: 28px;
  }

  .community-panel,
  .about-panel,
  .download-section {
    padding: 24px;
    border-radius: 30px;
  }

  .about-copy p {
    font-size: 15.5px;
  }

  .about-stack article,
  .why-grid article {
    border-radius: 24px;
  }

  .why-grid article {
    min-height: auto;
  }

  .feature-list div {
    grid-template-columns: 42px 1fr;
  }

  .chat-preview {
    padding: 16px;
  }

  .feature-grid article {
    min-height: auto;
  }

  .shop-strip article {
    min-height: 310px;
  }

  .shop-strip article:nth-child(2) {
    margin-top: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 16px;
  }
}
