:root {
  --mes-navy: #071a3b;
  --mes-blue: #0099dd;
  --mes-blue-dark: #006fa8;
  --mes-orange: #ea5514;
  --mes-text: #2d2d2d;
  --mes-muted: #626b75;
  --mes-light: #f4f6f8;
  --mes-border: #dce3e9;
  --mes-white: #ffffff;
}

body.mes-lp {
  color: var(--mes-text);
  font-family: "Helvetica Neue", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background: var(--mes-white);
}

.mes-lp a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.mes-lp-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #eceff2;
  background: rgba(255, 255, 255, 0.98);
}

.mes-lp-nav {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mes-lp-logo img {
  width: auto;
  max-height: 52px;
}

.mes-lp-logo {
  flex: 0 0 auto;
}

.mes-lp-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mes-lp-nav-links > li {
  flex: 0 0 auto;
}

.mes-lp-nav-links a {
  display: inline-block;
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.mes-lp-nav-links a:hover,
.mes-lp-nav-links a:focus,
.mes-lp-nav-links a.is-active {
  color: var(--mes-orange);
  text-decoration: none;
}

.mes-lp-nav-links .mes-lp-nav-cta {
  padding: 10px 22px;
  border: 1px solid var(--mes-orange);
  border-radius: 4px;
  color: var(--mes-orange);
}

.mes-lp-nav-links .mes-lp-nav-cta:hover,
.mes-lp-nav-links .mes-lp-nav-cta:focus {
  background: var(--mes-orange);
  color: var(--mes-white);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mes-lp-nav {
    gap: 18px;
  }

  .mes-lp-logo img {
    max-width: 165px;
  }

  .mes-lp-nav-links {
    gap: 15px;
  }

  .mes-lp-nav-links a {
    font-size: 14px;
  }

  .mes-lp-nav-links .mes-lp-nav-cta {
    padding: 9px 16px;
  }
}

.mes-lp-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 84px;
  background: linear-gradient(130deg, #051733 0%, #082b59 65%, #074471 100%);
  color: var(--mes-white);
}

.mes-lp-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 153, 221, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 153, 221, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.mes-lp-hero .container {
  position: relative;
  z-index: 2;
}

.mes-lp-hero-row {
  display: flex;
  align-items: center;
}

.mes-lp-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 187, 201, 0.75);
  border-radius: 4px;
  color: #6fe7f0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mes-lp-hero h1 {
  margin: 0 0 22px;
  color: var(--mes-white);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.28;
}

.mes-lp-hero-lead {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.8;
}

.mes-lp-button {
  display: inline-block;
  padding: 13px 30px;
  border: 2px solid var(--mes-orange);
  border-radius: 4px;
  background: var(--mes-orange);
  color: var(--mes-white);
  font-size: 16px;
  font-weight: 700;
}

.mes-lp-button:hover,
.mes-lp-button:focus {
  border-color: #c94710;
  background: #c94710;
  color: var(--mes-white);
  text-decoration: none;
}

.mes-lp-button-secondary {
  margin-left: 12px;
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
}

.mes-lp-button-secondary:hover,
.mes-lp-button-secondary:focus {
  border-color: var(--mes-white);
  background: var(--mes-white);
  color: var(--mes-navy);
}

.mes-lp-hero-visual {
  position: relative;
  margin-left: 30px;
}

.mes-lp-hero-visual picture,
.mes-lp-image-copy picture {
  display: block;
  width: 100%;
}

.mes-lp-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
}

.mes-lp-visual-note {
  position: absolute;
  right: -16px;
  bottom: -20px;
  max-width: 250px;
  padding: 16px 20px;
  border-left: 4px solid var(--mes-orange);
  border-radius: 4px;
  background: var(--mes-white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  color: var(--mes-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.mes-lp-section {
  padding: 84px 0;
}

.mes-lp-section-muted {
  background: var(--mes-light);
}

.mes-lp-section-dark {
  background: var(--mes-navy);
  color: var(--mes-white);
}

.mes-lp-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.mes-lp-section-heading h2 {
  margin: 0 0 14px;
  color: var(--mes-navy);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.4;
}

.mes-lp-section-heading p {
  margin: 0;
  color: var(--mes-muted);
  font-size: 17px;
  line-height: 1.8;
}

.mes-lp-section-dark .mes-lp-section-heading h2,
.mes-lp-section-dark .mes-lp-section-heading p {
  color: var(--mes-white);
}

.mes-lp-accent {
  color: var(--mes-orange);
}

.mes-lp-section-visual {
  display: block;
  margin: -12px auto 42px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(7, 26, 59, 0.18);
}

.mes-lp-section-visual img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.mes-lp-section-dark .mes-lp-section-visual {
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

@media (min-width: 768px) {
  .mes-lp-card-row {
    display: flex;
    flex-wrap: wrap;
  }

  .mes-lp-card-row > [class*="col-"] {
    display: flex;
  }

  .mes-lp-card-row .mes-lp-pain-card,
  .mes-lp-card-row .mes-lp-capability-card,
  .mes-lp-card-row .mes-lp-value-card,
  .mes-lp-card-row .mes-lp-role-card,
  .mes-lp-card-row .mes-lp-kpi-card,
  .mes-lp-card-row .mes-lp-scenario {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
  }
}

.mes-lp-capability-section {
  border-bottom: 1px solid var(--mes-border);
  background: #f8fafc;
}

.mes-lp-capability-card {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 310px;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid var(--mes-border);
  border-top: 4px solid var(--mes-blue);
  border-radius: 4px;
  background: var(--mes-white);
  box-shadow: 0 10px 24px rgba(7, 26, 59, 0.08);
}

.mes-lp-capability-name {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(0, 153, 221, 0.1);
  color: var(--mes-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mes-lp-capability-card h3 {
  margin: 0 0 14px;
  color: var(--mes-navy);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

.mes-lp-capability-action {
  flex: 1 1 auto;
  margin: 0;
  color: var(--mes-muted);
  font-size: 15px;
  line-height: 1.8;
}

.mes-lp-capability-action strong,
.mes-lp-capability-result strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mes-navy);
  font-weight: 800;
}

.mes-lp-capability-result {
  display: flex;
  height: 112px;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  margin: 22px 0 0;
  padding: 15px 17px;
  border-left: 4px solid var(--mes-orange);
  border-radius: 0 4px 4px 0;
  background: var(--mes-light);
  color: #49515a;
  font-size: 15px;
  line-height: 1.7;
}

.mes-lp-pain-card,
.mes-lp-value-card,
.mes-lp-role-card,
.mes-lp-kpi-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--mes-border);
  border-radius: 4px;
  background: var(--mes-white);
}

.mes-lp-pain-card {
  margin-bottom: 30px;
  border-top: 4px solid var(--mes-blue);
}

.mes-lp-card-number {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--mes-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mes-lp-pain-card h3,
.mes-lp-value-card h3,
.mes-lp-role-card h3,
.mes-lp-kpi-card h3 {
  margin: 0 0 10px;
  color: var(--mes-text);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.45;
}

.mes-lp-pain-card p,
.mes-lp-value-card p,
.mes-lp-role-card p,
.mes-lp-kpi-card p {
  margin: 0;
  color: var(--mes-muted);
  font-size: 15px;
  line-height: 1.75;
}

.mes-lp-split-row {
  display: flex;
  align-items: stretch;
}

.mes-lp-split-panel {
  height: 100%;
  padding: 36px;
  border: 1px solid var(--mes-border);
  border-radius: 4px;
  background: var(--mes-white);
}

.mes-lp-split-panel.is-before {
  border-top: 5px solid #8a949e;
}

.mes-lp-split-panel.is-after {
  border-top: 5px solid var(--mes-blue);
}

.mes-lp-split-panel.is-preparation {
  border-top: 5px solid var(--mes-orange);
}

.mes-lp-split-panel h3 {
  margin: 0 0 24px;
  color: var(--mes-navy);
  font-size: 24px;
  font-weight: 800;
}

.mes-lp-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mes-lp-check-list li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 30px;
  color: #49515a;
  font-size: 16px;
  line-height: 1.6;
}

.mes-lp-check-list li:last-child {
  margin-bottom: 0;
}

.mes-lp-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #e8eef2;
  color: #7d8791;
  content: "×";
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.mes-lp-split-panel.is-after .mes-lp-check-list li::before {
  background: rgba(0, 153, 221, 0.12);
  color: var(--mes-blue-dark);
  content: "✓";
}

.mes-lp-split-panel.is-preparation .mes-lp-check-list li::before {
  background: rgba(234, 85, 20, 0.12);
  color: var(--mes-orange);
  content: "✓";
}

.mes-lp-process {
  display: flex;
  align-items: stretch;
  counter-reset: process;
}

.mes-lp-process-step {
  position: relative;
  flex: 1;
  padding: 0 15px;
  text-align: center;
  counter-increment: process;
}

.mes-lp-process-step::after {
  position: absolute;
  top: 25px;
  right: -18px;
  width: 36px;
  height: 2px;
  background: rgba(0, 153, 221, 0.35);
  content: "";
}

.mes-lp-process-step:last-child::after {
  display: none;
}

.mes-lp-process-step::before {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border: 2px solid var(--mes-blue);
  border-radius: 50%;
  background: var(--mes-white);
  color: var(--mes-blue-dark);
  content: counter(process, decimal-leading-zero);
  font-size: 16px;
  font-weight: 800;
  line-height: 48px;
}

.mes-lp-process-step h3 {
  margin: 0 0 9px;
  color: var(--mes-navy);
  font-size: 18px;
  font-weight: 800;
}

.mes-lp-process-step p {
  margin: 0;
  color: var(--mes-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mes-lp-image-copy {
  display: flex;
  align-items: center;
}

.mes-lp-image-copy img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(7, 26, 59, 0.18);
}

.mes-lp-copy-block {
  padding: 15px 20px 15px 48px;
}

.mes-lp-copy-block h2 {
  margin: 0 0 18px;
  color: var(--mes-navy);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.45;
}

.mes-lp-copy-block p {
  margin-bottom: 24px;
  color: var(--mes-muted);
  font-size: 16px;
  line-height: 1.85;
}

.mes-lp-role-card,
.mes-lp-value-card,
.mes-lp-kpi-card {
  margin-bottom: 30px;
}

.mes-lp-role-card {
  border-left: 4px solid var(--mes-orange);
}

.mes-lp-role-label {
  display: block;
  margin-bottom: 12px;
  color: var(--mes-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mes-lp-kpi-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.mes-lp-kpi-card::after {
  position: absolute;
  right: -24px;
  bottom: -26px;
  width: 92px;
  height: 92px;
  border: 18px solid rgba(0, 187, 201, 0.11);
  border-radius: 50%;
  content: "";
}

.mes-lp-kpi-card h3,
.mes-lp-kpi-card p {
  position: relative;
  z-index: 1;
  color: var(--mes-white);
}

.mes-lp-kpi-tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 10px;
  border: 1px solid rgba(111, 231, 240, 0.55);
  border-radius: 3px;
  color: #6fe7f0;
  font-size: 12px;
  font-weight: 800;
}

.mes-lp-scenario {
  position: relative;
  margin-bottom: 24px;
  padding: 24px 24px 24px 82px;
  border: 1px solid var(--mes-border);
  border-radius: 4px;
  background: var(--mes-white);
}

.mes-lp-scenario-number {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mes-blue);
  color: var(--mes-white);
  font-size: 15px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
}

.mes-lp-scenario h3 {
  margin: 0 0 7px;
  color: var(--mes-navy);
  font-size: 19px;
  font-weight: 800;
}

.mes-lp-scenario p {
  margin: 0;
  color: var(--mes-muted);
  line-height: 1.75;
}

.mes-lp-cta {
  padding: 64px 0;
  background: #ffffff;
  text-align: center;
}

.mes-lp-cta h2 {
  margin: 0 0 12px;
  color: var(--mes-navy);
  font-size: 30px;
  font-weight: 800;
}

.mes-lp-cta p {
  margin-bottom: 24px;
  color: var(--mes-muted);
  font-size: 17px;
}

.mes-lp-topic-nav {
  padding: 42px 0;
  background: #eef2f5;
}

.mes-lp-topic-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mes-lp-topic-links a {
  display: block;
  padding: 11px 18px;
  border: 1px solid #c9d2d9;
  border-radius: 4px;
  background: var(--mes-white);
  color: #4b555e;
  font-weight: 700;
}

.mes-lp-topic-links a:hover,
.mes-lp-topic-links a:focus,
.mes-lp-topic-links a.is-active {
  border-color: var(--mes-blue);
  color: var(--mes-blue-dark);
  text-decoration: none;
}

.mes-lp-footer {
  padding: 46px 0 26px;
  background: #1c1c1c;
  color: #d9d9d9;
}

.mes-lp-footer h3 {
  margin: 0 0 14px;
  color: var(--mes-white);
  font-size: 18px;
  font-weight: 700;
}

.mes-lp-footer p,
.mes-lp-footer a {
  color: #c8c8c8;
  font-size: 14px;
  line-height: 1.8;
}

.mes-lp-footer a:hover,
.mes-lp-footer a:focus {
  color: var(--mes-white);
}

.mes-lp-footer-logo {
  max-width: 185px;
  margin-bottom: 15px;
}

.mes-lp-copyright {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #3b3b3b;
  text-align: center;
}

@media (max-width: 991px) {
  .mes-lp-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 17px 0;
  }

  .mes-lp-nav-links {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .mes-lp-hero-row,
  .mes-lp-split-row,
  .mes-lp-image-copy {
    display: block;
  }

  .mes-lp-hero-visual {
    margin: 48px 0 12px;
  }

  .mes-lp-copy-block {
    padding: 40px 0 0;
  }

  .mes-lp-process {
    flex-wrap: wrap;
  }

  .mes-lp-process-step {
    flex: 0 0 33.3333%;
    margin-bottom: 36px;
  }

  .mes-lp-process-step::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .mes-lp-nav {
    min-height: 76px;
    align-items: center;
    flex-direction: row;
    padding: 12px 0;
  }

  .mes-lp-logo img {
    max-height: 42px;
  }

  .mes-lp-nav-links {
    width: auto;
    flex: 0 0 auto;
  }

  .mes-lp-nav-links li:not(:last-child) {
    display: none;
  }

  .mes-lp-nav-links .mes-lp-nav-cta {
    display: inline-block;
  }

  .mes-lp-hero {
    padding: 68px 0 62px;
  }

  .mes-lp-hero h1 {
    font-size: 34px;
  }

  .mes-lp-hero-lead {
    font-size: 17px;
  }

  .mes-lp-button {
    display: block;
    width: 100%;
    text-align: center;
  }

  .mes-lp-button-secondary {
    margin: 12px 0 0;
  }

  .mes-lp-visual-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .mes-lp-section {
    padding: 62px 0;
  }

  .mes-lp-section-heading h2,
  .mes-lp-copy-block h2 {
    font-size: 28px;
  }

  .mes-lp-section-visual {
    margin: -8px auto 32px;
  }

  .mes-lp-section-visual img {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .mes-lp-split-panel {
    height: auto;
    margin-bottom: 20px;
    padding: 28px 24px;
  }

  .mes-lp-capability-card {
    min-height: 0;
    padding: 26px 24px;
  }

  .mes-lp-capability-result {
    height: auto;
    min-height: 0;
  }

  .mes-lp-process-step {
    flex: 0 0 100%;
    padding: 0 18px 26px;
  }

  .mes-lp-topic-links {
    flex-direction: column;
  }

  .mes-lp-topic-links a {
    text-align: center;
  }
}
