/* Platform page — base from style.css + page polish (single source) */
.blue-blur-left {
    position: fixed;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(128, 183, 255, 0.35) 0%, rgba(128, 183, 255, 0.18) 35%, rgba(128, 183, 255, 0.06) 60%, transparent 75%);
    filter: blur(25px);
    top: 25%;
    left: -20%;
    pointer-events: none;
    z-index: 1;
}
.blue-blur-right{
    position: absolute;
    width: 600px;
    height: 700px;
    background: radial-gradient(circle, rgba(128, 183, 255, 0.35) 0%, rgba(128, 183, 255, 0.18) 35%, rgba(128, 183, 255, 0.06) 60%, transparent 75%);
    filter: blur(25px);
    top: 3%;
    right: -17%;
    pointer-events: none;
    z-index: 1;
}
.news-shell,
.post-shell,
.solution-shell,
.platform-shell {
  width: min(1288px, calc(100% - 64px));
  margin: 0 auto;
}

.post-shell {
  padding: 64px 32px 128px;
}

.post-shell h1 {
  max-width: 900px;
  margin: 40px 0;
  color: var(--text);
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.solution-hero .solution-shell {
  position: relative;
  z-index: 1;
  text-align: center;
}

.solution-problem > .solution-shell > p:last-of-type {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

.platform-hero {
  padding: 80px 32px;
  background: linear-gradient(180deg, #fff 0%, #eff7ff 100%);
  overflow: hidden;
}

.platform-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.platform-hero h1 span {
  color: var(--primary);
}

.platform-hero p {
  width: 640px;
  margin: 32px auto 0;
  color: #667085;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.platform-hero .btn {
  display: flex;
  margin: 32px auto 0;
}

.platform-dashboard-wrap {
  position: relative;
  width: 1028px;
  margin: 64px auto 0;
}

.platform-dashboard {
  position: relative;
  z-index: 1;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
}

.platform-float {
  position: absolute;
  z-index: 2;
}

.platform-float-left {
  left: -166px;
  top: -162px;
  width: 219px;
}

.platform-float-card-1 {
  right: -80px;
  top: -173px;
  width: 168px;
}

.platform-float-card-2 {
  right: -119px;
  top: -69px;
  width: 168px;
}

.platform-float-card-3 {
  right: -38px;
  top: -17px;
  width: 168px;
}

.platform-modules {
  padding: 80px 32px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}

.platform-mini-label {
  color: var(--primary);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.platform-divider {
  width: 1px;
  height: 32px;
  margin: 16px auto;
  background: #d0d5dd;
}

.platform-intro {
  width: 640px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.platform-module-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.platform-module-card {
  display: grid;
  grid-template-columns: 1fr 160px;
  align-items: center;
  gap: 40px;
  min-height: 342px;
  padding: 40px;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  background: #f9fafb;
}

.platform-module-card h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.platform-module-card p,
.platform-module-card strong {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.platform-module-card strong {
  color: var(--primary);
  font-weight: 400;
}

.platform-module-card img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.platform-quote {
  padding: 80px 32px;
}

.platform-quote p {
  width: 1288px;
  margin: 24px auto;
  color: var(--text);
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.platform-quote span {
  color: var(--primary);
}

.platform-tech-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.platform-tech-grid img {
  width: 72px;
  height: 72px;
  margin-top: 101px;
}

/* —— Page polish / scoped overrides —— */

/* Platform — Figma PC 3904:3367 / Mobile 4055:3369 (scoped) */

.platform-page .platform-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 32px;
  background: #fff;
  text-align: center;
}

.platform-page .platform-hero-glow {
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  pointer-events: none;
  z-index: 0;
}

.platform-page .platform-hero-glow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.platform-page .platform-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.platform-page .platform-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 960px;
}

.platform-page .platform-hero h1 {
  margin: 0;
  color: #101828;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.platform-page .platform-hero-line { display: block; }

.platform-page .platform-hero-line-2 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
}

.platform-page .platform-hero-mark {
  width: 60px;
  height: 60px;
  transform: rotate(12.31deg);
  filter: drop-shadow(0 12px 8px rgba(16, 24, 40, 0.08)) drop-shadow(0 4px 3px rgba(16, 24, 40, 0.03));
  object-fit: contain;
}

.platform-page .platform-hero-highlight { color: #2062ff; }

.platform-page .platform-hero-subtitle {
  margin: 0;
  max-width: 640px;
  color: #667085;
  font-size: 16px;
  line-height: 24px;
}

.platform-page .platform-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.platform-page .platform-dashboard-wrap {
  position: relative;
  width: min(1028px, 100%);
  margin: 0 auto;
}

.platform-page .platform-dashboard-stack {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.platform-page .platform-stack-card {
  position: absolute;
  display: block;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  background: #f0f2f5;
  opacity: 0.5;
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
}

.platform-page .platform-stack-l1 { left: -140px; top: 81px; width: 527px; height: 421px; }
.platform-page .platform-stack-l2 { left: -100px; top: 56px; width: 589px; height: 471px; }
.platform-page .platform-stack-l3 { left: -56px; top: 33px; width: 589px; height: 517px; }
.platform-page .platform-stack-r1 { right: -140px; top: 81px; width: 527px; height: 421px; }
.platform-page .platform-stack-r2 { right: -100px; top: 56px; width: 589px; height: 471px; }
.platform-page .platform-stack-r3 { right: -56px; top: 33px; width: 589px; height: 517px; }

.platform-page .platform-dashboard-wrap-media {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d0d5dd;
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
  background: transparent;
  animation: none;
}

.platform-page .platform-dashboard-wrap-media img,
.platform-page .platform-dashboard {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.platform-page .platform-float {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(16, 24, 40, 0.1), 0 2px 2px rgba(16, 24, 40, 0.06);
}

.platform-page .platform-float-media {
  width: 100%;
  height: 100%;
  background: transparent;
  animation: none;
}

.platform-page .platform-float-media img {
  display: block;
  width: 100%;
  height: auto;
}

.platform-page .platform-float-left { left: -36px; top: 122px; width: 219px; height: 99px; }
.platform-page .platform-float-card-1 { right: -70px; top: 111px; width: 168px; height: 73px; }
.platform-page .platform-float-card-2 { right: 51px; top: 163px; width: 168px; height: 73px; }
.platform-page .platform-float-card-3 { right: -30px; top: 216px; width: 168px; height: 73px; }

.platform-page .platform-hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(251, 252, 253, 0) 0%, #cee2fb 100%);
  z-index: 1;
}

.platform-page .platform-modules {
  position: relative;
  padding: 80px 32px;
  overflow: hidden;
}

.platform-page .platform-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.platform-page .platform-mini-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  color: #2062ff;
  font-size: 14px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.15);
}

.platform-page .platform-pill-glow {
  position: absolute;
  inset: -30% -16%;
  width: calc(100% + 32%);
  height: calc(100% + 60%);
  pointer-events: none;
  z-index: -1;
}

.platform-page .platform-divider {
  width: 1px;
  height: 32px;
  margin: 0 auto;
  background: #d0d5dd;
}

.platform-page .platform-divider-brand { background: #2062ff; }

.platform-page .platform-modules h2,
.platform-page .platform-tech h2 {
  margin: 0;
  color: #101828;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}

.platform-page .platform-intro {
  width: min(640px, 100%);
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.platform-page .platform-module-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.platform-page .platform-module-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 342px;
  padding: 40px 128px 40px 40px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(109.62deg, #f5f6f9 0%, #e7eaee 100%);
}

.platform-page .platform-module-copy {
  flex: 1 1 auto;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 262px;
}

.platform-page .platform-module-card h3 {
  margin: 0 0 8px;
  color: #111322;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.platform-page .platform-module-card p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.platform-page .platform-module-value { color: #2062ff !important; }

.platform-page .platform-module-card-media {
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  background: transparent;
  animation: none;
}

.platform-page .platform-module-card-media img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  display: block;
}

.platform-page .platform-quote {
  padding: 80px 32px;
  text-align: center;
}

.platform-page .platform-quote blockquote {
  margin: 24px auto;
  max-width: 960px;
  border: 0;
  padding: 0;
}

.platform-page .platform-quote p {
  margin: 0;
  color: #101828;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.platform-page .platform-quote strong {
  color: #2062ff;
  font-weight: 500;
}

.platform-page .platform-tech {
  position: relative;
  overflow: hidden;
  padding: 80px 32px;
}

.platform-page .platform-tech-deco {
  position: absolute;
  right: -280px;
  top: 10%;
  width: 558px;
  height: 558px;
  opacity: 0.2;
  pointer-events: none;
}

.platform-page .platform-tech-deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.platform-page .platform-tech-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 420px;
}

.platform-page .platform-tech-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  min-height: 420px;
  padding: 48px 40px 32px;
  border-left: 1px solid #d0d5dd;
  border-right: 1px solid #d0d5dd;
  margin-left: -1px;
}

.platform-page .platform-tech-card h3 {
  margin: 0 0 16px;
  color: #111322;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.platform-page .platform-tech-card p {
  margin: 0;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
}

.platform-page .platform-tech-icon {
  width: 72px;
  height: 72px;
  margin-top: auto;
  background: transparent;
  animation: none;
}

.platform-page .platform-tech-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
}

.platform-page .platform-contact { padding: 80px 32px; }

.platform-page .platform-contact-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}

.platform-page .platform-contact-copy {
  flex: 1 1 auto;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.platform-page .platform-contact-copy h2 {
  margin: 0;
  color: #101828;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  text-align: left;
}

.platform-page .platform-contact .about-contact-form {
  width: min(527px, 100%);
  flex: 0 0 auto;
}

.platform-page .about-contact-meta a {
  color: inherit;
  text-decoration: none;
}

.platform-page .about-contact-meta a:hover,
.platform-page .about-contact-meta a:focus-visible {
  color: #2062ff;
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .platform-page .platform-stack-card,
  .platform-page .platform-float { display: none; }
  .platform-page .platform-module-card { padding: 32px 40px; }
}

@media (max-width: 768px) {
  .platform-page .platform-hero {
    padding: 48px 16px 0;
    min-height: 0;
  }

  .platform-page .platform-hero-glow {
    top: -40px;
    height: 120px;
    overflow: hidden;
  }

  .platform-page .platform-hero h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .platform-page .platform-hero-copy {
    gap: 16px;
  }

  .platform-page .platform-hero-mark {
    width: 40px;
    height: 40px;
  }

  .platform-page .platform-hero-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .platform-page .platform-hero-inner {
    gap: 64px;
  }

  .platform-page .platform-dashboard-wrap {
    width: 100%;
    padding: 0 0 40px;
  }

  .platform-page .platform-stack-card,
  .platform-page .platform-float {
    display: none;
  }

  .platform-page .platform-modules,
  .platform-page .platform-quote,
  .platform-page .platform-tech,
  .platform-page .platform-contact {
    padding: 40px 16px;
  }

  .platform-page .platform-section-heading {
    min-height: 0;
  }

  .platform-page .platform-pill-glow {
    display: none;
  }

  .platform-page .platform-modules h2,
  .platform-page .platform-tech h2,
  .platform-page .platform-contact-copy h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .platform-page .platform-intro {
    font-size: 14px;
    line-height: 20px;
  }

  .platform-page .platform-module-list {
    margin-top: 40px;
    gap: 24px;
  }

  .platform-page .platform-module-card {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    min-height: 0;
    padding: 24px;
  }

  .platform-page .platform-module-copy {
    min-height: 0;
    max-width: none;
    gap: 32px;
  }

  .platform-page .platform-module-card h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .platform-page .platform-module-card p {
    font-size: 14px;
    line-height: 20px;
  }

  .platform-page .platform-module-card-media {
    align-self: flex-start;
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }

  .platform-page .platform-module-card-media img {
    width: 100px;
    height: 100px;
  }

  .platform-page .platform-quote {
    padding: 40px 16px;
  }

  .platform-page .platform-quote p {
    font-size: 20px;
    line-height: 28px;
  }

  .platform-page .platform-tech-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 40px;
  }

  .platform-page .platform-tech-card {
    min-height: 0;
    gap: 40px;
    padding: 24px 12px 16px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #d0d5dd;
    border-bottom: 0;
    margin-left: 0;
  }

  .platform-page .platform-tech-card:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .platform-page .platform-tech-card h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .platform-page .platform-tech-card p {
    font-size: 14px;
    line-height: 20px;
  }

  .platform-page .platform-tech-icon {
    width: 48px;
    height: 48px;
  }

  .platform-page .platform-tech-icon img {
    width: 48px;
    height: 48px;
  }

  .platform-page .platform-tech-deco {
    display: none;
  }

  .platform-page .platform-contact-grid {
    flex-direction: column;
    gap: 40px;
  }

  .platform-page .platform-contact .about-contact-form {
    width: 100%;
  }

  .platform-page .platform-hero-fade {
    height: 207px;
  }
}}

@media (prefers-reduced-motion: reduce) {
  .platform-page .platform-hero-mark { transform: none; }
}
