:root {
  color-scheme: light;
  --primary-blue: #2f80ff;
  --primary-blue-deep: #1564eb;
  --deep-navy: #0f172a;
  --body-gray: #5b6475;
  --soft-background: #f8fbff;
  --soft-background-strong: #eef5ff;
  --card-background: rgba(255, 255, 255, 0.92);
  --light-border: #e8eef7;
  --shadow-soft: 0 20px 50px rgba(15, 23, 42, 0.08);
  --shadow-strong: 0 26px 70px rgba(47, 128, 255, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--deep-navy);
  font-family: "Inter", "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  background:
    radial-gradient(circle at top left, rgba(47, 128, 255, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(47, 128, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--soft-background) 38%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 15%, rgba(47, 128, 255, 0.06), transparent 20%),
    radial-gradient(circle at 80% 35%, rgba(47, 128, 255, 0.05), transparent 24%);
}

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

a:hover {
  text-decoration: none;
}

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

.shell {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(248, 251, 255, 0.84);
  border-bottom: 1px solid rgba(232, 238, 247, 0.9);
}

.site-header .shell,
.site-footer .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-header .shell {
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--deep-navy);
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}

.nav a {
  color: var(--body-gray);
  font-size: 14px;
  font-weight: 700;
}

.nav a.button-primary {
  color: white;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

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

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-blue-deep));
  box-shadow: 0 16px 36px rgba(47, 128, 255, 0.24);
}

.button-secondary {
  color: var(--deep-navy);
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--light-border);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.hero-section {
  position: relative;
  padding: 42px 0 24px;
}

.hero-section::after,
.feature-section::after,
.cta-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 2px dashed rgba(47, 128, 255, 0.2);
  border-radius: 999px;
}

.hero-section::after {
  right: 8%;
  bottom: 6%;
  width: 120px;
  height: 44px;
  border-left: 0;
  border-top: 0;
}

.hero-layout,
.feature-layout,
.lifestyle-layout,
.cta-layout,
.legal-layout {
  display: grid;
  gap: 28px;
}

.hero-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
}

.hero-copy,
.feature-copy,
.lifestyle-copy,
.cta-copy,
.panel,
.legal-panel,
.sidebar-card .mini-card,
.footer-card,
.step-card {
  position: relative;
  background: var(--card-background);
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-soft);
}

.hero-copy,
.feature-copy,
.lifestyle-copy,
.cta-copy,
.panel,
.legal-panel,
.footer-card {
  border-radius: var(--radius-xl);
}

.hero-copy,
.feature-copy,
.lifestyle-copy,
.cta-copy,
.panel,
.legal-panel {
  padding: 34px;
}

.hero-copy {
  background:
    radial-gradient(circle at top right, rgba(47, 128, 255, 0.1), transparent 34%),
    var(--card-background);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(47, 128, 255, 0.1);
  color: var(--primary-blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.display,
.section-title,
.page-title {
  margin: 16px 0 14px;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: var(--deep-navy);
}

.display {
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.94;
}

.section-title,
.page-title {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 0.96;
}

.display .accent,
.section-title .accent,
.page-title .accent,
.highlight {
  color: var(--primary-blue);
}

.lede,
.section-copy,
.feature-copy p,
.lifestyle-copy p,
.cta-copy p,
.page-subtitle,
.muted {
  margin: 0;
  color: var(--body-gray);
  font-size: 19px;
}

.hero-actions,
.button-row,
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.app-store-embed {
  display: inline-flex;
  align-items: center;
}

.app-store-badge {
  width: 245px;
  height: 82px;
  vertical-align: middle;
  object-fit: contain;
}

.qr-inline {
  width: 88px;
  height: 88px;
  border-radius: 14px;
  border: 1px solid var(--light-border);
  background: white;
}

.hero-note-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--light-border);
  color: var(--deep-navy);
  font-size: 14px;
  font-weight: 700;
}

.section {
  position: relative;
  padding: 28px 0;
}

.section-header {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

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

.step-card,
.mini-card {
  border-radius: var(--radius-lg);
  padding: 24px;
  background: white;
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-soft);
}

.step-number,
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(47, 128, 255, 0.12), rgba(47, 128, 255, 0.04));
  color: var(--primary-blue-deep);
  font-size: 20px;
  font-weight: 900;
}

.step-card h3,
.feature-copy h3,
.mini-card h3,
.legal-panel h2,
.legal-panel h3,
.sidebar-card h3 {
  margin: 18px 0 10px;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.legal-panel h2:first-child,
.legal-panel h3:first-child {
  margin-top: 0;
}

.step-card p,
.feature-copy li,
.legal-panel p,
.legal-panel li,
.sidebar-card p,
.footer-brand p {
  color: var(--body-gray);
}

.step-card a,
.legal-panel a:not(.button),
.sidebar-card a:not(.button),
.footer-brand a {
  color: var(--primary-blue-deep);
  font-weight: 800;
}

.feature-section {
  position: relative;
}

.feature-section::after {
  right: 8%;
  bottom: 14%;
  width: 86px;
  height: 86px;
  border-left: 0;
  border-bottom: 0;
}

.feature-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
  align-items: center;
}

.feature-layout.reverse {
  grid-template-columns: minmax(340px, 1.12fr) minmax(0, 0.88fr);
}

.feature-layout.reverse .feature-copy {
  order: 2;
}

.feature-layout.reverse .media-block {
  order: 1;
}

.feature-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.bullet-list {
  margin: 0;
  padding-left: 20px;
  color: var(--body-gray);
  display: grid;
  gap: 10px;
}

.bullet-list li::marker {
  color: var(--primary-blue);
}

.media-block {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--light-border);
  background: white;
  box-shadow: var(--shadow-strong);
}

.media-block::before {
  content: "";
  position: absolute;
  inset: auto auto 18px 18px;
  width: 74px;
  height: 74px;
  border: 2px dashed rgba(47, 128, 255, 0.24);
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 28px;
  z-index: 2;
}

.media-frame {
  position: relative;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.9), rgba(238, 245, 255, 0.9));
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 36%;
  background: linear-gradient(90deg, rgba(248, 251, 255, 0.94) 0%, rgba(248, 251, 255, 0.86) 28%, rgba(248, 251, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

.media-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.focus-hero img {
  object-position: 92% 50%;
}

.focus-discovery img {
  object-position: 86% 50%;
}

.focus-trips img {
  object-position: 84% 50%;
}

.focus-library img {
  object-position: 84% 50%;
}

.focus-lifestyle img {
  object-position: 76% 50%;
}

.floating-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.floating-card {
  padding: 16px;
  border-radius: var(--radius-md);
  background: white;
  border: 1px solid var(--light-border);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.floating-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--primary-blue-deep);
}

.floating-card span {
  color: var(--body-gray);
  font-size: 14px;
}

.lifestyle-section {
  padding: 30px 0;
}

.lifestyle-layout {
  grid-template-columns: minmax(0, 0.74fr) minmax(340px, 1.26fr);
  align-items: center;
}

.lifestyle-copy {
  background:
    radial-gradient(circle at top right, rgba(47, 128, 255, 0.08), transparent 34%),
    white;
}

.cta-section {
  position: relative;
  padding: 34px 0 42px;
}

.cta-section::before {
  left: 7%;
  top: 24px;
  width: 100px;
  height: 54px;
  border-right: 0;
  border-bottom: 0;
}

.cta-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  align-items: center;
}

.cta-copy {
  background:
    radial-gradient(circle at top right, rgba(47, 128, 255, 0.14), transparent 36%),
    white;
}

.cta-panel-grid {
  display: grid;
  gap: 14px;
}

.download-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.page-hero {
  padding: 32px 0 16px;
}

.page-hero .panel {
  background:
    radial-gradient(circle at top right, rgba(47, 128, 255, 0.12), transparent 32%),
    white;
}

.page-section {
  padding: 18px 0 34px;
}

.legal-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  align-items: start;
}

.legal-panel .note {
  margin: 18px 0;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(47, 128, 255, 0.08);
  border: 1px solid var(--light-border);
}

.article-visual {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-soft);
}

.content-list {
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: var(--soft-background);
  border: 1px solid var(--light-border);
}

.image-brief {
  margin-top: 18px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(47, 128, 255, 0.1), rgba(255, 255, 255, 0.92));
  border: 1px dashed rgba(47, 128, 255, 0.38);
}

.image-brief strong {
  display: block;
  margin-bottom: 6px;
  color: var(--deep-navy);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
}

.sidebar-card {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.sidebar-card .mini-card {
  padding: 20px;
}

.link-list {
  display: grid;
  gap: 10px;
}

.link-list a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--soft-background);
  border: 1px solid var(--light-border);
  font-weight: 700;
  color: var(--deep-navy);
}

.site-footer {
  padding: 0 0 40px;
}

.footer-card {
  width: 100%;
  padding: 28px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a {
  color: var(--body-gray);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .hero-layout,
  .feature-layout,
  .feature-layout.reverse,
  .lifestyle-layout,
  .cta-layout,
  .legal-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-layout.reverse .feature-copy,
  .feature-layout.reverse .media-block {
    order: initial;
  }

  .steps-grid,
  .topic-grid,
  .floating-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-card {
    position: static;
  }

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

@media (max-width: 760px) {
  .site-header .shell,
  .site-footer .shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero-section,
  .section,
  .lifestyle-section,
  .cta-section,
  .page-hero,
  .page-section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .hero-copy,
  .feature-copy,
  .lifestyle-copy,
  .cta-copy,
  .panel,
  .legal-panel,
  .footer-card {
    padding: 24px;
  }

  .display {
    font-size: clamp(40px, 14vw, 56px);
  }

  .section-title,
  .page-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .lede,
  .section-copy,
  .feature-copy p,
  .lifestyle-copy p,
  .cta-copy p,
  .page-subtitle {
    font-size: 17px;
  }

  .steps-grid,
  .topic-grid,
  .floating-card-row {
    grid-template-columns: 1fr;
  }

  .download-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .app-store-badge {
    width: 220px;
    height: auto;
  }

  .media-frame {
    aspect-ratio: 1 / 1.02;
  }

  .media-frame::after {
    width: 28%;
  }

  .article-visual {
    height: clamp(260px, 82vw, 420px);
    object-fit: cover;
    object-position: 78% center;
  }

  .focus-hero img,
  .focus-discovery img,
  .focus-trips img,
  .focus-library img,
  .focus-lifestyle img {
    object-position: center center;
  }
}
