.fs-page {
  --navy: #153a72;
  --ink: #18335d;
  --pink: #ef6f99;
  --pink-deep: #db4d80;
  --cream: #fffaf7;
  --mist: #eff5ff;
  --line: #dbe6f4;
  --gold: #f5b84d;
  --font: "Microsoft JhengHei", "Noto Sans TC", Arial, sans-serif;
}
.fs-page,
.fs-page * {
  box-sizing: border-box;
}
.fs-page {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.fs-page {
  overflow: hidden;
}
.fs-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.fs-top {
  height: 76px;
  background: #fffdfa;
  border-bottom: 1px solid #eee5df;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
}
.fs-top .fs-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs-logo {
  font-family: Georgia, serif;
  color: var(--pink);
  font-weight: 900;
  font-style: italic;
  font-size: 33px;
  letter-spacing: -2px;
  text-shadow: 1px 1px 0 #f6c0d1;
}
.fs-label {
  font-size: 14px;
  color: #6d7d99;
  letter-spacing: 0.12em;
}
.fs-cta,
.fs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  transition: 0.2s ease;
  font-weight: 900;
}
.fs-cta {
  background: var(--pink);
  color: #fff;
  padding: 12px 22px;
  font-size: 15px;
  box-shadow: 0 7px 0 #c84770;
}
.fs-cta:hover,
.fs-btn:hover {
  transform: translateY(-2px);
}
.fs-hero {
  position: relative;
  background: linear-gradient(112deg, #fff8f4 0%, #fff 49%, #f2f7ff 100%);
  min-height: 520px;
  padding: 44px 0 12px;
}
.fs-hero:before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid #e1eafa;
  border-radius: 50%;
  right: -110px;
  top: -210px;
}
.fs-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 8px;
  position: relative;
}
.fs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pink-deep);
  font-size: 16px;
  letter-spacing: 0.12em;
}
.fs-kicker:before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--pink);
}
.fs-page h1 {
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.2;
  margin: 20px 0;
  color: var(--navy);
  letter-spacing: -0.05em;
}
.fs-pink {
  color: var(--pink);
}
.fs-lead {
  font-size: 20px;
  line-height: 1.9;
  max-width: 570px;
  margin: 0 0 28px;
  color: #496388;
  font-weight: 700;
}
.fs-hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}
.fs-btn {
  padding: 18px 30px;
  background: var(--pink);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 8px 0 #c44d74;
}
.fs-subbtn {
  color: var(--navy);
  font-size: 15px;
  text-decoration: none;
  border-bottom: 2px solid var(--navy);
  padding-bottom: 4px;
}
.fs-hero-art {
  position: relative;
  padding: 0 12px 8px;
}
.fs-hero-art > img {
  width: 116%;
  max-width: none;
  display: block;
  position: relative;
  z-index: 2;
  transform: translateX(-5%);
}
.fs-art-tag {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 16px;
  box-shadow: 0 14px 30px rgba(30, 68, 125, 0.12);
  font-size: 14px;
  line-height: 1.35;
}
.fs-art-tag b {
  display: block;
  color: var(--pink-deep);
  font-size: 17px;
}
.fs-art-tag.one {
  left: -6%;
  top: 18%;
}
.fs-art-tag.two {
  right: -7%;
  bottom: 1%;
}
.fs-band {
  background: var(--navy);
  color: #fff;
  padding: 30px 0;
}
.fs-band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.fs-band b {
  color: #ffc4d5;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.fs-band span {
  font-size: 19px;
}
.fs-section {
  padding: 88px 0;
}
.fs-section.soft {
  background: #f1f6fe;
}
.fs-section-pink {
  background: #fff3f6;
}
.fs-eyebrow {
  font-size: 15px;
  color: var(--pink-deep);
  letter-spacing: 0.12em;
  margin: 0 0 12px;
}
.fs-title {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: var(--navy);
  margin: 0;
}
.fs-desc {
  font-size: 18px;
  line-height: 1.85;
  color: #526b91;
  max-width: 650px;
  margin: 20px auto 0;
}
.fs-page .center {
  text-align: center;
}
.fs-flywheel {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  align-items: center;
  gap: 24px;
}
.fs-flow-card {
  background: #fff;
  border: 1px solid #dce6f5;
  border-radius: 30px;
  padding: 35px;
  min-height: 260px;
  box-shadow: 0 18px 36px rgba(43, 73, 120, 0.06);
}
.fs-flow-card h3 {
  font-size: 23px;
  color: var(--navy);
  margin: 15px 0 11px;
}
.fs-flow-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #60779b;
  margin: 0;
}
.fs-flow-icon {
  height: 70px;
  width: 70px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: #fff0f4;
  color: var(--pink);
}
.fs-flow-icon svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fs-wheel {
  height: 180px;
  border-radius: 50%;
  background: conic-gradient(
    var(--pink) 0 25%,
    #f5c15b 0 50%,
    #7298d8 0 75%,
    #91c8bd 0
  );
  display: grid;
  place-items: center;
  position: relative;
}
.fs-wheel:after {
  content: "";
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: var(--mist);
  position: absolute;
}
.fs-wheel-word {
  z-index: 1;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  color: var(--navy);
  font-weight: 900;
}
.fs-wheel-word b {
  display: block;
  font-size: 26px;
}
.fs-arrow {
  display: none;
}
.fs-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
}
.fs-network-showcase {
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 38px;
  align-items: center;
  max-width: 1080px;
}
.fs-network-showcase img,
.fs-ai-feature-art {
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 22px 46px rgba(35, 67, 116, 0.16);
}
.fs-network-points {
  display: grid;
  gap: 12px;
}
.fs-network-points article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid #dce5f2;
  border-radius: 18px;
  padding: 16px 18px;
}
.fs-network-points b {
  display: block;
  color: var(--navy);
  font-size: 18px;
  margin-bottom: 4px;
}
.fs-network-points p {
  margin: 0;
  color: #60779b;
  font-size: 14px;
  line-height: 1.6;
}
.fs-point-no {
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fde3eb;
  color: var(--pink-deep);
  font:
    900 17px Arial,
    sans-serif;
}
.fs-ai-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 32px;
  align-items: stretch;
  margin-top: 32px;
}
.fs-ai-feature-art {
  height: 100%;
  object-fit: cover;
  min-height: 520px;
}
.fs-ai-layout .fs-ai-brief {
  margin: 0 0 14px;
}
.fs-ai-layout .fs-tool-grid {
  margin-top: 0;
}
.fs-manago:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  height: 66%;
  background:
    linear-gradient(90deg, #173c78 0%, rgba(23, 60, 120, 0.08) 40%),
    url("https://pic.vcp.tw/upload/mt40380/harddisc/file_name_19.webp?1784878787")
      center/cover no-repeat;
  opacity: 0.92;
}
.fs-manago:after {
  z-index: 0;
}
.fs-final {
  padding: 78px 0;
  background: linear-gradient(115deg, #173c78, #2d527f 58%, #b06d87);
}
.fs-final-card {
  min-height: 390px;
  padding: 72px 55px;
  background: #1a407c
    url("https://pic.vcp.tw/upload/mt40380/harddisc/file_name_20.webp?1784878806")
    right center/auto 100% no-repeat;
  border: 0;
  box-shadow: 0 22px 55px rgba(20, 53, 101, 0.24);
}
.fs-final-card:before {
  display: none;
}
.fs-final h2 {
  color: #fff;
  max-width: 590px;
}
.fs-final p {
  color: #deebff;
  max-width: 560px;
}
.fs-final .fs-eyebrow {
  color: #ffbdcf;
}
.fs-final .fs-btn {
  background: #fff;
  color: var(--pink-deep);
  box-shadow: 0 8px 0 rgba(8, 30, 69, 0.38);
}
.fs-final .fs-note {
  color: #c8d9f3;
}
.fs-final-scene {
  display: none;
}
.fs-final-win {
  right: 22px;
  bottom: 20px;
}
.fs-tool {
  background: #fff;
  border-radius: 24px;
  min-height: 245px;
  overflow: hidden;
  border: 1px solid #e4e8f1;
  box-shadow: 0 14px 28px rgba(35, 67, 116, 0.06);
}
.fs-tool-visual {
  height: 122px;
  position: relative;
  overflow: hidden;
}
.fs-ai-visual {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.fs-ai-visual svg {
  width: 205px;
  height: 118px;
  overflow: visible;
}
.fs-ai-visual .panel {
  fill: rgba(255, 255, 255, 0.96);
  stroke: rgba(255, 255, 255, 0.62);
  stroke-width: 2;
}
.fs-ai-visual .line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fs-ai-visual .pink {
  fill: #ef6f99;
}
.fs-ai-visual .blue {
  fill: #3765a8;
}
.fs-ai-visual .soft {
  fill: #dceaff;
}
.fs-ai-visual .dot {
  fill: #fff;
  stroke: rgba(31, 72, 130, 0.15);
  stroke-width: 2;
}
.fs-ai-visual .dash {
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-dasharray: 5 5;
  stroke-linecap: round;
}
.fs-ai-visual .gold {
  fill: #f7c562;
}
.fs-ai-visual .mint {
  fill: #9bd2c4;
}
.fs-ai-visual .violet {
  fill: #b0a0dd;
}
.v1 {
  background: linear-gradient(135deg, #193f7a, #3969ad);
}
.v2 {
  background: linear-gradient(135deg, #f0a4bc, #f36f99);
}
.v3 {
  background: linear-gradient(135deg, #b2d4ec, #e9f4ff);
}
.v4 {
  background: linear-gradient(135deg, #ffe2ac, #f7c162);
}
.v5 {
  background: linear-gradient(135deg, #c9e7df, #78baa9);
}
.v6 {
  background: linear-gradient(135deg, #d5ccf3, #a795d3);
}
.fs-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  width: 160px;
  height: 160px;
  right: -20px;
  top: -45px;
}
.fs-orbit:before,
.fs-orbit:after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.fs-orbit:before {
  width: 19px;
  height: 19px;
  top: 31px;
  left: 9px;
}
.fs-orbit:after {
  width: 36px;
  height: 36px;
  bottom: 20px;
  right: 6px;
  opacity: 0.8;
}
.fs-window {
  position: absolute;
  width: 112px;
  height: 72px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  left: 25px;
  bottom: 16px;
  padding: 11px;
  box-shadow: 0 8px 16px rgba(24, 54, 99, 0.14);
}
.fs-window i,
.fs-window b {
  display: block;
  height: 8px;
  border-radius: 9px;
  background: #cbd9eb;
  margin-bottom: 7px;
}
.fs-window b {
  width: 58%;
  background: var(--pink);
}
.fs-node {
  width: 17px;
  height: 17px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.12);
}
.fs-tool-copy {
  padding: 22px 23px 24px;
}
.fs-tool-num {
  color: var(--pink);
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-weight: 900;
}
.fs-tool h3 {
  margin: 7px 0 8px;
  color: var(--navy);
  font-size: 21px;
}
.fs-tool p {
  margin: 0;
  color: #62789a;
  font-size: 15px;
  line-height: 1.65;
}
.fs-manago {
  margin-top: 50px;
  background: linear-gradient(120deg, #102e61, #214e92);
  border-radius: 38px;
  padding: 55px 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.fs-manago:after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -135px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 40px rgba(255, 255, 255, 0.035),
    0 0 0 80px rgba(255, 255, 255, 0.025);
}
.fs-manago-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
}
.fs-mana-label {
  color: #ffb8ce;
  letter-spacing: 0.14em;
  font-size: 15px;
}
.fs-mana-name {
  font-family: Arial, sans-serif;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
  margin: 16px 0;
  color: #fff;
}
.fs-mana-name span {
  color: #ff8db1;
}
.fs-manago p {
  font-size: 18px;
  line-height: 1.85;
  color: #dce9ff;
  max-width: 480px;
}
.fs-mana-slogan {
  border-left: 3px solid #ff8db1;
  padding-left: 16px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 26px;
}
.fs-manago-tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.fs-mana-tool {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  padding: 20px;
}
.fs-mana-tool strong {
  display: block;
  font-size: 18px;
  margin: 10px 0 6px;
}
.fs-mana-tool span {
  font-size: 14px;
  line-height: 1.55;
  color: #dce9ff;
}
.fs-mana-icon {
  height: 31px;
  width: 31px;
  border-radius: 10px;
  background: #ff8db1;
  display: grid;
  place-items: center;
}
.fs-mana-icon:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-radius: 4px;
}
.fs-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px;
}
.fs-step {
  position: relative;
  padding: 30px 26px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #eedfe5;
}
.fs-step-no {
  font:
    900 48px/1 Arial,
    sans-serif;
  color: #f8bfd0;
}
.fs-step h3 {
  margin: 7px 0;
  color: var(--navy);
  font-size: 22px;
}
.fs-step p {
  color: #60769b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.fs-step:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--pink);
  border-right: 2px solid var(--pink);
  right: -18px;
  top: 50%;
  transform: rotate(45deg);
}
.fs-step:last-child:after {
  display: none;
}
.fs-final {
  padding: 100px 0;
  background: linear-gradient(120deg, #fff7f6, #f7faff);
  position: relative;
}
.fs-final-card {
  padding: 62px 50px;
  background: #fff;
  border-radius: 36px;
  border: 1px solid #e3eafa;
  box-shadow: 0 22px 55px rgba(29, 64, 112, 0.1);
  position: relative;
  overflow: hidden;
}
.fs-final-scene {
  position: absolute;
  right: 46px;
  top: 112px;
  width: 280px;
  height: 310px;
  z-index: 1;
}
.fs-final-scene svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.fs-final-scene .scene-panel {
  fill: #f4f8ff;
  stroke: #c8d9f2;
  stroke-width: 2;
}
.fs-final-scene .scene-line {
  fill: none;
  stroke: #315d9d;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fs-final-scene .scene-pink {
  fill: #ef6f99;
}
.fs-final-scene .scene-blue {
  fill: #315d9d;
}
.fs-final-scene .scene-white {
  fill: #fff;
}
.fs-final-scene .scene-gold {
  fill: #f6c15b;
}
.fs-final-scene .scene-mint {
  fill: #92cdbc;
}
.fs-final-card > .fs-final-scene {
  position: absolute;
  right: 46px;
  top: 112px;
}
.fs-final-card:before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  background: #fce0e9;
  border-radius: 50%;
  right: -80px;
  top: -110px;
}
.fs-final-card > * {
  position: relative;
}
.fs-final h2 {
  font-size: clamp(34px, 4vw, 50px);
  color: var(--navy);
  margin: 0;
  line-height: 1.3;
}
.fs-final p {
  font-size: 18px;
  line-height: 1.8;
  color: #557093;
  max-width: 680px;
  margin: 17px 0 28px;
}
.fs-note {
  font-size: 13px;
  color: #8192ac;
  margin: 18px 0 0;
}
.fs-footer {
  background: var(--navy);
  color: #cfddf6;
  text-align: center;
  padding: 23px;
  font-size: 13px;
}
.fs-mobile-only {
  display: none;
}
@media (max-width: 760px) {
  .fs-wrap {
    width: min(100% - 32px, 560px);
  }
  .fs-top {
    height: 62px;
  }
  .fs-logo {
    font-size: 26px;
  }
  .fs-label {
    display: none;
  }
  .fs-cta {
    font-size: 13px;
    padding: 9px 14px;
    box-shadow: 0 4px 0 #c84770;
  }
  .fs-hero {
    padding: 38px 0 10px;
    min-height: auto;
  }
  .fs-hero-grid,
  .fs-manago-grid {
    grid-template-columns: 1fr;
  }
  .fs-hero-copy {
    text-align: center;
  }
  .fs-kicker {
    font-size: 13px;
  }
  .fs-lead {
    font-size: 16px;
    line-height: 1.75;
  }
  .fs-hero-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
  .fs-btn {
    font-size: 16px;
    padding: 15px 23px;
    box-shadow: 0 6px 0 #c44d74;
  }
  .fs-hero-art {
    max-width: 430px;
    margin: 15px auto 0;
    padding-bottom: 28px;
  }
  .fs-hero-art > img {
    width: 110%;
    transform: translateX(-5%);
  }
  .fs-art-tag {
    font-size: 11px;
    padding: 9px 11px;
    border-radius: 12px;
  }
  .fs-art-tag b {
    font-size: 13px;
  }
  .fs-band {
    padding: 24px 0;
  }
  .fs-band-grid {
    grid-template-columns: 1fr;
    gap: 13px;
    text-align: center;
  }
  .fs-band b {
    margin: 0;
    font-size: 13px;
  }
  .fs-band span {
    font-size: 16px;
  }
  .fs-section {
    padding: 64px 0;
  }
  .fs-title {
    font-size: 31px;
  }
  .fs-desc {
    font-size: 16px;
    line-height: 1.75;
  }
  .fs-flywheel {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }
  .fs-flow-card {
    min-height: 0;
    padding: 24px;
  }
  .fs-flow-card h3 {
    font-size: 20px;
    margin: 12px 0 8px;
  }
  .fs-wheel {
    height: 138px;
    width: 138px;
    margin: 0 auto;
  }
  .fs-wheel:after {
    height: 102px;
    width: 102px;
  }
  .fs-wheel-word {
    font-size: 14px;
  }
  .fs-wheel-word b {
    font-size: 20px;
  }
  .fs-tool-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }
  .fs-tool {
    min-height: 0;
    display: grid;
    grid-template-columns: 130px 1fr;
  }
  .fs-tool-visual {
    height: auto;
    min-height: 135px;
  }
  .fs-tool-copy {
    padding: 19px;
  }
  .fs-tool h3 {
    font-size: 18px;
  }
  .fs-tool p {
    font-size: 14px;
  }
  .fs-manago {
    border-radius: 26px;
    padding: 38px 25px;
  }
  .fs-mana-name {
    font-size: 54px;
  }
  .fs-manago p {
    font-size: 16px;
  }
  .fs-mana-slogan {
    font-size: 17px;
  }
  .fs-manago-tools {
    gap: 10px;
  }
  .fs-mana-tool {
    padding: 15px;
  }
  .fs-mana-tool strong {
    font-size: 16px;
  }
  .fs-mana-tool span {
    font-size: 12px;
  }
  .fs-steps {
    grid-template-columns: 1fr;
    margin-top: 31px;
    gap: 12px;
  }
  .fs-step {
    padding: 23px;
  }
  .fs-step:after {
    right: 50%;
    top: auto;
    bottom: -13px;
    transform: rotate(135deg);
  }
  .fs-final {
    padding: 62px 0;
  }
  .fs-final-card {
    min-height: 480px;
    padding: 38px 25px;
    background-position: center bottom;
    background-size: 100% auto;
    border-radius: 26px;
  }
  .fs-final-scene {
    display: none;
  }
  .fs-network-showcase,
  .fs-ai-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }
  .fs-network-showcase img {
    order: 2;
  }
  .fs-network-points article {
    padding: 13px;
  }
  .fs-network-points b {
    font-size: 16px;
  }
  .fs-ai-feature-art {
    min-height: 0;
    height: auto;
  }
  .fs-ai-layout .fs-ai-brief {
    margin: 0 0 10px;
  }
  .fs-final h2 {
    max-width: 80%;
    font-size: 32px;
  }
  .fs-final p {
    max-width: 82%;
    font-size: 15px;
  }
  .fs-final-win {
    right: 7px;
    bottom: 7px;
  }
  .fs-final p {
    font-size: 16px;
  }
  .fs-mobile-only {
    display: block;
  }
  .fs-desktop-only {
    display: none;
  }
}
.fs-section,
.fs-final,
.fs-hero {
  isolation: isolate;
}
.fs-mascot {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 12px 13px rgba(24, 58, 112, 0.13));
}
.fs-mascot img {
  width: 100%;
  height: auto;
  display: block;
}
.fs-hero-side {
  width: 122px;
  right: 3.5%;
  bottom: 15px;
  transform: rotate(5deg);
}
.fs-flywheel-wrap {
  position: relative;
}
.fs-flywheel-like {
  width: 118px;
  left: -86px;
  bottom: -28px;
  transform: rotate(-8deg);
}
.fs-ai-wrap {
  position: relative;
}
.fs-ai-creator {
  width: 132px;
  right: -95px;
  top: 65px;
  transform: rotate(6deg);
}
.fs-ai-heart {
  width: 95px;
  left: -73px;
  bottom: -27px;
  transform: rotate(-8deg);
}
.fs-manago-mascot {
  width: 108px;
  right: 16px;
  top: 14px;
  transform: rotate(7deg);
}
.fs-steps-wrap {
  position: relative;
}
.fs-step-welcome {
  width: 112px;
  left: -84px;
  top: 15px;
  transform: rotate(-6deg);
}
.fs-final-win {
  width: 155px;
  right: 30px;
  bottom: -17px;
  transform: rotate(4deg);
}
.fs-ai-brief {
  margin: 30px auto 0;
  max-width: 890px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.fs-ai-brief > div {
  background: #fff;
  border: 1px solid #dae6f6;
  padding: 15px 18px;
  border-radius: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #587196;
}
.fs-ai-brief b {
  display: block;
  color: var(--navy);
  font-size: 16px;
  margin-bottom: 3px;
}
.fs-ai-brief span {
  color: var(--pink-deep);
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (max-width: 760px) {
  .fs-hero-side {
    width: 82px;
    right: -15px;
    bottom: -8px;
  }
  .fs-flywheel-like,
  .fs-ai-creator,
  .fs-ai-heart,
  .fs-step-welcome {
    display: none;
  }
  .fs-manago-mascot {
    width: 62px;
    right: 4px;
    top: 6px;
  }
  .fs-final-win {
    width: 95px;
    right: 6px;
    bottom: -6px;
  }
  .fs-ai-brief {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }
  .fs-ai-brief > div {
    padding: 12px 14px;
  }
  .fs-ai-brief b {
    font-size: 15px;
  }
}
/* Final CTA visual override: kept last so it wins over the base card styles. */
.fs-final {
  padding: 78px 0;
  background: linear-gradient(115deg, #173c78, #2d527f 58%, #b06d87);
}
.fs-final-card {
  min-height: 410px;
  padding: 74px 55px;
  background:
    linear-gradient(
      90deg,
      #1a407c 0%,
      #1a407c 42%,
      rgba(26, 64, 124, 0.92) 55%,
      rgba(26, 64, 124, 0.12) 75%
    ),
    url("https://pic.vcp.tw/upload/mt40380/harddisc/file_name_20.webp?1784878806")
      right center/auto 100% no-repeat;
  border: 0;
  box-shadow: 0 22px 55px rgba(20, 53, 101, 0.24);
}
.fs-final-card:before {
  display: none;
}
.fs-final h2 {
  color: #fff;
  max-width: 600px;
}
.fs-final p {
  color: #deebff;
  max-width: 550px;
}
.fs-final .fs-eyebrow {
  color: #ffbdcf;
}
.fs-final .fs-btn {
  background: #fff;
  color: var(--pink-deep);
  box-shadow: 0 8px 0 rgba(8, 30, 69, 0.38);
}
.fs-final .fs-note {
  color: #c8d9f3;
}
.fs-final-card > .fs-final-scene {
  display: none;
}
.fs-final-win {
  right: 22px;
  bottom: 20px;
}
@media (max-width: 760px) {
  .fs-final {
    padding: 62px 0;
  }
  .fs-final-card {
    min-height: 490px;
    padding: 38px 25px;
    background:
      linear-gradient(
        180deg,
        #1a407c 0%,
        #1a407c 50%,
        rgba(26, 64, 124, 0.24) 72%
      ),
      url("https://pic.vcp.tw/upload/mt40380/harddisc/file_name_20.webp?1784878806")
        center bottom/100% auto no-repeat;
  }
  .fs-final h2 {
    max-width: 80%;
    font-size: 32px;
  }
  .fs-final p {
    max-width: 82%;
    font-size: 15px;
  }
  .fs-final-win {
    right: 7px;
    bottom: 7px;
  }
}
/* Information hierarchy refinement. */
.fs-band {
  padding: 25px 0;
  background: linear-gradient(90deg, #12366f, #204b8c);
}
.fs-band-grid {
  gap: 0;
}
.fs-band-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 8px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.fs-band-grid article:last-child {
  border-right: 0;
}
.fs-band-num {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #ffb9cf;
  font:
    900 15px Arial,
    sans-serif;
}
.fs-band b {
  font-size: 17px;
  margin: 0 0 3px;
  color: #ffb9cf;
}
.fs-band span {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
.fs-manago {
  min-height: 650px;
  margin-top: 54px;
  padding: 70px 74px;
  background: linear-gradient(120deg, #0e316a, #1e4d93);
}
.fs-manago:before {
  width: 51%;
  height: 58%;
  background:
    linear-gradient(
      90deg,
      #0e316a 0%,
      rgba(14, 49, 106, 0.4) 34%,
      rgba(14, 49, 106, 0.03) 68%
    ),
    url("https://pic.vcp.tw/upload/mt40380/harddisc/file_name_19.webp?1784878787")
      center/cover no-repeat;
  opacity: 1;
}
.fs-manago-grid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.fs-manago-grid > div:first-child {
  padding-top: 24px;
  max-width: 530px;
}
.fs-mana-label {
  font-size: 16px;
}
.fs-mana-name {
  font-size: clamp(70px, 7vw, 94px);
  margin: 18px 0;
}
.fs-manago p {
  font-size: 20px;
  line-height: 1.78;
  max-width: 530px;
}
.fs-mana-slogan {
  font-size: 23px;
  margin-top: 30px;
}
.fs-manago-tools {
  grid-column: 1/-1;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 55px;
  position: relative;
  z-index: 2;
}
.fs-mana-tool {
  padding: 23px 25px;
  background: rgba(16, 44, 94, 0.88);
  border-color: rgba(255, 255, 255, 0.32);
}
.fs-mana-tool strong {
  font-size: 21px;
  margin: 11px 0 7px;
}
.fs-mana-tool span {
  font-size: 15px;
  line-height: 1.6;
}
.fs-mana-icon {
  height: 35px;
  width: 35px;
}
.fs-manago-mascot,
.fs-final-win {
  display: none !important;
}
@media (max-width: 760px) {
  .fs-band {
    padding: 18px 0;
  }
  .fs-band-grid {
    gap: 7px;
    text-align: left;
  }
  .fs-band-grid article {
    grid-template-columns: 38px 1fr;
    padding: 8px 6px;
    border: 0;
  }
  .fs-band-num {
    height: 32px;
    width: 32px;
    border-radius: 10px;
    font-size: 12px;
  }
  .fs-band b {
    font-size: 14px;
  }
  .fs-band span {
    font-size: 13px;
  }
  .fs-manago {
    min-height: 0;
    margin-top: 30px;
    padding: 38px 23px;
  }
  .fs-manago:before {
    width: 100%;
    height: 220px;
    opacity: 0.44;
    background:
      linear-gradient(180deg, #0e316a 0%, rgba(14, 49, 106, 0.1) 100%),
      url("https://pic.vcp.tw/upload/mt40380/harddisc/file_name_19.webp?1784878787")
        center/cover no-repeat;
  }
  .fs-manago-grid {
    grid-template-columns: 1fr;
  }
  .fs-manago-grid > div:first-child {
    padding-top: 160px;
  }
  .fs-mana-label {
    font-size: 12px;
  }
  .fs-mana-name {
    font-size: 62px;
  }
  .fs-manago p {
    font-size: 16px;
  }
  .fs-mana-slogan {
    font-size: 18px;
  }
  .fs-manago-tools {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 28px;
  }
  .fs-mana-tool {
    padding: 14px;
  }
  .fs-mana-tool strong {
    font-size: 15px;
  }
  .fs-mana-tool span {
    font-size: 12px;
  }
  .fs-mana-icon {
    height: 28px;
    width: 28px;
  }
}
/* Final alignment pass: clean role cards, aligned network layout, and clearer ManaGo tools. */
.fs-band {
  padding: 20px 0;
  background: #173f7d;
}
.fs-band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fs-band-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  background: rgba(5, 27, 69, 0.23);
}
.fs-band-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.fs-band-num {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 15px;
}
.fs-band b {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}
.fs-band span:not(.fs-band-num) {
  font-size: 14px;
  line-height: 1.45;
  color: #dce8fb;
}

.fs-network-showcase {
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.fs-network-showcase img {
  min-height: 340px;
  height: 100%;
  object-fit: cover;
}
.fs-network-points {
  height: 100%;
  grid-template-rows: repeat(3, 1fr);
}

.fs-manago:before {
  width: 50%;
  height: 56%;
  opacity: 1;
  background: url("https://pic.vcp.tw/upload/mt40380/harddisc/file_name_19.webp?1784878787")
    center / cover no-repeat;
}
.fs-manago-tools {
  gap: 18px;
}
.fs-mana-tool {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 26px;
  background: rgba(14, 48, 104, 0.96);
}
.fs-mana-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 9px;
}
.fs-mana-heading strong,
.fs-mana-tool strong {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
}
.fs-mana-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ee719a;
  display: grid;
  place-items: center;
}
.fs-mana-icon:after {
  display: none;
}
.fs-mana-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fs-mana-tool span {
  display: block;
  margin-left: 55px;
}

@media (max-width: 760px) {
  .fs-band {
    padding: 14px 0;
  }
  .fs-band-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .fs-band-grid article {
    min-height: 0;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .fs-network-showcase {
    grid-template-columns: 1fr;
  }
  .fs-network-showcase img {
    min-height: 0;
    height: auto;
  }
  .fs-manago:before {
    width: 100%;
    height: 210px;
    opacity: 1;
    background: url("https://pic.vcp.tw/upload/mt40380/harddisc/file_name_19.webp?1784878787")
      center / cover no-repeat;
  }
  .fs-manago-grid > div:first-child {
    padding-top: 178px;
  }
  .fs-manago-tools {
    gap: 10px;
  }
  .fs-mana-tool {
    min-height: 0;
    padding: 14px 12px;
  }
  .fs-mana-heading {
    gap: 8px;
    margin-bottom: 7px;
  }
  .fs-mana-heading strong,
  .fs-mana-tool strong {
    font-size: 15px;
  }
  .fs-mana-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }
  .fs-mana-icon svg {
    width: 19px;
    height: 19px;
  }
  .fs-mana-tool span {
    margin-left: 38px;
    font-size: 12px;
  }
}
.fs-band-num {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  line-height: 1 !important;
  text-align: center;
  text-indent: 0;
  font-variant-numeric: tabular-nums;
}
.fs-band-num::first-letter {
  line-height: 1;
}
.fs-band-num {
  position: relative;
  color: transparent !important;
}
.fs-band-num::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffb9cf;
  font-size: inherit;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-0.5px);
}
.fs-band-grid article:nth-child(1) .fs-band-num::after {
  content: "01";
}
.fs-band-grid article:nth-child(2) .fs-band-num::after {
  content: "02";
}
.fs-band-grid article:nth-child(3) .fs-band-num::after {
  content: "03";
}
.fs-hero-logo {
  display: inline-block;
  height: 0.9em;
  width: auto;
  margin: 0 0.12em 0 0;
  vertical-align: -0.1em;
  object-fit: contain;
}
.fs-band-logo {
  display: inline-block;
  width: 101px;
  height: 29px;
  margin: -5px 5px -7px 0;
  object-fit: contain;
  object-position: left center;
  vertical-align: middle;
}
.fs-final-logo {
  display: inline-block;
  height: 0.83em;
  width: auto;
  margin: 0 0.08em 0 0.05em;
  vertical-align: -0.11em;
  object-fit: contain;
}
@media (max-width: 760px) {
  .fs-hero-logo {
    height: 0.72em;
    margin-right: 0.08em;
  }
  .fs-band-logo {
    width: 82px;
    height: 23px;
    margin: -3px 3px -5px 0;
  }
  .fs-final-logo {
    height: 0.76em;
  }
}

/* Motion system: livelier, desynced cues that still keep text readable. */
@keyframes fs-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(2.5deg);
  }
}
@keyframes fs-float-soft {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(12px) rotate(-2.5deg);
  }
}
@keyframes fs-wheel-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fs-share-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
}
@keyframes fs-marquee-flow {
  from {
    background-position: 200% 50%;
  }
  to {
    background-position: 0% 50%;
  }
}
@keyframes fs-cta-glow {
  0%,
  100% {
    box-shadow:
      0 8px 0 #c44d74,
      0 0 0 rgba(239, 111, 153, 0);
  }
  50% {
    box-shadow:
      0 8px 0 #c44d74,
      0 0 26px rgba(239, 111, 153, 0.55);
  }
}
@keyframes fs-final-cta-glow {
  0%,
  100% {
    box-shadow:
      0 8px 0 rgba(8, 30, 69, 0.38),
      0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow:
      0 8px 0 rgba(8, 30, 69, 0.38),
      0 0 26px rgba(255, 255, 255, 0.5);
  }
}
@keyframes fs-section-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fs-title-glow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(239, 111, 153, 0);
  }
  50% {
    text-shadow: 0 0 20px rgba(239, 111, 153, 0.4);
  }
}
@keyframes fs-cta-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
@keyframes fs-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes fs-badge-beat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
}
@keyframes fs-photo-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-7px) scale(1.012);
    filter: brightness(1.05);
  }
}
@keyframes fs-hero-photo-breathe {
  0%,
  100% {
    transform: translateX(-5%) translateY(0) scale(1);
    filter: drop-shadow(0 10px 16px rgba(31, 72, 130, 0.15)) brightness(1);
  }
  50% {
    transform: translateX(-5%) translateY(-9px) scale(1.014);
    filter: drop-shadow(0 20px 30px rgba(239, 111, 153, 0.24)) brightness(1.06);
  }
}
@keyframes fs-manago-art {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.045);
    filter: brightness(1.14) saturate(1.1);
  }
}
@keyframes fs-shine-pass {
  0%,
  55% {
    transform: translateX(-150%) skewX(-18deg);
    opacity: 0;
  }
  62% {
    opacity: 0.45;
  }
  80%,
  100% {
    transform: translateX(260%) skewX(-18deg);
    opacity: 0;
  }
}
@keyframes fs-shine-sweep {
  0%,
  55% {
    transform: translateX(-135%);
    opacity: 0;
  }
  62% {
    opacity: 0.9;
  }
  88%,
  100% {
    transform: translateX(135%);
    opacity: 0;
  }
}
.fs-hero-side img,
.fs-flywheel-like img,
.fs-ai-creator img,
.fs-step-welcome img {
  animation: fs-float 6s ease-in-out infinite;
  will-change: transform;
}
.fs-flywheel-like img {
  animation-duration: 7s;
  animation-delay: -1.5s;
}
.fs-ai-creator img {
  animation-duration: 6.5s;
  animation-delay: -3s;
}
.fs-step-welcome img {
  animation-duration: 7.5s;
  animation-delay: -2.2s;
}
.fs-ai-heart img {
  animation: fs-float-soft 5.5s ease-in-out infinite;
  animation-delay: -1s;
  will-change: transform;
}
.fs-mascot img {
  transition: transform 260ms ease;
}
.fs-art-tag {
  animation: fs-bob 5s ease-in-out infinite;
  will-change: transform;
}
.fs-art-tag.two {
  animation-duration: 6s;
  animation-delay: -2.5s;
}
.fs-wheel {
  background: none;
  overflow: hidden;
}
.fs-wheel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    var(--pink) 0 25%,
    #f5c15b 0 50%,
    #7298d8 0 75%,
    #91c8bd 0
  );
  animation: fs-wheel-spin 16s linear infinite;
  will-change: transform;
}
.fs-wheel:after {
  z-index: 1;
}
.fs-wheel-word {
  z-index: 2;
}
.fs-wheel-word b {
  display: block;
  animation: fs-share-pulse 3s ease-in-out infinite;
}
.fs-wheel:hover::before {
  animation-duration: 6s;
}
.fs-pink {
  background: linear-gradient(
    100deg,
    #db4d80 0%,
    #ef6f99 22%,
    #ffc2d6 50%,
    #ef6f99 78%,
    #db4d80 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: fs-marquee-flow 5s linear infinite;
}
.fs-title,
.fs-hero h1,
.fs-mana-name {
  animation: fs-title-glow 4s ease-in-out infinite;
}
.fs-mana-name span {
  background: linear-gradient(100deg, #ff6f9e 0%, #ffd0de 50%, #ff8db1 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: fs-marquee-flow 5s linear infinite;
}
.fs-btn[href="#"] {
  animation:
    fs-cta-glow 2.6s ease-in-out infinite,
    fs-cta-pulse 2.6s ease-in-out infinite;
}
.fs-final .fs-btn[href="#"] {
  animation:
    fs-final-cta-glow 2.6s ease-in-out infinite,
    fs-cta-pulse 2.6s ease-in-out infinite;
}
.fs-btn[href="#"]:hover {
  animation: none;
  transform: translateY(-3px) scale(1.05);
  filter: brightness(1.06);
}
.fs-hero-art > img {
  animation: fs-hero-photo-breathe 8s ease-in-out infinite;
  will-change: transform, filter;
}
.fs-manago:before {
  animation: fs-manago-art 9s ease-in-out infinite;
  transform-origin: right center;
  will-change: transform, filter;
}
.fs-manago::after {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 50%;
  height: 56%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: linear-gradient(
    115deg,
    transparent 40%,
    rgba(255, 236, 205, 0.5) 50%,
    transparent 60%
  );
  transform: translateX(-140%);
  animation: fs-shine-sweep 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.fs-flow-card,
.fs-network-points article,
.fs-tool,
.fs-mana-tool,
.fs-step,
.fs-final-card {
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}
.fs-flow-card:hover,
.fs-network-points article:hover,
.fs-tool:hover,
.fs-mana-tool:hover,
.fs-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 30px rgba(24, 58, 112, 0.15);
}
.fs-final-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(20, 53, 101, 0.32);
}
.fs-page.fs-motion-ready .fs-reveal.is-visible {
  animation: fs-section-in 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
/* Cards cascade in after their section becomes visible. */
.fs-page.fs-motion-ready .fs-reveal .fs-stag {
  opacity: 0;
}
.fs-page.fs-motion-ready .fs-reveal.is-visible .fs-stag {
  animation: fs-section-in 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.fs-reveal.is-visible .fs-stag:nth-child(1) {
  animation-delay: 0.06s;
}
.fs-reveal.is-visible .fs-stag:nth-child(2) {
  animation-delay: 0.14s;
}
.fs-reveal.is-visible .fs-stag:nth-child(3) {
  animation-delay: 0.22s;
}
.fs-reveal.is-visible .fs-stag:nth-child(4) {
  animation-delay: 0.3s;
}
.fs-reveal.is-visible .fs-stag:nth-child(5) {
  animation-delay: 0.38s;
}
.fs-reveal.is-visible .fs-stag:nth-child(6) {
  animation-delay: 0.46s;
}

/* Rectangular photos: gentle breathing + a slow light sweep across them. */
.fs-shine-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 22px 46px rgba(35, 67, 116, 0.16);
  will-change: transform, filter;
}
.fs-shine-wrap > img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  box-shadow: none;
}
.fs-shine-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 62%
  );
  transform: translateX(-135%);
  pointer-events: none;
  mix-blend-mode: screen;
}
.fs-net-shine,
.fs-ai-shine {
  animation: fs-photo-breathe 8s ease-in-out infinite;
}
.fs-net-shine::after {
  animation: fs-shine-sweep 7s ease-in-out infinite;
}
.fs-ai-shine::after {
  animation: fs-shine-sweep 7s ease-in-out infinite;
  animation-delay: -3.5s;
}
.fs-network-showcase > .fs-net-shine {
  min-height: 340px;
  height: 100%;
}
.fs-ai-layout > .fs-ai-shine {
  min-height: 520px;
  height: 100%;
  align-self: stretch;
}

/* AI feature cards: light sweep across each colored visual. */
.fs-tool-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 40%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 60%
  );
  transform: translateX(-135%);
  animation: fs-shine-sweep 6.5s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: screen;
}
.fs-tool:nth-child(1) .fs-tool-visual::after {
  animation-delay: -0.4s;
}
.fs-tool:nth-child(2) .fs-tool-visual::after {
  animation-delay: -1.5s;
}
.fs-tool:nth-child(3) .fs-tool-visual::after {
  animation-delay: -2.6s;
}
.fs-tool:nth-child(4) .fs-tool-visual::after {
  animation-delay: -3.7s;
}
.fs-tool:nth-child(5) .fs-tool-visual::after {
  animation-delay: -4.8s;
}
.fs-tool:nth-child(6) .fs-tool-visual::after {
  animation-delay: -5.9s;
}

/* Final CTA card: subtle sweep under the copy. */
.fs-final-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 42%,
    rgba(255, 255, 255, 0.26) 50%,
    transparent 58%
  );
  transform: translateX(-120%);
  animation: fs-shine-sweep 8s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 0;
}
.fs-final-card > * {
  position: relative;
  z-index: 1;
}

/* Micro-motion so every section has a little life (kept small + desynced). */
.fs-flow-icon {
  animation: fs-bob 4.5s ease-in-out infinite;
  will-change: transform;
}
.fs-flywheel .fs-flow-card:nth-child(3) .fs-flow-icon {
  animation-delay: -2s;
}
.fs-point-no {
  animation: fs-bob 4s ease-in-out infinite;
  will-change: transform;
}
.fs-network-points article:nth-child(2) .fs-point-no {
  animation-delay: -1.3s;
}
.fs-network-points article:nth-child(3) .fs-point-no {
  animation-delay: -2.6s;
}
.fs-mana-icon {
  animation: fs-bob 4.2s ease-in-out infinite;
  will-change: transform;
}
.fs-manago-tools .fs-mana-tool:nth-child(2) .fs-mana-icon {
  animation-delay: -1s;
}
.fs-manago-tools .fs-mana-tool:nth-child(3) .fs-mana-icon {
  animation-delay: -2s;
}
.fs-manago-tools .fs-mana-tool:nth-child(4) .fs-mana-icon {
  animation-delay: -3s;
}
.fs-step-no {
  display: inline-block;
  animation: fs-badge-beat 3.4s ease-in-out infinite;
  transform-origin: left center;
  will-change: transform;
}
.fs-steps .fs-step:nth-child(2) .fs-step-no {
  animation-delay: -1.1s;
}
.fs-steps .fs-step:nth-child(3) .fs-step-no {
  animation-delay: -2.2s;
}
.fs-band-num {
  animation: fs-badge-beat 3.6s ease-in-out infinite;
  will-change: transform;
}
.fs-band-grid article:nth-child(2) .fs-band-num {
  animation-delay: -1.2s;
}
.fs-band-grid article:nth-child(3) .fs-band-num {
  animation-delay: -2.4s;
}

@media (max-width: 760px) {
  .fs-network-showcase > .fs-net-shine {
    order: 2;
    min-height: 0;
    height: auto;
  }
  .fs-ai-layout > .fs-ai-shine {
    min-height: 0;
    height: auto;
  }
  .fs-manago::after {
    width: 100%;
    height: 210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fs-page *,
  .fs-page *::before,
  .fs-page *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* Platform-safe isolation layer: protects the landing page from GoGoMei global styles. */
.fs-page,
.fs-page * {
  box-sizing: border-box;
}
.fs-page {
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
.fs-page img {
  max-width: 100%;
  height: auto;
}
.fs-page h1,
.fs-page h2,
.fs-page h3,
.fs-page p {
  font-family: inherit;
}
.fs-page h1 {
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.2;
  margin: 20px 0;
  color: #153a72;
  letter-spacing: -0.05em;
}
.fs-page .fs-hero-logo {
  display: inline-block;
  width: auto;
  height: 0.9em;
  max-width: 170px;
  margin: 0 0.12em 0 0;
  vertical-align: -0.1em;
}
.fs-page .fs-band-logo,
.fs-page .fs-final-logo {
  display: inline-block;
  width: auto;
  height: 0.83em;
  max-width: 180px;
  object-fit: contain;
  vertical-align: middle;
}

/* GoGoMei live-page corrections: its global image and link rules load after
   the layout. Keep these selectors intentionally specific. */
.fs-page .fs-btn,
.fs-page a.fs-btn,
.fs-page a.fs-btn:link,
.fs-page a.fs-btn:visited {
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(99, 29, 58, 0.22);
}
.fs-page .fs-final .fs-btn,
.fs-page .fs-final a.fs-btn,
.fs-page .fs-final a.fs-btn:link,
.fs-page .fs-final a.fs-btn:visited {
  color: var(--pink-deep) !important;
}
.fs-page .fs-shine-wrap > img {
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}
.fs-page .fs-ai-layout > .fs-ai-shine {
  align-self: start;
  height: auto;
  min-height: 0;
  background: transparent;
}
.fs-page .fs-ai-feature-art {
  min-height: 0;
}
.fs-page .fs-hero-art {
  isolation: isolate;
}
.fs-page .fs-hero-art > img {
  animation: fs-hero-photo-breathe 8s ease-in-out infinite !important;
  will-change: transform, filter;
}
.fs-page .fs-hero-side img {
  animation: fs-float 5.4s ease-in-out infinite !important;
  filter: drop-shadow(0 14px 14px rgba(30, 57, 107, 0.2));
}
.fs-page .fs-ai-shine::after,
.fs-page .fs-tool-visual::after {
  opacity: 0.82;
}

/* Template fidelity pass (PC): restore the approved composition after the
   platform's global image rules have been neutralised. */
@media (min-width: 761px) {
  /* Restore the approved hero artwork: the art itself remains 100% opaque
     and sharp; the glow lives only behind its edges. */
  .fs-page .fs-hero-art {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
  }
  .fs-page .fs-hero-art > img {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.72), 0 0 30px rgba(247, 146, 184, 0.32), 0 20px 38px rgba(49, 69, 129, 0.16) !important;
    animation: fs-hero-art-clean-float 6.6s ease-in-out infinite !important;
  }
  .fs-page .fs-hero-art::after {
    display: none !important;
  }
  .fs-page .fs-hero-art .fs-art-tag b {
    color: #ef638f !important;
    font-size: 19px !important;
    font-weight: 900 !important;
  }
  .fs-page .fs-hero-art .fs-art-tag {
    color: #294d82 !important;
    box-shadow: 0 16px 30px rgba(31, 56, 109, 0.18), inset 4px 0 0 #f26f99 !important;
  }
  /* Restore the larger ManaGo scene, aligned above the two tool columns. */
  .fs-page .fs-manago::before {
    width: 52% !important;
    height: 76% !important;
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
  }
  .fs-page .fs-manago::after {
    width: 52% !important;
    height: 76% !important;
  }
@keyframes fs-hero-art-clean-float {
  0%, 100% { transform: translateX(-5%) translateY(0) scale(1); }
  50% { transform: translateX(-5%) translateY(-8px) scale(1.01); }
}
  .fs-page .fs-hero {
    background:
      radial-gradient(ellipse at 69% 49%, rgba(255, 198, 219, 0.48) 0%, rgba(255, 224, 235, 0.27) 25%, rgba(255,255,255,0) 52%),
      linear-gradient(115deg, #fffaf8 0%, #fffefe 58%, #f4f8ff 100%);
  }
  .fs-page .fs-hero-art {
    padding: 0 12px 8px;
    overflow: visible;
  }
  .fs-page .fs-hero-art::before {
    content: "";
    position: absolute;
    inset: -13% -10%;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at 54% 52%, rgba(255, 182, 211, 0.72) 0%, rgba(255, 217, 234, 0.43) 38%, rgba(255,255,255,0) 70%);
    filter: blur(18px);
    pointer-events: none;
    animation: fs-hero-halo 7s ease-in-out infinite;
  }
  .fs-page .fs-hero-art > img {
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    filter: saturate(1.38) contrast(1.12) brightness(1.075) drop-shadow(0 22px 28px rgba(55, 65, 124, 0.24)) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.66), 0 0 32px rgba(244, 133, 174, 0.38), 0 24px 42px rgba(52, 70, 132, 0.16) !important;
    animation: fs-hero-art-vivid-float 6.6s ease-in-out infinite !important;
  }
  .fs-page .fs-hero-art::after {
    display: none !important;
  }
  .fs-page .fs-art-tag {
    z-index: 2;
  }
  .fs-page .fs-hero-side {
    display: none !important;
  }

  /* The approved AI panel deliberately crops the portrait artwork to match
     the six cards' full height; it must not preserve the uploaded ratio. */
  .fs-page .fs-ai-layout > .fs-ai-shine {
    align-self: stretch;
    min-height: 520px;
    height: 100%;
    background: #edf4ff;
  }
  .fs-page .fs-ai-layout > .fs-ai-shine > img,
  .fs-page .fs-ai-layout .fs-ai-feature-art {
    width: 100%;
    height: 100% !important;
    min-height: 520px;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center;
  }

  /* Keep ManaGo's feature visual one step smaller than the card grid. */
  .fs-page .fs-manago::before {
    width: 45%;
    height: 61%;
    background-position: right top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .fs-page .fs-manago::after {
    width: 45%;
    height: 61%;
  }
}

@keyframes fs-hero-halo {
  0%, 100% { opacity: 0.72; transform: scale(0.97); }
  50% { opacity: 1; transform: scale(1.05); }
}
@keyframes fs-hero-art-clear-float {
  0%, 100% {
    transform: translateX(-5%) translateY(0) scale(1);
    filter: saturate(1.16) contrast(1.045) brightness(1.025) drop-shadow(0 22px 30px rgba(66, 73, 136, 0.16));
  }
  50% {
    transform: translateX(-5%) translateY(-7px) scale(1.008);
    filter: saturate(1.2) contrast(1.06) brightness(1.05) drop-shadow(0 28px 36px rgba(239, 111, 153, 0.26));
  }
}
@keyframes fs-hero-light-sweep {
  0%, 25% { transform: translateX(-145%); opacity: 0; }
  36% { opacity: 0.78; }
  66% { transform: translateX(145%); opacity: 0.58; }
  76%, 100% { transform: translateX(145%); opacity: 0; }
}
@keyframes fs-hero-art-vivid-float {
  0%, 100% {
    transform: translateX(-5%) translateY(0) scale(1);
    filter: saturate(1.38) contrast(1.12) brightness(1.075) drop-shadow(0 22px 28px rgba(55, 65, 124, 0.24));
  }
  50% {
    transform: translateX(-5%) translateY(-9px) scale(1.012);
    filter: saturate(1.48) contrast(1.15) brightness(1.1) drop-shadow(0 29px 36px rgba(239, 111, 153, 0.36));
  }
}

/* Hero information callouts: restore the designed two-level cards instead of
   allowing the host's text styles to flatten the title and supporting line. */
@media (min-width: 761px) {
  .fs-page .fs-hero-art .fs-art-tag {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    min-width: 188px;
    padding: 15px 18px 15px 21px !important;
    border: 1px solid #d8e4f5 !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,252,254,0.95)) !important;
    color: #264b82 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 15px 28px rgba(29, 56, 108, 0.16), inset 4px 0 0 #f277a0 !important;
    text-align: left !important;
  }
  .fs-page .fs-hero-art .fs-art-tag b {
    display: block !important;
    margin: 0 !important;
    color: #ed638f !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em !important;
  }
  .fs-page .fs-hero-art .fs-art-tag.one {
    left: -3% !important;
    top: 16% !important;
  }
  .fs-page .fs-hero-art .fs-art-tag.two {
    right: -4% !important;
    bottom: 2% !important;
  }
}

/* Final CTA: force the approved white pill back over the host site's anchor
   reset, which otherwise removes its background and padding. */
.fs-page .fs-final a.fs-btn,
.fs-page .fs-final a.fs-btn:link,
.fs-page .fs-final a.fs-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  padding: 16px 30px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #e65886 !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  box-shadow: 0 8px 0 rgba(8, 30, 69, 0.38), 0 13px 24px rgba(4, 25, 63, 0.18) !important;
}
.fs-page .fs-final a.fs-btn:hover {
  background: #fff7fa !important;
  color: #d94476 !important;
}
.fs-page .fs-final a.fs-final-apply-btn {
  cursor: pointer !important;
}

/* GoGoMei mobile shell correction: its breadcrumb sits beneath the fixed
   header, and its inherited card grid can squeeze our AI cards into columns. */
@media (max-width: 760px) {
  .fs-page .fs-tool-grid,
  .fs-page .fs-ai-layout .fs-tool-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .fs-page .fs-tool {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }
  .fs-page .fs-tool-visual {
    display: block !important;
    width: 100% !important;
    height: 138px !important;
    min-height: 138px !important;
  }
  .fs-page .fs-tool-copy {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 19px 20px 21px !important;
  }
  .fs-page .fs-tool h3,
  .fs-page .fs-tool p {
    width: 100% !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  .fs-page .fs-final {
    padding: 28px 0 34px !important;
  }
  .fs-page .fs-final-card {
    min-height: 550px !important;
    padding: 42px 25px 248px !important;
    background-position: center bottom !important;
    background-size: 100% auto !important;
  }
  .fs-page .fs-final h2 {
    max-width: 100% !important;
    margin: 14px 0 16px !important;
    font-size: 26px !important;
    line-height: 1.32 !important;
    letter-spacing: -0.045em !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
  .fs-page .fs-final-logo {
    width: auto !important;
    max-width: 76px !important;
    height: 0.76em !important;
    margin: 0 0.04em 0 0 !important;
    vertical-align: -0.1em !important;
  }
  .fs-page .fs-final p:not(.fs-note) {
    max-width: 100% !important;
    margin: 0 0 16px !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    word-break: normal !important;
  }
  .fs-page .fs-final .fs-note {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
}
@media (max-width: 760px) {
  .fs-page h1 {
    font-size: clamp(36px, 10vw, 52px);
  }
  .fs-page .fs-hero-logo {
    height: 0.72em;
    max-width: 132px;
  }
  .fs-page .fs-band-logo,
  .fs-page .fs-final-logo {
    height: 0.76em;
    max-width: 132px;
  }
}

/* Final PC visual restoration: keep the hero original sharp and bring the
   ManaGo scene back to the reference scale. This is intentionally last. */
@media (min-width: 761px) {
  .fs-page .fs-hero-art {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
  }
  .fs-page .fs-hero-art > img {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.72), 0 0 30px rgba(247,146,184,0.32), 0 20px 38px rgba(49,69,129,0.16) !important;
    animation: fs-hero-art-clean-float 6.6s ease-in-out infinite !important;
  }
  .fs-page .fs-hero-art::after { display: none !important; }
  .fs-page .fs-hero-art::before {
    opacity: 1 !important;
    filter: blur(18px) !important;
  }
  .fs-page .fs-hero-art .fs-art-tag {
    color: #294d82 !important;
    box-shadow: 0 16px 30px rgba(31,56,109,0.18), inset 4px 0 0 #f26f99 !important;
  }
  .fs-page .fs-hero-art .fs-art-tag b {
    color: #ef638f !important;
    font-size: 19px !important;
    font-weight: 900 !important;
  }
  .fs-page .fs-manago::before {
    width: 52% !important;
    height: 76% !important;
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
  }
  .fs-page .fs-manago::after {
    width: 52% !important;
    height: 76% !important;
  }
}

/* Live DOM reset: GoGoMei wraps the hero image in a P and changes B to STRONG.
   Target those exact elements, verified on wc-78, rather than the pre-upload DOM. */
@media (min-width: 761px) {
  .fs-page .fs-hero-art > p {
    position: relative !important;
    z-index: 1 !important;
    width: 116% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-5%) !important;
    animation: fs-hero-live-float 6.6s ease-in-out infinite !important;
  }
  .fs-page .fs-hero-art > p > img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    opacity: 1 !important;
    filter: saturate(1.34) contrast(1.1) brightness(1.02) !important;
    mix-blend-mode: normal !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.72), 0 0 30px rgba(247,146,184,0.34), 0 22px 40px rgba(49,69,129,0.17) !important;
  }
  .fs-page .fs-hero-art .fs-art-tag strong {
    display: block !important;
    margin: 0 0 3px !important;
    color: #ef638f !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    letter-spacing: 0.02em !important;
  }
  .fs-page .fs-manago::before {
    width: 52% !important;
    height: 52% !important;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
  .fs-page .fs-manago::after {
    width: 52% !important;
    height: 52% !important;
  }
}
@keyframes fs-hero-live-float {
  0%, 100% { transform: translateX(-5%) translateY(0) scale(1); }
  50% { transform: translateX(-5%) translateY(-8px) scale(1.01); }
}

/* GoGoMei injects this SEO title outside the page module. Hide only the exact
   injected wrapper when this isolated FunShare module is present. */
#id_body:has(.fs-page) > div[style*="position: absolute"][style*="color: transparent"]:has(> h1) {
  display: none !important;
}
