:root {
  color-scheme: dark;
  --bg: #0f1211;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --ink: #f7f0e8;
  --muted: #bbb4aa;
  --gold: #e7bd69;
  --sage: #8fcf9c;
  --violet: #9f8bd6;
  --rose: #d98fa4;
  --line: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 10%, rgba(143, 207, 156, 0.16), transparent 28%),
    radial-gradient(circle at 86% 6%, rgba(229, 189, 105, 0.17), transparent 32%),
    radial-gradient(circle at 50% 58%, rgba(159, 139, 214, 0.12), transparent 38%),
    linear-gradient(145deg, #101413, #1a1523 56%, #0f1211);
}

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

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

button,
input,
select {
  font: inherit;
}

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

.hero {
  min-height: auto;
  display: grid;
  align-content: center;
  gap: 44px;
  padding: 22px 0 30px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand,
.nav-actions,
.hero-actions,
.trust-row,
.web-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
}

.brand small,
.eyebrow,
.trust-row,
footer span,
.waitlist-form small,
.qr-card span {
  color: var(--muted);
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231, 189, 105, 0.32);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
}

.brand-mark svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
}

.nav-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.nav-actions a,
.primary-action,
.secondary-action,
.waitlist-form button {
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 15px;
  font-weight: 800;
}

.nav-actions a:not(.nav-cta),
.secondary-action {
  background: rgba(255, 255, 255, 0.055);
}

.nav-cta,
.primary-action,
.waitlist-form button {
  border: 0;
  color: #101413;
  background: linear-gradient(135deg, var(--gold), var(--sage));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.hero-grid,
.split-section,
.web-access,
.qr-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
}

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

.hero-copy {
  max-width: 900px;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  max-width: 100%;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.92;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(30px, 4.6vw, 58px);
  line-height: 0.98;
  overflow-wrap: break-word;
}

h3 {
  font-size: 23px;
}

p,
li,
span {
  line-height: 1.56;
}

.hero-copy > p,
.section-intro p,
.split-section p,
.web-access p,
.qr-section p {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions,
.trust-row,
.web-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin: 30px 0 20px;
}

.trust-row span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
}

.app-preview {
  display: grid;
  justify-items: center;
}

.phone-frame {
  width: min(360px, 100%);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.22));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.phone-speaker {
  width: 92px;
  height: 6px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.phone-screen {
  min-height: 520px;
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 28px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 85% 10%, rgba(231, 189, 105, 0.2), transparent 34%),
    linear-gradient(160deg, rgba(17, 21, 20, 0.96), rgba(30, 24, 42, 0.96));
  overflow: hidden;
}

.photo-screen {
  min-height: auto;
  gap: 0;
  padding: 0;
  background: #0c0d10;
}

.photo-screen img {
  width: 100%;
  height: min(510px, 78vh);
  object-fit: contain;
  object-position: center top;
  padding: 10px;
}

.screen-caption {
  display: grid;
  gap: 4px;
  padding: 16px 18px 18px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(231, 189, 105, 0.08), rgba(143, 207, 156, 0.05)),
    rgba(0, 0, 0, 0.22);
}

.screen-caption strong {
  color: var(--ink);
}

.screen-caption span {
  color: var(--muted);
  font-size: 14px;
}

.phone-screen > * {
  min-width: 0;
}

.phone-screen h2 {
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.02;
  overflow-wrap: normal;
}

.phone-screen article,
.feature-strip article,
.app-depth-grid article,
.journey-timeline article,
.system-depth-grid article,
.screen-card,
.tier-grid article,
.waitlist-form,
.plan-grid article,
.language-grid article,
.web-access,
.qr-card,
footer {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(159, 139, 214, 0.045)),
    rgba(0, 0, 0, 0.1);
}

.phone-screen article {
  display: grid;
  gap: 4px;
  padding: 14px;
  width: 100%;
}

.phone-screen article span {
  color: var(--muted);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 12px 0 56px;
}

.feature-section {
  padding: 74px 0;
  border-top: 1px solid var(--line);
}

.feature-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.feature-card,
.gallery-grid figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(159, 139, 214, 0.045)),
    rgba(0, 0, 0, 0.1);
  padding: 18px;
}

.feature-card h3,
.gallery-grid figcaption {
  color: var(--gold);
  font-size: 1rem;
  margin: 0 0 10px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

.app-depth-section,
.complete-guide-section,
.personalisation-section,
.beginner-path-section,
.level-section,
.early-screens-section,
.standout-section,
.comparison-section,
.process-section,
.system-depth-section,
.trust-section,
.community-section,
.connected-guidance-section,
.free-premium-section {
  padding: 74px 0;
  border-top: 1px solid var(--line);
}

.app-depth-grid,
.complete-guide-grid,
.standout-grid,
.comparison-grid,
.process-grid,
.trust-grid,
.system-depth-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.app-depth-grid article,
.complete-guide-grid article,
.standout-grid article,
.comparison-grid article,
.process-grid article,
.trust-grid article,
.system-depth-grid article {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  padding: 18px;
}

.app-depth-grid span,
.standout-grid span,
.process-grid span,
.journey-timeline span {
  width: fit-content;
  max-width: 100%;
  padding: 6px 9px;
  border: 1px solid rgba(231, 189, 105, 0.26);
  border-radius: 999px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.app-depth-grid p,
.complete-guide-grid p,
.standout-grid p,
.comparison-grid span,
.process-grid p,
.trust-grid span,
.system-depth-grid span,
.journey-timeline p,
.personalisation-flow p,
.tier-grid li {
  color: var(--muted);
}

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

.complete-guide-grid strong,
.standout-grid strong,
.comparison-grid strong,
.process-grid strong,
.trust-grid strong {
  color: var(--sage);
}

.standout-section {
  padding-top: 84px;
}

.standout-grid article {
  border-color: rgba(231, 189, 105, 0.26);
  background:
    linear-gradient(145deg, rgba(231, 189, 105, 0.09), rgba(143, 207, 156, 0.045)),
    rgba(0, 0, 0, 0.13);
}

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

.comparison-grid article {
  min-height: 142px;
}

.comparison-grid article:not(.mystora-card) {
  opacity: 0.86;
}

.comparison-grid .mystora-card {
  border-color: rgba(143, 207, 156, 0.38);
  background:
    linear-gradient(135deg, rgba(143, 207, 156, 0.13), rgba(231, 189, 105, 0.07)),
    rgba(0, 0, 0, 0.16);
}

.process-grid article {
  border-color: rgba(159, 139, 214, 0.28);
}

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

.personalisation-flow article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 18px;
}

.personalisation-flow span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #101413;
  font-weight: 900;
  background: var(--sage);
}

.journey-timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.journey-timeline article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 16px;
}

.journey-timeline p,
.system-depth-grid span {
  margin: 0;
}

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

.system-depth-grid article {
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  align-items: start;
}

.system-depth-grid strong {
  color: var(--sage);
}

.correspondence-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.correspondence-guide article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(231, 189, 105, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(231, 189, 105, 0.1), rgba(143, 207, 156, 0.06)),
    rgba(0, 0, 0, 0.16);
}

.correspondence-guide h3 {
  margin: 0;
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.06;
}

.correspondence-guide p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

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

.level-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 22px;
}

.level-grid h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
}

.level-grid ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.level-grid li + li {
  margin-top: 8px;
}

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

.community-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.community-main-card,
.community-points article {
  display: grid;
  align-content: start;
  min-width: 0;
  border: 1px solid rgba(143, 207, 156, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(143, 207, 156, 0.13), rgba(231, 189, 105, 0.065)),
    rgba(0, 0, 0, 0.16);
}

.community-main-card {
  gap: 12px;
  padding: 24px;
}

.community-main-card h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.04;
}

.community-main-card p:not(.eyebrow),
.community-points span {
  margin: 0;
  color: var(--muted);
}

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

.community-points article {
  gap: 8px;
  padding: 18px;
}

.community-points strong {
  color: var(--sage);
  font-size: 18px;
}

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

.connected-guidance-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(231, 189, 105, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(231, 189, 105, 0.09), rgba(143, 207, 156, 0.055)),
    rgba(0, 0, 0, 0.14);
}

.connected-guidance-grid strong {
  color: var(--gold);
  font-size: 18px;
}

.connected-guidance-grid span {
  color: var(--muted);
}

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

.tier-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 22px;
}

.tier-grid h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
}

.tier-grid ul {
  margin: 0;
  padding-left: 20px;
}

.tier-grid li + li {
  margin-top: 8px;
}

.feature-strip article,
.plan-grid article,
.language-grid article {
  display: grid;
  gap: 5px;
  padding: 17px;
}

.feature-strip span,
.plan-grid span,
.language-grid span {
  color: var(--muted);
}

.early-screens-section {
  padding-top: 34px;
}

.early-screens-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.early-screens-grid article {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(231, 189, 105, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(231, 189, 105, 0.08), rgba(143, 207, 156, 0.045)),
    rgba(0, 0, 0, 0.16);
}

.early-screens-grid img {
  width: 100%;
  height: clamp(240px, 28vw, 350px);
  object-fit: contain;
  object-position: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0c0d10;
}

.early-screens-grid strong {
  min-height: 32px;
  color: var(--sage);
  text-align: center;
}

.screens-section,
.email-plan,
.language-section,
.share-section,
.split-section,
.web-access,
.qr-section {
  padding: 74px 0;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 26px;
}

.screens-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.free-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 18px;
  margin: 0 0 22px;
  padding: 20px;
  border: 1px solid rgba(143, 207, 156, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(143, 207, 156, 0.12), rgba(231, 189, 105, 0.06)),
    rgba(0, 0, 0, 0.16);
}

.free-showcase-copy {
  display: grid;
  align-content: center;
}

.free-showcase-copy h3,
.premium-divider h3 {
  margin-bottom: 10px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.05;
}

.free-showcase-copy p:not(.eyebrow),
.free-proof-grid span,
.premium-divider p:not(.eyebrow) {
  color: var(--muted);
}

.free-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.free-proof-grid article {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  min-height: 158px;
  padding: 16px;
  border: 1px solid rgba(143, 207, 156, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.free-proof-grid strong {
  color: var(--sage);
  font-size: clamp(25px, 3.2vw, 42px);
  line-height: 1;
}

.free-proof-grid span {
  font-size: 14px;
}

.premium-divider {
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 24px;
  border-radius: 8px;
}

.premium-divider {
  border: 1px solid rgba(231, 189, 105, 0.3);
  background:
    linear-gradient(135deg, rgba(231, 189, 105, 0.12), rgba(217, 143, 164, 0.07)),
    rgba(0, 0, 0, 0.16);
}

.premium-value-panel {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(231, 189, 105, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(231, 189, 105, 0.13), rgba(143, 207, 156, 0.07)),
    rgba(255, 255, 255, 0.045);
}

.premium-value-panel article {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(231, 189, 105, 0.22);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.premium-value-panel span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.premium-value-panel strong {
  color: var(--text);
  font-size: 1.02rem;
}

.premium-value-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.screen-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-width: 0;
  min-height: 100%;
}

.screen-card img {
  width: 100%;
  height: clamp(260px, 25vw, 340px);
  object-fit: contain;
  object-position: center center;
  border-bottom: 1px solid var(--line);
  padding: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(231, 189, 105, 0.08), transparent 42%),
    #0c0d10;
}

.screen-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 18px 20px 22px;
}

.screen-card.free {
  border-color: rgba(143, 207, 156, 0.26);
}

.screen-card.premium {
  border-color: rgba(229, 189, 105, 0.34);
}

.screen-card.feature-focus {
  border-color: rgba(231, 189, 105, 0.46);
  box-shadow: inset 0 0 0 1px rgba(231, 189, 105, 0.08);
}

.screen-card p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.screen-card h3 {
  margin-bottom: 0;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.split-section {
  border-top: 1px solid var(--line);
}

.split-section ul {
  padding-left: 18px;
  color: var(--muted);
}

.waitlist-form {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.waitlist-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.waitlist-form input,
.waitlist-form select {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(0, 0, 0, 0.22);
}

.waitlist-form .consent {
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
  font-weight: 500;
}

.waitlist-form .consent input {
  min-height: 20px;
  margin-top: 3px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.share-section {
  border-top: 1px solid var(--line);
}

.share-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(143, 207, 156, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(143, 207, 156, 0.11), rgba(231, 189, 105, 0.06)),
    rgba(0, 0, 0, 0.16);
}

.share-copy-box {
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.share-copy-box strong {
  color: var(--sage);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.share-copy-box span,
.share-panel small {
  color: var(--muted);
}

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

.share-buttons button {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.065);
  font-weight: 900;
  cursor: pointer;
}

.share-buttons button:hover,
.share-buttons button:focus-visible {
  border-color: rgba(231, 189, 105, 0.58);
  background: rgba(231, 189, 105, 0.13);
  outline: none;
}

.share-buttons button[data-share-channel="native"],
.share-buttons button[data-share-channel="copy"] {
  color: #101413;
  border: 0;
  background: linear-gradient(135deg, var(--gold), var(--sage));
}

.share-panel small {
  grid-column: 1 / -1;
  min-height: 20px;
  font-weight: 700;
}

.language-section {
  border-top: 1px solid var(--line);
}

.site-language-picker {
  display: grid;
  gap: 8px;
  width: min(320px, 100%);
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-language-picker select {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(229, 189, 105, 0.24);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--cream);
  font-weight: 900;
}

.goog-te-banner-frame,
.goog-te-gadget,
#google_translate_element {
  display: none !important;
}

body {
  top: 0 !important;
}

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

.language-grid article {
  min-height: 128px;
  border-color: rgba(143, 207, 156, 0.24);
  background:
    linear-gradient(145deg, rgba(143, 207, 156, 0.08), rgba(229, 189, 105, 0.06)),
    rgba(0, 0, 0, 0.1);
}

.web-access,
.qr-section {
  padding: 26px;
}

.app-difference {
  align-items: stretch;
}

.difference-points {
  display: grid;
  gap: 12px;
}

.difference-points article {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.difference-points strong {
  font-size: 18px;
}

.difference-points span {
  color: var(--muted);
  font-size: 15px;
}

.qr-card {
  display: grid;
  gap: 14px;
  justify-self: center;
  width: min(360px, 100%);
  margin: 0;
  padding: 20px;
  background: #f7f0e8;
  color: #111514;
}

.qr-card img {
  width: min(270px, 100%);
  justify-self: center;
}

.qr-card figcaption {
  display: grid;
  gap: 5px;
  text-align: center;
}

.qr-card span {
  color: #4f4a43;
}

footer {
  display: grid;
  gap: 8px;
  margin: 42px 0 28px;
  padding: 18px;
}

@media (max-width: 980px) {
  .topbar,
  .hero-grid,
  .split-section,
  .web-access,
  .qr-section {
    grid-template-columns: 1fr;
  }

  .topbar {
    display: grid;
  }

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

  .feature-strip,
  .feature-grid,
  .gallery-grid,
  .early-screens-grid,
  .app-depth-grid,
  .complete-guide-grid,
  .standout-grid,
  .comparison-grid,
  .process-grid,
  .personalisation-flow,
  .journey-timeline,
  .level-grid,
  .plan-grid,
  .language-grid,
  .system-depth-grid,
  .trust-grid,
  .share-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .free-showcase,
  .community-showcase,
  .correspondence-guide,
  .tier-grid,
  .share-panel {
    grid-template-columns: 1fr;
  }

  .system-depth-grid article {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 700px) {
  .topbar {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(100% - 22px, 1180px);
  }

  .hero {
    min-height: auto;
    gap: 20px;
    padding: 18px 0 24px;
  }

  section {
    padding-block: 26px;
  }

  .hero-copy > p,
  .section-intro p,
  .split-section p,
  .web-access p,
  .qr-section p {
    font-size: 15.5px;
  }

  .hero-copy > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .hero-actions {
    gap: 8px;
  }

  .primary-action,
  .secondary-action,
  .waitlist-form button {
    width: 100%;
  }

  .trust-row {
    gap: 7px;
  }

  .trust-row span {
    padding: 7px 9px;
    font-size: 12px;
  }

  .nav-actions a {
    flex: 1 1 135px;
  }

  .nav-actions a:not(.nav-cta) {
    display: none;
  }

  .nav-actions .nav-cta {
    flex: 0 0 auto;
  }

  .hero-grid .app-preview {
    order: -1;
  }

  .phone-frame {
    width: min(305px, 100%);
    border-radius: 28px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 0.95;
  }

  h2 {
    font-size: 28px;
    line-height: 1.04;
  }

  h3 {
    font-size: 20px;
  }

  .section-intro {
    margin-bottom: 16px;
  }

  .feature-strip,
  .feature-grid,
  .gallery-grid,
  .early-screens-grid,
  .app-depth-grid,
  .complete-guide-grid,
  .standout-grid,
  .comparison-grid,
  .process-grid,
  .personalisation-flow,
  .journey-timeline,
  .level-grid,
  .screens-grid,
  .plan-grid,
  .language-grid,
  .community-showcase,
  .connected-guidance-grid,
  .community-points,
  .system-depth-grid,
  .trust-grid,
  .tier-grid,
  .correspondence-guide,
  .free-proof-grid,
  .premium-value-panel,
  .share-buttons {
    grid-template-columns: 1fr;
  }

  .free-showcase,
  .premium-value-panel,
  .share-panel {
    padding: 14px;
  }

  .free-proof-grid article {
    min-height: auto;
  }

  .screen-card {
    grid-template-columns: 1fr;
  }

  .screen-card img {
    height: clamp(250px, 76vw, 330px);
    padding: 10px;
  }

  .early-screens-grid img {
    height: clamp(280px, 82vw, 380px);
  }

  .screen-card div {
    padding: 20px 22px 24px;
  }

  .screen-card h3 {
    font-size: 21px;
  }

  .phone-screen {
    min-height: 440px;
    padding: 22px;
  }

  .photo-screen {
    min-height: auto;
    padding: 0;
  }

  .photo-screen img {
    height: min(330px, 52vh);
  }

  .language-grid,
  .comparison-section,
  .process-section,
  .app-depth-section,
  .complete-guide-section,
  .personalisation-section,
  .beginner-path-section,
  .level-section,
  .system-depth-section,
  .trust-section,
  .email-plan {
    display: none;
  }

  .feature-strip,
  .standout-grid,
  .tier-grid,
  .difference-points {
    gap: 10px;
  }

  .feature-strip article,
  .standout-grid article,
  .tier-grid article,
  .difference-points article,
  .early-screens-grid article {
    min-height: auto;
    padding: 16px;
  }

  .language-section .section-intro p {
    display: none;
  }

  .split-section ul {
    display: none;
  }

  .early-screens-grid,
  .screens-grid,
  .free-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .early-screens-grid img {
    height: clamp(130px, 38vw, 190px);
  }

  .free-showcase {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .free-showcase-copy {
    grid-column: 1 / -1;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
  }

  .screens-section .section-intro p,
  .screen-card p:not(.eyebrow),
  .free-showcase-copy p:not(.eyebrow) {
    display: none;
  }

  .screen-card {
    display: block;
    min-height: auto;
    border-radius: 8px;
  }

  .screen-card img {
    height: clamp(115px, 34vw, 165px);
    padding: 6px;
  }

  .screen-card div {
    padding: 12px;
  }

  .screen-card h3 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.15;
  }

  .screen-card .eyebrow {
    margin-bottom: 7px;
    font-size: 9px;
  }

  footer {
    margin-top: 20px;
  }
}
