:root {
  --tkx-forest: #04753c;
  --tkx-green: #0a8245;
  --tkx-leaf: #37a35d;
  --tkx-mint: #e3f5ea;
  --tkx-gold: #f2bd00;
  --tkx-gold-soft: #f7e2a2;
  --tkx-cream: #fbfaf3;
  --tkx-dark: #103b26;
  --tkx-muted: #55685d;
  --tkx-line: rgba(4, 117, 60, 0.13);
  --tkx-shadow: 0 18px 45px rgba(16, 59, 38, 0.12);
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  background-color: #fdfdf8;
  color-scheme: light;
  forced-color-adjust: none;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--tkx-dark);
  font-size: 16px;
  line-height: 1.7;
  background-color: #fdfdf8;
  background:
    radial-gradient(circle at top left, rgba(55, 163, 93, 0.16), transparent 26%),
    linear-gradient(180deg, #fdfdf8 0%, #f7f8ef 44%, #fbfbf7 100%);
  overflow-x: hidden;
  color-scheme: light;
  forced-color-adjust: none;
}

a {
  color: var(--tkx-forest);
}

.navbar {
  background: rgba(253, 252, 246, 0.94) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(4, 117, 60, 0.08) !important;
  forced-color-adjust: none;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--tkx-dark);
}

.brand-logo-title {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.navbar .nav-link {
  color: #42564b;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.72rem 1rem !important;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--tkx-forest);
  background: rgba(4, 117, 60, 0.09);
}

.navbar-toggler {
  border-color: rgba(4, 117, 60, 0.18);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 117, 60, 0.14);
}

.navbar-toggler-icon {
  filter: saturate(0.7) contrast(1.2);
}

.page-carousel {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 2rem;
}

.page-carousel .carousel {
  overflow: hidden;
  background: #dfeee4;
}

.carousel-panel {
  position: relative;
  min-height: clamp(320px, 52vw, 560px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.carousel-panel::before,
.carousel-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: -1;
}

.carousel-panel::before {
  width: 38vw;
  height: 38vw;
  min-width: 260px;
  min-height: 260px;
  right: -8vw;
  top: -12vw;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), transparent 68%);
}

.carousel-panel::after {
  width: 32vw;
  height: 32vw;
  min-width: 220px;
  min-height: 220px;
  left: -8vw;
  bottom: -12vw;
  background: radial-gradient(circle, rgba(255, 214, 102, 0.2), transparent 70%);
}

.carousel-panel-inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
  align-items: center;
  gap: 2rem;
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.carousel-copy {
  max-width: 46rem;
  color: #fff;
}

.carousel-copy .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #f9fff9;
  backdrop-filter: blur(8px);
}

.carousel-title {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 4.5rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.carousel-text {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.9);
  max-width: 42rem;
}

.carousel-mark {
  justify-self: end;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  min-width: 220px;
}

.carousel-mark-badge {
  align-self: flex-end;
  padding: 0.8rem 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 45px rgba(15, 38, 27, 0.16);
  backdrop-filter: blur(10px);
}

.carousel-mark-lines {
  display: grid;
  gap: 0.85rem;
}

.carousel-mark-lines span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.16));
}

.carousel-mark-lines span:nth-child(1) {
  width: 100%;
}

.carousel-mark-lines span:nth-child(2) {
  width: 78%;
  justify-self: end;
}

.carousel-mark-lines span:nth-child(3) {
  width: 58%;
  justify-self: end;
}

.page-carousel .carousel-indicators {
  margin-bottom: 1.2rem;
}

.page-carousel .carousel-indicators [data-bs-target] {
  width: 44px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.48);
}

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

.page-carousel .carousel-control-prev-icon,
.page-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  background-size: 45%;
}

.theme-home-a { background-image: linear-gradient(120deg, #0c5934 0%, #13915d 50%, #f0bc2a 100%); }
.theme-home-b { background-image: linear-gradient(120deg, #123f2d 0%, #1f7b53 44%, #7ec274 100%); }
.theme-home-c { background-image: linear-gradient(120deg, #194f3c 0%, #2f8f65 48%, #d4a627 100%); }
.theme-about-a { background-image: linear-gradient(120deg, #0b4c30 0%, #0f7d4b 48%, #7fbf7d 100%); }
.theme-about-b { background-image: linear-gradient(120deg, #204c2f 0%, #3f8e4e 46%, #d7b044 100%); }
.theme-about-c { background-image: linear-gradient(120deg, #163d2b 0%, #257250 45%, #7bb88c 100%); }
.theme-products-a { background-image: linear-gradient(120deg, #0f4e33 0%, #0d8250 50%, #f2be36 100%); }
.theme-products-b { background-image: linear-gradient(120deg, #0f412d 0%, #2f8e60 48%, #9fd18a 100%); }
.theme-products-c { background-image: linear-gradient(120deg, #184633 0%, #26815a 44%, #d8ab2d 100%); }
.theme-social-a { background-image: linear-gradient(120deg, #17412d 0%, #228056 46%, #b8d58e 100%); }
.theme-social-b { background-image: linear-gradient(120deg, #15503a 0%, #31906a 50%, #f0c352 100%); }
.theme-social-c { background-image: linear-gradient(120deg, #183c2d 0%, #2a7756 46%, #86bb74 100%); }
.theme-news-a { background-image: linear-gradient(120deg, #104331 0%, #0f8051 48%, #d8b041 100%); }
.theme-news-b { background-image: linear-gradient(120deg, #193f2f 0%, #347c5a 44%, #9cc486 100%); }
.theme-news-c { background-image: linear-gradient(120deg, #0f4f37 0%, #2f8c63 52%, #f1c54a 100%); }
.theme-contact-a { background-image: linear-gradient(120deg, #0d472f 0%, #137f4f 48%, #e3b545 100%); }
.theme-contact-b { background-image: linear-gradient(120deg, #1a402f 0%, #338563 46%, #9cc58f 100%); }
.theme-contact-c { background-image: linear-gradient(120deg, #164735 0%, #2d8a63 50%, #e3bb57 100%); }
.theme-db { background-image: linear-gradient(120deg, #12432f 0%, #2c7f59 52%, #d5ae49 100%); }

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(227, 245, 234, 0.94)),
    linear-gradient(135deg, rgba(242, 189, 0, 0.15), rgba(10, 130, 69, 0.12));
  border: 1px solid rgba(55, 163, 93, 0.2);
  box-shadow: var(--tkx-shadow);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: 0;
}

.hero::before {
  width: 280px;
  height: 280px;
  right: -110px;
  top: -120px;
  background: radial-gradient(circle, rgba(55, 163, 93, 0.28), transparent 68%);
}

.hero::after {
  width: 320px;
  height: 320px;
  left: -150px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(242, 189, 0, 0.22), transparent 70%);
}

.hero > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(4, 117, 60, 0.08);
  color: var(--tkx-forest);
  font-size: 0.92rem;
  font-weight: 600;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tkx-gold);
}

.hero-title,
.page-title {
  font-weight: 700;
  line-height: 1.15;
}

.hero-title {
  font-size: clamp(2.4rem, 4vw, 4rem);
  max-width: 9.5em;
  letter-spacing: 0.01em;
}

.hero-copy,
.section-subtitle {
  color: #56685d;
}

.hero-copy {
  font-size: 1.1rem;
  max-width: 46rem;
}

.hero-actions .btn,
.btn {
  border-radius: 999px;
  padding-inline: 1.2rem;
  font-size: 1rem;
  font-weight: 600;
}

.btn-success {
  background: linear-gradient(135deg, var(--tkx-green), var(--tkx-forest));
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(31, 107, 69, 0.18);
}

.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(135deg, #25784c, #19563a);
  border-color: transparent;
}

.btn-outline-dark {
  color: var(--tkx-dark);
  border-color: rgba(23, 51, 38, 0.24);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background: var(--tkx-dark);
  border-color: var(--tkx-dark);
}

.hero-panel,
.tkx-card,
.soft-panel {
  border: 1px solid var(--tkx-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 30px rgba(23, 51, 38, 0.06);
  forced-color-adjust: none;
}

.hero-panel {
  padding: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 242, 0.94));
}

.hero-panel-head {
  display: block;
}

.hero-panel-head .fw-semibold {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.section-head-inline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.section-head-inline > :first-child {
  min-width: 0;
  flex: 1;
}

.hero-panel-meta {
  display: block;
}

.hero-panel-meta .section-subtitle {
  display: block;
}

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

.hero-stat {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(227, 245, 234, 0.72), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(4, 117, 60, 0.08);
}

.hero-stat strong {
  display: block;
  font-size: 1.7rem;
  color: var(--tkx-forest);
}

.hero-stat span {
  color: #5f7066;
  font-size: 0.98rem;
}

.section-block {
  margin-bottom: 4rem;
}

.section-title,
.page-title {
  font-weight: 700;
}

.section-title {
  font-size: clamp(1.6rem, 2vw, 2.05rem);
}

.section-subtitle {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

.page-hero {
  margin-bottom: 2rem;
}

.page-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(232, 245, 236, 0.96), rgba(216, 238, 222, 0.92)),
    linear-gradient(135deg, rgba(242, 189, 0, 0.08), transparent);
  color: var(--tkx-dark);
  box-shadow: var(--tkx-shadow);
  border: 1px solid rgba(4, 117, 60, 0.1);
  forced-color-adjust: none;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: auto -50px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(4, 117, 60, 0.08), transparent 70%);
}

.page-banner .section-subtitle,
.page-banner p {
  color: #567063;
}

.page-banner .eyebrow {
  background: rgba(4, 117, 60, 0.08);
  color: var(--tkx-forest);
}

.tkx-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tkx-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(23, 51, 38, 0.12);
  border-color: rgba(31, 107, 69, 0.18);
}

.icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(4, 117, 60, 0.14), rgba(242, 189, 0, 0.14));
  color: var(--tkx-forest);
  font-weight: 700;
  font-size: 1.05rem;
}

.product-tag,
.mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  background: rgba(242, 189, 0, 0.2);
  color: #876300;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.mini-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.65;
}

.stat-card {
  padding: 1.3rem 1.4rem;
}

.stat-card strong {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--tkx-forest);
  margin-bottom: 0.55rem;
}

.talent-card {
  padding: 1.45rem 0;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.talent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 1.5rem;
  row-gap: 2.25rem;
  width: 100%;
}

.talent-grid-item {
  min-width: 0;
}

.talent-card:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.talent-figure {
  width: min(168px, 100%);
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 1px solid rgba(4, 117, 60, 0.08);
  position: relative;
}

.talent-figure img,
.talent-figure-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.talent-figure img {
  object-fit: cover;
}

.talent-figure-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(4, 117, 60, 0.12), rgba(242, 189, 0, 0.14));
  color: var(--tkx-forest);
}

.talent-figure-placeholder span {
  font-size: clamp(4rem, 8vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
}

.talent-card-head {
  display: block;
  text-align: center;
}

.talent-detail {
  margin-top: auto;
  border-top: 1px solid rgba(4, 117, 60, 0.1);
  padding-top: 0.9rem;
  text-align: left;
}

.talent-figure-action {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translate(-50%, 12px);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(16, 59, 38, 0.18);
}

.talent-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.talent-card:hover .talent-figure-action,
.talent-card:focus-within .talent-figure-action {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.talent-card:hover .talent-figure::after,
.talent-card:focus-within .talent-figure::after {
  opacity: 1;
}

.talent-modal {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 244, 0.98));
  box-shadow: 0 24px 55px rgba(16, 59, 38, 0.18);
}

.talent-modal-head {
  text-align: center;
}

.talent-modal-figure {
  width: 132px;
  margin-bottom: 1rem;
}

.talent-detail summary {
  list-style: none;
  cursor: pointer;
  color: var(--tkx-forest);
  font-weight: 700;
  font-size: 0.95rem;
}

.talent-detail summary::-webkit-details-marker {
  display: none;
}

.talent-detail summary::after {
  content: "+";
  float: right;
  font-size: 1rem;
}

.talent-detail[open] summary::after {
  content: "-";
}

.talent-detail-body {
  margin-top: 0.8rem;
  color: var(--tkx-muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.tkx-card p,
.soft-panel p,
.table,
.timeline-list li,
.feature-list li,
.check-list li,
.contact-list li {
  font-size: 1rem;
  line-height: 1.75;
}

.tkx-card h2,
.tkx-card h3,
.soft-panel h3,
.footer-panel h3 {
  line-height: 1.45;
}

.feature-list,
.check-list,
.timeline-list,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li,
.check-list li,
.contact-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.75rem;
  color: var(--tkx-muted);
}

.feature-list li:last-child,
.check-list li:last-child,
.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-item-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.contact-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: var(--tkx-forest);
  border-bottom-color: currentColor;
}

.contact-action-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: var(--tkx-forest);
  background: rgba(4, 117, 60, 0.1);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.contact-action-link:hover,
.contact-action-link:focus-visible {
  color: #fff;
  background: var(--tkx-forest);
  transform: translateY(-1px);
}

.contact-action-link svg {
  width: 1rem;
  height: 1rem;
}

.feature-list li::before,
.check-list li::before,
.contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tkx-gold);
}

.scene-card {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 250, 242, 0.95));
}

.process-step {
  position: relative;
  padding: 1.4rem;
}

.step-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 117, 60, 0.12);
  color: var(--tkx-forest);
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.cta-block {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #edf8ef 0%, #d8f0de 46%, #c5e7d0 100%);
  color: #fff;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(16, 59, 38, 0.12);
  border: 1px solid rgba(4, 117, 60, 0.12);
}

.cta-block::before {
  content: "";
  position: absolute;
  inset: auto auto -90px -70px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 189, 0, 0.16), transparent 70%);
}

.cta-block > * {
  position: relative;
  z-index: 1;
}

.cta-block .eyebrow {
  background: rgba(4, 117, 60, 0.08);
  color: var(--tkx-forest);
}

.cta-block h2,
.cta-block p {
  color: var(--tkx-dark);
}

.cta-block .btn-light {
  color: #fff;
  background: linear-gradient(135deg, var(--tkx-green), var(--tkx-forest));
  border-color: transparent;
  border-radius: 999px;
  padding-inline: 1.1rem;
}

.cta-block .btn-light:hover,
.cta-block .btn-light:focus {
  color: #fff;
  background: linear-gradient(135deg, #096d39, #05592e);
  border-color: transparent;
}

.table {
  --bs-table-bg: rgba(255, 255, 255, 0.88);
  --bs-table-border-color: rgba(4, 117, 60, 0.1);
}

.table thead th {
  color: var(--tkx-dark);
  background: rgba(227, 245, 234, 0.6);
}

.map-placeholder,
.map-panel {
  min-height: 260px;
  border: 1px dashed rgba(4, 117, 60, 0.25);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--tkx-muted);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(227, 245, 234, 0.72));
  text-align: center;
  padding: 1.5rem;
}

.map-panel {
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.9rem;
}

.map-canvas {
  width: 100%;
  min-height: 300px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}

.location-visual {
  position: relative;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 189, 0, 0.16), transparent 28%),
    radial-gradient(circle at 85% 25%, rgba(4, 117, 60, 0.14), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(231, 244, 236, 0.92));
  border: 1px solid rgba(4, 117, 60, 0.12);
}

.location-grid,
.location-road,
.location-node,
.location-pin,
.location-card {
  position: absolute;
}

.location-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(4, 117, 60, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 117, 60, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 100%);
}

.location-road {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(28, 58, 42, 0.08);
}

.location-road-a {
  left: 8%;
  right: 12%;
  top: 42%;
  height: 16px;
  border-radius: 999px;
  transform: rotate(-10deg);
}

.location-road-b {
  width: 18px;
  top: 14%;
  bottom: 14%;
  right: 34%;
  border-radius: 999px;
}

.location-node {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(4, 117, 60, 0.18);
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(28, 58, 42, 0.08);
}

.location-node-a {
  left: 23%;
  top: 31%;
}

.location-node-b {
  right: 24%;
  bottom: 24%;
}

.location-pin {
  left: 50%;
  top: 44%;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -34px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, var(--tkx-forest), #0f8b4d);
  box-shadow: 0 16px 30px rgba(4, 117, 60, 0.24);
}

.location-pin-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  left: 11px;
  top: 11px;
}

.location-card {
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(4, 117, 60, 0.12);
  box-shadow: 0 16px 30px rgba(28, 58, 42, 0.1);
  text-align: left;
}

.location-card strong {
  display: block;
  color: var(--tkx-dark);
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.location-card p {
  margin: 0;
  color: var(--tkx-muted);
  font-size: 0.95rem;
}

.location-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  margin-bottom: 0.65rem;
  border-radius: 999px;
  background: rgba(4, 117, 60, 0.1);
  color: var(--tkx-forest);
  font-size: 0.8rem;
  font-weight: 700;
}

.map-status {
  color: var(--tkx-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.map-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.map-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 767.98px) {
  .location-visual {
    min-height: 260px;
  }

  .location-road-a {
    left: 6%;
    right: 8%;
  }

  .location-card {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.9rem 0.95rem;
  }
}

.timeline-list li {
  position: relative;
  padding-left: 1.4rem;
  padding-bottom: 1.35rem;
  color: var(--tkx-muted);
  border-left: 1px solid rgba(4, 117, 60, 0.14);
  margin-left: 0.4rem;
}

.timeline-list li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0.2rem;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tkx-gold), var(--tkx-green));
}

.timeline-list li:last-child {
  padding-bottom: 0;
}

.news-card .news-date {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--tkx-forest);
  font-size: 0.96rem;
  font-weight: 600;
}

.footer {
  background:
    linear-gradient(90deg, #055a2f 0%, #046535 28%, #06713b 60%, #04572d 100%);
  color: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  forced-color-adjust: none;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(170px, 220px));
  gap: 1.25rem;
  align-items: start;
}

.footer-brand {
  max-width: 100%;
}

.footer-brand-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 241, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.footer-brand-logo {
  height: 78px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  line-height: 1.75;
  white-space: normal;
  word-break: break-word;
}

.footer-copyright {
  white-space: nowrap;
}

.footer-panel {
  padding: 1.2rem 1.25rem;
  border-radius: 18px;
  background: rgba(2, 58, 30, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-panel h3 {
  margin-bottom: 0.95rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.7rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
}

.footer-links a:hover {
  color: #ffd34a;
}

.form-control,
.form-select {
  border-radius: 16px;
  border-color: rgba(4, 117, 60, 0.14);
  padding: 0.85rem 1rem;
  font-size: 1rem;
}

.form-label {
  font-size: 0.98rem;
  font-weight: 600;
  color: #30493b;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(4, 117, 60, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(4, 117, 60, 0.12);
}

@media (max-width: 991.98px) {
  .page-carousel {
    margin-bottom: 1.5rem;
  }

  .carousel-panel-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .carousel-mark {
    justify-self: start;
    min-width: 0;
  }

  .carousel-mark-badge {
    align-self: flex-start;
  }

  .hero,
  .page-banner,
  .cta-block {
    border-radius: 24px;
  }

  .footer-shell {
    grid-template-columns: 1fr 1fr;
  }

  .section-header {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .hero-panel-head {
    display: block;
  }

  .hero-panel-head .fw-semibold {
    gap: 0.5rem;
    align-items: center;
  }

  .hero-panel-head .mini-tag {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    flex-shrink: 0;
  }

  .section-head-inline {
    gap: 0.5rem;
  }

  .section-head-inline .mini-tag {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    flex-shrink: 0;
  }

  .carousel-panel {
    min-height: 220px;
  }

  .carousel-panel-inner {
    gap: 1rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .carousel-title {
    font-size: clamp(1.35rem, 6.4vw, 2rem);
    line-height: 1.18;
  }

  .carousel-text {
    font-size: 0.88rem;
    line-height: 1.6;
    max-width: 100%;
  }

  .carousel-copy .eyebrow {
    padding: 0.32rem 0.7rem;
    font-size: 0.78rem;
  }

  .carousel-copy .btn {
    padding-inline: 0.95rem;
    font-size: 0.88rem;
  }

  .carousel-mark {
    display: none;
  }

  .carousel-mark-lines {
    max-width: 180px;
  }

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

  .page-carousel .carousel-control-prev-icon,
  .page-carousel .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
  }

  .page-carousel .carousel-indicators {
    margin-bottom: 0.7rem;
  }

  .page-carousel .carousel-indicators [data-bs-target] {
    width: 26px;
    height: 4px;
  }

  .hero,
  .page-banner,
  .cta-block,
  .hero-panel,
  .tkx-card,
  .soft-panel,
  .map-placeholder {
    border-radius: 20px;
  }

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

  .talent-card-head {
    gap: 0.85rem;
  }

  .talent-card {
    padding: 1rem 0;
  }

  .talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1.5rem;
  }

  .talent-figure {
    border-radius: 50%;
  }

  .talent-figure-action {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    bottom: 0.7rem;
    font-size: 0.72rem;
    padding-inline: 0.65rem;
  }

  .talent-figure::after {
    opacity: 1;
  }

  .talent-card .mini-tag {
    font-size: 0.68rem;
    padding: 0.24rem 0.5rem;
  }

  .talent-card .h5 {
    font-size: 1rem;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .footer-shell {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand-badge {
    padding: 0.55rem 0.75rem;
    border-radius: 14px;
  }

  .brand-logo-title {
    height: 44px;
  }

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

  .footer-note,
  .footer-copyright {
    font-size: 0.84rem;
    line-height: 1.6;
    white-space: normal;
  }

  .footer-note:first-of-type {
    color: rgba(255, 255, 255, 0.92);
  }

  .footer-panel {
    padding: 0.7rem 0.75rem;
    border-radius: 14px;
  }

  .footer-panel h3 {
    margin-bottom: 0.55rem;
    font-size: 0.88rem;
  }

  .footer-links li + li {
    margin-top: 0.35rem;
  }

  .footer-links a {
    font-size: 0.8rem;
  }

  .footer.mt-5 {
    margin-top: 2rem !important;
  }

  .footer .container.py-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .section-block {
    margin-bottom: 3rem;
  }
}

@media (prefers-color-scheme: dark) {
  :root,
  html,
  body {
    color-scheme: light !important;
    background-color: #fdfdf8 !important;
    color: #103b26 !important;
  }

  body {
    background:
      radial-gradient(circle at top left, rgba(55, 163, 93, 0.16), transparent 26%),
      linear-gradient(180deg, #fdfdf8 0%, #f7f8ef 44%, #fbfbf7 100%) !important;
  }

  .navbar {
    background: rgba(253, 252, 246, 0.94) !important;
    border-bottom-color: rgba(4, 117, 60, 0.08) !important;
  }

  .navbar .nav-link {
    color: #42564b !important;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link.active {
    color: #04753c !important;
    background: rgba(4, 117, 60, 0.09) !important;
  }

  .hero {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(227, 245, 234, 0.94)),
      linear-gradient(135deg, rgba(242, 189, 0, 0.15), rgba(10, 130, 69, 0.12)) !important;
    border-color: rgba(55, 163, 93, 0.2) !important;
  }

  .hero-panel,
  .tkx-card,
  .soft-panel {
    background: rgba(255, 255, 255, 0.88) !important;
    border-color: rgba(4, 117, 60, 0.13) !important;
    color: #103b26 !important;
  }

  .page-banner {
    background:
      linear-gradient(135deg, rgba(232, 245, 236, 0.96), rgba(216, 238, 222, 0.92)),
      linear-gradient(135deg, rgba(242, 189, 0, 0.08), transparent) !important;
    color: #103b26 !important;
    border-color: rgba(4, 117, 60, 0.1) !important;
  }

  .section-subtitle,
  .hero-copy,
  .page-banner .section-subtitle,
  .page-banner p,
  .tkx-card p,
  .soft-panel p,
  .timeline-list li,
  .feature-list li,
  .check-list li,
  .contact-list li,
  .map-status,
  .location-card p,
  .footer-note {
    color: #56685d !important;
  }

  .section-title,
  .page-title,
  .hero-title,
  .location-card strong,
  .form-label {
    color: #103b26 !important;
  }

  .form-control,
  .form-select {
    background-color: #ffffff !important;
    color: #103b26 !important;
    border-color: rgba(4, 117, 60, 0.14) !important;
  }

  .form-control::placeholder {
    color: #7b8a82 !important;
  }

  .btn-outline-dark {
    color: #103b26 !important;
    border-color: rgba(23, 51, 38, 0.24) !important;
    background: transparent !important;
  }

  .footer {
    background:
      linear-gradient(90deg, #055a2f 0%, #046535 28%, #06713b 60%, #04572d 100%) !important;
    color: rgba(255, 255, 255, 0.88) !important;
  }

  .footer a,
  .footer-links a {
    color: rgba(255, 255, 255, 0.82) !important;
  }

  .footer-panel {
    background: rgba(2, 58, 30, 0.26) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
  }

  img,
  svg,
  video {
    filter: none !important;
  }
}
