@import './base/tokens.css';
@import './base/reset.css';
@import './base/typography.css';
@import './components/header.css';
@import './components/buttons.css';
@import './components/product-hero.css';
@import './components/scrollytelling.css';
@import './components/product-chapter-base.css';
@import './components/product-chapters.css';
@import './components/final-cta.css';
@import './components/footer.css';
@import './responsive.css';
@import './product-responsive.css';
@import './scrollytelling-responsive.css';

.product-detail-hero {
  min-height: clamp(740px, 68vw, 920px);
}

.product-detail-hero-copy h1 {
  max-width: 21ch;
}

.motion-ready .product-main .js-reveal {
  filter: blur(5px);
  transform: translate3d(0, 22px, 0);
}

.motion-ready .product-main .js-reveal.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.wc-intro-panel {
  position: relative;
  display: grid;
  gap: clamp(34px, 5vw, 68px);
  width: min(var(--content-width), calc(100% - 48px));
  margin: clamp(-62px, -5vw, -34px) auto clamp(56px, 7vw, 96px);
  padding: clamp(36px, 5vw, 64px) 0;
  border-top: 1px solid rgba(7, 54, 95, 0.08);
  border-bottom: 1px solid rgba(7, 54, 95, 0.08);
}

.wc-intro-kicker {
  display: grid;
  grid-template-columns: minmax(420px, 1.2fr) minmax(380px, 0.8fr);
  align-items: center;
  gap: clamp(30px, 6vw, 88px);
}

.wc-intro-head-copy {
  display: grid;
  gap: 18px;
}

.wc-intro-head-copy span,
.wc-capability-head .chapter-number {
  color: var(--brand-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wc-intro-head-copy h2,
.wc-capability-head h2 {
  max-width: 20ch;
  color: var(--brand-blue-deep);
  font-size: clamp(2.2rem, 4.8vw, 5rem);
  font-weight: 430;
  line-height: 0.98;
  letter-spacing: -0.042em;
}

.wc-intro-visual {
  position: relative;
  display: grid;
  min-height: clamp(310px, 29vw, 430px);
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(7, 54, 95, 0.08);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.96), transparent 36%),
    radial-gradient(circle at 72% 20%, rgba(31, 155, 18, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(235, 248, 255, 0.82), rgba(255, 255, 255, 0.84));
  box-shadow: 0 28px 90px rgba(7, 54, 95, 0.08);
}

.wc-intro-visual::before,
.wc-intro-visual::after {
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(57, 178, 230, 0.17);
  border-radius: 50%;
  content: '';
}

.wc-intro-visual::after {
  inset: 28%;
  border-color: rgba(31, 155, 18, 0.2);
}

.wc-intro-image {
  display: grid;
  justify-self: center;
  width: min(560px, 39vw);
  place-items: center;
  background: #fff;
}

.wc-intro-image img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  object-fit: contain;
}

.wc-isolated-browser {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(430px, 72%);
  aspect-ratio: 1.44;
  align-content: center;
  gap: 14px;
  padding: 46px 38px 34px;
  border: 1px solid rgba(7, 54, 95, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 30px 80px rgba(7, 54, 95, 0.12),
    0 0 0 16px rgba(57, 178, 230, 0.045);
  backdrop-filter: blur(14px);
}

.wc-isolated-browser > span {
  position: absolute;
  top: 18px;
  right: 22px;
  left: 22px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 178, 230, 0.32), rgba(31, 155, 18, 0.28));
}

.wc-isolated-browser strong {
  color: var(--brand-blue-deep);
  font-size: clamp(1.28rem, 2.2vw, 2rem);
}

.wc-isolated-browser i {
  display: block;
  width: 62%;
  height: 12px;
  border-radius: 999px;
  background: rgba(7, 54, 95, 0.1);
}

.wc-intro-node {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 86px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(57, 178, 230, 0.14);
  border-radius: 22px;
  color: var(--brand-blue-deep);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 50px rgba(7, 54, 95, 0.1);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-intro-node-host {
  top: 18%;
  left: 9%;
}

.wc-intro-node-web {
  right: 10%;
  bottom: 16%;
}

.wc-intro-line {
  position: absolute;
  z-index: 1;
  width: 64%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(57, 178, 230, 0.62), rgba(31, 155, 18, 0.52), transparent);
  background-size: 220% 100%;
  filter: drop-shadow(0 0 12px rgba(57, 178, 230, 0.2));
  animation: wc-flow-shift 9s linear infinite;
}

.wc-intro-line-a {
  top: 34%;
  left: -14%;
  transform: rotate(14deg);
}

.wc-intro-line-b {
  right: -14%;
  bottom: 32%;
  transform: rotate(18deg);
}

.wc-intro-cards,
.wc-capability-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}

.wc-intro-cards article,
.wc-capability-cards article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 250px;
  padding: clamp(24px, 2.6vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(7, 54, 95, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 254, 0.72)),
    radial-gradient(circle at 82% 12%, rgba(57, 178, 230, 0.11), transparent 44%);
  box-shadow: 0 22px 70px rgba(7, 54, 95, 0.075);
}

.wc-intro-cards article::before,
.wc-capability-cards article::before {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 62px;
  aspect-ratio: 1;
  border: 1px solid rgba(57, 178, 230, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(57, 178, 230, 0.22) 48% 52%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(31, 155, 18, 0.18) 48% 52%, transparent 53%),
    rgba(255, 255, 255, 0.72);
  content: '';
  transform: rotate(8deg);
}

.wc-intro-cards article::after,
.wc-capability-cards article::after {
  position: absolute;
  right: -32px;
  bottom: -46px;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(57, 178, 230, 0.12);
  border-radius: 50%;
  content: '';
}

.wc-intro-cards span,
.wc-capability-cards span {
  color: var(--brand-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wc-intro-cards h3,
.wc-capability-cards h3 {
  color: var(--brand-blue-deep);
  font-size: clamp(1.18rem, 1.7vw, 1.58rem);
  line-height: 1.12;
}

.wc-intro-cards p,
.wc-capability-cards p,
.wc-capability-head p {
  color: rgba(7, 54, 95, 0.72);
  line-height: 1.62;
}

.wc-risk-story {
  gap: clamp(48px, 7vw, 110px);
  padding: clamp(42px, 6vw, 86px) 0 clamp(64px, 7vw, 106px);
  scroll-margin-top: 150px;
}

.wc-video-showcase {
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto clamp(64px, 8vw, 112px);
}

.wc-video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(7, 54, 95, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 14%, rgba(57, 178, 230, 0.09), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(31, 155, 18, 0.08), transparent 34%),
    #fff;
  box-shadow: 0 30px 90px rgba(7, 54, 95, 0.1);
}

.wc-video-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: '';
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.wc-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #fff;
  object-fit: cover;
}

.wc-threat-board {
  position: relative;
  display: grid;
  gap: clamp(24px, 4vw, 54px);
  width: 100%;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 126px) 24px clamp(84px, 10vw, 138px);
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  scroll-margin-top: 150px;
}

.wc-threat-board::before {
  display: none;
  content: none;
}

.wc-threat-board > * {
  position: relative;
  z-index: 1;
}

.wc-threat-board-head {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 5vw, 80px);
  align-items: center;
  width: min(var(--content-width), 100%);
  margin: 0 auto clamp(10px, 2vw, 24px);
}

.wc-threat-board-title {
  display: grid;
  gap: 18px;
}

.wc-threat-board-title h2 {
  max-width: 21ch;
  color: var(--brand-blue-deep);
  font-size: clamp(2.1rem, 4.9vw, 5.2rem);
  font-weight: 430;
  line-height: 0.98;
  letter-spacing: -0.042em;
}

.wc-threat-overview-image {
  display: grid;
  justify-self: center;
  width: min(560px, 42vw);
  place-items: center;
  background: #fff;
}

.wc-threat-overview-image img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  object-fit: contain;
}

.wc-threat-route {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr 88px 1fr 88px;
  align-items: center;
  min-height: 172px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(7, 54, 95, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 50%, rgba(57, 178, 230, 0.14), transparent 34%),
    radial-gradient(circle at 78% 46%, rgba(31, 155, 18, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(7, 54, 95, 0.07);
}

.wc-threat-route span {
  position: relative;
  z-index: 2;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(57, 178, 230, 0.15);
  border-radius: 24px;
  color: var(--brand-blue-deep);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 44px rgba(7, 54, 95, 0.09);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wc-threat-route i {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 178, 230, 0.64), rgba(31, 155, 18, 0.54));
  background-size: 220% 100%;
  box-shadow: 0 0 18px rgba(57, 178, 230, 0.18);
  animation: wc-flow-shift 8s linear infinite;
}

.wc-threat-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  min-height: clamp(430px, 43vw, 610px);
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  padding: clamp(24px, 3vw, 42px);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.wc-threat-row-reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.wc-threat-row-reverse .wc-threat-copy {
  order: 2;
}

.wc-threat-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.wc-threat-copy > span {
  color: var(--brand-green);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wc-threat-copy h3 {
  max-width: 15ch;
  color: var(--brand-blue-deep);
  font-size: clamp(2.2rem, 4.7vw, 5.4rem);
  font-weight: 430;
  line-height: 0.98;
  letter-spacing: -0.046em;
}

.wc-threat-copy p {
  max-width: 48ch;
  color: rgba(7, 54, 95, 0.72);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.68;
}

.wc-threat-visual {
  position: relative;
  display: grid;
  min-height: clamp(330px, 34vw, 500px);
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(57, 178, 230, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.42) 31%, transparent 62%),
    radial-gradient(circle at 80% 20%, rgba(31, 155, 18, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(232, 247, 255, 0.62), rgba(255, 255, 255, 0.68));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}

.wc-threat-visual::before,
.wc-threat-visual::after {
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(57, 178, 230, 0.16);
  border-radius: 50%;
  content: '';
}

.wc-threat-visual::after {
  inset: 24%;
  border-color: rgba(31, 155, 18, 0.18);
}

.wc-threat-image {
  display: grid;
  justify-self: center;
  width: min(660px, 46vw);
  place-items: center;
  filter: drop-shadow(0 30px 70px rgba(7, 54, 95, 0.08));
}

.wc-threat-image img,
.wc-threat-image video {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  object-fit: contain;
}

.wc-threat-risk-image,
.wc-threat-isolation-image,
.wc-threat-erasure-image {
  background: #fff;
  filter: none;
}

.wc-browser-card,
.wc-host-shell,
.wc-session-stack {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(7, 54, 95, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 74px rgba(7, 54, 95, 0.12);
  backdrop-filter: blur(14px);
}

.wc-browser-card {
  display: grid;
  width: min(430px, 78%);
  min-height: 245px;
  align-content: center;
  gap: 16px;
  padding: 54px 42px 34px;
  border-radius: 26px;
  transform: rotate(-2.5deg);
}

.wc-browser-card i {
  position: absolute;
  top: 18px;
  right: 24px;
  left: 24px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 178, 230, 0.28), rgba(31, 155, 18, 0.26));
}

.wc-browser-card strong {
  color: var(--brand-blue-deep);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.wc-browser-card > span {
  display: block;
  width: 78%;
  height: 10px;
  border-radius: 999px;
  background: rgba(7, 54, 95, 0.1);
}

.wc-browser-card > span:nth-of-type(2) {
  width: 54%;
}

.wc-browser-card small {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #39b2e6, #1f9b12);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-threat-badge,
.wc-delete-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(7, 54, 95, 0.08);
  border-radius: 999px;
  color: var(--brand-blue-deep);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(7, 54, 95, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
}

.wc-threat-badge {
  top: 18%;
  right: 12%;
}

.wc-data-cable {
  position: absolute;
  z-index: 1;
  width: 58%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(57, 178, 230, 0.62), rgba(31, 155, 18, 0.48), transparent);
  background-size: 220% 100%;
  filter: drop-shadow(0 0 10px rgba(57, 178, 230, 0.22));
  animation: wc-flow-shift 9s linear infinite;
}

.wc-data-cable-a {
  top: 31%;
  left: -12%;
  transform: rotate(12deg);
}

.wc-data-cable-b {
  right: -12%;
  bottom: 24%;
  transform: rotate(18deg);
}

.wc-host-shell {
  display: grid;
  width: min(440px, 78%);
  aspect-ratio: 1.42;
  place-items: center;
  border-radius: 34px;
}

.wc-host-shell > span {
  position: absolute;
  top: 22px;
  left: 26px;
  color: rgba(7, 54, 95, 0.48);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wc-vm-core {
  display: grid;
  width: 48%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 26px;
  color: var(--brand-blue-deep);
  background:
    radial-gradient(circle at 50% 36%, rgba(31, 155, 18, 0.26), transparent 52%),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 22px 58px rgba(7, 54, 95, 0.12),
    0 0 0 14px rgba(57, 178, 230, 0.06);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.wc-isolation-wall {
  position: absolute;
  z-index: 3;
  width: 15px;
  height: 72%;
  border: 1px solid rgba(57, 178, 230, 0.2);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(57, 178, 230, 0.1), rgba(31, 155, 18, 0.18));
  box-shadow: 0 0 24px rgba(57, 178, 230, 0.18);
}

.wc-data-cable-c {
  top: 26%;
  right: -14%;
  transform: rotate(-17deg);
}

.wc-data-cable-d {
  bottom: 22%;
  left: -14%;
  transform: rotate(-15deg);
}

.wc-session-stack {
  display: grid;
  width: min(390px, 72%);
  height: 248px;
  align-content: center;
  gap: 14px;
  padding: 42px;
  border-radius: 30px;
}

.wc-session-stack span {
  height: 18px;
  border-radius: 999px;
  background: rgba(7, 54, 95, 0.1);
}

.wc-session-stack span:nth-child(1) {
  width: 90%;
}

.wc-session-stack span:nth-child(2) {
  width: 68%;
  background: rgba(57, 178, 230, 0.18);
}

.wc-session-stack span:nth-child(3) {
  width: 42%;
  background: rgba(31, 155, 18, 0.18);
}

.wc-clean-core {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 112px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--cta-gradient);
  box-shadow: 0 24px 64px rgba(57, 178, 230, 0.24);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-delete-line {
  position: absolute;
  right: 17%;
  bottom: 25%;
  z-index: 2;
  width: 34%;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 155, 18, 0.48), transparent);
  transform: rotate(-16deg);
}

.wc-delete-chip {
  right: 10%;
  bottom: 17%;
}

@keyframes wc-flow-shift {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 220% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-intro-line,
  .wc-threat-route i,
  .wc-data-cable {
    animation: none;
  }
}

.wc-risk-visual-col {
  max-height: 620px;
}

.wc-risk-visual {
  width: min(520px, 100%);
  isolation: isolate;
}

.wc-risk-visual::before,
.wc-risk-visual::after {
  position: absolute;
  inset: 9%;
  z-index: -1;
  border: 1px solid rgba(57, 178, 230, 0.16);
  border-radius: 50%;
  content: '';
}

.wc-risk-visual::after {
  inset: 22%;
  border-color: rgba(31, 155, 18, 0.16);
}

.wc-risk-device {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 62%;
  aspect-ratio: 1.45;
  place-items: center;
  border: 1px solid rgba(7, 54, 95, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(7, 54, 95, 0.1);
  backdrop-filter: blur(16px);
}

.wc-risk-device-bar {
  position: absolute;
  top: 18px;
  right: 20px;
  left: 20px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 178, 230, 0.22), rgba(31, 155, 18, 0.22));
}

.wc-risk-device-screen {
  width: 58%;
  height: 46%;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(57, 178, 230, 0.14), rgba(31, 155, 18, 0.12)),
    rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 0 0 1px rgba(57, 178, 230, 0.18);
}

.wc-risk-device-pulse {
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 178, 230, 0.18), transparent 68%);
}

.wc-risk-stream {
  position: absolute;
  z-index: 0;
  width: 48%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(57, 178, 230, 0.62), rgba(31, 155, 18, 0.5), transparent);
  filter: drop-shadow(0 0 8px rgba(57, 178, 230, 0.22));
  transform-origin: center;
}

.wc-risk-stream-a {
  top: 24%;
  left: -8%;
  transform: rotate(16deg);
}

.wc-risk-stream-b {
  right: -8%;
  bottom: 28%;
  transform: rotate(19deg);
}

.wc-risk-stream-c {
  bottom: 13%;
  left: 15%;
  transform: rotate(-34deg);
}

.wc-risk-core {
  width: 116px;
}

.wc-step {
  min-height: 46vh;
  padding: clamp(28px, 4vw, 48px) 0;
}

.wc-step h2 {
  max-width: 18ch;
}

.wc-capability-grid {
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 126px) 0;
}

.wc-capability-head {
  display: grid;
  justify-items: center;
  max-width: 860px;
  margin: 0 auto clamp(34px, 5vw, 62px);
  gap: 18px;
  text-align: center;
}

.wc-capability-head h2 {
  max-width: 20ch;
}

.wc-capability-head p {
  max-width: 680px;
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
}

.wc-capability-cards article {
  min-height: 280px;
}

.wc-capability-cards article:nth-child(2) {
  transform: translateY(24px);
}

.wc-capability-cards article:nth-child(3) {
  transform: translateY(48px);
}

.product-chapter {
  min-height: clamp(560px, 50vw, 720px);
}

@media (max-width: 980px) {
  .wc-intro-panel {
    grid-template-columns: 1fr;
  }

  .wc-intro-kicker,
  .wc-threat-board-head,
  .wc-threat-row,
  .wc-threat-row-reverse {
    grid-template-columns: 1fr;
  }

  .wc-intro-head-copy h2 {
    max-width: 20ch;
  }

  .wc-intro-cards,
  .wc-capability-cards {
    grid-template-columns: 1fr;
  }

  .wc-threat-row-reverse .wc-threat-copy {
    order: 0;
  }

  .wc-threat-image {
    width: min(620px, 86vw);
  }

  .wc-threat-overview-image {
    width: min(540px, 78vw);
  }

  .wc-intro-image {
    width: min(520px, 78vw);
  }

  .wc-capability-cards article:nth-child(2),
  .wc-capability-cards article:nth-child(3) {
    transform: none;
  }
}

@media (max-width: 900px) {
  .wc-risk-story {
    padding-top: 32px;
  }

  .wc-risk-visual {
    width: min(360px, 82%);
  }

  .wc-step {
    min-height: 38vh;
  }
}

@media (max-width: 640px) {
  .product-detail-hero {
    min-height: 730px;
  }

  .wc-intro-panel,
  .wc-capability-grid {
    width: calc(100% - 28px);
  }

  .wc-threat-board {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .wc-intro-kicker,
  .wc-threat-board-head {
    gap: 24px;
  }

  .wc-intro-visual,
  .wc-threat-visual {
    min-height: 280px;
    border-radius: 26px;
  }

  .wc-threat-image {
    width: min(430px, 92vw);
  }

  .wc-intro-image {
    width: min(360px, 86vw);
  }

  .wc-threat-overview-image {
    width: min(380px, 88vw);
  }

  .wc-threat-row {
    min-height: 0;
    padding: 18px 0;
    border-radius: 0;
  }

  .wc-threat-route {
    grid-template-columns: 70px 1fr 70px 1fr 70px;
    min-height: 128px;
    padding: 18px;
    border-radius: 24px;
  }

  .wc-threat-route span {
    border-radius: 18px;
    font-size: 0.62rem;
  }

  .wc-intro-cards article,
  .wc-capability-cards article {
    min-height: 0;
    padding: 24px;
  }
}
