html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

body.nextclient-body {
  min-height: 100vh;
  background: #f8fafc;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
}

.nextclient-page {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 48%, rgba(147, 197, 253, 0.58) 0, rgba(147, 197, 253, 0.58) 26%, transparent 27%),
    #f8fafc;
}

.nextclient-shell {
  width: min(100% - 64px, 1480px);
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 34px 0 28px;
}

.nextclient-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 34px;
}

.nextclient-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.nextclient-brand__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.nextclient-brand__name {
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.nextclient-hero {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 620px);
  align-items: start;
  gap: 48px;
}

.nextclient-left {
  max-width: 720px;
}

.nextclient-title {
  margin: 0 0 24px;
  font-size: clamp(46px, 5.2vw, 88px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #050505;
}

.nextclient-title span {
  color: #2673d8;
}

.nextclient-desc {
  margin: 0 0 32px;
  max-width: 650px;
  font-size: clamp(20px, 1.55vw, 31px);
  line-height: 1.34;
  color: #3b4656;
}

.nextclient-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 76px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1d66c7 0%, #2f83eb 100%);
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(38, 115, 216, 0.28);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.nextclient-download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(38, 115, 216, 0.34);
  opacity: .99;
}

.nextclient-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -34px;
}

.nextclient-visual-bg {
  position: absolute;
  inset: auto -120px -90px auto;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: rgba(147, 197, 253, 0.50);
  filter: blur(10px);
  z-index: 0;
}

.nextclient-slider-card {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 36px;
  overflow: hidden;
  background: #dbeafe;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
}

.nextclient-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: opacity .35s ease, transform .35s ease;
}

.nextclient-main-image.is-changing {
  opacity: .62;
  transform: scale(1.01);
}

.nextclient-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.52);
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: background .2s ease, transform .2s ease;
}

.nextclient-nav:hover {
  background: rgba(15, 23, 42, 0.8);
}

.nextclient-nav.prev { left: 16px; }
.nextclient-nav.next { right: 16px; }

.nextclient-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  z-index: 1;
}

.nextclient-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.25);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.nextclient-dot.is-active {
  background: #2673d8;
  transform: scale(1.16);
}

@media (max-width: 1180px) {
  .nextclient-page {
    overflow: auto;
  }

  .nextclient-shell {
    width: min(100% - 32px, 980px);
    padding: 24px 0 32px;
  }

  .nextclient-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .nextclient-left {
    max-width: none;
  }

  .nextclient-right {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .nextclient-right {
    margin-top: 0;
  }

  .nextclient-visual-bg {
    right: 50%;
    bottom: -70px;
    transform: translateX(50%);
    width: 620px;
    height: 620px;
  }
}

@media (max-width: 640px) {
  .nextclient-shell {
    width: min(100% - 20px, 100%);
    padding-top: 20px;
  }

  .nextclient-header {
    margin-bottom: 22px;
  }

  .nextclient-brand__logo {
    width: 48px;
    height: 48px;
  }

  .nextclient-brand__name {
    font-size: 22px;
  }

  .nextclient-title {
    margin-bottom: 18px;
    font-size: clamp(34px, 11vw, 52px);
  }

  .nextclient-desc {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .nextclient-download-btn {
    width: 100%;
    min-height: 64px;
    font-size: 24px;
  }

  .nextclient-slider-card {
    border-radius: 24px;
  }

  .nextclient-nav {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .nextclient-visual-bg {
    width: 440px;
    height: 440px;
    bottom: -50px;
  }
}
