﻿:root {
  --primary: #0b1f5b;
  --dark: #081742;
  --accent: #d4a017;
  --text: #1f2937;
  --muted: #6b7280;
  --soft: #f5f7fb;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  line-height: 1.28;
  transition: color 0.24s ease, transform 0.24s ease;
}

h1,
h2 {
  font-weight: 500 !important;
}

h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
}

img {
  max-width: 100%;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
  color: #170041;
  transform: translateY(-2px);
}

p,
li,
span {
  transition: color 0.22s ease;
}

p:hover,
li:hover {
  color: #132d72;
}

.hero-content h1:hover,
.hero-content p:hover,
.page-hero-content h1:hover,
.page-hero-content p:hover,
.company-hero-content h1:hover,
.company-hero-content p:hover,
.contact-hero-content h1:hover,
.contact-hero-content p:hover,
.khulan-showcase-caption h1:hover,
.khulan-showcase-caption p:hover {
  color: inherit;
  transform: none;
}

.img-fluid,
.khulan-current-gallery img,
.khulan-branch-card img,
.khulan-road-popup img,
.news-card img,
.news-feature img,
.news-list-item img,
.article-image img,
.timeline-popup img,
.about-card img {
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.company-feature-card,
.khulan-award-card,
.khulan-current-text-card,
.contact-card,
.about-highlight-item,
.about-card,
.news-card,
.news-feature,
.news-list-item,
.khulan-branch-card {
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.khulan-current-gallery img:hover,
.img-fluid:hover,
.khulan-branch-card img:hover,
.khulan-road-popup img:hover,
.news-card img:hover,
.news-feature img:hover,
.news-list-item img:hover,
.article-image img:hover,
.timeline-popup img:hover,
.about-card img:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
  filter: saturate(1.05);
}

.khulan-current-text-card:hover,
.contact-card:hover,
.about-highlight-item:hover,
.about-card:hover,
.news-card:hover,
.news-feature:hover,
.news-list-item:hover,
.khulan-branch-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

@media (hover: none) {
  h1:active,
  h2:active,
  h3:active,
  h4:active,
  h5:active,
  h6:active {
    color: #170041;
    transform: translateY(-2px);
  }

  p:active,
  li:active {
    color: #132d72;
  }

  .khulan-current-gallery img:active,
  .img-fluid:active,
  .khulan-branch-card img:active,
  .khulan-road-popup img:active,
  .news-card img:active,
  .news-feature img:active,
  .news-list-item img:active,
  .article-image img:active,
  .timeline-popup img:active,
  .about-card img:active {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
    filter: saturate(1.05);
  }

  .khulan-current-text-card:active,
  .contact-card:active,
  .about-highlight-item:active,
  .about-value-card:active,
  .about-card:active,
  .news-card:active,
  .news-feature:active,
  .news-list-item:active,
  .khulan-branch-card:active {
    transform: translateY(-6px);
    border-color: rgba(168, 207, 69, 0.28);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
  }
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(8px);
}

.navbar-brand {
  color: var(--primary);
  text-decoration: none;
}

.navbar-nav {
  gap: 0;
}

.language-switch {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-left: 18px;
  padding: 4px;
  border: 1px solid rgba(43, 41, 38, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.language-switch button {
  min-width: 38px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #403a34;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.language-switch button:hover,
.language-switch button.active {
  background: #3a312a;
  color: #fff;
}

.language-switch button:active {
  transform: scale(0.96);
}

.nav-link {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2b2926;
  padding: 6px 8px !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -2px;
  width: auto;
  transform: scaleX(0);
  transform-origin: center;
  height: 2px;
  background: #3a312a;
  transition: transform 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #403a34;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 14px;
}

.section-heading p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.hero-video {
  position: relative;
  height: 470px;
  overflow: hidden;
  background: var(--dark);
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay,
.company-hero-overlay,
.page-hero-overlay,
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8, 23, 66, 0.8), rgba(8, 23, 66, 0.3));
}

.about-hero .page-hero-overlay {
  background: linear-gradient(to right, rgba(8, 23, 66, 0.42), rgba(8, 23, 66, 0.12));
}

.news-hero .page-hero-img {
  filter: brightness(1.18) saturate(1.08) contrast(1.03);
}

.news-hero .page-hero-overlay {
  background:
    linear-gradient(to right, rgba(8, 23, 66, 0.34), rgba(8, 23, 66, 0.08)),
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, 0.24), transparent 34%);
}

.home-hero .hero-overlay {
  background: linear-gradient(to right, rgba(8, 23, 66, 0.32), rgba(8, 23, 66, 0.06));
}

.home-hero .hero-bg-video {
  filter: saturate(1.12) contrast(1.06) brightness(1.05);
}

.hero-content {
  position: absolute;
  left: 80px;
  bottom: 70px;
  z-index: 2;
  color: #fff;
  max-width: 700px;
  animation: fadeUp 1s ease;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 12px;
}

.hero-content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-strip {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.intro-strip h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 18px;
}

.intro-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.intro-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.intro-stat {
  background: #fff;
  border: 1px solid #e6ebf4;
  border-radius: 22px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.intro-stat strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 10px;
}

.intro-stat span {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.business-section {
  padding: 84px 0 100px;
  background: var(--soft);
}

.business-section .container {
  max-width: 1500px;
}

.business-section .row {
  --bs-gutter-x: 1.35rem;
}

.biz-card {
  height: 100%;
  background: #fff;
  padding: 28px 24px 22px;
  border-radius: 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  text-align: left;
  display: flex;
  flex-direction: column;
}

.biz-card:hover,
.biz-card:focus-visible,
.news-card-lg:hover,
.news-card-sm:hover,
.news-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.biz-card:focus-visible {
  outline: 3px solid rgba(168, 207, 69, 0.45);
  outline-offset: 4px;
}

.biz-card .icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8f9fb, #eef1f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.biz-card h6 {
  color: var(--primary);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 12px;
  min-height: 34px;
}

.biz-card p {
  font-size: 12.5px;
  line-height: 1.52;
  color: var(--muted);
  margin-bottom: 18px;
}

.biz-arrow {
  margin-top: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dbe2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--primary);
  transition: all 0.3s ease;
}

.biz-card:hover .biz-arrow,
.biz-card:focus-visible .biz-arrow,
.biz-arrow:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.icon i {
  font-size: 48px;
  color: var(--primary);
}

.icon.cart i {
  color: #c9a74e;
}

.icon.construction i {
  color: #1f4aa8;
}

.icon.global i {
  color: #0d6efd;
}

.icon.realestate i {
  color: #3b82f6;
}

.icon.travel i {
  color: #16a34a;
}

.news-section {
  padding: 90px 0;
  background: #fff;
}

.news-section .container {
  max-width: 1500px;
}

.news-section .row {
  --bs-gutter-x: 1.35rem;
}

.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.news-head h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.news-more {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

.news-more:hover {
  color: var(--accent);
}

.news-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.news-card-lg {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s ease;
}

.news-card-lg img {
  height: 100%;
  min-height: 460px;
}

.news-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(8, 23, 66, 0.88), rgba(8, 23, 66, 0.08));
  color: #fff;
}

.news-overlay h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 8px 0 0;
  line-height: 1.3;
}

.news-card-sm {
  display: flex;
  gap: 18px;
  align-items: stretch;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: 0.3s ease;
}

.news-card-sm img {
  width: 42%;
  min-height: 170px;
  border-radius: 0;
}

.news-body {
  padding: 18px 18px 18px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-body h4,
.news-content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1c3270;
  line-height: 1.5;
  margin-top: 6px;
}

.news-date {
  font-size: 13px;
  color: var(--accent);
  font-weight: 700;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--dark);
}

.page-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-hero-content,
.company-hero-content,
.contact-hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 2;
  color: #fff;
}

.page-hero-content h1,
.company-hero-content h1,
.contact-hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}

.page-hero-content p,
.company-hero-content p,
.contact-hero-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.generic-hero,
.company-hero {
  height: 380px;
}

.news-hero {
  height: 420px;
}

.company-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section,
.company-section {
  padding: 80px 0;
}

.khulan-showcase {
  position: relative;
  margin-bottom: 86px;
}

.khulan-showcase + .company-section {
  padding-top: 32px;
}

.khulan-showcase-slider {
  position: relative;
  height: 530px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  background: #dfe8f3;
}

.international-showcase .khulan-showcase-slider {
  height: 430px;
}

.khulan-uul-showcase .khulan-showcase-slider {
  height: 430px;
}

.khulan-showcase-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 20, 50, 0.62), rgba(7, 20, 50, 0.1) 54%, rgba(7, 20, 50, 0.08));
  pointer-events: none;
  z-index: 1;
}

.khulan-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

video.khulan-showcase-img {
  background: #071432;
}

.khulan-showcase-logo {
  position: absolute;
  left: 50%;
  bottom: -90px;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
  transform: translateX(-50%);
  z-index: 3;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  perspective: 700px;
}

.khulan-showcase-logo img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
  transform-style: preserve-3d;
  backface-visibility: visible;
}

.khulan-showcase-logo:hover {
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.24);
}

.khulan-showcase-logo:hover img {
  animation: logo-spin-clockwise 0.9s linear infinite;
  filter: saturate(1.08);
}

.roadmap-logo,
.company-profile-logos img,
.construction-logo-badge {
  perspective: 700px;
}

.roadmap-logo img,
.company-profile-logos img,
.construction-logo-badge img {
  transform-style: preserve-3d;
  backface-visibility: visible;
  transition: filter 0.3s ease;
}

.roadmap-logo:hover img,
.company-profile-logos img:hover,
.construction-logo-badge:hover img {
  animation: logo-spin-clockwise 0.9s linear infinite;
  filter: saturate(1.08);
}

@keyframes logo-spin-clockwise {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

.efes-stud-showcase .khulan-showcase-logo {
  padding: 20px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.98), rgba(245, 247, 252, 0.98));
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.2);
}

.efes-stud-showcase .khulan-showcase-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.construction-logo-badge img {
  width: 92%;
}

.khulan-showcase-caption {
  position: absolute;
  left: max(40px, calc((100vw - 1320px) / 2 + 12px));
  bottom: 78px;
  max-width: 520px;
  color: #fff;
  z-index: 2;
}

.khulan-showcase-caption span {
  display: inline-block;
  margin-bottom: 12px;
  color: #d7a93f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.khulan-showcase-caption h1 {
  margin: 0 0 12px;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.khulan-showcase-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
}

.khulan-slider-arrow {
  position: absolute;
  top: 48%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 2px;
  background: #c51f3b;
  color: #fff;
  font-size: 15px;
  z-index: 2;
}

.khulan-slider-prev {
  left: 14px;
}

.khulan-slider-next {
  right: 14px;
}

.khulan-slider-dots {
  position: absolute;
  left: 30px;
  right: auto;
  bottom: 16px;
  display: flex;
  gap: 16px;
  width: auto;
  margin: 0;
  z-index: 2;
}

.khulan-slider-dots button,
.khulan-slider-dots span {
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(34, 48, 70, 0.54);
  opacity: 1;
}

.khulan-slider-dots button.active {
  background: #c51f3b;
}

.khulan-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.75fr);
  gap: 58px;
  align-items: start;
  margin-top: 4px;
  margin-bottom: 56px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.khulan-detail-copy h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  color: #35288f;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: 0;
  transition: color 0.22s ease, transform 0.22s ease;
}

.khulan-detail-copy h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 42%;
  height: 3px;
  border-radius: 999px;
  background: #35288f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.khulan-detail-copy h1:hover {
  color: #132d72;
  transform: translateY(-2px);
}

.khulan-detail-copy h1:hover::after {
  transform: scaleX(1);
}

.khulan-detail-copy p {
  margin: 0 0 14px;
  color: #07162d;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}

.twintown-page .khulan-showcase-caption h1 {
  max-width: 760px;
  font-size: 34px;
  line-height: 1.24;
}

.twintown-page .khulan-detail-copy h1 {
  display: block;
  font-size: 19px;
  line-height: 1.42;
  margin-bottom: 18px;
}

.twintown-page .khulan-detail-copy h1:not(:first-child) {
  margin-top: 28px;
}

.khulan-detail-info {
  padding-top: 72px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.khulan-info-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 0;
  color: #07162d;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0;
  padding: 4px 6px;
  border-radius: 14px;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.khulan-info-row:hover {
  background: rgba(215, 169, 63, 0.12);
  color: #9f6b08;
  transform: translateX(4px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.khulan-info-row a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.khulan-info-row a:hover {
  color: #9f6b08;
}

.khulan-info-row i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d7a93f;
  color: #fff;
  font-size: 14px;
  transition: background 0.22s ease, transform 0.22s ease;
}

.khulan-info-row:hover i,
.khulan-social-links a:hover i {
  background: #b98212;
  transform: scale(1.04);
}

.khulan-social-links {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.khulan-social-links a {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 12px;
  color: #07162d;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0;
  padding: 4px 6px;
  border-radius: 14px;
  outline: none;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.khulan-social-links a i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d7a93f;
  color: #fff;
  font-size: 14px;
  transition: background 0.22s ease, transform 0.22s ease;
}

.khulan-social-links a:hover {
  background: rgba(215, 169, 63, 0.12);
  color: #9f6b08;
  transform: translateX(4px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.khulan-social-links a:focus-visible {
  box-shadow: 0 0 0 3px rgba(215, 169, 63, 0.26);
}

.president-message {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.48fr) 1fr;
  gap: 52px;
  align-items: center;
  margin-bottom: 80px;
  padding: 0 0 34px;
  border-radius: 0;
  background:
    radial-gradient(circle at 72% 12%, rgba(15, 23, 42, 0.1) 0 1.6px, transparent 2px),
    radial-gradient(circle at 84% 40%, rgba(15, 23, 42, 0.07) 0 1.4px, transparent 1.8px),
    linear-gradient(120deg, transparent 0 54%, rgba(15, 23, 42, 0.03) 54% 55%, transparent 55%),
    #fff;
  background-size: 22px 22px, 18px 18px, 100% 100%, auto;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: none;
  overflow: hidden;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.president-message:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 207, 69, 0.28);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
}

.president-message::before {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -20px;
  width: 620px;
  height: 260px;
  opacity: 0.18;
  background:
    linear-gradient(25deg, transparent 0 20%, rgba(15, 23, 42, 0.34) 20% 20.35%, transparent 20.35%),
    linear-gradient(155deg, transparent 0 34%, rgba(15, 23, 42, 0.3) 34% 34.35%, transparent 34.35%),
    linear-gradient(8deg, transparent 0 46%, rgba(15, 23, 42, 0.22) 46% 46.3%, transparent 46.3%),
    radial-gradient(circle at 18% 70%, rgba(15, 23, 42, 0.55) 0 4px, transparent 5px),
    radial-gradient(circle at 42% 48%, rgba(15, 23, 42, 0.5) 0 3px, transparent 4px),
    radial-gradient(circle at 68% 62%, rgba(15, 23, 42, 0.42) 0 5px, transparent 6px);
  pointer-events: none;
}

.president-photo {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
  min-height: 500px;
  box-shadow: none;
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.president-photo:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.president-photo img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.president-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.02);
}

.president-content {
  position: relative;
  z-index: 1;
  color: #2f3542;
  max-width: 690px;
  padding: 22px 34px 20px 0;
  font-family: "Inter", sans-serif;
}

.president-content h2 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #1f2937;
}

.president-content p {
  margin: 0 0 8px;
  color: #2b3340;
  font-size: 13.5px;
  line-height: 1.72;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: justify;
}

.president-sign {
  margin-top: 24px;
  padding-top: 0;
  border-top: 0;
  display: grid;
  grid-template-columns: 1fr 170px;
  align-items: center;
  gap: 22px;
}

.president-sign strong,
.president-sign span {
  display: block;
}

.president-sign strong {
  color: #1f2937;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.president-sign span {
  margin-top: 0;
  color: #1f2937;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
}

.about-highlight {
  display: grid;
  gap: 18px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
}

.about-value-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 8px 0;
  border-radius: 18px;
  transition: transform 0.26s ease, background 0.26s ease, box-shadow 0.26s ease;
}

.about-value-card:hover {
  transform: translateY(-5px);
  background: rgba(168, 207, 69, 0.08);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.about-value-icon {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d7a93f;
  transition: color 0.26s ease, transform 0.26s ease;
}

.about-value-card:hover .about-value-icon {
  color: #a8cf45;
  transform: scale(1.06);
}

.about-value-icon i {
  font-size: 56px;
  line-height: 1;
}

.about-value-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  color: #d7a93f;
  line-height: 1.2;
  transition: color 0.26s ease;
}

.about-value-card:hover .about-value-body h3 {
  color: #132d72;
}

.about-value-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.about-highlight-item,
.about-card,
.contact-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.about-highlight-item {
  padding: 24px;
  border: 1px solid #ebeff6;
}

.about-highlight-item strong {
  display: block;
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 10px;
}

.about-highlight-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.about-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-timeline-preview {
  margin-top: 72px;
  padding: 42px 38px 36px;
  border-radius: 30px;
  background: #202020;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(32, 32, 32, 0.28);
}

.about-timeline-head {
  margin-bottom: 18px;
}

.about-timeline-head h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.roadmap-strip {
  position: relative;
  padding: 0;
  overflow: visible;
}

.roadmap-canvas {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  aspect-ratio: 16 / 4.25;
  min-height: 465px;
  --timeline-y: 245px;
}

.roadmap-canvas::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--timeline-y);
  height: 1.6px;
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-50%);
  z-index: 0;
}

.roadmap-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.road-glow,
.road-main {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.road-glow {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 5;
  opacity: 0.1;
  filter: url(#efesRoadBlur);
}

.road-main {
  stroke: rgba(255, 255, 255, 0.76);
  stroke-width: 1.6;
}

.roadmap-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  width: clamp(112px, 10vw, 150px);
  height: 190px;
  outline: none;
  transform: translateX(-50%);
  text-align: center;
}

.node-bottom {
  padding-top: 88px;
}

.roadmap-node::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.72);
}

.node-top::before {
  top: 121px;
  height: 68px;
}

.node-bottom::before {
  top: 0;
  height: 68px;
}

.roadmap-node::after {
  content: none;
}

.roadmap-circle,
.roadmap-dot {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.roadmap-circle {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 4px solid #595959;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.38);
  z-index: 2;
}

.roadmap-dot {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.92);
  z-index: 3;
}

.node-top .roadmap-circle {
  top: 121px;
}

.node-top .roadmap-dot {
  top: 189px;
}

.node-bottom .roadmap-circle {
  top: 68px;
}

.node-bottom .roadmap-dot {
  top: 0;
}

.node-top .roadmap-logo {
  order: 1;
}

.node-top .roadmap-summary {
  order: 2;
}

.node-top .roadmap-year {
  order: 3;
}

.node-bottom .roadmap-year { order: 1; }
.node-bottom .roadmap-summary { order: 2; }
.node-bottom .roadmap-logo { order: 3; }

.roadmap-logo {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4f4ef;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.roadmap-logo img {
  display: block;
  width: 122px;
  height: 50px;
  object-fit: contain;
  filter: none;
  border-radius: 0;
}

.logo-khulan {
  font-size: clamp(18px, 1.6vw, 26px);
  letter-spacing: 0.12em;
}

.logo-khulan img,
.logo-efes img {
  width: 132px;
  height: 50px;
}

.logo-mustache img {
  width: 142px;
  height: 54px;
}

.logo-ecohome img {
  width: 118px;
  height: 48px;
}

.logo-twintown img,
.logo-international img,
.logo-mgl img {
  width: 126px;
  height: 50px;
}

.logo-mgl img {
  width: 146px;
  height: 56px;
}

.logo-khulan img,
.logo-efes img,
.logo-mgl img,
.logo-international img,
.logo-ecohome img,
.logo-twintown img,
.logo-mustache img,
.logo-construction img,
.logo-tanenkh img {
  background: transparent;
  padding: 0;
}

.logo-twintown img {
  width: 144px;
  height: 58px;
}

.logo-construction img,
.logo-tanenkh img {
  width: 132px;
  height: 52px;
}

.logo-tanenkh img {
  width: 142px;
  height: 60px;
  mix-blend-mode: normal;
  filter: none;
}

.logo-construction img,
.logo-mustache img,
.logo-ecohome img,
.logo-tanenkh img {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.logo-efes,
.logo-mgl {
  font-size: clamp(22px, 2vw, 32px);
  font-style: italic;
}

.logo-construction,
.logo-international,
.logo-twintown {
  font-size: clamp(12px, 1vw, 16px);
  letter-spacing: 0.08em;
}

.logo-tanenkh {
  font-size: clamp(13px, 1.1vw, 17px);
}

.logo-construction,
.logo-tanenkh {
  height: 46px;
  padding: 0 6px;
  text-align: center;
}

.logo-mustache {
  font-size: clamp(16px, 1.4vw, 22px);
  font-family: Georgia, serif;
  text-transform: none;
}

.logo-ecohome {
  font-size: clamp(13px, 1.1vw, 18px);
}

.roadmap-summary {
  position: absolute;
  left: 50%;
  width: 230px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 8;
}

.node-top .roadmap-summary {
  top: 104px;
}

.node-bottom .roadmap-summary {
  top: -104px;
}

.roadmap-node:hover .roadmap-summary,
.roadmap-node:focus-visible .roadmap-summary,
.roadmap-node:focus-within .roadmap-summary {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.node-1 .roadmap-summary {
  left: 0;
  transform: translateX(0) translateY(8px);
}

.node-9 .roadmap-summary {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(8px);
}

.node-1:hover .roadmap-summary,
.node-1:focus-visible .roadmap-summary,
.node-1:focus-within .roadmap-summary,
.node-9:hover .roadmap-summary,
.node-9:focus-visible .roadmap-summary,
.node-9:focus-within .roadmap-summary {
  transform: translateX(0) translateY(0);
}

.roadmap-label {
  display: none;
  max-width: 130px;
  text-align: center;
  color: #fff;
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.roadmap-year {
  position: relative;
  margin-top: 12px;
  min-width: auto;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 800;
  text-align: center;
  box-shadow: none;
  transform: none;
  border-radius: 0;
}

.roadmap-year::before {
  content: none;
}

.roadmap-year {
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap-year > span,
.roadmap-year {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

.roadmap-year {
  line-height: 1;
}

.roadmap-year {
  white-space: nowrap;
}

.roadmap-year {
  transform-origin: center;
}

.roadmap-year {
  isolation: isolate;
}

.roadmap-year {
  z-index: 1;
}

.roadmap-year {
  padding-left: 16px;
  padding-right: 16px;
}

.roadmap-year {
  box-shadow: none;
}

.roadmap-year {
  letter-spacing: 0.01em;
}

.roadmap-year {
  overflow: visible;
}

.roadmap-year {
  font-style: normal;
}

.roadmap-year {
  border: 0;
}

.roadmap-year {
  transform: none;
}

.roadmap-year {
  color: #fff;
}

.roadmap-year {
  font-family: "Inter", sans-serif;
}

.roadmap-year {
  font-synthesis-weight: none;
}

.roadmap-year {
  font-variation-settings: normal;
}

.roadmap-year {
  text-rendering: geometricPrecision;
}

.roadmap-year {
  text-size-adjust: 100%;
}

.roadmap-year {
  -webkit-text-size-adjust: 100%;
}

.roadmap-year {
  text-transform: none;
}

.roadmap-year {
  will-change: transform;
}

.roadmap-year {
  backface-visibility: hidden;
}

.roadmap-year {
  perspective: 1000px;
}

.roadmap-year {
  cursor: pointer;
}

.roadmap-node .roadmap-year {
  margin-bottom: 0;
}

.roadmap-node .roadmap-year span {
  display: inline-block;
  transform: none;
}

.node-bottom .roadmap-year {
  margin-top: 0;
  margin-bottom: 12px;
}

.roadmap-popup {
  display: none;
}

.roadmap-popup::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(-50%) rotate(45deg);
}

.node-top .roadmap-popup {
  top: -148px;
}

.node-top .roadmap-popup::after {
  bottom: -8px;
}

.node-bottom .roadmap-popup {
  top: 136px;
}

.node-bottom .roadmap-popup::after {
  top: -8px;
}

.node-1 .roadmap-popup {
  left: 0;
  transform: translateX(0) translateY(8px);
}

.node-1 .roadmap-popup::after {
  left: 34px;
  transform: rotate(45deg);
}

.node-9 .roadmap-popup {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(8px);
}

.node-9 .roadmap-popup::after {
  left: auto;
  right: 34px;
  transform: rotate(45deg);
}

.roadmap-popup strong {
  display: inline-block;
  margin-bottom: 8px;
  color: #2d7ef7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.roadmap-popup h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #132d72;
}

.roadmap-popup p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #51607f;
}

.roadmap-node:hover .roadmap-popup,
.roadmap-node:focus-visible .roadmap-popup,
.roadmap-node:focus-within .roadmap-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.node-1:hover .roadmap-popup,
.node-1:focus-visible .roadmap-popup,
.node-1:focus-within .roadmap-popup,
.node-9:hover .roadmap-popup,
.node-9:focus-visible .roadmap-popup,
.node-9:focus-within .roadmap-popup {
  transform: translateX(0) translateY(0);
}

.roadmap-node:focus-visible .roadmap-year,
.roadmap-node:hover .roadmap-year {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.38);
}

.node-1 { left: 8%; top: 56px; }
.node-2 { left: 20%; top: var(--timeline-y); }
.node-3 { left: 33%; top: 56px; }
.node-4 { left: 43%; top: var(--timeline-y); }
.node-5 { left: 56%; top: 56px; }
.node-6 { left: 66%; top: var(--timeline-y); }
.node-7 { left: 76%; top: 56px; }
.node-8 { left: 85%; top: var(--timeline-y); }
.node-9 { left: 94%; top: 56px; }

.node-9 {
  width: clamp(130px, 11vw, 160px);
}

.about-timeline-cta {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}

.about-timeline-cta .btn {
  padding: 12px 28px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 700;
}

.about-timeline-cta .btn:hover {
  background: #fff;
  border-color: #fff;
  color: #1d2d6b;
}

.about-card {
  padding: 28px;
  border: 1px solid #ebeff6;
}

.about-card i {
  font-size: 28px;
  color: var(--accent);
}

.about-card h3 {
  margin: 16px 0 10px;
  font-size: 20px;
  color: var(--primary);
}

.about-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.section-title {
  font-size: 30px;
  font-weight: 800;
  color: #d7a93f;
  margin-bottom: 20px;
}

.company-list {
  margin-top: 20px;
  padding-left: 20px;
}

.company-list li {
  margin-bottom: 10px;
  color: #555;
  line-height: 1.7;
}

.company-profile-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) 1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 38px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f8fafc, #fff);
  border: 1px solid #e8edf5;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.company-profile-logos {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #edf1f7;
}

.company-profile-logos img {
  max-width: 220px;
  max-height: 82px;
  object-fit: contain;
}

.company-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #d7a93f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.company-profile-card h2 {
  margin: 0 0 14px;
  color: #132d72;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 800;
}

.company-profile-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.company-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 58px;
}

.company-stat-card {
  padding: 24px 22px;
  border-radius: 20px;
  background: #132d72;
  color: #fff;
  box-shadow: 0 14px 30px rgba(19, 45, 114, 0.16);
}

.company-stat-card strong,
.company-stat-card span {
  display: block;
}

.company-stat-card strong {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1;
}

.company-stat-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.khulan-intro {
  margin-top: 8px;
}

.khulan-image-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(11, 31, 91, 0.06), rgba(11, 31, 91, 0.82)),
    url("../img/social01.jpg") center / cover;
  color: #fff;
  overflow: hidden;
}

.khulan-image-panel img {
  width: 220px;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
}

.khulan-image-panel p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
}

.company-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
  font-family: "Segoe UI", Arial, sans-serif;
}

.khulan-branches {
  margin-top: 56px;
}

.khulan-branches-head {
  text-align: center;
  margin-bottom: 30px;
}

.khulan-branches-head h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  color: #170041;
  font-size: 32px;
  font-weight: 700;
}

.khulan-branches-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #51A8B1;
  transform: translateX(-50%);
  border-radius: 999px;
}

.khulan-branches-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.khulan-branch-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px 18px 20px;
  box-shadow: 0 12px 28px rgba(23, 0, 65, 0.08);
  border: 1px solid rgba(81, 168, 177, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.khulan-branch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(23, 0, 65, 0.14);
}

.khulan-branch-card h3 {
  margin: 0 0 16px;
  color: #170041;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.khulan-branch-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin-bottom: 18px;
}

.khulan-branch-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.khulan-branch-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #170041;
  font-size: 13px;
  line-height: 1.5;
}

.khulan-branch-card li i {
  color: #51A8B1;
  font-size: 13px;
  line-height: 1.6;
}

.company-feature-card {
  padding: 30px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #e8edf5;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.company-feature-card i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(168, 207, 69, 0.16);
  color: #a8cf45;
  font-size: 26px;
  transition: transform 0.26s ease, background 0.26s ease, color 0.26s ease;
}

.company-feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.34);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.company-feature-card:hover i {
  transform: scale(1.06);
  background: #a8cf45;
  color: #fff;
}

.company-feature-card h3 {
  margin: 0 0 10px;
  color: #132d72;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.32;
}

.company-feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
  font-weight: 400;
  letter-spacing: 0;
}

.international-page {
  background:
    linear-gradient(180deg, #fff 0%, #f8fafc 46%, #fff 100%);
}

.international-detail {
  margin-bottom: 34px;
}

.international-brand-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) 1fr;
  gap: 34px;
  align-items: center;
  margin: 34px 0;
  padding: 34px;
  border: 1px solid rgba(19, 45, 114, 0.09);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(168, 207, 69, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(81, 168, 177, 0.1), rgba(168, 207, 69, 0.08)),
    #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.international-brand-band:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.34);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}

.international-brand-copy span,
.international-news-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: #d7a93f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.international-brand-copy h2 {
  margin: 0 0 14px;
  color: #132d72;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.international-brand-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.78;
}

.international-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.international-product-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
  transition: transform 0.28s ease, filter 0.28s ease, box-shadow 0.28s ease;
}

.international-product-grid img:hover {
  transform: translateY(-5px) scale(1.03);
  filter: saturate(1.08) contrast(1.03);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.16);
}

.international-feature-grid {
  margin: 34px 0;
}

.international-news-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.international-news-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(19, 45, 114, 0.09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.international-news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.34);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.international-news-card img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.international-news-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.03);
}

.international-news-card h3 {
  margin: 0 0 10px;
  color: #132d72;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.34;
}

.international-news-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.72;
}

.international-video-section {
  margin: 34px 0;
}

.international-video-head {
  margin-bottom: 18px;
}

.international-video-head span {
  display: inline-block;
  margin-bottom: 10px;
  color: #d7a93f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.international-video-head h2 {
  margin: 0;
  color: #132d72;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.32;
}

.international-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.international-video-card {
  overflow: hidden;
  border: 1px solid rgba(19, 45, 114, 0.09);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.international-video-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.34);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
}

.international-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #101820;
}

.international-operations {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: stretch;
  margin: 34px 0;
}

.international-operations-copy {
  padding: 32px;
  border: 1px solid rgba(19, 45, 114, 0.09);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.international-operations-copy:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.34);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.international-operations-copy span {
  display: inline-block;
  margin-bottom: 10px;
  color: #d7a93f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.international-operations-copy h2 {
  margin: 0 0 14px;
  color: #132d72;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.32;
}

.international-operations-copy p {
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.78;
}

.international-operations-copy p:last-child {
  margin-bottom: 0;
}

.international-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.international-stat-card {
  display: grid;
  align-content: center;
  min-height: 142px;
  padding: 22px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 16%, rgba(168, 207, 69, 0.28), transparent 32%),
    linear-gradient(135deg, #170041, #132d72);
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.international-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
}

.international-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #a8cf45;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}

.international-stat-card span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.55;
}

.international-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.international-info-card {
  padding: 24px;
  border: 1px solid rgba(19, 45, 114, 0.09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.international-info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.34);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.international-info-card i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 15px;
  background: rgba(168, 207, 69, 0.16);
  color: #a8cf45;
  font-size: 23px;
  transition: transform 0.26s ease, background 0.26s ease, color 0.26s ease;
}

.international-info-card:hover i {
  transform: scale(1.06);
  background: #a8cf45;
  color: #fff;
}

.international-info-card h3 {
  margin: 0 0 10px;
  color: #132d72;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.34;
}

.international-info-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.72;
}

.khulan-current {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: start;
  margin-top: 58px;
  padding: 34px;
  border: 1px solid #e8edf5;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.98) 100%),
    radial-gradient(circle at top right, rgba(215, 169, 63, 0.16), transparent 34%);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
  font-family: "Segoe UI", Arial, sans-serif;
}

.khulan-current-copy {
  display: grid;
  gap: 12px;
}

.khulan-current-copy span {
  display: inline-flex;
  color: #d7a93f;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.khulan-current-copy h2 {
  margin: 0 0 16px;
  color: #132d72;
  font-size: 24px;
  line-height: 1.35;
}

.khulan-current-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.78;
}

.khulan-current-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 150px;
  gap: 12px;
}

.khulan-current-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.khulan-current-gallery,
.khulan-branch-card,
.news-card,
.news-feature,
.news-list-item,
.article-image,
.about-card {
  overflow: hidden;
}

.khulan-current-copy-secondary {
  grid-column: 2;
  grid-row: 2;
}

.khulan-current-gallery-secondary {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: 1fr;
  grid-auto-rows: 280px;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.khulan-current-gallery-secondary img {
  object-fit: contain;
  background: #fff;
  box-shadow: none;
}

.khulan-current-text-card {
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(19, 45, 114, 0.08);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
}

.khulan-current-text-card h3 {
  margin: 0 0 8px;
  color: #132d72;
  font-size: 18px;
  line-height: 1.32;
}

.khulan-current-text-card p {
  margin: 0;
}

.khulan-current-gallery-tertiary {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 210px;
}

.khulan-training-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.khulan-training-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.khulan-training-row .khulan-current-gallery-tertiary {
  grid-column: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 240px;
  padding: 14px;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.khulan-training-row .khulan-current-gallery-tertiary img {
  object-fit: contain;
  background: #fff;
  box-shadow: none;
}

.khulan-current-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.khulan-current-points div {
  padding: 16px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(215, 169, 63, 0.22);
}

.khulan-current-points strong {
  display: block;
  color: #132d72;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
}

.khulan-awards-intro {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(19, 45, 114, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(168, 207, 69, 0.08), rgba(81, 168, 177, 0.08)),
    #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.khulan-awards-intro:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.34);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}

.khulan-awards-intro > div {
  position: relative;
  padding: 28px 30px;
}

.khulan-awards-intro > div:first-child {
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(168, 207, 69, 0.34), transparent 28%),
    linear-gradient(135deg, #170041 0%, #132d72 100%);
  color: #fff;
}

.khulan-awards-intro > div:first-child::after {
  content: "";
  position: absolute;
  inset: auto 24px 22px auto;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.khulan-awards-intro i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #a8cf45;
  color: #170041;
  font-size: 22px;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.khulan-awards-intro:hover i {
  transform: scale(1.08) rotate(-6deg);
  box-shadow: 0 12px 24px rgba(168, 207, 69, 0.28);
}

.khulan-awards-intro small {
  display: block;
  margin-bottom: 10px;
  color: #d7a93f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.khulan-awards-intro span {
  display: block;
  font-size: 58px;
  line-height: 0.95;
  font-weight: 600;
  transition: transform 0.26s ease, color 0.26s ease;
}

.khulan-awards-intro:hover span {
  transform: translateY(-2px);
  color: #a8cf45;
}

.khulan-awards-intro h3 {
  max-width: 680px;
  margin: 0 0 12px;
  color: #132d72;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.32;
}

.khulan-awards-intro p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.72;
}

.khulan-awards-intro > div p {
  margin-top: 10px;
}

.khulan-awards-intro > div:first-child p {
  color: rgba(255, 255, 255, 0.84);
}

.khulan-awards-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.khulan-award-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(19, 45, 114, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.khulan-award-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #d7a93f;
}

.khulan-award-card i {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(215, 169, 63, 0.14);
  color: #b98212;
  font-size: 20px;
  transition: transform 0.26s ease, background 0.26s ease, color 0.26s ease;
}

.khulan-award-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168, 207, 69, 0.34);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.khulan-award-card:hover i {
  transform: scale(1.06);
  background: #a8cf45;
  color: #fff;
}

.khulan-award-card h3 {
  margin: 0 0 12px;
  color: #132d72;
  font-size: 18px;
  line-height: 1.32;
}

.khulan-award-card p,
.khulan-award-card li {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.68;
}

.khulan-award-card p {
  margin: 0;
}

.khulan-award-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.khulan-award-card-wide {
  grid-column: 1 / -1;
}

.khulan-awards-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(215, 169, 63, 0.12);
  color: #132d72;
  font-size: 15px;
  line-height: 1.65;
}

.construction-values {
  padding: 78px 0 24px;
}

.construction-services {
  padding: 76px 0 18px;
}

.construction-values-head {
  margin-bottom: 58px;
  text-align: center;
}

.construction-values-head span {
  display: block;
  width: 286px;
  height: 4px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: #1f4aa8;
}

.construction-values-head h2 {
  margin: 0;
  color: #132d72;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.construction-services-head {
  margin-bottom: 42px;
}

.construction-services-head h2 {
  color: #0b1f5b;
  font-size: 31px;
  letter-spacing: 0.04em;
}

.construction-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.construction-service-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3fb 100%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  animation: serviceCardRise 0.7s ease both;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.construction-service-card:nth-child(2) { animation-delay: 0.08s; }
.construction-service-card:nth-child(3) { animation-delay: 0.16s; }
.construction-service-card:nth-child(4) { animation-delay: 0.24s; }

@keyframes serviceCardRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.construction-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(215, 169, 63, 0.18) 46%, transparent 62%);
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.35s ease, transform 0.55s ease;
  pointer-events: none;
}

.construction-service-media {
  height: 375px;
  overflow: hidden;
}

.construction-service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.35s ease;
}

.construction-service-card h3,
.construction-service-card h4 {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 18px 22px;
  color: #0b1f5b;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.construction-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.13);
}

.construction-service-card:hover::after {
  opacity: 1;
  transform: translateX(100%);
}

.construction-service-card:hover .construction-service-media img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.construction-service-card:hover h3,
.construction-service-card:hover h4 {
  color: #d7a93f;
}

.construction-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 76px;
}

.construction-value-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
}

.construction-value-item:nth-child(4) {
  grid-column: 1 / span 1;
  margin-left: 46%;
}

.construction-value-item:nth-child(5) {
  grid-column: 2 / span 1;
  margin-left: 46%;
}

.construction-value-item i {
  color: #05070b;
  font-size: 42px;
  line-height: 1;
}

.construction-value-item h3 {
  margin: 0 0 12px;
  color: #132d72;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.construction-value-item p {
  margin: 0;
  color: #243145;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.khulan-roadmap {
  margin-top: 70px;
  padding: 44px 46px 54px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 75%, rgba(45, 90, 170, 0.16), transparent 24%),
    radial-gradient(circle at 72% 30%, rgba(21, 157, 102, 0.11), transparent 24%),
    #071432;
  overflow: visible;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.khulan-roadmap-head h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.khulan-roadmap-canvas {
  position: relative;
  height: 560px;
  margin-top: 24px;
}

.khulan-roadmap-canvas::after {
  content: "";
  position: absolute;
  right: 0.8%;
  top: 18%;
  width: 86px;
  height: 48px;
  background: linear-gradient(135deg, #4b8dff, #2fb363);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 18% 50%);
  opacity: 0.68;
  transform: rotate(-10deg);
  filter: drop-shadow(12px 12px 0 rgba(0, 0, 0, 0.18));
}

.khulan-road-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.khulan-road-shadow,
.khulan-road-main {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.khulan-road-shadow {
  stroke: url(#khulanRoadGradient);
  stroke-width: 14;
  opacity: 0.16;
  filter: url(#khulanRoadGlow);
}

.khulan-road-main {
  stroke: url(#khulanRoadGradient);
  stroke-width: 4;
}

.khulan-road-node {
  position: absolute;
  width: 142px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

.khulan-road-node span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.khulan-road-node strong {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 7px;
  background: linear-gradient(135deg, #4b8dff, #29c56e);
  color: #eef8ff;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  box-shadow: 6px 8px 0 rgba(31, 80, 70, 0.65), 0 12px 24px rgba(0, 0, 0, 0.22);
}

.khulan-road-node strong::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.khulan-road-popup {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  width: 240px;
  padding: 7px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 8;
}

.khulan-road-popup img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 11px;
}

.khulan-road-node:hover .khulan-road-popup,
.khulan-road-node:focus-visible .khulan-road-popup,
.khulan-road-node:focus-within .khulan-road-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.road-node-1 .khulan-road-popup {
  left: 0;
  transform: translateX(0) translateY(10px);
}

.road-node-9 .khulan-road-popup,
.road-node-10 .khulan-road-popup {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(10px);
}

.road-node-1:hover .khulan-road-popup,
.road-node-1:focus-visible .khulan-road-popup,
.road-node-1:focus-within .khulan-road-popup,
.road-node-9:hover .khulan-road-popup,
.road-node-9:focus-visible .khulan-road-popup,
.road-node-9:focus-within .khulan-road-popup,
.road-node-10:hover .khulan-road-popup,
.road-node-10:focus-visible .khulan-road-popup,
.road-node-10:focus-within .khulan-road-popup {
  transform: translateX(0) translateY(0);
}

.road-node-1 { left: 5%; top: 83%; }
.road-node-2 { left: 12%; top: 53%; }
.road-node-3 { left: 24%; top: 75%; }
.road-node-4 { left: 34%; top: 50%; }
.road-node-5 { left: 45%; top: 67%; }
.road-node-6 { left: 55%; top: 47%; }
.road-node-7 { left: 66%; top: 34%; }
.road-node-8 { left: 77%; top: 59%; }
.road-node-9 { left: 87%; top: 36%; }
.road-node-10 { left: 95%; top: 40%; }

.news-page {
  padding: 40px 0 100px;
  background: var(--soft);
}

.news-item {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  height: 100%;
}

.news-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.news-content {
  padding: 18px;
}

.news-content h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.breadcrumb-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
}

.breadcrumb-wrap a {
  color: var(--primary);
  text-decoration: none;
}

.breadcrumb-wrap a:hover {
  color: var(--accent);
}

.back-wrap {
  text-align: center;
  padding: 40px 0 60px;
}

.btn-back {
  display: inline-block;
  padding: 10px 26px;
  background: var(--primary);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-back:hover {
  background: var(--accent);
  color: #fff;
}

.contact-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #0d2342;
}

.contact-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.contact-section {
  margin-top: 56px;
  margin-bottom: 80px;
}

.contact-box {
  overflow: hidden;
  border: 1px solid #e9e9e9;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact-card {
  padding: 42px 30px 34px;
  min-height: 220px;
  border-right: 1px solid #ececec;
}

.contact-card:last-child {
  border-right: none;
}

.contact-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #0d2342;
  margin-bottom: 26px;
}

.contact-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 16px;
}

.contact-card p,
.contact-card a {
  font-size: 17px;
  line-height: 1.8;
  color: #344054;
  text-decoration: none;
  margin: 0;
}

.contact-map {
  width: 100%;
  height: 400px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.efes-footer-new {
  background: linear-gradient(90deg, var(--primary) 0%, var(--dark) 100%);
  color: #fff;
  padding: 78px 0 28px;
  font-family: "Inter", sans-serif;
}

.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.efes-footer-new .row {
  --bs-gutter-x: 5.5rem;
}

.efes-footer-new h5 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #fff;
  line-height: 1.25;
}

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

.footer-links li {
  margin-bottom: 4px;
}

.footer-links a,
.footer-contact p {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: #ffffff;
  opacity: 1;
  transform: translateX(3px);
}

.footer-links a {
  display: inline-block;
  opacity: 0.92;
}

.footer-contact p {
  margin-bottom: 6px;
  max-width: 350px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.25s ease;
}

.footer-social a i {
  font-size: 16px;
}

.footer-social a:hover {
  background: #fff;
  color: #1f4aa8;
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

@media (max-width: 991px) {
  .hero-video,
  .contact-hero {
    height: 420px;
  }

  .hero-content {
    left: 40px;
    right: 30px;
    bottom: 42px;
  }

  .hero-content h1,
  .page-hero-content h1,
  .company-hero-content h1,
  .contact-hero-content h1 {
    font-size: 38px;
  }

  .hero-content p,
  .page-hero-content p,
  .company-hero-content p,
  .contact-hero-content p {
    font-size: 16px;
  }

  .intro-stats,
  .about-grid,
  .contact-cards,
  .about-values-grid,
  .president-message,
  .company-profile-card,
  .company-stat-grid,
  .khulan-detail,
  .company-feature-grid,
  .international-brand-band,
  .international-video-grid,
  .international-news-strip,
  .international-operations,
  .international-info-grid {
    grid-template-columns: 1fr;
  }

  .international-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .khulan-branches-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .khulan-current {
    grid-template-columns: 1fr;
  }

  .khulan-current-copy-secondary,
  .khulan-current-gallery-secondary,
  .khulan-current-gallery-tertiary {
    grid-column: auto;
    grid-row: auto;
  }

  .khulan-training-row {
    grid-template-columns: 1fr;
  }

  .khulan-current-gallery {
    grid-auto-rows: 145px;
  }

  .khulan-awards-intro {
    grid-template-columns: 1fr;
  }

  .khulan-showcase-slider {
    height: 420px;
  }

  .international-showcase .khulan-showcase-slider {
    height: 360px;
  }

  .khulan-uul-showcase .khulan-showcase-slider {
    height: 360px;
  }

  .khulan-showcase-logo {
    width: 150px;
    height: 150px;
    bottom: -75px;
  }

  .khulan-detail-info {
    padding-top: 0;
  }

  .construction-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 32px;
  }

  .construction-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .construction-service-media {
    height: 320px;
  }

  .construction-value-item:nth-child(4),
  .construction-value-item:nth-child(5) {
    grid-column: auto;
    margin-left: 0;
  }

  .president-message {
    padding: 0 0 28px;
    gap: 26px;
    margin-bottom: 56px;
  }

  .president-content {
    padding: 0 6px;
  }

  .president-content h2 {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.12em;
  }

  .president-content p {
    font-size: 13.5px;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .president-sign {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .president-sign span {
    text-align: left;
  }

  .president-photo,
  .president-photo img {
    min-height: 360px;
  }

  .roadmap-strip {
    padding-inline: 0;
  }

  .khulan-roadmap {
    padding: 32px 22px 40px;
  }

  .khulan-roadmap-canvas {
    min-width: 920px;
  }

  .khulan-roadmap {
    overflow-x: auto;
  }

  .roadmap-canvas {
    max-width: 100%;
    min-height: 360px;
  }

  .roadmap-popup {
    width: 210px;
  }

  .roadmap-node {
    width: clamp(76px, 10vw, 108px);
  }

  .news-card-sm {
    flex-direction: column;
  }

  .news-card-sm img {
    width: 100%;
    min-height: 220px;
  }

  .international-brand-band {
    padding: 24px;
    border-radius: 20px;
  }

  .international-product-grid {
    gap: 10px;
  }

  .international-product-grid img {
    border-radius: 14px;
  }

  .international-news-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .international-news-card img {
    width: 100%;
    height: 220px;
  }

  .international-operations-copy {
    padding: 24px;
  }

  .international-stat-grid {
    grid-template-columns: 1fr;
  }

  .international-info-card {
    padding: 22px;
  }

  .news-body {
    padding: 18px;
  }

  .news-hero,
  .generic-hero,
  .company-hero {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 10px 0;
  }

  .navbar-brand img {
    width: min(260px, 70vw);
    height: auto;
  }

  .navbar-toggler {
    padding: 8px 10px;
  }

  .language-switch {
    width: fit-content;
    margin: 12px 0 0;
  }

  .khulan-showcase {
    margin-bottom: 70px;
  }

  .khulan-showcase-slider {
    height: 330px;
  }

  .international-showcase .khulan-showcase-slider {
    height: 280px;
  }

  .khulan-uul-showcase .khulan-showcase-slider {
    height: 280px;
  }

  .khulan-showcase-caption {
    left: 22px;
    right: 22px;
    bottom: 42px;
    max-width: none;
  }

  .khulan-showcase-caption span {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .khulan-showcase-caption h1 {
    font-size: 29px;
  }

  .khulan-showcase-caption p {
    font-size: 14px;
  }

  .khulan-showcase-logo {
    width: 122px;
    height: 122px;
    bottom: -61px;
    padding: 20px;
  }

  .khulan-slider-arrow {
    width: 24px;
    height: 24px;
  }

  .khulan-detail {
    gap: 28px;
    margin-bottom: 42px;
  }

  .khulan-detail-copy h1 {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .twintown-page .khulan-detail-copy h1 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
  }

  .twintown-page .khulan-showcase-caption h1 {
    font-size: 26px;
    line-height: 1.22;
  }

  .khulan-detail-copy p {
    font-size: 14px;
    line-height: 1.72;
    text-align: left;
  }

  .construction-values {
    padding: 52px 0 10px;
  }

  .construction-services {
    padding: 52px 0 8px;
  }

  .construction-values-head {
    margin-bottom: 34px;
  }

  .construction-values-head span {
    width: 190px;
    margin-bottom: 18px;
  }

  .construction-values-head h2 {
    font-size: 27px;
  }

  .construction-values-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .construction-services-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .construction-service-media {
    height: 270px;
  }

  .construction-service-card h3,
  .construction-service-card h4 {
    min-height: 84px;
    padding: 18px 20px;
    font-size: 17px;
  }

  .construction-value-item {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .construction-value-item i {
    font-size: 34px;
  }

  .construction-value-item h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .construction-value-item p {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-timeline-preview {
    padding: 30px 16px 34px;
    border-radius: 0 0 24px 24px;
  }

  .about-timeline-head h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .roadmap-strip {
    padding: 18px 0 0;
    overflow: visible;
  }

  .roadmap-canvas {
    width: 100%;
    max-width: none;
    min-height: 0;
    aspect-ratio: auto;
    display: grid;
    gap: 12px;
    padding-left: 0;
  }

  .roadmap-canvas::before,
  .roadmap-path,
  .roadmap-circle,
  .roadmap-dot,
  .roadmap-popup {
    display: none;
  }

  .roadmap-node,
  .node-top,
  .node-bottom,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6,
  .node-7,
  .node-8,
  .node-9 {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "year"
      "summary";
    gap: 10px;
    align-items: start;
    justify-items: start;
    padding: 18px 16px 20px;
    border: 1px solid rgba(215, 169, 63, 0.2);
    border-radius: 18px;
    background: rgba(215, 169, 63, 0.07);
    transform: none;
    text-align: left;
  }

  .roadmap-node::before {
    content: "";
    position: absolute;
    left: 56px;
    top: -13px;
    bottom: -13px;
    width: 2px;
    background: rgba(215, 169, 63, 0.28);
    transform: none;
  }

  .roadmap-node:first-of-type::before {
    top: 50%;
  }

  .roadmap-node:last-of-type::before {
    bottom: 50%;
  }

  .roadmap-logo,
  .node-top .roadmap-logo,
  .node-bottom .roadmap-logo {
    grid-area: logo;
    order: initial;
    width: 96px;
    height: 46px;
    z-index: 1;
    justify-content: flex-start;
  }

  .roadmap-logo img,
  .logo-khulan img,
  .logo-efes img,
  .logo-mgl img,
  .logo-international img,
  .logo-ecohome img,
  .logo-twintown img,
  .logo-mustache img,
  .logo-construction img,
  .logo-tanenkh img {
    width: 92px;
    height: 42px;
    max-width: 100%;
    object-fit: contain;
  }

  .logo-mgl img,
  .logo-twintown img,
  .logo-mustache img,
  .logo-tanenkh img {
    width: 104px;
  }

  .roadmap-year,
  .node-top .roadmap-year,
  .node-bottom .roadmap-year {
    grid-area: year;
    order: initial;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    z-index: 1;
    width: 100%;
  }

  .roadmap-summary,
  .node-top .roadmap-summary,
  .node-bottom .roadmap-summary {
    grid-area: summary;
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-radius: 12px;
    background: transparent;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: none;
    transition: none;
    z-index: 2;
  }

  .roadmap-node:hover .roadmap-summary,
  .roadmap-node:focus-visible .roadmap-summary,
  .roadmap-node:focus-within .roadmap-summary {
    max-height: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }

  .khulan-roadmap {
    padding: 28px 16px 30px;
    overflow: visible;
    border-radius: 24px;
  }

  .khulan-branches {
    margin-top: 42px;
  }

  .khulan-current {
    margin-top: 42px;
    padding: 22px;
    border-radius: 20px;
  }

  .khulan-current-copy h2 {
    font-size: 22px;
  }

  .khulan-current-points {
    grid-template-columns: 1fr;
  }

  .khulan-awards-grid {
    grid-template-columns: 1fr;
  }

  .khulan-award-card,
  .khulan-awards-intro > div {
    padding: 20px;
  }

  .khulan-awards-intro span {
    font-size: 44px;
  }

  .khulan-current-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .khulan-current-gallery img,
  .khulan-current-gallery-secondary img {
    grid-column: auto;
    grid-row: auto;
    height: 220px;
  }

  .khulan-current-gallery-secondary {
    grid-auto-rows: auto;
  }

  .khulan-branches-head {
    margin-bottom: 22px;
  }

  .khulan-branches-head h2 {
    font-size: 28px;
    padding-bottom: 12px;
  }

  .khulan-branches-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .khulan-branch-card {
    padding: 16px;
    border-radius: 16px;
  }

  .khulan-branch-card h3 {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .khulan-branch-card img {
    height: 220px;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  .khulan-branch-card li {
    font-size: 13px;
    line-height: 1.45;
  }

  .khulan-roadmap-head h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .khulan-roadmap-canvas {
    min-width: 0;
    height: auto;
    margin-top: 24px;
    display: grid;
    gap: 12px;
  }

  .khulan-roadmap-canvas::after,
  .khulan-road-path {
    display: none;
  }

  .khulan-road-node,
  .road-node-1,
  .road-node-2,
  .road-node-3,
  .road-node-4,
  .road-node-5,
  .road-node-6,
  .road-node-7,
  .road-node-8,
  .road-node-9,
  .road-node-10 {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto;
    min-height: 82px;
    display: grid;
    grid-template-columns: 78px 1fr;
    grid-template-areas:
      "year label"
      "popup popup";
    gap: 14px;
    align-items: center;
    padding: 14px 14px 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    transform: none;
    text-align: left;
  }

  .khulan-road-node::before {
    content: "";
    position: absolute;
    left: 55px;
    top: -13px;
    bottom: -13px;
    width: 2px;
    background: rgba(255, 255, 255, 0.16);
  }

  .khulan-road-node:first-of-type::before {
    top: 50%;
  }

  .khulan-road-node:last-of-type::before {
    bottom: 50%;
  }

  .khulan-road-node strong {
    grid-area: year;
    min-width: 66px;
    min-height: 42px;
    padding: 8px 10px;
    font-size: 18px;
    z-index: 1;
  }

  .khulan-road-node span {
    grid-area: label;
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
    z-index: 1;
  }

  .khulan-road-popup,
  .road-node-1 .khulan-road-popup,
  .road-node-9 .khulan-road-popup,
  .road-node-10 .khulan-road-popup {
    grid-area: popup;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 220px;
    margin-top: 8px;
    padding: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: none;
  }

  .hero-video {
    height: 300px;
  }

  .hero-content {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .hero-content h1 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .section-heading h2,
  .intro-strip h2,
  .section-title {
    font-size: 28px;
  }

  .news-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-card-lg img {
    min-height: 280px;
  }

  .news-overlay h3 {
    font-size: 20px;
  }

  .contact-card {
    padding: 28px 20px;
    border-right: none;
    border-bottom: 1px solid #ececec;
    min-height: auto;
  }

  .contact-card:last-child {
    border-bottom: none;
  }
}

.news-pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.news-pagination {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.news-page-link {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #d7deea;
  background: #fff;
  color: #132d72;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.news-page-link:hover {
  border-color: #d7a93f;
  color: #132d72;
  transform: translateY(-1px);
}

.news-page-link.active {
  background: #132d72;
  border-color: #132d72;
  color: #fff;
}

.timeline-section {
  padding: 44px 0 96px;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.timeline-list {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 110px;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #d7a93f, rgba(11, 31, 91, 0.16));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 28px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-year {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #132d72;
  font-size: 18px;
  font-weight: 800;
  border: 2px solid #d7a93f;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.timeline-card {
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.timeline-card p,
.timeline-card li {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.85;
}

.timeline-card ul {
  margin: 0;
  padding-left: 20px;
}

.timeline-card li + li {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .timeline-list {
    padding-left: 0;
  }

  .timeline-list::before {
    left: 16px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 46px;
  }

  .timeline-year {
    min-height: 40px;
    width: fit-content;
  }
}

@media (hover: none) {
  .biz-card:active,
  .news-card-lg:active,
  .news-card-sm:active,
  .news-item:active,
  .company-feature-card:active,
  .khulan-award-card:active,
  .khulan-awards-intro:active,
  .construction-service-card:active,
  .president-message:active,
  .president-photo:active,
  .international-brand-band:active,
  .international-video-card:active,
  .international-news-card:active,
  .international-operations-copy:active,
  .international-stat-card:active,
  .international-info-card:active,
  .khulan-info-row:active,
  .khulan-social-links a:active {
    transform: translateY(-6px);
    border-color: rgba(168, 207, 69, 0.34);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  }

  .biz-arrow:active,
  .news-more:active,
  .khulan-info-row a:active,
  .breadcrumb-wrap a:active,
  .btn-back:active,
  .footer-links a:active {
    color: var(--accent);
  }

  .khulan-info-row:active,
  .khulan-social-links a:active {
    background: rgba(215, 169, 63, 0.12);
    color: #9f6b08;
  }

  .khulan-info-row:active i,
  .khulan-social-links a:active i,
  .about-value-card:active .about-value-icon,
  .company-feature-card:active i,
  .international-info-card:active i,
  .khulan-award-card:active i {
    transform: scale(1.06);
    background: #a8cf45;
    color: #fff;
  }

  .khulan-awards-intro:active i {
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 12px 24px rgba(168, 207, 69, 0.28);
  }

  .khulan-awards-intro:active span {
    transform: translateY(-2px);
    color: #a8cf45;
  }

  .khulan-showcase-logo:active {
    transform: translateX(-50%) translateY(-4px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.24);
  }

  .khulan-showcase-logo:active img,
  .roadmap-logo:active img,
  .company-profile-logos img:active,
  .construction-logo-badge:active img {
    animation: logo-spin-clockwise 0.9s linear infinite;
    filter: saturate(1.08);
  }

  .construction-service-card:active::after {
    opacity: 1;
    transform: translateX(100%);
  }

  .construction-service-card:active .construction-service-media img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.04);
  }

  .international-product-grid img:active {
    transform: translateY(-5px) scale(1.03);
    filter: saturate(1.08) contrast(1.03);
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.16);
  }

  .international-news-card:active img {
    transform: scale(1.04);
    filter: saturate(1.08) contrast(1.03);
  }

  .construction-service-card:active h3,
  .construction-service-card:active h4 {
    color: #d7a93f;
  }

  .president-photo:active img {
    transform: scale(1.035);
    filter: saturate(1.05) contrast(1.02);
  }

  .about-value-card:active {
    background: rgba(168, 207, 69, 0.08);
  }

  .about-value-card:active .about-value-body h3 {
    color: #132d72;
  }

  .khulan-road-node:active .khulan-road-popup,
  .roadmap-node:active .roadmap-popup,
  .roadmap-node:active .roadmap-summary {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .roadmap-node:active .roadmap-year {
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.38);
  }
}
