﻿.ics-button--primary {
  background: linear-gradient(135deg, #073783 0%, #0e4f9d 100%);
  box-shadow: 0 10px 22px rgba(7, 55, 131, 0.2);
}

.ics-button--primary:hover {
  background: linear-gradient(135deg, #073783 0%, #1a67c7 100%);
  box-shadow: 0 10px 22px rgba(26, 103, 199, 0.3);
  transform: translateY(-2px);
}
.ics-button--primary:hover i {
  color: var(--pk-gold-2);
  transform: translateX(4px);
}

.ics-page {
  --ics-ink: #122b50;
  --ics-ink-strong: #092d68;
  --ics-muted: #5c7190;
  --ics-surface: #ffffff;
  --ics-surface-soft: #f7faff;
  --ics-line: #d8e5f5;
  --ics-accent: #1a67c7;
  --ics-gold: #ffbc38;
  color: var(--ics-ink);
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  background-image: url(../Images/ICSBG.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ics-page *,
.ics-page *::before,
.ics-page *::after {
  box-sizing: border-box;
}

.ics-page a {
  text-decoration: none;
}

.ics-hero {
  isolation: isolate;
  position: relative;
  min-height: min(820px, 88vh);
  padding: clamp(7.5rem, 12vw, 10.5rem) 0 clamp(5.5rem, 9vw, 8rem);
  background: radial-gradient(circle at 12% 15%, rgba(255, 188, 56, 0.15), transparent 18rem), linear-gradient(135deg, #f8fbff 0%, #eef6ff 58%, #e5f0fd 100%);
}

.ics-hero__grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.42;
  background-image: linear-gradient(rgba(7, 55, 131, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 55, 131, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 45%, transparent 92%);
}

.ics-hero__orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.ics-hero__orb--one {
  top: 14%;
  right: 38%;
  width: 11rem;
  height: 11rem;
  background: rgba(255, 188, 56, 0.14);
}

.ics-hero__orb--two {
  right: -8rem;
  bottom: -9rem;
  width: 30rem;
  height: 30rem;
  background: rgba(26, 103, 199, 0.09);
}

.ics-hero__content {
  position: relative;
  z-index: 1;
  max-width: 41rem;
}

.ics-eyebrow,
.ics-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
  color: #0e4f9d;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ics-eyebrow__mark {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid rgba(255, 188, 56, 0.58);
  border-radius: 16px;
  color: #a36c00;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 18px rgba(7, 55, 131, 0.08);
}

.ics-hero__title {
  margin: 0;
  color: #092d68;
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.ics-hero__title span,
.ics-hero__title strong {
  display: block;
}

.ics-hero__title strong {
  font-weight: 800;
}

.ics-hero__title em {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #0e4f9d;
  font-style: normal;
}

.ics-hero__title em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: 0.02em;
  left: -0.04em;
  height: 0.24em;
  border-radius: 999px;
  background: rgba(255, 188, 56, 0.72);
  transform: rotate(-1.6deg);
}

.ics-hero__lead {
  max-width: 37rem;
  margin: 1.75rem 0 0;
  color: #576f8d;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.95;
}

.ics-hero__actions {
  margin-top: 2rem;
}

.ics-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.25rem;
  padding: 0.75rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ics-button i {
  font-size: 1.05rem;
  transition: transform 0.2s ease;
}

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

.ics-button:hover i {
  transform: translate(2px, -2px);
}

.ics-button:focus-visible,
.ics-page a:focus-visible {
  outline: 3px solid rgba(255, 188, 56, 0.8);
  outline-offset: 4px;
}

.ics-button--primary {
  color: #fff;
}

.ics-button--primary:hover {
  color: #fff;
}

.ics-button--ghost {
  border-color: rgba(7, 55, 131, 0.22);
  color: #073783;
  background: rgba(255, 255, 255, 0.58);
}

.ics-button--ghost:hover {
  border-color: rgba(7, 55, 131, 0.4);
  color: #073783;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 55, 131, 0.05);
}

.ics-button--light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.ics-button--light:hover {
  border-color: #ffbc38;
  color: #092d68;
  background: #fff;
}

.ics-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
  margin-top: 1.75rem;
  color: #576f8d;
  font-size: 0.92rem;
  font-weight: 700;
}

.ics-hero__notes span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.ics-hero__notes i {
  color: #229b73;
  font-size: 1.05rem;
}

.ics-flow-visual {
  position: relative;
  max-width: 47rem;
  margin: 0 0 0 auto;
  padding: 1rem 0 0 1.5rem;
}

.ics-flow-visual__halo {
  position: absolute;
  z-index: -1;
  top: -2rem;
  right: -3rem;
  width: min(30rem, 85%);
  aspect-ratio: 1;
  border: 1px solid rgba(26, 103, 199, 0.15);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 69%);
  box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0.22), 0 0 0 4rem rgba(255, 255, 255, 0.16);
}

.ics-flow-visual__window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 62px rgba(7, 55, 131, 0.18);
  transform: rotate(1deg);
}

.ics-flow-visual__bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(7, 55, 131, 0.09);
  background: rgba(255, 255, 255, 0.86);
}

.ics-flow-visual__dots {
  display: inline-flex;
  gap: 0.35rem;
}

.ics-flow-visual__dots i {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #b8c9df;
}

.ics-flow-visual__dots i:first-child {
  background: #f1bd59;
}

.ics-flow-visual__dots i:last-child {
  background: #72c6a4;
}

.ics-flow-visual__bar-title {
  overflow: hidden;
  color: #122b50;
  font-size: 0.8rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ics-flow-visual__status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  color: #37846b;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.ics-flow-visual__image-wrap {
  padding: 0.6rem;
  background: #fff;
}

.ics-flow-visual__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.ics-flow-visual__caption {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 21rem;
  margin: -1.65rem 0 0 auto;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  color: #122b50;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 25px rgba(7, 55, 131, 0.18);
  transform: translateX(0.8rem);
}

.ics-flow-visual__caption-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 16px;
  color: #0e4f9d;
  background: #fff7e5;
}

.ics-flow-visual__caption span:last-child {
  display: grid;
  gap: 0.15rem;
}

.ics-flow-visual__caption strong {
  font-size: 0.83rem;
}

.ics-flow-visual__caption small {
  color: #576f8d;
  font-size: 0.8rem;
  line-height: 1.5;
}

.ics-proof {
  position: relative;
  z-index: 2;
  margin-top: -2.85rem;
}

.ics-proof__row {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 64px rgba(7, 55, 131, 0.1);
  backdrop-filter: blur(12px);
}

.ics-proof__item {
  min-height: 7.5rem;
  padding: 1.5rem 1.2rem;
  text-align: center;
}

.ics-proof__item strong,
.ics-proof__item span {
  display: block;
}

.ics-proof__item strong {
  color: #073783;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ics-proof__item span {
  margin-top: 0.35rem;
  color: #576f8d;
  font-size: 0.85rem;
  font-weight: 700;
}

.ics-proof__row > [class*=col-]:not(:last-child) .ics-proof__item {
  border-right: 1px solid #d8e5f5;
}

.ics-section {
  padding: clamp(5.5rem, 9vw, 8rem) 0;
}

.ics-section--features {
  background: #f7faff;
}

.ics-section--strengths {
  background: #fff;
}

.ics-section-kicker {
  margin-bottom: 0.9rem;
  color: #1a67c7;
}

.ics-section-kicker::before {
  content: "";
  width: 2.3rem;
  height: 0.18rem;
  border-radius: 999px;
  background: #ffbc38;
}

.ics-section-title {
  margin: 0;
  color: #092d68;
  font-size: clamp(2rem, 3.7vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.18;
}

.ics-section-title span {
  color: #1a67c7;
}

.ics-section-intro {
  max-width: 35rem;
  color: #576f8d;
  font-size: 1rem;
  line-height: 1.9;
}

.ics-section-heading--center {
  max-width: 47rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.ics-section-heading--center .ics-section-kicker {
  justify-content: center;
}

.ics-section-heading--center .ics-section-intro {
  max-width: 40rem;
  margin: 1.35rem auto 0;
}

.ics-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.65rem;
  overflow: hidden;
  border: 1px solid rgba(7, 55, 131, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 55, 131, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ics-feature-card::after {
  content: "";
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: rgba(255, 188, 56, 0.1);
  pointer-events: none;
}

.ics-feature-card:hover {
  border-color: rgba(26, 103, 199, 0.23);
  box-shadow: 0 24px 64px rgba(7, 55, 131, 0.1);
  transform: translateY(-6px);
}

.ics-feature-card--blue::after {
  background: rgba(26, 103, 199, 0.08);
}

.ics-feature-card--navy::after {
  background: rgba(7, 55, 131, 0.08);
}

.ics-feature-card--gold {
  border-color: rgba(255, 188, 56, 0.42);
  background: linear-gradient(160deg, #fff 0%, #fffaf0 100%);
}

.ics-feature-card--gold::after {
  background: rgba(255, 188, 56, 0.2);
}

.ics-feature-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.ics-feature-card__number {
  color: rgba(7, 55, 131, 0.3);
  font-family: "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ics-icon-box {
  display: inline-grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(7, 55, 131, 0.1);
  border-radius: 16px;
  color: #0e4f9d;
  background: #eef5ff;
  font-size: 1.45rem;
}

.ics-feature-card--blue .ics-icon-box {
  color: #1a67c7;
  background: #edf9ff;
}

.ics-feature-card--navy .ics-icon-box {
  color: #073783;
  background: #eef2fa;
}

.ics-feature-card--gold .ics-icon-box {
  color: #a16b00;
  background: #fff7e5;
}

.ics-feature-card__badge {
  align-self: flex-start;
  margin-top: 1rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  color: #855900;
  background: rgba(255, 188, 56, 0.24);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ics-feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 1.35rem 0 0.7rem;
  color: #092d68;
  font-size: 1.35rem;
  font-weight: 800;
}

.ics-feature-card__badge + h3 {
  margin-top: 0.8rem;
}

.ics-feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #576f8d;
  font-size: 0.93rem;
  line-height: 1.8;
}

.ics-feature-card__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.55rem;
  margin: auto 0 0;
  padding: 1.35rem 0 0;
  list-style: none;
}

.ics-feature-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #122b50;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
}

.ics-feature-card__list li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.48rem;
  border-radius: 50%;
  background: #ffbc38;
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 56, 0.16);
}

.ics-strength-card {
  height: 100%;
  padding: 1.75rem;
  border: 1px solid #d8e5f5;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 40px rgba(7, 55, 131, 0.05);
}

.ics-strength-card--tall {
  background: linear-gradient(145deg, #f7fbff 0%, #eef6ff 100%);
}

.ics-strength-card__heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.65rem;
}

.ics-strength-card__icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 16px;
  color: #0e4f9d;
  background: #fff7e5;
  font-size: 1.35rem;
}

.ics-strength-card--tall .ics-strength-card__icon {
  color: #1a67c7;
  background: #e8f5ff;
}

.ics-strength-card__label {
  display: block;
  margin-bottom: 0.35rem;
  color: #1a67c7;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ics-strength-card h3 {
  margin: 0;
  color: #092d68;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
}

.ics-check-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ics-check-list li {
  position: relative;
  padding-left: 1.7rem;
  color: #576f8d;
  font-size: 0.93rem;
  line-height: 1.8;
}

.ics-check-list li::before {
  content: "\f26a";
  position: absolute;
  top: 0.18rem;
  left: 0;
  color: #318a6e;
  font-family: "bootstrap-icons";
  font-size: 1rem;
}

.ics-section--workflow {
  padding-top: 0;
  background: #fff;
}

.ics-workflow-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 42px;
  background: radial-gradient(circle at 88% 22%, rgba(255, 188, 56, 0.18), transparent 13rem), linear-gradient(135deg, #073783 0%, #0e4f9d 72%, #1a67c7 100%);
  box-shadow: 0 24px 62px rgba(7, 55, 131, 0.18);
}

.ics-workflow-panel::before,
.ics-workflow-panel::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.ics-workflow-panel::before {
  top: -12rem;
  right: -4rem;
  width: 28rem;
  height: 28rem;
}

.ics-workflow-panel::after {
  right: 5rem;
  bottom: -11rem;
  width: 20rem;
  height: 20rem;
}

.ics-section-kicker--light {
  color: #f0c35b;
}

.ics-section-kicker--light::before {
  background: #f0c35b;
}

.ics-section-title--light {
  color: #fff;
}

.ics-section-title--light span {
  color: #f0c35b;
}

.ics-workflow-panel__copy {
  max-width: 31rem;
  margin: 1.35rem 0 1.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.9;
}

.ics-flow-steps {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.ics-flow-step {
  display: grid;
  flex: 1 1 0;
  justify-items: center;
  gap: 0.45rem;
  min-width: 6rem;
  padding: 1rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  backdrop-filter: blur(8px);
}

.ics-flow-step > span {
  align-self: flex-start;
  color: #f0c35b;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ics-flow-step > i {
  margin: 0.25rem 0;
  color: #fff;
  font-size: 1.55rem;
}

.ics-flow-step strong {
  font-size: 1rem;
}

.ics-flow-step small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  white-space: nowrap;
}

.ics-flow-step__arrow {
  flex: 0 0 auto;
  color: #f0c35b;
}

.ics-section--cta {
  padding-top: 0;
  background: #fff;
}

.ics-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid #d8e5f5;
  border-radius: 42px;
  background: linear-gradient(120deg, #f7fbff 0%, #ffffff 70%);
  box-shadow: 0 14px 40px rgba(7, 55, 131, 0.05);
}

.ics-cta__glow {
  position: absolute;
  top: -7rem;
  right: -6rem;
  width: 19rem;
  height: 19rem;
  border-radius: 50%;
  background: rgba(255, 188, 56, 0.16);
  filter: blur(1px);
}

.ics-cta h2 {
  position: relative;
  margin: 0;
  color: #092d68;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ics-cta p:not(.ics-section-kicker) {
  position: relative;
  max-width: 45rem;
  margin: 0.85rem 0 0;
  color: #576f8d;
  line-height: 1.85;
}

.ics-cta .ics-button {
  position: relative;
}

@media (max-width: 991.98px) {
  .ics-hero {
    min-height: auto;
  }
  .ics-hero__content {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
  }
  .ics-eyebrow {
    justify-content: center;
  }
  .ics-hero__lead {
    margin-right: auto;
    margin-left: auto;
  }
  .ics-hero__actions,
  .ics-hero__notes {
    justify-content: center;
  }
  .ics-flow-visual {
    margin-right: auto;
    padding-left: 0;
  }
  .ics-proof {
    margin-top: -1.7rem;
  }
  .ics-section-heading--center {
    margin-bottom: 2.75rem;
  }
  .ics-workflow-panel {
    border-radius: 24px;
  }
}
@media (max-width: 767.98px) {
  .ics-hero {
    padding-top: 7rem;
  }
  .ics-hero__title {
    font-size: clamp(2.5rem, 9vw, 4.2rem);
  }
  .ics-proof__item {
    min-height: 6.8rem;
    padding: 1.25rem 0.7rem;
  }
  .ics-proof__row > [class*=col-]:nth-child(2) .ics-proof__item {
    border-right: 0;
  }
  .ics-proof__row > [class*=col-]:nth-child(-n+2) .ics-proof__item {
    border-bottom: 1px solid #d8e5f5;
  }
  .ics-flow-steps {
    flex-wrap: wrap;
  }
  .ics-flow-step {
    flex: 1 1 calc(50% - 2rem);
  }
  .ics-flow-step__arrow {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .ics-hero {
    padding-bottom: 4.5rem;
  }
  .ics-hero__title {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    letter-spacing: -0.065em;
  }
  .ics-hero__lead {
    font-size: 1rem;
    text-align: left;
  }
  .ics-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .ics-button {
    width: 100%;
  }
  .ics-hero__notes {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
    text-align: left;
  }
  .ics-flow-visual__bar {
    min-height: 2.65rem;
    padding: 0 0.75rem;
  }
  .ics-flow-visual__status {
    display: none;
  }
  .ics-flow-visual__caption {
    margin-top: -1rem;
    transform: none;
  }
  .ics-proof {
    margin-top: -1.25rem;
  }
  .ics-proof__item strong {
    font-size: 1.2rem;
  }
  .ics-proof__item span {
    font-size: 0.8rem;
  }
  .ics-section {
    padding: 4.5rem 0;
  }
  .ics-feature-card,
  .ics-strength-card {
    padding: 1.35rem;
    border-radius: 20px;
  }
  .ics-section-heading--center {
    margin-bottom: 2.2rem;
    text-align: left;
  }
  .ics-section-heading--center .ics-section-kicker {
    justify-content: flex-start;
  }
  .ics-section-title {
    font-size: 2rem;
  }
  .ics-workflow-panel {
    padding: 1.5rem;
    border-radius: 24px;
  }
  .ics-flow-step {
    flex-basis: 100%;
    min-width: 100%;
  }
  .ics-flow-step > span {
    justify-self: start;
  }
  .ics-cta {
    padding: 1.5rem;
    border-radius: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ics-button,
  .ics-button i,
  .ics-feature-card {
    transition: none;
  }
}
