:root {
  --brand-navy: #0f172f;
  --brand-teal: #0f766e;
  --brand-cyan: #7dd3c7;
  --brand-gold: #f4b860;
  --brand-cream: #f7f4ec;
  --text-main: #182033;
  --text-soft: #586178;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --border-soft: rgba(15, 23, 47, 0.08);
  --shadow-soft: 0 24px 60px rgba(15, 23, 47, 0.14);
}

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

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text-main);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(125, 211, 199, 0.35), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(244, 184, 96, 0.28), transparent 22%),
    linear-gradient(180deg, #fffdf8 0%, #eef4f6 45%, #f8f5ee 100%);
}

h1,
h2,
h3,
.navbar-brand {
  font-family: "Outfit", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.18);
}

.font-white {
  color: #fff !important;
}

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(16px);
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 47, 0.06);
}

.brand-mark {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--brand-navy);
}

.nav-link {
  color: var(--text-soft);
  font-weight: 600;
}

.nav-link:hover {
  color: var(--brand-navy);
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand-teal), #155eef);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(21, 94, 239, 0.18);
}

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

.btn-outline-brand {
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 47, 0.12);
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.6);
  padding: 0.9rem 1.45rem;
  font-weight: 700;
}

.btn-outline-brand:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--brand-navy);
}

.hero-section {
  padding: 4.5rem 0 3.5rem;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  max-width: 11ch;
  color: var(--brand-navy);
}

.hero-lead {
  max-width: 42rem;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-soft);
}

.eyebrow-pill,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-pill {
  color: var(--brand-teal);
  background: rgba(125, 211, 199, 0.2);
  border: 1px solid rgba(15, 118, 110, 0.1);
}

.hero-metrics {
  max-width: 52rem;
}

.metric-card,
.service-card,
.result-card,
.insight-card,
.approach-step {
  border: 1px solid var(--border-soft);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.metric-card {
  height: 100%;
  padding: 1.15rem;
  border-radius: 1.25rem;
}

.metric-card strong {
  display: block;
  font-size: 1.55rem;
  color: var(--brand-navy);
}

.metric-card span {
  display: block;
  margin-top: 0.4rem;
  color: var(--text-soft);
  line-height: 1.5;
}

.hero-panel {
  position: relative;
  padding: 1.1rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(15, 23, 47, 0.95), rgba(20, 37, 75, 0.92));
  color: #f4f7fb;
  box-shadow: 0 32px 80px rgba(15, 23, 47, 0.34);
}

.hero-panel-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0.7rem 1rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
}

.status-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0.35rem rgba(52, 211, 153, 0.16);
}

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

.highlight-card {
  background: linear-gradient(135deg, rgba(125, 211, 199, 0.18), rgba(244, 184, 96, 0.18));
}

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

.insight-card {
  min-height: 140px;
  padding: 1.2rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
}

.insight-card p {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
}

.insight-card h3,
.insight-card strong {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.45;
}

.trust-strip {
  padding: 1.5rem 0 0.5rem;
}

.trust-copy {
  margin: 0;
  color: var(--text-soft);
  font-weight: 700;
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-start;
}

.trust-items span {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border-soft);
  color: var(--brand-navy);
  font-weight: 700;
}

.content-section {
  padding: 5.5rem 0;
}

.alt-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08));
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 1rem;
}

.section-heading h2,
.contact-panel h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--brand-navy);
}

.section-heading p,
.contact-panel p {
  margin-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-soft);
}

.section-kicker {
  margin-bottom: 1rem;
  color: var(--brand-teal);
  background: rgba(15, 118, 110, 0.08);
}

.section-kicker.light {
  color: #d4fff7;
  background: rgba(255, 255, 255, 0.08);
}

.service-card,
.result-card {
  padding: 1.6rem;
  border-radius: 1.5rem;
}

.service-card h3,
.result-card strong {
  font-size: 1.35rem;
  color: var(--brand-navy);
}

.service-card p,
.result-card p,
.approach-step p {
  margin: 0.8rem 0 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.service-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--brand-teal);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.approach-stack {
  display: grid;
  gap: 1rem;
}

.approach-step {
  padding: 1.35rem 1.45rem;
  border-radius: 1.35rem;
}

.approach-step span {
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brand-navy);
}

.contact-section {
  padding: 1rem 0 5.5rem;
}

.contact-panel {
  padding: 2.5rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, #0f766e, #0f172f 78%);
  color: #fff;
  box-shadow: 0 30px 70px rgba(15, 23, 47, 0.28);
}

.contact-panel h2,
.contact-panel p {
  color: #fff;
}

.contact-cta {
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  font-weight: 800;
  color: var(--brand-navy);
}

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

.footer-link {
  font-weight: 700;
  color: var(--brand-navy);
}

@media (max-width: 991.98px) {
  .site-navbar {
    background: #fff;
  }

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

  .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .hero-section,
  .content-section {
    padding: 4rem 0;
  }

  .contact-section {
    padding-bottom: 4rem;
  }

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

  .contact-panel {
    padding: 2rem;
  }
}