[data-page-id="S13"] .cs-production-flow {
  --flow-navy: #072a58;
  --flow-teal: #079aaa;
  --flow-pale: #dff4f5;
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 6.7vw, 98px) 28px clamp(72px, 6.7vw, 96px);
  background:
    linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)),
    url("/assets/generated/cram-school-service-content-20260831/paper-v1.webp") center / 640px auto repeat;
  color: var(--flow-navy);
}

[data-page-id="S13"] .cs-production-flow::before,
[data-page-id="S13"] .cs-production-flow::after {
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 212, 220, .18), rgba(101, 212, 220, 0) 69%);
  content: "";
  pointer-events: none;
}

[data-page-id="S13"] .cs-production-flow::before { top: -145px; left: -120px; }
[data-page-id="S13"] .cs-production-flow::after { right: -140px; bottom: -145px; }

[data-page-id="S13"] .cs-production-flow__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1380px);
  margin-inline: auto;
}

[data-page-id="S13"] .cs-production-flow__heading {
  width: min(100%, 1080px);
  margin: 0 auto 38px;
  text-align: center;
}

[data-page-id="S13"] .cs-production-flow__heading h2 {
  margin: 0;
  color: var(--flow-navy);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: 1.45;
}

[data-page-id="S13"] .cs-production-flow__rule {
  display: block;
  width: 92px;
  height: 5px;
  margin: 20px auto 22px;
  border-radius: 99px;
  background: var(--flow-teal);
}

[data-page-id="S13"] .cs-production-flow__heading p {
  max-width: 1000px;
  margin: 0 auto;
  color: #17365d;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 2;
}

[data-page-id="S13"] .cs-production-flow__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 154, 170, .42);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 30px rgba(7, 42, 88, .12);
  list-style: none;
}

[data-page-id="S13"] .cs-production-flow__step {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 388px;
  padding: 24px 18px 16px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

[data-page-id="S13"] .cs-production-flow__step + .cs-production-flow__step {
  border-left: 1px dashed rgba(7, 154, 170, .28);
}

[data-page-id="S13"] .cs-production-flow__step:not(:last-child)::after {
  position: absolute;
  z-index: 3;
  top: 25px;
  right: -18px;
  color: var(--flow-teal);
  content: "→";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

[data-page-id="S13"] .cs-production-flow__number {
  color: var(--flow-teal);
  font-size: clamp(2.35rem, 3.2vw, 3.35rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
}

[data-page-id="S13"] .cs-production-flow__step > p {
  display: grid;
  min-height: 118px;
  margin: 14px 0 8px;
  place-items: start center;
  color: var(--flow-navy);
  font-size: clamp(.88rem, 1.05vw, 1rem);
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.85;
}

[data-page-id="S13"] .cs-production-flow__visual {
  position: relative;
  width: 100%;
  height: 188px;
  margin-top: auto;
}

[data-page-id="S13"] .cs-production-flow__step--materials .cs-production-flow__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

[data-page-id="S13"] .cs-production-flow__checklist {
  width: 156px;
  height: 174px;
  border: 4px solid #86c5cb;
  border-radius: 5px;
  background: linear-gradient(180deg, #fff, #f8fbfb);
  box-shadow: 0 8px 18px rgba(7, 42, 88, .15);
  transform: rotate(-.8deg);
}

[data-page-id="S13"] .cs-production-flow__clip {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 58px;
  height: 20px;
  border: 3px solid #a5afb8;
  border-radius: 6px 6px 2px 2px;
  background: #f5f6f4;
  transform: translateX(-50%);
}

[data-page-id="S13"] .cs-production-flow__checklist i {
  position: relative;
  display: block;
  width: 92px;
  height: 3px;
  margin: 27px 0 0 44px;
  border-radius: 99px;
  background: #b8c9cf;
}

[data-page-id="S13"] .cs-production-flow__checklist i + i { margin-top: 25px; }

[data-page-id="S13"] .cs-production-flow__checklist i::before {
  position: absolute;
  top: -8px;
  left: -31px;
  width: 17px;
  height: 17px;
  border: 2px solid var(--flow-teal);
  border-radius: 3px;
  color: var(--flow-teal);
  content: "✓";
  font-style: normal;
  font-weight: 900;
  line-height: 14px;
}

[data-page-id="S13"] .cs-production-flow__checklist b {
  position: absolute;
  right: -11px;
  bottom: -7px;
  width: 18px;
  height: 104px;
  border-radius: 9px;
  background: linear-gradient(90deg, #0a2d4c 0 70%, #e6e0d2 70%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  transform: rotate(25deg);
}

[data-page-id="S13"] .cs-production-flow__devices {
  width: 190px;
  height: 168px;
}

[data-page-id="S13"] .cs-production-flow__desktop {
  position: absolute;
  top: 18px;
  left: 0;
  width: 154px;
  height: 108px;
  overflow: hidden;
  border: 8px solid #23333e;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(7, 42, 88, .18);
}

[data-page-id="S13"] .cs-production-flow__desktop::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 54px;
  height: 28px;
  border-bottom: 8px solid #aeb8bc;
  background: linear-gradient(90deg, transparent 40%, #aeb8bc 40% 60%, transparent 60%);
  content: "";
  transform: translateX(-50%);
}

[data-page-id="S13"] .cs-production-flow__desktop img,
[data-page-id="S13"] .cs-production-flow__phone img,
[data-page-id="S13"] .cs-production-flow__laptop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

[data-page-id="S13"] .cs-production-flow__phone {
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 2;
  width: 54px;
  height: 98px;
  overflow: hidden;
  border: 5px solid #1f303a;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 13px rgba(7, 42, 88, .18);
}

[data-page-id="S13"] .cs-production-flow__review-sheet {
  width: 150px;
  height: 168px;
  border: 1px solid #bdcbd0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(7, 42, 88, .14);
}

[data-page-id="S13"] .cs-production-flow__review-sheet i {
  display: block;
  width: 105px;
  height: 11px;
  margin: 18px auto 0;
  border: 1px solid #c8d6d9;
  background: linear-gradient(90deg, rgba(7, 154, 170, .28) 40%, #eef4f5 40%);
}

[data-page-id="S13"] .cs-production-flow__comment {
  position: absolute;
  top: 31px;
  left: -42px;
  display: grid;
  width: 38px;
  height: 34px;
  place-items: center;
  border-radius: 7px 7px 7px 1px;
  background: var(--flow-teal);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}

[data-page-id="S13"] .cs-production-flow__review-sheet b,
[data-page-id="S13"] .cs-production-flow__laptop > b {
  position: absolute;
  right: -18px;
  bottom: -12px;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--flow-teal);
  box-shadow: 0 4px 12px rgba(7, 42, 88, .22);
  color: #fff;
  font-size: 1.55rem;
}

[data-page-id="S13"] .cs-production-flow__laptop {
  width: 192px;
  height: 150px;
}

[data-page-id="S13"] .cs-production-flow__laptop > span {
  position: absolute;
  inset: 10px 13px 20px;
  overflow: hidden;
  border: 9px solid #252f36;
  border-radius: 7px 7px 3px 3px;
  background: #fff;
}

[data-page-id="S13"] .cs-production-flow__laptop::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 18px;
  border-radius: 3px 3px 12px 12px;
  background: linear-gradient(#c9d0d4, #858f96);
  box-shadow: 0 5px 8px rgba(7, 42, 88, .18);
  content: "";
}

[data-page-id="S13"] .cs-production-flow__laptop > b { z-index: 2; top: -5px; right: -3px; bottom: auto; }

[data-page-id="S13"] .cs-production-flow__actions {
  display: flex;
  margin-top: 28px;
  justify-content: center;
}

[data-page-id="S13"] .cs-production-flow__cta {
  display: inline-flex;
  min-width: min(100%, 560px);
  min-height: 70px;
  padding: 16px 34px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid #078494;
  border-radius: 12px;
  background: linear-gradient(180deg, #08a7b6, #078b9b);
  box-shadow: 0 7px 0 #076e7d, 0 12px 20px rgba(7, 42, 88, .18);
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

[data-page-id="S13"] .cs-production-flow__cta span {
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

[data-page-id="S13"] .cs-production-flow__cta:hover,
[data-page-id="S13"] .cs-production-flow__cta:focus-visible {
  background: linear-gradient(180deg, #078d9b, #077987);
  transform: translateY(2px);
  box-shadow: 0 5px 0 #065d68, 0 9px 18px rgba(7, 42, 88, .18);
}

@media (max-width: 1040px) and (min-width: 721px) {
  [data-page-id="S13"] .cs-production-flow__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  [data-page-id="S13"] .cs-production-flow__step:nth-child(4) { border-left: 0; border-top: 1px dashed rgba(7, 154, 170, .28); }
  [data-page-id="S13"] .cs-production-flow__step:nth-child(5) { border-top: 1px dashed rgba(7, 154, 170, .28); }
  [data-page-id="S13"] .cs-production-flow__step:nth-child(3)::after { display: none; }
}

@media (max-width: 720px) {
  [data-page-id="S13"] .cs-production-flow {
    padding: 54px 20px 58px;
  }

  [data-page-id="S13"] .cs-production-flow__pc { display: none; }

  [data-page-id="S13"] .cs-production-flow__heading {
    margin-bottom: 28px;
  }

  [data-page-id="S13"] .cs-production-flow__heading h2 {
    font-size: clamp(1.48rem, 6.5vw, 1.68rem);
    letter-spacing: 0;
    line-height: 1.5;
  }

  [data-page-id="S13"] .cs-production-flow__rule {
    width: 68px;
    height: 4px;
    margin: 14px auto 16px;
  }

  [data-page-id="S13"] .cs-production-flow__heading p {
    font-size: .82rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.85;
    text-align: left;
  }

  [data-page-id="S13"] .cs-production-flow__steps {
    position: relative;
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  [data-page-id="S13"] .cs-production-flow__steps::before {
    position: absolute;
    top: 16px;
    bottom: 30px;
    left: 8px;
    width: 2px;
    background: var(--flow-teal);
    content: "";
  }

  [data-page-id="S13"] .cs-production-flow__step {
    display: block;
    min-height: 176px;
    padding: 0 0 20px 132px;
    border: 0 !important;
    text-align: left;
  }

  [data-page-id="S13"] .cs-production-flow__step::before {
    position: absolute;
    top: 8px;
    left: 2px;
    z-index: 2;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--flow-teal);
    box-shadow: 0 0 0 1px var(--flow-teal);
    content: "";
  }

  [data-page-id="S13"] .cs-production-flow__step::after { display: none !important; }

  [data-page-id="S13"] .cs-production-flow__number {
    position: absolute;
    top: 0;
    left: 32px;
    font-size: 2.2rem;
  }

  [data-page-id="S13"] .cs-production-flow__step > p {
    display: block;
    min-height: 0;
    margin: 36px 0 0;
    font-size: .82rem;
    line-height: 1.75;
    text-align: left;
  }

  [data-page-id="S13"] .cs-production-flow__visual {
    position: absolute;
    top: 42px;
    left: 25px;
    width: 96px;
    height: 102px;
  }

  [data-page-id="S13"] .cs-production-flow__step--materials .cs-production-flow__visual { width: 112px; }

  [data-page-id="S13"] .cs-production-flow__checklist {
    left: 42px;
    width: 70px;
    height: 94px;
    border-width: 3px;
  }

  [data-page-id="S13"] .cs-production-flow__clip { top: -8px; width: 34px; height: 12px; border-width: 2px; }
  [data-page-id="S13"] .cs-production-flow__checklist i { width: 37px; height: 2px; margin: 16px 0 0 26px; }
  [data-page-id="S13"] .cs-production-flow__checklist i + i { margin-top: 13px; }
  [data-page-id="S13"] .cs-production-flow__checklist i::before { top: -5px; left: -18px; width: 10px; height: 10px; border-width: 1px; font-size: 8px; line-height: 8px; }
  [data-page-id="S13"] .cs-production-flow__checklist b { right: -7px; bottom: -5px; width: 10px; height: 58px; }

  [data-page-id="S13"] .cs-production-flow__devices { left: 28px; width: 104px; height: 94px; }
  [data-page-id="S13"] .cs-production-flow__desktop { top: 10px; width: 88px; height: 62px; border-width: 5px; }
  [data-page-id="S13"] .cs-production-flow__phone { width: 31px; height: 57px; border-width: 3px; border-radius: 6px; }

  [data-page-id="S13"] .cs-production-flow__review-sheet { left: 47px; width: 64px; height: 89px; }
  [data-page-id="S13"] .cs-production-flow__review-sheet i { width: 44px; height: 6px; margin-top: 10px; }
  [data-page-id="S13"] .cs-production-flow__comment { top: 16px; left: -25px; width: 23px; height: 21px; font-size: .8rem; }
  [data-page-id="S13"] .cs-production-flow__review-sheet b,
  [data-page-id="S13"] .cs-production-flow__laptop > b { width: 28px; height: 28px; border-width: 2px; font-size: .9rem; }

  [data-page-id="S13"] .cs-production-flow__laptop { left: 30px; width: 100px; height: 84px; }
  [data-page-id="S13"] .cs-production-flow__laptop > span { inset: 6px 8px 13px; border-width: 5px; }
  [data-page-id="S13"] .cs-production-flow__laptop::after { height: 11px; }

  [data-page-id="S13"] .cs-production-flow__actions { margin-top: 4px; }
  [data-page-id="S13"] .cs-production-flow__cta {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 13px 18px;
    gap: 14px;
    border-radius: 9px;
    font-size: .9rem;
    letter-spacing: .02em;
    box-shadow: 0 5px 0 #076e7d, 0 9px 16px rgba(7, 42, 88, .16);
  }
  [data-page-id="S13"] .cs-production-flow__cta span { width: 10px; height: 10px; border-width: 2px; }
}

@media (max-width: 380px) {
  [data-page-id="S13"] .cs-production-flow { padding-inline: 17px; }
  [data-page-id="S13"] .cs-production-flow__step { padding-left: 124px; }
  [data-page-id="S13"] .cs-production-flow__step > p { font-size: .79rem; }
}
