@keyframes ke-rot {
  to {
    transform: rotate(360deg);
  }
}
@keyframes keEsgShine {
  0% {
    transform: translateX(-20%) rotate(18deg);
    opacity: 0;
  }
  20%,
  60% {
    opacity: 0.9;
  }
  to {
    transform: translateX(160%) rotate(18deg);
    opacity: 0;
  }
}
@keyframes keEsgPulse {
  0%,
  to {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.7;
  }
}
@keyframes keDrift {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes pfPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
  70%,
  to {
    transform: translate(-50%, -50%) scale(1.75);
    opacity: 0;
  }
}
@keyframes keTlIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes keFloat {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes keIconFloat {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes keGlowPulse {
  0%,
  to {
    transform: scale(0.98);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}
@keyframes keFloatWatermark {
  0%,
  to {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-12px) rotate(-8deg);
  }
}
@keyframes keMapPing {
  0% {
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0;
  }
  15% {
    opacity: 0.55;
  }
  to {
    transform: translate(-50%, -50%) scale(1.35);
    opacity: 0;
  }
}
@keyframes keDotPulse {
  0%,
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 1;
  }
}
@keyframes keMapFloat {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes sseLivePulse {
  0%,
  to {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
}
@keyframes kaGridMove {
  to {
    background-position:
      72px 72px,
      72px 72px;
  }
}
@keyframes kaRingSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes kaStkBack {
  0%,
  to {
    transform: rotate(5deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(-8px);
  }
}
@keyframes kaStkMid {
  0%,
  to {
    transform: rotate(2deg) translateY(0);
  }
  50% {
    transform: rotate(2deg) translateY(-5px);
  }
}
@keyframes kaFloat {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes kaCueDrop {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  40% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
  41% {
    transform-origin: bottom;
  }
  to {
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
  }
}
@keyframes kaHvcBg {
  0%,
  to {
    transform: rotate(5deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(-7px);
  }
}
@keyframes kaHvcMid {
  0%,
  to {
    transform: rotate(2deg) translateY(0);
  }
  50% {
    transform: rotate(2deg) translateY(-4px);
  }
}
@keyframes keCardFadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes keSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ke-pop-in {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes ke-fade-up {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ke-marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes kcRingPulse {
  0%,
  to {
    opacity: 0.25;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.02);
  }
}
@keyframes tnSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes tnSpinReverse {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes tnTicker {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
:root {
  --ke-gold: #d6b34a;
  --ke-gold-dim: rgba(214, 179, 74, 0.08);
  --ke-gold-border: rgba(214, 179, 74, 0.25);
  --ke-dark: #050807;
  --ke-border-soft: rgba(255, 255, 255, 0.08);
  --ke-border: rgba(255, 255, 255, 0.12);
  --ke-border-strong: rgba(255, 255, 255, 0.18);
  --ke-glass: rgba(255, 255, 255, 0.05);
  --ke-glass-strong: rgba(255, 255, 255, 0.08);
  --ke-text: rgba(255, 255, 255, 0.92);
  --ke-text-muted: rgba(255, 255, 255, 0.6);
  --ke-text-dim: rgba(255, 255, 255, 0.4);
  --ke-radius-sm: 12px;
  --ke-radius: 16px;
  --ke-radius-lg: 22px;
}
.ke-subtitle {
  color: var(--ke-text-dim);
  font-size: 0.92rem;
  line-height: 1.82;
  margin: 0;
}
.ke-accent-green {
  color: #4ee18f;
}
.ke-accent-gold {
  color: var(--ke-gold);
}
.ke-ev-pagination .swiper-pagination-bullet,
.tp-service-cst-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px !important;
}
.tp-service-cst-thumb {
  background: #111;
  min-height: 180px;
}
.tp-portfolio-creative-item {
  background: #07100c;
}
.ke-card-mobile-img-wrap {
  background: #111;
}
[role="combobox"]:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--ke-gold, #d6b34a);
  outline-offset: 2px;
}
.ke-btn-pill:focus-visible,
.ke-footer-social:focus-visible,
.ke-lang-toggle:focus-visible {
  outline: 2px solid var(--ke-gold);
  outline-offset: 2px;
}
.ke-icon-sm {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ke-icon-badge-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
}
.ke-icon-badge-sub {
  margin: 0;
  font-size: 0.63rem;
  color: var(--ke-text-dim);
}
.ke-pill-sm {
  font-size: 0.65rem;
  color: var(--ke-text-dim);
}
.ke-ic-gold {
  background: rgba(242, 207, 74, 0.12);
  border-color: rgba(242, 207, 74, 0.2);
}
.ke-ic-blue {
  background: rgba(99, 160, 255, 0.1);
  border-color: rgba(99, 160, 255, 0.2);
  color: #6fa3e8;
}
.ke-ic-red {
  background: rgba(255, 120, 100, 0.08);
  border-color: rgba(255, 120, 100, 0.18);
  color: #e07060;
}
.ke-ic-yellow {
  background: rgba(242, 207, 74, 0.1);
  border-color: rgba(242, 207, 74, 0.22);
  color: #c9a800;
}
.ke-mobile-stat h3 {
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  line-height: 1;
  margin: 0;
}
.ke-mobile-stat span {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-top: 4px;
}
.ke-btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: var(--ke-gold);
  text-decoration: none;
  padding: 13px 26px;
  border: 1px solid rgba(214, 179, 74, 0.25);
  border-radius: 999px;
  background: 0 0;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}
.ke-btn-pill:hover {
  background: rgba(214, 179, 74, 0.1);
  border-color: rgba(214, 179, 74, 0.45);
  color: var(--ke-gold);
}
.ke-btn-pill svg {
  width: 16px;
  height: 10px;
}
.ke-btn-pill-green,
.ke-btn-pill-green:hover {
  border-color: transparent;
  color: #0a1410 !important;
}
.ke-btn-pill-green {
  background: var(--tp-common-green-2, #ffd500);
  font-weight: 700;
}
.ke-btn-pill-green:hover {
  background: #e6c000;
}
.ke-btn-pill-green svg path {
  fill: #0a1410;
}
@media (max-width: 767.98px) {
  .ke-btn-pill,
  .ke-btn-pill-green {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 12px 20px;
  }
}
.tp-main-menu nav > ul > li {
  margin: 0 22px;
}
.tp-main-menu nav > ul > li > a {
  font-size: 15px;
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.25s ease;
}
.ke-lang-switch {
  position: relative;
  z-index: 1001;
}
.ke-lang-switch--nav {
  margin-left: 16px;
  flex-shrink: 0;
}
.ke-lang-flag,
.ke-lang-toggle {
  display: flex;
  align-items: center;
}
.ke-lang-toggle {
  gap: 5px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 5px 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.6);
}
.ke-lang-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.ke-lang-flag {
  font-size: 0.85rem;
  line-height: 1;
}
.ke-lang-emoji {
  font-size: 0.9rem;
  line-height: 1;
}
.ke-lang-code {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ke-lang-caret {
  transition: transform 0.2s ease;
  opacity: 0.4;
}
.ke-lang-switch.open .ke-lang-caret {
  transform: rotate(180deg);
}
.ke-lang-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 130px;
  background: rgba(15, 20, 16, 0.96);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all 0.2s ease;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
.ke-lang-switch.open .ke-lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ke-lang-option {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.15s ease;
}
.ke-lang-option:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.ke-lang-option.active {
  background: rgba(78, 225, 143, 0.1);
  color: var(--ke-gold, #d4a843);
  pointer-events: none;
}
.ke-lang-option .ke-lang-emoji {
  flex-shrink: 0;
}
.ke-footer {
  background:
    radial-gradient(
      900px 400px at 20% 80%,
      rgba(46, 204, 113, 0.06),
      transparent 60%
    ),
    linear-gradient(180deg, #0a1410 0, #07100c 100%);
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  overflow: hidden;
}
.ke-footer-main {
  padding: 60px 0 0;
}
.ke-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ke-border);
}
.ke-footer-logo {
  height: 36px;
  width: auto;
}
.ke-footer-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.ke-footer-title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.1rem;
}
.ke-footer-contact,
.ke-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ke-footer-links li {
  margin-bottom: 0.55rem;
}
.ke-footer-links a {
  font-size: 0.85rem;
  transition: color 0.2s;
}
.ke-footer-bottom a:hover,
.ke-footer-contact a:hover,
.ke-footer-links a:hover,
.ke-footer-social:hover {
  color: var(--ke-gold) !important;
}
.ke-footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}
.ke-footer-contact li i,
.ke-offcanvas-action-btn i {
  color: var(--ke-gold);
  font-size: 0.75rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}
.ke-footer-contact a,
.ke-footer-links a,
.ke-footer-social {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
}
.ke-footer-social {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ke-border);
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 0.8rem;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}
.ke-footer-social:hover {
  background: rgba(255, 213, 0, 0.08);
  border-color: rgba(255, 213, 0, 0.25);
}
.ke-footer-bottom {
  border-top: 1px solid var(--ke-border);
  padding: 1.2rem 0;
}
@media (max-width: 767.98px) {
  .ke-footer-main {
    padding: 36px 0 0;
  }
  .ke-footer-top {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }
  .ke-footer-logo {
    height: 28px;
  }
  .ke-footer-contact li,
  .ke-footer-desc,
  .ke-footer-links a {
    font-size: 0.8rem;
  }
  .ke-footer-title {
    font-size: 0.82rem;
  }
  .ke-footer-bottom {
    text-align: center;
  }
  .ke-footer-bottom .text-md-end {
    text-align: center !important;
  }
}
.ke-offcanvas-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--ke-border);
  margin-bottom: 20px;
}
.ke-offcanvas-action-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--ke-border);
  border-radius: var(--ke-radius-sm);
  color: #fff !important;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.ke-offcanvas-action-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--ke-gold-border);
  color: #fff !important;
}
.ke-offcanvas-action-btn i {
  font-size: 1rem;
  width: 20px;
}
.ke-offcanvas-action-btn strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
}
.ke-offcanvas-action-btn span {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}
.ke-offcanvas-info {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ke-border);
  margin-bottom: 20px;
}
.ke-offcanvas-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
}
.ke-offcanvas-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 16px;
}
.ke-offcanvas-lang-row {
  display: flex;
  gap: 4px;
}
.ke-lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ke-lang-pill.active,
.ke-lang-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.ke-lang-pill.active {
  border-color: rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.tp-portfolio-cst-tag {
  color: #0a1410 !important;
}
.ke-bridge {
  margin-bottom: 50px;
}
.ke-bridge-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 32px;
}
.ke-bridge-text {
  max-width: 720px;
}
.ke-bridge-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--ke-gold);
  margin-bottom: 14px;
}
.ke-bridge-label::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: var(--ke-gold);
  display: inline-block;
}
.ke-bridge-title,
.ke-section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
.ke-bridge-btn {
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .ke-bridge {
    margin-bottom: 30px;
  }
  .ke-bridge-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 24px;
  }
  .ke-bridge-title {
    font-size: clamp(1.25rem, 5vw, 1.6rem) !important;
  }
  .ke-bridge-btn {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding: 11px 20px;
  }
}
.ke-counter-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ke-glass);
  border: 1px solid var(--ke-border);
  border-radius: var(--ke-radius);
  padding: 20px 10px;
  gap: 0;
}
.ke-counter-mobile-item {
  flex: 1;
  text-align: center;
  padding: 0 8px;
}
.ke-counter-mobile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  border-radius: 50%;
  color: #f4d13d;
  background: rgba(244, 209, 61, 0.08);
  border: 1px solid rgba(244, 209, 61, 0.18);
}
.ke-counter-mobile-num {
  font-size: clamp(1.8rem, 7vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0 0 4px;
  letter-spacing: -1px;
}
.ke-counter-mobile-num small {
  font-size: 0.55em;
  color: #f4d13d;
  font-weight: 600;
}
.ke-counter-mobile-label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.3;
}
.ke-counter-mobile--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0;
  background: 0 0;
  border: 0;
}
.ke-card-mobile,
.ke-counter-mobile--grid .ke-counter-mobile-item {
  padding: 18px 12px;
  background: var(--ke-glass);
  border: 1px solid var(--ke-border);
  border-radius: var(--ke-radius);
}
.ke-card-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 14px;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
  height: 100%;
}
.ke-card-mobile:hover {
  border-color: var(--ke-border-strong);
  background: var(--ke-glass-strong);
}
.ke-card-mobile-img {
  width: 80%;
  max-width: 120px;
  height: auto;
  margin-bottom: 14px;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
}
.ke-card-mobile-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ke-gold);
  background: rgba(214, 179, 74, 0.1);
  border: 1px solid rgba(214, 179, 74, 0.2);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.ke-card-mobile-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
*,
::after,
::before {
  font-family: "Inter", sans-serif !important;
}
.fa,
.fa-duotone,
.fa-duotone::before,
.fa-light,
.fa-light::before,
.fa-regular,
.fa-regular::before,
.fa-solid,
.fa-solid::before,
.fa-thin,
.fa-thin::before,
.fa::before,
.fad,
.fad::before,
.fal,
.fal::before,
.far,
.far::before,
.fas,
.fas::before,
.fat,
.fat::before {
  font-family: "Font Awesome 6 Pro" !important;
}
.fa-brands,
.fa-brands::before,
.fab,
.fab::before {
  font-family: "Font Awesome 6 Brands" !important;
}
.bi,
.bi::before {
  font-family: "bootstrap-icons" !important;
}
.accordion-header button,
.ka-hero-title *,
.ke-event-title *,
.ke-fcard h4,
.ke-h,
.ke-hxl *,
.ke-news-title *,
.ke-prd-name,
.ke-seal-num,
.ke-stat-n,
.ke-strip-n,
.ks-title *,
.rk-title *,
.titullKryefaqe *,
.tp-about-2-title,
.tp-counter-cst-content h2,
.tp-counter-cst-content h2 *,
.tp-faq-btn,
.tp-footer-top-title,
.tp-portfolio-cst-title,
.tp-portfolio-slicer-title,
.tp-portfolio-slicer-title *,
.tp-service-cst-title,
h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
  font-family: "Space Grotesk", sans-serif !important;
}
.fs-70 {
  letter-spacing: -0.02em;
}
.fs-70,
.ke-ev__title {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 3.8rem) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}
.tp-portfolio-creative-slider-active
  .swiper-slide:first-child
  .tp-portfolio-slicer-title {
  transform: translateX(0) !important;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-display: swap;
  src: local("Font Awesome 6 Pro");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-display: swap;
  src: local("Font Awesome 6 Brands");
}
.ke-hxl,
.titullKryefaqe {
  letter-spacing: -0.025em;
}
.ka-hero-title,
.kc-hero-h,
.ke-hero-title,
.ke-hxl,
.ks-title,
.rk-h,
.rk-title,
.sh-h1,
.titullKryefaqe,
.tn-hxl {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(2.2rem, 4.5vw, 4rem) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
}
.ka-hero-title,
.ke-hero-title,
.ks-title,
.rk-h,
.rk-title,
.sh-h1,
.tn-hxl {
  letter-spacing: -0.025em;
}
.ke-ev-title {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.ke-article-card h3,
.ke-article-card h3 a,
.ke-ev-title a,
.tp-blog-title,
.tp-blog-title a {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.3;
}
.ke-page-bg,
.pema,
.pyllezimi {
  position: relative;
  background:
    radial-gradient(
      1200px 600px at 50% 30%,
      rgba(46, 204, 113, 0.14),
      rgba(10, 22, 16, 0.96) 60%
    ),
    linear-gradient(180deg, #0a1410 0, #0d1b15 35%, #08110d 100%);
  overflow: hidden;
}
.ke-job-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.ke-event-hero .container,
.ke-future .ke-hero-content,
.ke-historia > .container,
.ke-job-card > *,
.ke-news-hero .container,
.tp-portfolio-creative-content {
  position: relative;
  z-index: 2;
}
.ke-job-card::after {
  right: -34px;
  bottom: -42px;
  width: 176px;
  height: 176px;
  background: url(/assets/img/ikona.svg) no-repeat center/contain;
  opacity: 0;
  transform: rotate(-10deg) scale(0.96);
  transform-origin: 70% 70%;
  filter: blur(0.25px) drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
  z-index: 1;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    filter 0.35s ease;
}
.ke-job-card:hover::after {
  opacity: 0.06;
  transform: rotate(-10deg) scale(1.03);
  filter: blur(0.2px) drop-shadow(0 26px 50px rgba(0, 0, 0, 0.45));
}
.ke-job-card h3,
.tp-blog-banner-area .container,
.tp-cta-wd-shape.ke-map-wrap .ke-map-img {
  position: relative;
  z-index: 3;
}
.ke-job-card h3::before {
  inset: -10px -14px;
  border-radius: 14px;
  z-index: -1;
  opacity: 0.45;
}
.ke-job-icon,
.ke-job-status {
  align-items: center;
  border: 1px solid var(--ke-border);
  color: rgba(255, 255, 255, 0.8);
}
.ke-job-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.ke-job-status {
  display: inline-flex;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
}
.ke-job-status.ke-open {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.35);
  color: #d1fae5;
}
.ke-job-status .ke-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}
.ke-job-kicker {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.55);
}
.ke-sep {
  opacity: 0.45;
  margin: 0 2px;
}
.ke-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ke-chip.ke-chip-deadline {
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.3);
  color: #fef3c7;
}
.ke-job-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ke-job-bullets li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.ke-job-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.6);
}
.ke-job-footer {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 4px;
}
.ke-apply-btn,
.ke-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
}
.ke-link {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  transition:
    color 0.2s ease,
    gap 0.2s ease;
}
.ke-link:hover {
  color: rgba(255, 255, 255, 0.95);
  gap: 12px;
}
.ke-apply-btn {
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  background: #f2cf4a;
  color: #111;
  border: 0;
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}
.ke-apply-btn:hover {
  filter: brightness(0.93);
  transform: translateY(-1px);
  color: #111;
}
.ke-apply-btn,
.ke-wrap,
.ke-wrap .ke-hero {
  position: relative;
  overflow: hidden;
}
.ke-wrap {
  padding: 120px 0;
  background:
    radial-gradient(
      1200px 600px at 50% 30%,
      rgba(46, 204, 113, 0.14),
      rgba(10, 22, 16, 0.96) 60%
    ),
    linear-gradient(180deg, #0a1410 0, #0d1b15 35%, #08110d 100%);
}
.ke-wrap .ke-hero {
  min-height: auto;
  padding-top: 50px;
  border-radius: var(--ke-radius-lg);
  border: 1px solid var(--ke-border);
  background: var(--ke-card);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}
.ke-job-card h3::before,
.ke-job-card::after,
.ke-wrap .ke-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ke-wrap .ke-hero::after {
  inset: 0;
  background:
    radial-gradient(
      700px 260px at 18% 18%,
      rgba(255, 214, 0, 0.12),
      transparent 60%
    ),
    radial-gradient(
      900px 360px at 82%0,
      rgba(255, 255, 255, 0.06),
      transparent 55%
    );
  opacity: 0.95;
}
.ke-wrap .ke-hero-top {
  position: relative;
  z-index: 2;
  padding: 28px 28px 0;
}
.ke-back,
.ke-badge-open {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
}
.ke-badge-open {
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--ke-border);
  background: rgba(34, 197, 94, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  font-size: 13px;
}
.ke-badge-open .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15);
}
.ke-back {
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 900;
}
.ke-back:hover {
  border-color: rgba(255, 255, 255, 0.22);
}
.ke-title {
  position: relative;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.05;
  margin: 14px 0 10px;
  letter-spacing: -0.4px;
}
.ke-h::after,
.ke-title::after {
  content: "";
  display: block;
  border-radius: 999px;
}
.ke-title::after {
  width: 140px;
  height: 4px;
  margin-top: 14px;
  background: rgba(255, 214, 0, 0.75);
  box-shadow: 0 10px 35px rgba(255, 214, 0, 0.15);
}
.ke-sub {
  color: var(--ke-muted);
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 72ch;
}
.ke-facts {
  position: relative;
  z-index: 2;
  padding: 0 28px 26px;
}
.ke-wrap .ke-card {
  position: relative;
  border-radius: var(--ke-radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  overflow: hidden;
}
.ke-wrap .ke-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow:
    0 0 0 1px rgba(255, 214, 0, 0.35),
    0 18px 55px rgba(255, 214, 0, 0.08);
}
.ke-wrap .ke-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}
.ke-wrap .ke-card:hover::after {
  opacity: 1;
}
.ke-ic,
.ke-wrap .ke-card,
.ke-wrap .ke-section {
  border: 1px solid var(--ke-border);
}
.ke-ic,
.ke-label {
  color: rgba(255, 255, 255, 0.92);
}
.ke-ic {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: var(--ke-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.ke-label {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 2px;
}
.ke-val {
  color: var(--ke-muted);
  font-size: 14px;
}
.ke-wrap .ke-section {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  padding: 26px;
}
.ke-h {
  position: relative;
  font-size: 20px;
  letter-spacing: -0.2px;
}
.ke-field,
.ke-ul {
  color: #fff;
}
.ke-h::after {
  width: 44px;
  height: 3px;
  background: rgba(255, 214, 0, 0.65);
  margin-top: 10px;
  opacity: 0.9;
}
.ke-form {
  border-radius: 20px;
  border: 1px solid var(--ke-border);
  background: rgba(255, 255, 255, 0.03);
  padding: 26px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}
.form-label {
  font-weight: 900;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 8px;
}
.form-text {
  color: var(--ke-muted2);
}
.form-control,
textarea.form-control {
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.form-control::placeholder,
textarea.form-control::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}
.form-control:hover,
textarea.form-control:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.form-control:focus,
textarea.form-control:focus {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 214, 0, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(255, 214, 0, 0.12) !important;
  outline: 0 !important;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(15, 15, 15, 0.95) inset !important;
  box-shadow: 0 0 0 1000px rgba(15, 15, 15, 0.95) inset !important;
  transition: background-color 9999s ease-in-out 0s;
}
.ke-field {
  position: relative;
}
.ke-field i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.55;
  pointer-events: none;
}
.ke-field:focus-within i {
  opacity: 0.95;
  color: var(--ke-yellow);
}
.ke-input {
  padding-left: 44px !important;
}
.ke-wrap .ke-btn,
.ke-wrap .ke-btn-ghost {
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ke-wrap .ke-btn {
  border: 0;
  background: var(--ke-yellow);
  color: #111;
  position: relative;
  overflow: hidden;
}
.ke-wrap .ke-btn:hover {
  filter: brightness(0.95);
}
.ke-wrap .ke-btn::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -30%;
  width: 60%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  opacity: 0;
  transition:
    opacity 0.25s ease,
    left 0.6s ease;
}
.ke-wrap .ke-btn:hover::after {
  opacity: 0.9;
  left: 110%;
}
.ke-wrap .ke-btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.ke-wrap .ke-btn-ghost {
  border: 1px solid var(--ke-border-strong);
  background: 0 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.ke-wrap .ke-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.24);
}
.ke-file-drop {
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.02);
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}
.ke-file-drop:hover {
  border-color: rgba(255, 214, 0, 0.6);
  background: rgba(255, 214, 0, 0.04);
}
.ke-file-drop input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.ke-file-drop label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  margin: 0;
  user-select: none;
}
.ke-file-drop i {
  font-size: 28px;
  color: var(--ke-yellow);
}
.ke-file-drop small {
  color: rgba(255, 255, 255, 0.6);
}
.ke-file-name {
  margin-top: 10px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: none;
}
.ke-err {
  margin-top: 6px;
  font-size: 13px;
  color: var(--ke-danger);
}
.ke-invalid .form-control,
.ke-invalid textarea.form-control {
  border-color: rgba(255, 120, 120, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(255, 120, 120, 0.1) !important;
}
.ke-form-alert {
  border: 1px solid var(--ke-border);
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--ke-radius);
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.88);
  display: none;
}
.ke-form-alert.success {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.08);
}
.ke-form-alert.error {
  border-color: rgba(255, 120, 120, 0.35);
  background: rgba(255, 120, 120, 0.08);
}
.ke-spin {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.35);
  border-top-color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  animation: ke-rot 0.8s linear infinite;
}
.ke-alert {
  border-radius: var(--ke-radius);
  border: 1px solid var(--ke-border);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.8);
}
.ke-ec {
  --ke-bg: #07160f;
  --ke-bg2: #0b2016;
  --ke-soft: #f6fbf8;
  --ke-card: rgba(255, 255, 255, 0.06);
  --ke-stroke: rgba(255, 255, 255, 0.12);
  --ke-text: rgba(255, 255, 255, 0.9);
  --ke-muted: rgba(255, 255, 255, 0.65);
  --ke-accent: #28a745;
}
.ke-ec-hero {
  background: #000;
}
.ke-ec-hero-bg {
  position: absolute;
  inset: 0;
  background: url(https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=2200&q=70)
    center/cover no-repeat;
  transform: scale(1.02);
}
.ke-ec-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      1200px 600px at 20% 30%,
      rgba(40, 167, 69, 0.2),
      transparent 55%
    ),
    linear-gradient(
      180deg,
      rgba(7, 22, 15, 0.35) 0,
      rgba(7, 22, 15, 0.78) 70%,
      rgba(7, 22, 15, 0.92) 100%
    );
}
.min-vh-75 {
  min-height: 75vh;
}
.ke-ec-eyebrow {
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--ke-border-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  letter-spacing: 0.2px;
}
.ke-ec-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--ke-border);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
}
.ke-ec-scroll {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  opacity: 0.85;
}
.ke-ec-media {
  min-height: 360px;
  background: #e9ecef;
}
.ke-ec-feature {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: var(--ke-radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}
.ke-ec-ic {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 167, 69, 0.12);
  color: var(--ke-accent);
  flex: 0 0 auto;
  font-size: 1.05rem;
}
.ke-ec-soft {
  background: var(--ke-soft);
}
.ke-ec-card,
.ke-ec-counter {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}
.ke-ec-card i,
.ke-ec-counter i {
  font-size: 1.6rem;
  color: var(--ke-accent);
}
.ke-ec-counter {
  padding: 22px 18px;
}
.ke-ec-counter i {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.ke-ec-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.05;
}
.ke-ec-compare {
  position: relative;
  height: 420px;
  background: #e9ecef;
  user-select: none;
  touch-action: none;
  cursor: ew-resize;
}
.ke-ec-compare-img,
.ke-future .ke-hero video,
.sh-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ke-ec-compare-after {
  position: absolute;
  inset: 0;
  overflow: visible;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
  pointer-events: none;
}
.ke-ec-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  pointer-events: none;
}
.ke-ec-compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.ke-ec-compare-knob {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  cursor: grab;
  pointer-events: auto;
}
.ke-ec-compare-knob:active,
.ke-ec-compare.is-dragging .ke-ec-compare-knob {
  cursor: grabbing;
}
.ke-ec-mini {
  max-width: 360px;
}
.ke-ec-quote {
  background: linear-gradient(180deg, #fff 0, #f7fbf9 100%);
}
.ke-ec-quote-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  position: relative;
}
.ke-ec-quote-ic {
  position: absolute;
  top: 18px;
  left: 18px;
  color: rgba(40, 167, 69, 0.25);
  font-size: 7rem;
}
.ke-future {
  --ke-bg: #07160f;
  --ke-bg2: #0b2016;
  --ke-surface: rgba(255, 255, 255, 0.06);
  --ke-stroke: rgba(255, 255, 255, 0.12);
  --ke-text: rgba(255, 255, 255, 0.92);
  --ke-muted: rgba(255, 255, 255, 0.66);
  --ke-accent: #28a745;
  --ke-sun: #ffcc4d;
  --ke-wind: #7de3ff;
  --ke-radius-xl: 24px;
  --ke-radius-lg: 18px;
  --ke-radius-md: 14px;
  --ke-shadow-1: 0 14px 34px rgba(0, 0, 0, 0.16);
  --ke-shadow-2: 0 22px 60px rgba(0, 0, 0, 0.2);
  --ke-space-1: 0.75rem;
  --ke-space-2: 1rem;
  --ke-space-3: 1.5rem;
  --ke-space-4: 2rem;
  --ke-space-5: 3rem;
  --ke-max: 1120px;
  --ke-dur-1: 420ms;
  --ke-dur-2: 650ms;
  --ke-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
.ke-future-bg {
  background:
    radial-gradient(
      1200px 600px at 50% 20%,
      rgba(46, 204, 113, 0.14),
      rgba(10, 22, 16, 0.96) 60%
    ),
    linear-gradient(180deg, var(--ke-bg) 0%, var(--ke-bg2) 100%);
  color: var(--ke-text);
}
.ke-eyebrow,
.ke-glass {
  background: rgba(255, 255, 255, 0.06);
}
.ke-eyebrow {
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--ke-border-strong);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.ke-glass {
  border-radius: var(--ke-radius-lg);
  box-shadow: var(--ke-shadow-1);
}
.ke-future .ke-hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding: 130px 0 50px;
}
.ke-future .ke-hero video,
.sh-hero video {
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.05);
}
.ke-future .ke-hero-fallback {
  position: absolute;
  inset: 0;
  background: url(/assets/img/future-hero-fallback.jpg) center/cover no-repeat;
}
.ke-future .ke-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      900px 420px at 30% 25%,
      rgba(255, 204, 77, 0.16),
      transparent 60%
    ),
    radial-gradient(
      900px 420px at 70% 35%,
      rgba(125, 227, 255, 0.1),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      rgba(7, 22, 15, 0.28) 0,
      rgba(7, 22, 15, 0.72) 65%,
      rgba(7, 22, 15, 0.92) 100%
    );
}
.ke-future .ke-hero-title {
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(2.2rem, 4.5vw, 4rem) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.025em;
}
.ke-future .ke-hero-sub {
  max-width: 720px;
}
.ke-scrollcue {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  opacity: 0.9;
}
.ke-iconbox {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--ke-border);
  background: rgba(255, 255, 255, 0.06);
}
.ke-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--ke-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.1);
}
.ke-icon.sun {
  color: var(--ke-sun);
}
.ke-icon.wind {
  color: var(--ke-wind);
}
.ke-counter i,
.ke-icon.green {
  color: var(--ke-accent);
}
.ke-hybrid {
  background:
    radial-gradient(
      900px 420px at 20% 40%,
      rgba(255, 204, 77, 0.1),
      transparent 60%
    ),
    radial-gradient(
      900px 420px at 80% 35%,
      rgba(125, 227, 255, 0.1),
      transparent 60%
    ),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--ke-radius-xl);
  box-shadow: var(--ke-shadow-1);
}
.ke-impact {
  background: #f6fbf8;
  color: #0b2016;
}
.ke-impact .ke-section-title,
.ke-impact h2 {
  color: #0b2016 !important;
}
.ke-impact .ke-micro {
  color: rgba(11, 32, 22, 0.65);
}
.ke-impact .ke-eyebrow {
  color: #0b2016;
  border-color: rgba(11, 32, 22, 0.15);
  background: rgba(40, 167, 69, 0.1);
}
.ke-counter {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--ke-radius);
  padding: 16px 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.ke-counter i {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.ke-num {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 4px;
}
.ke-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity var(--ke-dur-1) ease,
    transform var(--ke-dur-1) var(--ke-ease);
  will-change: opacity, transform;
}
.ke-reveal.is-in {
  opacity: 1;
}
.ke-reveal.is-in,
.sh-reveal.is-in {
  transform: translateY(0);
}
.js-reveal.is-in,
[data-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}
.shmel {
  --bg: #0b0f14;
  --bg2: #111827;
  --paper: #ffffff;
  --paper2: #f7f7f9;
  --text: #111827;
  --muted: rgba(17, 24, 39, 0.68);
  --accent: #ffb300;
  --accent2: #ff4d4d;
  --stroke: rgba(17, 24, 39, 0.1);
  --r-xl: 28px;
  --r-lg: 20px;
  --r-md: 16px;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  --shadow2: 0 26px 70px rgba(0, 0, 0, 0.2);
  --dur: 480ms;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
.sh-hero {
  background:
    radial-gradient(
      900px 420px at 30% 20%,
      rgba(255, 179, 0, 0.18),
      transparent 60%
    ),
    radial-gradient(
      900px 420px at 70% 30%,
      rgba(255, 77, 77, 0.1),
      transparent 60%
    ),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  color: #fff;
}
.sh-hero video {
  opacity: 0.55;
}
.sh-quick {
  background: var(--paper2);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.sh-locator {
  background: var(--sh-dark, #1f1712);
}
.sh-reveal {
  transition:
    opacity 0.45s ease,
    transform 0.45s var(--ease);
  will-change: opacity, transform;
}
.tp-cta-wd-shape.ke-map-wrap .ke-map-dot {
  background: #235686;
}
.ke-historia {
  --bg: #07160f;
  --bg2: #0b2016;
  --card: rgba(255, 255, 255, 0.06);
  --card2: rgba(255, 255, 255, 0.035);
  --stroke: rgba(255, 255, 255, 0.12);
  --text: rgba(255, 255, 255, 0.9);
  --muted: rgba(255, 255, 255, 0.65);
  --accent: #7cffb8;
  --accent2: #2fe39b;
  background:
    url(https://kastrati.al/wp-content/uploads/2024/09/DJI_20240717151319_0255_D-min-1-scaled.jpg)
      center/cover fixed,
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 55%, var(--bg) 100%);
  color: var(--text);
  position: relative;
  overflow: hidden;
}
.ke-historia::after,
.ke-historia::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ke-historia::before {
  inset: -40%;
  background:
    radial-gradient(600px 380px at 30% 20%, #7cffb8, transparent 10%),
    radial-gradient(520px 360px at 75% 70%, #2ee39b, transparent 10%);
  filter: blur(8px);
  opacity: 0.9;
}
.ke-historia::after {
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 22, 15, 0.8) 0,
    rgba(11, 32, 22, 0.95) 45%,
    rgba(7, 22, 15, 0.96) 100%
  );
}
.ke-pill {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  letter-spacing: 0.2px;
}
.ke-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow:
    0 0 0 6px rgba(124, 255, 184, 0.12),
    0 0 18px rgba(124, 255, 184, 0.22);
}
.ke-timeline {
  position: relative;
  overflow: hidden;
  padding: 40px 0 20px;
}
.ke-timeline__line {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(124, 255, 184, 0.12);
  z-index: 0;
}
.ke-timeline__track {
  display: flex;
  gap: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}
.ke-timeline__item {
  flex: 0 0 280px;
  padding: 0 12px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: keTlIn 0.5s ease forwards;
}
.ke-timeline__item:nth-child(1) {
  animation-delay: 0.05s;
}
.ke-timeline__item:nth-child(2) {
  animation-delay: 0.1s;
}
.ke-timeline__item:nth-child(3) {
  animation-delay: 0.15s;
}
.ke-timeline__item:nth-child(4) {
  animation-delay: 0.2s;
}
.ke-timeline__item:nth-child(5) {
  animation-delay: 0.25s;
}
.ke-timeline__item:nth-child(6) {
  animation-delay: 0.3s;
}
.ke-timeline__item:nth-child(7) {
  animation-delay: 0.35s;
}
.ke-timeline__item:nth-child(8) {
  animation-delay: 0.4s;
}
.ke-timeline__item:nth-child(9) {
  animation-delay: 0.45s;
}
.ke-timeline__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0b2016;
  border: 3px solid rgba(124, 255, 184, 0.5);
  margin: 0 auto 6px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.ke-timeline__item:hover .ke-timeline__dot {
  background: #7cffb8;
  box-shadow: 0 0 16px rgba(124, 255, 184, 0.5);
  transform: scale(1.3);
}
.ke-timeline__dot--now {
  background: #7cffb8;
  border-color: #7cffb8;
  box-shadow:
    0 0 0 6px rgba(124, 255, 184, 0.15),
    0 0 20px rgba(124, 255, 184, 0.3);
}
.ke-timeline__year {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(124, 255, 184, 0.7);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.ke-timeline__card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--ke-radius);
  padding: 1.2rem;
  transition: all 0.3s ease;
}
.ke-timeline__item:hover .ke-timeline__card {
  border-color: rgba(124, 255, 184, 0.25);
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}
.ke-timeline__card--now {
  background: linear-gradient(
    135deg,
    rgba(124, 255, 184, 0.08),
    rgba(255, 255, 255, 0.04)
  );
  border-color: rgba(124, 255, 184, 0.2);
}
.ke-timeline__card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.3;
}
.ke-timeline__card p {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0 0 10px;
}
.ke-timeline__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(124, 255, 184, 0.7);
  background: rgba(124, 255, 184, 0.08);
  border: 1px solid rgba(124, 255, 184, 0.15);
  padding: 3px 10px;
  border-radius: 20px;
}
.ke-timeline__tag i {
  font-size: 0.6rem;
}
.ke-timeline__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.ke-timeline__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.8rem;
}
.ke-timeline__btn:hover {
  background: rgba(124, 255, 184, 0.12);
  border-color: rgba(124, 255, 184, 0.3);
  color: #7cffb8;
}
@media (max-width: 575.98px) {
  .ke-timeline__item {
    flex: 0 0 240px;
  }
  .ke-timeline__card {
    padding: 1rem;
  }
  .ke-timeline__card h3 {
    font-size: 0.85rem;
  }
}
.ke-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.ke-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  line-height: 1.6;
}
.ke-list li strong {
  color: #fff;
  font-weight: 800;
}
.ke-check {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 18px;
  background: rgba(124, 255, 184, 0.16);
  border: 1px solid rgba(124, 255, 184, 0.3);
  box-shadow: 0 0 0 6px rgba(124, 255, 184, 0.06);
  position: relative;
}
.ke-check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  transform: rotate(45deg);
}
.ke-historia .ke-card--old img {
  filter: grayscale(0.4) brightness(0.9);
}
.ke-historia .ke-card--now img {
  filter: none;
}
.ke-historia .ke-card--old .ke-historia .ke-watermark {
  opacity: 0.05;
}
.ke-historia .ke-card--now .ke-historia .ke-watermark {
  opacity: 0.12;
}
.ke-tl__item--final .ke-final-head {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 22px;
  margin-bottom: 10px;
  z-index: 5;
}
.ke-tl__item--final .ke-final-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1px;
  bottom: 1px;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.ke-tl__item--final .ke-final-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent, #7cffb8);
  box-shadow:
    0 0 0 6px rgba(124, 255, 184, 0.12),
    0 0 18px rgba(124, 255, 184, 0.2);
  z-index: 2;
}
.ke-tl__item--final .ke-year--now {
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--ke-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ke-tl__item--final .ke-historia .ke-card--now {
  border: 1px solid rgba(124, 255, 184, 0.26);
  box-shadow:
    0 30px 110px rgba(124, 255, 184, 0.1),
    0 18px 60px rgba(0, 0, 0, 0.45);
}
.js-reveal,
[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  will-change: opacity, transform;
}
.sherbimet-tona footer {
  display: none;
}
.sherbimet-tona main {
  margin-top: 100px;
}
.tp-portfolio-area.tp-portfolio-elegant {
  position: relative;
  background: #070b09;
  overflow: hidden;
}
.tp-portfolio-area.tp-portfolio-elegant::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(
      1200px 520px at 35% 25%,
      rgba(18, 74, 50, 0.55),
      transparent 60%
    ),
    radial-gradient(
      900px 420px at 70% 55%,
      rgba(12, 52, 38, 0.55),
      transparent 65%
    ),
    radial-gradient(
      700px 320px at 85% 20%,
      rgba(255, 210, 94, 0.1),
      transparent 55%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.92));
  filter: saturate(1.05);
  z-index: 0;
}
.inside-post::after,
.tp-portfolio-area.tp-portfolio-elegant::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-size: 240px 240px;
}
.tp-portfolio-area.tp-portfolio-elegant::after {
  background-image:
    radial-gradient(
      circle at 10% 20%,
      rgba(255, 255, 255, 0.05) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(255, 255, 255, 0.04) 0 1px,
      transparent 2px
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(255, 255, 255, 0.03) 0 1px,
      transparent 2px
    );
  opacity: 0.15;
  z-index: 0;
}
.ke-cards-page .ke-watermark > *,
.tp-blog-banner-area img,
.tp-portfolio-area.tp-portfolio-elegant > .container-fluid {
  position: relative;
  z-index: 1;
}
.tp-portfolio-content {
  margin-top: 14px;
  text-align: center;
}
.tp-portfolio-content span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e9f3ec;
  padding-bottom: 10px;
  opacity: 0.95;
}
.tp-portfolio-content span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(255, 210, 94, 0),
    rgba(255, 210, 94, 0.85),
    rgba(255, 210, 94, 0)
  );
  border-radius: 4px;
  opacity: 0.9;
}
.tp-portfolio-md-item:hover .tp-portfolio-content span {
  color: #ffd25e;
  transition: all 0.35s ease;
}
.tp-portfolio-md-item:hover .tp-portfolio-content span::after {
  width: 58px;
  opacity: 1;
  transition: all 0.35s ease;
}
.ke-sticky-col {
  position: relative;
}
.ke-sticky-box {
  position: sticky;
  top: 110px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.inside-post {
  background:
    radial-gradient(
      800px 500px at 15% 10%,
      rgba(255, 214, 102, 0.08),
      transparent 60%
    ),
    radial-gradient(
      900px 600px at 85% 20%,
      rgba(40, 167, 69, 0.1),
      transparent 65%
    ),
    linear-gradient(180deg, #0b0f0d 0, #0f1512 50%, #0b0f0d 100%);
  color: rgba(255, 255, 255, 0.88);
}
.inside-post::after {
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.inside-post,
.ke-cards-page .ke-watermark,
.ke-ev-section,
.tp-blog-banner-area,
.tp-counter-cst-final,
.tp-event-card,
.tp-portfolio-creative-item.image-bg {
  position: relative;
  overflow: hidden;
}
.tp-blog-banner-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 48, 42, 0.45);
  z-index: 2;
}
.tp-event-card {
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid var(--ke-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transform: translateY(0);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    opacity 0.35s ease;
  opacity: 0.92;
}
.tp-event-card::after,
.tp-event-card::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.tp-event-card::before {
  inset: 0;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 214, 0, 0.1),
    rgba(255, 255, 255, 0.1)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
}
.tp-event-card::after {
  inset: -1px;
  opacity: 0;
  transition: opacity 0.35s ease;
  box-shadow:
    0 0 0 1px rgba(255, 214, 0, 0.4),
    0 18px 55px rgba(255, 214, 0, 0.1);
}
.tp-event-card:focus-within,
.tp-event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.18);
  opacity: 1;
}
.tp-event-card:focus-within::after,
.tp-event-card:hover::after {
  opacity: 1;
}
.tp-event-icon {
  width: 60px;
  height: 60px;
  border-radius: var(--ke-radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--ke-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
}
.tp-event-icon i {
  font-size: 30px;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.92);
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    color 0.35s ease;
}
.tp-event-card:focus-within .tp-event-icon,
.tp-event-card:hover .tp-event-icon {
  background: rgba(255, 214, 0, 0.08);
  border-color: rgba(255, 214, 0, 0.35);
  transform: translateY(-1px);
}
.tp-event-card:focus-within .tp-event-icon i,
.tp-event-card:hover .tp-event-icon i {
  transform: scale(1.15);
  opacity: 1;
  color: #ffd600;
}
.tp-event-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2px;
}
.tp-event-value {
  color: rgba(255, 255, 255, 0.7);
}
.ke-ev {
  --bg-0: #07160f;
  --bg-1: #0b2016;
  --bg-2: #07160f;
  --card: rgba(255, 255, 255, 0.06);
  --card2: rgba(255, 255, 255, 0.035);
  --stroke: rgba(255, 255, 255, 0.14);
  --text: rgba(255, 255, 255, 0.9);
  --muted: rgba(255, 255, 255, 0.7);
  --muted2: rgba(255, 255, 255, 0.52);
  --accent: #7cffb8;
  --accent2: #2fe39b;
  --gold: #ffd25e;
  color: var(--text);
  background: var(--bg-0);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.ke-ev__container {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}
.ke-ev__hero {
  position: relative;
  padding: 110px 0 70px;
  background: linear-gradient(
    180deg,
    var(--bg-0) 0%,
    var(--bg-1) 55%,
    var(--bg-2) 100%
  );
}
.ke-ev__hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      70% 60%at 60% 20%,
      rgba(124, 255, 184, 0.1),
      transparent 70%
    ),
    radial-gradient(
      55% 50%at 20% 85%,
      rgba(46, 227, 155, 0.08),
      transparent 70%
    ),
    radial-gradient(
      45% 40%at 85% 70%,
      rgba(255, 210, 94, 0.07),
      transparent 70%
    );
  opacity: 0.85;
}
.ke-ev__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--ke-border-strong);
  background: rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  letter-spacing: 0.2px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.3);
}
.ke-ev__dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--accent);
  box-shadow:
    0 0 0 6px rgba(124, 255, 184, 0.14),
    0 0 18px rgba(124, 255, 184, 0.22);
}
.ke-ev__title {
  margin: 18px 0 14px;
  letter-spacing: -0.02em;
  color: #fff;
}
.ke-ev__title-accent {
  display: inline-block;
  color: var(--accent);
  text-shadow: 0 0 22px rgba(124, 255, 184, 0.22);
}
.ke-ev__lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.65;
  max-width: 58ch;
}
.ke-ev__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.4px;
  border: 1px solid transparent;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
  user-select: none;
}
.ke-ev__btn--primary {
  background: linear-gradient(135deg, #7cffb8, #2ee39b);
  color: #08120c;
  box-shadow:
    0 16px 44px rgba(46, 227, 155, 0.18),
    0 10px 26px rgba(0, 0, 0, 0.28);
}
.ke-ev__btn--ghost:hover,
.ke-ev__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 20px 54px rgba(46, 227, 155, 0.24),
    0 12px 30px rgba(0, 0, 0, 0.34);
}
.ke-ev__btn--ghost {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ke-ev__btn--ghost:hover {
  border-color: rgba(124, 255, 184, 0.34);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
}
.ke-ev__btn-arrow {
  font-size: 14px;
  opacity: 0.9;
}
.ke-ev__meta-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: var(--ke-radius);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid var(--ke-border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.ke-ev__meta-item:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 255, 184, 0.18);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34);
}
.ke-ev__meta-ic {
  width: 42px;
  height: 42px;
  border-radius: var(--ke-radius-sm);
  display: grid;
  place-items: center;
  background: rgba(124, 255, 184, 0.1);
  border: 1px solid rgba(124, 255, 184, 0.18);
  box-shadow: 0 0 0 7px rgba(124, 255, 184, 0.06);
  flex: 0 0 auto;
}
.ke-ev__meta-ic svg {
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.92);
}
.ke-ev__meta-item strong {
  display: block;
  color: #fff;
  font-size: 16px;
}
.ke-ev__floating-sub,
.ke-ev__meta-sub {
  color: var(--muted2);
  font-size: 12.8px;
  margin-top: 2px;
}
.ke-ev__hero-right {
  position: relative;
}
.ke-ev__floating-card {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--ke-border);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  animation: keFloat 6s ease-in-out infinite;
}
.ke-ev__floating-card:nth-child(2) {
  animation-delay: -2s;
}
.ke-ev__floating-ic {
  width: 42px;
  height: 42px;
  border-radius: var(--ke-radius-sm);
  display: grid;
  place-items: center;
  background: rgba(255, 210, 94, 0.1);
  border: 1px solid rgba(255, 210, 94, 0.18);
  box-shadow: 0 0 0 7px rgba(255, 210, 94, 0.06);
}
.ke-ev__floating-ic svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.ke-ev__floating-card strong {
  color: #fff;
  font-size: 16px;
}
.ke-ev__section {
  padding: 70px 0;
  background: linear-gradient(180deg, #0b2016 0, #07160f 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ke-ev__h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}
.ke-ev__p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  font-size: 1.05rem;
}
.ke-ev__ic {
  width: 42px;
  height: 42px;
  border-radius: var(--ke-radius);
  display: grid;
  place-items: center;
  background: rgba(124, 255, 184, 0.1);
  border: 1px solid rgba(124, 255, 184, 0.18);
}
.ke-ev__ic svg {
  width: 22px;
  height: 22px;
  color: #fff;
}
.ke-ev__calc-section {
  border-top: 1px solid rgba(78, 225, 143, 0.08);
}
.ke-calc {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ke-calc__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.6rem;
}
.ke-calc__input-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ke-calc__range {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  outline: 0;
}
.ke-calc__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4ee18f, #2ecc71);
  cursor: pointer;
  box-shadow: 0 0 12px rgba(78, 225, 143, 0.4);
  border: 2px solid #0a1410;
}
.ke-calc__range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4ee18f, #2ecc71);
  cursor: pointer;
  box-shadow: 0 0 12px rgba(78, 225, 143, 0.4);
  border: 2px solid #0a1410;
}
.ke-calc__range-value {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  min-width: 80px;
  text-align: right;
}
.ke-calc__range-value span {
  color: #4ee18f;
  font-size: 1.1rem;
}
.ke-calc__fuel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ke-calc__fuel {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ke-calc__fuel i {
  font-size: 0.9rem;
}
.ke-calc__fuel:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.ke-calc__fuel.active {
  background: rgba(78, 225, 143, 0.1);
  border-color: rgba(78, 225, 143, 0.35);
  color: #4ee18f;
}
.ke-calc-results {
  display: flex;
  flex-direction: column;
}
.ke-calc-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.3rem;
  text-align: center;
  height: 100%;
}
.ke-calc-stat__icon {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5rem;
}
.ke-calc-stat--green {
  border-color: rgba(78, 225, 143, 0.2);
}
.ke-calc-stat--green .ke-calc-stat__icon,
.ke-calc-stat--green .ke-calc-stat__value {
  color: #4ee18f;
}
.ke-calc-stat--outline {
  background: 0 0;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.1);
}
.ke-calc-stat__value {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.ke-calc-stat__unit {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 2px;
}
.ke-calc-stat__label {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.4rem;
}
.ke-calc-compare {
  padding: 1rem 0;
}
.ke-calc-bar__track {
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  display: flex;
}
.ke-calc-bar__fill {
  height: 100%;
  transition: width 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #0a1410;
}
.ke-calc-bar__fill--fuel {
  background: linear-gradient(90deg, #ef4444, #f97316);
  border-radius: 8px 0 0 8px;
}
.ke-calc-bar__fill--ev {
  background: linear-gradient(90deg, #4ee18f, #2ecc71);
  border-radius: 0 8px 8px 0;
}
.ke-calc-bar__labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.ke-calc-bar__saved {
  background: rgba(78, 225, 143, 0.12);
  color: #4ee18f;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.65rem;
}
.ke-calc-cta {
  margin-top: auto;
  padding-top: 1rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .ke-calc {
    padding: 1.4rem;
  }
  .ke-calc-stat {
    padding: 1rem;
  }
  .ke-calc-stat__value {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .ke-calc__fuel-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  .ke-calc__fuel {
    padding: 8px 10px;
    font-size: 0.72rem;
  }
}
.ke-ev__cta2 {
  padding: 70px 0 80px;
  background: linear-gradient(180deg, #07160f 0, #050a08 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ke-ev .ke-card,
.ke-ev__cta2-inner {
  border: 1px solid var(--ke-border);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.03)
  );
  overflow: hidden;
}
.ke-ev__cta2-inner {
  position: relative;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.55);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: center;
}
.ke-ev__cta2-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.ke-ev__cta2-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--accent);
  box-shadow:
    0 0 0 6px rgba(124, 255, 184, 0.14),
    0 0 18px rgba(124, 255, 184, 0.25);
}
.ke-ev__cta2-title {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
}
.ke-ev__cta2-text {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  font-size: 16px;
  max-width: 70ch;
}
.ke-ev__cta2-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.ke-ev__cta2-right {
  position: relative;
  min-height: 220px;
  display: grid;
  place-items: center;
}
.ke-ev__cta2-icon {
  width: min(280px, 90%);
  height: auto;
  display: block;
  opacity: 0.95;
  filter: drop-shadow(0 18px 50px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 26px rgba(124, 255, 184, 0.18));
  transform: translateZ(0);
}
.ke-ev__cta2-glow {
  position: absolute;
  inset: -35%;
  z-index: -1;
  background:
    radial-gradient(
      closest-side,
      rgba(124, 255, 184, 0.22),
      rgba(124, 255, 184, 0) 62%
    ),
    radial-gradient(
      closest-side,
      rgba(255, 210, 94, 0.1),
      rgba(255, 210, 94, 0) 70%
    );
  filter: blur(18px);
  opacity: 0.85;
}
.ke-ev__cta2-inner::before {
  content: "";
  position: absolute;
  inset: -60px;
  background:
    radial-gradient(
      circle at 15% 30%,
      rgba(124, 255, 184, 0.1),
      transparent 55%
    ),
    radial-gradient(
      circle at 85% 75%,
      rgba(255, 210, 94, 0.08),
      transparent 60%
    );
  pointer-events: none;
  opacity: 0.6;
  filter: blur(10px);
}
.ke-ev-icon {
  position: relative;
  width: 452px;
  max-width: 100%;
  display: grid;
  place-items: center;
  isolation: isolate;
  margin: auto;
}
.ke-ev-icon::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  background:
    radial-gradient(
      closest-side,
      rgba(124, 255, 184, 0.2),
      rgba(124, 255, 184, 0) 62%
    ),
    radial-gradient(
      closest-side,
      rgba(46, 227, 155, 0.1),
      rgba(46, 227, 155, 0) 68%
    );
  filter: blur(16px);
  opacity: 0.9;
}
.ke-ev-icon__img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.88;
  filter: brightness(0.92) contrast(0.98)
    drop-shadow(0 10px 26px rgba(0, 0, 0, 0.35))
    drop-shadow(0 0 26px rgba(124, 255, 184, 0.16));
  animation: keIconFloat 6.2s ease-in-out infinite;
}
.ke-ev-icon__glow {
  position: absolute;
  inset: -22%;
  z-index: -2;
  background:
    radial-gradient(
      closest-side,
      rgba(124, 255, 184, 0.14),
      rgba(124, 255, 184, 0) 62%
    ),
    radial-gradient(
      closest-side,
      rgba(255, 210, 94, 0.08),
      rgba(255, 210, 94, 0) 65%
    );
  filter: blur(18px);
  opacity: 0.85;
  animation: keGlowPulse 3.2s ease-in-out infinite;
}
.ke-ev-icon:hover .ke-ev-icon__img {
  opacity: 0.92;
  filter: brightness(0.95) contrast(1)
    drop-shadow(0 14px 34px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 34px rgba(124, 255, 184, 0.22));
  transform: scale(1.01);
}
.ke-ev .ke-card {
  border-radius: 20px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.ke-ev .ke-card:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 255, 184, 0.22);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
}
.ke-card__head {
  display: flex;
  gap: 14px;
  padding: 18px 18px 14px;
  align-items: flex-start;
}
.ke-card__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--ke-radius-sm);
  display: grid;
  place-items: center;
  background: rgba(124, 255, 184, 0.12);
  border: 1px solid rgba(124, 255, 184, 0.18);
  flex: 0 0 auto;
}
.ke-card__icon svg {
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.92);
}
.ke-card__title {
  margin: 0 0 6px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 1.15rem;
}
.ke-card__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  font-size: 0.88rem;
}
.ke-card__body {
  padding: 0 18px 18px;
}
.ke-ev .ke-btn-ghost,
.ke-ev .ke-btn-primary {
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-weight: 800;
}
.ke-ev .ke-btn-primary {
  border: 0;
  color: #08120c !important;
  background: linear-gradient(135deg, #7cffb8, #2ee39b);
  box-shadow: 0 14px 36px rgba(46, 227, 155, 0.18);
}
.ke-ev .ke-btn-ghost {
  color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.ke-ev .ke-card--accent {
  border-color: rgba(124, 255, 184, 0.2);
}
.ke-ev .ke-card--accent .ke-card__icon {
  background: rgba(255, 210, 94, 0.1);
  border-color: rgba(255, 210, 94, 0.18);
}
.ke-card__features {
  list-style: none;
  padding: 0;
  margin: 14px 0 18px;
  display: grid;
  gap: 10px;
}
.ke-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}
.ke-card__check {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(124, 255, 184, 0.18);
  color: #7cffb8;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  box-shadow:
    0 0 0 6px rgba(124, 255, 184, 0.08),
    0 6px 16px rgba(0, 0, 0, 0.35);
}
@media (max-width: 991.98px) {
  .ke-ev__hero {
    padding: 130px 0 50px;
  }
  .ke-ev__title {
    font-size: clamp(1.8rem, 5vw, 2.4rem) !important;
  }
  .ke-ev__lead {
    font-size: 15px;
  }
  .ke-ev__pill {
    font-size: 12px;
    padding: 8px 12px;
  }
  .ke-ev__meta-item {
    padding: 10px 12px;
  }
  .ke-ev__meta-ic {
    width: 40px;
    height: 40px;
  }
  .ke-ev__floating-ic svg,
  .ke-ev__meta-ic svg {
    width: 20px;
    height: 20px;
  }
  .ke-ev__floating-card strong,
  .ke-ev__meta-item strong {
    font-size: 16px;
  }
  .ke-ev__meta-sub {
    font-size: 12px;
  }
  .ke-ev-icon {
    width: 280px;
  }
  .ke-ev__floating-card {
    padding: 10px 12px;
  }
  .ke-ev__floating-ic {
    width: 40px;
    height: 40px;
  }
  .ke-ev__section {
    padding: 50px 0;
  }
  .ke-ev__h2 {
    font-size: 28px;
  }
  .ke-ev__p {
    font-size: 0.92rem;
  }
  .ke-card__head {
    padding: 16px 16px 12px;
  }
  .ke-card__title {
    font-size: 1.2rem !important;
  }
  .ke-card__features li,
  .ke-card__sub {
    font-size: 0.88rem;
  }
  .ke-card__body {
    padding: 0 16px 16px;
  }
  .ke-card__icon {
    width: 42px;
    height: 42px;
  }
  .ke-card__icon svg {
    width: 22px;
    height: 22px;
  }
  .ke-ev__cta2 {
    padding: 50px 0 60px;
  }
  .ke-ev__cta2-inner {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    border-radius: var(--ke-radius-lg);
  }
  .ke-ev__cta2-right {
    min-height: 140px;
    order: -1;
  }
  .ke-ev__cta2-icon {
    width: min(180px, 70%);
  }
  .ke-ev__cta2-title {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
  }
  .ke-ev__cta2-text {
    font-size: 14px;
  }
  .ke-ev__cta2-actions {
    flex-direction: column;
  }
  .ke-ev__btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .ke-ev__hero {
    padding: 110px 0 40px;
  }
  .ke-ev__title {
    font-size: clamp(1.5rem, 7vw, 2rem) !important;
  }
  .ke-ev__pill {
    font-size: 11px;
    padding: 7px 10px;
    gap: 8px;
  }
  .ke-ev__dot {
    width: 8px;
    height: 8px;
  }
  .ke-ev__lead {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px !important;
  }
  .ke-ev__hero-right {
    margin-top: 20px;
  }
  .ke-ev-icon {
    width: 200px;
    margin: 0 auto;
  }
  .ke-ev__frame-glow {
    display: none;
  }
  .ke-ev__floating-card {
    border-radius: var(--ke-radius-sm);
  }
  .ke-ev__floating-card strong {
    font-size: 14px;
  }
  .ke-ev__floating-sub {
    font-size: 11px;
  }
  .ke-ev__floating-ic {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .ke-ev__floating-ic svg {
    width: 16px;
    height: 16px;
  }
  .ke-ev__meta-item {
    border-radius: var(--ke-radius-sm);
  }
  .ke-ev__meta-item strong {
    font-size: 15px;
  }
  .ke-ev__meta-ic {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    box-shadow: none;
  }
  .ke-card__icon svg,
  .ke-ev__meta-ic svg {
    width: 18px;
    height: 18px;
  }
  .ke-ev__section {
    padding: 40px 0;
  }
  .ke-ev__h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .ke-ev .ke-card {
    border-radius: var(--ke-radius);
  }
  .ke-card__head {
    padding: 14px 14px 10px;
    gap: 10px;
  }
  .ke-card__title {
    font-size: 1rem !important;
  }
  .ke-card__sub {
    font-size: 0.82rem;
  }
  .ke-card__body {
    padding: 0 14px 14px;
  }
  .ke-card__features {
    gap: 8px;
    margin: 10px 0 14px;
  }
  .ke-card__features li {
    font-size: 0.82rem;
    gap: 8px;
  }
  .ke-card__check {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    font-size: 11px;
  }
  .ke-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .ke-ev__cta2 {
    padding: 40px 0 50px;
  }
  .ke-ev__cta2-inner {
    padding: 20px 16px;
    border-radius: var(--ke-radius);
  }
  .ke-ev__cta2-right {
    min-height: 100px;
  }
  .ke-ev__cta2-icon {
    width: min(140px, 60%);
  }
  .ke-ev__cta2-badge {
    font-size: 11px;
    padding: 6px 10px;
  }
  .ke-ev__cta2-title {
    font-size: clamp(1.1rem, 5vw, 1.5rem);
  }
  .ke-ev__cta2-text {
    font-size: 13px;
  }
  .ke-ev__btn {
    font-size: 12px;
    padding: 11px 14px;
  }
}
.ke-cards-page {
  --ke-bg: #11302a;
  --ke-gold: #ffd600;
  --ke-text: rgba(255, 255, 255, 0.92);
  --ke-muted: rgba(255, 255, 255, 0.72);
  --ke-surface: rgba(0, 0, 0, 0.16);
  --ke-surface-2: rgba(0, 0, 0, 0.22);
  --ke-surface-3: rgba(255, 255, 255, 0.03);
  --ke-border: rgba(255, 255, 255, 0.1);
  --ke-border-2: rgba(255, 255, 255, 0.12);
  --ke-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  --ke-r-xxl: 24px;
  --ke-r-xl: 22px;
  --ke-r-lg: 18px;
  --ke-r-md: 16px;
  --ke-r-pill: 999px;
  --ke-ease: ease;
  --ke-t: 0.18s var(--ke-ease);
  --ke-mark-url: url("assets/img/ikona.svg");
  background:
    radial-gradient(
      1200px 600px at 20% -10%,
      rgba(255, 214, 0, 0.08),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 85% 10%,
      rgba(255, 214, 0, 0.05),
      transparent 55%
    ),
    var(--ke-bg);
}
.ke-cards-page * {
  box-sizing: border-box;
}
.ke-cards-page a,
main.shmel-premium a {
  text-decoration: none;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.ke-hero-title {
  color: #fff;
}
.ke-hero-sub {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.8);
}
.ke-hero-trust {
  gap: 10px;
  flex-wrap: wrap;
}
.ke-chip {
  border-radius: var(--ke-r-pill);
  border: 1px solid var(--ke-border);
  background: rgba(255, 255, 255, 0.02);
  font-weight: 600;
}
.ke-cards-page .ke-btn-ghost,
.ke-cards-page .ke-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--ke-r-pill);
  text-decoration: none;
  transition:
    transform var(--ke-t),
    box-shadow var(--ke-t),
    background var(--ke-t),
    border-color var(--ke-t),
    filter var(--ke-t);
  will-change: transform;
}
.ke-cards-page .ke-btn-primary {
  background: var(--ke-gold);
  color: #111;
  padding: 12px 16px;
  font-weight: 700;
  box-shadow: 0 18px 50px rgba(255, 214, 0, 0.12);
}
.ke-cards-page .ke-btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 22px 60px rgba(255, 214, 0, 0.18);
}
.ke-cards-page .ke-btn-ghost {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.ke-cards-page .ke-btn-ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 214, 0, 0.35);
  background: rgba(255, 214, 0, 0.06);
}
.ke-cards-page .ke-section {
  position: relative;
}
.ke-cards-page .ke-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.7;
}
.mid,
.no,
.ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
}
.ok {
  color: rgba(210, 255, 225, 0.95);
  border-color: rgba(182, 255, 207, 0.2);
  background: rgba(0, 255, 140, 0.06);
}
.mid {
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.no {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.ke-cards-page .ke-watermark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: clamp(140px, 18vw, 260px);
  height: clamp(140px, 18vw, 260px);
  background: var(--ke-mark-url) no-repeat center/contain;
  opacity: 0.06;
  filter: blur(0.2px) drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 0;
}
:root {
  --ke-bg: #07110f;
  --ke-ink: #ffffff;
  --ke-muted: rgba(255, 255, 255, 0.72);
  --ke-muted-2: rgba(255, 255, 255, 0.58);
  --ke-accent: #4ee18f;
  --ke-accent2: #2bd67f;
  --ke-accent-soft: rgba(78, 225, 143, 0.14);
  --ke-border: rgba(255, 255, 255, 0.1);
  --ke-border-strong: rgba(255, 255, 255, 0.16);
  --ke-card-top: rgba(255, 255, 255, 0.035);
  --ke-card-bot: rgba(255, 255, 255, 0.015);
  --ke-radius: 22px;
  --ke-shadow: 0 18px 52px rgba(0, 0, 0, 0.48);
  --ke-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.35);
  --ke-yellow: #f2cf4a;
  --ke-yellow-2: #ffd95a;
  --ke-blur: 16px;
}
.tp-service-cst-item {
  height: 80%;
  display: flex;
  flex-direction: column;
}
.tp-service-cst-content {
  backdrop-filter: blur(100px);
  border-radius: 24px;
  padding: 26px;
  position: absolute;
  margin: 32px 60px 32px 32px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}
.ke-rmap {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  min-height: 400px;
}
.ke-rmap__canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.ke-rmap__svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.ke-rmap__region {
  fill: rgba(78, 225, 143, 0.06);
  fill-opacity: 0.1;
  stroke: rgba(78, 225, 143, 0.2);
  stroke-width: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ke-rmap__region--active,
.ke-rmap__region:hover {
  fill: rgba(78, 225, 143, 0.15);
  fill-opacity: 0.3 !important;
  stroke: rgba(78, 225, 143, 0.6);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 16px rgba(78, 225, 143, 0.25));
}
.ke-rmap__tip {
  position: absolute;
  top: 10px;
  right: 0;
  width: 160px;
  background: rgba(10, 20, 16, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(78, 225, 143, 0.2);
  border-radius: 12px;
  padding: 14px;
  z-index: 5;
  pointer-events: none;
}
.ke-rmap__tip-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.ke-rmap__tip-count {
  font-size: 0.75rem;
  color: #4ee18f;
  font-weight: 700;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ke-rmap__tip-count span {
  font-size: 1.4rem;
}
.ke-rmap__tip-services {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ke-rmap__svc {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
.ke-rmap__svc i {
  font-size: 0.7rem;
  width: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}
.ke-rmap__svc b {
  color: #fff;
  margin-left: auto;
}
.ke-rmap__hint {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 8px;
  letter-spacing: 0.03em;
}
@media (max-width: 991.98px) {
  .ke-rmap {
    max-width: 260px;
  }
  .ke-rmap__tip {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    width: 200px;
    z-index: 9999;
  }
  .ke-rmap__hint {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .ke-rmap {
    max-width: 220px;
  }
}
.tp-cta-wd-shape.ke-map-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  pointer-events: none;
}
.tp-cta-wd-shape.ke-map-wrap .ke-map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-cta-wd-shape.ke-map-wrap .ke-map-img {
  max-width: 90%;
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 18px 60px rgba(0, 0, 0, 0.45));
  transform: translateZ(0);
  animation: keMapFloat 6s ease-in-out infinite;
}
.tp-cta-wd-shape.ke-map-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 380px;
  height: 380px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle at 55% 45%,
    rgba(78, 225, 143, 0.18),
    transparent 60%
  );
  filter: blur(18px);
  opacity: 0.75;
  z-index: 0;
}
.tp-cta-wd-shape.ke-map-wrap::after {
  inset: -10%;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px
  );
  background-size: 3px 3px;
  opacity: 0.06;
  mix-blend-mode: overlay;
  z-index: 1;
}
.tp-cta-wd-shape.ke-map-wrap .ke-map {
  z-index: 2;
}
.tp-cta-wd-shape.ke-map-wrap .ke-map-ring {
  position: absolute;
  left: 62%;
  top: 38%;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: radial-gradient(circle, rgba(78, 225, 143, 0.1), transparent 60%);
  transform: translate(-50%, -50%) scale(0.75);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: keMapPing 2.9s ease-out infinite;
}
.tp-cta-wd-shape.ke-map-wrap .ke-r2 {
  animation-delay: 0.95s;
}
.tp-cta-wd-shape.ke-map-wrap .ke-r3 {
  animation-delay: 1.9s;
}
.tp-cta-wd-shape.ke-map-wrap .ke-map-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4ee18f;
  box-shadow: 0 0 0 6px rgba(78, 225, 143, 0.14);
  z-index: 4;
  transform: translate(-50%, -50%);
  animation: keDotPulse 1.8s ease-in-out infinite;
}
.ke-search-hero {
  max-width: 860px;
}
.ke-glass {
  background: rgba(10, 18, 16, 0.38);
  border: 1px solid var(--ke-border-strong);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(var(--ke-blur));
  -webkit-backdrop-filter: blur(var(--ke-blur));
  border-radius: 20px;
  position: relative;
}
.ke-glass::before,
.ke-search-card::before,
.tp-cta-wd-shape.ke-map-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ke-glass::before {
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.22;
}
.ke-search-card {
  position: relative;
  padding: 36px;
}
.ke-search-card::before {
  left: 14px;
  right: 14px;
  top: 10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(78, 225, 143, 0.9),
    transparent
  );
  opacity: 0.65;
}
.ke-search-top {
  margin-bottom: 12px;
}
.ke-search-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0.2px;
}
.ke-kicker-text {
  opacity: 0.95;
}
.ke-kicker-arrow {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.78);
  transform: translateY(1px);
}
.ke-search-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 10px 0 12px;
}
.ke-input-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 280px;
}
.ke-input-ico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(6, 17, 15, 0.45);
  pointer-events: none;
}
input.ke-input {
  width: 100%;
  height: 48px;
  padding: 0 40px;
  border-radius: var(--ke-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.94);
  color: #06110f;
  font-size: 15px;
  line-height: 1;
  outline: 0;
  transition: 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.ke-input::placeholder {
  color: rgba(6, 17, 15, 0.55);
}
.ke-input:focus {
  border-color: rgba(78, 225, 143, 0.45);
  box-shadow:
    0 0 0 4px rgba(78, 225, 143, 0.12),
    0 10px 22px rgba(0, 0, 0, 0.22);
}
.ke-btn,
.ke-btn-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ke-btn {
  height: 48px;
  border-radius: var(--ke-radius-sm);
  padding: 0 14px;
  gap: 8px;
  font-weight: 800;
  font-size: 14.5px;
  letter-spacing: 0.2px;
  border: 1px solid transparent;
  transition: 0.2s ease;
  white-space: nowrap;
  user-select: none;
}
.ke-btn-ico {
  opacity: 0.95;
}
.ke-btn-primary {
  background: linear-gradient(180deg, #4ee18f, #2eb370);
  color: #06110f;
  border: 0;
  box-shadow:
    0 10px 28px rgba(78, 225, 143, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.ke-btn-primary:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow:
    0 14px 34px rgba(78, 225, 143, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.ke-btn-primary:active {
  transform: translateY(0);
}
.ke-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--ke-border-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.ke-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}
.ke-btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(242, 207, 74, 0.18);
}
.ke-meta.ke-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ke-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}
.ke-chip svg {
  opacity: 0.9;
  width: 14px;
  height: 14px;
  display: block;
}
.ke-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
}
.ke-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.standartet {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      1200px 700px at 50% 45%,
      rgba(46, 204, 113, 0.08) 0,
      rgba(46, 204, 113, 0.04) 28%,
      rgba(10, 22, 16, 0.92) 62%,
      #0a1610 100%
    ),
    linear-gradient(180deg, #07100c 0, #0a1410 18%, #0d1b15 55%, #08110d 100%);
}
.standartet::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(46, 204, 113, 0.25),
    transparent
  );
  opacity: 0.6;
  z-index: 2;
}
.standartet > *,
.tn-cta-left > * {
  position: relative;
  z-index: 3;
}
.tp-footer-top-title {
  font-size: 75px;
}
.aleric-dark .tp-brand-item img {
  filter: brightness(0.9);
}
.sse-parent-crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--ke-border);
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
}
.sse-crumb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5a623;
  box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.18);
  flex-shrink: 0;
}
.sse-hero-logo {
  height: 72px;
  width: auto;
  max-width: 280px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 3px 16px rgba(0, 0, 0, 0.45));
}
.sse-title-accent {
  color: #f5a623;
  display: inline;
}
.sse-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ee18f;
  box-shadow: 0 0 0 4px rgba(78, 225, 143, 0.18);
  animation: sseLivePulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
.sse-flow-section {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.sse-flow-card {
  padding: 20px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--ke-radius);
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.sse-flow-card:hover {
  border-color: rgba(78, 225, 143, 0.2);
  transform: translateY(-3px);
}
.sse-flow-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--ic-color, #fff);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto 12px;
  transition: transform 0.2s ease;
}
.sse-flow-step:hover .sse-flow-icon {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.05),
    0 12px 30px rgba(0, 0, 0, 0.25);
}
.sse-flow-label {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.sse-flow-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.02em;
}
.sse-flow-arrow {
  color: rgba(255, 255, 255, 0.22);
  font-size: 1rem;
  padding: 0 4px;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.sse-project-card,
.sse-project-img {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.sse-project-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
  height: 100%;
}
.sse-project-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 166, 35, 0.28);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
}
.sse-project-img {
  position: relative;
  height: 190px;
}
.sse-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.sse-project-card:hover .sse-project-img img {
  transform: scale(1.06);
}
.sse-project-status,
.sse-project-tag {
  position: absolute;
  top: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}
.sse-project-tag {
  left: 12px;
  background: rgba(245, 166, 35, 0.85);
  color: #07160f;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}
.sse-project-status {
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(10, 20, 16, 0.75);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--ke-border);
  backdrop-filter: blur(8px);
}
.sse-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ee18f;
  box-shadow: 0 0 0 3px rgba(78, 225, 143, 0.2);
  flex-shrink: 0;
}
.sse-project-body {
  padding: 18px;
}
.sse-project-mw {
  font-size: 13px;
  font-weight: 800;
  color: #f5a623;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.1);
  border: 1px solid rgba(245, 166, 35, 0.25);
  white-space: nowrap;
}
.sse-project-stat {
  padding: 10px 12px;
  border-radius: var(--ke-radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ke-border-soft);
  text-align: center;
}
.sse-project-stat-val {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.sse-project-stat-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.07em;
  margin-top: 3px;
}
.sse-kpi-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--ke-border);
  border-radius: 20px;
  padding: 8px;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.sse-kpi-item {
  padding: 22px 20px;
}
.sse-kpi-num {
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1;
}
.sse-kpi-unit {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f5a623;
  letter-spacing: 0.02em;
}
.sse-kpi-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.07em;
  margin-top: 5px;
}
.sse-kpi-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0 20px;
}
.sse-cta-glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(245, 166, 35, 0.14) 0,
    transparent 65%
  );
  pointer-events: none;
}
:root {
  --ka-dark: #0a1410;
  --ka-dark2: #0d1b15;
  --ka-dark3: #0f2018;
  --ka-light: #f4f9f6;
  --ka-light2: #ffffff;
  --ka-ink: #0f2018;
  --ka-ink2: #2c4a3a;
  --ka-muted-l: #4b6b5a;
  --ka-muted-d: rgba(255, 255, 255, 0.72);
  --ka-green: #4ee18f;
  --ka-yellow: #f2cf4a;
  --ka-border-d: rgba(255, 255, 255, 0.14);
  --ka-border-l: rgba(15, 32, 24, 0.1);
  --ka-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  --ka-shadow-d: 0 16px 48px rgba(0, 0, 0, 0.4);
}
.ka-lbl {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.ka-lbl::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
}
.ka-lbl-green {
  color: var(--ka-green);
}
.ka-lbl-dark {
  color: var(--ka-ink2);
}
.ka-title {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.ka-title-dark {
  color: var(--ka-ink);
}
.ka-title-light {
  color: #fff;
}
.ka-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      1200px 600px at 50% 30%,
      rgba(46, 204, 113, 0.15),
      rgba(10, 22, 16, 0.97) 60%
    ),
    linear-gradient(180deg, #0a1410 0, #0d1b15 40%, #08110d 100%);
}
.ka-blob,
.ka-hero-grid {
  position: absolute;
  pointer-events: none;
}
.ka-hero-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(
    ellipse 80% 80%at 50% 50%,
    #000 25%,
    transparent 100%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 80%at 50% 50%,
    #000 25%,
    transparent 100%
  );
  animation: kaGridMove 18s linear infinite;
}
.ka-blob {
  border-radius: 50%;
  filter: blur(28px);
}
.ka-blob-1 {
  width: 340px;
  height: 340px;
  top: 12%;
  left: 6%;
  background: radial-gradient(
    circle,
    rgba(78, 225, 143, 0.12) 0,
    transparent 70%
  );
  animation: keDrift 9s ease-in-out infinite;
}
.ka-blob-2 {
  width: 240px;
  height: 240px;
  top: 55%;
  right: 5%;
  background: radial-gradient(
    circle,
    rgba(242, 207, 74, 0.08) 0,
    transparent 70%
  );
  animation: keDrift 12s ease-in-out infinite reverse;
}
.ka-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(78, 225, 143, 0.1);
}
.ka-ring-1 {
  width: 520px;
  height: 520px;
  top: -130px;
  right: -130px;
  animation: kaRingSpin 32s linear infinite;
}
.ka-ring-2 {
  width: 300px;
  height: 300px;
  bottom: -60px;
  left: 6%;
  animation: kaRingSpin 24s linear infinite reverse;
}
.ka-co h4,
.ka-hero-title {
  color: #fff;
}
.ka-hero-title .ka-accent {
  color: var(--ka-green);
  text-shadow: 0 0 28px rgba(78, 225, 143, 0.2);
}
.ka-hero-lead {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 52ch;
}
.ka-hstat {
  padding: 0.5rem 0 0.5rem 1.1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.12);
}
.ka-hstat strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.ka-hstat small {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-top: 0.15rem;
  display: block;
}
.ka-flt-badge {
  position: absolute;
  border-radius: 14px;
}
.ka-flt-1 {
  animation: kaFloat 5s ease-in-out infinite;
}
.ka-flt-2 {
  animation: kaFloat 7s ease-in-out infinite 1s;
}
.ka-scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ka-scroll-cue span {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(78, 225, 143, 0.55), transparent);
  animation: kaCueDrop 2.2s ease-in-out infinite;
}
.ka-stats-section {
  background: var(--ka-light);
  padding: 4rem 0;
  border-top: 1px solid rgba(15, 32, 24, 0.06);
  border-bottom: 1px solid rgba(15, 32, 24, 0.06);
}
.ka-stat-block {
  padding: 1.5rem 2rem;
  text-align: center;
  position: relative;
}
.ka-stat-block + .ka-stat-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: var(--ka-border-l);
}
.ka-stat-num {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--ka-ink);
}
.ka-stat-accent {
  color: var(--ka-green);
}
.ka-pres-quote cite,
.ka-stat-label {
  display: block;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.ka-stat-label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--ka-muted-l);
}
.ka-stat-sub {
  font-size: 0.82rem;
  color: rgba(15, 32, 24, 0.35);
  margin-top: 0.15rem;
}
.ka-why-section {
  background:
    radial-gradient(
      1000px 500px at 80% 40%,
      rgba(46, 204, 113, 0.1),
      transparent 60%
    ),
    linear-gradient(180deg, #0a1410 0, #0d1b15 100%);
  padding: 6rem 0;
}
.ka-stat-card {
  text-align: center;
  padding: 1.5rem 1rem;
  background: rgba(15, 32, 24, 0.04);
  border: 1px solid rgba(15, 32, 24, 0.08);
  border-radius: var(--ke-radius);
  height: 100%;
}
.ka-stat-card .ka-stat-num {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: var(--ka-ink, #0f2018);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 6px;
}
.ka-stat-card .ka-stat-accent {
  color: var(--ka-green, #1a7a47);
}
.ka-stat-card .ka-stat-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(15, 32, 24, 0.45);
}
.ka-why-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.75rem;
}
.ka-why-head h3 {
  margin: 0 !important;
}
.ka-why-card {
  position: relative;
  overflow: hidden;
  padding: 1.75rem;
  border-radius: var(--ke-radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--ke-border);
  transition:
    transform 0.3s ease,
    border-color 0.3s;
  height: 100%;
}
.ka-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 225, 143, 0.22);
}
.ka-why-bg-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 120px;
  height: 120px;
  opacity: 0.06;
  stroke: currentColor;
  color: #fff;
  pointer-events: none;
}
.ka-why-card--gold .ka-why-bg-icon {
  color: #c9a800;
  opacity: 0.08;
}
.ka-why-card--blue .ka-why-bg-icon {
  color: #6fa3e8;
  opacity: 0.08;
}
.ka-why-card--red .ka-why-bg-icon {
  color: #e07060;
  opacity: 0.08;
}
.ka-why-ic {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: var(--ke-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(78, 225, 143, 0.12);
  color: var(--ka-green, #4ee18f);
  border: 1px solid rgba(78, 225, 143, 0.22);
}
.ka-why-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.ka-why-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}
.ka-mvv .ka-why-head {
  margin-bottom: 0.75rem;
}
.ka-mvv h3 {
  font-size: 1.05rem !important;
  margin: 0 !important;
}
.ka-mvv p {
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
}
@media (max-width: 575.98px) {
  .ka-why-card {
    padding: 1.25rem;
  }
  .ka-why-card h3 {
    font-size: 0.92rem;
  }
  .ka-why-card p {
    font-size: 0.82rem;
  }
  .ka-why-head {
    gap: 10px;
  }
  .ka-why-ic {
    width: 34px;
    height: 34px;
  }
  .ka-why-bg-icon {
    width: 90px;
    height: 90px;
  }
  .ka-stat-card {
    padding: 1.2rem 0.75rem;
  }
  .ka-stat-card .ka-stat-num {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
  .ka-stat-card .ka-stat-label {
    font-size: 0.6rem;
  }
}
.ka-mvv-section {
  background: var(--ka-light2);
  padding: 6rem 0;
  border-top: 1px solid rgba(15, 32, 24, 0.06);
}
.ka-mvv,
.swiper.ka-sg-swiper .swiper-slide {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.ka-mvv {
  padding: 2rem;
  height: 100%;
  background: #fff;
  border: 1px solid var(--ka-border-l);
  box-shadow: var(--ka-shadow);
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
}
.ka-mvv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ka-green), var(--ka-yellow));
  opacity: 0;
  transition: opacity 0.3s;
}
.ka-mvv:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}
.ka-co:hover::after,
.ka-mvv:hover::before {
  opacity: 1;
}
.ka-mvv-ic {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
}
.ka-ic-m {
  background: rgba(78, 225, 143, 0.1);
  border: 1px solid rgba(78, 225, 143, 0.2);
  color: #1a7a47;
}
.ka-ic-v {
  background: rgba(242, 207, 74, 0.1);
  border: 1px solid rgba(242, 207, 74, 0.25);
  color: #9a7200;
}
.ka-ic-w,
.ka-vpill {
  background: rgba(15, 32, 24, 0.06);
  border: 1px solid rgba(15, 32, 24, 0.1);
  color: var(--ka-ink2);
}
.ka-mvv h3 {
  font-weight: 800;
  color: var(--ka-ink);
  margin-bottom: 0.6rem;
}
.ka-mvv p {
  color: var(--ka-muted-l);
  margin: 0;
}
.ka-vpill {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  margin: 0.2rem;
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}
.ka-vpill:hover {
  background: rgba(78, 225, 143, 0.12);
  border-color: rgba(78, 225, 143, 0.3);
  color: #1a7a47;
}
.ka-pres-section {
  background:
    radial-gradient(
      900px 600px at 70% 50%,
      rgba(78, 225, 143, 0.08),
      transparent 65%
    ),
    linear-gradient(180deg, #0d1b15 0, #0a1410 100%);
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}
.ka-co::after,
.ka-pres-topline {
  position: absolute;
  left: 0;
  right: 0;
}
.ka-pres-topline {
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(78, 225, 143, 0.3),
    transparent
  );
}
.ka-pres-photo {
  position: relative;
  border-radius: var(--ke-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(78, 225, 143, 0.18);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  aspect-ratio: 3/4;
}
.ka-pres-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.ka-pres-photo:hover img,
.swiper.ka-sg-swiper .swiper-slide:hover .ka-sg-slide-img,
.tp-service-cst-item--c:hover .tp-service-cst-thumb img {
  transform: scale(1.04);
}
.ka-pres-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 22, 15, 0.82), transparent 55%);
  pointer-events: none;
}
.ka-pres-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(7, 22, 15, 0.85);
  border: 1px solid rgba(78, 225, 143, 0.28);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}
.ka-pres-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ka-green);
  box-shadow: 0 0 0 4px rgba(78, 225, 143, 0.18);
  flex-shrink: 0;
}
.ka-co:hover,
.ka-pres-name-tag {
  background: rgba(255, 255, 255, 0.08);
}
.ka-pres-name-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.ka-pres-name-tag i {
  color: var(--ka-yellow);
}
.ka-pres-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.07;
  margin-bottom: 1.5rem;
}
.ka-pres-title-accent {
  color: var(--ka-green);
}
.ka-pres-lead {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.97rem;
  line-height: 1.85;
  margin-bottom: 0.75rem;
}
.ka-pres-quote {
  border-left: 3px solid var(--ka-green);
  padding-left: 1.5rem;
  margin: 1.75rem 0;
}
.ka-pres-quote p {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.82;
  margin: 0;
}
.ka-pres-quote cite {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
  font-style: normal;
}
.ka-co-section {
  background:
    radial-gradient(
      800px 400px at 20% 60%,
      rgba(46, 204, 113, 0.07),
      transparent 60%
    ),
    linear-gradient(180deg, #0a1410 0, #0c1912 100%);
  padding: 6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.ka-co {
  border-radius: var(--ke-radius);
  padding: 1.4rem 1.3rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.25s,
    transform 0.25s,
    background 0.25s;
}
.ka-co::after {
  content: "";
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ka-green), var(--ka-yellow));
  opacity: 0;
  transition: opacity 0.25s;
}
.ka-co:hover {
  border-color: rgba(78, 225, 143, 0.22);
  transform: translateY(-3px);
}
.ka-co-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: -0.04em;
  line-height: 1;
  position: absolute;
  top: 0.9rem;
  right: 1.1rem;
}
.ka-co-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ka-green);
  box-shadow: 0 0 0 4px rgba(78, 225, 143, 0.14);
  margin-bottom: 0.85rem;
}
.ka-co-dot-y {
  background: var(--ka-yellow);
  box-shadow: 0 0 0 4px rgba(242, 207, 74, 0.14);
}
.ka-co h4 {
  font-size: 0.93rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.ka-co p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.48);
  margin: 0;
  line-height: 1.5;
}
.ka-r {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.ka-r.is-in {
  opacity: 1;
  transform: translateY(0);
}
[data-d="1"] {
  transition-delay: 0.08s;
}
[data-d="2"] {
  transition-delay: 0.16s;
}
[data-d="3"] {
  transition-delay: 0.24s;
}
[data-d="4"] {
  transition-delay: 0.32s;
}
[data-d="5"] {
  transition-delay: 0.4s;
}
.ka-sg-section {
  background: #f4f9f6;
  padding: 6rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(15, 32, 24, 0.07);
}
.ka-sg-outer {
  margin: 0-20px;
  padding: 0 20px;
}
.swiper.ka-sg-swiper {
  overflow: visible;
  padding-bottom: 2rem;
}
.swiper.ka-sg-swiper .swiper-slide {
  width: 55vw;
  max-width: 720px;
  min-width: 280px;
  aspect-ratio: 16/9;
  background: #c8ddd0;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  flex-shrink: 0;
}
.swiper.ka-sg-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.025);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.18);
}
.ka-sg-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.ka-sg-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(7, 22, 15, 0.75) 0,
    rgba(7, 22, 15, 0.05) 50%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.swiper.ka-sg-swiper .swiper-slide-active .ka-sg-slide-overlay,
.swiper.ka-sg-swiper .swiper-slide:hover .ka-sg-slide-overlay {
  opacity: 1;
}
.ka-sg-slide-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ka-green, #4ee18f);
  margin-bottom: 0.35rem;
}
.ka-sg-slide-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}
.ka-sg-swiper .swiper-pagination {
  bottom: 0;
}
.ka-sg-swiper .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: rgba(15, 32, 24, 0.2);
  opacity: 1;
  transition:
    width 0.3s,
    background 0.3s;
}
.ka-sg-swiper .swiper-pagination-bullet-active {
  width: 36px;
  background: #1a7a47;
}
.ka-sg-btn,
.ka-sg-nav {
  display: flex;
  align-items: center;
}
.ka-sg-nav {
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.ka-sg-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(15, 32, 24, 0.1);
  color: var(--ka-ink, #0f2018);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
  flex-shrink: 0;
}
.ka-sg-btn:hover {
  background: var(--ka-green, #4ee18f);
  border-color: transparent;
  color: #0f2018;
  transform: scale(1.05);
}
.ka-sg-btn svg {
  width: 16px;
  height: 16px;
}
.ka-sg-counter {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ka-muted-l, #4b6b5a);
  min-width: 52px;
}
.ka-hero-vid-wrap {
  position: relative;
  height: 440px;
  padding-left: 2.5rem;
}
.ka-hvc-bg {
  top: 2rem;
  right: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transform: rotate(5deg);
  animation: kaHvcBg 7s ease-in-out infinite;
}
.ka-hvc-bg,
.ka-hvc-main,
.ka-hvc-mid {
  position: absolute;
  width: 300px;
  height: 380px;
  border-radius: var(--ke-radius-lg);
}
.ka-hvc-mid {
  top: 1rem;
  right: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(78, 225, 143, 0.12);
  transform: rotate(2deg);
  animation: kaHvcMid 8s ease-in-out infinite 0.5s;
}
.ka-hvc-main {
  top: 0;
  right: 1rem;
  overflow: hidden;
  border: 1px solid rgba(78, 225, 143, 0.28);
  background: #0a1410;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}
.ka-hvc-vid {
  transition: opacity 0.3s ease;
}
.ka-hvc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(7, 22, 15, 0.88) 0,
    rgba(7, 22, 15, 0.2) 55%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 2;
}
.ka-hvc-caption {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
  padding: 0 1.2rem;
  z-index: 3;
}
.ka-hvc-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  background: rgba(78, 225, 143, 0.18);
  border: 1px solid rgba(78, 225, 143, 0.32);
  color: #b2ffd6;
  margin-bottom: 0.45rem;
}
.ka-hvc-title {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  transition: opacity 0.4s ease;
}
.ka-hvc-dots {
  position: absolute;
  bottom: 2.2rem;
  left: 1.2rem;
  display: flex;
  gap: 0.4rem;
  align-items: center;
  z-index: 3;
}
.ka-hvc-dot {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}
.ka-hvc-dot.is-active {
  width: 28px;
  background: var(--ka-green);
}
.ka-hvc-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.1);
}
.ka-hvc-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--ka-green), var(--ka-yellow));
  transition: width 0.12s linear;
  border-radius: 0;
}
.ka-hvc-vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  will-change: opacity;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #0b1710;
}
::-webkit-scrollbar-thumb {
  background: #c8f135;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b5da2e;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #c8f135 #0b1710;
}
.tp-blog-thumb .tp--hover-img {
  height: 320px;
  overflow: hidden;
  border-radius: 10px;
}
.tp-blog-thumb .tp--hover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tp-main-menu nav > ul > li > a:hover {
  color: #ffd500 !important;
}
.ke-share-rail {
  position: sticky;
  top: 130px;
  padding-top: 10px;
}
.ke-share-rail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.ke-share-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.ke-share-rail a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--ke-border);
  transition: 0.25s ease;
  text-decoration: none;
}
.ke-share-rail a:hover {
  color: #050807;
  background: var(--ke-gold);
  border-color: var(--ke-gold);
}
.ke-mobile-share {
  display: none;
  margin-top: 28px;
}
.ke-mobile-share ul,
.ke-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ke-article-card {
  padding: clamp(24px, 3.5vw, 48px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ke-border-soft);
  border-radius: 18px;
}
.ke-article-content,
.ke-article-content p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 19px !important;
  line-height: 1.85 !important;
}
.ke-article-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.ke-article-content p {
  margin: 0 0 1.5em !important;
}
.ke-article-content p:last-child {
  margin-bottom: 0 !important;
}
.ke-article-content h1,
.ke-article-content h2,
.ke-article-content h3,
.ke-article-content h4,
.ke-article-content h5,
.ke-article-content h6 {
  font-family: "Space Grotesk", sans-serif !important;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 2.2em 0 0.8em;
}
.ke-article-content h1:first-child,
.ke-article-content h2:first-child,
.ke-article-content h3:first-child {
  margin-top: 0;
}
.ke-article-content h2 {
  font-size: 1.65em;
  font-weight: 700;
}
.ke-article-content h3 {
  font-size: 1.35em;
  font-weight: 700;
}
.ke-article-content h4 {
  font-size: 1.15em;
  font-weight: 600;
}
.ke-article-content h5 {
  font-size: 1em;
  font-weight: 600;
}
.ke-article-content h6 {
  font-size: 0.9em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
.ke-article-content a {
  color: var(--ke-gold);
  text-decoration: underline;
  text-decoration-color: rgba(214, 179, 74, 0.35);
  text-underline-offset: 3px;
  transition:
    color 0.2s ease,
    text-decoration-color 0.2s ease;
}
.ke-article-content a:hover {
  color: #f0d264;
  text-decoration-color: rgba(240, 210, 100, 0.6);
}
.ke-article-content img {
  height: auto;
  border-radius: var(--ke-radius);
  display: block;
}
.ke-article-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.ke-article-content .alignleft {
  float: left;
  margin: 0.5em 1.5em 1em 0;
  max-width: 50%;
}
.ke-article-content .alignright {
  float: right;
  margin: 0.5em 0 1em 1.5em;
  max-width: 50%;
}
.ke-article-content figure,
.ke-article-content img {
  margin: 2em 0;
  max-width: 100%;
}
.ke-article-content figure img {
  margin: 0;
  width: 100%;
}
.ke-article-content .wp-element-caption,
.ke-article-content figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-style: italic;
}
.ke-article-content iframe,
.ke-article-content video {
  max-width: 100%;
  border-radius: var(--ke-radius);
  margin: 2em 0;
  border: 1px solid var(--ke-border);
  display: block;
}
.ke-article-content .wp-block-embed,
.ke-article-content .wp-block-video {
  margin: 2em 0;
}
.ke-article-content .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--ke-radius);
  border: 1px solid var(--ke-border);
}
.ke-article-content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: var(--ke-radius);
}
.ke-article-content ol,
.ke-article-content ul {
  margin: 0 0 1.5em;
  padding-left: 1.6em;
}
.ke-article-content li {
  margin-bottom: 0.5em;
  line-height: 1.75;
}
.ke-article-content li::marker {
  color: var(--ke-gold);
}
.ke-article-content ol ol,
.ke-article-content ol ul,
.ke-article-content ul ol,
.ke-article-content ul ul {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.ke-article-content blockquote {
  margin: 2em 0;
  padding: 1.5em 1.8em;
  border-left: 3px solid #d6b34a;
  background: rgba(214, 179, 74, 0.06);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.72);
}
.ke-article-content blockquote p:last-child {
  margin-bottom: 0;
}
.ke-article-content blockquote cite {
  display: block;
  margin-top: 0.8em;
  font-size: 13px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
}
.ke-article-content table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
  border: 1px solid var(--ke-border);
  border-radius: var(--ke-radius-sm);
  overflow: hidden;
}
.ke-article-content td,
.ke-article-content th {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ke-article-content th {
  background: rgba(255, 255, 255, 0.06);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.ke-article-content td {
  font-size: 15px;
}
.ke-article-content tr:last-child td {
  border-bottom: 0;
}
.ke-article-content code {
  padding: 3px 7px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  font-size: 0.88em;
  color: #f0d264;
  font-family: "SFMono-Regular", Menlo, monospace;
}
.ke-article-content pre {
  margin: 2em 0;
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--ke-border);
  border-radius: var(--ke-radius-sm);
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.6;
}
.ke-article-content pre code {
  padding: 0;
  background: 0 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
}
.ke-article-content hr {
  margin: 2.5em 0;
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(214, 179, 74, 0.3),
    transparent
  );
}
.ke-article-content .wp-block-gallery {
  margin: 2em 0;
  gap: 8px;
}
.ke-article-content .wp-block-gallery img {
  border-radius: var(--ke-radius-sm);
  margin: 0;
}
.ke-article-content .wp-block-button__link {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  border-radius: 999px;
  padding: 12px 28px;
  font-size: 15px;
  transition: opacity 0.2s ease;
}
.ke-article-content .wp-block-button__link:hover {
  opacity: 0.85;
  text-decoration: none;
}
.ke-article-content .wp-block-separator {
  margin: 2.5em auto;
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(214, 179, 74, 0.3),
    transparent
  );
  max-width: 200px;
}
.ke-article-content .wp-block-columns {
  margin: 2em 0;
  gap: 24px;
}
.ke-article-content .wp-block-cover {
  border-radius: var(--ke-radius);
  overflow: hidden;
  margin: 2em 0;
}
.ke-article-content .wp-block-pullquote {
  margin: 2.5em 0;
  padding: 0;
  border: 0;
  text-align: center;
}
.ke-article-content .wp-block-pullquote blockquote {
  border-left: none;
  background: 0 0;
  padding: 0;
  border-radius: 0;
}
.ke-article-content .wp-block-pullquote p {
  font-size: 1.3em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
.ke-article-content b,
.ke-article-content strong {
  color: #fff;
  font-weight: 700;
}
.ke-article-content em,
.ke-article-content i {
  font-style: italic;
}
.ke-article-content::after {
  content: "";
  display: table;
  clear: both;
}
.ke-tags {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ke-tags a {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(214, 179, 74, 0.08);
  border: 1px solid rgba(214, 179, 74, 0.24);
  color: var(--ke-gold);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.tp-service-cst-item--c .tp-service-cst-thumb {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.tp-service-cst-item--c .tp-service-cst-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.tp-service-cst-item--c .tp-service-cst-thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, #111e15 0, transparent 100%);
  pointer-events: none;
}
.tp-service-cst-title--c {
  font-size: 30px;
  position: relative;
  margin-top: -2.5rem;
  padding: 0 1.25rem;
  z-index: 3;
  margin-bottom: 0;
}
.ke-ev-title a,
.tp-service-cst-title--c a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.tp-service-cst-title--c a:hover {
  color: #eecb4a;
}
.tp-service-cst-content--c {
  padding: 0.75rem 1.25rem 1.25rem;
}
.tp-service-cst-desc--c {
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.tp-service-cst-link--c {
  color: #eecb4a !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}
.tp-service-cst-link--c:hover {
  color: #eecb4a !important;
  gap: 10px;
}
.tp-service-cst-link--c .tp-arrow-angle svg,
.tp-service-cst-link--c .tp-arrow-angle svg path {
  stroke: #eecb4a;
  fill: none;
}
.tp-counter-cst-final .tp-counter-cst-item {
  height: 100%;
  position: relative;
}
.tp-counter-cst-final .tp-counter-cst-item-inner {
  min-height: 118px;
  gap: 22px;
  padding: 10px 34px;
}
.tp-counter-cst-final .tp-counter-2-icon {
  margin-top: 0 !important;
  margin-right: 0 !important;
}
.tp-counter-cst-final .tp-counter-cst-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  color: #f4d13d;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(244, 209, 61, 0.24);
  box-shadow:
    0 0 26px rgba(244, 209, 61, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.tp-counter-cst-final .tp-counter-cst-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.tp-counter-cst-final .tp-counter-cst-content h2 {
  margin: 0 0 8px;
  line-height: 0.92;
  letter-spacing: -2.4px;
}
.tp-counter-cst-final .tp-counter-cst-content > span {
  display: block;
  line-height: 1.35;
  opacity: 0.88;
}
.tp-counter-cst-final .tp-counter-cst-item.borders::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: 74px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(244, 209, 61, 0.55),
    transparent
  );
}
.tp-portfolio-creative-item.image-bg .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.ke-ev-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: 0 0;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
  flex-shrink: 0;
}
.ke-ev-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #07110f;
}
.ke-ev-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.ke-ev-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ke-border-soft);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}
.ke-ev-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-5px);
}
.ke-ev-img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  flex-shrink: 0;
}
.ke-ev-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.ke-ev-card:hover .ke-ev-img {
  transform: scale(1.05);
}
.ke-ev-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(8, 20, 15, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
}
.ke-ev-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.ke-ev-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  flex: 1;
}
.ke-ev-title a {
  transition: opacity 0.15s ease;
}
.ke-ev-title a:hover {
  opacity: 0.8;
}
.ke-ev-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 6px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  min-width: 46px;
}
.ke-ev-badge-day {
  font-size: 22px;
  font-weight: 800;
  color: #0d2318;
  line-height: 1;
}
.ke-ev-badge-mon {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2a7a52;
  margin-top: 2px;
}
.ke-ev-link,
.ke-ev-location {
  display: inline-flex;
  align-items: center;
}
.ke-ev-location {
  position: absolute;
  bottom: 14px;
  right: 14px;
  gap: 5px;
  background: rgba(8, 20, 15, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 999px;
  max-width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ke-ev-link {
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  transition:
    color 0.15s ease,
    gap 0.15s ease;
}
.ke-ev-link:hover {
  color: #fff;
  gap: 12px;
}
.ke-ev-pagination {
  text-align: center;
}
.ke-ev-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.ke-ev-pagination .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.3);
}
.ke-search-card--anim {
  animation: keCardFadeUp 0.6s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ke-ac-wrap {
  position: relative !important;
  flex: 1;
  min-width: 0;
}
.ke-autocomplete {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #0b1a17;
  border: 1px solid var(--ke-border);
  border-radius: 14px;
  list-style: none;
  margin: 0;
  padding: 6px;
  z-index: 99999;
  max-height: 240px;
  overflow-y: auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}
.ke-autocomplete.ke-ac-open {
  display: block;
}
.ke-autocomplete::-webkit-scrollbar {
  width: 4px;
}
.ke-autocomplete::-webkit-scrollbar-track {
  background: 0 0;
}
.ke-autocomplete::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.ke-autocomplete li,
.ke-no-results {
  display: flex;
  align-items: center;
  border-radius: 9px;
}
.ke-autocomplete li {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  gap: 10px;
  transition: background 0.1s ease;
  line-height: 1.3;
}
.ke-autocomplete li.ke-ac-active,
.ke-autocomplete li:hover {
  background: rgba(78, 225, 143, 0.12);
  color: #fff;
}
.ke-autocomplete li .ke-ac-city {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
}
.ke-autocomplete li .ke-ac-icon {
  color: rgba(78, 225, 143, 0.6);
  flex-shrink: 0;
}
.ke-autocomplete mark {
  background: 0 0;
  color: #4ee18f;
  font-weight: 700;
}
.ke-autocomplete .ke-ac-divider {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  padding: 8px 14px 4px;
  pointer-events: none;
  cursor: default;
}
.ke-chip[aria-pressed="true"] {
  background: rgba(78, 225, 143, 0.15) !important;
  border-color: rgba(78, 225, 143, 0.5) !important;
  color: #4ee18f !important;
}
.ke-no-results {
  gap: 8px;
  margin-top: 10px;
  padding: 9px 14px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.ke-btn--loading {
  opacity: 0.65;
  pointer-events: none;
}
.ke-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: keSpin 0.7s linear infinite;
}
.ke-map-dot {
  display: block;
  position: relative;
  cursor: pointer;
}
.ke-map-dot::after,
.ke-thankyou-wrap::before {
  position: absolute;
  left: 50%;
  pointer-events: none;
}
.ke-map-dot::after {
  content: attr(data-name);
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  background: rgba(8, 18, 15, 0.95);
  border: 1px solid var(--ke-border);
  color: #fff;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  padding: 4px 9px;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}
.ke-map-dot:hover::after {
  opacity: 1;
}
.ke-map-img {
  width: 100%;
  height: auto;
  display: block;
}
.ke-thankyou-wrap {
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.ke-thankyou-wrap::before {
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(78, 225, 143, 0.06) 0,
    transparent 70%
  );
}
.ke-ty-icon {
  margin-bottom: 32px;
  animation: ke-pop-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.ke-ty-title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  animation: ke-fade-up 0.5s 0.1s ease both;
}
.ke-ty-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 40px;
  animation: ke-fade-up 0.5s 0.2s ease both;
}
.ke-ty-sub strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.ke-ty-cards {
  margin-bottom: 40px;
  animation: ke-fade-up 0.5s 0.3s ease both;
}
.ke-ty-card,
.ke-ty-card-icon {
  display: flex;
  align-items: center;
}
.ke-ty-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 18px 16px;
  gap: 14px;
  text-align: left;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.ke-ty-card:hover {
  border-color: rgba(78, 225, 143, 0.3);
  background: rgba(78, 225, 143, 0.05);
}
.ke-ty-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(78, 225, 143, 0.12);
  border-radius: 10px;
  justify-content: center;
  color: #4ee18f;
  flex-shrink: 0;
}
.ke-ty-card-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ke-ty-card-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}
.ke-ty-card-val {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.ke-ty-divider {
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 auto 36px;
  animation: ke-fade-up 0.5s 0.35s ease both;
}
.ke-ty-btn-ghost,
.ke-ty-btn-primary {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 999px;
  text-decoration: none;
}
.ke-ty-btn-primary {
  background: #fff;
  color: #07110f;
  font-weight: 700;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
  animation: ke-fade-up 0.5s 0.4s ease both;
}
.ke-ty-btn-primary:hover {
  background: #4ee18f;
  color: #07110f;
  transform: translateY(-2px);
}
.ke-ty-btn-ghost {
  background: 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
  animation: ke-fade-up 0.5s 0.45s ease both;
}
.ke-ty-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  transform: translateY(-2px);
}
:root {
  --g: #c9a84c;
  --gd: #a8893a;
  --g2: rgba(201, 168, 76, 0.1);
  --gb: rgba(201, 168, 76, 0.28);
  --bdr: rgba(255, 255, 255, 0.07);
  --bdb: rgba(255, 255, 255, 0.14);
  --mu: rgba(255, 255, 255, 0.52);
  --dim: rgba(255, 255, 255, 0.28);
}
main {
  background: #090909;
  color: #fff;
  font-family: var(--fb);
  overflow-x: hidden;
}
main * {
  box-sizing: border-box;
}
#rk-main a,
main a,
main#ks-main a,
main#tn-main a {
  text-decoration: none;
  color: inherit;
}
#rk-main img,
main img,
main video,
main#tn-main img,
main#tn-main video,
main.shmel-premium img,
main.shmel-premium video {
  max-width: 100%;
  display: block;
}
.ke-s {
  padding: 70px 0;
}
.ke-s-sm {
  padding: 50px 0;
}
.ke-ey {
  font-family: var(--fb);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--g);
  display: block;
  margin-bottom: 12px;
}
.ke-h {
  font-family: var(--tp-ff-heading);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.1;
}
.ke-h em,
.ke-hxl em,
.ke-hxl em .ke-char {
  color: var(--g);
  font-style: italic;
}
.ke-h,
.ke-hxl {
  color: #fff;
  margin: 0;
}
.ke-hxl em {
  display: block;
}
.ke-rule {
  width: 44px;
  height: 1.5px;
  background: var(--g);
}
.ke-fcard p,
.ke-p {
  color: var(--mu);
  margin: 0;
}
.ke-p {
  font-family: var(--fb);
  font-size: 0.9rem;
  line-height: 1.7;
}
.ke-btn-ghost,
.ke-btn-gold,
.ke-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--fb);
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
}
.ke-btn-gold {
  background: var(--g);
  color: #080808;
  padding: 14px 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 0;
  transition: background 0.2s;
}
.ke-btn-gold:hover {
  background: var(--gd);
  color: #080808;
}
.ke-btn-ghost,
.ke-btn-outline {
  background: 0 0;
  padding: 13px 30px;
  transition: all 0.2s;
}
.ke-btn-outline {
  color: var(--g);
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 1px solid var(--g);
}
.ke-btn-outline:hover {
  background: var(--g);
  color: #080808;
}
.ke-btn-ghost {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  letter-spacing: 0.08em;
  border: 1px solid var(--bdb);
}
.ke-btn-ghost:hover {
  border-color: var(--g);
  color: var(--g);
}
#ke-curtain,
#tn-curtain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  pointer-events: none;
}
.ke-curtain-l,
.ke-curtain-r {
  flex: 1;
  background: #090909;
  will-change: transform;
}
#ke-curtain::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: var(--g);
  opacity: 1;
  will-change: opacity;
}
#ke-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  height: 2px;
  width: 0%;
  background: var(--g);
  pointer-events: none;
  transition: none;
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.5);
}
.ke-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 90px;
}
.ke-hero-media {
  position: absolute;
  inset: -8%;
  z-index: 0;
  overflow: hidden;
}
.ke-hero-media img,
.ke-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  will-change: transform;
}
.ke-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(9, 9, 9, 0.97) 0,
      rgba(9, 9, 9, 0.82) 35%,
      rgba(9, 9, 9, 0.35) 68%,
      transparent 100%
    ),
    linear-gradient(to top, rgba(9, 9, 9, 0.9) 0, transparent 48%);
}
.ke-hero-col,
.ke-vision-body,
.ke-why-body,
.sh-hero-content,
.sh-journey > .container,
.tn-storage-body {
  position: relative;
  z-index: 2;
}
.ke-hero-body {
  padding-bottom: 110px;
}
.ke-hxl .ke-line {
  display: block;
  overflow: hidden;
}
.ke-hxl .ke-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(105%) rotate(4deg);
  will-change: transform, opacity;
}
.ke-seal-wrap {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.ke-seal {
  width: 250px;
  height: 250px;
  position: relative;
}
.ke-seal-r {
  position: absolute;
  border-radius: 50%;
}
.ke-seal-r1 {
  inset: 0;
  border: 0.5px solid rgba(201, 168, 76, 0.12);
}
.ke-seal-r2 {
  inset: 20px;
  border: 0.5px solid rgba(201, 168, 76, 0.26);
}
.ke-seal-r3 {
  inset: 42px;
  border: 1.5px solid var(--g);
}
.ke-seal-core {
  position: absolute;
  inset: 62px;
  border-radius: 50%;
  background: rgba(9, 9, 9, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.ke-seal-num {
  font-family: var(--tp-ff-heading);
  font-size: 46px;
  color: var(--g);
  font-weight: 400;
  line-height: 1.1;
}
.ke-seal-lbl {
  font-family: var(--fb);
  font-size: 7px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--dim);
}
.ke-seal-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--g);
  border-radius: 50%;
}
.ke-seal-pill,
.ke-seal-pill-inv {
  position: absolute;
  padding: 5px 13px;
  font-family: var(--fb);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ke-seal-pill {
  background: var(--g);
  color: #000;
  font-weight: 700;
}
.ke-seal-pill-inv {
  background: rgba(9, 9, 9, 0.9);
  color: var(--g);
  border: 1px solid var(--gb);
  font-weight: 600;
}
.ke-scroll-cue {
  position: absolute;
  bottom: 88px;
  right: 48px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ke-scroll-cue-txt {
  font-family: var(--fb);
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.22);
  writing-mode: vertical-rl;
}
.ke-scroll-line {
  width: 1px;
  height: 48px;
  background: rgba(201, 168, 76, 0.3);
  transform-origin: top;
}
.ke-hero-trust {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: stretch;
  border-top: 1px solid var(--bdr);
  background: rgba(9, 9, 9, 0.8);
  backdrop-filter: blur(10px);
}
.ke-trust-i,
.ke-trust-ico {
  display: flex;
  align-items: center;
}
.ke-trust-i {
  gap: 12px;
  padding: 16px 20px;
  border-right: 1px solid var(--bdr);
  border-bottom: 1px solid var(--bdr);
  height: 100%;
}
.ke-trust-ico {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border: 1px solid var(--gb);
  border-radius: 50%;
  justify-content: center;
  color: var(--g);
  font-size: 1rem;
}
.ke-trust-lbl {
  font-family: var(--fb);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
.ke-strip {
  background: var(--g);
  padding: 26px 0;
}
.ke-strip-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ke-fcard h4,
.ke-strip-n {
  font-family: var(--tp-ff-heading);
  font-weight: 700;
}
.ke-strip-n {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #080808;
  line-height: 1;
}
.ke-strip-l {
  font-family: var(--fb);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 4px;
}
.ke-strip-div {
  width: 1px;
  height: 34px;
  background: rgba(0, 0, 0, 0.14);
}
.ke-why {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
}
.ke-why-imgside {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.ke-prd img,
.ke-why-imgside img,
.rk-final-bg img,
.tn-about-media img,
.tn-tab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ke-why-imgside::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    #0d0d0d 0,
    rgba(13, 13, 13, 0.7) 30%,
    rgba(13, 13, 13, 0.2) 100%
  );
}
.ke-why-imgside::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, #0d0d0d 0, transparent 45%);
}
.ke-fcard {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--bdr);
  border-radius: var(--ke-radius);
  padding: 22px 18px;
  height: 100%;
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.3s;
}
.ke-fcard:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--gb);
  transform: translateY(-4px);
}
.ke-fcard-ico {
  width: 38px;
  height: 38px;
  border: 1px solid var(--gb);
  border-radius: var(--ke-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g);
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.ke-fcard h4 {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 6px;
}
.ke-fcard p {
  font-size: 0.82rem;
  line-height: 1.6;
}
.ke-products {
  background: #090909;
}
.ke-prd-hdr {
  padding: 50px 0 30px;
}
.ke-bento-sm {
  min-height: 240px;
}
.ke-prd {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ke-prd img {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ke-bento-hero {
  min-height: 500px;
}
.ke-prd:hover img {
  transform: scale(1.06);
}
.ke-prd img,
.ke-prd-ov {
  position: absolute;
  inset: 0;
}
.ke-prd-ov {
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(9, 9, 9, 0.96) 0,
    rgba(9, 9, 9, 0.55) 38%,
    rgba(9, 9, 9, 0.15) 70%,
    rgba(9, 9, 9, 0.06) 100%
  );
  transition: background 0.5s;
}
.ke-prd:hover .ke-prd-ov {
  background: linear-gradient(
    to top,
    rgba(9, 9, 9, 0.98) 0,
    rgba(9, 9, 9, 0.72) 45%,
    rgba(9, 9, 9, 0.28) 75%,
    rgba(9, 9, 9, 0.12) 100%
  );
}
.ke-prd-wm {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 12px;
  font-family: var(--tp-ff-heading);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  transition: color 0.5s;
}
.ke-bento-sm .ke-prd-wm {
  font-size: 5.5rem;
}
.ke-prd:hover .ke-prd-wm {
  color: rgba(201, 168, 76, 0.06);
}
.ke-prd-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  padding: 5px 14px;
  font-family: var(--fb);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid;
}
.kpb-green {
  color: #86efac;
  border-color: rgba(34, 197, 94, 0.4);
  background: rgba(34, 197, 94, 0.1);
}
.kpb-gold {
  color: var(--g);
  border-color: var(--gb);
  background: var(--g2);
}
.kpb-blue {
  color: #93c5fd;
  border-color: rgba(59, 130, 246, 0.4);
  background: rgba(59, 130, 246, 0.1);
}
.kpb-purple {
  color: #d8b4fe;
  border-color: rgba(168, 85, 247, 0.4);
  background: rgba(168, 85, 247, 0.1);
}
.ke-prd-cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 34px 32px 30px;
}
.ke-bento-sm .ke-prd-cnt {
  padding: 22px 24px 20px;
}
.ke-prd-name {
  font-family: var(--tp-ff-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}
.ke-bento-sm .ke-prd-name {
  font-size: 1.1rem;
}
.ke-prd-desc {
  font-size: 0.82rem;
  color: var(--mu);
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s ease,
    margin-top 0.45s ease,
    opacity 0.45s ease;
  margin-top: 0;
}
.ke-prd:hover .ke-prd-desc {
  max-height: 60px;
  margin-top: 12px;
  opacity: 1;
}
.ke-bento-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-top: 1px solid var(--bdr);
  background: rgba(255, 255, 255, 0.02);
}
.ke-bento-foot-txt {
  font-family: var(--fb);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dim);
}
.ke-vision {
  position: relative;
  overflow: hidden;
  background: #090909;
}
.ke-vision-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.ke-vision-media img,
.ke-vision-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.ke-vision-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 9, 0.88);
}
.ke-process {
  display: flex;
  border: 1px solid var(--bdr);
  margin-top: 56px;
}
.ke-pstep {
  flex: 1;
  padding: 38px 32px;
  border-right: 1px solid var(--bdr);
  position: relative;
  overflow: hidden;
}
.ke-pstep:last-child,
.ke-stat-cell:last-child {
  border-right: none;
}
.ke-pstep::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--g2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.ke-pstep:hover::before {
  transform: scaleX(1);
}
.ke-pstep > *,
.tn-cta-right > * {
  position: relative;
  z-index: 1;
}
.ke-pstep-n {
  font-family: var(--tp-ff-heading);
  font-size: 0.7rem;
  color: var(--g);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.ke-pstep-t {
  font-family: var(--fb);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.ke-pstep-d {
  font-size: 0.83rem;
  color: var(--mu);
  line-height: 1.65;
  margin: 0;
}
.ke-standards {
  background: #0d0d0d;
  border-top: 1px solid var(--bdr);
  border-bottom: 1px solid var(--bdr);
}
.ke-stat-cell {
  padding: 40px 28px;
  text-align: center;
  border-right: 1px solid var(--bdr);
}
.ke-stat-ico-w {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border: 1px solid var(--gb);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--g);
  font-size: 1.05rem;
}
.ke-stat-n {
  font-family: var(--tp-ff-heading);
  font-size: 3rem;
  font-weight: 400;
  color: var(--g);
  line-height: 1;
}
.ke-stat-l {
  font-family: var(--fb);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dim);
  margin: 6px 0 10px;
}
.ke-stat-d,
.tn-stor-d {
  font-size: 0.8rem;
  color: var(--mu);
  line-height: 1.55;
  margin: 0;
}
.ke-partners {
  background: #090909;
}
.ke-mq-wrap {
  overflow: hidden;
  border-top: 1px solid var(--bdr);
  border-bottom: 1px solid var(--bdr);
  background: rgba(255, 255, 255, 0.015);
}
.ke-mq-item,
.ke-mq-track {
  display: flex;
  align-items: center;
}
.ke-mq-track {
  width: max-content;
  animation: ke-marquee 28s linear infinite;
}
.ke-mq-track:hover {
  animation-play-state: paused;
}
.ke-mq-item {
  justify-content: center;
  padding: 26px 42px;
  border-right: 1px solid var(--bdr);
  flex-shrink: 0;
}
.ke-mq-name {
  font-family: var(--tp-ff-heading);
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.3s;
}
.ke-mq-item:hover .ke-mq-name {
  color: rgba(201, 168, 76, 0.65);
}
.ke-mq-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.25);
  flex-shrink: 0;
  margin: 0 2px;
}
.ke-cta {
  background: var(--g);
  padding: 80px 0;
}
.ke-cta-t {
  font-family: var(--tp-ff-heading);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 400;
  color: #080808;
  line-height: 1.15;
}
:root {
  --kc-bg: #07110f;
  --kc-bg2: #0c1b17;
  --kc-border: rgba(255, 255, 255, 0.09);
  --kc-text: rgba(255, 255, 255, 0.8);
  --kc-white: #ffffff;
  --kc-green: #4ee18f;
  --kc-gold: #f5c842;
  --kc-rad: 16px;
}
.ke-cards-page {
  background: var(--kc-bg);
}
.kc-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.kc-section-dark {
  background: var(--kc-bg2);
}
.kc-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
.kc-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--kc-green);
  display: inline-block;
  box-shadow: 0 0 8px var(--kc-green);
}
.kc-btn-ghost,
.kc-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 999px;
  text-decoration: none;
}
.kc-btn-primary {
  background: var(--kc-gold);
  color: #0d1a0f;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  white-space: nowrap;
}
.kc-btn-primary:hover {
  background: #ffe066;
  color: #0d1a0f;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(245, 200, 66, 0.35);
}
.kc-btn-ghost {
  background: 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.kc-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  transform: translateY(-2px);
}
.kc-hero {
  position: relative;
  padding: 140px 0 100px;
  background: var(--kc-bg);
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.kc-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.kc-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(78, 225, 143, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 225, 143, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80%at 50% 50%, #000, transparent);
}
.kc-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.kc-glow-1 {
  width: 600px;
  height: 600px;
  background: rgba(78, 225, 143, 0.07);
  top: -100px;
  right: -100px;
}
.kc-glow-2 {
  width: 400px;
  height: 400px;
  background: rgba(245, 200, 66, 0.05);
  bottom: -50px;
  left: 10%;
}
.kc-hero-h {
  font-size: clamp(42px, 6vw, 76px);
  color: #fff;
  letter-spacing: -0.03em;
  margin: 0;
}
.kc-accent {
  -webkit-text-stroke: 2px var(--kc-gold);
  color: transparent;
}
.kc-hero-p {
  font-size: 17px;
  color: var(--kc-text);
  line-height: 1.7;
  max-width: 46ch;
}
.kc-hero-btns,
.kc-trust-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.kc-selector,
.kc-trust-item {
  background: rgba(255, 255, 255, 0.04);
}
.kc-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px 14px;
}
.kc-selector {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 28px;
  backdrop-filter: blur(12px);
}
.kc-selector-head {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 18px;
}
.kc-sel-ico,
.kc-sel-item {
  display: flex;
  align-items: center;
}
.kc-sel-item {
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  margin-bottom: 8px;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.15s ease;
}
.kc-sel-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}
.kc-sel-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(var(--c), 0.12);
  color: var(--c);
  justify-content: center;
  flex-shrink: 0;
}
.kc-sel-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.kc-sel-tag {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.35);
}
.kc-sel-name {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.kc-sel-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.kc-sel-arr {
  color: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
.kc-sel-item:hover .kc-sel-arr {
  color: rgba(255, 255, 255, 0.6);
}
.kc-navlink,
.kc-selector-note {
  align-items: center;
  font-size: 13px;
}
.kc-selector-note {
  display: flex;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 8px;
  padding-top: 16px;
}
.kc-navlink {
  display: inline-flex;
  gap: 7px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  padding: 7px 14px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}
.kc-navlink:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.kc-navlink.active {
  color: var(--kc-gold);
  background: rgba(245, 200, 66, 0.08);
}
.kc-sh {
  text-align: center;
}
.kc-sh-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 12px;
}
.kc-sh-sub {
  font-size: 17px;
  color: var(--kc-text);
  max-width: 55ch;
  margin: 0 auto;
}
.kc-table-wrap {
  overflow-x: auto;
  border-radius: var(--kc-rad);
  border: 1px solid var(--kc-border);
}
.kc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}
.kc-table td,
.kc-table th {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid var(--kc-border);
  font-size: 17px;
}
.kc-table th {
  background: rgba(255, 255, 255, 0.03);
}
.kc-table tr:last-child td {
  border-bottom: none;
}
.kc-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
.kc-th-feat {
  color: rgba(255, 255, 255, 0.5);
}
.kc-feat-cell,
.kc-th-feat {
  text-align: left;
  font-weight: 600;
  font-size: 13px;
}
.kc-feat-cell,
.sh-locator--dark .ke-autocomplete li {
  color: rgba(255, 255, 255, 0.7);
}
.kc-col-head,
.kc-col-ico {
  display: flex;
  align-items: center;
}
.kc-col-head {
  flex-direction: column;
  gap: 6px;
}
.kc-col-ico {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  justify-content: center;
}
.kc-col-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.35);
}
.kc-col-head strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.kc-col-featured {
  background: rgba(245, 200, 66, 0.05) !important;
  border-left: 1px solid rgba(245, 200, 66, 0.2);
  border-right: 1px solid rgba(245, 200, 66, 0.2);
  position: relative;
}
.kc-col-recommended {
  font-size: 11px;
  font-weight: 700;
  color: var(--kc-gold);
  background: rgba(245, 200, 66, 0.12);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 4px;
}
.kc-yes {
  color: var(--kc-green);
  font-weight: 700;
  font-size: 18px;
}
.kc-mid {
  color: rgba(255, 200, 80, 0.8);
  font-weight: 600;
  font-size: 14px;
}
.kc-no {
  color: rgba(255, 80, 80, 0.7);
  font-weight: 700;
  font-size: 18px;
}
.kc-compare-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 32px;
}
.kc-card-sec {
  background: var(--kc-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.kc-card-sec:nth-child(even) {
  background: var(--kc-bg2);
}
.kc-card-sec-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    var(--card-rgba, 0.06) 0%,
    transparent 70%
  );
  pointer-events: none;
  transform: translate(30%, -30%);
}
.kc-card-flip .kc-card-sec-glow {
  right: auto;
  left: 0;
  transform: translate(-30%, -30%);
}
.kc-card-title {
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}
.kc-benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--kc-border);
  border-radius: 14px;
  padding: 18px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.kc-benefit-card:hover {
  border-color: rgba(var(--card-rgba), 0.3);
  background: rgba(255, 255, 255, 0.06);
}
.kc-ben-ico,
.kc-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kc-ben-ico {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--card-rgba, 0.1);
  color: var(--card-color, var(--kc-green));
}
.kc-benefit-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.kc-benefit-card p {
  color: var(--kc-text);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.kc-mockup {
  position: relative;
  width: 100%;
  max-width: 550px;
}
.kc-mockup-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--card-rgba, 0.1);
  pointer-events: none;
}
.kc-ring-1 {
  width: 340px;
  height: 340px;
  animation: kcRingPulse 3s ease infinite;
}
.kc-ring-2 {
  width: 440px;
  height: 440px;
  animation: kcRingPulse 3s 0.8s ease infinite;
}
.kc-mockup-img-wrap {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 60px var(--card-rgba, 0.12);
  transition: transform 0.3s ease;
  width: 100%;
}
.kc-mockup-img-wrap:hover {
  transform: translateY(-6px) rotate(-1deg);
}
.kc-mockup-img-wrap img {
  width: 100%;
  display: block;
}
.kc-mockup-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(7, 17, 15, 0.85);
  border: 1px solid var(--card-rgba, 0.3);
  backdrop-filter: blur(8px);
  color: var(--card-color, var(--kc-green));
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 3;
}
.kc-block {
  margin-bottom: 0;
}
.kc-block-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--card-color, var(--kc-green));
  display: inline-block;
}
.kc-faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kc-faq-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--kc-border);
  border-radius: var(--ke-radius-sm);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.kc-faq-item:has(.kc-faq-q.open) {
  border-color: rgba(var(--card-rgba), 0.3);
}
.kc-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: 0 0;
  border: 0;
  cursor: pointer;
  padding: 16px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.kc-faq-ico {
  transition: transform 0.25s ease;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
}
.kc-faq-q.open .kc-faq-ico {
  transform: rotate(180deg);
  color: var(--card-color, var(--kc-green));
}
.kc-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.kc-faq-a.open {
  max-height: 300px;
}
.kc-cta-box p,
.kc-faq-a-inner {
  font-size: 14px;
  color: var(--kc-text);
}
.kc-faq-a-inner {
  padding: 0 18px 16px;
  line-height: 1.6;
}
.kc-personas,
.rk-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kc-cta-box,
.kc-persona-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--kc-border);
}
.kc-persona-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.kc-persona-chip:hover {
  border-color: var(--card-color, var(--kc-green));
  background: var(--card-rgba, 0.08);
  color: #fff;
}
.kc-persona-chip svg {
  color: var(--card-color, var(--kc-green));
  flex-shrink: 0;
}
.kc-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 28px;
}
.kc-cta-box-glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    var(--card-rgba, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.kc-cta-box-title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.kc-cta-box p {
  margin-bottom: 20px;
}
.kc-modal {
  background: var(--kc-bg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
}
.kc-modal-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
}
.kc-modal-body {
  padding: 28px;
}
.kc-field {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0 14px;
  transition: border-color 0.2s ease;
}
.kc-field:focus-within {
  border-color: var(--kc-green);
}
.kc-field svg {
  color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.kc-field input {
  flex: 1;
  background: 0 0;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 15px;
  padding: 13px 0;
}
.kc-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.kc-err {
  font-size: 12px;
  color: #ff6b6b;
  margin-top: 4px;
}
.kc-form-alert {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.kc-form-alert.success {
  background: rgba(78, 225, 143, 0.1);
  border: 1px solid rgba(78, 225, 143, 0.3);
  color: var(--kc-green);
}
.kc-form-alert.error {
  background: rgba(255, 80, 80, 0.08);
  border: 1px solid rgba(255, 80, 80, 0.25);
  color: #ff8080;
}
:root {
  --ks-red: #cc1414;
  --ks-red2: #e01818;
  --ks-bg: #06090d;
  --ks-white: #fff;
  --ks-muted: rgba(255, 255, 255, 0.68);
  --ks-dim: rgba(255, 255, 255, 0.38);
  --ks-border-red: rgba(204, 20, 20, 0.28);
  --ks-font: "Inter", sans-serif;
}
main#ks-main {
  background: var(--ks-bg);
  color: #fff;
  font-family: var(--ks-font);
  overflow: hidden;
}
main#ks-main * {
  box-sizing: border-box;
}
.ks-ey {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ks-red);
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}
.ks-ey:before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--ks-red);
}
.ks-title {
  font-family: var(--tp-ff-heading, var(--ks-font));
  margin: 0;
  color: #fff;
}
.ks-title em {
  color: var(--ks-red);
  font-style: italic;
}
.ks-text {
  color: var(--ks-muted);
  line-height: 1.75;
  font-size: 0.92rem;
  margin: 0;
}
.ks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid transparent;
  transition: 0.25s ease;
}
.ks-btn-red {
  background: var(--ks-red);
  color: #fff !important;
}
.ks-btn-red:hover {
  background: var(--ks-red2);
  color: #fff !important;
}
.ks-btn-outline {
  background: rgba(6, 9, 13, 0.42);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.ks-btn-outline:hover {
  border-color: var(--ks-red);
  color: var(--ks-red) !important;
}
.ks-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 130px 0 0;
}
.ks-hero-media {
  position: absolute;
  inset: -5%;
  z-index: 0;
}
.ks-hero-media img,
.rk-hero-media img,
.rk-hero-media video,
.tn-storage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ks-hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(204, 20, 20, 0.16),
      transparent 34%
    ),
    linear-gradient(
      to top,
      #06090d 0,
      rgba(6, 9, 13, 0.88) 34%,
      rgba(6, 9, 13, 0.46) 70%,
      rgba(6, 9, 13, 0.86) 100%
    );
}
.ks-grid-overlay,
.ks-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ks-grid-overlay {
  z-index: 1;
  background-image: radial-gradient(
    circle,
    rgba(204, 20, 20, 0.18) 1px,
    transparent 1px
  );
  background-size: 42px 42px;
  mask-image: radial-gradient(
    ellipse 85% 80%at 50% 48%,
    #000 20%,
    transparent 76%
  );
}
.ks-scan {
  z-index: 2;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0, 0, 0, 0.08) 4px
  );
}
.ks-hero-content,
.tn-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding-bottom: 72px;
}
.ks-hero-box {
  max-width: 1080px;
}
.ks-hero-desc {
  max-width: 680px;
  margin-top: 26px;
}
.ks-hero-actions,
.rk-hero-actions,
.tn-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.ks-hero-bar {
  position: relative;
  z-index: 5;
  background: rgba(6, 9, 13, 0.94);
  border-top: 1px solid var(--ks-border-red);
  backdrop-filter: blur(18px);
}
.ks-hero-stat {
  padding: 18px 22px;
  border-right: 1px solid rgba(204, 20, 20, 0.12);
  border-bottom: 1px solid rgba(204, 20, 20, 0.12);
  display: flex;
  gap: 12px;
  align-items: center;
  height: 100%;
}
.ks-hero-stat:last-child {
  border-right: 0;
}
.ks-hero-stat i {
  color: var(--ks-red);
}
.ks-stat-big {
  font-family: var(--tp-ff-heading, var(--ks-font));
  font-size: 1.1rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}
.ks-stat-small {
  color: var(--ks-dim);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 4px;
}
:root {
  --rk-bg: #07080b;
  --rk-bg2: #0b0d12;
  --rk-card: rgba(255, 255, 255, 0.045);
  --rk-white: #fff;
  --rk-muted: rgba(255, 255, 255, 0.58);
  --rk-soft: rgba(255, 255, 255, 0.12);
  --rk-dim: rgba(255, 255, 255, 0.32);
  --rk-gold: #edcb4a;
  --rk-gold2: #c9a82a;
  --rk-border: rgba(255, 255, 255, 0.09);
  --rk-border-gold: rgba(237, 203, 74, 0.28);
  --rk-font: "Inter", sans-serif;
  --road-x: 50%;
}
#rk-main {
  background: var(--rk-bg);
  color: #fff;
  font-family: var(--rk-font);
  overflow: hidden;
}
#rk-main * {
  box-sizing: border-box;
}
.rk-wrap {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 48px;
}
.rk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--rk-gold);
  margin-bottom: 16px;
}
.rk-eyebrow:before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--rk-gold);
}
.rk-title {
  color: #fff;
  font-family: var(--tp-ff-heading, var(--rk-font));
  margin: 0;
}
.rk-stage-title em,
.rk-title em {
  color: var(--rk-gold);
  font-style: italic;
}
.rk-text {
  color: var(--rk-muted);
  line-height: 1.8;
  font-size: 0.98rem;
  margin: 0;
}
.rk-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  transition: 0.25s ease;
}
.rk-btn-gold,
.rk-btn-outline:hover {
  background: var(--rk-gold);
  color: #07080b !important;
}
.rk-btn-gold:hover {
  background: var(--rk-gold2);
}
.rk-btn-outline {
  border-color: var(--rk-border-gold);
  color: var(--rk-gold) !important;
  background: rgba(7, 8, 11, 0.45);
}
.rk-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 140px 0 0;
}
.rk-final-bg,
.rk-hero-media,
.tn-storage-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.rk-hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(237, 203, 74, 0.14),
      transparent 34%
    ),
    linear-gradient(
      to top,
      #07080b 0,
      rgba(7, 8, 11, 0.82) 30%,
      rgba(7, 8, 11, 0.38) 65%,
      rgba(7, 8, 11, 0.72) 100%
    ),
    linear-gradient(to right, rgba(7, 8, 11, 0.82), rgba(7, 8, 11, 0.12));
}
.rk-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 56px;
}
.rk-hero-desc,
.tn-hero-desc {
  max-width: 620px;
  margin-top: 24px;
}
.rk-hero-stats {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--rk-border);
  background: rgba(7, 8, 11, 0.82);
  backdrop-filter: blur(16px);
}
.rk-hero-stat {
  padding: 20px 24px;
  border-right: 1px solid var(--rk-border);
  border-bottom: 1px solid var(--rk-border);
  height: 100%;
}
.rk-hero-stat:last-child {
  border-right: 0;
}
.rk-stat-num {
  font-family: var(--tp-ff-heading, var(--rk-font));
  font-size: 1.7rem;
  color: #fff;
}
.rk-stat-label {
  color: var(--rk-dim);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-top: 4px;
}
.rk-process {
  position: relative;
  z-index: 4;
  padding: 42px 0;
  background: #08090d;
  border-top: 1px solid var(--rk-border);
  border-bottom: 1px solid var(--rk-border);
}
.rk-process-card {
  background: var(--rk-card);
  border: 1px solid var(--rk-border);
  padding: 22px;
  min-height: 132px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease;
}
.rk-process-card:hover {
  border-color: var(--rk-border-gold);
  transform: translateY(-4px);
  background: rgba(237, 203, 74, 0.055);
}
.rk-process-card:after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(237, 203, 74, 0.16);
  border-radius: 50%;
}
.rk-process-num,
.rk-process-title {
  font-family: var(--tp-ff-heading, var(--rk-font));
}
.rk-process-num {
  color: var(--rk-gold);
  font-size: 1rem;
  margin-bottom: 14px;
}
.rk-process-title {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.rk-process-small {
  color: var(--rk-dim);
  font-size: 0.78rem;
  line-height: 1.55;
}
.rk-road,
.rk-road-fill {
  position: absolute;
  top: 0;
  width: 2px;
}
.rk-road {
  left: 50%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  background: rgba(237, 203, 74, 0.08);
}
.rk-road-fill {
  left: 0;
  height: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--rk-gold),
    transparent
  );
  box-shadow: 0 0 18px rgba(237, 203, 74, 0.65);
}
.rk-journey,
.rk-stage {
  position: relative;
}
.rk-stage {
  min-height: 70vh;
  background: var(--rk-bg);
}
.rk-stage:nth-child(even) {
  background: var(--rk-bg2);
}
.rk-stage-media {
  min-height: 350px;
}
.rk-stage-media,
.tn-tab-img {
  position: relative;
  overflow: hidden;
}
.rk-stage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s ease;
}
.rk-stage:hover .rk-stage-media img {
  transform: scale(1.045);
}
.rk-stage-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(7, 8, 11, 0.1), rgba(7, 8, 11, 0.55)),
    radial-gradient(circle at center, transparent 20%, rgba(7, 8, 11, 0.58));
}
.rk-stage-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 40px;
  position: relative;
  width: 100%;
}
.rk-stage-content:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--rk-gold));
}
.rk-stage-left .rk-stage-content:before {
  right: -35px;
}
.rk-stage-right .rk-stage-content:before {
  left: -35px;
  background: linear-gradient(to left, transparent, var(--rk-gold));
}
.rk-stage-kicker {
  color: var(--rk-gold);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.66rem;
  margin-bottom: 18px;
}
.rk-stage-title {
  color: #fff;
  font-family: var(--tp-ff-heading, var(--rk-font));
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 16px;
}
.rk-stage-line {
  width: 42px;
  height: 1px;
  background: var(--rk-gold);
  margin-bottom: 20px;
}
.rk-stage-desc {
  max-width: 520px;
  color: var(--rk-muted);
  line-height: 1.8;
  margin-bottom: 28px;
}
.rk-pill {
  border: 1px solid var(--rk-border);
  color: rgba(255, 255, 255, 0.48);
  padding: 7px 13px;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.rk-stage:hover .rk-pill {
  border-color: var(--rk-border-gold);
  color: var(--rk-gold);
}
.rk-stage-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  background: var(--rk-gold);
  color: #07080b;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.rk-stage-no {
  position: absolute;
  right: 20px;
  bottom: -10px;
  z-index: 2;
  font-family: var(--tp-ff-heading, var(--rk-font));
  font-size: clamp(5rem, 10vw, 10rem);
  color: rgba(237, 203, 74, 0.06);
  line-height: 1;
}
.rk-checkpoint {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 50%;
  background: #07080b;
  border: 1px solid var(--rk-gold);
  box-shadow: 0 0 22px rgba(237, 203, 74, 0.35);
}
.rk-checkpoint:after,
.rk-checkpoint:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.rk-checkpoint:before {
  inset: 8px;
  background: var(--rk-gold);
}
.rk-checkpoint:after {
  inset: -10px;
  border: 1px solid rgba(237, 203, 74, 0.16);
}
.rk-system-nav {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rk-final,
.rk-system-nav a {
  display: flex;
  align-items: center;
}
.rk-system-nav a {
  width: 44px;
  height: 44px;
  border: 1px solid var(--rk-border-gold);
  background: rgba(7, 8, 11, 0.72);
  backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.55);
  justify-content: center;
  font-family: var(--tp-ff-heading, var(--rk-font));
  font-size: 0.85rem;
  transition: 0.25s ease;
}
.rk-system-nav a.active,
.rk-system-nav a:hover {
  background: var(--rk-gold);
  color: #07080b;
  box-shadow: 0 0 24px rgba(237, 203, 74, 0.35);
}
.rk-command-card i {
  color: var(--rk-gold);
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.rk-command-card h4 {
  margin-bottom: 8px;
}
.rk-command-card p {
  color: var(--rk-dim);
  font-size: 0.84rem;
  line-height: 1.65;
  margin: 0;
}
.rk-final {
  position: relative;
  min-height: 90vh;
  text-align: center;
  overflow: hidden;
}
.rk-final-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 8, 11, 0.82);
}
.rk-final-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.rk-command-card h4,
.rk-cta h2,
.rk-final h2 {
  font-family: var(--tp-ff-heading, var(--rk-font));
  font-weight: 400;
}
.rk-final h2 {
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 5.8rem);
  line-height: 1;
  margin-bottom: 24px;
}
.rk-final p {
  max-width: 680px;
  margin: 0 auto 34px;
  color: var(--rk-muted);
  line-height: 1.8;
}
.rk-cta {
  background: var(--rk-gold);
  color: #07080b;
  padding: 70px 0;
}
.rk-cta h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin: 0;
}
.rk-cta p {
  color: rgba(7, 8, 11, 0.62);
  margin: 16px 0 0;
  max-width: 540px;
}
:root {
  --sh-orange: #f97316;
  --sh-red: #e8452e;
  --sh-yellow: #ffd24a;
  --sh-cream: #fff7ec;
  --sh-paper: #fffbf4;
  --sh-paper2: #f6eee3;
  --sh-dark: #1f1712;
  --sh-dark2: #120c08;
  --sh-soft: #6e625a;
  --sh-muted: #8c8178;
  --sh-line: rgba(31, 23, 18, 0.1);
  --sh-white: #fff;
  --sh-shadow: 0 24px 70px rgba(31, 23, 18, 0.12);
  --sh-shadow2: 0 14px 38px rgba(31, 23, 18, 0.1);
  --sh-radius: 28px;
  --sh-radius-xl: 42px;
  --sh-font: "Inter", system-ui, sans-serif;
}
main.shmel-premium {
  background: var(--sh-paper);
  color: var(--sh-dark);
  font-family: var(--sh-font);
  overflow: hidden;
}
main#tn-main *,
main.shmel-premium * {
  box-sizing: border-box;
}
.sh-section,
.sh-section-sm {
  padding: 70px 0;
  position: relative;
}
.sh-section-sm {
  padding: 50px 0;
}
.sh-logo,
.sh-logo-sm {
  height: 58px;
  width: auto;
  object-fit: contain;
}
.sh-logo-sm {
  height: 42px;
}
.sh-ey {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.13);
  color: var(--sh-red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sh-chip i,
.sh-ey i,
.sh-h1 em,
.sh-h2 em,
.sh-hero .sh-h1 em {
  color: var(--sh-orange);
}
.sh-h1,
.sh-h2 {
  color: var(--sh-dark);
  margin: 0;
}
.sh-h1 em,
.sh-h2 em {
  font-style: italic;
}
.sh-h2 {
  font-family: var(--tp-ff-heading, var(--sh-font));
  letter-spacing: -0.02em;
  font-weight: 700;
}
.sh-h2,
.sh-h2-one {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.1;
}
.sh-p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--sh-soft);
  margin: 0;
}
.sh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sh-btn-main {
  background: linear-gradient(135deg, var(--sh-orange), var(--sh-red));
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.25);
}
.sh-btn-light:hover,
.sh-btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 102, 0, 0.35);
}
.sh-btn-light {
  background: #fff;
  color: var(--sh-dark) !important;
  border: 1px solid var(--sh-line);
  box-shadow: var(--sh-shadow2);
}
.sh-btn-light:hover {
  box-shadow: 0 18px 42px rgba(31, 23, 18, 0.14);
}
.sh-btn-dark {
  background: var(--sh-dark);
  color: #fff !important;
}
.sh-btn-dark:hover {
  background: #000;
  color: #fff !important;
  transform: translateY(-2px);
}
.sh-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #fff7ec 0, #fffdf7 42%, #fce9d6 100%);
  overflow: hidden;
  padding: 150px 0 82px;
  z-index: 0;
}
.sh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 30% 50%,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.35) 40%,
      rgba(0, 0, 0, 0.1) 70%
    ),
    linear-gradient(180deg, rgba(10, 6, 3, 0.75), rgba(10, 6, 3, 0.2));
}
.sh-hero-pattern,
.sh-hero-video {
  position: absolute;
  inset: 0;
  opacity: 0.82;
  z-index: 0;
}
.sh-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}
.sh-hero-pattern {
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.12) 1px,
    transparent 1px
  );
  background-size: 34px 34px;
  mask-image: radial-gradient(
    ellipse 80% 70%at 50% 45%,
    #000 18%,
    transparent 78%
  );
  opacity: 0.35;
}
.sh-hero-copy {
  max-width: 760px;
}
.sh-hero-logo {
  margin-bottom: 34px;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}
.sh-hero .sh-h1 {
  color: #fff;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}
.sh-hero .sh-h1 em {
  text-shadow: 0 16px 42px rgba(249, 115, 22, 0.22);
}
.sh-hero .sh-p {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
.sh-hero .sh-ey {
  background: rgba(249, 115, 22, 0.18);
  color: #ffb07a;
  border: 1px solid rgba(249, 115, 22, 0.22);
  backdrop-filter: blur(8px);
}
.sh-hero-desc {
  max-width: 610px;
  margin-top: 26px;
}
.sh-hero-actions,
.sh-hero-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.sh-hero-chips {
  gap: 9px;
  margin-top: 30px;
}
.sh-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--sh-soft);
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(31, 23, 18, 0.08);
  backdrop-filter: blur(8px);
}
.sh-hero-products {
  position: relative;
  min-height: 610px;
  perspective: 1000px;
}
.sh-product-float {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: all 0.35s ease;
  will-change: transform;
}
.sh-product-float:hover {
  transform: translateY(-8px) scale(1.02) rotate(0deg) !important;
}
.sh-product-float img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sh-product-float .body {
  padding: 18px 20px;
}
.sh-product-float .k {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--sh-orange);
  margin-bottom: 4px;
}
.sh-product-float .t {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--sh-dark);
}
.sh-f1 {
  left: 3%;
  top: 6%;
  width: 250px;
  transform: rotate(-5deg);
}
.sh-f2 {
  right: 2%;
  top: 0;
  width: 285px;
  transform: rotate(4deg);
}
.sh-f3 {
  left: 12%;
  bottom: 8%;
  width: 305px;
  transform: rotate(3deg);
}
.sh-f4 {
  right: 4%;
  bottom: 13%;
  width: 248px;
  transform: rotate(-4deg);
}
.sh-center-badge {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sh-orange), var(--sh-red));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 30px 70px rgba(232, 69, 46, 0.34);
  z-index: 3;
}
.sh-center-badge span {
  font-family: var(--tp-ff-heading, var(--sh-font));
  font-size: 2rem;
  line-height: 0.95;
}
.sh-fast-strip {
  position: relative;
  z-index: 3;
  background: #fff;
  border-top: 1px solid var(--sh-line);
  border-bottom: 1px solid var(--sh-line);
  box-shadow: 0-16px 50px rgba(31, 23, 18, 0.06);
}
.sh-fast-item {
  padding: 24px 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--sh-line);
  height: 100%;
}
.sh-fast-item:last-child,
.tn-hero-trust .col-lg-3:last-child .tn-trust-item {
  border-right: none;
}
.sh-fast-ic {
  width: 46px;
  height: 46px;
  border-radius: var(--ke-radius);
  background: rgba(249, 115, 22, 0.11);
  color: var(--sh-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.sh-fast-t {
  font-weight: 900;
  color: var(--sh-dark);
  line-height: 1.15;
}
.sh-fast-d {
  color: var(--sh-muted);
  font-size: 0.82rem;
  margin-top: 4px;
}
.sh-quick {
  background: var(--sh-paper);
}
.sh-tab-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.sh-tab-scroll::-webkit-scrollbar {
  display: none;
}
.sh-tab-scroll .sh-tab-btn {
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 0.75rem;
  border-radius: 999px;
  gap: 8px;
  flex-shrink: 0;
}
.sh-tab-scroll .sh-tab-btn i {
  width: auto;
  height: auto;
  background: 0 0;
  border-radius: 0;
  font-size: 0.85rem;
}
.sh-tab-btn,
.sh-tab-list div {
  border: 1px solid var(--sh-line);
  display: flex;
  align-items: center;
}
.sh-tab-btn,
.sh-tab-panel {
  background: #fff;
  border-radius: var(--ke-radius);
}
.sh-tab-btn {
  padding: 16px;
  text-align: left;
  gap: 12px;
  box-shadow: 0 6px 18px rgba(31, 23, 18, 0.04);
  transition: all 0.25s ease;
  color: var(--sh-dark);
  width: 100%;
}
.sh-tab-btn i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(249, 115, 22, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
}
.sh-tab-btn strong {
  display: block;
  font-size: 0.88rem;
}
.sh-tab-btn small {
  display: block;
  color: var(--sh-muted);
  font-size: 0.72rem;
  margin-top: 2px;
}
.sh-tab-btn.active,
.sh-tab-btn:hover {
  background: var(--sh-dark);
  color: #fff;
  transform: translateX(4px);
}
.sh-tab-btn.active small,
.sh-tab-btn:hover small {
  color: rgba(255, 255, 255, 0.62);
}
.sh-tab-panel {
  display: none;
  border: 1px solid var(--sh-line);
  overflow: hidden;
  box-shadow: var(--sh-shadow);
  min-height: auto;
}
.sh-tab-panel.active {
  display: block;
}
.sh-tab-img {
  position: relative;
  overflow: hidden;
  min-height: 240px;
}
@media (min-width: 768px) {
  .sh-tab-img {
    height: 100%;
    min-height: 360px;
  }
}
.sh-tab-img img,
.sh-whycard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.sh-tab-panel:hover .sh-tab-img img {
  transform: scale(1.04);
}
.sh-tab-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31, 23, 18, 0.35), transparent);
}
.sh-tab-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sh-tab-content h3 {
  font-family: var(--tp-ff-heading, var(--sh-font));
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 0.98;
  margin-bottom: 16px;
  color: var(--sh-dark);
}
.sh-tab-list,
.tn-prod-use {
  gap: 10px;
  margin-top: 28px;
}
.sh-tab-list div {
  border-radius: 18px;
  padding: 13px 14px;
  gap: 9px;
  color: var(--sh-soft);
  font-weight: 800;
}
.sh-tab-btn i,
.sh-tab-list i {
  color: var(--sh-orange);
}
.sh-journey {
  background: var(--sh-dark);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.sh-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("<?= esc_url($I["market"]); ?>") center/cover no-repeat;
  opacity: 0.14;
  filter: saturate(0.95) contrast(1.05);
}
.sh-journey::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(31, 23, 18, 0.94),
    rgba(31, 23, 18, 0.89)
  );
}
.sh-journey .sh-h2,
.sh-journey .sh-p {
  color: #fff;
}
.sh-journey .sh-p {
  color: rgba(255, 255, 255, 0.68);
}
.sh-journey-flow {
  position: relative;
  margin-top: 42px;
}
.sh-journey-flow::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--sh-yellow),
    var(--sh-orange),
    var(--sh-red)
  );
  border-radius: 999px;
}
.sh-step {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--ke-radius);
  padding: 20px 16px;
  min-height: auto;
  transition: all 0.25s ease;
}
.sh-step:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.09);
}
.sh-step-num {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--sh-orange);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sh-step h3 {
  font-size: 0.92rem;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #fff;
}
.sh-step p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  line-height: 1.55;
  margin: 0;
}
.sh-tab-btn-mobile {
  padding: 12px 14px !important;
  border-radius: var(--ke-radius-sm) !important;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: center;
  gap: 8px !important;
}
.sh-tab-btn-mobile i {
  width: auto !important;
  height: auto !important;
  background: 0 0 !important;
  border-radius: 0 !important;
  font-size: 0.85rem;
}
.sh-why {
  background: var(--sh-paper2);
}
.sh-whycard {
  position: relative;
  border-radius: var(--ke-radius-lg);
  overflow: hidden;
  height: 100%;
}
.sh-whycard img {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}
.sh-whycard:hover img {
  transform: scale(1.05);
}
.sh-whycard__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 0,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
}
.sh-whycard__body {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.sh-whycard__num {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.25rem;
  background: linear-gradient(135deg, #fff 40%, var(--sh-orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sh-whycard__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--sh-orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 0.75rem;
  width: fit-content;
}
.sh-whycard__title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.sh-whycard__desc {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.5;
}
.sh-whycard--hero {
  min-height: 340px;
}
.sh-whycard--tall {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sh-whycard--sm {
  background: var(--sh-dark, #1a1a1a);
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition:
    border-color 0.25s,
    transform 0.25s;
}
.sh-whycard--sm:hover {
  border-color: rgba(249, 115, 22, 0.3);
  transform: translateY(-3px);
}
.sh-whycard--sm .sh-whycard__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--ke-radius-sm);
  background: rgba(249, 115, 22, 0.12);
  color: var(--sh-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: auto;
}
.sh-whycard--sm .sh-whycard__title {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}
.sh-whycard--sm .sh-whycard__desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}
.sh-locator--dark {
  background: var(--sh-dark, #1a1008);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.sh-locator--dark .ke-search-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
.sh-locator--dark .ke-kicker-text,
.sh-locator--dark .ke-search-kicker {
  color: rgba(255, 255, 255, 0.55);
}
.sh-locator--dark .ke-input-wrap {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}
.sh-locator--dark .ke-input,
.tn-chip strong {
  color: #fff;
}
.sh-locator--dark .ke-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.sh-locator--dark .ke-input-ico {
  color: rgba(255, 255, 255, 0.3);
}
.sh-locator--dark .ke-btn-primary {
  background: linear-gradient(135deg, #f4651e, #e5520d);
}
.sh-locator--dark .ke-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}
.sh-locator--dark .ke-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.sh-locator--dark .ke-chip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
}
.sh-locator--dark .ke-chip:hover {
  background: rgba(244, 101, 30, 0.12);
  border-color: rgba(244, 101, 30, 0.3);
  color: #f4651e;
}
.sh-locator--dark .ke-chip.active,
.sh-locator--dark .ke-chip[aria-pressed="true"] {
  background: rgba(244, 101, 30, 0.15);
  border-color: #f4651e;
  color: #f4651e;
}
.sh-locator--dark .ke-autocomplete {
  background: #1f1710;
  border-color: rgba(255, 255, 255, 0.1);
}
.sh-locator--dark .ke-autocomplete li.ke-ac-active {
  background: rgba(244, 101, 30, 0.12);
}
.sh-locator--dark .ke-autocomplete mark {
  color: #f4651e;
  background: 0 0;
}
.sh-locator--dark .sh-ey--dark {
  color: #f4651e;
  border-color: rgba(244, 101, 30, 0.2);
  background: rgba(244, 101, 30, 0.08);
}
.sh-locator--dark .ke-map-wrap {
  max-width: 240px;
  margin: 0 auto;
}
.sh-locator--dark .ke-map-wrap .ke-map-dot {
  background: #f4651e;
}
.sh-locator--dark .ke-map-wrap .ke-map-ring {
  border-color: rgba(244, 101, 30, 0.25);
}
.sh-locator--dark .ke-map-wrap::before {
  background: radial-gradient(
    circle,
    rgba(244, 101, 30, 0.08) 0,
    transparent 70%
  );
}
.sh-locator-card {
  padding: 0;
}
.sh-final {
  background: linear-gradient(135deg, var(--sh-orange), var(--sh-red));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.sh-final h2,
.sh-final::before {
  font-family: var(--tp-ff-heading, var(--sh-font));
}
.sh-final::before {
  content: "SHMEL";
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(8rem, 18vw, 18rem);
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
}
.sh-final-box {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
}
.sh-final h2 {
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  line-height: 0.95;
  margin-bottom: 20px;
}
.sh-final p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 32px;
}
.sh-mobile-cta,
.tn-mobile-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 90;
}
.sh-mobile-cta .sh-btn {
  width: 100%;
  box-shadow: 0 16px 40px rgba(31, 23, 18, 0.26);
}
.sh-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.sh-reveal.is-in {
  opacity: 1;
  transform: none;
}
:root {
  --b: #063864;
  --bd: #031f38;
  --bm: #0b6fb8;
  --bl: #58b7ff;
  --cyan: #7de3ff;
  --y: #f6c744;
  --yg: rgba(246, 199, 68, 0.22);
  --bg: #06111f;
  --bg2: #0a1626;
  --bg3: #020812;
  --panel: rgba(255, 255, 255, 0.045);
  --panel2: rgba(88, 183, 255, 0.065);
  --mu: rgba(255, 255, 255, 0.72);
  --soft: rgba(255, 255, 255, 0.56);
  --dim: rgba(255, 255, 255, 0.42);
  --bdr: rgba(88, 183, 255, 0.2);
  --bdr2: rgba(255, 255, 255, 0.12);
  --bdrY: rgba(246, 199, 68, 0.28);
  --fb: "Inter", sans-serif;
  --mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}
html {
  scroll-behavior: smooth;
}
main#tn-main {
  background: var(--bg);
  color: #fff;
  font-family: var(--fb);
  overflow-x: hidden;
}
.tn-section {
  padding: 80px 0;
  position: relative;
}
.tn-logo-white {
  filter: brightness(0) invert(1);
  opacity: 0.94;
}
.tn-logo-sm {
  width: 210px;
  height: auto;
}
.tn-logo-md {
  height: 54px;
  width: auto;
}
.tn-ey {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bl);
  margin-bottom: 16px;
}
.tn-ey::before {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, var(--bl), transparent);
}
.tn-ey-yellow {
  color: var(--y);
}
.tn-ey-yellow::before {
  background: linear-gradient(90deg, var(--y), transparent);
}
.tn-h {
  font-family: var(--tp-ff-heading, var(--fb));
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.tn-h em,
.tn-hxl em {
  color: var(--bl);
  font-style: italic;
}
.tn-h .energy,
.tn-hxl .energy {
  color: var(--y);
  font-style: italic;
}
.tn-h,
.tn-hxl {
  color: #fff;
  margin: 0;
}
.tn-p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--mu);
  margin: 0;
}
.tn-rule {
  width: 44px;
  height: 2px;
  background: var(--bl);
  border-radius: 999px;
}
.tn-rule-yellow {
  background: var(--y);
}
.tn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.25s ease;
  cursor: pointer;
}
.tn-btn-yellow {
  background: var(--y);
  color: #06111f !important;
  box-shadow: 0 18px 50px rgba(246, 199, 68, 0.2);
}
.tn-btn-yellow:hover {
  filter: brightness(1.05);
  color: #06111f !important;
  transform: translateY(-2px);
}
.tn-btn-line {
  background: rgba(255, 255, 255, 0.035);
  color: var(--bl) !important;
  border-color: var(--bdr);
}
.tn-btn-line:hover {
  border-color: var(--bl);
  background: rgba(88, 183, 255, 0.1);
}
.tn-btn-ghost {
  background: 0 0;
  color: var(--soft) !important;
  border-color: var(--bdr2);
}
.tn-btn-ghost:hover {
  color: #fff !important;
  border-color: var(--bl);
}
.tn-cl,
.tn-cr {
  flex: 1;
  background: var(--bg3);
  will-change: transform;
}
#tn-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--bl), var(--y));
  z-index: 9998;
  pointer-events: none;
  box-shadow: 0 0 14px rgba(88, 183, 255, 0.65);
}
.tn-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 130px 0 0;
  background: var(--bg3);
}
.tn-hero-media {
  position: absolute;
  inset: -6%;
  z-index: 0;
  overflow: hidden;
}
.tn-hero-media img,
.tn-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}
.tn-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 74% 25%,
      rgba(246, 199, 68, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 42% 48%,
      rgba(88, 183, 255, 0.2),
      transparent 38%
    ),
    linear-gradient(
      90deg,
      rgba(2, 8, 18, 0.95) 0,
      rgba(2, 8, 18, 0.72) 46%,
      rgba(2, 8, 18, 0.35) 100%
    ),
    linear-gradient(
      0deg,
      #06111f 0,
      rgba(6, 17, 31, 0.68) 32%,
      rgba(6, 17, 31, 0.28) 80%
    );
}
.tn-hero-grid,
.tn-hero-orbit {
  position: absolute;
  pointer-events: none;
}
.tn-hero-grid {
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(88, 183, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 183, 255, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(
    ellipse 82% 72%at 50% 48%,
    #000 18%,
    transparent 78%
  );
}
.tn-hero-orbit {
  right: 8%;
  top: 20%;
  width: 360px;
  height: 360px;
  z-index: 2;
  opacity: 0.18;
}
.tn-orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--bl);
}
.tn-orbit-r1 {
  inset: 0;
  animation: tnSpin 26s linear infinite;
}
.tn-orbit-r2 {
  inset: 58px;
  border-color: var(--y);
  animation: tnSpinReverse 18s linear infinite;
}
.tn-orbit-r3 {
  inset: 112px;
  animation: tnSpin 12s linear infinite;
}
.tn-orbit-core {
  position: absolute;
  inset: 170px;
  background: var(--y);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(246, 199, 68, 0.75);
}
.tn-hero-box {
  max-width: 980px;
}
.tn-hero-logo {
  margin-bottom: 34px;
}
.tn-hero-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.tn-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--bdr);
  background: rgba(6, 17, 31, 0.58);
  backdrop-filter: blur(10px);
  padding: 8px 14px;
  color: var(--soft);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.tn-chip i {
  color: var(--bl);
}
.tn-chip-yellow {
  border-color: var(--bdrY);
}
.tn-chip-yellow i,
.tn-chip-yellow strong {
  color: var(--y);
}
.tn-hero-trust {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--bdr);
  background: rgba(2, 8, 18, 0.88);
  backdrop-filter: blur(16px);
}
.tn-trust-ico,
.tn-trust-item {
  display: flex;
  align-items: center;
}
.tn-trust-item {
  gap: 14px;
  padding: 18px 22px;
  height: 100%;
  border-right: 1px solid rgba(88, 183, 255, 0.1);
  border-bottom: 1px solid rgba(88, 183, 255, 0.1);
}
@media (min-width: 992px) {
  .tn-hero-trust .tn-trust-item {
    border-bottom: none;
  }
}
@media (max-width: 991.98px) {
  .tn-hero-trust .col-6:nth-child(even) .tn-trust-item {
    border-right: none;
  }
  .tn-hero-trust .col-6:nth-child(n + 3) .tn-trust-item {
    border-bottom: none;
  }
}
.tn-trust-ico {
  width: 40px;
  height: 40px;
  border: 1px solid var(--bdr);
  justify-content: center;
  color: var(--bl);
  flex-shrink: 0;
}
.tn-trust-val {
  font-family: var(--tp-ff-heading, var(--fb));
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}
.tn-trust-label {
  color: var(--dim);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-top: 4px;
}
.tn-feat:nth-child(2) .tn-feat-ico,
.tn-trust-item.is-energy .tn-trust-ico,
.tn-trust-item.is-energy .tn-trust-val {
  color: var(--y);
  border-color: var(--bdrY);
}
.tn-sticky-nav {
  position: sticky;
  top: 0;
  z-index: 85;
  background: rgba(6, 17, 31, 0.88);
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--bdr);
  border-bottom: 1px solid var(--bdr);
}
.tn-sticky-nav-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tn-sticky-nav a {
  padding: 16px 20px;
  color: var(--dim);
  border-right: 1px solid rgba(255, 255, 255, 0.055);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.tn-sticky-nav a.active,
.tn-sticky-nav a:hover {
  color: #fff;
  background: rgba(88, 183, 255, 0.11);
}
.tn-about {
  background: var(--bg2);
  overflow: hidden;
  border-bottom: 1px solid var(--bdr);
}
.tn-about-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--bdr);
}
.tn-about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    rgba(6, 17, 31, 0.76),
    rgba(6, 17, 31, 0.05)
  );
}
.tn-founded {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  background: var(--bm);
  padding: 18px 24px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}
.tn-founded-n {
  font-family: var(--tp-ff-heading, var(--fb));
  font-size: 2.5rem;
  line-height: 1;
}
.tn-founded-l {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}
.tn-about-copy {
  max-width: 580px;
}
.tn-mini-card {
  border: 1px solid var(--bdr);
  background: var(--panel);
  padding: 18px;
  transition: 0.25s ease;
}
.tn-mini-card:hover {
  border-color: var(--bl);
  transform: translateY(-3px);
  background: rgba(88, 183, 255, 0.08);
}
.tn-mini-card i {
  color: var(--bl);
  margin-bottom: 12px;
}
.tn-mini-card strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  margin-bottom: 4px;
}
.tn-mini-card span {
  color: var(--dim);
  font-size: 0.8rem;
  line-height: 1.5;
}
.tn-feat {
  padding: 24px 20px;
  border-right: 1px solid var(--bdr);
  background: var(--bg2);
  position: relative;
  overflow: hidden;
  transition: 0.25s ease;
}
.tn-feat:last-child {
  border-right: 0;
}
.tn-feat:hover {
  background: rgba(88, 183, 255, 0.07);
}
.tn-feat::after,
.tn-journey-flow::before {
  content: "";
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, var(--bl), var(--y));
}
.tn-feat::after {
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s ease;
}
.tn-feat:hover::after {
  transform: scaleX(1);
}
.tn-feat-ico,
.tn-pillar-ico {
  width: 46px;
  height: 46px;
  border: 1px solid var(--bdr);
  color: var(--bl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.tn-feat-t,
.tn-journey-step h3 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
.tn-feat-t {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tn-feat-d,
.tn-journey-step p {
  color: var(--mu);
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}
.tn-journey,
.tn-safety,
.tn-why {
  background: var(--bg);
  border-bottom: 1px solid var(--bdr);
}
.tn-journey-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.tn-journey-flow::before {
  top: 43px;
  left: 9%;
  right: 9%;
  opacity: 0.7;
}
.tn-journey-step {
  position: relative;
  z-index: 2;
  background: var(--bg2);
  border: 1px solid var(--bdr);
  padding: 22px 18px;
  min-height: auto;
  transition: 0.25s ease;
}
.tn-journey-step:hover {
  border-color: var(--bl);
  transform: translateY(-5px);
}
.tn-journey-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--bl);
  background: var(--bg);
  color: var(--bl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 16px;
  box-shadow: 0 0 18px rgba(88, 183, 255, 0.1);
}
.tn-journey-step.is-energy .tn-journey-dot {
  border-color: var(--y);
  color: var(--y);
  box-shadow: 0 0 24px rgba(246, 199, 68, 0.14);
}
.tn-journey-step h3 {
  font-family: var(--tp-ff-heading, var(--fb));
  font-size: 1rem;
}
.tn-journey-step p {
  font-size: 0.8rem;
}
.tn-ticker {
  background: linear-gradient(90deg, var(--bd), var(--bm));
  overflow: hidden;
}
.tn-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: tnTicker 28s linear infinite;
  padding: 13px 0;
}
.tn-ticker-track:hover {
  animation-play-state: paused;
}
.tn-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 28px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tn-ticker-dot {
  width: 4px;
  height: 4px;
  background: var(--y);
  border-radius: 50%;
}
.tn-clients {
  background: var(--bg2);
  border-bottom: 1px solid var(--bdr);
}
.tn-tabs {
  margin-top: 46px;
}
.tn-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--bdr);
}
.tn-tab-btn {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid var(--bdr);
  background: rgba(255, 255, 255, 0.035);
  color: var(--dim);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.tn-tab-btn:last-child {
  border-right: 0;
}
.tn-tab-btn.active {
  background: var(--bm);
  color: #fff;
}
.tn-tab-panel {
  display: none;
  min-height: auto;
  border: 1px solid var(--bdr);
  border-top: 0;
  overflow: hidden;
}
.tn-tab-panel.active {
  display: block;
}
.tn-tab-text {
  background: var(--bg);
  padding: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tn-tab-text h3 {
  font-family: var(--tp-ff-heading, var(--fb));
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 16px;
  color: #fff;
}
.tn-tab-text p {
  color: var(--mu);
  line-height: 1.8;
  max-width: 520px;
}
.tn-tab-list {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}
.tn-tab-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.9rem;
}
.tn-tab-list i {
  color: var(--y);
}
.tn-tab-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 17, 31, 0.25);
}
.tn-why-card {
  background: var(--bg2);
  padding: 42px 38px;
}
.tn-why-card.is-highlight {
  background:
    linear-gradient(135deg, rgba(246, 199, 68, 0.12), rgba(88, 183, 255, 0.07)),
    var(--bg2);
}
.tn-why-title {
  font-family: var(--tp-ff-heading, var(--fb));
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  margin-bottom: 18px;
}
.tn-why-list {
  display: grid;
  gap: 14px;
}
.tn-why-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.tn-why-row:last-child {
  border-bottom: 0;
}
.tn-why-row i {
  color: var(--y);
  margin-top: 4px;
}
.tn-stor-feat span,
.tn-why-row span {
  color: var(--mu);
  line-height: 1.6;
}
.tn-products {
  background: var(--bg2);
}
.tn-prod-banner {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--bdr);
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bg3);
}
.tn-prod-banner::after,
.tn-prod-banner::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--tp-ff-heading, var(--fb));
  font-size: clamp(7rem, 16vw, 16rem);
}
.tn-prod-banner::before {
  content: "C₄H₁₀";
  left: -2%;
  color: rgba(88, 183, 255, 0.06);
}
.tn-prod-banner::after {
  content: "C₃H₈";
  right: -2%;
  color: rgba(246, 199, 68, 0.07);
}
.tn-prod-banner-body {
  position: relative;
  z-index: 2;
  padding: 58px 28px;
}
.tn-prod,
.tn-prod-head {
  border-bottom: 1px solid var(--bdr);
  position: relative;
}
.tn-prod {
  background: var(--bg);
  border-right: 1px solid var(--bdr);
  transition: 0.25s ease;
}
.tn-prod:hover {
  background: rgba(88, 183, 255, 0.055);
  box-shadow: inset 0 0 80px rgba(88, 183, 255, 0.07);
}
.tn-prod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(var(--bl), var(--y));
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.35s ease;
}
.tn-prod:hover::before {
  transform: scaleY(1);
}
.tn-prod-head {
  padding: 52px 48px 38px;
  overflow: hidden;
}
.tn-prod-name {
  font-family: var(--tp-ff-heading, var(--fb));
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}
.tn-prod-formula-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--bdrY);
  background: rgba(246, 199, 68, 0.08);
  padding: 7px 14px;
  margin-bottom: 17px;
}
.tn-prod-formula-badge code {
  font-family: var(--mono);
  color: var(--y);
  font-size: 1.05rem;
}
.tn-prod-formula-badge span {
  color: var(--dim);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-left: 1px solid rgba(246, 199, 68, 0.2);
  padding-left: 10px;
}
.tn-prod-sub {
  color: var(--mu);
  font-size: 0.85rem;
  line-height: 1.65;
  max-width: 43ch;
}
.tn-prod-body {
  padding: 36px 48px 44px;
}
.tn-spec-cell {
  background: var(--bg);
  padding: 14px 12px;
}
.tn-spec-lbl {
  display: block;
  color: var(--dim);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.tn-spec-val {
  color: #fff;
  font-family: var(--mono);
  font-size: 0.92rem;
}
.tn-spec-val.big {
  color: var(--y);
  font-size: 1.1rem;
}
.tn-prod-foot,
.tn-use {
  display: flex;
  align-items: center;
}
.tn-use {
  border: 1px solid var(--bdr);
  padding: 12px 14px;
  color: var(--soft);
  font-size: 0.82rem;
  gap: 9px;
}
.tn-use i {
  color: var(--bl);
}
.tn-prod-foot {
  justify-content: space-between;
  gap: 16px;
  padding: 20px 48px;
  border-top: 1px solid var(--bdr);
  background: rgba(255, 255, 255, 0.025);
}
.tn-prod-class {
  color: var(--y);
  border: 1px solid var(--bdrY);
  padding: 6px 12px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tn-stor-cell,
.tn-storage {
  position: relative;
  overflow: hidden;
}
.tn-storage {
  background: var(--bg3);
}
.tn-storage-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(2, 8, 18, 0.98) 0,
    rgba(2, 8, 18, 0.9) 42%,
    rgba(2, 8, 18, 0.52) 72%,
    rgba(2, 8, 18, 0.22) 100%
  );
}
.tn-stor-cell {
  background: rgba(6, 17, 31, 0.84);
  backdrop-filter: blur(6px);
  padding: 20px 18px;
}
.tn-stor-cell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--bl), var(--y));
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.35s ease;
}
.tn-stor-cell:hover::after {
  transform: scaleX(1);
}
.tn-stor-n {
  font-family: var(--tp-ff-heading, var(--fb));
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--y);
  line-height: 1;
  white-space: nowrap;
}
.tn-stor-u {
  font-size: 0.48em;
}
.tn-stor-l {
  color: var(--dim);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 8px 0 9px;
}
.tn-stor-wide {
  grid-column: 1/-1;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.tn-stor-feats {
  margin-top: 32px;
  display: grid;
  gap: 12px;
}
.tn-stor-feat {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tn-stor-feat i {
  color: var(--bl);
  margin-top: 4px;
}
.tn-stor-feat strong {
  color: #fff;
}
.tn-pillar {
  background: var(--bg);
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease;
}
.tn-pillar:hover {
  background: rgba(88, 183, 255, 0.06);
}
.tn-cta-left::before,
.tn-pillar-n {
  position: absolute;
  font-family: var(--tp-ff-heading, var(--fb));
  line-height: 1;
}
.tn-pillar-n {
  right: 14px;
  top: 10px;
  font-size: 2.4rem;
  color: rgba(88, 183, 255, 0.1);
}
.tn-pillar-t {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.tn-pillar-d {
  color: var(--mu);
  font-size: 0.82rem;
  line-height: 1.66;
  margin: 0;
}
.tn-cta-left,
.tn-cta-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.tn-cta-left {
  background: var(--bg3);
  padding: 82px 76px 82px 60px;
  overflow: hidden;
}
.tn-cta-left::before {
  content: "LPG";
  left: -18px;
  bottom: -26px;
  font-size: clamp(7rem, 15vw, 14rem);
  color: rgba(88, 183, 255, 0.06);
}
.tn-cta-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -42px;
  bottom: 0;
  width: 84px;
  background: var(--bg3);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: 2;
}
.tn-cta-right {
  background: linear-gradient(145deg, var(--bm), var(--b));
  padding: 82px 60px 82px 86px;
}
.tn-cta-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 65% 25%,
    rgba(246, 199, 68, 0.18),
    transparent 34%
  );
}
.tn-cinfo {
  display: grid;
  gap: 0;
}
.tn-cinfo-row {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.tn-cinfo-row:last-child {
  border-bottom: 0;
}
.tn-cinfo-ico {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tn-cinfo-lbl {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tn-cinfo-val {
  color: #fff;
  font-weight: 700;
  margin-top: 3px;
}
.tn-mobile-cta .tn-btn {
  width: 100%;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}
.ke-event-single,
.ke-single-post {
  background: var(--ke-dark);
  color: #fff;
  overflow: hidden;
}
.ke-news-hero {
  position: relative;
  min-height: auto;
  padding: 160px 0 80px;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(214, 179, 74, 0.14),
      transparent 34%
    ),
    linear-gradient(135deg, #050807 0, #07110f 48%, #10100b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ke-news-hero::after,
.ke-news-hero::before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ke-news-hero::before {
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.86),
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.2)
    ),
    url("<?php echo esc_url( $banner_image ); ?>") center center/cover no-repeat;
  opacity: 0.2;
  filter: blur(8px) saturate(0.85);
  transform: scale(1.04);
}
.ke-news-hero::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 230px;
  background: linear-gradient(to bottom, transparent, #050807);
}
.ke-news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--ke-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.ke-event-eyebrow::before,
.ke-news-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--ke-gold);
}
.ke-news-title {
  margin: 0;
  max-width: 790px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 3.8rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em;
  font-weight: 700 !important;
}
.ke-news-excerpt {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.8;
}
.ke-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.ke-news-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: var(--ke-radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--ke-border);
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
}
.ke-news-pill i {
  color: var(--ke-gold);
  font-size: 13px;
}
.ke-news-visual,
.ke-news-visual-wrap {
  position: relative;
}
.ke-news-visual {
  border-radius: var(--ke-radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--ke-border);
  box-shadow: 0 32px 95px rgba(0, 0, 0, 0.55);
}
.ke-event-visual img,
.ke-news-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.ke-news-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.38), transparent 52%),
    linear-gradient(to right, rgba(0, 0, 0, 0.16), transparent 58%);
  pointer-events: none;
}
.ke-news-image-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 12px 16px;
  border-radius: var(--ke-radius-sm);
  background: rgba(5, 8, 7, 0.8);
  border: 1px solid rgba(214, 179, 74, 0.25);
  backdrop-filter: blur(12px);
}
.ke-event-date-badge strong,
.ke-news-image-badge strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
.ke-news-content-section {
  padding: 90px 0 150px;
  background:
    radial-gradient(circle at 85%0, rgba(214, 179, 74, 0.08), transparent 32%),
    #050807;
}
.ke-event-layout,
.ke-news-layout {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}
.ke-mobile-share a {
  width: 44px;
  height: 44px;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--ke-border);
  text-decoration: none;
}
.ke-event-hero {
  position: relative;
  min-height: auto;
  padding: 160px 0 80px;
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(212, 177, 78, 0.14),
      transparent 34%
    ),
    linear-gradient(135deg, #050807 0, #07110f 46%, #10100b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ke-event-hero::before {
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.82),
      rgba(0, 0, 0, 0.42),
      rgba(0, 0, 0, 0.2)
    ),
    url("<?php echo esc_url( $banner_image ); ?>") center center/cover no-repeat;
  opacity: 0.22;
  filter: blur(8px) saturate(0.85);
  transform: scale(1.04);
}
.ke-event-hero::after,
.ke-event-hero::before,
.ke-event-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ke-event-hero::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  background: linear-gradient(to bottom, transparent, #050807);
}
.ke-event-eyebrow,
.ke-mobile-share a {
  display: inline-flex;
  align-items: center;
}
.ke-event-eyebrow {
  gap: 12px;
  margin-bottom: 22px;
  color: var(--ke-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.ke-event-title {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 3.8rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em;
  font-weight: 700 !important;
}
.ke-event-intro {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.8;
}
.ke-event-visual-wrap {
  position: relative;
  margin-top: 12px;
}
.ke-event-visual {
  position: relative;
  border-radius: var(--ke-radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  border: 1px solid var(--ke-border);
  background: rgba(255, 255, 255, 0.04);
}
.ke-event-visual::after {
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.36), transparent 48%),
    linear-gradient(to right, rgba(0, 0, 0, 0.18), transparent 55%);
}
.ke-event-date-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 12px 16px;
  border-radius: var(--ke-radius-sm);
  background: rgba(5, 8, 7, 0.8);
  border: 1px solid rgba(214, 179, 74, 0.25);
  backdrop-filter: blur(12px);
}
.ke-event-date-badge span,
.ke-news-image-badge span {
  display: block;
  color: var(--ke-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 3px;
}
.ke-event-meta-section {
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
.ke-event-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ke-event-card {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--ke-border);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  flex: 1 1 auto;
  min-width: 0;
}
.ke-event-card-inner {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ke-event-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--ke-gold);
  background: rgba(214, 179, 74, 0.08);
  border: 1px solid rgba(214, 179, 74, 0.2);
}
.ke-event-icon svg {
  width: 15px;
  height: 15px;
}
.ke-event-label {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.ke-event-value {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.ke-event-content-section {
  padding: 90px 0 150px;
  background:
    radial-gradient(circle at 80%0, rgba(214, 179, 74, 0.08), transparent 32%),
    #050807;
}
@media (min-width: 576px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 52px !important;
    letter-spacing: 8px;
  }
}
@media (min-width: 992px) {
  .ke-form {
    position: sticky;
    top: 110px;
  }
  .ke-tl::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(124, 255, 184, 0.3),
      rgba(255, 255, 255, 0.08),
      rgba(124, 255, 184, 0.24),
      transparent
    );
    transform: translateX(-0.5px);
    opacity: 0.9;
  }
  .ke-dotline {
    display: block;
    position: absolute;
    top: 24px;
    left: -18px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow:
      0 0 0 8px rgba(124, 255, 184, 0.1),
      0 0 22px rgba(124, 255, 184, 0.2);
  }
  .ke-tl__item--right .ke-dotline {
    left: auto;
    right: -18px;
  }
}
@media (min-width: 1200px) {
  .tp-counter-cst-final .col-xl-4:nth-child(1) .tp-counter-cst-item-inner {
    justify-content: flex-start;
  }
  .tp-counter-cst-final .col-xl-4:nth-child(2) .tp-counter-cst-item-inner {
    justify-content: center;
  }
  .tp-counter-cst-final .col-xl-4:nth-child(3) .tp-counter-cst-item-inner {
    justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  .tn-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 1199.98px) {
  .ke-ev__hero {
    padding: 92px 0 54px;
  }
  .ke-ev-icon {
    width: 380px;
  }
  .tp-counter-cst-final .tp-counter-cst-item-inner {
    justify-content: flex-start !important;
    padding: 10px 24px;
  }
  .ke-seal-wrap,
  .sh-journey-flow::before,
  .tn-cta-left::after,
  .tn-journey-flow::before,
  .tp-counter-cst-final .tp-counter-cst-item.borders::after {
    display: none;
  }
  .tp-counter-cst-final .tp-counter-cst-item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
  }
  .ke-why-imgside {
    width: 45%;
  }
  .rk-stage-content {
    padding: 48px 40px;
  }
  .rk-hero {
    min-height: auto;
    padding: 130px 0 0;
  }
  .rk-hero-content {
    padding-bottom: 40px;
  }
  .rk-stage-no {
    font-size: clamp(4rem, 8vw, 7rem);
  }
  .sh-hero-products {
    min-height: 540px;
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
  }
  .tn-cta-left,
  .tn-cta-right {
    padding: 60px 40px;
  }
  .ke-event-hero,
  .ke-news-hero {
    padding-top: 165px;
  }
  .container-1524,
  .container-1800 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tp-faq-wrap.ml-95,
  .tp-portfolio-cst-list-wrap {
    margin-left: 0;
  }
  .tp-faq-cst-left.mr-110 {
    margin-right: 0;
  }
  .tp-about-cst-list-thumb.ml-150,
  .tp-about-cst-list-wrap.ml-30,
  .tp-about-cst-tab-wrap.ml-35 {
    margin-left: 0;
  }
  .ka-hero-title,
  .kc-hero-h,
  .ke-hero-title,
  .ke-hxl,
  .ks-title,
  .rk-h,
  .rk-title,
  .sh-h1,
  .titullKryefaqe,
  .tn-hxl {
    font-size: clamp(2rem, 4vw, 3rem) !important;
  }
}
@media (max-width: 991.98px) {
  .ka-hero-vid-wrap {
    height: 340px;
    padding-left: 1.5rem;
  }
  .ka-hvc-bg,
  .ka-hvc-mid {
    display: none;
  }
  .ka-hvc-main {
    width: 100%;
    height: 100%;
  }
  .ka-flt-badge {
    display: none;
  }
  .ke-ec-media {
    min-height: 280px;
  }
  .ke-sticky-box {
    position: static;
  }
  .ke-ev__cta2-inner {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
  .ke-ev__cta2-right {
    min-height: 180px;
    order: -1;
  }
  .ke-ev__cta2-icon {
    width: min(240px, 85%);
  }
  .tp-cta-wd-shape.ke-map-wrap {
    max-width: 680px;
  }
  .tp-cta-wd-shape.ke-map-wrap .ke-map-img {
    max-width: 58%;
  }
  .ke-input-wrap {
    min-width: 220px;
  }
  .ke-why-imgside {
    display: none;
  }
  .ke-bento-hero {
    min-height: 300px;
  }
  .ke-bento-sm {
    min-height: 200px;
  }
  .ke-process {
    flex-direction: column;
  }
  .ke-pstep {
    border-right: none;
    border-bottom: 1px solid var(--bdr);
  }
  .ke-pstep:last-child {
    border-bottom: none;
  }
  .ke-stat-cell {
    border-bottom: 1px solid var(--bdr);
  }
  .ke-stat-cell:nth-child(even) {
    border-right: none;
  }
  .ke-strip-div {
    display: none;
  }
  .kc-hero {
    padding: 120px 0 80px;
    min-height: auto;
  }
  .kc-mockup {
    max-width: 320px;
    margin: 0 auto;
  }
  .kc-ring-1 {
    width: 260px;
    height: 260px;
  }
  .kc-ring-2 {
    width: 340px;
    height: 340px;
  }
  .kc-card-sec-glow {
    display: none;
  }
  .ks-wrap {
    padding: 0 24px;
  }
  .ks-hero {
    min-height: auto;
    padding-top: 130px;
  }
  .ks-hero-content {
    padding-bottom: 48px;
  }
  .ks-text,
  .rk-cta p,
  .rk-final-content p {
    font-size: 0.88rem;
  }
  .ks-hero-stat {
    padding: 18px 22px;
  }
  .ks-stat-big {
    font-size: 1rem;
  }
  .rk-hero {
    min-height: auto;
    padding: 120px 0 0;
  }
  .rk-hero-content {
    padding-bottom: 32px;
  }
  .rk-text {
    font-size: 0.9rem;
  }
  .rk-hero-stat {
    padding: 18px 20px;
  }
  .rk-stat-num {
    font-size: 1.4rem;
  }
  .rk-process {
    padding: 30px 0;
  }
  .rk-process-card {
    min-height: auto;
    padding: 16px;
  }
  .rk-command-card h4,
  .rk-process-title {
    font-size: 1rem;
  }
  .rk-process-small {
    font-size: 0.72rem;
  }
  .rk-stage {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .rk-stage-media {
    min-height: 50vw;
    max-height: 300px;
    order: 1;
  }
  .rk-stage-content {
    order: 2;
    padding: 32px 20px;
  }
  .rk-stage-title {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
  }
  .rk-stage-desc {
    font-size: 0.88rem;
    margin-bottom: 18px;
    line-height: 1.7;
  }
  .rk-stage-kicker {
    font-size: 0.6rem;
    margin-bottom: 12px;
  }
  .rk-stage-line {
    margin-bottom: 14px;
  }
  .rk-stage-badge {
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    font-size: 0.6rem;
  }
  .rk-stage-no {
    right: 12px;
    font-size: clamp(3rem, 15vw, 5rem);
  }
  .rk-pill {
    padding: 6px 10px;
    font-size: 0.6rem;
  }
  .rk-checkpoint,
  .rk-road,
  .rk-stage-content:before,
  .rk-system-nav {
    display: none;
  }
  .rk-command-card {
    padding: 18px;
  }
  .rk-btn {
    padding: 12px 20px;
    font-size: 0.68rem;
  }
  .rk-final-content h2 {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
  }
  .rk-cta h2 {
    font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  }
  .sh-hero-products {
    display: none;
  }
  .sh-section {
    padding: 60px 0;
  }
  .sh-h2,
  .sh-h2-one {
    font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  }
  .sh-p {
    font-size: 0.88rem;
  }
  .sh-tab-img {
    min-height: 280px;
  }
  .sh-tab-panel {
    min-height: auto;
  }
  .sh-tab-content {
    padding: 28px 20px;
  }
  .sh-hero {
    min-height: auto;
    padding: 130px 0 60px;
  }
  .sh-step-dot {
    width: 48px;
    height: 48px;
  }
  .sh-btn {
    padding: 12px 22px;
    font-size: 0.7rem;
  }
  .tn-section {
    padding: 60px 0;
  }
  .tn-h {
    font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  }
  .tn-p {
    font-size: 0.88rem;
  }
  .tn-hero {
    min-height: auto;
    padding: 130px 0 0;
  }
  .tn-hero-content {
    padding-bottom: 44px;
  }
  .tn-trust-item {
    padding: 18px 22px;
  }
  .tn-trust-val {
    font-size: 1.1rem;
  }
  .tn-about-media {
    min-height: 300px;
  }
  .tn-tab-img {
    min-height: 280px;
  }
  .tn-tab-text {
    padding: 30px 22px;
  }
  .tn-sticky-nav {
    position: relative;
  }
  .tn-hero-orbit {
    display: none;
  }
  .tn-cta-left,
  .tn-cta-right {
    padding: 48px 30px;
  }
  .tn-btn {
    padding: 12px 22px;
    font-size: 0.68rem;
  }
  .ke-news-hero {
    min-height: auto;
    padding: 145px 0 78px;
  }
  .ke-news-visual {
    margin-top: 36px;
  }
  .ke-news-layout {
    display: block;
  }
  .ke-event-hero {
    min-height: auto;
    padding: 145px 0 80px;
  }
  .ke-event-visual {
    margin-top: 36px;
  }
  .ke-event-layout {
    display: block;
  }
  .ke-share-rail {
    display: none;
  }
  .ke-mobile-share {
    display: block;
  }
  .tp-service-hero-spacing {
    padding-top: 140px;
  }
  .pb-100,
  .pt-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pb-120,
  .pb-80,
  .pt-115,
  .pt-120,
  .pt-155 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
  }
  .pb-120,
  .pt-120,
  .pt-155 {
    padding-bottom: 70px !important;
  }
  .pb-120,
  .pt-155 {
    padding-top: 90px !important;
  }
  .mb-60 {
    margin-bottom: 40px !important;
  }
  .mb-80 {
    margin-bottom: 50px !important;
  }
  .tp-portfolio-cst-content h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  }
  .tp-portfolio-cst-img-wrapper {
    max-width: 380px;
  }
  .tp-about-cst-list-wrap {
    margin-top: 30px;
  }
  .tp-faq-cst-thumb-wrap {
    display: none;
  }
  .tp-footer-wd-widget.ml-45,
  .tp-footer-wd-widget.ml-60 {
    margin-left: 0;
  }
  .tp-footer-cst-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .tp-portfolio-creative-item {
    height: 75vh !important;
    min-height: 480px;
    padding: 20px 20px 70px !important;
    align-items: flex-end !important;
  }
  .tp-portfolio-creative-wrap {
    height: 75vh !important;
  }
  .tp-portfolio-creative-slider-active,
  .tp-portfolio-creative-slider-active .swiper-slide,
  .tp-portfolio-creative-slider-active .swiper-wrapper {
    height: 75svh !important;
  }
  .tp-portfolio-creative-item .bg-image,
  .tp-portfolio-creative-item .bg-video,
  .tp-portfolio-creative-item video.bg-video {
    object-position: center center;
  }
  .tp-portfolio-creative-item::after {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 0,
      rgba(0, 0, 0, 0.2) 40%,
      transparent 100%
    );
  }
  .titullKryefaqe,
  .tp-portfolio-slicer-title {
    line-height: 1.05 !important;
    margin-bottom: 0 !important;
  }
  .tp-portfolio-slicer-title {
    font-size: clamp(2.2rem, 10vw, 3rem) !important;
  }
  .tp-portfolio-creative-content .tp-portfolio-slicer-title {
    transform: none !important;
    margin-bottom: 0 !important;
  }
  .tp-portfolio-mix-slider-navigation {
    bottom: 0;
  }
  .tp-portfolio-mix-slider-navigation .slider-nav {
    height: 56px;
    padding: 0 16px;
  }
  .ks-hero-stat i,
  .tp-portfolio-mix-slider-navigation .nav-icon {
    font-size: 14px;
  }
  .tp-portfolio-creative-social {
    display: none !important;
  }
  .swiper-pagination {
    bottom: 62px !important;
  }
  .tp-service-cst-title {
    font-size: clamp(1.3rem, 4.5vw, 1.7rem) !important;
    line-height: 1.25 !important;
  }
  .tp-service-cst-slider-wrap {
    margin-top: 20px;
  }
  .tp-about-2-title {
    font-size: clamp(1.5rem, 5.5vw, 2rem) !important;
    line-height: 1.2 !important;
  }
  .tp-about-cst-title-wrap {
    margin-bottom: 40px !important;
  }
  .tp-about-expreance {
    margin-bottom: 20px !important;
  }
  .tp-about-expreance h2 {
    font-size: 52px !important;
  }
  .tp-about-expreance span {
    font-size: 15px !important;
  }
  .tp-about-cst-tab-wrap {
    margin-left: 0 !important;
  }
  .tp-about-cst-tab ul {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 100%;
    background: var(--ke-glass);
    border: 1px solid var(--ke-border);
    border-radius: var(--ke-radius-sm);
    padding: 4px;
    overflow: hidden;
  }
  .tp-about-cst-tab ul li {
    flex: 1;
  }
  .tp-about-cst-tab ul li a {
    display: block !important;
    text-align: center;
    font-size: 13px !important;
    padding: 10px 8px !important;
    border-radius: 10px;
    white-space: nowrap;
  }
  .tp-about-cst-tab ul li a.active {
    background: var(--ke-gold) !important;
    color: #000 !important;
  }
  .tp-about-cst-tab-content p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
  .tp-about-cst-tab-content .mb-30 {
    margin-bottom: 16px !important;
  }
  .tp-about-cst-tab,
  .tp-about-cst-tab-content .mb-40 {
    margin-bottom: 20px !important;
  }
  .tab-content.mb-45 {
    margin-bottom: 24px !important;
  }
  .tp-about-cst-list-thumb {
    display: none;
  }
  .tp-about-cst-list {
    margin-top: 24px;
  }
  .tp-about-cst-list-wrap {
    margin-left: 0 !important;
  }
  .tp-portfolio-area.standartet {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }
  .tp-portfolio-cst-content h2 {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
    line-height: 1.2 !important;
  }
  .tp-portfolio-cst-content p {
    font-size: 15px;
  }
  .tp-portfolio-cst-list-wrap {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  .tp-portfolio-cst-item {
    padding: 16px 0;
  }
  .tp-portfolio-cst-tag {
    color: #0a1410 !important;
    font-size: 11px;
    padding: 4px 10px;
    margin-bottom: 10px !important;
  }
  .tp-portfolio-cst-title {
    font-size: 20px !important;
  }
  .tp-portfolio-cst-btn {
    width: 40px;
    height: 40px;
  }
  .tp-faq-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .tp-faq-cst-left h2 {
    font-size: clamp(1.5rem, 5.5vw, 2rem) !important;
  }
  .tp-faq-cst-thumb-wrap {
    display: none;
  }
  .tp-faq-wrap.ml-95 {
    margin-left: 0 !important;
  }
  .tp-faq-cst-left.mr-110 {
    margin-right: 0 !important;
  }
  .tp-faq-cst-para {
    font-size: 15px !important;
    margin-bottom: 40px !important;
  }
  .ke-ev-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .ke-ev-section .row.mb-60 {
    margin-bottom: 30px !important;
  }
  .ke-ev-section .fs-60 {
    font-size: clamp(1.6rem, 6vw, 2.2rem) !important;
  }
  .ke-ev-section .fs-18 {
    font-size: 14px !important;
  }
  .ke-ev-card {
    border-radius: var(--ke-radius);
  }
  .ke-ev-img-wrap {
    aspect-ratio: 16/9;
  }
  .ke-ev-title {
    font-size: 16px !important;
  }
  .ke-ev-badge {
    left: 10px;
    bottom: 10px;
    padding: 5px 8px;
    border-radius: 8px;
    min-width: 38px;
  }
  .ke-ev-badge-day {
    font-size: 18px;
  }
  .ke-ev-badge-mon {
    font-size: 9px;
  }
  .ke-ev-location {
    bottom: 10px;
    right: 10px;
    font-size: 11px;
    padding: 4px 8px;
  }
  .ke-ev-pill {
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 3px 8px;
  }
  .ke-ev-link {
    font-size: 12px;
  }
  .tp-cta-wd-content h2.tp-footer-top-title {
    font-size: 42px !important;
  }
  .ke-search-card {
    padding: 20px 16px !important;
  }
  .ke-input {
    font-size: 14px !important;
  }
  .ke-btn {
    width: 100%;
    justify-content: center;
  }
  .ke-kicker-text {
    font-size: 13px;
  }
  .ke-kicker-arrow,
  .ke-map-dot,
  .ke-map-ring {
    display: none;
  }
  .tp-cta-wd-shape.ke-map-wrap {
    max-width: 280px;
    margin: 30px auto 0;
  }
  .tp-brand-cst-spacing {
    padding: 30px 0 !important;
  }
  .tp-brand-item img {
    max-height: 32px;
  }
  .standartet .pt-100 {
    padding-top: 50px !important;
  }
  .section-m-spacing {
    margin-top: 0 !important;
  }
  .mb-45 {
    margin-bottom: 24px !important;
  }
  .mb-70 {
    margin-bottom: 40px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .pb-35 {
    padding-bottom: 20px !important;
  }
  .sse-flow {
    gap: 8px;
  }
  .sse-flow-step {
    min-width: 80px;
    padding: 0 8px;
  }
  .sse-flow-label {
    font-size: 11px;
  }
  .sse-flow-sub {
    display: none;
  }
  .sse-flow-icon {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
  .swiper.ka-sg-swiper .swiper-slide {
    width: 82vw;
  }
  .tp-blog-thumb .tp--hover-img {
    height: 220px;
  }
  .ke-article-content {
    font-size: 17px;
    line-height: 1.8;
  }
  .ke-article-content h2 {
    font-size: 1.4em;
  }
  .ke-article-content h3 {
    font-size: 1.2em;
  }
  .ke-article-content .alignleft,
  .ke-article-content .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5em 0;
  }
  .ke-article-content blockquote {
    padding: 1.2em 1.4em;
  }
  .ke-article-content .wp-block-columns {
    flex-direction: column;
  }
  .ke-article-card {
    border-radius: 18px;
  }
  .tp-counter-cst-final {
    padding-bottom: 38px !important;
  }
  .tp-counter-cst-final .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .tp-counter-cst-final [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tp-counter-cst-final .tp-counter-cst-item {
    margin-bottom: 16px !important;
    border-radius: var(--ke-radius);
  }
  .tp-counter-cst-final .tp-counter-cst-item-inner {
    min-height: auto;
    padding: 22px 20px;
    gap: 16px;
  }
  .tp-counter-cst-final .tp-counter-cst-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .tp-counter-cst-final .tp-counter-cst-icon svg {
    width: 23px;
    height: 23px;
  }
  .tp-counter-cst-final .tp-counter-cst-content h2 {
    font-size: 42px !important;
    letter-spacing: -1.5px;
    margin-bottom: 6px;
  }
  .tp-counter-cst-final .tp-counter-cst-content > span {
    font-size: 14px !important;
    line-height: 1.35;
  }
  .tp-service-cst-slider,
  .tp-service-cst-slider-wrap {
    overflow: visible !important;
  }
  .tp-service-cst-item--c .tp-service-cst-thumb {
    aspect-ratio: 4/3;
  }
  .tp-service-cst-item--c .tp-service-cst-thumb img {
    height: 100%;
    object-fit: cover;
  }
  .tp-service-cst-title--c {
    font-size: 20px !important;
    margin-top: -1.8rem;
    padding: 0 16px;
  }
  .tp-service-cst-content--c {
    padding: 8px 16px 16px;
  }
  .tp-service-cst-desc--c {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .tp-service-cst-link--c {
    font-size: 12px !important;
  }
  .tp-service-cst-pagination {
    text-align: center;
    margin-top: 10px;
  }
  .tp-service-cst-slider .swiper-wrapper {
    align-items: flex-start !important;
  }
  .tp-service-cst-slider .swiper-slide {
    height: auto !important;
  }
  .tp-service-cst-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
    margin: 0 4px !important;
    transition:
      background 0.2s ease,
      transform 0.2s ease;
  }
  .tp-service-cst-pagination .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.3);
  }
  .ke-s {
    padding: 72px 0;
  }
  .ke-s-sm {
    padding: 52px 0;
  }
  .ke-hero-trust {
    flex-wrap: wrap;
  }
  .ke-trust-i {
    border-right: none;
    border-bottom: 1px solid var(--bdr);
    min-width: 100%;
  }
  .ke-stat-cell:last-child,
  .ke-trust-i:last-child {
    border-bottom: none;
  }
  .ke-stat-grid {
    grid-template-columns: 1fr;
  }
  .ke-stat-cell {
    border-right: none;
  }
  .ke-scroll-cue {
    display: none;
  }
  .ke-bento-hero {
    min-height: 300px;
  }
  .ks-text {
    font-size: 0.85rem;
  }
  .ks-ey {
    font-size: 0.58rem;
    margin-bottom: 12px;
  }
  .ks-ey:before {
    width: 24px;
  }
  .ks-hero {
    min-height: auto;
    padding-top: 110px;
  }
  .ks-hero-content {
    padding-bottom: 40px;
  }
  .ks-hero-desc {
    margin-top: 18px;
  }
  .ks-hero-actions {
    margin-top: 24px;
  }
  .ks-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.66rem;
  }
  .ks-grid-overlay {
    background-size: 30px 30px;
  }
  .ks-hero-stat {
    padding: 16px 18px;
    gap: 10px;
  }
  .ks-hero-stat:nth-child(2) {
    border-right: 0;
  }
  .ks-hero-stat:nth-child(1),
  .ks-hero-stat:nth-child(2) {
    border-bottom: 1px solid rgba(204, 20, 20, 0.12);
  }
  .ks-stat-big {
    font-size: 0.92rem;
  }
  .ks-stat-small {
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }
  .sh-section {
    padding: 50px 0;
  }
  .sh-section-sm {
    padding: 36px 0;
  }
  .sh-h2,
  .sh-h2-one {
    font-size: clamp(1.2rem, 4.5vw, 1.6rem);
  }
  .sh-p {
    font-size: 0.84rem;
  }
  .sh-ey {
    font-size: 0.64rem;
    padding: 6px 10px;
  }
  .sh-logo {
    height: 40px;
  }
  .sh-hero {
    min-height: auto;
    padding: 120px 0 50px;
  }
  .sh-hero .sh-h1 {
    color: #fff;
  }
  .sh-hero-desc {
    font-size: 0.88rem;
  }
  .sh-hero-actions {
    flex-direction: column;
  }
  .sh-hero-actions .sh-btn {
    width: 100%;
  }
  .sh-fast-item {
    border-right: 0;
    border-bottom: 1px solid var(--sh-line);
    padding: 16px 18px;
  }
  .sh-fast-t {
    font-size: 0.78rem;
  }
  .sh-fast-d {
    font-size: 0.7rem;
  }
  .sh-fast-ic {
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }
  .sh-tab-btn {
    padding: 12px 14px;
  }
  .sh-tab-btn strong {
    font-size: 0.82rem;
  }
  .sh-tab-btn small {
    font-size: 0.65rem;
  }
  .sh-tab-content {
    padding: 22px 16px;
  }
  .sh-tab-content h3 {
    font-size: 1rem;
  }
  .sh-tab-list {
    grid-template-columns: 1fr;
  }
  .sh-tab-img {
    min-height: 200px;
  }
  .sh-step {
    padding: 18px 14px;
  }
  .sh-step-dot {
    width: 42px;
    height: 42px;
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  .sh-step h3,
  .tn-journey-step h3,
  .tn-prod-formula-badge code,
  .tn-spec-val.big {
    font-size: 0.88rem;
  }
  .sh-step p {
    font-size: 0.76rem;
  }
  .sh-whycard--hero,
  .sh-whycard--tall {
    min-height: 260px;
  }
  .sh-whycard--sm {
    min-height: 140px;
    padding: 1.2rem;
  }
  .sh-whycard__title {
    font-size: 0.95rem;
  }
  .sh-whycard__desc {
    font-size: 0.74rem;
  }
  .sh-btn {
    width: auto;
    font-size: 0.68rem;
    padding: 12px 18px;
  }
  .sh-mobile-cta {
    display: block;
  }
  .sh-final-box {
    padding: 36px 20px;
  }
  .sh-final-box h2 {
    font-size: clamp(1.3rem, 4.5vw, 1.8rem);
  }
  .sh-final-box p {
    font-size: 0.85rem;
  }
  .tn-section {
    padding: 50px 0;
  }
  .tn-section-sm {
    padding: 36px 0;
  }
  .tn-h {
    font-size: clamp(1.2rem, 4.5vw, 1.6rem);
  }
  .tn-p {
    font-size: 0.84rem;
    line-height: 1.7;
  }
  .tn-ey {
    font-size: 0.56rem;
    margin-bottom: 10px;
  }
  .tn-ey::before {
    width: 22px;
  }
  .tn-hero {
    min-height: auto;
    padding: 110px 0 0;
  }
  .tn-hero-content {
    padding-bottom: 36px;
  }
  .tn-hero-desc {
    margin-top: 16px;
  }
  .tn-hero-actions {
    margin-top: 20px;
    flex-direction: column;
  }
  .tn-hero-grid,
  .tn-hero-orbit {
    display: none;
  }
  .tn-hero-logo {
    margin-bottom: 14px;
  }
  .tn-logo-md {
    height: 36px;
  }
  .tn-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.66rem;
  }
  .tn-tab-text h3,
  .tn-trust-val {
    font-size: 1rem;
  }
  .tn-prod-formula-badge span,
  .tn-trust-label {
    font-size: 0.52rem;
  }
  .tn-trust-ico {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
  .tn-sticky-nav {
    position: relative;
  }
  .tn-sticky-nav a {
    font-size: 0.6rem;
    padding: 10px 12px;
  }
  .tn-about-media {
    min-height: 240px;
  }
  .tn-feat {
    padding: 16px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--bdr);
  }
  .tn-feat-ico {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .tn-feat-t {
    font-size: 0.64rem;
    margin-bottom: 4px;
  }
  .tn-feat-d {
    font-size: 0.72rem;
    line-height: 1.5;
  }
  .tn-journey-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
  }
  .tn-journey-dot {
    width: 42px;
    height: 42px;
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  .tn-journey-step {
    padding: 18px 14px;
  }
  .tn-journey-step p {
    font-size: 0.74rem;
  }
  .tn-tab-text {
    padding: 20px 14px;
  }
  .tn-tab-img {
    min-height: 200px;
  }
  .tn-prod-name {
    font-size: clamp(1.4rem, 5vw, 1.8rem) !important;
  }
  .tn-prod-body,
  .tn-prod-head {
    padding: 18px 14px;
  }
  .tn-prod-foot {
    padding: 12px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
  .tn-prod-sub {
    font-size: 0.78rem;
  }
  .tn-prod-formula-badge {
    padding: 5px 10px;
  }
  .tn-spec-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }
  .tn-spec-cell {
    padding: 10px;
  }
  .tn-spec-lbl {
    font-size: 0.5rem;
    margin-bottom: 4px;
  }
  .tn-spec-val {
    font-size: 0.78rem;
  }
  .tn-use {
    font-size: 0.7rem;
    padding: 8px 10px;
  }
  .tn-stor-cell {
    padding: 14px 12px;
  }
  .tn-stor-n {
    font-size: clamp(1.2rem, 4vw, 1.6rem) !important;
  }
  .tn-stor-l {
    font-size: 0.5rem;
    margin: 4px 0 6px;
  }
  .tn-stor-d {
    font-size: 0.7rem;
  }
  .tn-pillar {
    padding: 18px 14px;
  }
  .tn-pillar-n {
    font-size: 1.8rem;
    right: 10px;
    top: 8px;
  }
  .tn-pillar-t {
    font-size: 0.64rem;
    margin-bottom: 6px;
  }
  .tn-pillar-d {
    font-size: 0.74rem;
  }
  .tn-pillar-ico {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .tn-mobile-cta {
    display: block;
  }
  .tn-cinfo-val {
    font-size: 0.85rem;
  }
  .tn-cinfo-lbl {
    font-size: 0.5rem;
  }
  .ke-news-hero {
    padding: 125px 0 62px;
  }
  .ke-news-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
  }
  .ke-news-excerpt {
    font-size: 15px;
  }
  .ke-news-visual {
    border-radius: 18px;
  }
  .ke-news-image-badge {
    left: 18px;
    bottom: 18px;
    padding: 14px 16px;
  }
  .ke-news-content-section {
    padding: 64px 0 100px;
  }
  .ke-event-hero {
    padding: 125px 0 65px;
  }
  .ke-event-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
  }
  .ke-event-intro {
    font-size: 15px;
  }
  .ke-event-visual {
    border-radius: 18px;
  }
  .ke-event-meta-section {
    margin-top: -20px;
  }
  .ke-event-card {
    padding: 12px 14px;
  }
  .ke-event-content-section {
    padding: 64px 0 100px;
  }
  .container-1524,
  .container-1800 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tp-service-hero-spacing {
    padding-top: 120px;
  }
  .fs-60,
  .fs-70 {
    font-size: clamp(1.8rem, 8vw, 2.6rem) !important;
  }
  .fs-50 {
    font-size: clamp(1.6rem, 6vw, 2.2rem) !important;
  }
  .ka-hero-title,
  .kc-hero-h,
  .ke-hero-title,
  .ke-hxl,
  .ks-title,
  .rk-h,
  .rk-title,
  .sh-h1,
  .titullKryefaqe,
  .tn-hxl {
    font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
  }
  .tp-about-expreance h2.fs-100 {
    font-size: 60px !important;
  }
  .tp-footer-top-title {
    font-size: 50px !important;
  }
  .tp-about-cst-shape,
  .tp-portfolio-cst-sales-wrap {
    display: none;
  }
  .tp-portfolio-cst-list-wrap.ml-40 {
    margin-left: 0;
  }
  .ke-ev-btn {
    width: 44px;
    height: 44px;
  }
  .ke-apply-btn {
    font-size: 13px;
    padding: 10px 16px;
  }
  .ke-ev-body {
    padding: 16px 18px 18px;
  }
  .ke-search-row {
    flex-direction: column;
    gap: 10px;
  }
  .ke-meta-chips {
    gap: 6px;
  }
  .ke-chip {
    font-size: 12px;
    padding: 8px 12px;
  }
  .tp-faq-details-para p,
  .tp-footer-cst-dec {
    font-size: 15px;
  }
  .tp-footer-widget-title {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }
  .tp-footer-cst-bottom .row {
    text-align: center;
  }
  .tp-footer-cst-bottom .text-md-end {
    text-align: center !important;
  }
  .tp-faq-btn {
    font-size: 16px;
    padding: 18px 16px;
  }
  .tp-faq-cst-tag {
    display: none;
  }
  .tp-contact-us-map iframe {
    height: 300px;
  }
  .tp-contact-us-title {
    font-size: 24px;
  }
  .ke-job-card {
    padding: 20px;
  }
  .ke-job-kicker {
    font-size: 13px;
  }
  .ke-job-footer {
    flex-direction: column;
    gap: 12px;
  }
  .ke-apply-btn,
  .ke-link {
    width: 100%;
    justify-content: center;
  }
  .ke-event-meta-grid {
    flex-direction: column;
  }
  .ka-hero {
    min-height: auto !important;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .ka-hero .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .ka-hero-title {
    margin-bottom: 1rem !important;
  }
  .ka-hero-lead {
    margin-bottom: 1.5rem !important;
    font-size: 0.95rem !important;
  }
  .ka-hero-vid-wrap {
    height: 240px;
    padding-left: 0;
    margin: 1.5rem auto 0;
    max-width: 400px;
  }
  .ka-blob,
  .ka-flt-badge,
  .ka-hero-grid,
  .ka-hvc-bg,
  .ka-hvc-mid,
  .ka-ring,
  .ka-scroll-cue {
    display: none;
  }
  .ka-hvc-main {
    width: 100% !important;
    height: 100% !important;
    border-radius: var(--ke-radius) !important;
  }
  .ka-stat-block {
    padding: 1rem 0.5rem;
  }
  .ka-stat-num {
    font-size: clamp(1.6rem, 5vw, 2.4rem) !important;
  }
  .ka-stat-label {
    font-size: 0.55rem !important;
    letter-spacing: 0.1em !important;
  }
  .ka-stat-sub {
    font-size: 0.72rem !important;
    display: none;
  }
  .ka-why-grid {
    grid-template-columns: 1fr !important;
  }
  .ka-pres-photo {
    margin-bottom: 2rem;
  }
  .ka-sg-outer {
    margin: 0-8px;
    padding: 0 8px;
  }
}
@media (max-width: 575.98px) {
  .ke-job-card::after {
    width: 120px;
    height: 120px;
    right: -20px;
    bottom: -26px;
  }
  .ke-job-card:hover::after {
    opacity: 0.045;
    transform: rotate(-10deg) scale(1.02);
  }
  .ke-ev-icon {
    width: 300px;
  }
  .tp-cta-wd-shape.ke-map-wrap {
    max-width: 320px;
    margin: 0 auto;
  }
  .tp-cta-wd-shape.ke-map-wrap .ke-map-img {
    max-width: 70%;
  }
  .tp-cta-wd-shape.ke-map-wrap::before {
    width: 280px;
    height: 280px;
  }
  .ke-search-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .ke-input-wrap {
    min-width: 0;
  }
  .ke-btn {
    width: 100%;
  }
  .sse-hero-logo {
    height: 38px;
  }
  .ka-why-grid {
    grid-template-columns: 1fr;
  }
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 42px !important;
    letter-spacing: 6px;
  }
  .load-text.mt-30 {
    margin-top: 16px !important;
  }
  .ke-ty-card {
    flex-direction: column;
    text-align: center;
  }
  .ke-ty-card-text {
    align-items: center;
  }
  .kc-hero-btns {
    flex-direction: column;
  }
  .kc-btn-ghost,
  .kc-btn-primary {
    justify-content: center;
  }
  .kc-table td,
  .kc-table th {
    padding: 12px;
    font-size: 12px;
  }
  .rk-eyebrow {
    font-size: 0.58rem;
    margin-bottom: 12px;
  }
  .rk-eyebrow:before {
    width: 22px;
  }
  .rk-text {
    font-size: 0.85rem;
  }
  .rk-hero {
    padding: 100px 0 0;
  }
  .rk-hero-content {
    padding-bottom: 24px;
  }
  .rk-hero-actions {
    flex-direction: column;
  }
  .rk-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }
  .rk-hero-stat {
    padding: 14px 16px;
  }
  .rk-hero-stat:nth-child(2) {
    border-right: 0;
  }
  .rk-hero-stat:nth-child(1),
  .rk-hero-stat:nth-child(2) {
    border-bottom: 1px solid var(--rk-border);
  }
  .rk-stat-num {
    font-size: 1.2rem;
  }
  .rk-stat-label {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }
  .rk-process {
    padding: 24px 0;
  }
  .rk-process-card {
    padding: 14px;
    min-height: auto;
  }
  .rk-process-card:after {
    width: 50px;
    height: 50px;
  }
  .rk-process-num {
    font-size: 0.85rem;
    margin-bottom: 8px;
  }
  .rk-process-title {
    font-size: 0.88rem;
  }
  .rk-process-small {
    font-size: 0.68rem;
  }
  .rk-stage-media {
    min-height: 45vw;
    max-height: 240px;
  }
  .rk-stage-content {
    padding: 24px 16px;
  }
  .rk-stage-title {
    font-size: clamp(1.1rem, 5vw, 1.5rem) !important;
  }
  .rk-stage-desc {
    font-size: 0.82rem;
    line-height: 1.65;
    margin-bottom: 14px;
  }
  .rk-stage-kicker {
    font-size: 0.55rem;
    margin-bottom: 10px;
  }
  .rk-stage-badge {
    top: 12px;
    left: 12px;
    padding: 5px 10px;
    font-size: 0.55rem;
  }
  .rk-stage-no {
    font-size: clamp(2.5rem, 12vw, 4rem);
    right: 8px;
  }
  .rk-stage-line {
    width: 30px;
    margin-bottom: 12px;
  }
  .rk-pill {
    padding: 5px 8px;
    font-size: 0.55rem;
  }
  .rk-final-content {
    padding: 24px 16px;
  }
  .rk-final-content h2 {
    font-size: clamp(1.2rem, 5vw, 1.6rem) !important;
  }
  .rk-cta p,
  .rk-final-content p {
    font-size: 0.82rem;
  }
  .rk-cta .rk-cta h2 {
    font-size: clamp(1.1rem, 4.5vw, 1.5rem) !important;
  }
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .tp-service-hero-spacing {
    padding-top: 110px;
  }
  .tp-service-hero-left h2 {
    font-size: clamp(1.6rem, 8vw, 2.2rem) !important;
  }
  .tp-service-hero-right p {
    font-size: 16px;
  }
  .ka-hero-title,
  .kc-hero-h,
  .ke-hero-title,
  .ke-hxl,
  .ks-title,
  .rk-h,
  .rk-title,
  .sh-h1,
  .titullKryefaqe,
  .tn-hxl {
    font-size: clamp(1.6rem, 7vw, 2.2rem) !important;
  }
  .tp-about-expreance h2.fs-100 {
    font-size: 44px !important;
  }
  .tp-footer-top-title {
    font-size: 38px !important;
  }
  .tp-about-cst-list,
  .tp-about-cst-list-thumb {
    display: none;
  }
  .tp-faq-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .tp-portfolio-cst-item {
    padding: 14px 0;
  }
  .tp-portfolio-cst-title {
    font-size: 20px !important;
  }
  .tp-portfolio-cst-tag {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 10px !important;
  }
  .tp-footer-wd-social a,
  .tp-portfolio-cst-btn {
    width: 40px;
    height: 40px;
  }
  .ke-ev-card {
    border-radius: var(--ke-radius);
  }
  .ke-ev-badge {
    left: 10px;
    bottom: 10px;
    padding: 5px 9px;
  }
  .ke-ev-badge-day {
    font-size: 18px;
  }
  .ke-ev-location {
    bottom: 10px;
    right: 10px;
    font-size: 11px;
    padding: 4px 9px;
  }
  .ke-ev-pill {
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 3px 8px;
  }
  .ke-job-icon svg {
    width: 20px;
    height: 20px;
  }
  .ke-chip {
    font-size: 11px;
    padding: 5px 8px;
  }
  .ke-job-bullets li {
    font-size: 13px;
  }
  .tp-footer-area .row > [class*="col-"] {
    margin-bottom: 20px;
  }
  .ka-stat-block + .ka-stat-block::before,
  .tp-footer-cst-menu {
    display: none;
  }
  .tp-footer-copyright {
    text-align: center;
  }
  .ka-stat-block {
    text-align: left;
    padding: 1rem;
    border-bottom: 1px solid rgba(15, 32, 24, 0.08);
  }
  .ka-hstat {
    padding-left: 0.8rem;
  }
  .ka-hstat strong {
    font-size: 1.4rem;
  }
  .ke-event-meta-grid {
    gap: 8px;
  }
  .ke-event-card {
    padding: 10px 12px;
  }
  .ke-event-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 8px;
  }
  .ke-event-icon svg {
    width: 13px;
    height: 13px;
  }
  .ke-event-label {
    font-size: 9px;
  }
  .ke-event-value {
    font-size: 13px;
  }
  .ke-article-card {
    padding: 18px 16px;
    border-radius: var(--ke-radius);
  }
}
@media (max-width: 420px) {
  .tp-counter-cst-final .col-lg-4,
  .tp-counter-cst-final .col-md-6,
  .tp-counter-cst-final .col-sm-6,
  .tp-counter-cst-final .col-xl-4 {
    width: 100%;
  }
  .tp-counter-cst-final .tp-counter-cst-item-inner {
    padding: 20px 18px;
  }
  .tp-counter-cst-final .tp-counter-cst-content h2 {
    font-size: 38px !important;
  }
  .tn-hero {
    padding: 100px 0 0;
  }
  .tn-spec-grid {
    grid-template-columns: 1fr;
  }
  .tn-sticky-nav a {
    width: 50%;
    text-align: center;
    font-size: 0.55rem;
    padding: 8px 10px;
  }
  .tn-logo-md {
    height: 30px;
  }
  .tn-trust-ico {
    width: 28px;
    height: 28px;
    font-size: 0.7rem;
  }
  .tn-trust-val {
    font-size: 0.88rem;
  }
  .tn-trust-label {
    font-size: 0.48rem;
  }
  .tn-prod-body,
  .tn-prod-head,
  .tn-tab-text {
    padding: 20px 14px;
  }
  .tn-prod-foot {
    padding: 12px 14px;
  }
  .tn-about-media {
    min-height: 200px;
  }
  .tn-tab-img {
    min-height: 180px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ke-apply-btn,
  .ke-job-card::after,
  .ke-link {
    transition: none;
  }
  .ke-apply-btn:hover {
    transform: none;
  }
  .ke-file-drop,
  .ke-form,
  .ke-wrap .ke-btn,
  .ke-wrap .ke-card,
  .ke-wrap .ke-hero {
    transition: none !important;
  }
  .ke-wrap .ke-card:hover {
    transform: none !important;
  }
  .ke-wrap .ke-btn::after {
    display: none !important;
  }
  .ke-ec-hero-bg,
  .ke-future .ke-hero video,
  .sh-hero video,
  .sse-project-card:hover {
    transform: none;
  }
  .ke-reveal,
  .sh-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .tp-event-card,
  .tp-event-card * {
    transition: none !important;
    transform: none !important;
  }
  .sse-live-dot {
    animation: none;
  }
  .sse-flow-icon,
  .sse-project-card,
  .sse-project-img img {
    transition: none;
  }
  .sse-flow-step:hover .sse-flow-icon {
    transform: none;
    box-shadow: none;
  }
  .ka-blob,
  .ka-flt-1,
  .ka-flt-2,
  .ka-hero-grid,
  .ka-ring,
  .ka-scroll-cue span {
    animation: none !important;
  }
  .ka-r {
    opacity: 1;
    transform: none;
  }
  .ka-co,
  .ka-mvv,
  .ka-pres-photo img,
  .ka-r,
  .ka-why-card {
    transition: none;
  }
}
