.solutions-premium-body {
  background: #f3f5f4;
  color: #10202b;
}

.solutions-premium-page {
  --sp-ink: #10202b;
  --sp-muted: #64747d;
  --sp-line: rgba(16, 32, 43, 0.14);
  --sp-coral: #ef624f;
  --sp-mint: #9dcdbd;
  overflow: hidden;
  background: #f3f5f4;
  color: var(--sp-ink);
}

.solutions-premium-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.sp-shell {
  width: min(1360px, calc(100% - 96px));
  margin: 0 auto;
}

.sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #596b75;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.sp-eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--sp-coral);
  content: "";
}

.sp-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background: #e8edee;
}

.sp-hero-media,
.sp-hero-shade {
  position: absolute;
  inset: 0;
}

.sp-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045) translate3d(var(--sp-x, 0), var(--sp-y, 0), 0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-hero.is-visible .sp-hero-media img {
  transform: scale(1) translate3d(var(--sp-x, 0), var(--sp-y, 0), 0);
}

.sp-hero-shade {
  background: linear-gradient(90deg, rgba(243, 246, 245, 0.98) 0%, rgba(243, 246, 245, 0.94) 34%, rgba(243, 246, 245, 0.44) 55%, rgba(243, 246, 245, 0.06) 74%),
    linear-gradient(0deg, rgba(9, 25, 34, 0.28) 0%, transparent 31%);
}

.sp-hero-shell {
  position: relative;
  z-index: 2;
  min-height: 820px;
  padding-top: 128px;
}

.sp-breadcrumb {
  color: #7b898f;
  font-size: 13px;
}

.sp-breadcrumb a {
  color: inherit;
}

.sp-hero-copy {
  width: min(660px, 54%);
  margin-top: 116px;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s ease 0.12s, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.sp-hero.is-visible .sp-hero-copy {
  opacity: 1;
  transform: translateY(0);
}

.sp-hero h1 {
  margin: 0;
  color: var(--sp-ink);
  font-size: 72px;
  font-weight: 400;
  line-height: 1.08;
}

.sp-hero-copy > p {
  max-width: 580px;
  margin: 34px 0 38px;
  color: #53646d;
  font-size: 18px;
  line-height: 1.9;
}

.sp-primary {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 28px;
  padding: 7px 8px 7px 28px;
  border-radius: 999px;
  background: var(--sp-ink);
  box-shadow: 0 18px 36px rgba(16, 32, 43, 0.18);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.sp-primary i {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--sp-ink);
  font-size: 20px;
  font-style: normal;
  place-items: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-primary:hover {
  background: var(--sp-coral);
  box-shadow: 0 22px 44px rgba(239, 98, 79, 0.24);
  color: #fff;
  transform: translateY(-2px);
}

.sp-primary:hover i {
  transform: rotate(45deg);
}

.sp-capabilities {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(12, 29, 38, 0.76);
  color: #fff;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.sp-capabilities > div {
  position: relative;
  display: grid;
  min-height: 118px;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  padding: 24px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.sp-capabilities > div:last-child {
  border-right: 0;
}

.sp-capabilities b {
  grid-row: 1 / 3;
  color: #ff8979;
  font-size: 13px;
  font-weight: 700;
}

.sp-capabilities span {
  font-size: 18px;
  font-weight: 600;
}

.sp-capabilities small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.sp-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: 120px;
  align-items: start;
  padding-top: 148px;
  padding-bottom: 152px;
}

.sp-intro h2,
.sp-section-heading h2,
.sp-final h2 {
  margin: 0;
  color: var(--sp-ink);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
}

.sp-intro-copy > p {
  margin: 48px 0 54px;
  color: var(--sp-muted);
  font-size: 18px;
  line-height: 2;
}

.sp-intro-copy dl {
  margin: 0;
  border-top: 1px solid var(--sp-line);
}

.sp-intro-copy dl > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  padding: 19px 0;
  border-bottom: 1px solid var(--sp-line);
}

.sp-intro-copy dt {
  color: var(--sp-coral);
  font-size: 12px;
  font-weight: 700;
}

.sp-intro-copy dd {
  margin: 0;
  font-size: 16px;
}

.sp-industries {
  padding: 136px 0 146px;
  background: #fff;
}

.sp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}

.sp-section-heading > p {
  margin: 0 0 5px;
  color: var(--sp-muted);
  font-size: 16px;
  line-height: 1.8;
}

.sp-chapters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--sp-line);
}

.sp-chapter {
  position: relative;
  display: grid;
  min-height: 292px;
  grid-template-columns: 60px minmax(0, 1fr) 44px;
  gap: 24px;
  align-items: start;
  padding: 48px 42px 42px 8px;
  border-right: 1px solid var(--sp-line);
  border-bottom: 1px solid var(--sp-line);
  color: var(--sp-ink);
  overflow: hidden;
  transition: color 0.35s ease, padding-left 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-chapter:nth-child(even) {
  padding-left: 42px;
  border-right: 0;
}

.sp-chapter::before {
  position: absolute;
  inset: 0;
  background: var(--sp-ink);
  content: "";
  transform: translateY(102%);
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-chapter > * {
  position: relative;
  z-index: 1;
}

.sp-chapter-no {
  color: var(--sp-coral);
  font-size: 13px;
  font-weight: 700;
}

.sp-chapter small {
  color: #849199;
  font-size: 11px;
  font-weight: 700;
}

.sp-chapter h3 {
  margin: 18px 0 16px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.sp-chapter p {
  max-width: 480px;
  margin: 0;
  color: var(--sp-muted);
  font-size: 15px;
  line-height: 1.85;
  transition: color 0.35s ease;
}

.sp-tags {
  display: block;
  margin-top: 30px;
  color: #8a969c;
  font-size: 12px;
}

.sp-chapter > i {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid var(--sp-line);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  place-items: center;
  transition: transform 0.4s ease, border-color 0.35s ease;
}

.sp-chapter:hover {
  color: #fff;
}

.sp-chapter:hover::before {
  transform: translateY(0);
}

.sp-chapter:hover p,
.sp-chapter:hover small,
.sp-chapter:hover .sp-tags {
  color: rgba(255, 255, 255, 0.67);
}

.sp-chapter:hover > i {
  border-color: rgba(255, 255, 255, 0.38);
  transform: rotate(45deg);
}

.sp-process {
  padding: 138px 0 150px;
  background: #dfe8e5;
}

.sp-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(16, 32, 43, 0.22);
  list-style: none;
}

.sp-process-list li {
  min-height: 280px;
  padding: 34px 30px 30px 0;
  border-right: 1px solid rgba(16, 32, 43, 0.16);
}

.sp-process-list li + li {
  padding-left: 30px;
}

.sp-process-list li:last-child {
  border-right: 0;
}

.sp-process-list b {
  color: var(--sp-coral);
  font-size: 12px;
}

.sp-process-list h3 {
  margin: 92px 0 18px;
  font-size: 26px;
  font-weight: 500;
}

.sp-process-list p {
  margin: 0;
  color: #5e6f77;
  font-size: 14px;
  line-height: 1.8;
}

.sp-final {
  display: grid;
  min-height: 430px;
  grid-template-columns: 1fr auto;
  gap: 72px;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 84px;
}

[data-sp-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-sp-reveal].is-visible,
.sp-hero[data-sp-reveal] {
  opacity: 1;
  transform: translateY(0);
}

.sp-chapter[data-sp-reveal]:nth-child(2n),
.sp-process-list [data-sp-reveal]:nth-child(2n) {
  transition-delay: 0.08s;
}

@media (max-width: 1100px) {
  .sp-shell { width: min(100% - 56px, 1180px); }
  .sp-hero h1 { font-size: 60px; }
  .sp-intro { gap: 64px; }
  .sp-intro h2, .sp-section-heading h2, .sp-final h2 { font-size: 44px; }
  .sp-chapter { grid-template-columns: 44px minmax(0, 1fr) 38px; gap: 14px; }
  .sp-chapter h3 { font-size: 25px; }
}

@media (max-width: 768px) {
  .sp-shell { width: calc(100% - 36px); }
  .sp-hero { min-height: 760px; }
  .sp-hero-media { top: 230px; }
  .sp-hero-media img { object-position: 69% center; }
  .sp-hero-shade { background: linear-gradient(180deg, rgba(243, 246, 245, 1) 0%, rgba(243, 246, 245, 0.98) 38%, rgba(243, 246, 245, 0.56) 65%, rgba(9, 25, 34, 0.35) 100%); }
  .sp-hero-shell { min-height: 760px; padding-top: 86px; }
  .sp-breadcrumb { display: none; }
  .sp-hero-copy { width: 100%; margin-top: 54px; }
  .sp-eyebrow { margin-bottom: 16px; font-size: 11px; }
  .sp-hero h1 { font-size: 45px; line-height: 1.12; }
  .sp-hero-copy > p { max-width: 92%; margin: 22px 0 26px; font-size: 15px; line-height: 1.75; }
  .sp-primary { min-height: 52px; gap: 18px; padding-left: 22px; font-size: 14px; }
  .sp-primary i { width: 38px; height: 38px; }
  .sp-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-capabilities > div { min-height: 72px; grid-template-columns: 30px 1fr; padding: 12px 13px; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .sp-capabilities > div:nth-child(2) { border-right: 0; }
  .sp-capabilities span { font-size: 14px; }
  .sp-capabilities small { font-size: 10px; }
  .sp-intro { display: block; padding-top: 82px; padding-bottom: 88px; }
  .sp-intro h2, .sp-section-heading h2, .sp-final h2 { font-size: 35px; line-height: 1.25; }
  .sp-intro-copy > p { margin: 32px 0 34px; font-size: 15px; line-height: 1.85; }
  .sp-industries, .sp-process { padding: 82px 0 90px; }
  .sp-section-heading { display: block; margin-bottom: 42px; }
  .sp-section-heading > p { margin-top: 20px; font-size: 14px; }
  .sp-chapters { display: block; }
  .sp-chapter, .sp-chapter:nth-child(even) { min-height: 0; grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 12px; padding: 30px 0; border-right: 0; }
  .sp-chapter::before { display: none; }
  .sp-chapter:hover { color: var(--sp-ink); }
  .sp-chapter:hover p, .sp-chapter:hover small, .sp-chapter:hover .sp-tags { color: var(--sp-muted); }
  .sp-chapter h3 { margin: 11px 0 10px; font-size: 22px; }
  .sp-chapter p { font-size: 13px; line-height: 1.7; }
  .sp-tags { margin-top: 14px; font-size: 10px; }
  .sp-chapter > i { width: 34px; height: 34px; }
  .sp-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-process-list li, .sp-process-list li + li { min-height: 210px; padding: 25px 20px 25px 0; border-bottom: 1px solid rgba(16,32,43,0.16); }
  .sp-process-list li:nth-child(even) { padding-left: 20px; border-right: 0; }
  .sp-process-list h3 { margin-top: 54px; font-size: 21px; }
  .sp-final { display: block; min-height: 0; padding-top: 82px; padding-bottom: 88px; }
  .sp-final .sp-primary { margin-top: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-premium-page *, .solutions-premium-page *::before, .solutions-premium-page *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: 0.01ms !important; }
  [data-sp-reveal], .sp-hero-copy { opacity: 1 !important; transform: none !important; }
}
