:root {
  --apscas-accent: #f5004f;
  --apscas-accent-dark: #b00044;
  --apscas-gradient-main: linear-gradient(90deg, #f5004f 0%, #ff6a3d 34%, #7c3aed 68%, #2563eb 100%);
  --apscas-gradient-soft: linear-gradient(90deg, #fff4f7 0%, #ffd4e0 34%, #d9d5ff 68%, #c7dcff 100%);
  --apscas-ink: #101828;
  --apscas-muted: #475467;
  --apscas-border: rgba(16, 24, 40, 0.08);
  --apscas-border-strong: rgba(16, 24, 40, 0.14);
  --apscas-surface: rgba(255, 255, 255, 0.9);
  --apscas-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

.apscas-page-content {
  background:
    radial-gradient(circle at top left, rgba(245, 0, 79, 0.08), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 179, 71, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 15%);
  padding: 42px 0 110px;
}

.apscas-section {
  margin-top: 28px;
}

.apscas-page-content .apscas-section:first-child {
  margin-top: 0;
}

.apscas-section-heading {
  max-width: 880px;
  margin-bottom: 28px;
}

.apscas-section-heading-compact {
  max-width: 760px;
}

.apscas-kicker {
  color: var(--apscas-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.apscas-title {
  color: var(--apscas-ink);
  background-image: var(--apscas-gradient-main);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 800;
  line-height: 1.04;
}

.apscas-lead {
  color: var(--apscas-muted);
  max-width: 720px;
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.apscas-copy-stack {
  grid-row-gap: 16px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.apscas-copy-stack p,
.apscas-detail-text,
.apscas-highlight-card p {
  color: var(--apscas-muted);
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.apscas-overview-grid,
.apscas-connected-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: grid;
  align-items: center;
}

.apscas-overview-grid > *,
.apscas-connected-grid > *,
.apscas-module-grid > * {
  min-width: 0;
}

.apscas-overview-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.apscas-overview-visual {
  gap: 18px;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.apscas-connected-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.apscas-shot-card,
.apscas-module-card,
.apscas-capabilities-panel,
.apscas-pill-panel,
.apscas-detail-card {
  background: var(--apscas-surface);
  border: 1px solid var(--apscas-border);
  box-shadow: var(--apscas-shadow);
  backdrop-filter: blur(14px);
}

.apscas-shot-card {
  border-radius: 32px;
  min-width: 0;
  padding: 16px;
  overflow: hidden;
}

.apscas-shot-card-overview {
  align-self: start;
}

.apscas-shot-image {
  width: 100%;
  max-width: 100%;
  border-radius: 22px;
  display: block;
}

.apscas-overview-insight {
  background:
    radial-gradient(circle at top right, rgba(245, 0, 79, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.09), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 249, 0.94));
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 28px;
  box-shadow: var(--apscas-shadow);
  min-width: 0;
  padding: 22px 24px 24px;
}

.apscas-overview-insight-head {
  margin-bottom: 18px;
}

.apscas-overview-insight-kicker {
  color: var(--apscas-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.apscas-overview-insight-title {
  color: var(--apscas-ink);
  background-image: var(--apscas-gradient-main);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.16;
}

.apscas-overview-insight-chips {
  gap: 10px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}

.apscas-overview-chip {
  color: #fff;
  background: linear-gradient(135deg, rgba(245, 0, 79, 0.9), rgba(124, 58, 237, 0.82));
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.14);
}

.apscas-overview-chip:nth-child(2n) {
  background: linear-gradient(135deg, rgba(255, 106, 61, 0.9), rgba(245, 0, 79, 0.82));
}

.apscas-overview-chip:nth-child(3n) {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.88), rgba(124, 58, 237, 0.82));
}

.apscas-overview-chip:nth-child(4n) {
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.84), rgba(37, 99, 235, 0.78));
}

.apscas-overview-insight-text {
  color: var(--apscas-muted);
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.apscas-module-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.apscas-module-card {
  grid-row-gap: 22px;
  border-radius: 34px;
  min-width: 0;
  max-width: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92)),
    #fff;
}

.apscas-module-card .apscas-shot-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.apscas-module-card .apscas-shot-image {
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.apscas-module-card-featured {
  grid-column: span 2;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  display: grid;
  align-items: center;
}

.apscas-module-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.apscas-module-kicker,
.apscas-detail-kicker {
  color: var(--apscas-accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.apscas-module-title,
.apscas-detail-title {
  color: var(--apscas-ink);
  background-image: var(--apscas-gradient-main);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.apscas-module-text {
  color: var(--apscas-muted);
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.apscas-capabilities-panel {
  border-radius: 36px;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(255, 247, 250, 0.96), rgba(255, 255, 255, 0.96)),
    #fff;
}

.apscas-capability-columns {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.apscas-capability-list {
  grid-row-gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.apscas-capability-list li {
  color: var(--apscas-ink);
  border-top: 1px solid rgba(16, 24, 40, 0.06);
  padding: 14px 0 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  position: relative;
}

.apscas-capability-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--apscas-accent);
  border-radius: 999px;
  position: absolute;
  top: 26px;
  left: 0;
}

.apscas-pill-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 34px;
  height: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 14% 18%, rgba(245, 0, 79, 0.26), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(94, 92, 230, 0.24), transparent 30%),
    radial-gradient(circle at 64% 82%, rgba(255, 143, 61, 0.18), transparent 34%),
    linear-gradient(145deg, #241a3b 0%, #1c2f52 48%, #402046 100%);
}

.apscas-pill-panel::before {
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 62%);
  filter: blur(10px);
  pointer-events: none;
  position: absolute;
  inset: -12% auto auto -8%;
  width: 280px;
  height: 280px;
  z-index: -1;
}

.apscas-pill-panel::after {
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 64%);
  filter: blur(12px);
  pointer-events: none;
  position: absolute;
  inset: auto -10% -12% auto;
  width: 320px;
  height: 320px;
  z-index: -1;
}

.apscas-pill-panel-title {
  color: #fff;
  background-image: var(--apscas-gradient-soft);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 18px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.apscas-pill-row {
  gap: 14px 12px;
  align-content: flex-start;
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
}

.apscas-pill {
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 18px rgba(7, 12, 20, 0.18);
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.apscas-pill:nth-child(6n+1) {
  background: linear-gradient(135deg, rgba(245, 0, 79, 0.34), rgba(255, 104, 150, 0.14));
  border-color: rgba(255, 141, 175, 0.34);
}

.apscas-pill:nth-child(6n+2) {
  background: linear-gradient(135deg, rgba(255, 122, 55, 0.34), rgba(255, 170, 84, 0.14));
  border-color: rgba(255, 183, 121, 0.34);
}

.apscas-pill:nth-child(6n+3) {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.34), rgba(168, 85, 247, 0.14));
  border-color: rgba(187, 146, 255, 0.34);
}

.apscas-pill:nth-child(6n+4) {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.34), rgba(96, 165, 250, 0.14));
  border-color: rgba(141, 190, 255, 0.34);
}

.apscas-pill:nth-child(6n+5) {
  background: linear-gradient(135deg, rgba(27, 178, 120, 0.3), rgba(110, 231, 183, 0.14));
  border-color: rgba(127, 236, 190, 0.3);
}

.apscas-pill:nth-child(6n) {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.3), rgba(253, 230, 138, 0.14));
  border-color: rgba(252, 211, 126, 0.32);
}

.apscas-highlight-card {
  background:
    radial-gradient(circle at top right, rgba(245, 0, 79, 0.18), transparent 42%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.12), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  margin-top: auto;
  padding: 28px 30px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.apscas-highlight-card p {
  color: rgba(255, 255, 255, 0.9);
}

.apscas-highlight-kicker {
  color: rgba(255, 221, 230, 0.9);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.apscas-highlight-subcopy {
  color: rgba(233, 238, 248, 0.76);
  margin-top: 14px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.apscas-governance-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.apscas-detail-card {
  border-radius: 32px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.apscas-detail-card-accent {
  background:
    radial-gradient(circle at top right, rgba(255, 190, 210, 0.28), transparent 34%),
    linear-gradient(155deg, #f5004f, #d90056 68%, #a30047);
  border-color: rgba(245, 0, 79, 0.2);
}

.apscas-detail-card-accent .apscas-detail-kicker,
.apscas-detail-card-accent .apscas-detail-title,
.apscas-detail-card-accent .apscas-detail-text {
  color: #fff;
}

.apscas-inline-store-link {
  color: var(--apscas-accent);
  background: #fff;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: auto;
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(109, 40, 67, 0.18);
}

.apscas-hero-media {
  width: min(calc(100% - 40px), 1320px);
  align-items: center;
  margin: 0 auto;
  padding-top: 44px;
  overflow: visible;
}

.apscas-hero-media .hero-animation-container {
  width: 100%;
  align-items: center;
  transform: none;
}

.apscas-hero-media .hero-decord-images-holder {
  inset: 0;
}

.hero-text .text-span {
  font-size: inherit;
  line-height: inherit;
}

.apscas-store-strip {
  width: min(100%, 760px);
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  padding-bottom: 12px;
  display: flex;
}

.apscas-store-label {
  color: var(--apscas-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.apscas-store-copy {
  color: var(--apscas-ink);
  text-align: center;
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.apscas-access-note {
  color: var(--apscas-muted);
  text-align: center;
  max-width: 700px;
  margin: -4px 0 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.apscas-access-actions {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.apscas-store-row {
  gap: 18px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.apscas-store-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.apscas-store-link {
  line-height: 0;
  text-decoration: none;
  display: inline-flex;
}

.apscas-store-badge {
  height: 55px;
  width: auto;
  max-width: 100%;
  display: block;
}

.apscas-store-badge-microsoft {
  height: 55px;
}

.apscas-store-badge-apple,
.apscas-store-badge-mac {
  height: 55px;
}

.apscas-store-badge-google {
  height: 55px;
}

.apscas-entry-panel {
  border: 1px solid var(--apscas-border);
  border-radius: 36px;
  box-shadow: var(--apscas-shadow);
  backdrop-filter: blur(14px);
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(245, 0, 79, 0.08), transparent 32%),
    radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.94));
}

.apscas-entry-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.apscas-entry-card {
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 28px;
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.82);
}

.apscas-entry-card-accent {
  background:
    radial-gradient(circle at top right, rgba(245, 0, 79, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(37, 99, 235, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(255, 247, 250, 0.98), rgba(244, 248, 255, 0.96));
}

.apscas-entry-card-kicker {
  color: var(--apscas-accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.apscas-entry-card-title {
  color: var(--apscas-ink);
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.18;
}

.apscas-entry-card-text {
  color: var(--apscas-muted);
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.apscas-entry-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 8px;
  display: flex;
}

@media screen and (max-width: 1900px) and (min-width: 992px) {
  .hero-text-holder.home {
    grid-column-gap: 16px;
    grid-row-gap: 6px;
    width: min(100%, 1440px);
  }

  .hero-text-holder.home .hero-text {
    white-space: nowrap;
    font-size: clamp(86px, 6.9vw, 118px);
    line-height: 0.96;
  }

  .hero-text-holder.home .animate-hero-text-on-load-03 {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1180px) {
  .apscas-module-grid,
  .apscas-module-card-featured {
    grid-template-columns: 1fr;
  }

  .apscas-module-card-featured {
    grid-column: span 1;
  }
}

@media screen and (max-width: 991px) {
  .apscas-page-content {
    padding: 34px 0 96px;
  }

  .apscas-title {
    font-size: clamp(30px, 4vw, 44px);
  }

  .apscas-copy-stack p,
  .apscas-detail-text,
  .apscas-highlight-card p,
  .apscas-lead {
    font-size: 17px;
  }

  .apscas-overview-grid,
  .apscas-connected-grid,
  .apscas-module-card-featured,
  .apscas-governance-grid {
    grid-template-columns: 1fr;
  }

  .apscas-overview-visual {
    align-self: start;
  }

  .apscas-module-grid {
    grid-template-columns: 1fr;
  }

  .apscas-capability-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apscas-pill-panel {
    padding: 26px;
  }

  .apscas-hero-media {
    width: min(calc(100% - 32px), 1320px);
    align-items: center;
    margin-top: 0;
    padding-top: 28px;
  }

  .apscas-hero-media .hero-animation-container {
    width: 100%;
    transform: none;
  }

  .apscas-store-strip {
    width: min(100%, 700px);
    align-items: center;
    margin-top: 10px;
  }

  .apscas-store-label,
  .apscas-store-copy {
    text-align: center;
  }

  .apscas-store-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .apscas-entry-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .apscas-page-content {
    padding: 24px 0 78px;
    overflow-x: clip;
  }

  .apscas-section {
    margin-top: 22px;
  }

  .apscas-section-heading,
  .apscas-copy-stack,
  .apscas-overview-grid,
  .apscas-connected-grid,
  .apscas-capabilities-panel,
  .apscas-pill-panel,
  .apscas-module-card,
  .apscas-detail-card,
  .apscas-shot-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }

  .apscas-title {
    font-size: 30px;
  }

  .apscas-copy-stack p,
  .apscas-detail-text,
  .apscas-highlight-card p,
  .apscas-lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .apscas-module-title,
  .apscas-detail-title {
    font-size: 24px;
  }

  .apscas-capabilities-panel,
  .apscas-pill-panel,
  .apscas-module-card,
  .apscas-detail-card {
    border-radius: 28px;
    padding: 22px;
  }

  .apscas-capability-columns {
    grid-template-columns: 1fr;
  }

  .apscas-capability-list li {
    font-size: 14px;
  }

  .apscas-shot-card {
    border-radius: 26px;
    padding: 12px;
  }

  .apscas-shot-image {
    border-radius: 18px;
  }

  .apscas-inline-store-link {
    width: 100%;
    text-align: center;
  }

  .apscas-hero-media {
    width: calc(100% - 24px);
    margin-top: 0;
    padding-top: 18px;
  }

  .apscas-hero-media .hero-animation-container {
    width: 100%;
    transform: none;
  }

  .apscas-store-strip {
    width: 100%;
    margin-top: 14px;
    padding-bottom: 20px;
    align-items: center;
  }

  .apscas-store-copy {
    font-size: 16px;
    text-align: center;
  }

  .apscas-access-note,
  .apscas-entry-card-text {
    font-size: 15px;
  }

  .apscas-store-row {
    flex-direction: column;
    align-items: center;
  }

  .apscas-store-row:last-child {
    margin-bottom: 10px;
  }

  .apscas-store-card {
    width: auto;
    min-width: 0;
  }

  .apscas-store-badge-microsoft {
    height: 48px;
  }

  .apscas-store-badge-apple,
  .apscas-store-badge-mac {
    height: 48px;
  }

  .apscas-store-badge-google {
    height: 48px;
  }

  .apscas-overview-insight {
    border-radius: 24px;
    padding: 18px 18px 20px;
  }

  .apscas-overview-insight-title {
    font-size: 21px;
  }

  .apscas-overview-insight-text {
    font-size: 16px;
  }

  .apscas-entry-panel {
    border-radius: 28px;
    padding: 22px;
  }

  .apscas-entry-card {
    border-radius: 24px;
    padding: 20px;
  }

  .apscas-entry-card-title {
    font-size: 22px;
  }

  .apscas-entry-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
