:root {
  --ink: #17202f;
  --muted: #607086;
  --paper: #fbf7ef;
  --surface: #ffffff;
  --navy: #09345f;
  --blue: #1466c3;
  --teal: #14b8a6;
  --gold: #f2b84b;
  --line: rgba(16, 42, 67, 0.12);
  --shadow: 0 24px 70px rgba(10, 35, 66, 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.18), transparent 28rem),
    radial-gradient(circle at 85% 10%, rgba(242, 184, 75, 0.20), transparent 24rem),
    linear-gradient(180deg, #f7fbff 0%, var(--paper) 70%);
  font-family: "Manrope", "Aptos", "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.site-shell {
  min-height: 100vh;
}

.studio-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 52, 95, 0.92);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

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

.nav-links a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  font-size: 0.95rem;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 3rem;
  align-items: center;
  padding-top: 5.8rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.page-hero h1 {
  max-width: 850px;
}

.hero h1 span,
.page-hero h1 span {
  color: var(--blue);
}

.lead {
  max-width: 680px;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.btn-studio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(9, 52, 95, 0.22);
}

.btn-studio:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-soft {
  background: rgba(255, 255, 255, 0.75);
  color: var(--navy);
  border-color: var(--line);
  box-shadow: none;
}

.btn-soft:hover {
  color: var(--navy);
}

.hero-board {
  display: grid;
  gap: 1rem;
}

.hero-card {
  position: relative;
  width: 100%;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-card img {
  width: 100%;
  border-radius: 24px;
  display: block;
  object-fit: contain;
}

.hero-card h2 {
  margin: 1rem 0 0.25rem;
  font-size: 1.05rem;
}

.hero-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-card.stat {
  width: 100%;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.82), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(217, 238, 255, 0.74));
  z-index: 10;
}

.hero-card.stat img {
  max-height: 430px;
}

.hero-card.fit {
  right: 0.25rem;
  bottom: 0;
  width: min(50%, 210px);
  opacity: 0.58;
  z-index: 1;
}

.hero-card.kaptenn {
  left: 1.25rem;
  bottom: 0.75rem;
  width: min(52%, 220px);
  background: linear-gradient(135deg, rgba(0, 51, 46, 0.88), rgba(0, 146, 89, 0.78));
  color: #fff;
  z-index: 2;
  opacity: 0.68;
}

.hero-card.game {
  width: min(82%, 330px);
  justify-self: end;
  background: linear-gradient(135deg, #201048, #6847d3);
  color: #fff;
  z-index: 5;
}

.hero-card.game img {
  max-height: 270px;
}

.game-mark {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 0 auto 0.75rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 3.2rem;
  font-weight: 900;
}

.hero-card.game p {
  color: rgba(255, 255, 255, 0.76);
}

.hero-card.kaptenn p {
  color: rgba(255, 255, 255, 0.78);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
}

.section-heading h2,
.page-section h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-heading p,
.page-section > p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.card-studio {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(10, 35, 66, 0.08);
}

.featured-product {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(260px, 1fr);
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(224, 236, 255, 0.78));
}

.featured-product .product-visual {
  grid-row: 1 / span 4;
  min-height: 300px;
  margin: 0;
}

.featured-product .product-visual img {
  max-height: 285px;
}

.card-studio h3 {
  margin: 0.2rem 0 0.55rem;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.card-studio.featured-product h3 {
  align-self: end;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.card-studio p {
  color: var(--muted);
  line-height: 1.6;
}

.product-visual {
  display: grid;
  place-items: center;
  min-height: 230px;
  margin: -0.2rem -0.2rem 1rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.55), transparent 40%),
    linear-gradient(135deg, #dff7ff, #f8e9bd);
}

.product-visual img {
  max-height: 220px;
  max-width: 82%;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(9, 52, 95, 0.20));
}

.product-visual.quinx {
  background: linear-gradient(135deg, #2d1b69, #6747c7 55%, #c98cff);
  color: #fff;
}

.product-visual.kaptenn {
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.45), transparent 42%),
    linear-gradient(135deg, #001b16, #004b36 52%, #00a96b);
}

.product-visual.quinx img,
.hero-card.game img,
.hero-card.kaptenn img {
  border-radius: 22px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0;
}

.pill {
  display: inline-flex;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  background: rgba(20, 102, 195, 0.10);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.studio-band {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 0%, rgba(20, 184, 166, 0.30), transparent 28rem),
    linear-gradient(135deg, var(--navy), #0d4f8e);
  color: #fff;
  box-shadow: var(--shadow);
}

.studio-band .section-heading p,
.studio-band p {
  color: rgba(255, 255, 255, 0.76);
}

.studio-band .card-studio {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  box-shadow: none;
}

.studio-band .card-studio p {
  color: rgba(255, 255, 255, 0.72);
}

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

.note-panel {
  padding: 1.5rem;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
}

.list-clean {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.list-clean li {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.contact-card {
  max-width: 860px;
  margin: 0 auto;
}

.product-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 3rem;
  align-items: center;
}

.product-page-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.product-page-hero h1 span {
  color: var(--blue);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.45rem 0 0;
}

.phone-showcase {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  padding: 0.85rem;
  border-radius: 44px;
  background: linear-gradient(145deg, #111827, #334155);
  box-shadow: 0 30px 90px rgba(10, 35, 66, 0.24);
}

.phone-showcase::before {
  content: "";
  position: absolute;
  inset: -22px;
  z-index: -1;
  border-radius: 60px;
  background: radial-gradient(circle at 25% 20%, rgba(20, 184, 166, 0.32), transparent 45%),
    radial-gradient(circle at 80% 72%, rgba(242, 184, 75, 0.28), transparent 45%);
  filter: blur(8px);
}

.phone-showcase img {
  display: block;
  width: 100%;
  border-radius: 34px;
}

.product-page-hero.quinx .phone-showcase {
  background: linear-gradient(145deg, #13091f, #5b21b6 55%, #f0b429);
}

.product-page-hero.statthor .phone-showcase {
  background: linear-gradient(145deg, #082f49, #0ea5e9);
}

.product-page-hero.yaamfit .phone-showcase {
  background: linear-gradient(145deg, #064e3b, #22c55e);
}

.product-page-hero.kaptenn .phone-showcase {
  background: linear-gradient(145deg, #001b16, #006442 55%, #22c55e);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-item {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
}

.feature-item h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

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

.screenshot-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.screenshot-strip img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(10, 35, 66, 0.12);
}

.legal-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.form-control,
.form-select {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 16px;
}

textarea.form-control {
  min-height: 160px;
}

.footer {
  margin-top: 4rem;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.82);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

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

  .hero-board {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .hero-card {
    position: static;
    width: 100%;
    transform: none;
  }

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

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

  .feature-list,
  .screenshot-strip {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 0.8rem;
  }
}

@media (max-width: 680px) {
  .nav-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
  }

  .nav-links a {
    padding-left: 0;
  }

  .section {
    padding: 3.5rem 1rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.8rem, 18vw, 4.5rem);
  }
}
