:root {
  --bg-900: #030712;
  --bg-850: #071426;
  --bg-800: #091a2e;
  --bg-760: #0d2137;
  --surface: rgba(8, 23, 39, 0.84);
  --surface-strong: rgba(6, 18, 31, 0.92);
  --line: rgba(103, 142, 182, 0.34);
  --line-strong: rgba(73, 239, 202, 0.44);
  --text: #f2f8ff;
  --text-soft: #9fb6cd;
  --text-muted: #7f97af;
  --accent: #2feec5;
  --accent-2: #20c4f6;
  --warn: #f8be4d;
  --error: #ff8d8d;
  --radius-lg: 1.25rem;
  --radius-md: 0.9rem;
  --radius-sm: 0.7rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 720px at 5% 5%, rgba(34, 151, 175, 0.24), transparent 55%),
    radial-gradient(900px 500px at 92% 0%, rgba(31, 213, 186, 0.2), transparent 45%),
    linear-gradient(180deg, #04101d 0%, #020811 70%);
  line-height: 1.42;
}

a {
  color: inherit;
}

.page-background {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(65px);
  opacity: 0.45;
}

.glow-a {
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  top: -140px;
  left: -110px;
  background: rgba(29, 195, 219, 0.8);
}

.glow-b {
  width: min(36vw, 470px);
  height: min(36vw, 470px);
  right: -80px;
  bottom: -140px;
  background: rgba(34, 215, 177, 0.8);
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(111, 163, 201, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 163, 201, 0.1) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.52;
  mask-image: radial-gradient(circle at center, black 34%, transparent 90%);
}

.topbar {
  width: min(1200px, calc(100% - 2.2rem));
  margin: 0.8rem auto 0;
  padding: 0.7rem 1rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(104, 151, 191, 0.24);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, rgba(8, 23, 39, 0.85), rgba(4, 16, 29, 0.85));
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  color: var(--text);
  text-decoration: none;
  font-family: "Sora", "Trebuchet MS", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  justify-self: start;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.58rem;
  border: 1px solid rgba(80, 191, 230, 0.38);
  background: linear-gradient(165deg, rgba(19, 51, 82, 0.92), rgba(10, 29, 48, 0.92));
  display: inline-grid;
  place-items: center;
  box-shadow: 0 0 0 1px rgba(22, 68, 101, 0.5), 0 8px 20px rgba(5, 17, 31, 0.55);
}

.brand-mark img {
  width: 1.44rem;
  height: 1.44rem;
}

.topnav {
  display: inline-flex;
  gap: 1.55rem;
  justify-self: center;
}

.topnav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 120ms ease;
}

.topnav a:hover,
.topnav a.is-active {
  color: #dff3ff;
}

.top-cta {
  justify-self: end;
  border-radius: 999px;
  border: 1px solid rgba(83, 197, 233, 0.35);
  background: rgba(8, 34, 50, 0.72);
  color: #e6f4ff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 0.45rem 0.98rem;
  transition: border-color 120ms ease, transform 120ms ease;
}

.top-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(95, 220, 187, 0.55);
}

.panel {
  border: 1px solid rgba(95, 137, 177, 0.22);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(170deg, rgba(9, 28, 48, 0.72), rgba(4, 14, 26, 0.68)),
    radial-gradient(120% 120% at -10% -5%, rgba(24, 145, 172, 0.12), transparent 48%);
  box-shadow: inset 0 0 0 1px rgba(9, 35, 58, 0.42);
}

h1,
h2,
h3 {
  font-family: "Sora", "Trebuchet MS", sans-serif;
  margin: 0;
  letter-spacing: -0.03em;
}

.waitlist-pill {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #76f3d2;
  border: 1px solid rgba(56, 222, 183, 0.35);
  background: rgba(11, 52, 56, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.waitlist-pill-dot {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #33e9be;
  box-shadow: 0 0 0 0.3rem rgba(51, 233, 190, 0.15);
}

.lead {
  margin: 1.15rem 0 0;
  color: var(--text-soft);
  font-size: clamp(1.01rem, 1.35vw, 1.35rem);
  max-width: 52ch;
}

.claim {
  margin: 1.25rem 0 0.38rem;
  color: #ebfff6;
  font-weight: 700;
  font-size: 1.34rem;
  line-height: 1.2;
}

.claim sup {
  color: var(--warn);
  font-size: 0.72em;
}

.footnote {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  text-decoration: none;
  font-weight: 700;
  border-radius: 0.85rem;
  padding: 0.83rem 1rem;
  transition: transform 120ms ease, filter 120ms ease;
}

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

.btn-primary {
  color: #062130;
  background: linear-gradient(92deg, #2feec5 0%, #26d9c4 45%, #20c4f6 100%);
  box-shadow: 0 9px 22px rgba(26, 221, 196, 0.28);
}

.btn-secondary {
  border: 1px solid rgba(87, 143, 182, 0.44);
  background: rgba(9, 31, 49, 0.72);
  color: #d8e8f6;
}

.page-main {
  width: min(1200px, calc(100% - 2.2rem));
  margin: 1.55rem auto 2.2rem;
  display: grid;
  gap: 1.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: clamp(1.2rem, 2.6vw, 2.5rem);
  align-items: stretch;
}

.hero-copy {
  padding: clamp(1.2rem, 2.6vw, 1.8rem);
}

.hero-copy h1 {
  margin-top: 1rem;
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: 1.02;
  text-wrap: balance;
}

.hero-actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.live-preview {
  padding: 1rem;
}

.live-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}

.live-preview-head h2 {
  font-size: 1.8rem;
}

.live-preview-head span {
  color: #24e6c7;
  letter-spacing: 0.08em;
  font-size: 0.83rem;
}

.trip-preview-card {
  border: 1px solid rgba(100, 148, 190, 0.3);
  border-radius: 1.15rem;
  overflow: hidden;
  background: rgba(8, 25, 42, 0.78);
}

.trip-preview-photo {
  height: 190px;
  background:
    linear-gradient(180deg, rgba(5, 19, 32, 0.3), rgba(4, 14, 26, 0.82)),
    url("./assets/barcelona.jpg") center / cover no-repeat;
}

.trip-preview-title-row {
  margin-top: -2rem;
  padding: 0 1rem 0.2rem;
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  align-items: flex-start;
}

.trip-preview-title-row h3 {
  font-size: 2rem;
}

.trip-preview-title-row p {
  margin: 0.2rem 0 0;
  color: #cadbea;
}

.trip-draft-pill {
  margin-top: 1.1rem;
  border: 1px solid rgba(172, 196, 220, 0.52);
  background: rgba(59, 83, 104, 0.42);
  color: #edf4fa;
  border-radius: 0.65rem;
  font-size: 0.9rem;
  padding: 0.25rem 0.65rem;
}

.trip-timeline {
  padding: 0.6rem 1rem 1rem;
  display: grid;
  gap: 0.7rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.6rem;
  align-items: start;
}

.timeline-time {
  color: #88a6be;
  font-size: 0.84rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.timeline-card {
  border: 1px solid rgba(104, 141, 177, 0.32);
  border-radius: 1rem;
  padding: 0.75rem 0.85rem;
  background: rgba(34, 51, 73, 0.58);
}

.timeline-card strong {
  display: block;
  font-size: 1.03rem;
}

.timeline-card p {
  margin: 0.25rem 0 0;
  color: #a7c0d6;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.feature-card {
  padding: 1rem;
}

.feature-card h3 {
  font-size: 1.2rem;
}

.feature-card p {
  margin: 0.55rem 0 0;
  color: #a9c0d2;
}

.layout {
  width: min(1200px, calc(100% - 2.2rem));
  margin: 1.55rem auto 2.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(1.35rem, 2.6vw, 2.7rem);
  align-items: start;
}

.pitch {
  padding: clamp(1.2rem, 2.6vw, 1.8rem);
  border: 1px solid rgba(95, 137, 177, 0.22);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(170deg, rgba(9, 28, 48, 0.72), rgba(4, 14, 26, 0.68)),
    radial-gradient(120% 120% at -10% -5%, rgba(24, 145, 172, 0.12), transparent 48%);
  box-shadow: inset 0 0 0 1px rgba(9, 35, 58, 0.42);
}

.pitch h1 {
  margin-top: 1rem;
  font-size: clamp(2.1rem, 4.8vw, 4.25rem);
  line-height: 1.02;
  text-wrap: balance;
}

.benefits {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.benefits li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.8rem;
  border: 1px solid rgba(109, 158, 200, 0.24);
  border-radius: 0.94rem;
  background: rgba(8, 24, 40, 0.56);
  padding: 0.82rem 0.9rem;
}

.benefit-icon {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.48rem;
  border: 1px solid rgba(57, 223, 183, 0.37);
  background: linear-gradient(145deg, rgba(14, 79, 90, 0.62), rgba(13, 49, 70, 0.56));
  color: #8ef8dd;
  display: inline-grid;
  place-items: center;
  font-size: 0.82rem;
}

.benefits strong {
  display: block;
  font-size: 1.01rem;
  margin-top: 0.03rem;
}

.benefits p {
  margin: 0.2rem 0 0;
  color: #9eb7cd;
  font-size: 0.9rem;
}

.preview-card {
  margin-top: 1rem;
  border: 1px solid rgba(99, 148, 189, 0.28);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(6, 20, 35, 0.75);
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: stretch;
}

.preview-card-large {
  grid-template-columns: 170px 1fr;
}

.preview-image {
  min-height: 116px;
  background:
    linear-gradient(180deg, rgba(5, 20, 33, 0.35), rgba(4, 16, 27, 0.75)),
    url("./assets/barcelona.jpg") center / cover no-repeat;
}

.preview-body {
  padding: 0.72rem 0.88rem;
}

.preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.preview-head h3 {
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.preview-badge {
  border-radius: 999px;
  border: 1px solid rgba(57, 223, 183, 0.37);
  background: rgba(13, 58, 63, 0.42);
  color: #87f8da;
  padding: 0.2rem 0.52rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.preview-body p {
  margin: 0.4rem 0 0.15rem;
  color: #d9ecfb;
  font-size: 1.05rem;
}

.preview-body small {
  color: #8fa9bf;
  font-size: 0.86rem;
}

.card-section {
  position: sticky;
  top: 1rem;
}

.card {
  border-radius: 1.3rem;
  border: 1px solid rgba(108, 156, 197, 0.34);
  background: linear-gradient(180deg, rgba(9, 26, 44, 0.86), rgba(6, 20, 36, 0.86));
  padding: clamp(1.05rem, 2.4vw, 1.6rem);
  box-shadow: 0 28px 48px rgba(2, 8, 14, 0.55);
  position: relative;
  overflow: hidden;
}

.glow-card::before {
  content: "";
  position: absolute;
  inset: -80px -40px auto;
  height: 180px;
  background: radial-gradient(ellipse at top, rgba(27, 226, 189, 0.25), transparent 70%);
  pointer-events: none;
}

.card h2 {
  font-size: clamp(1.9rem, 2.2vw, 2.3rem);
}

.card-copy {
  margin: 0.62rem 0 1.05rem;
  color: var(--text-soft);
  font-size: 1rem;
}

form {
  display: grid;
  gap: 0.9rem;
}

.field-row {
  display: grid;
  gap: 0.35rem;
}

label {
  color: #d6ecff;
  font-size: 0.89rem;
  font-weight: 600;
}

label span {
  color: var(--warn);
}

input,
button,
a {
  font: inherit;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  border-radius: 0.82rem;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: #eff8ff;
  padding: 0.79rem 0.86rem;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #7590a7;
}

input[type="text"]:focus,
input[type="email"]:focus {
  outline: none;
  border-color: #7cf4d8;
  box-shadow: 0 0 0 3px rgba(52, 232, 190, 0.18);
}

.checkbox-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.62rem;
  align-items: start;
  padding: 0.5rem 0.45rem;
  border-radius: 0.75rem;
}

.checkbox-row.has-error {
  outline: 1px solid rgba(255, 141, 141, 0.62);
  background: rgba(255, 141, 141, 0.08);
}

.checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.12rem;
  accent-color: #2ce0be;
}

.checkbox-row label {
  color: #b8d0e2;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
}

.honeypot {
  position: absolute;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
}

button[type="submit"],
#copy-referral {
  border: none;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0.86rem;
  transition: transform 120ms ease, filter 120ms ease, opacity 120ms ease;
}

button[type="submit"] {
  margin-top: 0.15rem;
  background: linear-gradient(92deg, #2feec5 0%, #26d9c4 45%, #20c4f6 100%);
  color: #062130;
  padding: 0.9rem 1rem;
  font-size: 1.03rem;
  box-shadow: 0 9px 22px rgba(26, 221, 196, 0.28);
}

button[type="submit"]:hover:enabled {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

button[type="submit"]:active:enabled {
  transform: translateY(0);
}

button[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.submit-note {
  margin: -0.12rem 0 0;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.form-status,
.field-error,
.mini-status {
  margin: 0;
  min-height: 1.2rem;
  font-size: 0.8rem;
}

.form-status,
.mini-status {
  color: #bad2e3;
}

.field-error {
  color: var(--error);
}

.success-panel {
  margin-top: 0.25rem;
  display: grid;
  gap: 0.95rem;
  border-radius: 1rem;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(130% 100% at -10% 0%, rgba(29, 138, 123, 0.2), transparent 58%),
    rgba(4, 29, 31, 0.7);
  padding: 0.96rem;
}

.success-panel h3 {
  font-size: 1.55rem;
}

.position-line {
  margin: -0.12rem 0 0;
  color: #d0e8ee;
  font-size: 0.95rem;
}

.position-line strong {
  color: #7bf4d4;
  font-size: 1.35rem;
}

.referral-block {
  display: grid;
  gap: 0.4rem;
}

.referral-block label {
  color: #b9d5e2;
  font-size: 0.84rem;
  font-weight: 600;
}

.referral-controls {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
}

#copy-referral {
  min-width: 72px;
  padding: 0.7rem 0.84rem;
  background: rgba(22, 72, 92, 0.72);
  color: #d7efff;
  border: 1px solid rgba(104, 198, 219, 0.28);
}

#copy-referral:hover {
  transform: translateY(-1px);
  background: rgba(33, 87, 109, 0.86);
}

.share-block {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.share-button {
  border-radius: 0.72rem;
  border: 1px solid rgba(94, 212, 190, 0.4);
  color: #d2eaf4;
  text-decoration: none;
  text-align: center;
  padding: 0.57rem 0.44rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(8, 37, 50, 0.72);
  transition: background 120ms ease, border-color 120ms ease;
}

.share-button:hover {
  background: rgba(15, 55, 71, 0.82);
  border-color: rgba(123, 233, 210, 0.66);
}

.progress-wrap {
  display: grid;
  gap: 0.42rem;
}

.progress-copy {
  margin: 0;
  color: #d1eadc;
  font-size: 0.84rem;
}

.progress-track {
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: rgba(66, 109, 130, 0.44);
  overflow: hidden;
}

.progress-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #2feec5, #20c4f6);
  transition: width 220ms ease;
}

.reward-ladder {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
  font-size: 0.84rem;
  color: #cee5f2;
}

.reward-ladder li {
  position: relative;
  padding-left: 1rem;
}

.reward-ladder li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgba(126, 163, 194, 0.75);
}

.reward-ladder li.unlocked {
  color: #92f2cf;
}

.reward-ladder li.unlocked::before {
  background: #2feec5;
}

#success-panel[hidden] {
  display: none;
}

.content-shell,
.legal-shell {
  width: min(980px, calc(100% - 2.2rem));
  margin: 1.55rem auto 2.2rem;
  display: grid;
  gap: 0.9rem;
}

.content-hero,
.reward-section,
.legal-card {
  padding: 1.2rem;
}

.content-hero h1 {
  margin-top: 0.95rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.content-hero p {
  margin: 0.9rem 0 0;
  color: #a8c0d2;
  font-size: 1.03rem;
}

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

.step-card {
  padding: 1rem;
}

.step-index {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(73, 239, 202, 0.44);
  color: #83f2d5;
  background: rgba(16, 65, 69, 0.35);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.24rem 0.6rem;
}

.step-card h2 {
  margin-top: 0.65rem;
  font-size: 1.34rem;
}

.step-card p {
  margin: 0.5rem 0 0;
  color: #a6bfd2;
}

.reward-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.reward-section-head h2 {
  font-size: 1.7rem;
}

.reward-section-head span {
  color: #8ef4d9;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.reward-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.reward-card {
  border: 1px solid rgba(99, 145, 184, 0.32);
  border-radius: 0.9rem;
  background: rgba(8, 28, 45, 0.65);
  padding: 0.78rem;
}

.reward-card strong {
  display: block;
  font-size: 1.08rem;
}

.reward-card p {
  margin: 0.32rem 0 0;
  color: #9fbbd0;
}

.cta-inline {
  margin-top: 0.9rem;
  width: fit-content;
}

.legal-card h1 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

.legal-card h2 {
  margin-top: 1.15rem;
  font-size: 1.2rem;
}

.legal-card p,
.legal-card li {
  color: #a8bfd1;
  font-size: 0.98rem;
}

.legal-card ul {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.35rem;
}

.contact-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.contact-item {
  border: 1px solid rgba(94, 139, 178, 0.3);
  border-radius: 0.85rem;
  padding: 0.75rem;
  background: rgba(9, 31, 49, 0.7);
}

.contact-item h2 {
  margin: 0;
  font-size: 1.04rem;
}

.contact-item p {
  margin: 0.28rem 0 0;
}

.contact-item a {
  color: #86f4d7;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.footer {
  width: min(1200px, calc(100% - 2.2rem));
  margin: 0 auto 1.35rem;
  border-top: 1px solid rgba(95, 137, 177, 0.26);
  padding-top: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-links {
  display: inline-flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.83rem;
}

.footer-links a:hover {
  color: #d7edff;
}

.footer p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
}

@media (max-width: 1020px) {
  .topbar {
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
  }

  .topnav {
    display: none;
  }

  .hero-grid,
  .layout,
  .feature-grid,
  .steps-grid,
  .reward-grid {
    grid-template-columns: 1fr;
  }

  .card-section {
    position: static;
  }

  .content-shell,
  .legal-shell {
    width: min(980px, calc(100% - 1.4rem));
  }
}

@media (max-width: 760px) {
  .topbar {
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
    padding: 0.6rem 0.72rem;
  }

  .top-cta {
    padding: 0.36rem 0.72rem;
    font-size: 0.8rem;
  }

  .page-main,
  .layout,
  .content-shell,
  .legal-shell {
    width: calc(100% - 1rem);
    margin-top: 0.9rem;
    gap: 0.9rem;
  }

  .hero-copy,
  .live-preview,
  .pitch,
  .card,
  .content-hero,
  .reward-section,
  .legal-card {
    border-radius: 1rem;
    padding: 0.95rem;
  }

  .claim {
    font-size: 1.16rem;
  }

  .trip-preview-photo {
    height: 150px;
  }

  .trip-preview-title-row {
    margin-top: -1.45rem;
  }

  .trip-preview-title-row h3 {
    font-size: 1.5rem;
  }

  .preview-card,
  .preview-card-large {
    grid-template-columns: 1fr;
  }

  .preview-image {
    min-height: 148px;
  }

  .share-block,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer {
    width: calc(100% - 1rem);
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 1.1rem;
  }
}
