/* Sharksoft — IQ Test landing */

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/fonts/outfit/outfit-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/fonts/outfit/outfit-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #070b1a;
  --ink-2: #0e1630;
  --panel: #121a36;
  --foam: #eaf6ff;
  --paper: #070b1a;
  --mist: #8a9bb8;
  --muted: #7b8aab;
  --teal: #48d8f8;
  --teal-deep: #3ecbff;
  --line: rgba(72, 216, 248, 0.12);
  --line-dark: rgba(72, 216, 248, 0.22);
  --font-display: "Outfit", sans-serif;
  --font-body: "Outfit", sans-serif;
  --radius: 14px;
  --max: 1080px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--foam);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--teal);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: normal;
  font-synthesis: none;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.7em;
}

h1 {
  font-size: clamp(2.15rem, 5.4vw, 3.6rem);
  color: #fff;
}

h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  color: #fff;
}

h3 {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.45em;
  color: #fff;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

.wrap {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.wrap.narrow {
  width: min(calc(100% - 2rem), 720px);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  padding: 0.6rem 1rem;
  background: var(--teal);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 11, 26, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-dark);
}

.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: #fff;
}

.logo-mark {
  width: 40px;
  height: 40px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  gap: 2px;
}

.logo-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.logo-brand span {
  color: var(--teal);
}

.logo-sub {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--mist);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.nav-links a {
  color: var(--foam);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--teal);
}

.nav-cta {
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--teal);
  border-radius: 999px;
  color: var(--teal) !important;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 0.15rem;
  padding: 3px;
  border-radius: 999px;
  background: rgba(72, 216, 248, 0.1);
  border: 1px solid var(--line-dark);
}

.lang-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  font-size: 0.72rem;
  padding: 6px 7px;
  border-radius: 999px;
  color: var(--mist);
  line-height: 1;
}

.lang-btn.is-active {
  background: rgba(72, 216, 248, 0.22);
  color: #fff;
}

.lang-btn:hover {
  color: var(--teal);
}

.hero {
  background:
    radial-gradient(ellipse 70% 55% at 70% 30%, rgba(72, 216, 248, 0.18), transparent 70%),
    var(--ink);
  color: var(--foam);
  padding: 4.5rem 0 4.75rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.9rem;
  color: var(--teal);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead {
  font-size: 1.12rem;
  font-weight: 300;
  color: var(--mist);
  max-width: 38rem;
}

.hero .lead {
  color: var(--mist);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.6rem 0 1.1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  border: 1px solid transparent;
  transition: transform 0.18s var(--ease), background 0.18s var(--ease);
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--teal);
  color: var(--ink);
}

.button.primary:hover {
  background: #6ee4ff;
}

.button.secondary {
  background: var(--panel);
  color: var(--foam);
  border-color: var(--line-dark);
}

.button.ghost {
  background: transparent;
  color: var(--foam);
  border-color: rgba(234, 246, 255, 0.22);
}

.disclaimer,
.footnote,
.card-note,
.store-note,
.legal-note {
  font-size: 0.92rem;
  color: var(--muted);
}

.hero .disclaimer {
  color: var(--mist);
  max-width: 36rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-shot {
  width: min(100%, 280px);
  height: auto;
  display: block;
  border-radius: 28px;
  border: 1px solid rgba(72, 216, 248, 0.28);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
  background: #070b1a;
}

.section {
  padding: 4.5rem 0;
}

.section.tint {
  background: var(--ink-2);
}

.section.dark {
  background:
    radial-gradient(ellipse 80% 70% at 20% 20%, rgba(72, 216, 248, 0.14), transparent 65%),
    var(--panel);
  color: var(--foam);
}

.section.dark .lead,
.section.dark p {
  color: var(--mist);
}

.section.dark h2 {
  color: #fff;
}

.section-heading {
  max-width: 36rem;
  margin-bottom: 2rem;
}

.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.gallery-item {
  margin: 0;
  text-align: center;
}

.gallery-item img {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 22px;
  border: 1px solid var(--line-dark);
  background: var(--panel);
}

.gallery-item figcaption {
  margin-top: 0.7rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.product-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
}

.product-card.featured {
  border-color: rgba(72, 216, 248, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.card-kicker {
  margin: 0 0 0.4rem;
  color: var(--teal);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card p {
  color: var(--muted);
}

.feature-list,
.plain-list {
  margin: 0.4rem 0 1.2rem;
  padding: 0;
  list-style: none;
}

.feature-list li,
.plain-list li {
  position: relative;
  padding: 0.38rem 0 0.38rem 1.35rem;
}

.feature-list li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--teal);
  transform: translateY(-50%);
}

.product-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.card-note {
  margin-top: 0.9rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.steps li {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.15rem;
}

.step-num {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  border-radius: 8px;
  background: var(--ink);
  color: var(--teal);
  font-family: var(--font-display);
  font-weight: 800;
}

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

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.callout {
  background: var(--panel);
  border-left: 3px solid var(--teal);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.4rem 1.3rem;
  color: var(--muted);
}

.limits-intro {
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.limits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem 1.25rem;
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.limits li {
  padding: 0.55rem 0.75rem 0.55rem 1.7rem;
  background: var(--panel);
  border-radius: 10px;
  position: relative;
}

.limits li::before {
  content: "–";
  position: absolute;
  left: 0.7rem;
  color: var(--teal);
  font-weight: 700;
}

.langs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.langs li {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: var(--panel);
  border: 1px solid var(--line);
  font-weight: 500;
  font-size: 0.92rem;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 0.85rem 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  float: right;
  color: var(--teal);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  margin: 0.7rem 0 0.2rem;
  color: var(--muted);
}

.cta-band {
  background: var(--ink);
  color: var(--foam);
  padding: 4.5rem 0;
}

.cta-band h2 {
  color: #fff;
}

.center {
  text-align: center;
}

.center-actions {
  justify-content: center;
}

.center .lead {
  margin-inline: auto;
}

.store-note {
  color: var(--mist);
  margin: 0.4rem 0 1rem;
}

.store-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.store-badge {
  min-width: 180px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--panel);
  color: #fff;
  font-weight: 600;
  border: 1px solid var(--line-dark);
  text-decoration: none;
}

a.store-badge:hover,
a.store-badge:focus-visible {
  background: #1a2550;
}

.store-badge.soon {
  opacity: 0.55;
}

.site-footer {
  background: #050814;
  color: var(--mist);
  padding: 2.4rem 0 1.8rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
}

.footer-brand {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.footer-brand p {
  margin: 0.2rem 0 0;
  max-width: 18rem;
}

.footer-brand img {
  width: 36px;
  height: 36px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  max-width: 34rem;
  align-content: flex-start;
}

.footer-links a {
  color: var(--foam);
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: var(--teal);
}

.legal-note a {
  color: var(--teal);
}

.legal-page h1 {
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
}

.legal {
  padding-bottom: 1rem;
}

.legal-meta {
  margin: 0 0 1.6rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.legal h2 {
  font-size: 1.25rem;
  margin: 2rem 0 0.7rem;
}

.legal ul {
  margin: 0 0 1em;
  padding-left: 1.2rem;
}

.legal li {
  margin: 0 0 0.45em;
}

.legal address {
  font-style: normal;
  margin: 0 0 1em;
}

@media (max-width: 1100px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .hero-visual {
    order: -1;
  }

  .hero-shot {
    width: min(100%, 220px);
  }
}

@media (max-width: 720px) {
  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    gap: 0.65rem;
  }

  .gallery-item img {
    max-width: none;
    border-radius: 14px;
  }

  .gallery-item figcaption {
    font-size: 0.82rem;
  }

  .lang-switch {
    margin-left: 0;
  }

  .hero {
    padding: 3rem 0 3.2rem;
  }

  .section,
  .cta-band {
    padding: 3.2rem 0;
  }

  .steps,
  .limits {
    grid-template-columns: 1fr;
  }
}

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

  .button:hover {
    transform: none;
  }
}
