:root {
  --blue: #1167f4;
  --blue-dark: #0b46b7;
  --ink: #071327;
  --muted: #5b6577;
  --line: #e5eaf2;
  --soft: #f5f8fc;
  --green: #28d68b;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: "Inter Tight", Arial, sans-serif;
}

body,
p,
a,
span,
h1,
h2,
h3 {
  line-height: 1.4;
}

.container {
  width: min(100% - 2rem, 1160px);
}

.navbar {
  min-height: 76px;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(7, 19, 39, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.navbar .container {
  align-items: center;
  gap: 1rem;
}

.navbar-brand {
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.navbar-logo img {
  display: block;
  height: 2.55rem !important;
  width: auto;
}

.navbar-caption,
.nav-link,
.navbar-buttons .btn {
  font-size: 0.98rem !important;
  line-height: 1.35 !important;
  white-space: nowrap;
}

.navbar-caption {
  color: var(--ink) !important;
  font-weight: 700;
}

.nav-link {
  color: #243044 !important;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--blue) !important;
}

.navbar-collapse {
  flex-grow: 0;
}

.nav-dropdown .link {
  padding: 0.5rem 0.875rem !important;
}

.navbar-buttons .btn,
.btn {
  border-radius: 999px;
  font-weight: 700;
}

.navbar-buttons .btn {
  margin: 0 0 0 0.75rem;
  padding: 0.65rem 1.05rem;
}

.btn-primary {
  border-color: var(--blue);
  background: var(--blue);
  color: #ffffff;
}

.btn-primary:hover {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
}

.btn-link {
  color: var(--blue);
  text-decoration: none;
}

.hero-section {
  padding: 9rem 0 5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(40, 214, 139, 0.18), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 78%);
}

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

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1,
.section-intro h2,
.split-panel h2,
.contact-card h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.96;
}

.hero-lead {
  max-width: 640px;
  margin: 1.35rem 0 1.75rem;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.hero-actions .btn {
  padding: 0.8rem 1.2rem;
}

.dashboard-mockup {
  position: relative;
  border: 1px solid rgba(7, 19, 39, 0.1);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(22, 47, 86, 0.16);
  padding: 1rem;
}

.mockup-topbar {
  display: flex;
  gap: 0.4rem;
  border-bottom: 1px solid var(--line);
  padding: 0.2rem 0 0.9rem;
}

.mockup-topbar span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #d7deea;
}

.mockup-header,
.metric-row,
.fixture-card,
.progress-list {
  margin-top: 1rem;
}

.mockup-header,
.fixture-card,
.progress-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mockup-header p,
.fixture-card p {
  margin: 0;
  color: var(--muted);
}

.mockup-header strong,
.fixture-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.2rem;
}

.mockup-pill {
  border-radius: 999px;
  background: rgba(40, 214, 139, 0.16);
  color: #087343;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.45rem 0.7rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.metric-row div,
.fixture-card,
.progress-list div {
  border-radius: 18px;
  background: var(--soft);
  padding: 1rem;
}

.metric-row span,
.progress-list span {
  display: block;
  color: var(--muted);
  font-size: 0.83rem;
}

.metric-row strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--ink);
  font-size: 1.55rem;
}

.progress-list {
  display: grid;
  gap: 0.65rem;
}

.progress-list strong {
  color: var(--blue);
}

.stats-band {
  padding: 1.25rem 0;
  background: var(--ink);
}

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

.stats-grid div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.55rem;
  color: #ffffff;
}

.stats-grid strong {
  font-size: 2rem;
  line-height: 1;
}

.stats-grid span {
  color: #cbd5e4;
}

.feature-section,
.split-section,
.contact-section {
  padding: 5rem 0;
}

.section-intro {
  max-width: 720px;
  margin-bottom: 1.75rem;
}

.section-intro h2,
.split-panel h2,
.contact-card h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.feature-card {
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  padding: 1.35rem;
  box-shadow: 0 14px 44px rgba(17, 39, 72, 0.08);
}

.feature-icon {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
}

.feature-card h3 {
  margin: 1.25rem 0 0.7rem;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 800;
}

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

.split-section {
  background: var(--soft);
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: 2rem;
  align-items: start;
  border-radius: 30px;
  background: #ffffff;
  padding: 2rem;
}

.role-list {
  display: grid;
  gap: 0.85rem;
}

.role-list div {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
}

.role-list strong,
.role-list span {
  display: block;
}

.role-list strong {
  color: var(--ink);
  font-size: 1rem;
}

.role-list span {
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.55;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 30px;
  background: var(--ink);
  padding: 2rem;
}

.contact-card h2 {
  color: #ffffff;
}

.contact-card .eyebrow {
  color: var(--green);
}

.contact-card .btn {
  flex: 0 0 auto;
  padding: 0.8rem 1.2rem;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 64px;
  }

  .navbar .container {
    max-width: 100%;
  }

  .navbar-collapse {
    flex-basis: 100%;
    padding-top: 0.75rem;
  }

  .nav-dropdown .link {
    padding: 0.75rem 0 !important;
  }

  .navbar-buttons .btn {
    margin: 0.75rem 0 0;
    width: 100%;
  }

  .hero-section {
    padding-top: 7rem;
  }

  .hero-grid,
  .split-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 575.98px) {
  .container {
    width: min(100% - 1.25rem, 1160px);
  }

  .navbar-logo img {
    height: 2.25rem !important;
  }

  .navbar-caption,
  .nav-link,
  .navbar-buttons .btn {
    font-size: 0.95rem !important;
  }

  .hero-section {
    padding: 6rem 0 3rem;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .dashboard-mockup,
  .split-panel,
  .contact-card {
    border-radius: 22px;
  }

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

  .stats-grid div {
    justify-content: flex-start;
  }

  .feature-section,
  .split-section,
  .contact-section {
    padding: 3rem 0;
  }

  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
