/**
 * Devkanti Homepage App v4.1.0 — premium corporate landing
 */

.dk-home-mount {
  min-height: 50vh;
}

.dk-home-app {
  --dk-navy: #07111f;
  --dk-navy-mid: #0b1b33;
  --dk-gold: #c8a25d;
  --dk-gold-soft: #e4c985;
  --dk-white: #ffffff;
  --dk-grey: #f5f7fa;
  --dk-grey-2: #eef2f7;
  --dk-text: #111827;
  --dk-muted: #64748b;
  --dk-wrap: 76rem;
  --dk-font: Inter, Poppins, Arial, sans-serif;
  --dk-shadow: 0 12px 40px rgba(7, 17, 31, 0.1);
  --dk-shadow-lg: 0 20px 50px rgba(7, 17, 31, 0.14);
  --dk-radius: 14px;
  font-family: var(--dk-font);
  color: var(--dk-text);
  overflow-x: hidden;
}

.dk-wrap {
  width: 100%;
  max-width: var(--dk-wrap);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

@media (min-width: 1024px) {
  .dk-wrap { padding-inline: 2rem; }
}

/* Gradient fallbacks */
.dk-bg-gradient-hero-1,
.dk-bg-gradient-hero-2,
.dk-bg-gradient-hero-3 {
  background-size: cover;
  background-position: center;
}

.dk-bg-gradient-hero-1 {
  background-image: linear-gradient(135deg, #0a1628 0%, #1a3a5c 40%, #07111f 100%);
}

.dk-bg-gradient-hero-2 {
  background-image: linear-gradient(125deg, #07111f 0%, #123d5c 50%, #1e4d3a 100%);
}

.dk-bg-gradient-hero-3 {
  background-image: linear-gradient(140deg, #0b1b33 0%, #2a4060 45%, #1a2840 100%);
}

.dk-bg-gradient-about {
  background: linear-gradient(145deg, #1a3352, #2d4a6e);
}

.dk-bg-gradient-service-1 {
  background: linear-gradient(145deg, #1e3a5f, #2d5a87);
}

.dk-bg-gradient-service-2 {
  background: linear-gradient(145deg, #0f2d4a, #1a4d6e);
}

.dk-bg-gradient-service-3 {
  background: linear-gradient(145deg, #152238, #3d4a28);
}

.dk-bg-gradient-solution-1 {
  background: linear-gradient(135deg, #0d2840, #1e5078);
}

.dk-bg-gradient-solution-2 {
  background: linear-gradient(135deg, #1c2d42, #4a3520);
}

.dk-bg-gradient-solution-3 {
  background: linear-gradient(135deg, #152a40, #2e4a62);
}

.dk-bg-gradient-solution-4 {
  background: linear-gradient(135deg, #1a2840, #3d2e50);
}

.dk-bg-gradient-project-1 { background: linear-gradient(145deg, #1a3352, #2d4a6e); }
.dk-bg-gradient-project-2 { background: linear-gradient(145deg, #0d2840, #1e5078); }
.dk-bg-gradient-project-3 { background: linear-gradient(145deg, #1c2d42, #4a3520); }
.dk-bg-gradient-project-4 { background: linear-gradient(145deg, #1e3348, #4a3d28); }
.dk-bg-gradient-project-5 { background: linear-gradient(145deg, #152a40, #2e4a62); }
.dk-bg-gradient-project-6 { background: linear-gradient(145deg, #122438, #2a4560); }

.dk-media--image {
  background-size: cover;
  background-position: center;
}

/* Buttons */
.dk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.625rem;
  font-family: var(--dk-font);
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 7px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: transform 0.2s, background 0.25s, border-color 0.25s;
}

.dk-btn:hover { transform: translateY(-2px); }

.dk-btn--gold {
  background: linear-gradient(135deg, var(--dk-gold-soft), var(--dk-gold));
  color: var(--dk-navy);
  border-color: var(--dk-gold);
  box-shadow: 0 4px 20px rgba(200, 162, 93, 0.25);
}

.dk-btn--gold:hover {
  box-shadow: 0 8px 28px rgba(200, 162, 93, 0.45);
}

.dk-btn--outline {
  background: rgba(255, 255, 255, 0.08);
  color: var(--dk-white);
  border-color: rgba(255, 255, 255, 0.45);
}

.dk-btn--outline:hover {
  border-color: var(--dk-gold-soft);
  color: var(--dk-white);
}

.dk-link {
  font-weight: 600;
  color: var(--dk-gold);
  text-decoration: none;
}

.dk-link:hover { color: #a88642; }

/* Section headings */
.dk-head { margin-bottom: 2.5rem; text-align: center; max-width: 42rem; margin-inline: auto; }

.dk-section--dark .dk-head__title,
.dk-section--cta .dk-head__title { color: var(--dk-white); }

.dk-section--dark .dk-head__lead,
.dk-section--cta .dk-head__lead { color: rgba(255, 255, 255, 0.78); }

.dk-head__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dk-gold);
}

.dk-head__label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--dk-gold), var(--dk-gold-soft));
  border-radius: 2px;
}

.dk-section--dark .dk-head__label { color: var(--dk-gold-soft); }

.dk-head__rule {
  width: 72px;
  height: 3px;
  margin: 0.75rem auto 1rem;
  background: linear-gradient(90deg, var(--dk-gold), transparent);
  border-radius: 2px;
}

.dk-head__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.dk-head__lead {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--dk-muted);
}

/* Sections */
.dk-section {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .dk-section { padding: 6rem 0; }
}

.dk-section--light { background: var(--dk-grey); }
.dk-section--white { background: var(--dk-white); }
.dk-section--grey { background: var(--dk-grey-2); }

.dk-section--dark {
  background: linear-gradient(180deg, var(--dk-navy) 0%, var(--dk-navy-mid) 100%);
  color: var(--dk-white);
}

.dk-section--cta {
  background: linear-gradient(180deg, var(--dk-grey-2) 0%, #e8edf4 100%);
  color: var(--dk-white);
  padding: 2.35rem 0 2.1rem;
}

@media (min-width: 768px) {
  .dk-section--cta {
    padding: 2.85rem 0 2.45rem;
  }
}

/* Hero — premium dark enterprise slider */
.dk-hero {
  position: relative;
  margin-top: 0;
  padding-top: 0;
}

.dk-hero-slider {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: linear-gradient(170deg, #07111f 0%, #0b1b33 45%, #102745 100%);
}

.dk-hero-slides {
  position: relative;
  width: 100%;
  min-height: inherit;
}

.dk-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 2.5rem) 0 4.75rem;
}

.dk-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.dk-hero-slide__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #07111f;
}

.dk-hero-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 7s ease;
}

.dk-hero-slide.is-active .dk-hero-slide__img {
  transform: scale(1);
}

.dk-hero-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 28%, rgba(56, 120, 200, 0.24) 0%, transparent 32%),
    linear-gradient(102deg, rgba(7, 17, 31, 0.92) 0%, rgba(11, 27, 51, 0.84) 44%, rgba(7, 17, 31, 0.82) 100%);
}

.dk-hero-slide__layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  align-items: center;
  width: 100%;
  min-height: calc(100dvh - var(--header-h) - 8rem);
}

@media (min-width: 1024px) {
  .dk-hero-slide__layout {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 2.4rem;
  }

  .dk-hero-slide__content {
    max-width: none;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .dk-hero-contact__value {
    font-size: 0.58rem;
  }

  .dk-hero-contact__card {
    padding: 0.65rem 0.5rem;
  }
}

.dk-hero-slide__content {
  max-width: 46rem;
}

.dk-hero-badge {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 162, 93, 0.42);
  background: rgba(200, 162, 93, 0.14);
  color: var(--dk-gold-soft);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dk-hero-title {
  margin: 0 0 1.1rem;
  font-size: clamp(2.1rem, 5.2vw, 3.9rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--dk-white);
}

.dk-hero-word--gold {
  background: linear-gradient(135deg, #f0d79a 0%, #c8a25d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dk-hero-word--navy {
  color: #dce7f5;
  border-bottom: 2px solid rgba(200, 162, 93, 0.45);
}

.dk-hero-sub {
  margin: 0 0 1.15rem;
  max-width: 42rem;
  font-size: clamp(0.98rem, 1.75vw, 1.1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.dk-hero-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  max-width: 100%;
}

.dk-hero-contact__card {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  min-height: 5.25rem;
  padding: 0.72rem 0.65rem;
  border-radius: 14px;
  border: 1px solid rgba(200, 162, 93, 0.38);
  background: rgba(7, 17, 31, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.dk-hero-contact__card:hover {
  border-color: rgba(240, 215, 154, 0.72);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.dk-hero-contact__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(200, 162, 93, 0.28), rgba(7, 17, 31, 0.9));
  border: 1px solid rgba(200, 162, 93, 0.45);
  color: #f0d79a;
}

.dk-hero-contact__icon svg {
  width: 1rem;
  height: 1rem;
}

.dk-hero-contact__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  flex: 1;
}

.dk-hero-contact__label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(240, 215, 154, 0.92);
}

.dk-hero-contact__value {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.dk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.dk-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dk-hero-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.dk-hero-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: rgba(200, 162, 93, 0.18);
  border: 1px solid rgba(200, 162, 93, 0.42);
  color: #f0d79a;
}

.dk-hero-trust__icon svg {
  width: 0.9rem;
  height: 0.9rem;
}

.dk-hero-actions .dk-btn--outline {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.44);
}

.dk-hero-actions .dk-btn {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.dk-hero-actions .dk-btn:hover {
  transform: translateY(-2px);
}

.dk-hero-actions .dk-btn--gold:hover {
  box-shadow: 0 14px 36px rgba(200, 162, 93, 0.42);
}

.dk-hero-actions .dk-btn--outline:hover {
  border-color: rgba(200, 162, 93, 0.65);
  box-shadow: 0 10px 28px rgba(56, 120, 200, 0.22);
}

.dk-hero-visual__panel {
  position: relative;
  border-radius: 28px;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 162, 93, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28), 0 0 24px rgba(200, 162, 93, 0.18);
  overflow: hidden;
}

.dk-hero-visual__media {
  border-radius: 24px;
  overflow: hidden;
  min-height: 340px;
}

.dk-hero-visual__img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center;
}

.dk-hero-visual__overlay {
  position: absolute;
  inset: 0.5rem;
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(7, 17, 31, 0.58) 0%,
    rgba(11, 27, 51, 0.35) 45%,
    rgba(7, 17, 31, 0.62) 100%
  );
  pointer-events: none;
}

.dk-hero-visual__glow {
  position: absolute;
  inset: auto -10% -16% -10%;
  height: 42%;
  background: radial-gradient(circle, rgba(56, 120, 200, 0.26) 0%, transparent 72%);
  pointer-events: none;
}

.dk-hero-eco,
.dk-hero-visual__img {
  width: 100%;
  height: auto;
  display: block;
}

.dk-hero-floating {
  position: absolute;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(200, 162, 93, 0.45);
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f4e0b3;
  font-size: 0.62rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.dk-hero-floating__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.35rem;
  color: #f0d79a;
  vertical-align: middle;
}

.dk-hero-floating__icon svg {
  width: 0.78rem;
  height: 0.78rem;
}

.dk-hero-floating--1 { top: 7%; left: 4%; }
.dk-hero-floating--2 { top: 14%; right: 4%; }
.dk-hero-floating--3 { top: 48%; right: 1%; }
.dk-hero-floating--4 { bottom: 17%; left: 2%; }
.dk-hero-floating--5 { bottom: 8%; right: 10%; }

.dk-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(7, 17, 31, 0.5);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.dk-hero-arrow:hover {
  border-color: rgba(200, 162, 93, 0.75);
  background: rgba(200, 162, 93, 0.22);
}

.dk-hero-arrow--prev { left: 1rem; }
.dk-hero-arrow--next { right: 1rem; }

@media (min-width: 1024px) {
  .dk-hero-arrow--prev { left: 2rem; }
  .dk-hero-arrow--next { right: 2rem; }
}

.dk-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  gap: 0.5rem;
}

.dk-hero-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.dk-hero-dot.is-active {
  background: var(--dk-gold);
  transform: scale(1.2);
}

@media (max-width: 1023px) {
  .dk-hero-slide__layout {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .dk-hero-visual {
    order: -1;
    max-width: 34rem;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .dk-hero-contact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .dk-hero-slide {
    padding: calc(var(--header-h) + 1.75rem) 0 5.5rem;
  }

  .dk-hero-slide__content {
    text-align: center;
  }

  .dk-hero-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .dk-hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .dk-hero-actions {
    justify-content: center;
  }

  .dk-hero-actions .dk-btn {
    width: 100%;
    max-width: 20rem;
  }

  .dk-hero-trust {
    justify-content: center;
  }

  .dk-hero-floating {
    font-size: 0.56rem;
    padding: 0.25rem 0.45rem;
  }
}

@media (max-width: 640px) {
  .dk-hero-floating--2,
  .dk-hero-floating--4 {
    display: none;
  }
}

@media (max-width: 480px) {
  .dk-hero-floating {
    display: none;
  }

  .dk-hero-contact__value {
    font-size: 0.68rem;
  }
}

/* Partner ecosystem */
.dk-section--partners {
  padding: 5.625rem 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(128, 176, 232, 0.2) 0%, transparent 35%),
    radial-gradient(circle at 90% 75%, rgba(196, 180, 230, 0.18) 0%, transparent 36%),
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.95) 0%, rgba(231, 242, 255, 0.6) 44%, rgba(246, 241, 255, 0.52) 100%);
}

.dk-head--partners .dk-head__title {
  color: var(--dk-navy);
}

.dk-head--partners .dk-head__title::after {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  border-radius: 2px;
  margin: 0.75rem auto 0;
  background: linear-gradient(90deg, var(--dk-gold), rgba(200, 162, 93, 0.2));
}

.dk-partner-subtitle {
  margin: -0.25rem 0 0.85rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7c8ea7;
}

.dk-partner-trust {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
}

.dk-head--partners .dk-head__lead {
  max-width: 56rem;
  margin-inline: auto;
}

.dk-partner-desktop {
  display: none;
}

@media (min-width: 900px) {
  .dk-partner-desktop {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.dk-partner-row {
  border-radius: 18px;
  border: 1px solid rgba(11, 27, 51, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 38px rgba(11, 27, 51, 0.06);
  padding: 1rem 0.95rem 1.05rem;
}

.dk-partner-row__label {
  margin: 0 0 0.65rem;
  padding-inline: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  text-transform: uppercase;
  color: #102745;
  border-bottom: 2px solid rgba(200, 162, 93, 0.55);
  padding-bottom: 0.3rem;
}

.dk-partner-row__icon {
  color: var(--dk-gold);
  font-size: 0.78rem;
}

.dk-partner-row__marquee {
  overflow: hidden;
}

.dk-partner-row__track {
  display: flex;
  width: max-content;
  animation: dk-partner-marquee 36s linear infinite;
}

.dk-partner-row__marquee:hover .dk-partner-row__track {
  animation-play-state: paused;
}

.dk-partner-row__set {
  display: flex;
  gap: 0.7rem;
  padding-right: 0.7rem;
}

@keyframes dk-partner-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.dk-partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 118px;
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.dk-partner-logo:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(200, 162, 93, 0.9);
  box-shadow: 0 22px 34px rgba(15, 23, 42, 0.16), 0 0 26px rgba(200, 162, 93, 0.28);
}

.dk-partner-logo__media,
.dk-partner-logo__text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dk-partner-logo__media img {
  width: 100%;
  max-width: 148px;
  max-height: 54px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter: none;
  transition: filter 0.35s ease, transform 0.35s ease;
}

.dk-partner-logo:hover .dk-partner-logo__media img {
  transform: scale(1.03);
  filter: brightness(1.05);
}

.dk-partner-logo__text {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0f172a;
}

.dk-partner-mobile {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

@media (min-width: 900px) {
  .dk-partner-mobile {
    display: none;
  }
}

.dk-partner-logo--mobile {
  min-width: 0;
}

@media (min-width: 700px) and (max-width: 899px) {
  .dk-partner-mobile {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .dk-partner-row__track {
    animation: none;
    width: 100%;
    display: block;
  }

  .dk-partner-row__set {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    padding-right: 0;
  }

  .dk-partner-row__set[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 760px) {
  .dk-hero {
    padding-top: 0;
  }
  .dk-hero-copy {
    text-align: center;
  }
  .dk-hero-actions {
    justify-content: center;
  }
  .dk-hero-actions .dk-btn {
    width: 100%;
  }
  .dk-section--partners {
    padding: 3.125rem 0;
  }
}

/* Media images — prevent layout shift */
.dk-media-wrap {
  position: relative;
  overflow: hidden;
  background-color: var(--dk-grey-2);
}

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

.dk-about__media {
  aspect-ratio: 16 / 10;
  min-height: 200px;
}

/* About — image left, content right */
.dk-about {
  display: grid;
  gap: 1.15rem;
  align-items: center;
}

@media (min-width: 992px) {
  .dk-about {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .dk-about .dk-head { text-align: left; margin-inline: 0; }
  .dk-about__copy { order: 2; }
  .dk-about__visual { order: 1; }
}

.dk-about__text {
  margin: 0 0 2rem;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--dk-muted);
}

.dk-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 600px) {
  .dk-about-stats { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.dk-about-stat {
  padding: 1.25rem;
  background: var(--dk-white);
  border: 1px solid #e2e8f0;
  border-radius: var(--dk-radius);
  text-align: center;
}

.dk-about-stat strong {
  display: block;
  font-size: 1.75rem;
  color: var(--dk-navy);
}

.dk-about-stat span {
  font-size: 0.8125rem;
  color: var(--dk-muted);
}

.dk-about__card {
  border-radius: var(--dk-radius);
  overflow: hidden;
  box-shadow: var(--dk-shadow);
  background: var(--dk-white);
}

.dk-about__card {
  border-radius: var(--dk-radius);
  overflow: hidden;
  box-shadow: var(--dk-shadow);
}

/* Featured services — premium enterprise cards */
.dk-featured-grid {
  display: grid;
  gap: 1.75rem;
  margin-bottom: 3rem;
  align-items: stretch;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .dk-featured-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .dk-featured-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.dk-featured--premium {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--dk-white);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e8edf3;
  box-shadow: 0 10px 40px rgba(7, 17, 31, 0.08);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.dk-featured--premium:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 162, 93, 0.55);
  box-shadow:
    0 24px 56px rgba(7, 17, 31, 0.12),
    0 0 0 1px rgba(200, 162, 93, 0.15);
}

.dk-featured__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--dk-navy-mid);
}

.dk-featured__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.dk-featured__img--fallback {
  position: absolute;
  inset: 0;
}

.dk-featured--premium:hover .dk-featured__img {
  transform: scale(1.06);
}

.dk-featured__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(7, 17, 31, 0.08) 0%,
    rgba(7, 17, 31, 0.28) 100%
  );
}

.dk-featured__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
  padding: 1.35rem 1.4rem 1.5rem;
}

.dk-featured__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.3rem 0.65rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--dk-navy);
  background: rgba(200, 162, 93, 0.14);
  border: 1px solid rgba(200, 162, 93, 0.4);
  border-radius: 999px;
}

.dk-featured__body h3 {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: var(--dk-navy);
  line-height: 1.3;
}

.dk-featured__desc {
  margin: 0;
  font-size: 0.875rem;
  color: var(--dk-muted);
  line-height: 1.65;
}

.dk-featured__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.15rem;
}

.dk-featured__tag {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--dk-navy-mid);
  background: var(--dk-grey);
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.dk-featured__impact {
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eef2f7;
}

.dk-featured__impact-label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dk-gold);
}

.dk-featured__impact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.dk-featured__impact-item {
  position: relative;
  padding-left: 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--dk-navy);
  line-height: 1.35;
}

.dk-featured__impact-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dk-gold-soft), var(--dk-gold));
}

.dk-featured__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--dk-gold);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.dk-featured__link:hover {
  color: #a88642;
  gap: 0.45rem;
}

/* Service grid — visual enterprise cards */
.dk-svc-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

@media (min-width: 640px) {
  .dk-svc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
  }
}

@media (min-width: 1024px) {
  .dk-svc-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.dk-svc-card--visual {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  background: var(--dk-white);
  border: 1px solid #e8edf3;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(7, 17, 31, 0.06);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.dk-svc-card--visual:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 162, 93, 0.55);
  box-shadow:
    0 22px 48px rgba(7, 17, 31, 0.12),
    0 0 0 1px rgba(200, 162, 93, 0.12);
}

.dk-svc-card__media {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: var(--dk-navy-mid);
}

@media (min-width: 768px) {
  .dk-svc-card__media {
    height: 180px;
  }
}

.dk-svc-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.dk-svc-card__img--fallback {
  position: absolute;
  inset: 0;
}

.dk-svc-card--visual:hover .dk-svc-card__img {
  transform: scale(1.05);
}

.dk-svc-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(7, 17, 31, 0.12) 0%,
    rgba(7, 17, 31, 0.32) 100%
  );
}

.dk-svc-card__num {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--dk-navy);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(200, 162, 93, 0.45);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(7, 17, 31, 0.15);
}

.dk-svc-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
  padding: 1.15rem 1.2rem 1.35rem;
}

.dk-svc-card__accent {
  display: block;
  width: 2rem;
  height: 3px;
  margin-bottom: 0.15rem;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--dk-gold-soft), var(--dk-gold));
}

.dk-svc-card__body h3 {
  margin: 0;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 700;
  color: var(--dk-navy);
  line-height: 1.3;
}

.dk-svc-card__desc {
  margin: 0;
  flex: 1;
  font-size: 0.8125rem;
  color: var(--dk-muted);
  line-height: 1.6;
}

.dk-svc-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.dk-svc-card__tag {
  display: inline-block;
  padding: 0.22rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--dk-navy-mid);
  background: var(--dk-grey);
  border: 1px solid #e2e8f0;
  border-radius: 5px;
}

/* Solutions alternating — image-led rows */
.dk-solutions-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.dk-solution-row {
  display: grid;
  gap: 0;
  background: var(--dk-white);
  border-radius: var(--dk-radius);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: var(--dk-shadow);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.dk-solution-row:hover {
  transform: translateY(-4px);
  box-shadow: var(--dk-shadow-lg);
}

@media (min-width: 900px) {
  .dk-solution-row {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }

  .dk-solution-row--flip .dk-solution-row__media {
    order: 2;
  }

  .dk-solution-row--flip .dk-solution-row__body {
    order: 1;
  }
}

.dk-solution-row__media {
  position: relative;
  min-height: 220px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0;
  background-color: var(--dk-navy-mid);
}

@media (max-width: 899px) {
  .dk-solution-row__media {
    border-radius: var(--dk-radius) var(--dk-radius) 0 0;
  }

  .dk-solution-row--flip .dk-solution-row__media {
    border-radius: var(--dk-radius) var(--dk-radius) 0 0;
    order: 0;
  }
}

.dk-solution-row__media--image {
  background-color: var(--dk-navy);
}

.dk-solution-row__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.dk-solution-row:hover .dk-solution-row__img {
  transform: scale(1.05);
}

.dk-solution-row__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(7, 17, 31, 0.38) 0%,
    rgba(11, 27, 51, 0.32) 50%,
    rgba(7, 17, 31, 0.4) 100%
  );
}

.dk-solution-row__body {
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 900px) {
  .dk-solution-row__body {
    padding: 2.5rem 2.75rem;
  }
}

.dk-solution-row__body h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  color: var(--dk-navy);
}

.dk-solution-row__body p {
  margin: 0 0 0.65rem;
  color: var(--dk-muted);
  line-height: 1.65;
}

.dk-solution-row__body .dk-link {
  color: var(--dk-gold);
  font-weight: 600;
}

.dk-solution-row__body .dk-link:hover {
  color: #a88642;
}

/* Industry Reach — premium visual cards */
.dk-section--industries {
  padding: 5rem 0;
}

.dk-industry-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

@media (min-width: 640px) {
  .dk-industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
  }
}

@media (min-width: 1100px) {
  .dk-industry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.dk-industry-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  border-radius: var(--dk-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.dk-industry-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 162, 93, 0.65);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(200, 162, 93, 0.15);
}

.dk-industry-card__media {
  position: relative;
  aspect-ratio: 800 / 500;
  overflow: hidden;
  background: var(--dk-navy-mid);
}

.dk-industry-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.dk-industry-card__img--fallback {
  background: linear-gradient(135deg, var(--dk-navy-mid), #1a3a5c);
}

.dk-industry-card:hover .dk-industry-card__img {
  transform: scale(1.06);
}

.dk-industry-card__media-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(7, 17, 31, 0.15) 0%,
    rgba(7, 17, 31, 0.45) 100%
  );
}

.dk-industry-card__media-accent {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: rgba(7, 17, 31, 0.55);
  border: 1px solid rgba(200, 162, 93, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dk-industry-card__media-accent .dk-industry-card__icon {
  width: 1.125rem;
  height: 1.125rem;
  color: var(--dk-gold-soft);
}

.dk-industry-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
  padding: 1.15rem 1.2rem 1.35rem;
}

.dk-industry-card__title-row {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.dk-industry-card__title-accent {
  flex-shrink: 0;
  width: 3px;
  min-height: 1.35rem;
  margin-top: 0.2rem;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--dk-gold-soft), var(--dk-gold));
}

.dk-industry-card__body h3 {
  margin: 0;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--dk-white);
}

.dk-industry-card__desc {
  margin: 0;
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dk-industry-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.25rem;
}

.dk-industry-card__tag {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(200, 162, 93, 0.12);
  border: 1px solid rgba(200, 162, 93, 0.28);
  border-radius: 999px;
}

/* Portfolio / case study cards */
.dk-section--portfolio {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--dk-grey) 0%, var(--dk-white) 40%);
}

.dk-project-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

@media (min-width: 640px) {
  .dk-project-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .dk-project-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

.dk-project-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--dk-white);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 36px rgba(7, 17, 31, 0.08);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.dk-project-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 162, 93, 0.55);
  box-shadow: 0 24px 56px rgba(7, 17, 31, 0.14), 0 0 0 1px rgba(200, 162, 93, 0.12);
}

.dk-project-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--dk-navy-mid);
}

.dk-project-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.dk-project-card__img--fallback {
  position: absolute;
  inset: 0;
}

.dk-project-card:hover .dk-project-card__img {
  transform: scale(1.05);
}

.dk-project-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(7, 17, 31, 0.2);
}

.dk-project-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
  padding: 1.35rem 1.4rem 1.5rem;
}

.dk-project-card__industry {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.3rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dk-navy);
  background: rgba(200, 162, 93, 0.14);
  border: 1px solid rgba(200, 162, 93, 0.35);
  border-radius: 999px;
}

.dk-project-card__body h3 {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.15rem);
  font-weight: 700;
  color: var(--dk-navy);
  line-height: 1.3;
}

.dk-project-card__desc {
  margin: 0;
  font-size: 0.875rem;
  color: var(--dk-muted);
  line-height: 1.6;
}

.dk-project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.dk-project-card__tag {
  display: inline-block;
  padding: 0.28rem 0.55rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--dk-navy-mid);
  background: var(--dk-grey);
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.dk-project-card__impact {
  margin-top: 0.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eef2f7;
}

.dk-project-card__impact-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dk-gold);
}

.dk-project-card__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.dk-project-card__metric {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.dk-project-card__metric-value {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--dk-navy);
  line-height: 1.2;
}

.dk-project-card__metric-label {
  font-size: 0.75rem;
  color: var(--dk-muted);
  line-height: 1.3;
}

.dk-project-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--dk-gold);
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.dk-project-card__cta:hover {
  color: #a88642;
  gap: 0.45rem;
}

.dk-project-card__cta-arrow {
  transition: transform 0.3s ease;
}

.dk-project-card__cta:hover .dk-project-card__cta-arrow {
  transform: translateX(3px);
}

/* Testimonials */
.dk-section[data-dk-section="testimonials"] {
  background:
    radial-gradient(circle at 8% 14%, rgba(128, 176, 232, 0.14) 0%, transparent 35%),
    radial-gradient(circle at 92% 80%, rgba(196, 180, 230, 0.12) 0%, transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f4f8ff 50%, #f8fbff 100%);
}

.dk-section[data-dk-section="testimonials"] .dk-head__title {
  color: var(--dk-navy);
}

.dk-testi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 700px) {
  .dk-testi-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .dk-testi-grid { grid-template-columns: repeat(3, 1fr); }
}

.dk-testi-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 0.75rem;
}

@media (max-width: 640px) {
  .dk-testi-trust {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.dk-testi-trust__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(200, 162, 93, 0.35);
  background: rgba(255, 255, 255, 0.82);
  color: #102745;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
}

.dk-testi {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.45rem 1.35rem 1.3rem;
  background: var(--dk-white);
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-top: 4px solid rgba(200, 162, 93, 0.9);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.dk-testi:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 162, 93, 0.82);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.16), 0 0 20px rgba(200, 162, 93, 0.18);
}

.dk-testi__top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.dk-testi__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  color: #c8a25d;
  font-size: 0.9rem;
  line-height: 1;
}

.dk-testi__badge {
  display: inline-flex;
  margin-left: auto;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dk-testi__quote-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(200, 162, 93, 0.34);
  font-size: 2rem;
  line-height: 1;
}

.dk-testi__quote {
  margin: 0;
  color: #334155;
  font-size: 0.82rem;
  line-height: 1.7;
  font-style: normal;
}

.dk-testi__footer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: auto;
  padding-top: 0.15rem;
}

.dk-testi__avatar {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #102745, #0b1b33);
  border: 1px solid rgba(200, 162, 93, 0.48);
  color: #f4e0b3;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.dk-testi__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.dk-testi__meta cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  color: #0b1b33;
}

.dk-testi__meta span {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.78rem;
  color: #64748b;
}

/* Premium branded CTA */
.dk-cta-wrap {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

@media (min-width: 1024px) {
  .dk-cta-wrap {
    padding-inline: 2rem;
  }
}

.dk-cta-cred {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}

.dk-cta-cred__item {
  padding: 0 0.7rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1f3350;
}

.dk-cta-cred__sep {
  width: 1px;
  height: 14px;
  background: linear-gradient(180deg, transparent, rgba(200, 162, 93, 0.7), transparent);
}

.dk-cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(150deg, #102745 0%, #0b1b33 40%, #07111f 100%);
  border: 1px solid rgba(200, 162, 93, 0.55);
  box-shadow:
    0 20px 54px rgba(7, 17, 31, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 120px rgba(200, 162, 93, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.dk-cta-panel__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  animation: dk-grid-drift 22s linear infinite;
  pointer-events: none;
}

@keyframes dk-grid-drift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-42px, -42px, 0); }
}

.dk-cta-panel__glow {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.dk-cta-panel__glow--left {
  left: -18%;
  top: -6%;
  width: 58%;
  height: 70%;
  background: radial-gradient(circle, rgba(200, 162, 93, 0.28) 0%, transparent 72%);
}

.dk-cta-panel__glow--right {
  right: -12%;
  top: 0;
  width: 54%;
  height: 68%;
  background: radial-gradient(circle, rgba(58, 111, 186, 0.25) 0%, transparent 74%);
}

.dk-cta-panel__body {
  position: relative;
  z-index: 1;
}

.dk-cta-panel__main {
  padding: 1.2rem 1rem 0;
}

@media (min-width: 768px) {
  .dk-cta-panel__main {
    padding: 1.5rem 1.5rem 0;
  }
}

@media (min-width: 1024px) {
  .dk-cta-panel__main {
    padding: 1.9rem 2rem 0;
  }
}

.dk-cta-panel__inner {
  display: grid;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 960px) {
  .dk-cta-panel__inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.15rem;
  }
}

.dk-cta-panel__content {
  text-align: center;
}

@media (min-width: 960px) {
  .dk-cta-panel__content {
    text-align: left;
  }
}

.dk-cta-panel__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.55rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(200, 162, 93, 0.14);
  border: 1px solid rgba(200, 162, 93, 0.42);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dk-gold-soft);
}

.dk-cta-panel__content h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 700;
  line-height: 1.18;
  color: var(--dk-white);
}

.dk-cta-title__gold {
  background: linear-gradient(135deg, #f0d79a 0%, #c8a25d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-bottom: 2px solid rgba(200, 162, 93, 0.58);
}

.dk-cta-panel__text {
  margin: 0 0 0.75rem;
  max-width: 33rem;
  font-size: clamp(0.88rem, 1.35vw, 0.96rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dk-cta-panel__contact-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

@media (min-width: 700px) {
  .dk-cta-panel__contact-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dk-cta-contact-chip {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.48rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 162, 93, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dk-cta-contact-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 7px;
  background: rgba(200, 162, 93, 0.2);
  color: var(--dk-gold-soft);
  font-size: 0.68rem;
}

.dk-cta-contact-chip__meta {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.dk-cta-contact-chip__label {
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.dk-cta-contact-chip__value {
  font-size: 0.69rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dk-cta-contact-chip--email .dk-cta-contact-chip__value,
.dk-cta-contact-chip--call .dk-cta-contact-chip__value {
  color: #f0d79a;
  font-weight: 700;
}

.dk-cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

@media (min-width: 960px) {
  .dk-cta-panel__actions {
    justify-content: flex-start;
  }
}

.dk-btn--cta-primary,
.dk-btn--cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 1rem;
  font-size: 0.82rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.dk-btn--cta-primary {
  background: linear-gradient(135deg, #f0d79a 0%, #d2ab66 56%, #bc934e 100%);
  color: var(--dk-navy);
  border: 1px solid rgba(200, 162, 93, 0.88);
  box-shadow: 0 8px 22px rgba(200, 162, 93, 0.42), 0 0 24px rgba(200, 162, 93, 0.22);
}

.dk-btn--cta-primary:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 14px 36px rgba(200, 162, 93, 0.6), 0 0 34px rgba(200, 162, 93, 0.45);
}

.dk-btn--cta-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--dk-white);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}

.dk-btn--cta-secondary:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: var(--dk-gold-soft);
  box-shadow: 0 0 30px rgba(200, 162, 93, 0.28);
}

.dk-btn__arrow {
  font-size: 0.95em;
  transition: transform 0.3s ease;
}

.dk-btn:hover .dk-btn__arrow {
  transform: translateX(3px);
}

.dk-cta-panel__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 175px;
}

.dk-cta-ecosystem {
  position: relative;
  width: 100%;
  max-width: 330px;
}

.dk-cta-ecosystem::before {
  content: "";
  position: absolute;
  inset: 6% -8% -6%;
  border-radius: 45%;
  background: radial-gradient(circle, rgba(56, 120, 200, 0.3) 0%, transparent 72%);
  z-index: 0;
  pointer-events: none;
}

 .dk-cta-ecosystem__svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 30px rgba(7, 17, 31, 0.5));
}

.dk-cta-ecosystem__pulse {
  animation: dk-cta-eco-pulse 5s ease-in-out infinite;
}

.dk-cta-ecosystem__particle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(240, 215, 154, 0.85);
  filter: blur(0.4px);
  animation: dk-particle-float 7s ease-in-out infinite;
}

.dk-cta-ecosystem__particle--a { top: 18%; left: 15%; }
.dk-cta-ecosystem__particle--b { top: 68%; right: 14%; animation-delay: -2s; }
.dk-cta-ecosystem__particle--c { bottom: 16%; left: 46%; animation-delay: -3.2s; }

@keyframes dk-cta-eco-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.72; }
}

@keyframes dk-particle-float {
  0%, 100% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(-12px); opacity: 0.35; }
}

.dk-cta-brand {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  margin-top: 0.8rem;
  padding: 0.8rem 1rem 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.2) 0%, rgba(5, 11, 20, 0.36) 100%);
}

@media (min-width: 900px) {
  .dk-cta-brand {
    grid-template-columns: minmax(300px, 1fr) minmax(0, 1.5fr);
    gap: 1rem;
    padding: 0.9rem 1.45rem 1rem;
  }
}

@media (min-width: 1100px) {
  .dk-cta-brand {
    padding: 1rem 2rem 1.1rem;
  }
}

.dk-cta-brand__identity {
  position: relative;
  text-align: center;
}

@media (min-width: 900px) {
  .dk-cta-brand__identity {
    text-align: left;
  }
}

.dk-cta-brand__spotlight {
  position: absolute;
  inset: -18% -8%;
  background: radial-gradient(ellipse at 35% 40%, rgba(200, 162, 93, 0.44) 0%, transparent 72%);
  pointer-events: none;
}

.dk-cta-brand__logo {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 390px;
  max-height: 84px;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.2rem;
}

@media (min-width: 900px) {
  .dk-cta-brand__logo {
    margin-inline: 0;
  }
}

.dk-cta-brand__name {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--dk-white);
}

.dk-cta-brand__tagline {
  margin: 0.15rem 0 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dk-gold-soft);
}

.dk-cta-brand__checks {
  display: none;
}

.dk-cta-brand__pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

@media (min-width: 700px) {
  .dk-cta-brand__pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }
}

@media (min-width: 1100px) {
  .dk-cta-brand__pillars {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }
}

.dk-cta-brand__divider {
  display: none;
}

@media (min-width: 1100px) {
  .dk-cta-brand__divider {
    display: block;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(200, 162, 93, 0.46) 24%, rgba(200, 162, 93, 0.46) 76%, transparent 100%);
  }
}

.dk-cta-brand__pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.3rem;
  padding: 0.45rem 0.35rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 1100px) {
  .dk-cta-brand__pillar {
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0.4rem 0.5rem;
  }
}

.dk-cta-brand__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 10px;
  color: var(--dk-gold-soft);
  background: rgba(200, 162, 93, 0.14);
  border: 1px solid rgba(200, 162, 93, 0.35);
}

.dk-cta-brand__title {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--dk-white);
}

.dk-cta-brand__desc {
  margin: 0;
  font-size: 0.61rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 640px) {
  .dk-cta-panel__actions .dk-btn {
    width: auto;
  }

  .dk-cta-brand__desc {
    display: none;
  }
}

/* Scroll reveal + stagger */
.dk-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--dk-stagger, 0) * 0.08s);
}

.dk-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Mount loading state */
.dk-home-mount:not([data-dk-rendered]) {
  min-height: 60vh;
  background: var(--dk-navy);
}

body.dk-home-app-active #dk-home-mount {
  padding: 0;
}

/* ==========================================================================
   Mobile / tablet responsive v2 — max-width 768px & 480px only
   ========================================================================== */

@media (max-width: 768px) {
  .dk-home-app,
  .dk-home-app *,
  .dk-home-app *::before,
  .dk-home-app *::after {
    box-sizing: border-box;
  }

  .dk-home-app,
  #dk-home-mount,
  .dk-home-mount,
  .dk-home-app .dk-section,
  .dk-home-app .dk-wrap,
  .dk-home-app .dk-cta-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .dk-home-app .dk-wrap {
    padding-inline: 1.375rem !important;
    margin-inline: auto;
  }

  /* Hero — override tablet 5-column squeeze */
  .dk-hero,
  .dk-hero-slider,
  .dk-hero-slides,
  .dk-hero-slide {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .dk-hero-slide {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dk-hero-slide .dk-wrap {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 1.375rem !important;
  }

  .dk-hero-slide__layout {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    align-items: stretch !important;
  }

  .dk-hero-slide__content,
  .dk-hero-visual {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }

  .dk-hero-visual {
    order: -1;
  }

  .dk-hero-visual__panel {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  .dk-hero-visual__media {
    width: 100% !important;
    min-height: 0 !important;
  }

  .dk-hero-visual__img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover !important;
    border-radius: 22px !important;
  }

  .dk-hero-title {
    font-size: clamp(2rem, 10vw, 3.25rem) !important;
    line-height: 1.08 !important;
    word-break: normal !important;
  }

  .dk-hero-sub {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .dk-hero-badge {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .dk-hero-contact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.875rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }

  .dk-hero-contact__card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .dk-hero-contact__value {
    font-size: 0.8125rem !important;
    white-space: normal !important;
  }

  .dk-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.875rem !important;
    width: 100% !important;
    margin-inline: 0 !important;
  }

  .dk-hero-actions .dk-btn {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .dk-hero-trust {
    justify-content: flex-start;
    width: 100% !important;
  }

  .dk-hero-floating {
    display: none !important;
  }

  .dk-hero-arrow--prev { left: 0.35rem; }
  .dk-hero-arrow--next { right: 0.35rem; }

  /* All homepage card grids — force single column */
  .dk-about,
  .dk-about-stats,
  .dk-featured-grid,
  .dk-svc-grid,
  .dk-industry-grid,
  .dk-project-grid,
  .dk-testi-grid,
  .dk-testi-trust,
  .dk-solutions-list,
  .dk-cta-panel__inner,
  .dk-cta-panel__contact-row,
  .dk-cta-brand,
  .dk-cta-brand__pillars {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 1.375rem !important;
    min-width: 0 !important;
  }

  .dk-about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  .dk-about-stat,
  .dk-featured--premium,
  .dk-svc-card--visual,
  .dk-industry-card,
  .dk-project-card,
  .dk-testi,
  .dk-solution-row,
  .dk-testi-trust__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }

  .dk-featured__media,
  .dk-svc-card__media,
  .dk-industry-card__media,
  .dk-project-card__media,
  .dk-solution-row__media {
    width: 100% !important;
    max-width: 100% !important;
  }

  .dk-project-card__media {
    aspect-ratio: auto !important;
    height: 220px !important;
  }

  .dk-solution-row {
    grid-template-columns: 1fr !important;
  }

  .dk-solution-row--flip .dk-solution-row__media,
  .dk-solution-row--flip .dk-solution-row__body {
    order: unset !important;
  }

  .dk-solution-row__body {
    width: 100% !important;
    padding: 1.35rem 1.15rem !important;
  }

  .dk-project-card__metrics {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.65rem !important;
  }

  .dk-project-card__tags,
  .dk-industry-card__tags,
  .dk-featured__tags,
  .dk-svc-card__tags {
    flex-wrap: wrap !important;
  }

  .dk-testi__quote {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  /* Partners — 2-col grid; disable desktop marquee */
  .dk-partner-desktop {
    display: none !important;
  }

  .dk-partner-row__marquee,
  .dk-partner-row__track {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    animation: none !important;
  }

  .dk-partner-mobile {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .dk-partner-logo--mobile,
  .dk-partner-mobile .dk-partner-logo {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 88px !important;
    padding: 0.75rem !important;
  }

  .dk-partner-logo__media img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* CTA */
  .dk-cta-wrap {
    padding-inline: 1.375rem !important;
    overflow-x: hidden !important;
  }

  .dk-cta-panel {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .dk-cta-panel__grid {
    animation: none !important;
  }

  .dk-cta-panel__content {
    text-align: center;
  }

  .dk-cta-panel__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.875rem !important;
    width: 100% !important;
  }

  .dk-cta-panel__actions .dk-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .dk-cta-contact-chip,
  .dk-cta-ecosystem,
  .dk-cta-ecosystem__svg {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .dk-cta-brand__logo {
    max-width: 100% !important;
    height: auto !important;
    margin-inline: auto !important;
  }

  .dk-cta-brand__desc {
    display: block !important;
  }

  .dk-home-app img,
  .dk-home-app video {
    max-width: 100% !important;
    height: auto;
  }
}

@media (max-width: 480px) {
  .dk-home-app .dk-wrap,
  .dk-hero-slide .dk-wrap,
  .dk-cta-wrap {
    padding-inline: 1.125rem !important;
  }

  .dk-about-stats {
    grid-template-columns: 1fr !important;
  }

  .dk-testi-trust {
    grid-template-columns: 1fr !important;
  }

  .dk-partner-mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  .dk-hero-contact__value {
    font-size: 0.75rem !important;
  }

  .dk-cta-cred {
    flex-direction: column !important;
    align-items: center !important;
  }

  .dk-cta-cred__sep {
    display: none !important;
  }
}
