@import url("https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,500..700&display=swap");

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

:root {
  color-scheme: light;
  --font-body: "Familjen Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --bg: #f4eee6;
  --surface: #f5efe7;
  --surface-soft: #fdf7ef;
  --surface-deep: #e9e0d5;
  --text: #252229;
  --muted: #756f75;
  --accent: #009b9b;
  --accent-alt: #ff9b9b;
  --accent-soft: #ffd9d9;
  --surface-border: rgba(255, 255, 255, 0.58);
  --body-gradient:
    radial-gradient(circle at top left, rgba(255, 170, 122, 0.28), transparent 32%),
    radial-gradient(circle at 84% 16%, rgba(0, 155, 155, 0.16), transparent 26%),
    radial-gradient(circle at 52% 100%, rgba(255, 208, 150, 0.18), transparent 36%),
    linear-gradient(155deg, #f4eee6 0%, #fff8ee 48%, #e7f1f0 100%);
  --body-glow-start: radial-gradient(circle, rgba(255, 170, 122, 0.24) 0%, rgba(255, 170, 122, 0) 72%);
  --body-glow-end: radial-gradient(circle, rgba(0, 155, 155, 0.18) 0%, rgba(0, 155, 155, 0) 72%);
  --panel-gradient: linear-gradient(145deg, rgba(255, 250, 245, 0.98), rgba(236, 242, 242, 0.98));
  --panel-inset-gradient: linear-gradient(145deg, rgba(238, 230, 221, 0.98), rgba(255, 250, 245, 0.96));
  --surface-gradient: linear-gradient(145deg, rgba(255, 250, 245, 0.98), rgba(239, 243, 245, 0.98));
  --surface-gradient-strong: linear-gradient(145deg, rgba(255, 248, 239, 0.98), rgba(233, 239, 242, 0.98));
  --surface-gradient-playful: linear-gradient(145deg, rgba(255, 234, 220, 0.96), rgba(233, 242, 240, 0.98));
  --eyebrow-bg: linear-gradient(145deg, rgba(255, 250, 245, 0.98), rgba(239, 243, 245, 0.98));
  --eyebrow-text: var(--accent);
  --button-accent-bg: linear-gradient(145deg, var(--accent-alt), var(--accent));
  --button-accent-color: #fff;
  --button-accent-border: var(--surface-border);
  --button-accent-shadow: var(--shadow-accent), inset 1px 1px 2px rgba(255, 255, 255, 0.28), inset -4px -4px 10px rgba(0, 92, 92, 0.28);
  --button-ghost-color: var(--accent);
  --pill-active-bg: var(--surface-gradient);
  --pill-active-text: var(--accent);
  --pill-active-border: var(--surface-border);
  --pill-active-shadow: var(--shadow-accent);
  --pattern-shell-background:
    radial-gradient(circle at 50% 45%, rgba(255, 181, 146, 0.24), transparent 42%),
    linear-gradient(145deg, rgba(255, 247, 239, 0.96), rgba(234, 240, 241, 0.98));
  --pattern-background:
    repeating-radial-gradient(circle at 42% 46%, rgba(255, 166, 131, 0.3) 0 2px, rgba(255, 166, 131, 0) 2px 12px),
    repeating-radial-gradient(circle at 58% 54%, rgba(0, 155, 155, 0.17) 0 2px, rgba(0, 155, 155, 0) 2px 14px),
    linear-gradient(145deg, rgba(255, 246, 236, 0.98), rgba(233, 238, 241, 0.96));
  --button-hover-shadow: 10px 10px 20px rgba(210, 197, 183, 0.82), -10px -10px 20px rgba(255, 255, 255, 0.9);
  --brand-image-shadow: drop-shadow(0 10px 16px rgba(26, 29, 34, 0.18));
  --showcase-shadow: drop-shadow(0 24px 34px rgba(27, 31, 36, 0.18));
  --pattern-shadow: drop-shadow(0 18px 28px rgba(27, 31, 36, 0.14));
  --price-pill-bg: rgba(255, 170, 122, 0.2);
  --placeholder-color: rgba(0, 155, 155, 0.52);
  --info-list-ring: 0 0 0 4px rgba(255, 170, 122, 0.22);
  --roadmap-glow-top: rgba(255, 181, 129, 0.22);
  --roadmap-glow-bottom: rgba(215, 34, 23, 0.12);
  --roadmap-line: linear-gradient(180deg, rgba(215, 34, 23, 0.58), rgba(215, 34, 23, 0.12));
  --roadmap-marker-core: rgba(215, 34, 23, 0.25);
  --roadmap-marker-live-core: rgba(255, 249, 244, 0.9);
  --roadmap-marker-review-bg: linear-gradient(145deg, rgba(255, 209, 143, 0.9), rgba(255, 166, 92, 0.92));
  --roadmap-marker-review-core: rgba(133, 73, 21, 0.22);
  --roadmap-content-bg: linear-gradient(145deg, rgba(255, 252, 249, 0.9), rgba(243, 234, 225, 0.88));
  --roadmap-content-live-bg: linear-gradient(145deg, rgba(255, 245, 239, 0.96), rgba(255, 234, 223, 0.88));
  --roadmap-content-review-bg: linear-gradient(145deg, rgba(255, 248, 236, 0.96), rgba(246, 232, 214, 0.9));
  --shadow-raised: 22px 22px 44px rgba(206, 198, 189, 0.9), -22px -22px 44px rgba(255, 255, 255, 0.96);
  --shadow-raised-sm: 12px 12px 24px rgba(211, 202, 193, 0.84), -12px -12px 24px rgba(255, 255, 255, 0.94);
  --shadow-inset: inset 14px 14px 28px rgba(212, 203, 194, 0.92), inset -14px -14px 28px rgba(255, 255, 255, 0.96);
  --shadow-accent: 14px 14px 28px rgba(0, 120, 120, 0.24), -12px -12px 24px rgba(255, 255, 255, 0.88);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 18px;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0f141c;
  --surface: #18202b;
  --surface-soft: #212c39;
  --surface-deep: #101720;
  --text: #f2f5f8;
  --muted: #a8b4c0;
  --accent: #75ded7;
  --accent-alt: #ff8d8d;
  --accent-soft: #40252a;
  --surface-border: rgba(255, 255, 255, 0.08);
  --body-gradient:
    radial-gradient(circle at top left, rgba(255, 141, 141, 0.14), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(117, 222, 215, 0.14), transparent 28%),
    linear-gradient(145deg, #0f141c 0%, #161d27 48%, #0b1016 100%);
  --body-glow-start: radial-gradient(circle, rgba(255, 141, 141, 0.18) 0%, rgba(255, 141, 141, 0) 72%);
  --body-glow-end: radial-gradient(circle, rgba(117, 222, 215, 0.16) 0%, rgba(117, 222, 215, 0) 72%);
  --panel-gradient: linear-gradient(145deg, rgba(29, 38, 49, 0.98), rgba(12, 17, 24, 0.98));
  --panel-inset-gradient: linear-gradient(145deg, rgba(11, 15, 22, 0.98), rgba(28, 36, 47, 0.95));
  --surface-gradient: linear-gradient(145deg, rgba(28, 37, 49, 0.98), rgba(14, 19, 27, 0.98));
  --surface-gradient-strong: linear-gradient(145deg, rgba(33, 42, 55, 0.98), rgba(15, 21, 31, 0.98));
  --surface-gradient-playful: linear-gradient(145deg, rgba(43, 27, 32, 0.96), rgba(16, 21, 31, 0.98));
  --eyebrow-bg: linear-gradient(145deg, rgba(34, 43, 55, 0.98), rgba(18, 23, 33, 0.98));
  --eyebrow-text: #d5e1dd;
  --button-accent-bg: linear-gradient(145deg, rgba(79, 58, 65, 0.98), rgba(29, 51, 54, 0.98));
  --button-accent-color: #f4efe8;
  --button-accent-border: rgba(255, 196, 182, 0.16);
  --button-accent-shadow: 12px 12px 24px rgba(0, 0, 0, 0.42), -10px -10px 20px rgba(54, 68, 86, 0.2), inset 1px 1px 2px rgba(255, 240, 235, 0.08);
  --button-ghost-color: #e7edf2;
  --pill-active-bg: linear-gradient(145deg, rgba(33, 43, 56, 0.98), rgba(18, 24, 34, 0.98));
  --pill-active-text: #eef3f7;
  --pill-active-border: rgba(117, 222, 215, 0.14);
  --pill-active-shadow: 12px 12px 24px rgba(0, 0, 0, 0.34), -8px -8px 18px rgba(44, 56, 71, 0.2);
  --pattern-shell-background:
    radial-gradient(circle at 50% 45%, rgba(255, 141, 141, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(42, 26, 31, 0.92), rgba(16, 21, 30, 0.98));
  --pattern-background:
    repeating-radial-gradient(circle at 42% 46%, rgba(255, 141, 141, 0.22) 0 2px, rgba(255, 141, 141, 0) 2px 12px),
    repeating-radial-gradient(circle at 58% 54%, rgba(117, 222, 215, 0.14) 0 2px, rgba(117, 222, 215, 0) 2px 14px),
    linear-gradient(145deg, rgba(42, 26, 31, 0.98), rgba(16, 21, 30, 0.96));
  --button-hover-shadow: 10px 10px 20px rgba(3, 6, 10, 0.7), -10px -10px 20px rgba(36, 47, 61, 0.28);
  --brand-image-shadow: brightness(0) saturate(100%) invert(100%) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
  --showcase-shadow: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.42));
  --pattern-shadow: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.34));
  --price-pill-bg: linear-gradient(145deg, rgba(72, 54, 60, 0.96), rgba(28, 43, 46, 0.96));
  --price-pill-color: #f3efe8;
  --placeholder-color: rgba(117, 222, 215, 0.62);
  --info-list-ring: 0 0 0 4px rgba(255, 141, 141, 0.14);
  --roadmap-glow-top: rgba(117, 222, 215, 0.14);
  --roadmap-glow-bottom: rgba(255, 141, 141, 0.14);
  --roadmap-line: linear-gradient(180deg, rgba(117, 222, 215, 0.38), rgba(255, 141, 141, 0.12));
  --roadmap-marker-core: rgba(117, 222, 215, 0.34);
  --roadmap-marker-live-core: rgba(244, 239, 232, 0.88);
  --roadmap-marker-review-bg: linear-gradient(145deg, rgba(112, 83, 56, 0.98), rgba(49, 36, 26, 0.98));
  --roadmap-marker-review-core: rgba(255, 214, 166, 0.32);
  --roadmap-content-bg: linear-gradient(145deg, rgba(27, 35, 46, 0.98), rgba(12, 17, 25, 0.98));
  --roadmap-content-live-bg: linear-gradient(145deg, rgba(42, 31, 38, 0.98), rgba(15, 28, 32, 0.98));
  --roadmap-content-review-bg: linear-gradient(145deg, rgba(52, 38, 31, 0.98), rgba(17, 24, 32, 0.98));
  --shadow-raised: 18px 18px 36px rgba(4, 7, 11, 0.72), -18px -18px 36px rgba(32, 42, 55, 0.28);
  --shadow-raised-sm: 10px 10px 20px rgba(5, 8, 12, 0.72), -10px -10px 20px rgba(33, 43, 57, 0.26);
  --shadow-inset: inset 12px 12px 24px rgba(5, 8, 12, 0.72), inset -12px -12px 24px rgba(34, 45, 58, 0.18);
  --shadow-accent: 14px 14px 28px rgba(0, 0, 0, 0.38), -10px -10px 22px rgba(117, 222, 215, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: var(--font-body);
  background: var(--body-gradient);
  color: var(--text);
  line-height: 1.7;
  padding: 26px 18px 38px;
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(10px);
}

body::before {
  top: -120px;
  left: -80px;
  background: var(--body-glow-start);
}

body::after {
  right: -120px;
  bottom: -140px;
  background: var(--body-glow-end);
}

a {
  color: inherit;
}

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

main {
  display: block;
}

.site-shell {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#drawing-bundle {
  scroll-margin-top: 130px;
}

.panel {
  background: var(--panel-gradient);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-raised);
}

.panel-inset {
  background: var(--panel-inset-gradient);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-inset);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  position: sticky;
  top: 18px;
  z-index: 10;
  backdrop-filter: blur(14px);
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-mark {
  width: 68px;
  height: 68px;
  padding: 9px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--surface-gradient-strong);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-raised-sm);
  position: relative;
}

.brand-mark::before {
  content: none;
}

.brand-mark-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
  filter: var(--brand-image-shadow);
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.display-title,
.section-title {
  font-family: var(--font-display);
  font-optical-sizing: auto;
}

.brand-title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-title,
.app-name,
.section-block h2,
.mini-card h3,
.app-placeholder {
  font-family: var(--font-body);
}

.brand-subtitle {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.topnav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-link,
.footer-link,
.theme-toggle,
.soft-button,
.stat-chip,
.meta-pill,
.eyebrow {
  border-radius: 999px;
}

.nav-link,
.footer-link,
.theme-toggle {
  text-decoration: none;
  padding: 12px 18px;
  background: var(--surface-gradient);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-raised-sm);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--muted);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.theme-toggle {
  align-items: center;
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  min-height: 50px;
  min-width: 84px;
  padding: 6px;
  width: 84px;
}

.theme-toggle-track {
  position: relative;
  width: 100%;
  height: 36px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 240, 209, 0.98), rgba(235, 242, 245, 0.96));
  box-shadow: inset 5px 5px 12px rgba(213, 198, 181, 0.4), inset -5px -5px 12px rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.theme-toggle-thumb {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff7da, #ffb764);
  box-shadow: 0 8px 14px rgba(214, 153, 65, 0.28), inset 1px 1px 2px rgba(255, 255, 255, 0.7);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.theme-toggle-icon {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  line-height: 1;
  opacity: 0.7;
  transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.theme-toggle-icon-sun {
  opacity: 1;
  filter: grayscale(1);
}

.theme-toggle-icon-moon {
  opacity: 0.42;
  filter: grayscale(1);
}

.nav-link:hover,
.nav-link.active,
.footer-link:hover,
.theme-toggle:hover,
.theme-toggle[aria-pressed="true"] {
  color: var(--pill-active-text);
  transform: translateY(-1px);
  box-shadow: var(--pill-active-shadow);
}

.theme-toggle[aria-pressed="true"] .theme-toggle-track {
  background: linear-gradient(145deg, rgba(25, 33, 44, 0.96), rgba(15, 21, 31, 0.96));
  box-shadow: inset 5px 5px 12px rgba(0, 0, 0, 0.38), inset -5px -5px 12px rgba(60, 77, 98, 0.18);
}

.theme-toggle[aria-pressed="true"] .theme-toggle-thumb {
  transform: translateX(40px);
  background: linear-gradient(145deg, #c6d2f6, #6f7c9d);
  box-shadow: 0 8px 14px rgba(5, 8, 12, 0.38), inset 1px 1px 2px rgba(255, 255, 255, 0.26);
}

.theme-toggle[aria-pressed="true"] .theme-toggle-icon-sun {
  opacity: 0.35;
  transform: scale(0.92);
}

.theme-toggle[aria-pressed="true"] .theme-toggle-icon-moon {
  opacity: 1;
  transform: scale(1.06);
}

.theme-toggle:not([aria-pressed="true"]) .theme-toggle-icon-sun {
  transform: scale(1.06);
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.hero-panel,
.section-panel,
.page-hero,
.content-panel,
.side-panel {
  padding: clamp(28px, 4vw, 48px);
}

.hero-layout,
.content-grid {
  display: grid;
  gap: 24px;
}

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

.hero-copy,
.page-hero,
.info-stack {
  display: flex;
  flex-direction: column;
}

.hero-copy {
  gap: 18px;
}

.page-hero,
.info-stack {
  gap: 16px;
}

.page-hero .display-title {
  max-width: none;
  font-size: clamp(2.3rem, 5vw, 3.9rem);
}

.page-hero .lead {
  max-width: 60ch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 16px;
  background: var(--eyebrow-bg);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-raised-sm);
  color: var(--eyebrow-text);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.display-title {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.96;
  font-weight: 650;
  letter-spacing: -0.04em;
  max-width: 10ch;
}

.display-title span,
strong {
  color: var(--accent);
}

.lead,
.section-sub,
.app-copy,
.section-block p,
.section-block dd,
.mini-card p,
.mini-card li,
.showcase-caption,
.footer-panel {
  color: var(--muted);
}

.lead {
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  max-width: 54ch;
}

.hero-actions,
.contact-actions,
.stat-row,
.card-actions,
.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.soft-button {
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: inherit;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--surface-gradient);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-raised-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.soft-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--button-hover-shadow);
}

.soft-button.accent {
  color: var(--button-accent-color);
  background: var(--button-accent-bg);
  border-color: var(--button-accent-border);
  box-shadow: var(--button-accent-shadow);
}

.soft-button.ghost {
  color: var(--button-ghost-color);
}

.stat-chip,
.meta-pill {
  padding: 10px 16px;
  background: var(--surface-gradient);
  border: 1px solid var(--surface-border);
  font-size: 0.82rem;
  font-weight: 800;
}

.showcase-shell {
  padding: 20px;
  position: relative;
  overflow: visible;
}

.showcase-plate,
.app-preview,
.callout,
.mini-card,
.faq-item,
.roadmap-card {
  padding: 18px;
}

.showcase-plate {
  position: relative;
  min-height: clamp(320px, 38vw, 430px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.showcase-mascot {
  width: min(78%, 340px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: var(--showcase-shadow);
  transform: translateY(10px);
}

.showcase-image,
.app-preview img,
.app-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
}

.showcase-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.app-preview-pattern-shell {
  display: grid;
  place-items: center;
  background: var(--pattern-shell-background);
}

.app-preview-pattern {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  background: var(--pattern-background);
  filter: var(--pattern-shadow);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.bundle-title {
  font-size: clamp(3rem, 6vw, 5.25rem);
  line-height: 0.92;
}

.section-sub {
  max-width: 42ch;
}

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

.bundle-lineup {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 32px;
}

.bundle-lineup .app-preview,
.bundle-lineup .app-preview img,
.bundle-lineup .app-placeholder {
  aspect-ratio: 1 / 1;
}

.bundle-lineup .app-preview {
  padding: 14px;
}

.roadmap-card {
  position: relative;
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
  overflow: hidden;
}

.roadmap-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, var(--roadmap-glow-top), transparent 32%),
    radial-gradient(circle at bottom left, var(--roadmap-glow-bottom), transparent 30%);
  pointer-events: none;
}

.roadmap-intro {
  gap: 8px;
  position: relative;
  z-index: 1;
}

.roadmap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.roadmap-item {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.roadmap-item:not(:last-child) {
  padding-bottom: 4px;
}

.roadmap-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 24px;
  bottom: -4px;
  width: 2px;
  background: var(--roadmap-line);
}

.roadmap-marker {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid var(--surface-border);
  background: var(--surface-gradient);
  box-shadow: var(--shadow-raised-sm);
  margin-top: 11px;
}

.roadmap-marker::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  background: var(--roadmap-marker-core);
}

.roadmap-item-live .roadmap-marker {
  background: linear-gradient(145deg, var(--accent-alt), var(--accent));
  border-color: rgba(0, 0, 0, 0);
  box-shadow: var(--shadow-accent);
}

.roadmap-item-live .roadmap-marker::after {
  background: var(--roadmap-marker-live-core);
}

.roadmap-item-review .roadmap-marker {
  background: var(--roadmap-marker-review-bg);
}

.roadmap-item-review .roadmap-marker::after {
  background: var(--roadmap-marker-review-core);
}

.roadmap-content {
  display: grid;
  gap: 4px;
  padding: 10px 14px;
  border-radius: 18px;
  background: var(--roadmap-content-bg);
  border: 1px solid var(--surface-border);
}

.roadmap-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.roadmap-head strong {
  color: var(--text);
  font-size: 0.95rem;
  letter-spacing: -0.03em;
}

.roadmap-content p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.roadmap-item-live .roadmap-content {
  background: var(--roadmap-content-live-bg);
}

.roadmap-item-review .roadmap-content {
  background: var(--roadmap-content-review-bg);
}

.app-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--panel-gradient);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-raised-sm);
}

.app-card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.app-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.app-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  flex-shrink: 0;
  object-fit: cover;
  padding: 4px;
  background: var(--surface-gradient-strong);
  border: 1px solid var(--surface-border);
}

.app-name {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.price-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--price-pill-bg);
  border: 1px solid var(--surface-border);
  color: var(--price-pill-color, var(--accent));
  font-size: 0.82rem;
  font-weight: 800;
}

:root[data-theme="dark"] .nav-link:hover,
:root[data-theme="dark"] .nav-link.active,
:root[data-theme="dark"] .footer-link:hover,
:root[data-theme="dark"] .soft-button.ghost,
:root[data-theme="dark"] .soft-button.ghost:hover {
  background: var(--pill-active-bg);
  border-color: var(--pill-active-border);
  color: var(--pill-active-text);
  box-shadow: var(--pill-active-shadow);
}

:root[data-theme="dark"] .stat-chip,
:root[data-theme="dark"] .meta-pill {
  background: var(--pill-active-bg);
  border-color: var(--pill-active-border);
  color: var(--pill-active-text);
  box-shadow: none;
}

.app-placeholder {
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--placeholder-color);
  background: var(--surface-gradient-playful);
  border: 1px solid var(--surface-border);
}

.app-card.coming-soon {
  opacity: 1;
}

.catalog-grid {
  align-items: stretch;
}

.catalog-card {
  gap: 16px;
  position: relative;
}

.catalog-card .app-preview {
  padding: 14px;
}

.app-facts {
  display: grid;
  gap: 12px;
}

.app-facts div {
  display: grid;
  gap: 4px;
}

.app-facts dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.app-facts dd {
  color: var(--text);
  font-size: 0.98rem;
}

.app-facts a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.app-facts a:hover {
  text-decoration: underline;
}

.clickable-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clickable-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--button-hover-shadow);
}

.clickable-card > * {
  position: relative;
  z-index: 1;
}

.card-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.bundle-member {
  border-color: rgba(201, 154, 58, 0.78);
  box-shadow: 0 0 0 1px rgba(236, 199, 110, 0.68), var(--shadow-raised-sm);
  background:
    linear-gradient(145deg, rgba(255, 249, 236, 0.98), rgba(246, 239, 220, 0.96));
}

.bundle-member .app-preview,
.bundle-member .panel-inset {
  border-color: rgba(201, 154, 58, 0.5);
}

:root[data-theme="dark"] .bundle-member {
  border-color: rgba(228, 187, 92, 0.58);
  box-shadow: 0 0 0 1px rgba(228, 187, 92, 0.42), var(--shadow-raised-sm);
  background: linear-gradient(145deg, rgba(50, 39, 18, 0.96), rgba(22, 23, 28, 0.98));
}

:root[data-theme="dark"] .bundle-member .app-preview,
:root[data-theme="dark"] .bundle-member .panel-inset {
  border-color: rgba(228, 187, 92, 0.34);
}

.content-grid {
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.9fr);
  align-items: start;
}

.bundle-sidebar {
  margin-top: 0;
}

.section-block + .section-block {
  margin-top: 24px;
}

.section-block h2 {
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.support-form {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 24px;
}

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

[hidden] {
  display: none !important;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-group-wide {
  grid-column: 1 / -1;
}

.field-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-input {
  width: 100%;
  border: 1px solid var(--surface-border);
  border-radius: 20px;
  background: var(--surface-gradient);
  box-shadow: var(--shadow-raised-sm);
  color: var(--text);
  font: inherit;
  line-height: 1.5;
  padding: 14px 16px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.field-input::placeholder {
  color: var(--placeholder-color);
}

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

.field-input:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-color: rgba(0, 0, 0, 0);
}

.field-textarea {
  min-height: 180px;
  resize: vertical;
}

.form-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.form-note {
  max-width: 54ch;
}

.callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.callout-mark {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--accent-alt), var(--accent));
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow-accent);
}

.callout p {
  margin: 0;
}

.mini-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.mini-card h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.info-list {
  list-style: none;
  display: grid;
  gap: 10px;
}

.info-list li {
  position: relative;
  padding-left: 18px;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: var(--info-list-ring);
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.faq-item dt {
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}

.faq-item dd {
  margin-left: 0;
}

.text-link,
p a,
dd a,
footer a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 800;
}

.text-link:hover,
p a:hover,
dd a:hover,
footer a:hover {
  text-decoration: underline;
}

.footer-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 24px;
  font-size: 0.92rem;
}

@media (max-width: 960px) {
  .hero-layout,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .bundle-sidebar {
    margin-top: 0;
  }

  .showcase-shell {
    max-width: 560px;
    margin: 0 auto;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 800px) {
  .bundle-lineup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    padding: 18px 12px 28px;
  }

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

  .bundle-lineup {
    grid-template-columns: 1fr;
  }

  .topbar {
    padding: 16px;
    position: static;
  }

  .display-title {
    max-width: none;
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .hero-panel,
  .section-panel,
  .page-hero,
  .content-panel,
  .side-panel {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .support-form {
    padding: 20px;
  }

  .brand {
    justify-content: center;
  }

  .topbar-actions,
  .topnav,
  .hero-actions,
  .contact-actions,
  .stat-row,
  .card-actions,
  .footer-links,
  .form-meta {
    flex-direction: column;
  }

  .topbar-actions {
    align-items: center;
  }

  .nav-link,
  .soft-button,
  .footer-link {
    width: 100%;
    text-align: center;
  }

  .showcase-caption,
  .footer-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .roadmap-item {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 12px;
  }

  .roadmap-item:not(:last-child)::after {
    left: 8px;
  }

  .roadmap-marker {
    width: 18px;
    height: 18px;
    margin-top: 16px;
  }

  .roadmap-marker::after {
    inset: 4px;
  }

  .roadmap-content {
    padding: 16px;
  }
}