@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&family=Syne:wght@600;700;800&display=swap");

:root {
  --k24-orange: #ff6a00;
  --k24-blue: #063ca8;
  --k24-ink: #111827;
  --k24-muted: #6b7280;
  --k24-accent: var(--k24-orange);
}

body {
  color: #4b5563;
  overflow-y: visible !important;
  font-family: "DM Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.btn,
.sf-menu > li > a,
.k24-price-main strong,
.k24-step span {
  font-family: "Syne", sans-serif !important;
}

section { scroll-margin-top: 110px; }
.container { max-width: 1200px; }
.s-pt-70 > [class*="container"] { padding-top: 70px; }
.s-pt-90 > [class*="container"] { padding-top: 90px; }
.s-pt-95 > [class*="container"] { padding-top: 95px; }
.s-pb-80 > [class*="container"] { padding-bottom: 80px; }
.s-pb-85 > [class*="container"] { padding-bottom: 85px; }
.s-pb-90 > [class*="container"] { padding-bottom: 90px; }
.s-pb-120 > [class*="container"] { padding-bottom: 120px; }
.s-py-90 > [class*="container"] { padding-top: 90px; padding-bottom: 90px; }

#box_wrapper > section p,
#box_wrapper > section li { font-size: 15px; line-height: 1.72; }
#box_wrapper > section h2 { font-size: 30px; line-height: 1.26; margin-bottom: 20px; }
#box_wrapper > section h3 { font-size: 26px; line-height: 1.3; margin-bottom: 18px; }
#box_wrapper > section h4 { font-size: 23px; line-height: 1.35; }
#box_wrapper > section h5 { font-size: 19px; line-height: 1.4; }

.btn { letter-spacing: 1.2px !important; }
.btn-maincolor,
.btn-outline-maincolor,
a.btn-maincolor,
a.btn-outline-maincolor {
  border-color: var(--k24-orange) !important;
}
.btn-maincolor,
a.btn-maincolor {
  background: var(--k24-orange) !important;
  color: #fff !important;
}
.btn-maincolor:hover,
a.btn-maincolor:hover {
  background: var(--k24-blue) !important;
  border-color: var(--k24-blue) !important;
  color: #fff !important;
}
.btn-outline-maincolor,
a.btn-outline-maincolor {
  background: transparent !important;
  color: var(--k24-orange) !important;
}
.btn-outline-maincolor:hover,
a.btn-outline-maincolor:hover {
  background: var(--k24-orange) !important;
  color: #fff !important;
}

.color-main { color: var(--k24-orange) !important; }

.k24-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.k24-header .container-fluid { padding-left: 42px; padding-right: 42px; }
.k24-header .row { min-height: 60px; height: 60px; flex-wrap: nowrap; }
.k24-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: fit-content !important;
  max-width: 100%;
  padding: 4px 9px;
  background: #fff;
  border-radius: 6px;
}
.k24-logo img {
  height: auto !important;
  max-height: 48px !important;
  width: 130px !important;
  max-width: 150px;
  object-fit: contain;
}
.k24-header-actions { gap: 14px; min-width: 380px; flex: 0 0 auto; }
.k24-nav-cta {
  min-width: 200px;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.2 !important;
}

.k24-lang { position: relative; z-index: 1030; flex: 0 0 auto; }
.k24-lang-native { display: none; }
.k24-lang-current {
  min-width: 138px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}
.k24-lang-current:after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  flex: 0 0 auto;
}
.k24-lang-menu {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 205px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.18);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 9999;
  pointer-events: none;
}
.k24-lang:hover .k24-lang-menu,
.k24-lang:focus-within .k24-lang-menu,
.k24-lang.is-open .k24-lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.k24-lang-menu a,
.page_header .k24-lang-menu a,
.page_header.ds .k24-lang-menu a {
  display: flex !important;
  align-items: center;
  gap: 11px;
  min-height: 46px;
  padding: 12px 16px !important;
  color: #111827 !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: nowrap;
  opacity: 1 !important;
  letter-spacing: 0 !important;
}
.k24-lang-menu a:hover { color: var(--k24-orange) !important; background: #f8fafc; }
.k24-lang-label,
.k24-lang-menu .k24-lang-label,
.page_header.ds .k24-lang-menu .k24-lang-label {
  display: inline-block !important;
  position: static !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  transform: none !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}
.k24-lang img { width: 18px; height: 12px; object-fit: cover; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08); }
.k24-lang-menu img { flex: 0 0 18px; }
.k24-lang-soon {
  display: block;
  padding: 10px 16px 6px;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.k24-header .top-nav .sf-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.k24-header .top-nav .sf-menu > li { margin: 0 !important; }
.k24-header .top-nav .sf-menu > li:after,
.k24-header .top-nav .sf-menu > li > a:after {
  display: none !important;
  content: none !important;
}
.k24-header .top-nav .sf-menu > li > a {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 11px;
  line-height: 60px !important;
  white-space: nowrap;
  letter-spacing: 0 !important;
}

.preloader {
  display: block !important;
  background: #0b1224 !important;
  z-index: 13000;
  pointer-events: none !important;
}
.preloader_image {
  background: none !important;
  width: 72px !important;
  height: 72px !important;
  margin: -36px 0 0 -36px !important;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--k24-orange);
  border-right-color: var(--k24-blue);
  border-radius: 50%;
  animation: k24-spin 0.85s linear infinite;
}
@keyframes k24-spin {
  to { transform: rotate(360deg); }
}
.animate {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

.k24-hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 76px 0 62px;
  background-color: #0b1224 !important;
  background-image: linear-gradient(rgba(6, 14, 35, 0.68), rgba(6, 14, 35, 0.8)), var(--k24-hero-image) !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.k24-hero-bg {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.k24-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(rgba(6, 14, 35, 0.68), rgba(6, 14, 35, 0.8));
}
.k24-hero.s-parallax:before,
.k24-hero:before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}
.k24-hero > .container {
  position: relative !important;
  z-index: 2 !important;
  inset: auto !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.k24-hero > .container > .row { width: 100%; margin-top: 0; margin-bottom: 0; }
.k24-hero .small-text { margin: 0 0 12px; }
.k24-hero h1 { font-size: 40px; line-height: 1.14; max-width: 850px; margin-bottom: 20px; }
#box_wrapper > section .k24-hero-lead {
  font-size: 16px;
  line-height: 1.68;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
}
.k24-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.k24-hero-actions .btn {
  min-width: 198px;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.2 !important;
}
.k24-hero .btn-outline-maincolor { color: #fff !important; border-color: #fff !important; }
.k24-hero .btn-outline-maincolor:hover {
  color: #fff !important;
  background: var(--k24-orange) !important;
  border-color: var(--k24-orange) !important;
}

.k24-signal-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px 26px;
  backdrop-filter: blur(8px);
  transform: translateY(4px);
}
.k24-signal-panel span {
  display: inline-block;
  background: #fff;
  color: var(--k24-blue);
  margin: 0 7px 9px 0;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
}
.k24-signal-panel strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.28;
  margin: 16px 0 10px;
}
.k24-signal-panel p { color: rgba(255, 255, 255, 0.8); }

.k24-hero-simple { min-height: 0; padding: 72px 0 56px; }
.k24-hero-simple .k24-signal-panel,
.k24-hero-simple .k24-hero-actions { display: none !important; }
.k24-hero-simple .col-lg-4 { display: none; }
.k24-hero-simple .col-lg-8 { flex: 0 0 100%; max-width: 100%; }

.k24-hero .corner { display: none !important; }
.k24-header .toggle_menu { display: none !important; }

.k24-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1040;
}
.k24-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
body.k24-nav-open .k24-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.k24-nav-open .k24-menu-toggle span:nth-child(2) { opacity: 0; }
body.k24-nav-open .k24-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.k24-mobile-drawer {
  position: fixed;
  inset: 0;
  background: rgba(6, 14, 35, 0.55);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
body.k24-nav-open .k24-mobile-drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.k24-mobile-drawer-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 88vw);
  height: 100%;
  background: #0b1224;
  padding: 88px 24px 32px;
  overflow-y: auto;
  box-shadow: -18px 0 40px rgba(0, 0, 0, 0.28);
  transform: translateX(18px);
  transition: transform 0.22s ease;
}
body.k24-nav-open .k24-mobile-drawer-inner { transform: translateX(0); }
.k24-mobile-drawer-nav .sf-menu,
.k24-mobile-drawer-nav .k24-mobile-menu {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  flex-direction: column !important;
}
.k24-mobile-drawer-nav .top-nav {
  display: block !important;
  width: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
}
.k24-mobile-drawer-nav .sf-menu > li,
.k24-mobile-drawer-nav .k24-mobile-menu > li {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}
.k24-mobile-drawer-nav .sf-menu > li > a,
.k24-mobile-drawer-nav .k24-mobile-menu > li > a,
.k24-mobile-drawer-nav a {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #ffffff !important;
  background: transparent !important;
  padding: 11px 4px !important;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-indent: 0 !important;
  white-space: normal !important;
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
  float: none !important;
  position: static !important;
  transform: none !important;
  clip: auto !important;
  overflow: visible !important;
}
.k24-mobile-drawer-nav .sf-menu > li > a:after,
.k24-mobile-drawer-nav .k24-mobile-menu > li > a:after,
.k24-mobile-drawer-nav .sf-menu > li:after {
  display: none !important;
  content: none !important;
}
.k24-mobile-drawer-nav .sf-menu ul,
.k24-mobile-drawer-nav .k24-mobile-menu ul {
  display: none !important;
}
.k24-mobile-cta,
.k24-mobile-drawer .k24-mobile-cta.btn {
  display: inline-flex !important;
  width: auto !important;
  max-width: calc(100% - 8px);
  min-width: 0 !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 16px !important;
  margin-top: 18px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.8px !important;
  justify-content: center;
  align-items: center;
}

.k24-hero h1,
.k24-section-heading h2,
.k24-card h5,
.k24-service-card h5,
.k24-sector-tile strong,
.k24-article-card h4,
.k24-article-card h5,
.k24-price h3 {
  overflow-wrap: anywhere;
  word-break: normal;
}

.k24-section-heading { max-width: 780px; margin: 0 auto 54px; }
.k24-section-heading + .row { margin-top: 8px; }
.k24-section-heading .img-wrap,
.about-home .img-wrap,
.img-wrap {
  margin-bottom: 18px;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img-wrap img[src*="vertical_line"],
.img-wrap img[src*="dark_line"],
.img-wrap img[src*="vertical_line2"] {
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  object-fit: cover;
}
.k24-section-heading h2 { font-size: 30px; line-height: 1.24; margin-bottom: 14px; }
.k24-section-heading p { line-height: 1.75; }

.k24-service-card, .k24-mini, .k24-note, .k24-article-card, .k24-contact-box { border-radius: 0; }
.k24-wide-grid.k24-service-grid.row {
  row-gap: 28px;
  margin-left: -14px;
  margin-right: -14px;
}
.k24-wide-grid.k24-service-grid > [class*="col-"] {
  display: flex;
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.k24-service-card {
  position: relative;
  width: 100%;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.k24-service-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--k24-orange), var(--k24-blue));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
.k24-service-card .item-content { padding: 20px 20px 22px !important; overflow-wrap: anywhere; }
.k24-service-card h5 { font-size: 16px !important; line-height: 1.32; min-height: 42px; margin-bottom: 9px; }
.k24-service-card p { font-size: 13px; line-height: 1.55; margin-bottom: 12px; }
.k24-service-card .btn-link { font-size: 11px; }
.k24-service-card:hover,
.k24-service-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(255, 106, 0, 0.24);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.13);
}
.k24-service-card:hover::before,
.k24-service-card:focus-within::before { transform: scaleX(1); }
.k24-service-media {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.12), rgba(6, 60, 168, 0.12));
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.k24-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--k24-orange), var(--k24-blue));
  display: grid;
  place-items: center;
  box-shadow: 0 9px 24px rgba(17, 24, 39, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.k24-service-icon .k24-svg-icon { width: 24px !important; height: 24px !important; max-width: 24px !important; }
.k24-service-card:hover .k24-service-icon,
.k24-service-card:focus-within .k24-service-icon {
  transform: rotate(8deg) scale(1.06);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.22);
}
@media (prefers-reduced-motion: reduce) {
  .k24-service-card,
  .k24-service-card::before,
  .k24-service-icon { transition: none; }
  .k24-service-card:hover,
  .k24-service-card:focus-within,
  .k24-service-card:hover .k24-service-icon,
  .k24-service-card:focus-within .k24-service-icon { transform: none; }
}
.k24-svg-icon { width: 30px !important; height: 30px !important; max-width: 30px !important; display: block; object-fit: contain; }

.service-item2 .k24-section-heading { margin-bottom: 38px; }

.k24-note { background: #111827; color: #fff; padding: 44px 38px; border-top: 5px solid var(--k24-orange); }
.k24-note p { color: rgba(255, 255, 255, 0.78); }
.k24-note strong { display: block; color: #fff; margin-bottom: 8px; }
.k24-small, .k24-muted { color: var(--k24-muted); }

.k24-sector-tile {
  display: block;
  height: 100%;
  min-height: 168px;
  background: #fff;
  padding: 30px 26px;
  border-left: 4px solid var(--k24-orange);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.07);
  transition: transform 0.25s ease, background 0.25s ease;
}
.k24-sector-tile:hover { transform: translateY(-5px); background: #f8fafc; }
.k24-sector-tile strong { display: block; color: var(--k24-ink); font-size: 17px; line-height: 1.4; margin-bottom: 12px; }
.k24-sector-tile span { display: block; color: var(--k24-muted); font-size: 14px; line-height: 1.7; }
.k24-sector-tile.large { min-height: 182px; }

.k24-process {
  background: linear-gradient(135deg, rgba(11, 18, 36, 0.93), rgba(7, 27, 69, 0.94)),
    url("../img/bg_3.jpg") center / cover fixed;
}
.k24-process-row { margin-top: 20px; }
.k24-step {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 38px 30px;
  min-height: 285px;
  background: rgba(255, 255, 255, 0.04);
}
.k24-step-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 18px;
}
.k24-step-icon .k24-svg-icon { width: 30px !important; height: 30px !important; max-width: 30px !important; }
.k24-step span { color: var(--k24-orange); font-size: 28px; font-weight: 800; }
.k24-step h5 { color: #fff; }
.k24-step p { color: rgba(255, 255, 255, 0.74); }

.k24-gallery-section { background: #fff; overflow: hidden; }
.k24-solution-grid { row-gap: 30px; }
.k24-solution-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 360px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.09);
  color: var(--k24-ink);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.k24-solution-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(17, 24, 39, 0.15); }
.k24-solution-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 210px;
  overflow: hidden;
  background: #e5e7eb;
}
.k24-solution-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 210px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.k24-solution-card:hover .k24-solution-media img { transform: scale(1.035); }
.k24-solution-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 26px 28px;
  background: #fff;
}
#box_wrapper > section .k24-solution-content .small-text {
  display: block;
  margin: 0 0 10px;
  color: var(--k24-orange);
  font-size: 11px;
  line-height: 1.35;
}
.k24-solution-content strong {
  display: block;
  color: var(--k24-ink);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.k24-price-card {
  height: 100%;
  background: #f4f4f6;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 45px rgba(17, 24, 39, 0.08);
  border: 1px solid #eceef2;
  overflow: hidden;
}
.k24-price-card.featured { background: #182231; color: #fff; border-color: #182231; }
.k24-price-head {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #9ccc48;
  text-align: center;
}
.k24-price-card.featured .k24-price-head { background: #10bda8; }
.k24-price-head h3 { color: #fff; font-size: 25px; line-height: 1.25; margin: 0; overflow-wrap: anywhere; }
.k24-price-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px 38px 36px;
  text-align: center;
}
.k24-price-from {
  display: block;
  min-height: 24px;
  margin-bottom: 3px;
  color: #5f6369;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
}
.k24-price-from.invisible { visibility: hidden; }
.k24-price-card.featured .k24-price-from { color: #fff; }
.k24-price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 72px;
  margin-bottom: 8px;
  color: #5f6369;
  flex-wrap: nowrap;
}
.k24-price-card.featured .k24-price-main { color: #fff; }
.k24-price-main .currency { font-size: 20px; line-height: 1; opacity: 0.85; }
.k24-price-main strong {
  display: block;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
  white-space: nowrap;
}
.k24-price-main .period { font-size: 18px; line-height: 1; opacity: 0.85; white-space: nowrap; }
.k24-price-setup {
  color: #394150;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 42px;
  min-height: 18px;
}
.k24-price-card.featured .k24-price-setup { color: rgba(255, 255, 255, 0.72); }
.k24-price-features { list-style: none; padding: 0; margin: 0 0 36px; width: 100%; text-align: left; }
.k24-price-features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  color: #5d6674;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.k24-price-card.featured .k24-price-features li { color: rgba(255, 255, 255, 0.76); }
.k24-price-features li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
}
.k24-price-card .btn {
  margin-top: auto;
  width: 100%;
  max-width: 260px;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 20px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  white-space: normal;
  color: #111827;
  line-height: 1.2 !important;
  overflow: visible;
}
.k24-price-card.featured .btn { color: #fff; }
.k24-price-card:not(.featured) .btn-outline-maincolor {
  color: #111827 !important;
  border-color: var(--k24-orange) !important;
}
.k24-price-card:not(.featured) .btn-outline-maincolor:hover {
  color: #fff !important;
  background: var(--k24-orange) !important;
}

.k24-checklist { list-style: none; padding: 0; margin: 0; }
.k24-checklist li { position: relative; padding-left: 32px; margin: 0 0 14px; }
.k24-checklist li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.45em;
  width: 7px;
  height: 12px;
  border-right: 2.5px solid var(--k24-orange);
  border-bottom: 2.5px solid var(--k24-orange);
  transform: rotate(40deg);
}
.k24-numbered { counter-reset: item; list-style: none; padding: 0; }
.k24-numbered li {
  counter-increment: item;
  margin-bottom: 18px;
  padding-left: 50px;
  position: relative;
}
.k24-numbered li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: -4px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--k24-orange);
  color: #fff;
  font-weight: 800;
}

.k24-mini { background: #fff; padding: 32px 28px; min-height: 220px; box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08); }
.k24-mini h5 { font-size: 18px !important; line-height: 1.4; margin-bottom: 14px; }
.k24-mini p { line-height: 1.75; }
.k24-mini-icon, .k24-contact-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--k24-orange), var(--k24-blue));
  margin: 0 0 18px;
}
.k24-mini-icon .k24-svg-icon,
.k24-contact-icon .k24-svg-icon {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
}

.k24-article-card {
  background: #fff;
  padding: 30px 28px;
  min-height: 250px;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
  transition: transform 0.25s ease;
}
.k24-article-card h4,
.k24-article-card h5,
.k24-article-card h4 a,
.k24-article-card h5 a {
  font-size: 21px !important;
  line-height: 1.38 !important;
  margin: 0 0 16px;
  color: var(--k24-ink);
}
.col-lg-3 .k24-article-card h5,
.col-lg-3 .k24-article-card h5 a { font-size: 19px !important; }
.k24-article-card p { font-size: 14px !important; line-height: 1.68; margin-bottom: 16px; }
.k24-article-card .small-text { font-size: 11px !important; line-height: 1.3; margin-bottom: 18px; }
.k24-article-card:hover { transform: translateY(-6px); }

.k24-cta h2, .k24-cta p { color: #fff; }
.k24-form .form-control { margin-bottom: 15px; min-height: 56px; }
.k24-form textarea.form-control { min-height: 180px; }
.k24-contact-box {
  background: #fff;
  padding: 42px 35px;
  text-align: center;
  min-height: 240px;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
}
.k24-contact-icon { margin-left: auto; margin-right: auto; }
.k24-contact-box a { color: var(--k24-blue); font-weight: 700; }
.k24-faq { border: 0; margin-bottom: 12px; box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06); }
.k24-faq .card-header { background: #fff; border: 0; }
.k24-footer-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  margin-bottom: 22px;
  background: #fff;
  padding: 8px;
}
.k24-footer-list li { margin-bottom: 9px; }
.k24-cta {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.96), rgba(6, 60, 168, 0.94)),
    url("../images/slide_03.jpg") center / cover fixed;
}
#toTop, .ui-to-top { display: none !important; }
.k24-spacing-soft { padding-top: 120px; padding-bottom: 120px; }
.k24-wide-grid.row { row-gap: 50px; margin-left: -20px; margin-right: -20px; }
.k24-wide-grid > [class*="col-"] {
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.k24-wide-grid .k24-sector-tile,
.k24-wide-grid .k24-service-card,
.k24-wide-grid .k24-mini,
.k24-wide-grid .k24-article-card { margin-bottom: 0; }

.k24-legal-body {
  max-width: 820px;
  margin: 0 auto;
}
.k24-legal-body h2 { margin-top: 8px; }
.k24-legal-body p { color: #4b5563; }

@media (max-width: 991px) {
  html, body { overflow-x: hidden; }
  .container, .container-fluid { max-width: 100%; }
  section { overflow: hidden; }
  .s-pt-70 > [class*="container"],
  .s-pt-90 > [class*="container"],
  .s-pt-95 > [class*="container"],
  .s-pt-100 > [class*="container"] { padding-top: 72px !important; }
  .s-pb-80 > [class*="container"],
  .s-pb-85 > [class*="container"],
  .s-pb-90 > [class*="container"],
  .s-pb-100 > [class*="container"],
  .s-pb-120 > [class*="container"],
  .s-pb-130 > [class*="container"] { padding-bottom: 72px !important; }
  .s-py-90 > [class*="container"] { padding-top: 72px !important; padding-bottom: 72px !important; }

  .k24-header .container-fluid { padding-left: 15px; padding-right: 15px; position: relative; }
  .k24-header .top-nav { display: none !important; }
  .k24-header .row {
    min-height: 68px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .k24-header .col-7 {
    flex: 0 0 calc(100% - 118px) !important;
    max-width: calc(100% - 118px) !important;
    padding-right: 0;
  }
  .k24-header-actions {
    position: absolute !important;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    flex: none !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    padding: 0;
    margin: 0;
    justify-content: flex-end !important;
    gap: 8px;
  }
  .k24-menu-toggle { display: inline-flex !important; }
  .k24-nav-cta { display: none !important; }
  .k24-lang {
    position: relative !important;
    z-index: 2200 !important;
  }
  .k24-lang-native {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 12;
    width: 48px;
    height: 38px;
    margin: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    appearance: auto;
    -webkit-appearance: menulist-button;
    -webkit-tap-highlight-color: transparent;
  }
  .k24-lang-current {
    min-width: 48px;
    width: 48px;
    padding: 0;
    font-size: 0;
    pointer-events: none !important;
    -webkit-tap-highlight-color: transparent;
  }
  .k24-lang-current .k24-lang-label { display: none !important; }
  .k24-lang-menu .k24-lang-label { display: inline-block !important; font-size: 13px !important; color: #111827 !important; }
  .k24-lang-current:after { margin-left: 2px; }
  .k24-lang-current img { width: 22px; height: 15px; }
  .k24-lang-menu {
    right: 0;
    left: auto;
    max-width: calc(100vw - 30px);
    z-index: 2300 !important;
    display: none !important;
    pointer-events: none !important;
  }
  .k24-lang.is-open .k24-lang-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
  .k24-header,
  .k24-header .container-fluid,
  .k24-header-actions {
    overflow: visible !important;
  }
  .k24-logo { padding: 3px 7px; }
  .k24-logo img { width: 116px !important; height: auto !important; max-height: 44px !important; max-width: 116px; }

  .animate { visibility: visible !important; animation: none !important; transform: none !important; }
  .k24-hero { min-height: auto; padding-top: 78px; padding-bottom: 82px; background-size: cover !important; background-attachment: scroll !important; }
  .k24-hero h1 { font-size: 36px; line-height: 1.12; }
  .k24-hero-lead { font-size: 17px; }
  .k24-signal-panel { display: none; }
  .k24-section-heading { margin-bottom: 46px; }
  .k24-section-heading p { font-size: 15px; line-height: 1.7; }
  .k24-service-card { min-height: auto; }
  .k24-service-card h5 { min-height: 0; }
  .k24-sector-tile, .k24-sector-tile.large, .k24-mini, .k24-article-card, .k24-contact-box { min-height: 0; }
  .k24-process { background-attachment: scroll; }
  .k24-cta { background-attachment: scroll; }
  .k24-gallery-section .container-fluid { padding-left: 15px; padding-right: 15px; }
  .k24-gallery-section .row { margin-left: 0; margin-right: 0; }
  .k24-gallery-section [class*="col-"] { padding-left: 0; padding-right: 0; }
  .k24-footer .row { margin-left: 0; margin-right: 0; }
  .k24-footer [class*="col-"] { padding-left: 15px; padding-right: 15px; }
  .k24-form .row { margin-left: 0; margin-right: 0; }
  .k24-form [class*="col-"] { padding-left: 0; padding-right: 0; }
  .row[class*="c-gutter"] { margin-left: 0 !important; margin-right: 0 !important; }
  .row[class*="c-gutter"] > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .gallery-carousel .row[class*="c-gutter"] > [class*="col-"] {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .k24-lang-native {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    appearance: auto;
    -webkit-appearance: menulist-button;
    -webkit-tap-highlight-color: transparent;
  }
  .k24-lang-current { pointer-events: none !important; }
  .k24-lang-menu { display: none !important; pointer-events: none !important; }
}

@media (min-width: 992px) and (max-width: 1499px) {
  .k24-header .container-fluid { padding-left: 22px; padding-right: 22px; }
  .k24-header .top-nav .sf-menu { gap: 0; }
  .k24-header .top-nav .sf-menu > li > a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
  }
  .k24-header-actions { min-width: 300px; gap: 10px; }
  .k24-nav-cta {
    display: inline-flex !important;
    min-width: 150px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }
  .k24-lang-current { min-width: 120px; padding-left: 9px; padding-right: 9px; font-size: 11px; }
}

@media (max-width: 575px) {
  .s-pt-70 > [class*="container"],
  .s-pt-90 > [class*="container"],
  .s-pt-95 > [class*="container"],
  .s-pt-100 > [class*="container"] { padding-top: 52px !important; }
  .s-pb-80 > [class*="container"],
  .s-pb-85 > [class*="container"],
  .s-pb-90 > [class*="container"],
  .s-pb-100 > [class*="container"],
  .s-pb-120 > [class*="container"],
  .s-pb-130 > [class*="container"] { padding-bottom: 52px !important; }
  .s-py-90 > [class*="container"] { padding-top: 52px !important; padding-bottom: 52px !important; }
  .k24-solution-card { min-height: 0; }
  .k24-solution-media { min-height: 190px; }
  .k24-solution-media img { min-height: 190px; }
  .k24-logo img { width: 112px !important; max-width: 112px; }
  .k24-hero { padding-top: 64px; padding-bottom: 70px; }
  .k24-hero h1 { font-size: 30px; }
  .k24-hero-lead { font-size: 15px; line-height: 1.65; }
  .k24-hero-actions .btn { width: 100%; text-align: center; }
  .k24-note { padding: 30px 24px; }
  .k24-section-heading h2 { font-size: 30px; line-height: 1.2; }
  .k24-service-card .item-content { padding-left: 18px !important; padding-right: 18px !important; }
  .k24-sector-tile { padding: 24px 20px; }
  .k24-step { padding: 30px 22px; }
  .k24-price-body { padding: 34px 24px 30px; }
  .k24-price-from { font-size: 17px; min-height: 20px; }
  .k24-price-main { align-items: baseline; flex-wrap: nowrap; min-height: 52px; }
  .k24-price-main strong { font-size: 44px; line-height: 1; }
  .k24-price-main .currency { font-size: 16px; }
  .k24-price-main .period { font-size: 16px; }
  .k24-price-setup { margin-bottom: 30px; }
  .k24-article-card { padding: 28px 22px; }
  .k24-footer-logo { width: 190px; }
  #toTop, .ui-to-top { display: none !important; }
}

@media (max-width: 390px) {
  .k24-logo img { width: 104px !important; height: auto !important; max-height: 40px !important; max-width: 104px; }
  .k24-hero h1 { font-size: 27px; }
  .k24-hero-lead { font-size: 14px; }
  .k24-section-heading h2 { font-size: 27px; }
  .k24-lang-current { width: 44px; min-width: 44px; }
}

/* Project request modal */
.k24-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(6, 14, 35, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.k24-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.k24-modal-dialog {
  width: min(760px, 100%);
  max-height: calc(100vh - 36px);
  max-height: calc(100dvh - 36px);
  overflow: hidden;
  background: #fff;
  color: #111827;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  position: relative;
  display: flex;
  flex-direction: column;
  transform: translateY(12px);
  transition: transform 0.22s ease;
}
.k24-modal.is-open .k24-modal-dialog { transform: translateY(0); }
.k24-modal-head {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 26px 26px 18px;
  background: #fff;
  border-bottom: 1px solid #eef0f3;
}
.k24-modal-heading { min-width: 0; flex: 1 1 auto; }
.k24-modal-body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 22px 26px 24px;
  background: #fff;
}
.k24-modal-close {
  position: relative;
  flex: 0 0 44px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: #f3f4f6;
  color: #111827;
  cursor: pointer;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
  -webkit-tap-highlight-color: transparent;
}
.k24-modal-close:before,
.k24-modal-close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
}
.k24-modal-close:before { transform: rotate(45deg); }
.k24-modal-close:after { transform: rotate(-45deg); }
.k24-modal-close:hover { background: #e5e7eb; }
.k24-modal-close:focus-visible { outline: 3px solid rgba(255, 106, 0, 0.35); outline-offset: 2px; }
.k24-modal-dialog h3 {
  font-family: "Syne", sans-serif !important;
  font-size: 26px;
  margin: 0 0 8px;
  color: #111827;
}
.k24-modal-lead {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}
.k24-modal .k24-form .form-control {
  width: 100%;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  padding: 12px 14px;
  min-height: 52px;
  font-size: 14px;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.k24-modal .k24-form textarea.form-control { min-height: 132px; resize: vertical; }
.k24-modal .k24-form .btn {
  width: auto;
  max-width: none;
  justify-content: center;
}
.k24-wizard-progress {
  position: relative;
  flex: 0 0 auto;
  padding: 16px 34px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}
.k24-wizard-progress-bar {
  position: absolute;
  top: 30px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  overflow: hidden;
  background: #d8dee8;
}
.k24-wizard-progress-bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--k24-orange);
  transform: scaleX(var(--k24-wizard-progress));
  transform-origin: left center;
  transition: transform 0.24s ease;
}
.k24-wizard-progress-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.k24-wizard-progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #778195;
}
.k24-wizard-progress-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid #d8dee8;
  border-radius: 50%;
  background: #fff;
  color: #596579;
  font: 700 12px/1 "Syne", sans-serif;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.k24-wizard-progress-step small {
  width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.k24-wizard-progress-step.is-active,
.k24-wizard-progress-step.is-complete { color: #111827; }
.k24-wizard-progress-step.is-active > span,
.k24-wizard-progress-step.is-complete > span {
  border-color: var(--k24-orange);
  background: var(--k24-orange);
  color: #fff;
}
.k24-wizard-step[hidden],
.k24-wizard-actions [hidden] { display: none !important; }
.k24-wizard-step { min-height: 300px; background: #fff; }
.k24-wizard-step-head { margin-bottom: 22px; }
.k24-wizard-count {
  margin: 0 0 6px;
  color: var(--k24-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.k24-wizard-step-head h4 {
  margin: 0 0 8px;
  color: #111827;
  font-family: "Syne", sans-serif !important;
  font-size: 24px;
  line-height: 1.25;
}
.k24-wizard-step-head h4:focus { outline: 0; }
.k24-wizard-step-head p:last-child {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}
.k24-wizard-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.k24-wizard-choice {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}
.k24-wizard-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.k24-wizard-choice-body {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  height: 100%;
  padding: 12px 14px;
  border: 1px solid #dfe4eb;
  border-radius: 6px;
  background: #fff;
  color: #253047;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.k24-wizard-choice-mark {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #aeb7c5;
  border-radius: 50%;
  background: #fff;
}
.k24-wizard-choice input[type="checkbox"] + .k24-wizard-choice-body .k24-wizard-choice-mark { border-radius: 3px; }
.k24-wizard-choice input:checked + .k24-wizard-choice-body {
  border-color: var(--k24-orange);
  background: #fff7f1;
  box-shadow: 0 0 0 1px var(--k24-orange);
}
.k24-wizard-choice input:checked + .k24-wizard-choice-body .k24-wizard-choice-mark {
  border-color: var(--k24-orange);
  background: var(--k24-orange);
  box-shadow: inset 0 0 0 4px #fff;
}
.k24-wizard-choice input[type="checkbox"]:checked + .k24-wizard-choice-body .k24-wizard-choice-mark { box-shadow: none; }
.k24-wizard-choice input[type="checkbox"]:checked + .k24-wizard-choice-body .k24-wizard-choice-mark:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.k24-wizard-choice input:focus-visible + .k24-wizard-choice-body {
  outline: 3px solid rgba(255, 106, 0, 0.24);
  outline-offset: 2px;
}
.k24-wizard-field-label,
.k24-wizard-choice-fieldset legend,
.k24-wizard-feature-fieldset legend {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 750;
}
.k24-wizard-feature-fieldset,
.k24-wizard-choice-fieldset { margin: 22px 0 0; }
.k24-wizard-choice-fieldset + .k24-wizard-choice-fieldset { padding-top: 20px; border-top: 1px solid #edf0f4; }
.k24-wizard-feature-fieldset legend small {
  display: inline;
  margin-left: 8px;
  color: #8a94a6;
  font-size: 11px;
  font-weight: 600;
}
.k24-wizard-contact > div { margin-bottom: 12px; }
.k24-wizard-summary {
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--k24-orange);
  background: #f7f8fa;
  color: #4b5565;
  font-size: 12px;
  line-height: 1.45;
}
.k24-wizard-summary strong { color: #111827; }
.k24-wizard-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 0;
  color: #596579;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}
.k24-wizard-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--k24-orange); }
.k24-wizard-actions {
  position: sticky;
  bottom: -24px;
  z-index: 3;
  display: flex;
  gap: 12px;
  margin: 28px -2px -24px;
  padding: 16px 2px 24px;
  border-top: 1px solid #edf0f4;
  background: #fff;
}
.k24-wizard-actions .btn {
  height: 48px !important;
  min-height: 48px !important;
  margin: 0;
  padding: 0 22px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}
.k24-wizard-actions .btn-maincolor {
  border-color: var(--k24-orange) !important;
  background: var(--k24-orange) !important;
  color: #fff !important;
}
.k24-wizard-actions .btn-maincolor:hover,
.k24-wizard-actions .btn-maincolor:focus {
  border-color: var(--k24-blue) !important;
  background: var(--k24-blue) !important;
}
.k24-wizard-back { flex: 0 0 150px; }
.k24-wizard-next,
.k24-wizard-submit { flex: 1 1 auto; }
body.k24-modal-open { overflow: hidden !important; overscroll-behavior: none; }
@media (max-width: 575px) {
  .k24-modal {
    padding: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom));
    align-items: flex-end;
  }
  .k24-modal-dialog {
    width: 100%;
    height: min(760px, calc(100vh - 16px));
    height: min(760px, calc(100dvh - 16px));
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 8px 8px 0 0;
  }
  .k24-modal-head { gap: 12px; padding: 16px 14px 14px 16px; }
  .k24-modal-body { padding: 14px 16px max(18px, env(safe-area-inset-bottom)); }
  .k24-modal-dialog h3 { font-size: 21px; line-height: 1.25; }
  .k24-modal-lead { font-size: 14px; line-height: 1.45; }
  .k24-modal-close { flex-basis: 44px; width: 44px; height: 44px; }
  .k24-modal .k24-form .form-control { min-height: 50px; padding: 10px 12px; }
  .k24-modal .k24-form textarea.form-control { min-height: 116px; }
  .k24-wizard-progress { padding: 11px 12px 10px; }
  .k24-wizard-progress-bar { top: 25px; }
  .k24-wizard-progress-step { gap: 4px; }
  .k24-wizard-progress-step > span { width: 26px; height: 26px; font-size: 11px; }
  .k24-wizard-progress-step small { font-size: 9px; }
  .k24-wizard-step { min-height: 0; }
  .k24-wizard-step-head { margin-bottom: 18px; }
  .k24-wizard-step-head h4 { font-size: 21px; }
  .k24-wizard-choice-grid { grid-template-columns: 1fr; gap: 8px; }
  .k24-wizard-choice-body { min-height: 52px; padding: 10px 12px; font-size: 13px; }
  .k24-wizard-feature-fieldset,
  .k24-wizard-choice-fieldset { margin-top: 18px; }
  .k24-wizard-summary { grid-template-columns: 1fr; gap: 5px; padding: 12px 14px; }
  .k24-wizard-actions { bottom: calc(-1 * max(18px, env(safe-area-inset-bottom))); margin-top: 22px; margin-bottom: calc(-1 * max(18px, env(safe-area-inset-bottom))); padding: 12px 0 max(18px, env(safe-area-inset-bottom)); }
  .k24-wizard-actions .btn { height: 46px !important; min-height: 46px !important; padding-left: 14px !important; padding-right: 14px !important; font-size: 11px !important; }
  .k24-wizard-back { flex-basis: 104px; }
}

/* Page-specific hero families */
.k24-hero-layout { min-height: 362px; }
.k24-hero-main { position: relative; z-index: 2; }
.k24-hero-main h1 { max-width: 820px; }

.k24-hero--home {
  background-image: linear-gradient(90deg, rgba(6, 14, 35, 0.92) 0%, rgba(6, 14, 35, 0.78) 52%, rgba(6, 14, 35, 0.5) 100%), var(--k24-hero-image) !important;
}
.k24-home-matrix {
  padding: 12px 0 8px 30px;
  border-left: 2px solid var(--k24-orange);
}
.k24-home-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}
.k24-home-tags span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
#box_wrapper > section .k24-home-matrix > p {
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
  margin: 0 0 22px;
}
.k24-home-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.k24-home-facts strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}

.k24-hero--service {
  background-image: linear-gradient(90deg, rgba(6, 14, 35, 0.94) 0%, rgba(6, 14, 35, 0.79) 56%, rgba(6, 14, 35, 0.56) 100%), var(--k24-hero-image) !important;
}
.k24-service-rail {
  padding-left: 30px;
  border-left: 2px solid var(--k24-orange);
}
.k24-service-rail > p,
.k24-sector-focus > p,
.k24-hero-timeline > p {
  margin: 0 0 14px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 11px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.k24-service-rail ol,
.k24-sector-focus ul,
.k24-hero-timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.k24-service-rail li,
.k24-sector-focus li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.k24-service-rail li:first-child,
.k24-sector-focus li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.2); }
.k24-service-rail li span,
.k24-sector-focus li span {
  color: var(--k24-orange);
  font-size: 11px;
  font-weight: 800;
}
.k24-service-rail li strong,
.k24-sector-focus li strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.k24-hero--sector {
  min-height: 540px;
  padding-top: 112px;
  padding-bottom: 70px;
  background-image: linear-gradient(0deg, rgba(6, 14, 35, 0.94) 0%, rgba(6, 14, 35, 0.7) 55%, rgba(6, 14, 35, 0.48) 100%), var(--k24-hero-image) !important;
  background-position: center 46% !important;
}
.k24-hero--sector .k24-hero-layout { align-items: end !important; }
.k24-sector-focus {
  padding: 20px 0 0;
  border-top: 3px solid var(--k24-orange);
}
.k24-sector-focus ul {
  display: grid;
  grid-template-columns: 1fr;
}

.k24-hero--pricing {
  background-image: linear-gradient(90deg, rgba(6, 14, 35, 0.94) 0%, rgba(6, 14, 35, 0.78) 54%, rgba(6, 14, 35, 0.62) 100%), var(--k24-hero-image) !important;
}
.k24-price-pulse { padding-left: 34px; border-left: 3px solid var(--k24-orange); }
#box_wrapper > section .k24-price-pulse > p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.k24-price-pulse > div { display: flex; align-items: baseline; color: #fff; }
.k24-price-pulse > div > span { margin-right: 7px; font-size: 24px; color: var(--k24-orange); }
.k24-price-pulse > div > strong { font-family: "Syne", sans-serif; font-size: 72px; line-height: 1; }
.k24-price-pulse > div > small { margin-left: 8px; color: rgba(255, 255, 255, 0.75); font-size: 14px; }
.k24-price-pulse em { display: block; margin-top: 13px; color: #fff; font-size: 13px; font-style: normal; }

.k24-hero--process {
  min-height: 560px;
  background-image: linear-gradient(rgba(6, 14, 35, 0.84), rgba(6, 14, 35, 0.92)), var(--k24-hero-image) !important;
}
.k24-hero--process .k24-hero-main { max-width: 980px; }
.k24-hero-timeline { margin-top: 38px; }
.k24-hero-timeline ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.k24-hero-timeline li { position: relative; padding: 22px 12px 0 0; }
.k24-hero-timeline li:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--k24-orange);
}
.k24-hero-timeline li span { display: block; margin-bottom: 5px; color: var(--k24-orange); font-size: 11px; font-weight: 800; }
.k24-hero-timeline li strong { color: #fff; font-size: 14px; }

.k24-hero--references {
  min-height: 550px;
  background-image: linear-gradient(90deg, rgba(6, 14, 35, 0.93), rgba(6, 14, 35, 0.58)), var(--k24-hero-image) !important;
}
.k24-reference-strip {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.k24-reference-strip span,
.k24-reference-strip strong {
  min-height: 66px;
  display: flex;
  align-items: center;
  padding-right: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}
.k24-reference-strip span { color: var(--k24-orange); font-weight: 800; text-transform: uppercase; }

.k24-hero--editorial {
  min-height: 470px;
  background-image: linear-gradient(90deg, rgba(6, 14, 35, 0.95) 0%, rgba(6, 14, 35, 0.8) 62%, rgba(6, 14, 35, 0.56) 100%), var(--k24-hero-image) !important;
}
.k24-editorial-meta,
.k24-corporate-facts {
  padding: 8px 0 8px 26px;
  border-left: 2px solid var(--k24-orange);
}
.k24-editorial-meta span,
.k24-corporate-facts span {
  display: block;
  margin-bottom: 13px;
  color: var(--k24-orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.k24-editorial-meta strong,
.k24-corporate-facts strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}
#box_wrapper > section .k24-editorial-meta p,
#box_wrapper > section .k24-corporate-facts p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.k24-hero--corporate {
  min-height: 480px;
  background-image: linear-gradient(90deg, rgba(6, 14, 35, 0.92) 0%, rgba(6, 14, 35, 0.7) 60%, rgba(6, 14, 35, 0.5) 100%), var(--k24-hero-image) !important;
}
.k24-corporate-facts a {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}
.k24-corporate-facts a:hover { color: var(--k24-orange); }

.k24-hero--minimal {
  min-height: 340px;
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: linear-gradient(90deg, rgba(6, 14, 35, 0.94), rgba(6, 14, 35, 0.66)), var(--k24-hero-image) !important;
}

@media (max-width: 991px) {
  .k24-hero-layout { min-height: 0; row-gap: 30px; }
  .k24-hero--home,
  .k24-hero--service,
  .k24-hero--pricing,
  .k24-hero--references,
  .k24-hero--editorial,
  .k24-hero--corporate,
  .k24-hero--minimal {
    background-image: linear-gradient(rgba(6, 14, 35, 0.76), rgba(6, 14, 35, 0.93)), var(--k24-hero-image) !important;
  }
  .k24-hero--sector {
    min-height: 0;
    padding-top: 74px;
    padding-bottom: 68px;
    background-image: linear-gradient(rgba(6, 14, 35, 0.68), rgba(6, 14, 35, 0.94)), var(--k24-hero-image) !important;
  }
  .k24-hero--process { min-height: 0; }
  .k24-home-matrix,
  .k24-service-rail,
  .k24-editorial-meta,
  .k24-corporate-facts,
  .k24-price-pulse {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 2px solid var(--k24-orange);
  }
  .k24-home-tags { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 5px; margin-bottom: 18px; }
  .k24-home-tags span { min-height: 36px; font-size: 10px; }
  .k24-home-facts { padding-top: 14px; }
  .k24-service-rail ol,
  .k24-sector-focus ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .k24-service-rail li,
  .k24-sector-focus li {
    display: block;
    min-height: 72px;
    padding: 12px 10px 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0;
  }
  .k24-service-rail li span,
  .k24-sector-focus li span { display: block; margin-bottom: 6px; }
  .k24-service-rail li strong,
  .k24-sector-focus li strong { font-size: 12px; }
  .k24-price-pulse > div > strong { font-size: 58px; }
  .k24-hero-timeline { margin-top: 30px; }
  .k24-reference-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .k24-reference-strip span { grid-column: 1 / -1; min-height: 44px; }
  .k24-reference-strip strong { min-height: 48px; }
}

@media (max-width: 575px) {
  .k24-hero--home,
  .k24-hero--service,
  .k24-hero--sector,
  .k24-hero--process,
  .k24-hero--references,
  .k24-hero--editorial,
  .k24-hero--corporate,
  .k24-hero--pricing { padding-top: 48px; padding-bottom: 50px; }
  .k24-hero--minimal { padding-top: 50px; padding-bottom: 48px; }
  .k24-hero .k24-hero-actions .btn-outline-maincolor { display: none !important; }
  .k24-home-tags { display: none; }
  #box_wrapper > section .k24-home-matrix > p { margin-bottom: 14px; font-size: 16px; }
  .k24-home-facts { gap: 8px; }
  .k24-home-facts strong { font-size: 10px; }
  .k24-service-rail ol,
  .k24-sector-focus ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .k24-service-rail li,
  .k24-sector-focus li { min-height: 72px; display: block; padding: 10px 8px 8px 0; }
  .k24-service-rail li span,
  .k24-sector-focus li span { margin: 0 0 5px; }
  .k24-service-rail li strong,
  .k24-sector-focus li strong { font-size: 11px; line-height: 1.25; }
  .k24-price-pulse > div > strong { font-size: 48px; }
  .k24-hero-timeline ol { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 18px; }
  .k24-hero-timeline li { padding-top: 18px; }
  .k24-editorial-meta strong,
  .k24-corporate-facts strong { font-size: 16px; }
}
