/* =========================================================
   ZADO AI PLATFORM PAGE
========================================================= */

.nav-menu a.active {
  position: relative;
  color: var(--purple);
  font-weight: 700;
}

.nav-menu a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  border-radius: 20px;
  background: var(--purple);
}


/* =========================================================
   COMMON SECTION HEADING
========================================================= */

.platform-section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.platform-section-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.platform-section-heading h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -1.2px;
}

.platform-section-heading p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}


/* =========================================================
   HERO
========================================================= */



/* =========================================================
   END-TO-END PROCESS
========================================================= */

.end-to-end-section {
  padding: 82px 0;
  background: #ffffff;
}

.process-flow-labels {
  display: grid;
  grid-template-columns:
    minmax(120px, 1fr) 28px
    minmax(120px, 1fr) 28px
    minmax(120px, 1fr) 28px
    minmax(120px, 1fr) 28px
    minmax(120px, 1fr) 28px
    minmax(120px, 1fr);
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
}

.process-flow-labels > div {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3515c8, #5b3fd9);
  color: #ffffff;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.process-flow-labels > div i {
  font-size: 18px;
}

.process-flow-labels > i {
  color: var(--purple);
  text-align: center;
}

.process-flow-labels .final-flow-label {
  background: linear-gradient(135deg, #057258, #089779);
}

.human-loop-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 13px 20px;
  border: 1px solid rgba(91, 63, 217, 0.25);
  border-radius: 12px;
  background: #faf9ff;
  color: var(--purple);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.end-to-end-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}

.end-to-end-card {
  display: flex;
  flex-direction: column;
  padding: 20px 17px 16px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.end-to-end-card:hover {
  transform: translateY(-7px);
  border-color: rgba(91, 63, 217, 0.3);
  box-shadow: 0 20px 43px rgba(91, 63, 217, 0.11);
}

.integrated-erp-card {
  border-color: rgba(5, 134, 97, 0.25);
}

.end-card-header {
  min-height: 76px;
  margin: -20px -17px 16px;
  padding: 15px 15px 13px;
  border-bottom: 1px solid rgba(91, 63, 217, 0.15);
  border-radius: 17px 17px 0 0;
  background: #faf9ff;
}

.end-card-header span {
  display: block;
  margin-bottom: 5px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
}

.end-card-header h3 {
  color: var(--text);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
}

.end-card-intro {
  min-height: 67px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.process-feature {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0f5;
}

.process-feature:last-of-type {
  border-bottom: 0;
}

.process-feature > i {
  margin-top: 2px;
  color: var(--purple);
  font-size: 16px;
}

.process-feature h4 {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 11px;
  font-weight: 750;
}

.process-feature p {
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.55;
}

.process-output {
  margin-top: auto;
  padding: 12px 10px;
  border: 1px solid rgba(91, 63, 217, 0.15);
  border-radius: 10px;
  background: #fbfaff;
  text-align: center;
}

.process-output strong {
  display: block;
  margin-bottom: 4px;
  color: var(--purple);
  font-size: 10px;
}

.process-output span {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.monitoring-panel {
  margin-top: 27px;
  padding: 22px;
  border: 1px solid rgba(91, 63, 217, 0.18);
  border-radius: 17px;
  background: #ffffff;
}

.monitoring-panel > h3 {
  margin-bottom: 19px;
  color: var(--purple);
  font-size: 17px;
  text-align: center;
}

.monitoring-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.monitoring-grid article {
  padding: 14px 17px;
  border-right: 1px solid var(--border);
}

.monitoring-grid article:last-child {
  border-right: 0;
}

.monitoring-grid i {
  margin-bottom: 10px;
  color: var(--purple);
  font-size: 22px;
}

.monitoring-grid h4 {
  margin-bottom: 5px;
  color: var(--text);
  font-size: 12px;
}

.monitoring-grid p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}


/* =========================================================
   PLATFORM LAYERS
========================================================= */

.platform-layers-section {
  padding: 82px 0;
  background: #fafbff;
}

.platform-layers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
}

.platform-layer-card {
  padding: 27px 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 13px 32px rgba(15, 23, 42, 0.045);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.platform-layer-card:hover {
  transform: translateY(-7px);
  border-color: rgba(91, 63, 217, 0.28);
  box-shadow: 0 22px 45px rgba(91, 63, 217, 0.1);
}

.platform-layer-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 15px;
  background: #f1edff;
  color: var(--purple);
  font-size: 23px;
}

.platform-layer-number {
  display: block;
  margin-bottom: 8px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.platform-layer-card h3 {
  min-height: 55px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.38;
}

.platform-layer-card > p {
  min-height: 90px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.platform-layer-card ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.platform-layer-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.platform-layer-card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple);
}


/* =========================================================
   ARCHITECTURE SUMMARY
========================================================= */

.architecture-summary-section {
  padding: 82px 0;
  background: #ffffff;
}

.architecture-summary-flow {
  display: grid;
  grid-template-columns:
    minmax(110px, 1fr) 24px
    minmax(110px, 1fr) 24px
    minmax(110px, 1fr) 24px
    minmax(110px, 1fr) 24px
    minmax(110px, 1fr) 24px
    minmax(110px, 1fr);
  align-items: center;
  gap: 10px;
}

.architecture-summary-flow article {
  min-height: 155px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 19px 12px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: #ffffff;
  text-align: center;
}

.architecture-summary-flow article i {
  color: var(--purple);
  font-size: 27px;
}

.architecture-summary-flow article h3 {
  color: var(--text);
  font-size: 13px;
}

.architecture-summary-flow article p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.architecture-summary-flow > i {
  color: var(--purple);
  text-align: center;
}


/* =========================================================
   DEPLOYMENT
========================================================= */

.platform-deployment-section {
  padding: 82px 0;
  background: #fafbff;
}

.platform-deployment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.platform-deployment-grid article {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
  transition: 0.3s ease;
}

.platform-deployment-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(91, 63, 217, 0.27);
  box-shadow: 0 20px 42px rgba(91, 63, 217, 0.1);
}

.deployment-option-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 17px;
  background: #f1edff;
  color: var(--purple);
  font-size: 27px;
}

.platform-deployment-grid h3 {
  margin-bottom: 9px;
  color: var(--text);
  font-size: 20px;
}

.platform-deployment-grid p {
  min-height: 68px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.platform-deployment-grid a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 700;
}


/* =========================================================
   ERP ECOSYSTEM
========================================================= */

.platform-ecosystem-section {
  padding: 82px 0;
  background: #ffffff;
}

.platform-logo-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.platform-logo-grid > div {
  min-height: 100px;
  display: grid;
  place-items: center;
  padding: 17px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #ffffff;
}

.platform-logo-grid img {
  width: 100%;
  max-width: 105px;
  max-height: 42px;
  object-fit: contain;
}

.platform-other-systems {
  color: var(--purple);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}


/* =========================================================
   RESULTS
========================================================= */

.platform-results-section {
  padding: 72px 0;
  background: linear-gradient(135deg, #2410a7, #076c93);
}

.platform-heading-light > span,
.platform-heading-light h2 {
  color: #ffffff;
}

.platform-results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.platform-results-grid article {
  padding: 20px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}

.platform-results-grid article:last-child {
  border-right: 0;
}

.platform-results-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: clamp(35px, 5vw, 52px);
  font-weight: 850;
}

.platform-results-grid span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
}


/* =========================================================
   ENTERPRISE CAPABILITIES
========================================================= */

.enterprise-capabilities-section {
  padding: 82px 0;
  background: #fafbff;
}

.enterprise-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 13px;
}

.enterprise-capabilities-grid article {
  min-height: 145px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 17px 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #ffffff;
  text-align: center;
}

.enterprise-capabilities-grid i {
  color: var(--purple);
  font-size: 25px;
}

.enterprise-capabilities-grid h3 {
  color: var(--text);
  font-size: 11px;
  line-height: 1.45;
}


/* =========================================================
   CTA
========================================================= */

.platform-demo-section {
  padding: 38px 0 82px;
  background: #fafbff;
}

.platform-demo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 37px 40px;
  border: 1px solid rgba(91, 63, 217, 0.19);
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      rgba(91, 63, 217, 0.08),
      #ffffff 68%
    );
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.055);
}

.platform-demo-box > div:first-child > span {
  display: block;
  margin-bottom: 7px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.platform-demo-box h2 {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 28px;
}

.platform-demo-box p {
  max-width: 680px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.platform-demo-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

  .end-to-end-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .platform-layers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-logo-grid,
  .enterprise-capabilities-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .process-flow-labels {
    display: none;
  }

}


@media (max-width: 1000px) {

  .platform-hero-grid {
    grid-template-columns: 1fr;
  }

  .platform-hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .platform-hero-actions,
  .platform-hero-points {
    justify-content: center;
  }

  .architecture-summary-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .architecture-summary-flow > i {
    display: none;
  }

  .monitoring-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .monitoring-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

}


@media (max-width: 768px) {

  .platform-hero {
    padding: 55px 0;
  }

  .platform-hero-content h1 {
    font-size: 38px;
    letter-spacing: -1.5px;
  }

  .platform-hero-content > p {
    font-size: 15px;
  }

  .hero-platform-flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .end-to-end-section,
  .platform-layers-section,
  .architecture-summary-section,
  .platform-deployment-section,
  .platform-ecosystem-section,
  .enterprise-capabilities-section {
    padding: 60px 0;
  }

  .end-to-end-grid,
  .platform-layers-grid,
  .platform-deployment-grid {
    grid-template-columns: 1fr;
  }

  .end-card-header,
  .end-card-intro {
    min-height: auto;
  }

  .monitoring-grid {
    grid-template-columns: 1fr;
  }

  .architecture-summary-flow {
    grid-template-columns: 1fr;
  }

  .architecture-summary-flow > i {
    display: block;
    transform: rotate(90deg);
  }

  .platform-logo-grid,
  .enterprise-capabilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-results-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .platform-demo-box {
    flex-direction: column;
    align-items: center;
    padding: 29px 22px;
    text-align: center;
  }

  .platform-demo-actions {
    justify-content: center;
  }

}


@media (max-width: 480px) {

  .platform-hero-content h1 {
    font-size: 32px;
  }

  .platform-hero-actions,
  .platform-demo-actions {
    width: 100%;
    flex-direction: column;
  }

  .platform-hero-actions .btn,
  .platform-demo-actions .btn {
    width: 100%;
  }

  .platform-section-heading h2 {
    font-size: 29px;
  }

  .platform-logo-grid,
  .enterprise-capabilities-grid,
  .platform-results-grid {
    grid-template-columns: 1fr;
  }

  .platform-results-grid article {
    padding: 21px 15px;
  }

}
/* =========================================================
   PLATFORM HERO
========================================================= */

.platform-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 72px 0;
  overflow: hidden;
  background:
    linear-gradient(
      105deg,
      #ffffff 0%,
      #fcfbff 48%,
      #f5f2ff 100%
    );
}


/* BACKGROUND DECORATION */

.platform-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 84% 42%,
      rgba(91, 63, 217, 0.14),
      transparent 34%
    ),
    radial-gradient(
      circle at 58% 10%,
      rgba(102, 204, 255, 0.08),
      transparent 28%
    );
}

.platform-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 56%;
  height: 100%;
  opacity: 0.28;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(91, 63, 217, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(91, 63, 217, 0.07) 1px,
      transparent 1px
    );
  background-size: 50px 50px;
  mask-image:
    linear-gradient(
      to right,
      transparent,
      #000 38%,
      #000
    );
}


/* LAYOUT */

.platform-hero-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 0.86fr)
    minmax(500px, 1.14fr);
  gap: 42px;
  align-items: center;
}


/* LEFT CONTENT */

.platform-hero-content {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

.platform-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(91, 63, 217, 0.23);
  border-radius: 999px;
  background: rgba(245, 242, 255, 0.92);
  color: #5b3fd9;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.platform-hero-content h1 {
  max-width: 650px;
  margin: 0 0 24px;
  color: #0f172a;
  font-size: clamp(49px, 5.3vw, 76px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -3.3px;
}

.platform-hero-content h1 span {
  display: block;
  color: #5b3fd9;
}

.platform-hero-content > p {
  max-width: 590px;
  margin: 0 0 30px;
  color: #64748b;
  font-size: 18px;
  line-height: 1.75;
}


/* ACTIONS */

.platform-hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.platform-hero-actions .btn-primary {
  min-width: 150px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.platform-explore-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #172033;
  font-size: 14px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.platform-explore-link i {
  color: #5b3fd9;
  transition: transform 0.25s ease;
}

.platform-explore-link:hover {
  color: #5b3fd9;
}

.platform-explore-link:hover i {
  transform: translateX(5px);
}


/* BENEFIT POINTS */

.platform-hero-points {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 29px;
  flex-wrap: wrap;
}

.platform-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}

.platform-hero-points i {
  color: #20bf63;
  font-size: 13px;
}


/* =========================================================
   RIGHT ILLUSTRATION
========================================================= */

.platform-hero-visual {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-illustration-glow {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 82%;
  height: 78%;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(91, 63, 217, 0.19) 0%,
      rgba(111, 91, 226, 0.08) 45%,
      transparent 72%
    );
  filter: blur(18px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.platform-hero-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter:
    saturate(1.05)
    contrast(1.02);
  transform: scale(1.07);
  transform-origin: center;
}


/*
 * If the image contains unwanted dark shading on its left edge,
 * this overlay blends it into the hero background.
 */

.platform-hero-visual::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  z-index: 3;
  width: 24%;
  pointer-events: none;
  background:
    linear-gradient(
      to right,
      #fcfbff 0%,
      rgba(252, 251, 255, 0.86) 30%,
      transparent 100%
    );
}


/* SUBTLE ENTRY ANIMATION */

.platform-hero.visible .platform-hero-content {
  animation: platformHeroContentIn 0.75s ease both;
}

.platform-hero.visible .platform-hero-visual {
  animation: platformHeroVisualIn 0.9s ease 0.1s both;
}

@keyframes platformHeroContentIn {

  from {
    opacity: 0;
    transform: translateX(-24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }

}

@keyframes platformHeroVisualIn {

  from {
    opacity: 0;
    transform: translateX(28px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1200px) {

  .platform-hero-grid {
    grid-template-columns:
      minmax(0, 0.9fr)
      minmax(440px, 1.1fr);
    gap: 25px;
  }

  .platform-hero-content h1 {
    font-size: 61px;
  }

  .platform-hero-image {
    transform: scale(1);
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

  .platform-hero {
    min-height: auto;
    padding: 62px 0 48px;
  }

  .platform-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .platform-hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .platform-hero-content h1,
  .platform-hero-content > p {
    margin-right: auto;
    margin-left: auto;
  }

  .platform-hero-actions,
  .platform-hero-points {
    justify-content: center;
  }

  .platform-hero-visual {
    min-height: 450px;
    max-width: 760px;
    margin: 0 auto;
  }

  .platform-hero-visual::before {
    display: none;
  }

  .platform-hero-image {
    max-width: 700px;
    transform: none;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  .platform-hero {
    padding: 48px 0 34px;
  }

  .platform-hero-content h1 {
    font-size: 43px;
    line-height: 1.07;
    letter-spacing: -2px;
  }

  .platform-hero-content > p {
    font-size: 15px;
    line-height: 1.7;
  }

  .platform-hero-actions {
    flex-direction: column;
    gap: 17px;
  }

  .platform-hero-actions .btn-primary {
    width: 100%;
  }

  .platform-explore-link {
    justify-content: center;
  }

  .platform-hero-points {
    max-width: 330px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
    margin-left: auto;
  }

  .platform-hero-visual {
    min-height: 350px;
    margin-top: 5px;
  }

  .platform-hero-image {
    width: 115%;
    max-width: 620px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .platform-hero-content h1 {
    font-size: 36px;
  }

  .platform-eyebrow {
    padding: 8px 12px;
    font-size: 9.5px;
  }

  .platform-hero-visual {
    min-height: 285px;
  }

  .platform-hero-image {
    width: 125%;
    max-width: 520px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .platform-hero.visible .platform-hero-content,
  .platform-hero.visible .platform-hero-visual {
    animation: none;
  }

}