.platform-section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 106px;
  scroll-margin-top: 96px;
}

.platform-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
  gap: 18px;
  align-items: stretch;
}

.platform-copy {
  padding: clamp(24px, 4.2vw, 46px);
  border: 1px solid rgba(216, 180, 90, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(216, 180, 90, 0.08), transparent), rgba(255, 255, 255, 0.052);
  backdrop-filter: blur(18px);
}

.platform-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.35rem);
  line-height: 1.05;
  font-weight: 940;
  text-wrap: balance;
}

.platform-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.platform-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.platform-proof article,
.platform-notes article {
  border: 1px solid rgba(216, 180, 90, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.platform-proof article {
  min-height: 160px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.platform-proof strong {
  color: var(--gold-bright);
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1;
  font-weight: 950;
}

.platform-proof span {
  color: var(--muted);
  line-height: 1.45;
  font-weight: 760;
}

.platform-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.platform-notes article {
  min-height: 150px;
  padding: 20px;
}

.platform-notes span {
  display: block;
  margin-bottom: 18px;
  color: rgba(243, 216, 138, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.platform-notes p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.starter-section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 106px;
  scroll-margin-top: 96px;
}

.starter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.starter-card,
.starter-chip {
  border: 1px solid rgba(216, 180, 90, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.starter-card {
  min-height: 260px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(216, 180, 90, 0.08), transparent), rgba(255, 255, 255, 0.055);
}

.starter-card-large {
  grid-column: span 2;
}

.starter-card span,
.starter-chip span {
  color: rgba(243, 216, 138, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.starter-card strong {
  display: block;
  margin: 42px 0 16px;
  font-size: clamp(1.38rem, 2vw, 2rem);
  line-height: 1.18;
}

.starter-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.76;
}

.starter-chip {
  min-height: 132px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.starter-chip strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.3;
}

.starter-chip span {
  color: var(--muted);
  line-height: 1.52;
  text-transform: none;
}

.flow-section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 106px;
  scroll-margin-top: 96px;
}

.flow-board {
  position: relative;
  margin-top: 36px;
  padding: clamp(22px, 3.5vw, 38px);
  border: 1px solid rgba(216, 180, 90, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(216, 180, 90, 0.07), transparent), rgba(255, 255, 255, 0.052);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.flow-board::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  pointer-events: none;
}

.flow-lead {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(216, 180, 90, 0.18);
}

.flow-lead strong {
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 5.2rem);
  line-height: 0.95;
  font-weight: 950;
}

.flow-lead span {
  max-width: 360px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 760;
  text-align: right;
}

.flow-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.flow-track::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 54px;
  height: 2px;
  background: linear-gradient(90deg, rgba(216, 180, 90, 0.08), rgba(243, 216, 138, 0.72), rgba(216, 180, 90, 0.08));
}

.flow-step {
  position: relative;
  min-height: 270px;
  padding: 18px;
  border: 1px solid rgba(216, 180, 90, 0.16);
  border-radius: 8px;
  background: rgba(8, 10, 14, 0.5);
  backdrop-filter: blur(18px);
}

.flow-step::after {
  content: "";
  position: absolute;
  top: 47px;
  right: -12px;
  width: 22px;
  height: 22px;
  border-top: 2px solid rgba(243, 216, 138, 0.72);
  border-right: 2px solid rgba(243, 216, 138, 0.72);
  transform: rotate(45deg);
}

.flow-step:last-child::after {
  display: none;
}

.flow-index {
  color: rgba(243, 216, 138, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.flow-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  margin-top: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 216, 138, 0.36);
  border-radius: 50%;
  color: #08090b;
  background: var(--gold-bright);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
  font-size: 0.86rem;
  font-weight: 950;
}

.flow-step h3 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 2.25rem);
  line-height: 1;
}

.flow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.contact-section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 132px;
  scroll-margin-top: 96px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(216, 180, 90, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(216, 180, 90, 0.075), transparent), rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.contact-card img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.contact-card span {
  color: rgba(243, 216, 138, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.6vw, 2.7rem);
  line-height: 1.05;
}

.contact-card p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.faq-list {
  align-items: start;
}

.faq-item {
  transition: background 180ms ease, border-color 180ms ease;
}

.faq-item[open] {
  border-color: rgba(216, 180, 90, 0.28);
  background: linear-gradient(135deg, rgba(216, 180, 90, 0.08), rgba(255, 255, 255, 0.05));
}

.faq-item summary {
  line-height: 1.35;
}

.faq-item p {
  font-size: 0.97rem;
}

@media (max-width: 1120px) {
  .platform-panel,
  .platform-notes {
    grid-template-columns: 1fr;
  }

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

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

  .flow-track::before,
  .flow-step::after {
    display: none;
  }

  .contact-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .platform-section {
    width: calc(100% - 28px);
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .platform-copy {
    padding: 20px;
  }

  .platform-copy h2 {
    font-size: clamp(2rem, 11vw, 3.3rem);
  }

  .platform-proof {
    grid-template-columns: 1fr;
  }

  .platform-proof article {
    min-height: 132px;
  }

  .platform-notes {
    grid-template-columns: 1fr;
  }

  .starter-section {
    width: calc(100% - 28px);
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .starter-grid {
    grid-template-columns: 1fr;
  }

  .starter-card-large {
    grid-column: auto;
  }

  .starter-card {
    min-height: auto;
    padding: 20px;
  }

  .starter-card strong {
    margin-top: 30px;
  }

  .flow-section {
    width: calc(100% - 28px);
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .flow-board {
    padding: 20px;
  }

  .flow-lead {
    display: grid;
    align-items: start;
  }

  .flow-lead strong {
    font-size: clamp(2.6rem, 16vw, 4.4rem);
  }

  .flow-lead span {
    max-width: none;
    text-align: left;
  }

  .flow-track {
    grid-template-columns: 1fr;
  }

  .flow-step {
    min-height: auto;
  }

  .contact-section {
    width: calc(100% - 28px);
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .contact-card img {
    max-height: none;
  }

  .faq-item summary {
    padding: 18px;
    font-size: 1rem;
  }

  .faq-item p {
    padding: 0 18px 18px;
  }
}
