:root {
  --bs-body-font-family: "Instrument Sans", sans-serif;
  --bs-body-bg: #0c1016;
  --bs-body-color: #f3f6fb;
  --bs-secondary-color: #9aa6b6;
  --bs-border-color: #202838;
  --bs-primary: #7b9cff;
  --bs-primary-rgb: 123, 156, 255;

  --bg: #0c1016;
  --surface: #121824;
  --surface-soft: #171e2b;
  --text: #f3f6fb;
  --muted: #9aa6b6;
  --line: #202838;
  --line-strong: #2f3a4e;
  --accent: #7b9cff;
  --accent-hover: #8ba8ff;
  --accent-soft: #182440;
  --success: #65d2a4;
  --focus: rgba(123, 156, 255, 0.32);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  text-underline-offset: 0.2em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--text);
  color: var(--bg);
}

.site-header {
  border-bottom: 1px solid rgba(32, 40, 56, 0.9);
  background: rgba(12, 16, 22, 0.92);
  backdrop-filter: blur(14px);
}

.navbar {
  min-height: 72px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.wordmark:hover {
  color: var(--text);
}

.brand-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: var(--accent);
}

.navbar .nav-link {
  color: var(--muted);
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--text);
}

.navbar-toggler {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
}

.navbar-toggler:focus {
  box-shadow: none;
}
.q {
margin: 0 !important;
padding: 0 !important;
color: var(--accent) !important;
font-weight: bold;
}

.btn {
  min-height: 48px;
  border-radius: var(--radius-sm);
  font-weight: 650;
}

.btn-primary {
  --bs-btn-color: #0b1222;
  --bs-btn-bg: var(--accent);
  --bs-btn-border-color: var(--accent);
  --bs-btn-hover-color: #0b1222;
  --bs-btn-hover-bg: var(--accent-hover);
  --bs-btn-hover-border-color: var(--accent-hover);
  --bs-btn-active-color: #0b1222;
  --bs-btn-active-bg: var(--accent-hover);
  --bs-btn-active-border-color: var(--accent-hover);
}

.btn-secondary-flat,
.btn-nav {
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--text);
}

.btn-secondary-flat:hover,
.btn-secondary-flat:focus,
.btn-nav:hover,
.btn-nav:focus {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent);
}

.btn-nav {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0.9rem;
  border-radius: var(--radius-sm);
}

.hero,
.apps-section,
.about-section,
.closing-section {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.apps-section,
.about-section,
.closing-section,
footer {
  border-top: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.about-section h2,
.closing-section h2 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 10vw, 6.5rem);
  font-weight: 650;
}

.hero h1 em {
  color: var(--accent);
  font-style: normal;
}

.hero-text {
  max-width: 38rem;
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.section-heading {
  margin-bottom: 2.5rem;
}

.section-heading h2,
.about-section h2,
.closing-section h2 {
  font-size: clamp(2.2rem, 6vw, 4.3rem);
  font-weight: 620;
}

.section-copy {
  max-width: 35rem;
  color: var(--muted);
}

.card {
  --bs-card-bg: var(--surface);
  --bs-card-border-color: var(--line);
  --bs-card-border-radius: var(--radius-lg);
  --bs-card-box-shadow: none;
  overflow: hidden;
  box-shadow: none;
}

.app-card,
.coming-card {
  transition:
    border-color 160ms ease,
    background 160ms ease;
}

.app-card:hover,
.coming-card:hover {
  border-color: var(--line-strong);
  background: var(--surface-soft);
}

.app-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;

}

.app-icon,
.coming-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;

}

.app-icon {
  object-fit: cover;
  background: #1c232d;
}

.coming-icon {
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
}

.availability, .coming-soon,
.development-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.availability i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
}

.coming-soon i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #eee;
}

.development-status {
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
}

.app-card-copy {
  margin-top: 2rem;
}

.app-kicker {
  margin: 0 0 0.25rem;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.app-description {
  max-width: 34rem;
  margin-top: 0.8rem;
  color: var(--muted);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.8rem 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: transparent;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 550;
}

.app-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text);
  font-weight: 650;
  text-decoration: none;
}

.app-link:hover,
.app-link:focus {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent);
}

.app-link-compact {
  min-width: 150px;
}

.principles {
  border-top: 1px solid var(--line);
}

.principle-row {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding-block: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.principle-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--accent);
  font-size: 1.15rem;
}

.principle-row h3 {
  margin: 0 0 0.25rem;
  font-size: 1.08rem;
  font-weight: 620;
}

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

.closing-section h2 {
  max-width: 13ch;
}

footer {
  color: var(--muted);
}

footer a {
  color: var(--muted);
  text-decoration: none;
}

footer a:hover {
  color: var(--accent);
}

.footer-mark {
  color: var(--text);
}

.footer-copy {
  max-width: 30rem;
}

@media (max-width: 767.98px) {
  .hero {
    padding-top: 4rem;
  }

  .hero h1 {
    max-width: 9ch;
  }

  .navbar-collapse {
    padding-bottom: 1rem;
  }

  .navbar-nav .btn {
    width: 100%;
    margin-top: 0.5rem;
  }

  .app-card .card-body,
  .coming-card .card-body {
    padding: 1.5rem !important;
  }

  .feature-list {
    display: grid;
  }

  .feature-list li {
    width: 100%;
  }

  .app-link-compact {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}