.gk-category-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(11, 122, 73, 0.12), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(42, 112, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #f3f8ff 0%, #f7fbf8 58%, #ffffff 100%);
  position: relative;
}

#mainNavbar.navbar-solid {
  background: rgba(6, 60, 37, 0.96) !important;
  box-shadow: 0 0.75rem 1.75rem rgba(5, 45, 27, 0.14);
}

#mainNavbar.navbar-solid .navbar-brand,
#mainNavbar.navbar-solid .nav-link,
#mainNavbar.navbar-solid .dropdown-toggle,
#mainNavbar.navbar-solid .fa-bell {
  color: #fff !important;
}

.gk-category-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid #dfe8f2 !important;
}

.gk-category-showcase-media {
  position: relative;
}

.gk-category-showcase-media::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: 22px;
  top: 22px;
  border-radius: 50%;
  background: rgba(11, 122, 73, 0.08);
}

.gk-category-visual {
  min-height: 300px;
  padding: 42px 34px 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 22%, rgba(11, 122, 73, 0.14), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(42, 112, 255, 0.11), transparent 22%),
    linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
  border: 1px solid #e1eaf4;
}

.gk-category-visual::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 150px;
  height: 52px;
  border-radius: 999px;
  background: rgba(11, 122, 73, 0.12);
  filter: blur(14px);
  transform: rotate(-5deg);
}

.gk-category-dots {
  position: absolute;
  left: 34px;
  top: 44px;
  width: 78px;
  height: 78px;
  opacity: 0.42;
  background-image: radial-gradient(#0b7a49 2px, transparent 2px);
  background-size: 14px 14px;
}

.gk-category-visual-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  transform: perspective(900px) rotateY(13deg) rotateX(4deg) rotateZ(1deg);
  transform-origin: center center;
  box-shadow:
    0 1.5rem 3.25rem rgba(24, 61, 39, 0.18),
    -18px 18px 0 rgba(11, 122, 73, 0.08);
}

.gk-category-mini-card {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  z-index: 2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gk-category-mini-card-top {
  right: 18px;
  top: 34px;
  transform: rotate(-8deg);
}

.gk-category-mini-card-bottom {
  right: 74px;
  bottom: 34px;
  transform: rotate(7deg);
}

.gk-category-showcase-media img {
  display: block;
}

.gk-category-float-card {
  z-index: 3;
  min-width: 132px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gk-survey-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4faf6 100%);
}

.gk-app-section {
  background:
    linear-gradient(135deg, #eef8f2 0%, #f8fbf9 48%, #e8f3ed 100%);
}

.gk-category-summary-card {
  background:
    linear-gradient(180deg, #075235, #064528);
  color: #fff;
  position: relative;
}

.gk-category-media {
  position: relative;
}

.gk-category-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 54, 33, 0.08), rgba(5, 54, 33, 0.32));
}

.gk-category-media-badge {
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  color: #075235;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.15);
}

.gk-category-summary-card .card-text {
  color: rgba(255, 255, 255, 0.78);
}

.gk-category-badge,
.gk-survey-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.gk-category-total {
  background: rgba(255, 255, 255, 0.12);
}

.gk-category-total-icon,
.gk-category-icon {
  width: 44px;
  height: 44px;
  background: #eaf6ef;
}

.gk-category-total-icon img,
.gk-category-icon img {
  width: 24px;
  height: 24px;
}

.gk-category-total-icon img {
  filter: brightness(0) invert(1);
}

.gk-category-total-icon {
  background: rgba(255, 255, 255, 0.16);
}

.gk-category-item {
  border: 1px solid #e0ebe4;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gk-category-item::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #edf8f1;
}

.gk-category-item .card-body {
  position: relative;
  z-index: 1;
}

.gk-category-item:hover {
  transform: translateY(-2px);
  border-color: #badbc7;
  box-shadow: 0 0.75rem 1.75rem rgba(14, 80, 47, 0.1);
}

.gk-category-label {
  letter-spacing: 0.04em;
}

.gk-category-name {
  line-height: 1.3;
}

.gk-survey-dashboard {
  border: 1px solid #e0ebe4 !important;
  max-width: 980px;
  background:
    linear-gradient(135deg, rgba(11, 122, 73, 0.04), transparent 42%),
    #fff;
}

.gk-survey-star-row {
  color: #ffc107;
}

.gk-survey-kpi {
  background: #f8fbf9;
  border: 1px solid #e3eee7;
}

.gk-survey-kpi-main {
  background: linear-gradient(135deg, #075235, #0b7a49);
  color: #fff;
  border-color: transparent;
}

.gk-survey-row {
  padding: 0.45rem 0;
  border-bottom: 1px solid #edf3ef;
}

.gk-survey-row:last-child {
  border-bottom: 0;
}

.gk-survey-row-label {
  width: 52px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.gk-survey-progress {
  height: 0.48rem;
  background: #edf3ef;
}

.gk-survey-progress .progress-bar {
  background: #0b7a49;
}

.gk-survey-percent {
  width: 54px;
}

.gk-app-card {
  border: 1px solid #e0ebe4 !important;
  max-width: 1100px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(11, 122, 73, 0.06), transparent 34%),
    #fff;
}

.gk-app-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #0b7a49, #8bc9a2);
}

.gk-app-lead {
  max-width: 620px;
}

.gk-app-chip {
  background: #f5faf7;
  border: 1px solid #dcebe2;
  color: #33443a;
  font-weight: 600;
  font-size: 0.9rem;
}

.gk-app-video {
  max-width: 390px;
  margin-left: auto;
  padding: 0.45rem;
  background: #fff;
  border: 1px solid #dcebe2;
  box-shadow: 0 1rem 2.25rem rgba(18, 64, 40, 0.12);
}

.gk-app-media-wrap {
  position: relative;
}

.gk-app-media-wrap::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: 18px;
  top: 18px;
  border-radius: 50%;
  background: #e8f5ee;
}

.gk-app-media-label {
  background: rgba(255, 255, 255, 0.92);
  color: #075235;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}

.gk-app-play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  color: #075235;
  text-decoration: none;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.18);
}

.gk-app-play:hover {
  color: #0b7a49;
}

.gk-about-card,
.gk-about-commit-card,
.gk-about-team-card {
  border: 1px solid #e0ebe4 !important;
}

.gk-about-section {
  background: #ffffff;
}

.gk-about-page-start {
  padding-top: 8rem !important;
  background:
    radial-gradient(circle at 14% 10%, rgba(11, 122, 73, 0.1), transparent 24%),
    linear-gradient(180deg, #f3faf6 0%, #ffffff 100%);
}

.gk-about-page-start h1 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  letter-spacing: -0.025em;
}

.gk-about-soft {
  background:
    radial-gradient(circle at 85% 14%, rgba(42, 112, 255, 0.07), transparent 22%),
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}

.gk-about-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11, 122, 73, 0.035), transparent 38%),
    #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gk-about-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #edf8f1;
}

.gk-about-card .card-body {
  position: relative;
  z-index: 1;
}

.gk-about-card:hover {
  transform: translateY(-3px);
  border-color: #badbc7 !important;
  box-shadow: 0 1rem 2rem rgba(14, 80, 47, 0.1) !important;
}

.gk-about-feature-card {
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(11, 122, 73, 0.025), transparent 36%),
    #fff;
}

.gk-about-feature-card::after {
  right: -42px;
  bottom: -46px;
  width: 118px;
  height: 118px;
}

.gk-about-feature-pill {
  background: #f1f8f4;
  color: #0b7a49;
  font-weight: 800;
}

.gk-about-icon {
  width: 48px;
  height: 48px;
  background: #eaf6ef;
}

.gk-about-icon img {
  width: 26px;
  height: 26px;
}

.gk-about-commit-card {
  background:
    linear-gradient(135deg, rgba(11, 122, 73, 0.06), transparent 38%),
    #fff;
}

.gk-about-commit-item {
  background: #f8fbf9;
  border: 1px solid #e0ebe4;
}

.gk-about-team-card img {
  object-fit: cover;
}

.gk-team-shell {
  border: 1px solid #e0ebe4 !important;
  background:
    linear-gradient(135deg, rgba(11, 122, 73, 0.05), transparent 42%),
    #fff;
}

.gk-team-control {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #075235;
  background: #eaf6ef;
  border: 1px solid #d4eadc;
}

.gk-team-control:hover {
  color: #fff;
  background: #0b7a49;
}

.gk-about-team-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0ebe4 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gk-about-team-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #edf8f1;
}

.gk-about-team-card .card-body {
  position: relative;
  z-index: 1;
}

.gk-about-team-card:hover {
  transform: translateY(-3px);
  border-color: #badbc7 !important;
  box-shadow: 0 1rem 2rem rgba(14, 80, 47, 0.1);
}

.gk-team-avatar-wrap {
  width: 108px;
  height: 108px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    linear-gradient(135deg, #eaf6ef, #fff);
  border: 1px solid #d4eadc;
}

.gk-team-avatar-wrap img {
  object-fit: cover;
  border: 4px solid #fff;
}

.gk-team-badge {
  background: #f1f8f4;
  color: #0b7a49;
  font-weight: 800;
}

.min-w-0 {
  min-width: 0;
}

@media (max-width: 575.98px) {
  .gk-category-section,
  .gk-survey-section,
  .gk-app-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .gk-category-summary-card .card-title {
    font-size: 1.65rem;
  }

  .gk-category-showcase .card-body {
    padding: 1.5rem !important;
  }

  .gk-category-showcase-media::before {
    width: 110px;
    height: 110px;
  }

  .gk-category-visual {
    min-height: 230px;
    padding: 30px 22px 28px;
  }

  .gk-category-visual-img {
    transform: perspective(800px) rotateY(8deg) rotateX(3deg) rotateZ(0.5deg);
  }

  .gk-category-mini-card {
    width: 44px;
    height: 44px;
  }

  .gk-app-play {
    width: 50px;
    height: 50px;
  }

  .gk-app-video {
    max-width: none;
    margin-left: 0;
  }

  .gk-app-card::before,
  .gk-app-media-wrap::before {
    display: none;
  }

  .gk-about-page-start {
    padding-top: 7rem !important;
  }
}
