.scn-page {
  --scn-blue: #095cf4;
  --scn-blue-deep: #063fca;
  --scn-navy: #071a3d;
  --scn-text: #52647d;
  --scn-line: #ccddfb;
  --scn-soft: #f4f8ff;
  color: var(--scn-navy);
  background: #fff;
}

.scn-page .scn-main {
  overflow: hidden;
  background: #fff;
}

.scn-page .scn-main section {
  border-bottom: 0;
}

.scn-page .scn-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.scn-page .scn-nav {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid #e6edf8;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 5px 22px rgba(35, 72, 126, .04);
  backdrop-filter: blur(16px);
}

.scn-page .scn-brand .brand-word strong {
  color: #071a3d;
  font-size: 21px;
  letter-spacing: -.03em;
}

.scn-page .scn-brand .brand-mark {
  width: 34px;
  height: 34px;
}

.scn-page .nav-links a[aria-current="page"] {
  position: relative;
  color: var(--scn-blue);
}

.scn-page .nav-links a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--scn-blue);
  content: "";
}

.scn-page .pdv-nav-button--primary {
  border-color: var(--scn-blue);
  background: linear-gradient(135deg, #0968ff, #084ce8);
  box-shadow: 0 10px 24px rgba(9, 92, 244, .2);
}

.scn-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 10% 10%, rgba(184, 220, 255, .62), transparent 31%),
    radial-gradient(circle at 89% 44%, rgba(193, 221, 255, .52), transparent 29%),
    linear-gradient(118deg, #eef7ff 0%, #fbfdff 47%, #f0f7ff 100%);
}

.scn-hero::before,
.scn-hero::after {
  position: absolute;
  border: 1px solid rgba(78, 143, 246, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.scn-hero::before {
  top: -290px;
  left: 12%;
  width: 680px;
  height: 680px;
}

.scn-hero::after {
  right: -260px;
  bottom: -410px;
  width: 760px;
  height: 760px;
}

.scn-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr);
  gap: 30px;
  align-items: center;
  padding: 48px 0 42px;
}

.scn-hero-copy {
  min-width: 0;
}

.scn-kicker {
  margin: 0;
  color: var(--scn-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}

.scn-hero h1 {
  margin: 18px 0 0;
  color: #050d20;
  font-size: clamp(40px, 4.15vw, 58px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: 1.12;
}

.scn-hero h1 em {
  color: var(--scn-blue);
  font-style: normal;
}

.scn-hero-lead {
  max-width: 550px;
  margin: 22px 0 0;
  color: var(--scn-text);
  font-size: 16px;
  line-height: 1.85;
}

.scn-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.scn-button:hover {
  transform: translateY(-2px);
}

.scn-button--primary {
  margin-top: 25px;
  background: linear-gradient(135deg, #0968ff, #084be2);
  color: #fff;
  box-shadow: 0 14px 30px rgba(8, 82, 232, .24);
}

.scn-domain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.scn-domain-list li {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid #c9d9f5;
  border-radius: 7px;
  background: rgba(255, 255, 255, .78);
  color: #405675;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(50, 89, 145, .05);
}

.scn-domain-list span {
  color: var(--scn-blue);
  font-size: 14px;
}

.scn-hero-media {
  position: relative;
  z-index: 2;
  width: calc(100% + 38px);
  margin: 0 -38px 0 0;
}

.scn-hero-media picture,
.scn-hero-media img {
  display: block;
  width: 100%;
}

.scn-hero-media img {
  height: auto;
  filter: drop-shadow(0 22px 24px rgba(46, 75, 112, .17));
}

.scn-section {
  padding: 64px 0;
}

.scn-section-head {
  margin: 0 auto 32px;
  text-align: center;
}

.scn-section-head h2 {
  margin: 8px 0 0;
  color: var(--scn-navy);
  font-size: clamp(28px, 3.1vw, 38px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.scn-section-head > p:last-child {
  margin: 10px 0 0;
  color: #7b8ba1;
  font-size: 14px;
}

.scn-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.scn-scenario-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--scn-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(44, 93, 166, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.scn-scenario-card:hover {
  z-index: 2;
  transform: translateY(-5px);
  border-color: #8db5ff;
  box-shadow: 0 20px 42px rgba(44, 93, 166, .14);
}

.scn-scenario-card picture,
.scn-scenario-card img {
  display: block;
  width: 100%;
}

.scn-scenario-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.scn-growth {
  padding-top: 22px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.scn-section-head--compact {
  margin-bottom: 24px;
}

.scn-growth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.scn-growth-card {
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--scn-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(44, 93, 166, .07);
}

.scn-memory-card picture,
.scn-memory-card img {
  display: block;
  width: 100%;
  height: 100%;
}

.scn-memory-card img {
  object-fit: cover;
}

.scn-skill-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 34px;
  background:
    radial-gradient(circle at 50% 100%, rgba(86, 156, 255, .12), transparent 42%),
    #fff;
}

.scn-skill-card header {
  text-align: center;
}

.scn-skill-card header span {
  display: inline-flex;
  margin-bottom: 5px;
  color: var(--scn-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.scn-skill-card h3 {
  margin: 0;
  color: #0b2d78;
  font-size: 28px;
  font-weight: 800;
}

.scn-skill-card header p {
  margin: 8px 0 0;
  color: #7a8ca6;
  font-size: 13px;
}

.scn-skill-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.scn-skill-flow li {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.scn-skill-flow li:not(:last-child)::after {
  position: absolute;
  top: 31px;
  left: calc(100% - 4px);
  width: 38px;
  height: 1px;
  background: #5b91ec;
  content: "";
}

.scn-skill-flow li:not(:last-child)::before {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: calc(100% + 30px);
  width: 8px;
  height: 8px;
  border-top: 1px solid #5b91ec;
  border-right: 1px solid #5b91ec;
  content: "";
  transform: rotate(45deg);
}

.scn-skill-flow i {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid #d6e4fc;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #eff5ff);
  color: var(--scn-blue);
  box-shadow: 0 10px 24px rgba(37, 101, 198, .1);
}

.scn-skill-flow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.scn-skill-flow strong {
  margin-top: 15px;
  color: #193661;
  font-size: 13px;
  line-height: 1.45;
}

.scn-skill-flow small {
  margin-top: 4px;
  color: #8291a8;
  font-size: 11px;
}

.scn-final {
  padding: 36px 0 76px;
  background: #f8fbff;
}

.scn-final-panel {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 40%, rgba(93, 207, 255, .54), transparent 25%),
    linear-gradient(118deg, #073bbd 0%, #0859e9 52%, #0435a7 100%);
  box-shadow: 0 24px 54px rgba(7, 62, 184, .24);
}

.scn-final-panel::after {
  position: absolute;
  right: -8%;
  bottom: -160px;
  width: 620px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, .035), 0 0 0 52px rgba(255, 255, 255, .025);
  content: "";
  transform: rotate(-9deg);
}

.scn-final-copy {
  position: relative;
  z-index: 3;
  max-width: 660px;
  padding: 43px 0 43px 56px;
}

.scn-final-copy .scn-kicker {
  color: #a9d9ff;
}

.scn-final h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -.035em;
}

.scn-final-copy > p:last-of-type {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
}

.scn-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.scn-button--light {
  background: #fff;
  color: #0756e4;
  box-shadow: 0 12px 28px rgba(1, 27, 94, .2);
}

.scn-button--ghost {
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.scn-final-orb {
  position: absolute;
  z-index: 2;
  right: 4%;
  width: 310px;
  height: 310px;
  object-fit: contain;
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: saturate(1.2) contrast(1.05);
  opacity: .82;
}

.scn-page .scn-footer {
  border-top: 1px solid #e4ebf6;
}

@media (max-width: 1080px) {
  .scn-page .nav-links {
    gap: 20px;
  }

  .scn-page .pdv-nav-actions .pdv-nav-button--primary {
    display: none;
  }

  .scn-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
  }

  .scn-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .scn-page .scn-shell {
    width: min(100% - 36px, 720px);
  }

  .scn-hero {
    min-height: 0;
  }

  .scn-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 58px 0 32px;
  }

  .scn-hero-copy {
    text-align: center;
  }

  .scn-hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .scn-domain-list {
    justify-content: center;
  }

  .scn-hero-media {
    width: min(760px, 112%);
    margin: 0 0 -20px 50%;
    transform: translateX(-50%);
  }

  .scn-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scn-growth-grid {
    grid-template-columns: 1fr;
  }

  .scn-growth-card {
    min-height: 0;
  }

  .scn-memory-card img {
    height: auto;
  }

  .scn-skill-card {
    min-height: 340px;
  }

  .scn-final-copy {
    max-width: 590px;
    padding-left: 38px;
  }

  .scn-final-orb {
    right: -90px;
    opacity: .42;
  }
}

@media (max-width: 620px) {
  .scn-page .scn-shell {
    width: calc(100% - 28px);
  }

  .scn-page .scn-brand .brand-word strong {
    font-size: 19px;
  }

  .scn-hero-grid {
    padding-top: 45px;
  }

  .scn-hero h1 {
    font-size: clamp(35px, 11vw, 46px);
  }

  .scn-hero-lead {
    font-size: 15px;
    line-height: 1.75;
  }

  .scn-domain-list {
    gap: 6px;
    margin-top: 25px;
  }

  .scn-domain-list li {
    min-height: 30px;
    padding: 0 8px;
    font-size: 11px;
  }

  .scn-section {
    padding: 52px 0;
  }

  .scn-section-head {
    margin-bottom: 24px;
  }

  .scn-section-head h2 {
    font-size: 28px;
  }

  .scn-card-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .scn-scenario-card {
    border-radius: 12px;
  }

  .scn-growth {
    padding-top: 8px;
  }

  .scn-skill-card {
    min-height: 0;
    padding: 28px 18px;
  }

  .scn-skill-flow {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 26px;
  }

  .scn-skill-flow li {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 14px;
    text-align: left;
  }

  .scn-skill-flow li::before,
  .scn-skill-flow li::after {
    display: none;
  }

  .scn-skill-flow i {
    width: 58px;
    height: 58px;
    grid-row: 1 / span 2;
  }

  .scn-skill-flow strong,
  .scn-skill-flow small {
    margin: 0;
    align-self: end;
  }

  .scn-skill-flow small {
    align-self: start;
  }

  .scn-final {
    padding: 20px 0 54px;
  }

  .scn-final-panel {
    min-height: 350px;
    align-items: flex-start;
  }

  .scn-final-copy {
    padding: 34px 24px 148px;
    text-align: center;
  }

  .scn-final-actions {
    justify-content: center;
  }

  .scn-final-orb {
    right: 50%;
    bottom: -138px;
    width: 290px;
    height: 290px;
    transform: translateX(50%);
    opacity: .52;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scn-button,
  .scn-scenario-card {
    transition: none;
  }
}
