/* KDS Ambalaj logo integration */
.top-bar__logo {
  width: 165px;
  height: auto;
}

.top-bar__logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
}

#footer .site-logo {
  display: inline-block;
  width: min(100%, 290px);
}

#footer .site-logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 100px;
  object-fit: contain;
  object-position: left center;
}

.kds-whatsapp p {
  max-width: 280px;
  margin: 0 0 18px;
  color: #d2d2d2;
  font-size: 1.35rem;
  line-height: 1.65;
}

.kds-whatsapp__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #25d366;
  border-radius: 12px;
  background: #25d366;
  color: #102518;
  font-size: 1.35rem;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.kds-whatsapp__button:hover,
.kds-whatsapp__button:focus {
  background: #ff8200;
  border-color: #ff8200;
  box-shadow: 0 10px 25px rgba(255, 130, 0, 0.2);
  color: #151515;
  transform: translateY(-2px);
}

.kds-whatsapp__button i {
  font-size: 1.8rem;
}

.kds-about {
  padding: 55px 0 70px;
  background: linear-gradient(180deg, #fff 0%, #f8f8fb 100%);
}

.kds-about__card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: 58px;
  padding: 48px 52px 42px;
  border: 1px solid rgba(48, 16, 143, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(31, 22, 61, 0.08);
}

.kds-about__intro {
  position: relative;
  padding-right: 45px;
  border-right: 1px solid #ece9f5;
}

.kds-about__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 20px;
}

.kds-about__eyebrow span {
  padding: 6px 11px;
  border-radius: 20px;
  background: rgba(48, 16, 143, 0.07);
  color: #30108f;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kds-about__eyebrow span:nth-child(2) {
  background: rgba(0, 169, 67, 0.08);
  color: #008a39;
}

.kds-about__eyebrow span:nth-child(3) {
  background: rgba(255, 130, 0, 0.1);
  color: #d96e00;
}

.kds-about h2 {
  margin: 0 0 18px;
  color: #21163e;
  font-size: clamp(3rem, 3.4vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.kds-about h2 span {
  color: #30108f;
  font-weight: 400;
}

.kds-about__lead {
  margin: 0 0 23px;
  color: #625d70;
  font-size: 1.55rem;
  line-height: 1.7;
}

.kds-about__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #30108f;
  font-weight: 700;
}

.kds-about__link span {
  font-size: 2rem;
  transition: transform 0.2s ease;
}

.kds-about__link:hover span {
  transform: translateX(4px);
}

.kds-about__content > p {
  margin: 0 0 13px;
  color: #615d69;
  font-size: 1.45rem;
  line-height: 1.72;
}

.kds-about__content strong {
  color: #2b2439;
}

.kds-about__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 25px;
}

.kds-about__facts div {
  display: flex;
  flex-direction: column;
  min-height: 88px;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f7f5fb;
}

.kds-about__facts strong {
  color: #30108f;
  font-family: Raleway, sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.kds-about__facts span {
  margin-top: 7px;
  color: #777180;
  font-size: 1.15rem;
  line-height: 1.3;
}

.kds-feature-banners {
  padding-top: 28px !important;
  padding-bottom: 72px !important;
}

.kds-feature-banners .container-fluid {
  max-width: 1480px;
  margin: 0 auto;
}

.kds-feature-banners .product-preview .row {
  margin-right: -9px;
  margin-left: -9px;
}

.kds-feature-banners .product-preview [class*="col-"] {
  padding-right: 9px;
  padding-left: 9px;
}

.kds-feature-banners .product-preview--style-2 .__item {
  height: 430px;
  overflow: hidden;
  border: 1px solid rgba(48, 16, 143, 0.08);
  border-radius: 24px;
  background: #21163e;
  box-shadow: 0 16px 42px rgba(31, 22, 61, 0.13);
  transform: translateY(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.kds-feature-banners .product-preview--style-2 .__item:hover {
  box-shadow: 0 22px 50px rgba(31, 22, 61, 0.2);
  transform: translateY(-6px);
}

.kds-feature-banners .product-preview .__image {
  border-radius: inherit;
}

.kds-feature-banners .product-preview .__image::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(20, 13, 39, 0.03) 35%, rgba(20, 13, 39, 0.88) 100%);
  content: "";
  pointer-events: none;
}

.kds-feature-banners .product-preview .__image img {
  transition: transform 0.55s ease;
}

.kds-feature-banners .product-preview .__item:hover .__image img {
  transform: scale(1.055);
}

.kds-feature-banners .product-preview .__content {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 32px 26px;
}

.kds-feature-banners .product-preview .__title {
  margin: 0;
  color: #fff;
  font-size: 2.15rem;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.kds-corporate {
  padding: 78px 0 90px;
  background: linear-gradient(180deg, #fff 0%, #f8f7fb 100%);
}

.kds-about-page #hero {
  min-height: 238px;
  padding-top: 125px;
  padding-bottom: 24px;
  background-color: rgba(48, 16, 143, 0.16);
  background-blend-mode: multiply;
}

.kds-about-page #hero .__title {
  margin-bottom: 10px;
}

.kds-about-page #hero p {
  margin-top: 10px;
  margin-bottom: 0;
}

.kds-corporate__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 70px;
  align-items: start;
}

.kds-corporate__eyebrow {
  margin: 0 0 14px;
  color: #ff8200;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kds-corporate__heading h2,
.kds-solutions__head h2 {
  margin: 0;
  color: #21163e;
  font-size: clamp(3rem, 4vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.kds-corporate__heading h2 span {
  color: #30108f;
  font-weight: 400;
}

.kds-corporate__copy p {
  margin: 0 0 15px;
  color: #625d6c;
  font-size: 1.5rem;
  line-height: 1.78;
}

.kds-corporate__copy .kds-corporate__lead {
  color: #302a3a;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.65;
}

.kds-corporate__values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.kds-corporate__values div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 116px;
  padding: 22px 24px;
  border: 1px solid rgba(48, 16, 143, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(32, 23, 60, 0.06);
}

.kds-corporate__values strong {
  color: #30108f;
  font-family: Raleway, sans-serif;
  font-size: 2.35rem;
  line-height: 1.1;
}

.kds-corporate__values span {
  margin-top: 8px;
  color: #77717f;
  font-size: 1.25rem;
}

.kds-solutions {
  margin-top: 76px;
}

.kds-solutions__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.kds-solutions__head h2 {
  font-size: clamp(2.7rem, 3.3vw, 4rem);
}

.kds-solutions__head > p:last-child {
  margin: 16px 0 0;
  color: #706a78;
  font-size: 1.45rem;
  line-height: 1.7;
}

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

.kds-solution-card {
  position: relative;
  min-height: 100%;
  padding: 28px 28px 26px;
  overflow: hidden;
  border: 1px solid #ebe8f1;
  border-radius: 20px;
  background: #fff;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.kds-solution-card:hover {
  border-color: rgba(255, 130, 0, 0.4);
  box-shadow: 0 17px 42px rgba(37, 26, 67, 0.1);
  transform: translateY(-4px);
}

.kds-solution-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 19px;
  border-radius: 12px;
  background: rgba(255, 130, 0, 0.11);
  color: #e57000;
  font-weight: 800;
}

.kds-solution-card h3 {
  margin: 0 0 17px;
  color: #2a213c;
  font-size: 1.8rem;
  line-height: 1.3;
}

.kds-solution-card ul {
  margin: 0;
}

.kds-solution-card li {
  position: relative;
  margin-top: 8px;
  padding-left: 16px;
  color: #6a6571;
  font-size: 1.3rem;
  line-height: 1.5;
}

.kds-solution-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff8200;
  content: "";
}

.kds-solution-card--accent {
  border-color: transparent;
  background: linear-gradient(145deg, #2a0d7d 0%, #3f1ba1 100%);
}

.kds-solution-card--accent .kds-solution-card__number {
  background: rgba(255, 255, 255, 0.12);
  color: #ffad57;
}

.kds-solution-card--accent h3,
.kds-solution-card--accent p,
.kds-solution-card--accent a {
  color: #fff;
}

.kds-solution-card--accent p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.kds-solution-card--accent a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
}

.kds-policy__date { margin-top: 18px; color: #6f6882; font-size: 1.4rem; }

.kds-policy__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.kds-policy__section {
  display: flex;
  gap: 20px;
  padding: 28px;
  border: 1px solid #ebe7f4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(48, 16, 143, 0.06);
}

.kds-policy__section > span {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #fff2e5;
  color: #e66f00;
  font-weight: 800;
}

.kds-policy__section h3 { margin: 2px 0 10px; color: #27115e; font-size: 2rem; }
.kds-policy__section p { margin: 0; color: #655f72; line-height: 1.75; }
.kds-policy__section a { color: #e66f00; font-weight: 700; }

.kds-policy__section--accent {
  grid-column: 1 / -1;
  border: 0;
  background: linear-gradient(135deg, #30108f, #4817c6);
}

.kds-policy__section--accent > span { background: #ff8200; color: #fff; }
.kds-policy__section--accent h3,
.kds-policy__section--accent p,
.kds-policy__section--accent a { color: #fff; }
.kds-policy__section--accent a { display: inline-flex; gap: 8px; margin-top: 15px; }

.kds-parts { margin-top: 58px; }
.kds-parts__scroll-tools { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; color: #81798d; font-size: 1.3rem; }
.kds-parts__scroll-tools > span { display: inline-flex; gap: 8px; align-items: center; }
.kds-parts__scroll-tools i { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; color: #e66f00; background: #fff2e5; font-style: normal; font-size: 1.7rem; }
.kds-parts__scroll-tools > div { display: flex; gap: 7px; }
.kds-parts__scroll-tools button { width: 34px; height: 34px; padding: 0; border: 1px solid #e7e1f2; border-radius: 50%; color: #30108f; background: #fff; font-size: 2.3rem; line-height: 1; cursor: pointer; transition: .2s ease; }
.kds-parts__scroll-tools button:hover { border-color: #ff8200; color: #fff; background: #ff8200; }
.kds-parts__filters { display: flex; gap: 9px; margin: 8px 0 14px; padding: 5px 0 10px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: thin; }
.kds-parts__filter { flex: 0 0 auto; padding: 10px 17px; border: 1px solid #e7e1f2; border-radius: 999px; color: #3b286b; background: #fff; font: inherit; font-weight: 700; cursor: pointer; transition: .2s ease; }
.kds-parts__filter:hover, .kds-parts__filter.is-active { border-color: #ff8200; color: #fff; background: #ff8200; box-shadow: 0 8px 20px rgba(255,130,0,.22); }
.kds-parts__result { margin: 0 0 22px !important; color: #81798d; font-size: 1.3rem; }
.kds-parts__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.kds-part-card { overflow: hidden; border: 1px solid #ece8f3; border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(48,16,143,.06); transition: transform .25s ease, box-shadow .25s ease; }
.kds-part-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(48,16,143,.11); }
.kds-part-card__visual { height: 155px; overflow: hidden; background: #f3f0f8; }
.kds-part-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.kds-part-card__body { padding: 22px; }
.kds-part-card__body > span { color: #ff8200; font-weight: 800; }
.kds-part-card h3 { margin: 7px 0 10px; color: #291063; font-size: 1.85rem; }
.kds-part-card p { min-height: 82px; margin: 0 0 16px !important; color: #6c6675; line-height: 1.65; }
.kds-part-card a { color: #e66f00; font-weight: 800; }

.kds-contact { padding: 70px 0 82px; background: linear-gradient(180deg, #fff 0%, #faf9fc 100%); }
.kds-contact__intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: end; margin-bottom: 38px; }
.kds-contact__intro h2 { margin: 6px 0 0; color: #291063; }
.kds-contact__intro h2 span { color: #ff8200; font-weight: 800; }
.kds-contact__intro > p { margin: 0 !important; color: #696273; font-size: 1.6rem; line-height: 1.75; }
.kds-contact__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.kds-contact__details { display: flex; flex-direction: column; gap: 14px; }
.kds-contact-card { display: flex; gap: 17px; align-items: center; padding: 22px; border: 1px solid #ebe6f3; border-radius: 18px; color: #5e5769; background: #fff; box-shadow: 0 12px 28px rgba(48,16,143,.05); }
.kds-contact-card:hover { border-color: #ff8200; color: #5e5769; transform: translateY(-2px); }
.kds-contact-card > span { display: flex; flex: 0 0 44px; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; color: #fff; background: #30108f; font-size: 2rem; }
.kds-contact-card small, .kds-contact-card strong, .kds-contact-card p { display: block; }
.kds-contact-card small { color: #e66f00; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.kds-contact-card strong { margin: 3px 0; color: #291063; font-size: 1.7rem; }
.kds-contact-card p { margin: 0 !important; font-size: 1.3rem; }
.kds-contact__whatsapp { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #25d366, #128c4a); font-weight: 800; }
.kds-contact__whatsapp:hover { color: #fff; }
.kds-contact__form-wrap { padding: 34px; border-radius: 22px; background: #fff; box-shadow: 0 18px 45px rgba(48,16,143,.09); }
.kds-contact__form-wrap h3 { margin: 4px 0 24px; color: #291063; }
.kds-contact__form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.kds-contact__form label { margin: 0; color: #41394c; font-size: 1.3rem; font-weight: 700; }
.kds-contact__form input, .kds-contact__form select, .kds-contact__form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #dfd9e8; border-radius: 11px; color: #443c4d; background: #fcfbfd; font: inherit; font-weight: 400; outline: 0; }
.kds-contact__form input:focus, .kds-contact__form select:focus, .kds-contact__form textarea:focus { border-color: #ff8200; box-shadow: 0 0 0 3px rgba(255,130,0,.1); }
.kds-contact__full { grid-column: 1 / -1; }
.kds-contact__consent { display: flex; gap: 9px; align-items: flex-start; font-weight: 400 !important; line-height: 1.55; }
.kds-contact__consent input { width: auto; margin-top: 3px; }
.kds-contact__consent a { color: #e66f00; }
.kds-contact__note { margin: 14px 0 0 !important; color: #88818f; font-size: 1.2rem; }

@media (max-width: 991.98px) {
  .top-bar.is-expanded .top-bar__inner {
    border-top-width: 90px;
    border-bottom-width: 20px;
    padding-top: 8px;
    text-align: left;
  }

  .top-bar.is-expanded .top-bar__inner::before {
    display: none;
  }

  .top-bar.is-expanded .top-bar__inner > div:first-child,
  .top-bar.is-expanded .top-bar__navigation {
    display: block;
    width: 100%;
  }

  .top-bar.is-expanded .top-bar__navigation {
    margin-top: 0;
  }

  .top-bar__logo {
    display: flex;
    align-items: center;
    width: 210px;
    height: 90px;
  }

  .top-bar__logo img {
    max-height: 78px;
  }

  .kds-about__card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px;
  }

  .kds-about__intro {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid #ece9f5;
  }

  .kds-feature-banners .product-preview--style-2 .__item {
    height: 360px;
    margin-bottom: 18px;
  }

  .kds-corporate__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .kds-solutions__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kds-policy__content { grid-template-columns: 1fr; }
  .kds-policy__section--accent { grid-column: auto; }
  .kds-parts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kds-contact__intro, .kds-contact__layout { grid-template-columns: 1fr; gap: 25px; }
}

@media (min-width: 992px) {
  .top-bar .container > .row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .top-bar__inner {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 28px;
  }

  .top-bar__contacts {
    width: 100%;
    justify-content: flex-end;
    text-align: right;
  }
}

@media (max-width: 575.98px) {
  .top-bar.is-expanded .top-bar__inner {
    border-top-width: 82px;
    padding-top: 4px;
  }

  .top-bar__logo {
    width: 180px;
    height: 82px;
  }

  .top-bar__logo img {
    max-height: 66px;
  }

  #footer .site-logo {
    width: 230px;
  }

  .kds-about {
    padding: 35px 0 45px;
  }

  .kds-about__card {
    gap: 24px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .kds-about h2 {
    font-size: 3.2rem;
  }

  .kds-about__facts {
    grid-template-columns: 1fr;
  }

  .kds-about__facts div {
    min-height: 0;
  }

  .kds-feature-banners {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 18px !important;
    padding-bottom: 46px !important;
  }

  .kds-feature-banners .product-preview--style-2 .__item {
    height: 285px;
    border-radius: 18px;
  }

  .kds-feature-banners .product-preview .__content {
    padding: 24px 20px;
  }

  .kds-corporate {
    padding: 52px 0 60px;
  }

  .kds-about-page #hero {
    min-height: 220px;
    padding-top: 108px;
    padding-bottom: 22px;
  }

  .kds-corporate__values,
  .kds-solutions__grid {
    grid-template-columns: 1fr;
  }

  .kds-corporate__values {
    margin-top: 30px;
  }

  .kds-solutions {
    margin-top: 52px;
  }

  .kds-solution-card {
    padding: 25px 22px;
  }

  .kds-policy__content { margin-top: 38px; }
  .kds-policy__section { gap: 16px; padding: 24px 20px; }
  .kds-parts { margin-top: 42px; }
  .kds-parts__grid { grid-template-columns: 1fr; }
  .kds-part-card__visual { height: 180px; }
  .kds-part-card p { min-height: 0; }
  .kds-contact { padding: 50px 0 60px; }
  .kds-contact__form-wrap { padding: 26px 20px; }
  .kds-contact__form { grid-template-columns: 1fr; }
  .kds-contact__full { grid-column: auto; }
}
