:root {
  --bg: #f4f6f1;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --ink: #0f1720;
  --muted: #5d6772;
  --line: rgba(15, 23, 32, 0.1);
  --brand: #0f766e;
  --brand-deep: #11433f;
  --accent: #f59e0b;
  --hero-a: #102a43;
  --hero-b: #0f766e;
  --shadow: 0 20px 55px rgba(16, 42, 67, 0.14);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.14), transparent 24%),
    linear-gradient(180deg, #fbfcf8 0%, var(--bg) 54%, #eef2ea 100%);
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
.navbar-nav .nav-link,
.eyebrow {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
}

p,
li {
  line-height: 1.75;
}

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

.navbar {
  background: rgba(15, 23, 32, 0.9) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand img {
  display: block;
  height: 52px;
  width: auto;
  max-width: min(220px, 52vw);
  object-fit: contain;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.82);
}

.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    padding: 5px 8px;
    border-radius: 16px;
  }

  .navbar-brand img {
    height: 44px;
    max-width: min(190px, 58vw);
  }

  .navbar-collapse {
    margin-top: 12px;
    padding: 12px 0 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar-nav {
    gap: 4px;
  }
}

@media (max-width: 575.98px) {
  .navbar .container {
    gap: 10px;
  }

  .navbar-brand {
    padding: 4px 7px;
    border-radius: 14px;
  }

  .navbar-brand img {
    height: 38px;
    max-width: min(168px, 56vw);
  }

  .navbar-toggler {
    padding: 0.35rem 0.55rem;
  }
}

.section {
  padding: 56px 0;
}

@media (min-width: 992px) {
  .section {
    padding: 88px 0;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 44px 0;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 56px;
}

@media (max-width: 767.98px) {
  .hero {
    padding: 72px 0 40px;
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding: 64px 0 32px;
  }
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.9;
  pointer-events: none;
}

.hero::before {
  width: 320px;
  height: 320px;
  top: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.28), transparent 68%);
}

.hero::after {
  width: 380px;
  height: 380px;
  right: -120px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(15, 118, 110, 0.24), transparent 68%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(16, 42, 67, 0.98), rgba(15, 118, 110, 0.94)),
    linear-gradient(135deg, var(--hero-a), var(--hero-b));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow);
}

@media (min-width: 992px) {
  .hero-shell {
    padding: 48px;
  }
}

@media (max-width: 767.98px) {
  .hero-shell {
    padding: 24px;
  }
}

@media (max-width: 575.98px) {
  .hero-shell {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .eyebrow {
    padding: 7px 12px;
    margin-bottom: 14px;
    font-size: 0.78rem;
  }

  .hero h1 {
    margin-bottom: 14px;
    line-height: 1.02;
  }

  .hero-copy {
    margin-bottom: 20px;
    font-size: 0.98rem;
  }

  .hero-metrics,
  .stat-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .metric,
  .stat-box,
  .hero-panel,
  .surface-card .card-body,
  .info-card .card-body,
  .quote-card .card-body,
  .team-card .card-body,
  .content-card .card-body,
  .cta-band {
    padding: 18px;
  }

  .pill-list {
    gap: 8px;
  }

  .pill-list li {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .section-heading {
    margin-bottom: 14px;
  }

  .section-heading p,
  .muted-copy,
  .input-helper,
  .file-info,
  .note {
    font-size: 0.92rem;
  }

  .btn-brand,
  .btn-outline-brand {
    width: 100%;
    padding-inline: 1.1rem;
  }

  .file-chip {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.98;
  margin-bottom: 18px;
}

.hero-copy {
  font-size: clamp(1rem, 1.9vw, 1.16rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 62ch;
  margin-bottom: 24px;
}

.hero-metrics,
.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

@media (min-width: 768px) {
  .hero-metrics,
  .stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.metric,
.stat-box {
  padding: 18px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.metric strong,
.stat-box strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 4px;
}

.metric span,
.stat-box span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.hero-panel {
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-panel h2 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  margin-bottom: 10px;
}

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

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.95rem;
}

.surface-card,
.info-card,
.quote-card,
.team-card,
.content-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(16, 42, 67, 0.06);
  backdrop-filter: blur(12px);
}

.surface-card .card-body,
.info-card .card-body,
.quote-card .card-body,
.team-card .card-body,
.content-card .card-body {
  padding: 24px;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  margin-bottom: 10px;
}

.section-heading p,
.muted-copy,
.input-helper,
.file-info,
.note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.mini-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--brand-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn-brand,
.btn-outline-brand {
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand), #16958b);
  border: none;
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
  background: linear-gradient(135deg, #0c5d57, #11786f);
  color: #fff;
}

.btn-outline-brand {
  border: 1px solid rgba(15, 118, 110, 0.25);
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.55);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: rgba(15, 118, 110, 0.08);
  color: var(--brand-deep);
}

.cta-band {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.96));
  box-shadow: var(--shadow);
}

@media (max-width: 767.98px) {
  .cta-band {
    padding: 20px;
  }

  .hero .d-md-flex > .btn,
  .cta-band .d-md-flex > .btn {
    width: 100%;
  }
}

.form-label {
  font-weight: 700;
  color: var(--ink);
}

.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 32, 0.12);
  padding: 0.9rem 1rem;
  min-height: 52px;
  box-shadow: none;
}

textarea.form-control {
  min-height: auto;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(15, 118, 110, 0.42);
  box-shadow: 0 0 0 0.25rem rgba(15, 118, 110, 0.14);
}

.footer {
  background: #101923;
  color: rgba(255, 255, 255, 0.78);
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer a {
  color: #fff;
}

.footer p {
  overflow-wrap: anywhere;
}

.visually-hidden-field {
  position: absolute;
  left: -5000px;
}

.file-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.file-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 42, 67, 0.06);
  color: var(--brand-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.stack-list,
.process-list,
.checklist {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.stack-list li + li,
.process-list li + li,
.checklist li + li {
  margin-top: 8px;
}
