:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-deep: #030811;
  --panel: #0d1c30;
  --panel-soft: rgba(13, 28, 48, 0.72);
  --panel-line: rgba(255, 157, 112, 0.18);
  --peach: #ffad83;
  --peach-deep: #ff6433;
  --text: #e7eef8;
  --muted: #9da8b8;
  --ink: #05111d;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(255, 100, 51, 0.10), transparent 28%),
    linear-gradient(180deg, #091321 0%, #040b15 54%, #061221 100%);
  color: var(--text);
  font-family: Inter, ui-rounded, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-150%);
  border-radius: var(--radius);
  background: var(--peach);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(3, 8, 17, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  border-radius: 10px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 760;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--peach);
}

.language-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 750;
}

.language-picker select {
  min-height: 40px;
  border: 1px solid rgba(255, 173, 131, 0.24);
  border-radius: var(--radius);
  background: rgba(13, 28, 48, 0.92);
  color: var(--text);
  padding: 0 34px 0 12px;
  font: inherit;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  padding: 122px clamp(22px, 5vw, 72px) 74px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 17, 0.93) 0%, rgba(3, 8, 17, 0.78) 38%, rgba(3, 8, 17, 0.38) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 24%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.58;
  transform: scale(1.05);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 36%;
  filter: saturate(0.88) contrast(1.04);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.app-icon {
  width: 104px;
  height: 104px;
  border-radius: 24px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--peach);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(4rem, 10vw, 8.8rem);
  line-height: 0.88;
  letter-spacing: 0;
  font-weight: 950;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 4.2vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 930;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.18;
}

.hero-lead {
  width: min(620px, 100%);
  color: #c8d2df;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 650;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: var(--radius);
  padding: 0 20px;
  text-decoration: none;
  font-weight: 880;
}

.button.primary {
  background: linear-gradient(135deg, var(--peach), var(--peach-deep));
  color: var(--ink);
}

.button.secondary {
  border: 1px solid rgba(231, 238, 248, 0.18);
  background: rgba(13, 28, 48, 0.68);
}

.hero-pills span {
  border: 1px solid rgba(255, 173, 131, 0.22);
  border-radius: 999px;
  color: #f5c6ae;
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 840;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(56px, 8vw, 108px) 0;
}

.section-heading {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 650;
}

.section-heading.compact {
  margin-bottom: 26px;
}

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

.feature-card,
.legal-panel,
.support-band {
  border: 1px solid var(--panel-line);
  border-radius: var(--radius);
  background: var(--panel-soft);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 22px;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 12px;
  background: rgba(255, 173, 131, 0.12);
  color: var(--peach);
  font-weight: 950;
}

.feature-card p {
  color: var(--muted);
  font-weight: 620;
}

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

.shot-card {
  margin: 0;
  border: 1px solid rgba(255, 173, 131, 0.14);
  border-radius: var(--radius);
  background: rgba(13, 28, 48, 0.52);
  overflow: hidden;
}

.shot-card img {
  width: 100%;
  aspect-ratio: 0.4622;
  object-fit: contain;
  object-position: top;
  background: #06111d;
}

.shot-card figcaption {
  padding: 13px 14px 15px;
  color: var(--peach);
  font-weight: 900;
}

.support-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
}

.support-band p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 650;
  margin-bottom: 0;
}

.mail-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  border-radius: var(--radius);
  background: rgba(255, 173, 131, 0.10);
  color: var(--peach);
  padding: 0 16px;
  text-decoration: none;
  font-weight: 900;
  white-space: nowrap;
}

.legal {
  padding-top: 20px;
}

.legal-panel {
  padding: clamp(24px, 4vw, 44px);
}

.legal-copy {
  display: grid;
  gap: 18px;
}

.legal-copy .legal-section {
  display: grid;
  gap: 9px;
  max-width: 940px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 173, 131, 0.12);
}

.legal-copy .legal-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-copy h3 {
  margin: 0;
  color: var(--peach);
}

.legal-copy p {
  margin: 0;
  color: #c7d0dc;
  font-weight: 590;
  line-height: 1.7;
  white-space: pre-line;
}

.legal-copy address {
  color: #c7d0dc;
  font-style: normal;
  font-weight: 650;
  line-height: 1.75;
  white-space: pre-line;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: space-between;
  padding: 32px clamp(18px, 4vw, 58px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 720;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

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

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

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand span {
    display: none;
  }

  .language-picker span {
    display: none;
  }

  .hero {
    min-height: 86vh;
    padding: 136px 20px 58px;
  }

  .app-icon {
    width: 82px;
    height: 82px;
    border-radius: 20px;
  }

  h1 {
    font-size: 4rem;
  }

  .feature-grid,
  .screen-row {
    grid-template-columns: 1fr;
  }

  .shot-card img {
    max-height: 620px;
  }

  .mail-link {
    white-space: normal;
  }
}
