body {
  background:
    radial-gradient(circle at top left, rgba(24, 182, 201, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(79, 70, 229, 0.08), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #fbfdff 48%, #ffffff 100%);
}

.deskit-topnav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #f7fbff !important;
  border-bottom: 1px solid rgba(17, 40, 61, 0.08);
  box-shadow: 0 10px 28px rgba(28, 52, 84, 0.08);
}

.deskit-topnav .container {
  min-height: 74px;
}

.deskit-language-switcher {
  display: inline-flex;
  gap: 8px;
}

.deskit-language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(17, 40, 61, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #435467;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.deskit-language-link.is-active {
  border-color: rgba(14, 127, 150, 0.2);
  background: rgba(14, 127, 150, 0.12);
  color: #0e7f96;
}

.deskit-home-hero,
.deskit-section {
  padding: 88px 0;
}

.deskit-home-hero {
  padding-top: 132px;
}

.deskit-section-alt {
  background: rgba(255, 255, 255, 0.5);
}

.deskit-eyebrow,
.deskit-section-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(24, 182, 201, 0.1);
  color: #0e7f96;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deskit-hero-title {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #18283d;
}

.deskit-hero-copy,
.deskit-section-copy,
.deskit-final-cta p {
  font-size: 1.12rem;
  line-height: 1.8;
  color: #5b6a7b;
}

.deskit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.deskit-hero-points,
.deskit-checklist {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.deskit-hero-points li,
.deskit-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #435467;
}

.deskit-hero-points li::before,
.deskit-checklist li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #18b6c9, #1d7fe8);
}

.deskit-hero-media,
.deskit-device-frame,
.deskit-device-pair,
.deskit-card,
.deskit-step,
.deskit-final-cta,
.deskit-note {
  border: 1px solid rgba(17, 40, 61, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(28, 52, 84, 0.08);
}

.deskit-hero-media,
.deskit-device-frame {
  padding: 28px;
  text-align: center;
}

.deskit-hero-video {
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 30px;
  background: #f7fbff;
  box-shadow: 0 20px 50px rgba(17, 40, 61, 0.12);
}

.deskit-hero-video-mobile {
  display: none;
}

.deskit-device-frame img,
.deskit-device-pair img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(17, 40, 61, 0.12);
}

.deskit-device-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 28px;
  justify-items: center;
}

.deskit-section-header {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.deskit-section h2,
.deskit-final-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: #18283d;
}

.deskit-card,
.deskit-step {
  height: 100%;
  padding: 28px;
}

.deskit-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(24, 182, 201, 0.12);
  color: #0e7f96;
  font-size: 24px;
}

.deskit-card h3,
.deskit-step h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #18283d;
}

.deskit-card p,
.deskit-step p,
.deskit-note p {
  margin: 0;
  color: #5b6a7b;
  line-height: 1.75;
}

.deskit-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #18b6c9, #1d7fe8);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
}

.deskit-note {
  padding: 22px 24px;
}

.deskit-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(17, 40, 61, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(28, 52, 84, 0.06);
}

.deskit-accordion .accordion-item + .accordion-item {
  margin-top: 14px;
}

.deskit-accordion .accordion-button {
  font-weight: 700;
  color: #18283d;
  background: rgba(255, 255, 255, 0.9);
}

.deskit-accordion .accordion-button:not(.collapsed) {
  color: #0e7f96;
  background: rgba(24, 182, 201, 0.08);
  box-shadow: none;
}

.deskit-accordion .accordion-body {
  color: #5b6a7b;
  line-height: 1.75;
}

.deskit-section-actions {
  margin-top: 28px;
  text-align: center;
}

.deskit-final-cta {
  padding: 44px 28px;
  text-align: center;
}

.deskit-final-cta p {
  max-width: 760px;
  margin: 0 auto;
}

.footer.footer-bar {
  background: transparent;
}

@media (max-width: 991px) {
  .deskit-home-hero,
  .deskit-section {
    padding: 68px 0;
  }

  .deskit-home-hero {
    padding-top: 120px;
  }

  .deskit-device-pair {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .deskit-topnav .container {
    min-height: 68px;
  }

  .deskit-language-switcher {
    gap: 6px;
  }

  .deskit-language-link {
    min-width: 38px;
    height: 38px;
    font-size: 0.8rem;
  }

  .deskit-hero-video-desktop {
    display: none;
  }

  .deskit-hero-video-mobile {
    display: inline-block;
    max-width: 240px;
  }

  .deskit-hero-media,
  .deskit-device-frame,
  .deskit-device-pair,
  .deskit-card,
  .deskit-step,
  .deskit-final-cta,
  .deskit-note {
    border-radius: 24px;
  }

  .deskit-home-hero,
  .deskit-section {
    padding: 56px 0;
  }

  .deskit-home-hero {
    padding-top: 108px;
  }

  .deskit-device-frame img,
  .deskit-device-pair img {
    max-width: 210px;
  }
}
