body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
  color: #123;
}

.navbar .navbar-brand {
  max-width: 720px;
}

.brand-logo {
  display: block;
  height: auto;
  width: auto;
}

.brand-logo--nav {
  height: 80px;
}

.brand-logo--footer {
  height: 160px;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  box-shadow: 0 10px 24px rgba(106, 163, 40, 0.25);
}

.brand-mark--footer {
  width: 44px;
  height: 44px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-short {
  font-weight: 800;
  letter-spacing: 0.6px;
}

.brand-long {
  font-size: 0.85rem;
  color: #4b5563;
}

.navbar .nav-link {
  font-weight: 600;
  color: #1f2937;
  border-radius: 12px;
  padding: 10px 12px;
}

.navbar .nav-link:hover {
  background: rgba(106, 163, 40, 0.12);
  color: #0f172a;
}

.navbar .nav-link.active {
  background: rgba(0, 253, 1, 0.18);
  color: #0f172a;
}

.btn-brand {
  --bs-btn-bg: var(--brand-secondary);
  --bs-btn-border-color: var(--brand-secondary);
  --bs-btn-hover-bg: #5a8f22;
  --bs-btn-hover-border-color: #5a8f22;
  --bs-btn-active-bg: #4c7b1d;
  --bs-btn-active-border-color: #4c7b1d;
  --bs-btn-color: #0b1206;
  --bs-btn-hover-color: #0b1206;
  --bs-btn-active-color: #0b1206;
  box-shadow: 0 12px 28px rgba(106, 163, 40, 0.25);
}

.btn-outline-brand {
  --bs-btn-color: #0f172a;
  --bs-btn-border-color: rgba(15, 23, 42, 0.25);
  --bs-btn-hover-bg: rgba(0, 253, 1, 0.16);
  --bs-btn-hover-border-color: rgba(0, 253, 1, 0.5);
  --bs-btn-hover-color: #0f172a;
  --bs-btn-active-bg: rgba(0, 253, 1, 0.22);
  --bs-btn-active-border-color: rgba(0, 253, 1, 0.65);
  --bs-btn-active-color: #0f172a;
}

.hero {
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

.hero-slide {
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: -80px;
  background: radial-gradient(circle at 20% 20%, rgba(0, 253, 1, 0.28), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(106, 163, 40, 0.32), transparent 56%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.88));
  transform: rotate(-2deg);
}

.hero-slide--b::before {
  background: radial-gradient(circle at 18% 30%, rgba(106, 163, 40, 0.36), transparent 56%),
    radial-gradient(circle at 78% 18%, rgba(0, 253, 1, 0.22), transparent 58%),
    linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.9));
}

.hero-slide--c::before {
  background: radial-gradient(circle at 26% 22%, rgba(0, 253, 1, 0.22), transparent 55%),
    radial-gradient(circle at 76% 40%, rgba(106, 163, 40, 0.4), transparent 54%),
    linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.92));
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  color: #f8fafc;
}

.hero-badge {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

.hero-badge .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-primary);
  box-shadow: 0 0 0 8px rgba(0, 253, 1, 0.12);
}

.hero-title {
  font-weight: 850;
  letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  margin: 0 0 12px 0;
}

.hero-text {
  max-width: 44rem;
  font-size: 1.05rem;
  color: rgba(248, 250, 252, 0.88);
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.hero-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(0, 253, 1, 0.16);
  border: 1px solid rgba(0, 253, 1, 0.26);
  font-size: 1.4rem;
}

.hero-card__title {
  font-weight: 800;
  font-size: 1.1rem;
}

.hero-card__text {
  color: rgba(248, 250, 252, 0.84);
}

.hero-card__meta {
  color: rgba(248, 250, 252, 0.84);
  font-weight: 650;
}

.hero-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 340px;
}

.hero-mosaic__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-mosaic__img:first-child {
  grid-row: 1 / span 2;
}

@media (max-width: 991.98px) {
  .hero-mosaic {
    height: 240px;
  }
}

.section-header .section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 0.75rem;
  color: var(--brand-secondary);
}

.section-title {
  font-weight: 850;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
}

.section-subtitle {
  color: #4b5563;
  max-width: 52rem;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.1);
  border-color: rgba(106, 163, 40, 0.3);
}

.feature-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(106, 163, 40, 0.12);
  border: 1px solid rgba(106, 163, 40, 0.22);
  font-size: 1.35rem;
}

.feature-card__title {
  font-weight: 800;
}

.feature-card__text {
  color: #4b5563;
}

.feature-card__cta {
  margin-top: 4px;
  font-weight: 750;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bg-soft {
  background: linear-gradient(180deg, rgba(106, 163, 40, 0.08), rgba(0, 253, 1, 0.04));
}

.info-line {
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 650;
  color: #0f172a;
}

.info-line i {
  color: var(--brand-secondary);
  margin-top: 1px;
}

.cta-box {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.08);
}

.cta-box__title {
  font-weight: 850;
  font-size: 1.25rem;
}

.cta-box__text {
  color: #4b5563;
}

.page-hero {
  background: radial-gradient(circle at 20% 30%, rgba(0, 253, 1, 0.14), transparent 58%),
    radial-gradient(circle at 78% 18%, rgba(106, 163, 40, 0.18), transparent 56%),
    linear-gradient(135deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.92));
  color: #f8fafc;
}

.page-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 0.75rem;
  color: rgba(248, 250, 252, 0.86);
}

.page-title {
  font-weight: 900;
  letter-spacing: -0.02em;
}

.page-subtitle {
  color: rgba(248, 250, 252, 0.84);
  max-width: 56rem;
}

.content-card {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.06);
}

.badge-brand {
  background: rgba(0, 253, 1, 0.18);
  color: #0f172a;
  border: 1px solid rgba(0, 253, 1, 0.32);
  font-weight: 750;
  padding: 8px 10px;
  border-radius: 999px;
}

.cta-strip {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.06);
}

.cta-strip__title {
  font-weight: 850;
}

.cta-strip__text {
  color: #4b5563;
}

.project-card {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.06);
}

.project-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(0, 253, 1, 0.14);
  border: 1px solid rgba(0, 253, 1, 0.24);
  font-size: 1.4rem;
}

.doc-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(106, 163, 40, 0.12);
  border: 1px solid rgba(106, 163, 40, 0.22);
  font-size: 1.4rem;
}

.contact-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.contact-line i {
  color: var(--brand-secondary);
  font-size: 1.25rem;
  margin-top: 2px;
}

.site-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-top {
  background: #0b1220;
  color: rgba(248, 250, 252, 0.92);
}

.footer-title {
  font-weight: 900;
  letter-spacing: 0.6px;
}

.footer-subtitle {
  color: rgba(248, 250, 252, 0.78);
  font-size: 0.95rem;
}

.footer-title-sm {
  font-weight: 850;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgba(248, 250, 252, 0.82);
}

.footer-meta a {
  color: rgba(248, 250, 252, 0.92);
  text-decoration-color: rgba(0, 253, 1, 0.5);
}

.footer-meta i {
  color: var(--brand-primary);
  margin-right: 6px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: rgba(248, 250, 252, 0.88);
  text-decoration: none;
  font-weight: 650;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.footer-links a:hover {
  border-color: rgba(0, 253, 1, 0.28);
  background: rgba(0, 253, 1, 0.1);
}

.footer-bottom {
  background: #070c16;
  color: rgba(248, 250, 252, 0.82);
}

.footer-bottom .text-muted {
  color: rgba(248, 250, 252, 0.62) !important;
}
