:root {
  color-scheme: light;
  --paper: #eef8fb;
  --paper-soft: #f8fdff;
  --ink: #071521;
  --muted: #59707d;
  --line: rgba(7, 21, 33, 0.12);
  --line-strong: rgba(7, 21, 33, 0.2);
  --sage: #1d6f82;
  --teal: #30d5c8;
  --blue: #5e86ff;
  --glow: #6fffe9;
  --gold: #24b9d0;
  --clay: #6e8bff;
  --charcoal: #06101f;
  --radius: 8px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 0%, rgba(48, 213, 200, 0.2), transparent 34rem),
    radial-gradient(circle at 88% 8%, rgba(94, 134, 255, 0.18), transparent 32rem),
    var(--paper);
  color: var(--ink);
  font: 16px/1.7 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--content), calc(100% - 36px));
  margin: 18px auto 0;
  padding: 10px 10px 10px 12px;
  border: 1px solid rgba(111, 255, 233, 0.18);
  border-radius: var(--radius);
  background: rgba(6, 16, 31, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 52px rgba(11, 35, 58, 0.12);
  color: #f8fdff;
}

.brand,
.site-nav,
.language-switch,
.hero-actions,
.site-footer,
.site-footer nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 750;
  text-decoration: none;
}

.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow:
    0 10px 24px rgba(7, 21, 33, 0.16),
    0 0 22px rgba(48, 213, 200, 0.22);
}

.site-nav {
  gap: 18px;
  color: rgba(248, 253, 255, 0.72);
  font-size: 0.94rem;
  font-weight: 650;
}

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

.site-nav a:hover {
  color: #ffffff;
}

.language-switch {
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(248, 253, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.language-switch button {
  width: 34px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 253, 255, 0.72);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  cursor: pointer;
}

.language-switch button[aria-pressed="true"] {
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #03121f;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-media,
.hero-media img,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) brightness(0.82) contrast(1.08);
}

.hero-scrim {
  background:
    linear-gradient(120deg, rgba(4, 24, 45, 0.38), rgba(17, 88, 105, 0.2) 52%, rgba(5, 13, 30, 0.56)),
    radial-gradient(circle at 72% 58%, rgba(48, 213, 200, 0.22), transparent 26rem),
    radial-gradient(circle at 24% 76%, rgba(94, 134, 255, 0.26), transparent 34rem),
    linear-gradient(90deg, rgba(3, 12, 25, 0.82) 0%, rgba(3, 12, 25, 0.58) 38%, rgba(3, 12, 25, 0.22) 76%),
    linear-gradient(180deg, rgba(3, 12, 25, 0.06) 0%, rgba(3, 12, 25, 0.24) 58%, rgba(3, 12, 25, 0.88) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--content), calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 9vh;
  color: #f8fdff;
}

.hero-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  margin-bottom: 26px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(48, 213, 200, 0.26);
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .kicker {
  color: #6fffe9;
}

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

h1 {
  margin-bottom: 20px;
  font-family: "New York", Georgia, "Times New Roman", serif;
  font-size: 8.2rem;
  font-weight: 680;
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: "New York", Georgia, "Times New Roman", serif;
  font-size: 4.2rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0;
}

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

.hero-lede {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(248, 253, 255, 0.84);
  font-size: 1.28rem;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 760;
  text-decoration: none;
}

.primary-link {
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #03121f;
  box-shadow: 0 16px 38px rgba(48, 213, 200, 0.2);
}

.hero .primary-link {
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #03121f;
}

.secondary-link {
  border: 1px solid currentColor;
  color: inherit;
}

.intro,
.feature-band,
.privacy-band,
.doc-layout,
.site-footer {
  width: min(var(--content), calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 72px;
  padding: 96px 0 76px;
  border-bottom: 1px solid var(--line);
}

.intro p,
.privacy-band p,
.doc-hero p,
.doc-content p,
.doc-content li {
  color: var(--muted);
  font-size: 1.06rem;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.feature-band article {
  min-height: 270px;
  padding: 42px 26px 42px 0;
  border-right: 1px solid var(--line);
}

.feature-band article + article {
  padding-left: 26px;
}

.feature-band article:last-child {
  border-right: 0;
}

.feature-number {
  display: block;
  margin-bottom: 54px;
  color: var(--clay);
  font-weight: 820;
  letter-spacing: 0.08em;
}

.feature-band p {
  color: var(--muted);
  margin-bottom: 0;
}

.privacy-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 72px;
  padding: 82px 0 96px;
}

.doc-page {
  background:
    radial-gradient(circle at 88% 0%, rgba(94, 134, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 12% 6%, rgba(48, 213, 200, 0.18), transparent 30rem),
    linear-gradient(180deg, rgba(248, 253, 255, 0.94), rgba(238, 248, 251, 1)),
    var(--paper);
}

.doc-layout {
  padding: 150px 0 96px;
}

.doc-hero {
  max-width: 820px;
  padding-bottom: 50px;
}

.doc-hero h1 {
  color: var(--ink);
  max-width: 940px;
  font-family: inherit;
  font-size: 3.75rem;
  font-weight: 820;
  line-height: 1.08;
}

.doc-meta {
  margin-top: -10px;
}

.doc-content {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line-strong);
}

.doc-content article {
  padding: 30px;
  background: var(--paper-soft);
}

.doc-content h2 {
  margin-bottom: 12px;
  font-family: inherit;
  font-size: 1.18rem;
  line-height: 1.35;
}

.doc-content h3 {
  margin-top: 26px;
}

.doc-content ul {
  margin: 0;
  padding-left: 18px;
}

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

.policy article:last-child {
  grid-column: 1 / -1;
}

.site-footer {
  justify-content: space-between;
  gap: 18px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-copy {
  display: grid;
  gap: 4px;
}

.footer-owner {
  color: rgba(89, 112, 125, 0.78);
  font-size: 0.88rem;
}

.site-footer nav {
  gap: 18px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(12, 12, 10, 0.2) 0%, rgba(12, 12, 10, 0.42) 42%, rgba(12, 12, 10, 0.88) 100%),
      linear-gradient(90deg, rgba(12, 12, 10, 0.48), rgba(12, 12, 10, 0.22));
  }

  .hero-media img {
    object-position: 58% center;
  }

  .intro,
  .privacy-band,
  .feature-band,
  .policy {
    grid-template-columns: 1fr;
  }

  .intro,
  .privacy-band {
    gap: 22px;
    padding: 68px 0;
  }

  h1 {
    font-size: 6.2rem;
  }

  h2 {
    font-size: 3.15rem;
  }

  .doc-hero h1 {
    font-size: 3.15rem;
  }

  .feature-band article,
  .feature-band article + article {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-band article:last-child {
    border-bottom: 0;
  }

  .feature-number {
    margin-bottom: 20px;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: absolute;
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .brand span {
    display: none;
  }

  .site-nav {
    gap: 10px;
    font-size: 0.88rem;
  }

  .language-switch button {
    width: 31px;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-bottom: 48px;
  }

  .hero-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 3.72rem;
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  h2 {
    font-size: 2.42rem;
  }

  .doc-hero h1 {
    font-size: 2.36rem;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
    justify-content: center;
  }

  .intro,
  .feature-band,
  .privacy-band,
  .doc-layout,
  .site-footer {
    width: calc(100% - 28px);
  }

  .doc-layout {
    padding-top: 128px;
  }

  .doc-content article {
    padding: 24px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
