:root {
  --font-display: 'Syne', system-ui, sans-serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --ink: #0f172a;
  --ink-soft: #334155;
  --coral: #e85d34;
  --coral-soft: #fff1ed;
  --coral-dark: #c2410c;
  --teal: #0891b2;
  --teal-soft: #ecfeff;
  --teal-dark: #0e7490;
  --violet: #7c3aed;
  --violet-soft: #f5f3ff;
  --violet-dark: #5b21b6;
  --sky: #0ea5e9;
  --sky-soft: #e0f2fe;
  --amber: #f59e0b;
  --emerald: #059669;
  --text: var(--ink);
  --text-soft: var(--ink-soft);
  --muted: #64748b;
  --white: #ffffff;
  --border: #e2e8f0;
  --bg-elevated: #ffffff;
  --bg-body: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 40%, #e2e8f0 100%);
  --bg-body-radial-1: radial-gradient(ellipse 100% 60% at 90% 0%, rgba(232, 93, 52, 0.08) 0%, transparent 50%);
  --bg-body-radial-2: radial-gradient(ellipse 80% 50% at 10% 50%, rgba(124, 58, 237, 0.06) 0%, transparent 45%);
  --bg-body-radial-3: radial-gradient(ellipse 70% 40% at 50% 100%, rgba(8, 145, 178, 0.05) 0%, transparent 50%);
  --nav-bg: rgba(255, 255, 255, 0.88);
  --nav-border: rgba(15, 23, 42, 0.06);
  --radius: 12px;
  --radius-lg: 20px;
  --card-bg: #fff;
  --overview-bg: linear-gradient(145deg, #fff 0%, #fef7f5 50%, #f0fdfa 100%);
  --category-bg: linear-gradient(155deg, #fefce8 0%, #fef3c7 25%, #ecfdf5 60%, #f5f3ff 100%);
  --category-card-bg: rgba(255, 255, 255, 0.92);
  --infographic-diagram-bg: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

/* Dark theme (explicit or system) */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --text: #ebecec;
    --text-soft: #b8c4c4;
    --muted: #94a3b8;
    --white: #1a1e1e;
    --border: #2c3030;
    --bg-elevated: #1a1e1e;
    --bg-body: linear-gradient(180deg, #0f1212 0%, #1a1e1e 50%, #0f1212 100%);
    --bg-body-radial-1: radial-gradient(ellipse 120% 80% at 100% -20%, rgba(249, 115, 22, 0.12) 0%, transparent 50%);
    --bg-body-radial-2: radial-gradient(ellipse 80% 60% at 0% 20%, rgba(124, 58, 237, 0.1) 0%, transparent 45%);
    --bg-body-radial-3: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(14, 165, 233, 0.08) 0%, transparent 50%);
    --nav-bg: rgba(15, 18, 18, 0.85);
    --nav-border: rgba(255, 255, 255, 0.08);
    --coral-soft: #3d2919;
    --teal-soft: #0d3d3a;
    --violet-soft: #2e1f4e;
  }
}

[data-theme="dark"] {
  --text: #ebecec;
  --text-soft: #b8c4c4;
  --muted: #94a3b8;
  --white: #1a1e1e;
  --border: #2c3030;
  --bg-elevated: #1a1e1e;
  --bg-body: linear-gradient(180deg, #0f1212 0%, #1a1e1e 50%, #0f1212 100%);
  --bg-body-radial-1: radial-gradient(ellipse 120% 80% at 100% -20%, rgba(249, 115, 22, 0.12) 0%, transparent 50%);
  --bg-body-radial-2: radial-gradient(ellipse 80% 60% at 0% 20%, rgba(124, 58, 237, 0.1) 0%, transparent 45%);
  --bg-body-radial-3: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(14, 165, 233, 0.08) 0%, transparent 50%);
  --nav-bg: rgba(15, 18, 18, 0.85);
  --nav-border: rgba(255, 255, 255, 0.08);
  --coral-soft: #3d2919;
  --teal-soft: #0d3d3a;
  --violet-soft: #2e1f4e;
}

[data-theme="light"] {
  --text: #1c1917;
  --text-soft: #44403c;
  --muted: #78716c;
  --white: #ffffff;
  --border: #e7e5e4;
  --bg-elevated: #ffffff;
  --bg-body: linear-gradient(180deg, #fefdfb 0%, #f8fafc 50%, #f1f5f9 100%);
  --bg-body-radial-1: radial-gradient(ellipse 120% 80% at 100% -20%, rgba(249, 115, 22, 0.15) 0%, transparent 50%);
  --bg-body-radial-2: radial-gradient(ellipse 80% 60% at 0% 20%, rgba(124, 58, 237, 0.12) 0%, transparent 45%);
  --bg-body-radial-3: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(14, 165, 233, 0.1) 0%, transparent 50%);
  --nav-bg: rgba(255, 255, 255, 0.75);
  --nav-border: rgba(0, 0, 0, 0.06);
  --coral-soft: #fff7ed;
  --teal-soft: #ccfbf1;
  --violet-soft: #ede9fe;
  --card-bg: #fff;
  --overview-bg: linear-gradient(135deg, #fff 0%, #faf5ff 50%, #ecfeff 100%);
  --category-bg: linear-gradient(145deg, #fef3c7 0%, #fce7f3 35%, #e0e7ff 70%, #cffafe 100%);
  --category-card-bg: rgba(255, 255, 255, 0.85);
  --infographic-diagram-bg: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
}

[data-theme="dark"],
:root:not([data-theme="light"]) {
  --card-bg: #1a1e1e;
  --overview-bg: linear-gradient(135deg, #1a1e1e 0%, #1e1a2e 50%, #1a2e2e 100%);
  --category-bg: linear-gradient(145deg, #2d2a1f 0%, #2e1f2e 35%, #1f2635 70%, #1a2e2e 100%);
  --category-card-bg: rgba(26, 30, 30, 0.9);
  --infographic-diagram-bg: linear-gradient(180deg, #1a1e1e 0%, #151818 100%);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --card-bg: #1a1e1e;
    --overview-bg: linear-gradient(135deg, #1a1e1e 0%, #1e1a2e 50%, #1a2e2e 100%);
    --category-bg: linear-gradient(145deg, #2d2a1f 0%, #2e1f2e 35%, #1f2635 70%, #1a2e2e 100%);
    --category-card-bg: rgba(26, 30, 30, 0.9);
    --infographic-diagram-bg: linear-gradient(180deg, #1a1e1e 0%, #151818 100%);
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  background: var(--bg-body-radial-1), var(--bg-body-radial-2), var(--bg-body-radial-3), var(--bg-body);
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* —— Nav —— */
nav {
  padding: 20px 0;
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--nav-border);
  position: sticky;
  top: 0;
  z-index: 100;
}

nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--coral) 0%, var(--teal) 50%, var(--violet) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.nav-links a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.nav-links a:hover {
  background: var(--teal-soft);
  color: var(--teal);
}

.nav-cta {
  background: linear-gradient(135deg, var(--coral), var(--teal)) !important;
  color: #fff !important;
  margin-left: 8px;
}

.nav-cta:hover {
  filter: brightness(1.05);
  box-shadow: 0 4px 14px rgba(232, 93, 52, 0.35);
}

/* Theme toggle */
#theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--text-soft);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

#theme-toggle:hover {
  background: var(--teal-soft);
  color: var(--teal);
}

#theme-toggle svg {
  width: 20px;
  height: 20px;
}

/* —— Hero —— */
.hero-wrap {
  position: relative;
  padding: clamp(48px, 10vw, 88px) 0 clamp(56px, 12vw, 100px);
  overflow: hidden;
}

.hero-blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
}

.blob-1 {
  width: 320px;
  height: 320px;
  background: linear-gradient(135deg, var(--coral), #f472b6);
  top: -80px;
  right: 5%;
}

.blob-2 {
  width: 280px;
  height: 280px;
  background: linear-gradient(135deg, #22d3ee, var(--violet));
  bottom: 10%;
  left: -5%;
}

.blob-3 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #34d399, var(--teal));
  top: 40%;
  left: 40%;
  opacity: 0.35;
}

header .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 93, 52, 0.12), rgba(124, 58, 237, 0.1));
  color: var(--coral);
  border: 1px solid rgba(232, 93, 52, 0.25);
  margin-bottom: 24px;
}

.hero-badge span.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--violet));
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.1); }
}

.hero-wrap h1,
header h1 {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5.5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  max-width: 680px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-soft) 45%, var(--coral) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tagline {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--text-soft);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.65;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.chip-a { background: var(--coral-soft); color: var(--coral-dark); border-color: rgba(232, 93, 52, 0.3); }
.chip-b { background: var(--teal-soft); color: var(--teal-dark); border-color: rgba(8, 145, 178, 0.3); }
.chip-c { background: var(--violet-soft); color: var(--violet-dark); border-color: rgba(124, 58, 237, 0.25); }

/* —— Section labels —— */
.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.label-gradient {
  background: linear-gradient(90deg, var(--violet), var(--coral));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* —— Overview widget —— */
.overview {
  padding: 0 0 56px;
  max-width: 720px;
  margin: 0 auto;
}

/* —— Demo video section —— */
.demo-section {
  padding: 8px 0 44px;
}

.demo-section .section-head {
  text-align: center;
  margin-bottom: 22px;
}

.demo-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.8rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

.demo-sub {
  font-size: 1rem;
  color: var(--text-soft);
  max-width: 720px;
  margin: 0 auto;
}

.demo-video-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  background: #000;
}

.demo-video-card video {
  display: block;
  width: 100%;
  height: auto;
}

.overview-card {
  background: var(--overview-bg);
  border-radius: var(--radius-lg);
  padding: 32px 28px 36px;
  border: 1px solid var(--border);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 0 0 1px var(--border) inset;
}

.overview h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 1.65rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 14px;
  line-height: 1.35;
}

.overview p {
  font-size: 1.0625rem;
  color: var(--text-soft);
  line-height: 1.75;
}

.overview-link {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(124, 58, 237, 0.12);
}

.overview-link a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--teal);
  text-decoration: none;
}

.overview-link a:hover {
  text-decoration: underline;
}

/* —— Features —— */
.features-section {
  padding: 32px 0 72px;
}

.features-section .section-head {
  text-align: center;
  margin-bottom: 36px;
}

.features-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.55rem);
  font-weight: 600;
  color: var(--text);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.feature {
  border-radius: var(--radius-lg);
  padding: 3px;
  background: linear-gradient(145deg, var(--card-a), var(--card-b));
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.18);
}

.feature-inner {
  background: var(--card-bg);
  border-radius: calc(var(--radius-lg) - 3px);
  padding: 28px 24px;
  min-height: 100%;
}

.feature.f1 { --card-a: var(--coral); --card-b: #f472b6; --card-bg: linear-gradient(165deg, var(--card-bg) 0%, var(--coral-soft) 100%); }
.feature.f2 { --card-a: var(--teal); --card-b: #22d3ee; --card-bg: linear-gradient(165deg, var(--card-bg) 0%, var(--teal-soft) 100%); }
.feature.f3 { --card-a: var(--violet); --card-b: #6366f1; --card-bg: linear-gradient(165deg, var(--card-bg) 0%, var(--violet-soft) 100%); }

.icon-ring {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.icon-ring svg {
  width: 28px;
  height: 28px;
  color: inherit;
}

.feature.f1 .icon-ring { background: linear-gradient(135deg, #fed7aa, #fbcfe8); color: var(--coral); box-shadow: 0 8px 20px rgba(232, 93, 52, 0.2); }
.feature.f2 .icon-ring { background: linear-gradient(135deg, #99f6e4, #a5f3fc); color: var(--teal); box-shadow: 0 8px 20px rgba(8, 145, 178, 0.2); }
.feature.f3 .icon-ring { background: linear-gradient(135deg, #e9d5ff, #c7d2fe); color: var(--violet); box-shadow: 0 8px 20px rgba(124, 58, 237, 0.2); }

.feature h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

.feature p {
  color: var(--text-soft);
  font-size: 0.9375rem;
  line-height: 1.65;
}

/* —— Category —— */
.category-section {
  margin: 0 0 72px;
  padding: 48px 24px 56px;
  border-radius: var(--radius-lg);
  background: var(--category-bg);
  border: 1px solid var(--border);
  box-shadow: 0 10px 40px -10px rgba(232, 93, 52, 0.1);
}

.category-section .container {
  max-width: 960px;
}

.category-section .section-label {
  text-align: center;
}

.category-section h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 600;
  color: var(--text);
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.4;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.category-card {
  background: var(--category-card-bg);
  backdrop-filter: blur(8px);
  border-radius: var(--radius);
  padding: 22px 20px 24px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.category-card.cat-a { border-left: 4px solid var(--coral); }
.category-card.cat-b { border-left: 4px solid var(--teal); }
.category-card.cat-c { border-left: 4px solid var(--violet); }

.category-card h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
}

.category-card p {
  font-size: 0.875rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.pill {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-top: 14px;
}

.pill-orange { background: linear-gradient(135deg, #fed7aa, #fdba74); color: var(--coral-dark); }
.pill-teal { background: linear-gradient(135deg, #99f6e4, #5eead4); color: var(--teal-dark); }
.pill-violet { background: linear-gradient(135deg, #e9d5ff, #d8b4fe); color: var(--violet-dark); }

/* —— Downloads —— */
.downloads {
  text-align: center;
  padding: 48px 0 72px;
}

.downloads h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
}

.downloads .sub {
  color: var(--text-soft);
  font-size: 1.0625rem;
  margin-bottom: 36px;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.store-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9375rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.store-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.store-play {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  border: none;
}

.store-apk {
  background: linear-gradient(135deg, var(--violet), #4f46e5);
  color: #fff;
}

.store-ios {
  background: linear-gradient(135deg, var(--ink), #334155);
  color: #fff;
}

.store-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.apk-note {
  margin-top: 24px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #fef3c7, #ffedd5);
  border: 1px solid rgba(234, 179, 8, 0.35);
  border-radius: var(--radius);
  color: var(--text-soft);
  font-size: 0.875rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.apk-note strong {
  color: #b45309;
}

.apk-note code {
  font-size: 0.8125rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 6px;
  border-radius: 4px;
}

.apk-note a {
  color: var(--emerald);
  font-weight: 600;
  text-decoration: none;
}

.apk-note a:hover {
  text-decoration: underline;
}

/* —— Web CTA —— */
.web-cta {
  text-align: center;
  padding: 36px 0 64px;
}

.web-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--coral), var(--teal), var(--violet));
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(232, 93, 52, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.web-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(124, 58, 237, 0.35);
}

/* —— Footer —— */
footer {
  background: linear-gradient(165deg, #1e1b4b 0%, #312e81 40%, #1e293b 100%);
  color: #e2e8f0;
  padding: 52px 24px 36px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 100%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.35) 0%, transparent 70%);
  pointer-events: none;
}

footer .container {
  position: relative;
  z-index: 1;
  max-width: 1120px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px 48px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a5b4fc;
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: #fde68a;
}

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 0.875rem;
  color: #94a3b8;
}

@media (max-width: 640px) {
  .nav-links .nav-cta { display: none; }
  .category-section { margin-left: 0; margin-right: 0; border-radius: 0; }
  .blob { opacity: 0.35; }
}

/* —— Feature & category links —— */
a.feature-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.feature-link .learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--teal);
}

a.feature-link:hover .learn-more {
  text-decoration: underline;
}

a.category-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius);
}

a.category-card-link:hover .category-card {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

a.chip {
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

a.chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nav-links {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a.nav-active {
  background: var(--teal-soft);
  color: var(--teal);
}

/* —— Subpages —— */
.page-hero {
  position: relative;
  padding: clamp(32px, 8vw, 56px) 0 clamp(40px, 10vw, 72px);
  overflow: hidden;
}

.page-hero .hero-blobs .blob-1 { opacity: 0.45; }
.page-hero .hero-blobs .blob-2 { opacity: 0.4; }

.breadcrumb {
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 20px;
  text-align: center;
}

.breadcrumb a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span.sep {
  margin: 0 8px;
  opacity: 0.5;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 16px;
}

.page-hero.theme-coral h1 {
  background: linear-gradient(135deg, var(--coral-dark) 0%, var(--coral) 50%, #db2777 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero.theme-teal h1 {
  background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 50%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero.theme-violet h1 {
  background: linear-gradient(135deg, var(--violet-dark) 0%, var(--violet) 50%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero .tagline {
  margin-bottom: 0;
}

.page-main {
  padding-bottom: 72px;
}

.page-content {
  max-width: 680px;
  margin: 0 auto 48px;
}

.page-content h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin: 32px 0 12px;
}

.page-content h2:first-child {
  margin-top: 0;
}

.page-content p {
  font-size: 1.0625rem;
  color: var(--text-soft);
  line-height: 1.75;
  margin-bottom: 16px;
}

.content-list {
  list-style: none;
  margin: 20px 0 24px;
}

.content-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.content-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 800;
}

.page-cta-box {
  text-align: center;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #f0fdfa 0%, #faf5ff 100%);
  border: 1px solid rgba(13, 148, 136, 0.2);
  margin-top: 40px;
}

.page-cta-box p {
  margin-bottom: 16px;
  font-weight: 600;
  color: var(--text);
}

.page-cta-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), #0891b2);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9375rem;
}

.page-cta-box a:hover {
  filter: brightness(1.05);
}

.related-features {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 16px;
}

.related-features h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: var(--text);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.related-card {
  display: block;
  padding: 20px 18px;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.related-card .emoji {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 8px;
}

.related-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 4px;
}

.related-card span {
  font-size: 0.8125rem;
  color: var(--text-soft);
  line-height: 1.45;
}

.related-card.rc-coral { border-top: 3px solid var(--coral); }
.related-card.rc-teal { border-top: 3px solid var(--teal); }
.related-card.rc-violet { border-top: 3px solid var(--violet); }

/* —— AI section (home) —— */
.ai-section {
  padding: 56px 24px 64px;
  margin: 0 -24px 48px;
  background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
  border-radius: var(--radius-lg);
  color: #e2e8f0;
}

.ai-section .section-label {
  color: #94a3b8;
}

.ai-lead {
  max-width: 640px;
  margin-bottom: 32px;
}

.ai-lead h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 1.75rem);
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 12px;
  line-height: 1.3;
}

.ai-lead p {
  font-size: 1.0625rem;
  color: #cbd5e1;
  line-height: 1.7;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.ai-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 20px 18px;
  transition: background 0.2s, border-color 0.2s;
}

.ai-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
}

.ai-card .ai-card-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 6px;
}

.ai-card .ai-card-example {
  font-size: 0.8125rem;
  color: #94a3b8;
  font-style: italic;
  margin-bottom: 8px;
}

.ai-card p {
  font-size: 0.9375rem;
  color: #cbd5e1;
  line-height: 1.55;
  margin: 0;
}

.ai-cta-row {
  margin-top: 28px;
}

.ai-cta-row a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #67e8f9;
  text-decoration: none;
}

.ai-cta-row a:hover {
  text-decoration: underline;
}

.hero-statement {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 500;
  color: var(--text-soft);
  max-width: 520px;
  margin: 0 auto 28px;
  line-height: 1.55;
}

.page-content .ai-callout {
  background: linear-gradient(135deg, #f0fdfa 0%, #ede9fe 100%);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 24px 0;
  font-size: 0.9375rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.page-content .ai-callout strong {
  color: var(--text);
}

.page-content .ai-callout a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

.page-content .ai-callout a:hover {
  text-decoration: underline;
}

/* —— Use cases page —— */
.usecase-intro {
  max-width: 680px;
  margin: 0 auto 40px;
  font-size: 1.0625rem;
  color: var(--text-soft);
  line-height: 1.75;
}

.audience-section {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

.audience-section:last-of-type {
  border-bottom: none;
  margin-bottom: 24px;
}

.audience-section .uc-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.audience-section.uc-communities .uc-label { color: #c2410c; }
.audience-section.uc-schools .uc-label { color: #0f766e; }
.audience-section.uc-organizers .uc-label { color: #6d28d9; }
.audience-section.uc-users .uc-label { color: #0369a1; }

.audience-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.55rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
  line-height: 1.25;
}

.audience-section .uc-lead {
  font-size: 1rem;
  color: var(--text-soft);
  line-height: 1.65;
  margin-bottom: 18px;
  max-width: 640px;
}

.uc-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uc-bullets li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 0.9375rem;
  color: var(--text-soft);
  line-height: 1.55;
}

.uc-bullets li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--text);
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1;
}

.usecase-cta {
  text-align: center;
  padding: 32px 24px 8px;
}

.usecase-cta p {
  font-size: 1rem;
  color: var(--text-soft);
  margin-bottom: 16px;
}

.usecase-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d9488, #0891b2, #6366f1);
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.3);
}

.usecase-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(99, 102, 241, 0.35);
}

/* —— Infographics —— */
.infographic-wrap {
  margin: 40px 0 48px;
  padding: 0;
}

/* Flow infographic: chat → AI → plan → done */
.flow-infographic {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 4px;
  padding: 28px 20px;
  background: var(--infographic-diagram-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-radius: var(--radius);
  min-width: 90px;
}

.flow-chat { background: var(--coral-soft); border: 1px solid rgba(232, 93, 52, 0.2); }
.flow-ai { background: linear-gradient(135deg, var(--teal-soft), var(--violet-soft)); border: 1px solid rgba(8, 145, 178, 0.25); }
.flow-plan { background: var(--violet-soft); border: 1px solid rgba(124, 58, 237, 0.2); }
.flow-done { background: #fff; border: 2px solid var(--teal); box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.12); }

.flow-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.flow-icon svg {
  width: 22px;
  height: 22px;
  color: var(--text);
}

.flow-chat .flow-icon { color: var(--coral); }
.flow-ai .flow-icon { color: var(--teal); }
.flow-plan .flow-icon { color: var(--violet); }
.flow-done .flow-icon { color: var(--teal); }

.flow-icon-ai svg { width: 24px; height: 24px; }

.flow-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.flow-arrow {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.flow-arrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  opacity: 0.7;
}

.flow-arrow-line {
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--violet));
  border-radius: 1px;
  opacity: 0.5;
}

/* Pillars infographic */
.pillars-infographic {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.pillars-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 8px;
  padding: 24px 20px;
  background: var(--infographic-diagram-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.pillar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 28px;
  border-radius: var(--radius);
  min-width: 120px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.pillar-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.pillar-hangout { background: var(--coral-soft); border: 1.5px solid rgba(232, 93, 52, 0.35); }
.pillar-carpool { background: var(--teal-soft); border: 1.5px solid rgba(8, 145, 178, 0.35); }
.pillar-discovery { background: var(--violet-soft); border: 1.5px solid rgba(124, 58, 237, 0.3); }

.pillar-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
}

.pillar-icon svg {
  width: 26px;
  height: 26px;
}

.pillar-hangout .pillar-icon { color: var(--coral); background: rgba(232, 93, 52, 0.15); }
.pillar-carpool .pillar-icon { color: var(--teal); background: rgba(8, 145, 178, 0.15); }
.pillar-discovery .pillar-icon { color: var(--violet); background: rgba(124, 58, 237, 0.15); }

.pillar-name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.pillar-connector {
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--border), var(--muted));
  border-radius: 1px;
  opacity: 0.5;
}

@media (max-width: 540px) {
  .pillar-connector { width: 100%; height: 1px; min-width: 100%; }
  .pillars-row { flex-direction: column; }
  .flow-arrow { transform: rotate(90deg); }
  .flow-steps { flex-direction: column; }
}

.infographic {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border-radius: var(--radius);
}

/* Editorial line-art style – diagrammatic, not polished */
.infographic-editorial {
  stroke: var(--text);
  stroke-width: 1.5;
  fill: none;
}

.infographic-editorial .accent { stroke: var(--coral); stroke-width: 2; }
.infographic-editorial .accent-teal { stroke: var(--teal); stroke-width: 2; }
.infographic-editorial .accent-violet { stroke: var(--violet); stroke-width: 2; }
.infographic-editorial .fill-soft { fill: var(--coral-soft); stroke: rgba(0,0,0,0.06); stroke-width: 1; }
.infographic-editorial .fill-teal-soft { fill: var(--teal-soft); stroke: rgba(13,148,136,0.2); stroke-width: 1; }
.infographic-editorial .fill-violet-soft { fill: var(--violet-soft); stroke: rgba(124,58,237,0.15); stroke-width: 1; }

/* Diagram / flowchart style */
.infographic-diagram {
  background: var(--infographic-diagram-bg);
  border: 1px solid var(--border);
  padding: 28px;
}

.infographic-diagram svg {
  display: block;
  width: 100%;
  height: auto;
}

/* AI subpage: compact overview matching home AI strip */
.ai-summary-panel {
  padding: 28px 22px;
  margin: 0;
  background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
  border-radius: var(--radius-lg);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.2);
}

.ai-summary-panel .ai-grid {
  gap: 12px;
}

.ai-summary-panel .ai-card {
  padding: 14px 14px;
}

.ai-summary-panel .ai-card .ai-card-title {
  font-size: 0.9375rem;
  margin-bottom: 4px;
}

.ai-summary-panel .ai-card .ai-card-example {
  margin-bottom: 0;
  font-size: 0.75rem;
}

/* Dark infographic (AI page, light page context) */
.infographic-dark {
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
}

.infographic-dark .infographic-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  fill: #94a3b8;
}

.infographic-caption {
  font-size: 0.8125rem;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* Radial / location infographic */
.infographic-radial {
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--violet) 12%, transparent) 0%, transparent 70%);
  padding: 32px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

/* Discovery hub — CSS rings + nodes (tokens, dark-mode safe) */
.discovery-hub-graph {
  position: relative;
  width: min(280px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
}

.discovery-hub-graph .dhg-ring {
  position: absolute;
  inset: 0;
  border: 1.5px solid color-mix(in srgb, var(--violet) 35%, transparent);
  border-radius: 50%;
  pointer-events: none;
}

.discovery-hub-graph .dhg-ring-2 {
  inset: 48px;
  border-color: color-mix(in srgb, var(--violet) 45%, transparent);
}

.discovery-hub-graph .dhg-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--violet-dark);
  background: var(--violet-soft);
  border: 2px solid color-mix(in srgb, var(--violet) 50%, transparent);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--violet) 20%, transparent);
}

.discovery-hub-graph .dhg-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin: -18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  background: var(--violet-soft);
  border: 1.5px solid color-mix(in srgb, var(--violet) 40%, transparent);
  transform: rotate(var(--d)) translate(92px) rotate(calc(-1 * var(--d)));
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.discovery-hub-graph .dhg-spoke {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 76px;
  margin-left: -0.5px;
  margin-top: -76px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--violet) 45%, transparent), transparent);
  transform-origin: bottom center;
  transform: rotate(var(--d));
  opacity: 0.45;
  pointer-events: none;
}

/* Compact inline infographic */
.infographic-inline {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 24px 0;
  flex-wrap: wrap;
}

.infographic-inline svg {
  flex-shrink: 0;
}

/* Audience matrix */
.audience-infographic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 28px 0 36px;
  max-width: 560px;
}

.audience-infographic-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  text-align: left;
}

.audience-infographic-item .uc-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.audience-infographic-item.uc-communities .uc-icon { background: var(--coral-soft); }
.audience-infographic-item.uc-schools .uc-icon { background: var(--teal-soft); }
.audience-infographic-item.uc-organizers .uc-icon { background: var(--violet-soft); }
.audience-infographic-item.uc-users .uc-icon { background: var(--sky-soft); }

.audience-infographic-item strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text);
  margin-bottom: 2px;
}

.audience-infographic-item span {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

@media (max-width: 560px) {
  .audience-infographic { grid-template-columns: 1fr; }
}

/* Texas waitlist (waiting-list.html) */
.waitlist-inline-link {
  color: var(--teal-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

[data-theme="dark"] .waitlist-inline-link,
:root:not([data-theme="light"]) .waitlist-inline-link {
  color: var(--sky);
}

.waitlist-section {
  margin: 48px 0 64px;
  padding: 36px 28px;
  background: var(--overview-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  max-width: 560px;
}

.waitlist-section .sub {
  margin-bottom: 24px;
  color: var(--text-soft);
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.waitlist-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text);
}

.waitlist-field span {
  font-weight: 600;
}

.waitlist-field input,
.waitlist-field select {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
}

.waitlist-field select {
  cursor: pointer;
}

.waitlist-geo-hint,
.waitlist-footnote {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.waitlist-footnote {
  margin-top: 20px;
}

.waitlist-optional {
  font-weight: 500;
  color: var(--muted);
}

.waitlist-phone-hint {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.45;
  margin: -8px 0 0;
}

.waitlist-actions--narrow {
  margin-top: -4px;
}

.feedback-section {
  margin: 32px auto 64px;
  padding: 36px 28px;
  background: var(--overview-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  max-width: 640px;
}

.feedback-form .waitlist-field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  resize: vertical;
  min-height: 88px;
}

.feedback-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.feedback-section .feedback-form {
  position: relative;
}

.waitlist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.waitlist-btn-primary,
.waitlist-btn-secondary {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
}

.waitlist-btn-primary {
  background: linear-gradient(135deg, var(--coral) 0%, var(--coral-dark) 100%);
  color: #fff;
}

.waitlist-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.waitlist-btn-secondary {
  background: var(--card-bg);
  color: var(--text);
  border: 1px solid var(--border);
}

.waitlist-geo-status {
  font-size: 0.85rem;
  color: var(--teal-dark);
  margin: 0;
  min-height: 1.2em;
}

[data-theme="dark"] .waitlist-geo-status,
:root:not([data-theme="light"]) .waitlist-geo-status {
  color: var(--teal);
}

.waitlist-form-message {
  font-size: 0.9rem;
  margin: 0;
  min-height: 1.2em;
}

.waitlist-form-message--error {
  color: var(--coral-dark);
}

.waitlist-form-message--ok {
  color: var(--emerald);
}

.footer-muted {
  color: var(--muted);
  font-weight: 400;
  font-size: 0.85em;
}
