:root {
  --ink: #071326;
  --navy: #082b57;
  --blue: #0d4b8f;
  --red: #a50f2d;
  --gold: #f8b512;
  --gold-soft: #fff4cf;
  --muted: #5c6675;
  --line: #dde5ee;
  --paper: #ffffff;
  --wash: #f4f8fc;
  --shadow: 0 22px 70px rgba(7, 19, 38, 0.16);
  --deep-shadow: 0 30px 90px rgba(7, 19, 38, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #f7fbff 0, #ffffff 620px, #f8fbff 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1320px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 0;
  background: rgba(247, 251, 255, 0.86);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(7, 19, 38, 0.12);
  object-fit: cover;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #3e4b5c;
  font-size: 0.94rem;
  font-weight: 750;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-select {
  max-width: 190px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0 10px;
}

.hero,
.screens-section,
.features-section,
.privacy-band,
.languages-section,
.download-section,
.site-footer {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 4vw, 70px);
  min-height: auto;
  margin-top: 16px;
  border: 1px solid rgba(8, 43, 87, 0.1);
  border-radius: 8px;
  padding: clamp(34px, 4.4vw, 62px);
  background:
    linear-gradient(135deg, rgba(248, 181, 18, 0.16), transparent 32%),
    linear-gradient(180deg, #071326, #0b2243 58%, #0d315c);
  color: var(--paper);
  box-shadow: var(--deep-shadow);
  overflow: hidden;
}

.hero .eyebrow {
  color: var(--gold);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
}

h1 {
  margin: 0;
  font-size: clamp(2.75rem, 4.2vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-title {
  max-width: 650px;
}

.hero-title span {
  display: block;
}

.hero-title span:last-child {
  margin-top: 12px;
  color: var(--gold);
  font-size: clamp(1.65rem, 2.55vw, 2.55rem);
  line-height: 1.08;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.22;
}

.lead {
  max-width: 600px;
  margin: 20px 0 0;
  color: #d8e4f1;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.store-button,
.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 850;
}

.store-button.small {
  min-height: 42px;
  padding: 0 16px;
  background: var(--ink);
  color: var(--paper);
}

.store-button.small.secondary {
  border: 1px solid rgba(8, 43, 87, 0.14);
  background: var(--paper);
  color: var(--ink);
}

.store-button.badge-link {
  width: auto;
  height: 42px;
  min-height: 42px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.store-button.badge-link.google {
  width: auto;
}

.store-button.badge-link img {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.store-badge {
  width: auto;
  height: 54px;
  min-width: 0;
  min-height: 54px;
  padding: 0;
  background: transparent;
  color: var(--paper);
  box-shadow: none;
  overflow: visible;
}

.store-badge.secondary {
  border: 0;
  background: transparent;
  color: var(--paper);
  box-shadow: none;
}

.store-badge-img {
  width: auto;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 15px 28px rgba(0, 0, 0, 0.22));
}

.google-play-img {
  width: auto;
  max-width: none;
  height: 54px;
  transform: none;
}

.store-button.badge-link.google img {
  width: auto;
  max-width: none;
  height: 42px;
  transform: none;
}

.store-badge small,
.store-badge strong {
  display: block;
  line-height: 1.08;
}

.store-badge small {
  font-size: 0.72rem;
  font-weight: 650;
  opacity: 0.78;
}

.store-badge strong {
  font-size: 1.1rem;
}

.play-mark {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid var(--gold);
}

.apple-mark {
  position: relative;
  width: 23px;
  height: 27px;
  border-radius: 11px 11px 13px 13px;
  background: currentColor;
  transform: rotate(-8deg);
}

.apple-mark::before {
  position: absolute;
  top: -8px;
  right: 1px;
  width: 11px;
  height: 8px;
  border-radius: 10px 0 10px 0;
  background: currentColor;
  content: "";
  transform: rotate(28deg);
}

.apple-mark::after {
  position: absolute;
  top: 8px;
  right: -4px;
  width: 7px;
  height: 9px;
  border-radius: 50%;
  background: #020814;
  content: "";
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span,
.privacy-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #eef6ff;
  font-size: 0.9rem;
  font-weight: 750;
}

.trust-row span {
  padding: 8px 12px;
}

.hero-showcase {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
}

.hero-showcase::before {
  display: none;
}

.hero-landscape,
.hero-poster {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.hero-poster {
  width: min(100%, 650px);
  max-height: min(720px, calc(100vh - 118px));
  margin-left: 0;
  object-fit: contain;
}

.hero-proof {
  position: static;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(520px, calc(100% - 24px));
  margin-top: 16px;
  transform: none;
}

.hero-proof span {
  display: grid;
  gap: 2px;
  min-width: 128px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(2, 8, 20, 0.82);
  color: var(--paper);
  text-align: center;
  backdrop-filter: blur(12px);
}

.hero-proof strong,
.hero-proof small {
  display: block;
  line-height: 1.05;
}

.hero-proof strong {
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 900;
}

.hero-proof small {
  color: #e5edf6;
  font-size: 0.72rem;
  font-weight: 750;
}

.screens-section,
.features-section,
.languages-section {
  padding: clamp(42px, 6vw, 72px) 0;
  border-top: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 1.3fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 24px;
}

.section-heading.centered {
  display: block;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.language-count {
  max-width: 360px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 800;
}

.screen-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  min-height: clamp(540px, 54vw, 650px);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(8, 43, 87, 0.08);
  background:
    linear-gradient(135deg, rgba(248, 181, 18, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #edf5ff);
  box-shadow: 0 22px 70px rgba(7, 19, 38, 0.08);
  isolation: isolate;
}

.screen-carousel::before {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: -1;
  width: min(760px, 72vw);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 43, 87, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 42%, rgba(8, 43, 87, 0.05) 43%, transparent 58%),
    radial-gradient(circle at 50% 50%, rgba(248, 181, 18, 0.16), transparent 62%);
  box-shadow: inset 28px 0 70px rgba(8, 43, 87, 0.08), 0 35px 80px rgba(7, 19, 38, 0.08);
  transform: translate(-50%, -50%);
  content: "";
}

.carousel-stage {
  position: relative;
  grid-column: 2;
  min-height: clamp(500px, 50vw, 610px);
}

.carousel-control {
  position: relative;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(8, 43, 87, 0.14);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(7, 19, 38, 0.13);
  font: inherit;
  font-size: 1.3rem;
  font-weight: 900;
  cursor: pointer;
}

.carousel-control:hover {
  background: var(--ink);
  color: var(--paper);
}

.screen-shot {
  position: absolute;
  margin: 0;
  border: 1px solid rgba(221, 229, 238, 0.9);
  border-radius: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 58px rgba(7, 19, 38, 0.16);
  backdrop-filter: blur(12px);
  transform-origin: center;
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.screen-shot img {
  width: 100%;
  border-radius: 6px;
}

.screen-shot.landscape,
.screen-shot.portrait {
  left: 50%;
  top: 50%;
}

.screen-shot.portrait {
  width: min(25vw, 285px);
}

.screen-shot.landscape {
  width: min(34vw, 430px);
}

.screen-shot.is-active {
  z-index: 6;
  opacity: 1;
  filter: none;
  transform: translate(-50%, -50%) scale(1);
}

.screen-shot.is-prev,
.screen-shot.is-next {
  z-index: 4;
  opacity: 0.42;
  filter: saturate(0.78);
}

.screen-shot.is-prev {
  transform: translate(-104%, -50%) scale(0.78) rotate(-7deg);
}

.screen-shot.is-next {
  transform: translate(4%, -50%) scale(0.78) rotate(7deg);
}

.screen-shot.is-hidden {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.7);
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: min(260px, calc(100% - 28px));
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(8, 43, 87, 0.22);
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 26px;
  background: var(--gold);
}

.feature-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  counter-reset: feature;
}

.feature-flow article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 245px;
  border: 1px solid rgba(8, 43, 87, 0.08);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(7, 19, 38, 0.07);
  overflow: hidden;
  isolation: isolate;
}

.feature-flow article:nth-child(1),
.feature-flow article:nth-child(2) {
  grid-column: auto;
}

.feature-flow article:nth-child(n + 3) {
  grid-column: auto;
}

.feature-flow article::before {
  position: absolute;
  inset: auto -28px -42px auto;
  z-index: -1;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(248, 181, 18, 0.14);
  content: "";
}

.feature-flow article:nth-child(2n) {
  transform: none;
}

.feature-number {
  color: rgba(8, 43, 87, 0.38);
  font-size: 0.8rem;
  font-weight: 900;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(248, 181, 18, 0.95), #ffdc65);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(248, 181, 18, 0.24);
}

.feature-flow h3 {
  grid-column: auto;
  margin: 4px 0 0;
  font-size: clamp(1.22rem, 1.6vw, 1.55rem);
}

.feature-flow p,
.privacy-copy p,
.site-footer p,
.download-section p {
  margin: 0;
  color: var(--muted);
}

.feature-flow p {
  grid-column: auto;
  max-width: 46ch;
  text-align: left;
  text-align-last: auto;
  font-size: 0.98rem;
}

.privacy-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  border-radius: 8px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(248, 181, 18, 0.14), transparent 34%),
    linear-gradient(180deg, #071326, #0d2b54);
  color: var(--paper);
  box-shadow: var(--deep-shadow);
}

.privacy-band .eyebrow {
  color: var(--gold);
}

.privacy-copy p {
  max-width: 620px;
  margin-top: 18px;
  color: #d7e0eb;
  font-size: 1.06rem;
}

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

.privacy-points span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #f5f8fb;
  padding: 10px 13px;
}

.language-helix {
  position: relative;
  min-height: clamp(300px, 29vw, 360px);
  margin-top: 4px;
  overflow: visible;
}

.helix-lines {
  position: absolute;
  inset: 8% 0 auto;
  width: 100%;
  height: 82%;
  overflow: visible;
}

.helix-lines path {
  fill: none;
  stroke: rgba(8, 43, 87, 0.16);
  stroke-linecap: round;
  stroke-width: 4;
}

.helix-lines .helix-rung {
  stroke: rgba(165, 15, 45, 0.12);
  stroke-width: 2;
}

.language-helix span {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(118px, 11vw, 162px);
  min-height: clamp(52px, 5.2vw, 68px);
  border: 2px solid rgba(8, 43, 87, 0.26);
  border-radius: 999px;
  padding: 11px 15px;
  color: #10213a;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.92),
    0 0 0 7px rgba(248, 181, 18, 0.24),
    0 18px 36px rgba(7, 19, 38, 0.11);
  font-size: clamp(0.78rem, 1.2vw, 0.94rem);
  font-weight: 850;
  text-align: center;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
}

.language-helix span:nth-of-type(2n) {
  border-color: rgba(165, 15, 45, 0.28);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.92),
    0 0 0 7px rgba(165, 15, 45, 0.16),
    0 18px 36px rgba(7, 19, 38, 0.11);
}

.language-helix span:nth-of-type(1) {
  left: 12%;
  top: 28%;
  background: rgba(255, 241, 168, 0.76);
}

.language-helix span:nth-of-type(2) {
  left: 12%;
  top: 70%;
  background: rgba(218, 241, 255, 0.78);
}

.language-helix span:nth-of-type(3) {
  left: 31%;
  top: 28%;
  background: rgba(236, 232, 255, 0.78);
}

.language-helix span:nth-of-type(4) {
  left: 31%;
  top: 70%;
  background: rgba(222, 250, 235, 0.78);
}

.language-helix span:nth-of-type(5) {
  left: 49%;
  top: 28%;
  background: rgba(255, 229, 233, 0.78);
}

.language-helix span:nth-of-type(6) {
  left: 49%;
  top: 70%;
  background: rgba(255, 239, 218, 0.82);
}

.language-helix span:nth-of-type(7) {
  left: 68%;
  top: 28%;
  background: rgba(223, 244, 241, 0.8);
}

.language-helix span:nth-of-type(8) {
  left: 68%;
  top: 70%;
  background: rgba(232, 242, 255, 0.86);
}

.language-helix span:nth-of-type(9) {
  left: 22%;
  top: 50%;
  background: rgba(255, 234, 214, 0.86);
}

.language-helix span:nth-of-type(10) {
  left: 58%;
  top: 50%;
  background: rgba(237, 255, 221, 0.86);
}

.language-helix span:nth-of-type(11) {
  left: 87%;
  top: 50%;
  background: rgba(245, 231, 255, 0.86);
}

.download-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(42px, 6vw, 72px);
  border: 1px solid rgba(248, 181, 18, 0.32);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 50px);
  background:
    linear-gradient(135deg, rgba(248, 181, 18, 0.36), rgba(255, 255, 255, 0.92) 44%),
    #fff8dc;
  box-shadow: 0 22px 60px rgba(7, 19, 38, 0.08);
}

.download-section .eyebrow {
  color: #8b6000;
}

.download-section h2 {
  max-width: 800px;
}

.download-section p {
  max-width: 620px;
  margin-top: 14px;
  color: #554316;
  font-size: 1.05rem;
}

.download-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding: 34px 0 46px;
}

.footer-brand {
  margin-bottom: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 24px;
  color: #3f4a59;
  font-weight: 750;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .privacy-band,
  .download-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 30px;
    margin-top: 10px;
  }

  .hero-showcase {
    max-width: 640px;
    margin: 0 auto;
  }

  .section-heading,
  .feature-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screen-carousel {
    display: block;
    position: relative;
    min-height: 0;
    overflow: visible;
    border-radius: 8px;
    padding: 10px 0 52px;
    background: linear-gradient(180deg, #ffffff, #f1f7ff);
  }

  .screens-section .section-heading.centered {
    margin-bottom: 18px;
  }

  .screen-carousel::before {
    display: none;
  }

  .carousel-stage {
    display: grid;
    place-items: center;
    min-height: 0;
    width: 100%;
  }

  .carousel-control {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
    transform: translateY(-50%);
  }

  .carousel-control.prev {
    left: 8px;
  }

  .carousel-control.next {
    right: 8px;
  }

  .screen-shot,
  .screen-shot.first,
  .screen-shot.message,
  .screen-shot.stream,
  .screen-shot.call,
  .screen-shot.community,
  .screen-shot.last,
  .screen-shot.portrait,
  .screen-shot.landscape {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(86vw, 390px) !important;
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0 auto;
  }

  .screen-shot img {
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(7, 19, 38, 0.18);
  }

  .screen-shot.is-active {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    transform: none;
  }

  .screen-shot.is-prev,
  .screen-shot.is-next,
  .screen-shot.is-hidden {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.9);
  }

  .carousel-dots {
    bottom: 12px;
    width: min(210px, calc(100% - 18px));
    gap: 7px;
  }

  .feature-flow article,
  .feature-flow article:nth-child(1),
  .feature-flow article:nth-child(2),
  .feature-flow article:nth-child(n + 3) {
    grid-column: span 1;
  }

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

@media (max-width: 720px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 14px 0 18px;
    position: relative;
  }

  .site-header,
  .hero,
  .screens-section,
  .features-section,
  .privacy-band,
  .languages-section,
  .download-section,
  .site-footer {
    width: min(100% - 24px, 1200px);
  }

  .brand {
    min-width: 0;
    font-size: 1rem;
  }

  .site-header .brand .brand-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .brand-icon {
    width: 40px;
    height: 40px;
  }

  .store-button.small {
    min-height: 48px;
    width: 100%;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
  }

  .language-select {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
  }

  .hero {
    min-height: auto;
    gap: 20px;
    margin-top: 6px;
    padding: 24px;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.85rem);
    line-height: 1.04;
  }

  .hero-title span:last-child {
    margin-top: 10px;
    font-size: clamp(1.28rem, 6.6vw, 1.85rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8.4vw, 2.45rem);
    line-height: 1.08;
  }

  .lead {
    font-size: 1.04rem;
    color: #d8e4f1;
  }

  .hero-showcase::before {
    display: none;
  }

  .hero-landscape,
  .hero-poster,
  .screen-shot {
    box-shadow: 0 12px 28px rgba(7, 19, 38, 0.12);
  }

  .hero-poster {
    width: min(100%, 460px);
    margin-right: auto;
  }

  .hero-proof {
    width: 100%;
    margin-top: 12px;
  }

  .hero-proof span {
    min-width: min(100%, 128px);
    padding: 9px 10px;
  }

  .store-badge,
  .hero-actions,
  .download-actions {
    width: 100%;
  }

  .store-button.badge-link,
  .store-button.badge-link.google {
    width: auto;
    max-width: 100%;
    justify-self: center;
  }

  .store-button.badge-link img {
    height: 46px;
  }

  .store-badge {
    width: auto;
    max-width: 100%;
  }

  .store-badge-img {
    height: 56px;
    max-width: 100%;
  }

  .section-heading,
  .feature-flow {
    grid-template-columns: 1fr;
  }

  .feature-flow article,
  .feature-flow article:nth-child(2n) {
    grid-template-columns: minmax(0, 1fr);
    grid-column: auto;
    min-height: 0;
    padding: 18px;
    transform: none;
  }

  .privacy-band,
  .download-section {
    padding: 22px;
  }

  .download-section h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .language-helix {
    display: block;
    min-height: 650px;
    padding-top: 8px;
    overflow: visible;
  }

  .language-helix::before,
  .language-helix::after {
    position: absolute;
    left: 7%;
    right: 7%;
    border: 4px solid rgba(8, 43, 87, 0.13);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .language-helix::before {
    top: 34px;
    height: 295px;
  }

  .language-helix::after {
    top: 300px;
    height: 295px;
  }

  .helix-lines {
    display: none;
  }

  .language-helix span,
  .language-helix span:nth-of-type(n) {
    position: absolute;
    min-width: 0;
    width: min(42vw, 158px);
    min-height: 52px;
    padding: 9px 10px;
    font-size: 0.78rem;
    transform: translate(-50%, -50%);
    white-space: normal;
  }

  .language-helix span:nth-of-type(1) {
    left: 50%;
    top: 8%;
  }

  .language-helix span:nth-of-type(2) {
    left: 25%;
    top: 22%;
  }

  .language-helix span:nth-of-type(3) {
    left: 75%;
    top: 22%;
  }

  .language-helix span:nth-of-type(4) {
    left: 25%;
    top: 38%;
  }

  .language-helix span:nth-of-type(5) {
    left: 75%;
    top: 38%;
  }

  .language-helix span:nth-of-type(6) {
    left: 50%;
    top: 51%;
  }

  .language-helix span:nth-of-type(7) {
    left: 25%;
    top: 62%;
  }

  .language-helix span:nth-of-type(8) {
    left: 75%;
    top: 62%;
  }

  .language-helix span:nth-of-type(9) {
    left: 25%;
    top: 78%;
  }

  .language-helix span:nth-of-type(10) {
    left: 75%;
    top: 78%;
  }

  .language-helix span:nth-of-type(11) {
    left: 50%;
    top: 92%;
  }
}

@media (max-width: 400px) {
  .main-nav {
    justify-content: flex-start;
  }

  .language-helix {
    min-height: 620px;
  }

  .language-helix span,
  .language-helix span:nth-of-type(n) {
    width: min(42vw, 148px);
    min-height: 50px;
    font-size: 0.72rem;
  }

  .screen-shot,
  .screen-shot.first,
  .screen-shot.message,
  .screen-shot.stream,
  .screen-shot.call,
  .screen-shot.community,
  .screen-shot.last,
  .screen-shot.landscape {
    width: min(86vw, 350px) !important;
  }

  .hero-actions {
    gap: 10px;
  }

  .store-badge {
    min-width: 0;
    padding: 0;
  }
}
