@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --bg: #071510;
  --bg-deep: #0b1d17;
  --surface: rgba(13, 28, 22, 0.8);
  --surface-strong: rgba(19, 40, 31, 0.94);
  --surface-soft: rgba(247, 239, 224, 0.08);
  --card: rgba(255, 255, 255, 0.04);
  --card-strong: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 245, 224, 0.12);
  --line-strong: rgba(243, 204, 122, 0.32);
  --text: #f7f1e3;
  --muted: #c2c0b4;
  --muted-strong: #dfd8c7;
  --accent: #f3cc7a;
  --accent-strong: #ffe4a7;
  --accent-ink: #35240a;
  --success: #8ccfaf;
  --danger: #ff978c;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  --shadow-soft: 0 14px 36px rgba(0, 0, 0, 0.24);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.65;
  background:
    radial-gradient(1000px 500px at 0% -10%, rgba(58, 135, 96, 0.28) 0%, transparent 60%),
    radial-gradient(920px 620px at 100% 0%, rgba(217, 169, 78, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, #10241d 0%, #071510 34%, #071510 100%);
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 92%);
  opacity: 0.26;
}

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

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

a,
button,
summary,
[role="button"] {
  cursor: pointer;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 16px 0 0;
}

.nav-shell {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(9, 21, 17, 0.75);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(255, 241, 206, 0.9) 45%, rgba(243, 204, 122, 0.9) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 10px 22px rgba(243, 204, 122, 0.18);
  overflow: hidden;
}

.brand-mark-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-text {
  min-width: 0;
}

.brand-overline {
  display: block;
  margin-bottom: 2px;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand-name {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  border: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link[aria-current="page"] {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  outline: none;
}

.page-main {
  padding: 40px 0 84px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 28px;
  align-items: center;
}

.eyebrow,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(243, 204, 122, 0.24);
  background: rgba(243, 204, 122, 0.1);
  color: var(--accent-strong);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.feature-card h3,
.review-card h3,
.support-panel h2,
.legal-card h2,
.faq-card summary,
.info-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.02em;
}

.hero-copy h1,
.page-hero h1 {
  margin: 18px 0 18px;
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.96;
}

.hero-copy p,
.page-hero p {
  margin: 0;
  max-width: 60ch;
  color: var(--muted-strong);
  font-size: 1.05rem;
}

.hero-meta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.meta-card {
  min-width: 132px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.meta-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
}

.meta-value {
  display: block;
  font-size: 1.18rem;
  font-weight: 700;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.btn-primary {
  color: var(--accent-ink);
  background: linear-gradient(180deg, #ffe8af 0%, #f3cc7a 100%);
  box-shadow: 0 16px 34px rgba(243, 204, 122, 0.18);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 20px 40px rgba(243, 204, 122, 0.22);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-strong);
}

.hero-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-brand-block {
  margin-bottom: 18px;
}

.hero-logo {
  width: min(100%, 420px);
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.28));
}

.visual-card,
.feature-card,
.review-card,
.section-card,
.support-panel,
.legal-card,
.info-card,
.faq-card,
.cta-panel {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(23, 42, 33, 0.9) 0%, rgba(11, 24, 19, 0.92) 100%);
  box-shadow: var(--shadow);
}

.visual-card {
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.visual-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 204, 122, 0.14) 0%, rgba(243, 204, 122, 0) 72%);
}

.deck-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.device-frame {
  position: relative;
  padding: 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.device-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 30%;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
}

.device-shot-frame {
  height: 560px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b4b39 0%, #123126 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.device-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.device-screen {
  min-height: 510px;
  padding: 52px 18px 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(92, 167, 124, 0.36), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(243, 204, 122, 0.18), transparent 32%),
    linear-gradient(180deg, #1b4b39 0%, #123126 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.screen-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fef8ea;
  font-size: 0.8rem;
  font-weight: 600;
}

.screen-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.screen-stat {
  padding: 12px;
  border-radius: 16px;
  background: rgba(7, 18, 14, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.screen-stat strong {
  display: block;
  font-size: 1rem;
}

.screen-stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
}

.tableau {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.pile {
  min-height: 214px;
  padding: 12px 8px;
  border-radius: 16px;
  background: rgba(5, 17, 13, 0.24);
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.playing-card {
  position: relative;
  height: 108px;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 14px;
  color: #11271f;
  background: linear-gradient(180deg, #fffdf6 0%, #f3f0e7 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.playing-card::after {
  content: attr(data-suit);
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 1.18rem;
  opacity: 0.72;
}

.playing-card.red {
  color: #8e2727;
}

.playing-card .rank {
  display: inline-block;
  font-size: 1rem;
  font-weight: 800;
}

.playing-card.back {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16) 25%, transparent 25%) -8px 0/16px 16px,
    linear-gradient(225deg, rgba(255, 255, 255, 0.16) 25%, transparent 25%) -8px 0/16px 16px,
    linear-gradient(315deg, rgba(255, 255, 255, 0.16) 25%, transparent 25%) 0 0/16px 16px,
    linear-gradient(45deg, rgba(255, 255, 255, 0.16) 25%, transparent 25%) 0 0/16px 16px,
    linear-gradient(180deg, #1d4538 0%, #143128 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.playing-card.back::after {
  content: "";
}

.screenshot-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.shot-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.shot-card strong,
.shot-card span {
  display: block;
}

.shot-card strong {
  margin-bottom: 8px;
}

.shot-card span {
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  margin-top: 28px;
}

.section-card {
  padding: 28px;
}

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

.section-heading h2 {
  margin: 0 0 6px;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1;
}

.section-heading p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
}

.kicker {
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 700;
}

.feature-grid,
.review-grid,
.info-grid,
.legal-grid,
.support-grid,
.mini-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card,
.review-card,
.info-card {
  padding: 24px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--accent-strong);
  background: rgba(243, 204, 122, 0.1);
  border: 1px solid rgba(243, 204, 122, 0.18);
}

.feature-icon svg,
.star-row svg,
.inline-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.feature-card h3,
.review-card h3,
.info-card h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
}

.feature-card p,
.review-card p,
.info-card p,
.feature-list,
.muted {
  color: var(--muted);
}

.feature-list,
.info-list,
.legal-list {
  margin: 16px 0 0;
  padding-left: 18px;
}

.feature-list li,
.info-list li,
.legal-list li {
  margin-top: 8px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat-tile {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.stat-tile strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.stat-tile span {
  display: block;
  color: var(--muted);
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.star-row {
  display: inline-flex;
  gap: 4px;
  color: var(--accent);
}

.review-author {
  color: var(--muted-strong);
  font-size: 0.92rem;
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq-card {
  overflow: hidden;
}

.faq-card summary {
  list-style: none;
  padding: 20px 24px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card summary::after {
  content: "+";
  flex: 0 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  color: var(--accent-strong);
}

.faq-card[open] summary::after {
  content: "-";
}

.faq-content {
  padding: 0 24px 22px;
  color: var(--muted);
}

.cta-panel {
  padding: 28px;
  display: grid;
  gap: 18px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cta-panel h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.cta-panel p {
  margin: 0;
  max-width: 54ch;
  color: var(--muted);
}

.page-hero {
  padding: 24px 0 8px;
}

.page-hero-card {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 204, 122, 0.11) 0%, transparent 28%),
    linear-gradient(180deg, rgba(21, 39, 31, 0.94) 0%, rgba(10, 22, 18, 0.96) 100%);
  box-shadow: var(--shadow);
}

.page-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.page-logo {
  width: min(100%, 330px);
  height: auto;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.22));
}

.page-hero-meta {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-tile {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.tag-tile strong,
.tag-tile span {
  display: block;
}

.tag-tile span {
  color: var(--muted);
  font-size: 0.82rem;
}

.tag-tile strong {
  margin-top: 4px;
  font-size: 1rem;
}

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

.legal-card {
  padding: 26px;
}

.policy-section + .policy-section {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-section h2 {
  margin: 0 0 10px;
  font-size: 1.95rem;
}

.policy-section p {
  margin: 0;
  color: var(--muted);
}

.policy-section p + p,
.policy-section ul {
  margin-top: 14px;
}

.aside-stack {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 98px;
}

.info-grid,
.support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card strong {
  color: var(--text);
}

.support-grid {
  align-items: start;
}

.support-panel {
  padding: 26px;
}

.support-panel h2,
.legal-card h2 {
  margin: 0 0 12px;
  font-size: 2rem;
}

.support-panel p,
.support-panel li,
.legal-card p {
  color: var(--muted);
}

.field-grid {
  display: grid;
  gap: 16px;
}

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

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

.field label {
  color: var(--muted-strong);
  font-size: 0.92rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(223, 216, 199, 0.56);
}

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

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.footer-link:focus-visible,
.contact-link:focus-visible,
.inline-link:focus-visible,
summary:focus-visible {
  outline: none;
  border-color: rgba(243, 204, 122, 0.56);
  box-shadow: 0 0 0 4px rgba(243, 204, 122, 0.14);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.hint,
.status {
  margin: 0;
  font-size: 0.92rem;
}

.hint {
  color: var(--muted);
}

.status {
  color: var(--muted-strong);
  min-height: 1.4em;
}

.status.error {
  color: var(--danger);
}

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

.support-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.support-list strong,
.support-list span {
  display: block;
}

.support-list span {
  color: var(--muted);
  margin-top: 6px;
}

.inline-link,
.contact-link {
  color: var(--accent-strong);
  text-decoration: underline;
  text-decoration-color: rgba(243, 204, 122, 0.4);
  text-underline-offset: 0.18em;
}

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

.footer-shell {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(9, 21, 17, 0.7);
  backdrop-filter: blur(16px);
}

.footer-copy {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 8px 14px;
  flex-wrap: wrap;
}

.footer-link {
  color: var(--muted-strong);
  transition: color 180ms ease;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: var(--text);
  outline: none;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(243, 204, 122, 0.1);
  border: 1px solid rgba(243, 204, 122, 0.18);
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 600;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1120px) {
  .hero-grid,
  .legal-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 14ch;
  }

  .aside-stack {
    position: static;
  }

  .feature-grid,
  .review-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    padding-top: 12px;
  }

  .nav-shell,
  .footer-shell {
    border-radius: 28px;
  }

  .nav-shell {
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .page-main {
    padding-top: 28px;
  }

  .section-card,
  .support-panel,
  .legal-card,
  .page-hero-card,
  .visual-card,
  .cta-panel {
    padding: 22px;
  }

  .section-heading,
  .cta-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .stats-row,
  .screen-stats,
  .screenshot-strip,
  .split-fields,
  .feature-grid,
  .review-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .page-brand-row {
    align-items: flex-start;
  }

  .tableau {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .device-shot-frame {
    height: 520px;
  }

  .device-screen {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .container,
  .nav-shell,
  .footer-shell {
    width: min(var(--container), calc(100% - 24px));
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: clamp(2.5rem, 14vw, 3.4rem);
  }

  .hero-logo,
  .page-logo {
    width: min(100%, 300px);
  }

  .meta-card,
  .tag-tile {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

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

  .device-shot-frame {
    height: 480px;
  }

  .faq-card summary {
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
