
  .platform_page.svelte-1ifq5fn {
    background: var(--color-background);
    color: var(--color-text-primary);
  }

  .platform_hero.svelte-1ifq5fn,
  .positioning_band.svelte-1ifq5fn,
  .pathway_section.svelte-1ifq5fn,
  .context_section.svelte-1ifq5fn,
  .modules_section.svelte-1ifq5fn,
  .build_section.svelte-1ifq5fn,
  .partner_cta.svelte-1ifq5fn {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
  }

  .platform_hero.svelte-1ifq5fn {
    min-height: calc(100vh - 3.5rem);
    display: flex;
    align-items: center;
    padding: 5rem 0 4rem;
  }

  .hero_copy.svelte-1ifq5fn {
    max-width: 100%;
    min-width: 0;
  }

  .hero_copy.svelte-1ifq5fn h1:where(.svelte-1ifq5fn) {
    max-width: 980px;
    font-size: clamp(3rem, 8vw, 6.8rem);
    line-height: 0.95;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .hero_lede.svelte-1ifq5fn {
    max-width: 720px;
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    overflow-wrap: anywhere;
  }

  .hero_actions.svelte-1ifq5fn,
  .partner_actions.svelte-1ifq5fn,
  .partner_cta.svelte-1ifq5fn {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
  }

  .primary_action.svelte-1ifq5fn,
  .secondary_action.svelte-1ifq5fn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--color-text-primary);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    min-width: 0;
    text-align: center;
  }

  .primary_action.svelte-1ifq5fn {
    background: var(--color-text-primary);
    color: var(--color-background);
  }

  .secondary_action.svelte-1ifq5fn {
    color: var(--color-text-primary);
  }

  .positioning_band.svelte-1ifq5fn {
    padding: 4rem 0;
    scroll-margin-top: 5rem;
  }

  .positioning_band.svelte-1ifq5fn h2:where(.svelte-1ifq5fn),
  .section_intro.svelte-1ifq5fn h2:where(.svelte-1ifq5fn),
  .context_card.svelte-1ifq5fn h3:where(.svelte-1ifq5fn),
  .surface_card.svelte-1ifq5fn h3:where(.svelte-1ifq5fn),
  .modules_section.svelte-1ifq5fn h2:where(.svelte-1ifq5fn),
  .build_section.svelte-1ifq5fn h2:where(.svelte-1ifq5fn),
  .partner_cta.svelte-1ifq5fn h2:where(.svelte-1ifq5fn) {
    max-width: 820px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }

  .positioning_band.svelte-1ifq5fn p:where(.svelte-1ifq5fn),
  .context_section.svelte-1ifq5fn p:where(.svelte-1ifq5fn),
  .modules_section.svelte-1ifq5fn p:where(.svelte-1ifq5fn),
  .surface_card.svelte-1ifq5fn p:where(.svelte-1ifq5fn),
  .build_section.svelte-1ifq5fn p:where(.svelte-1ifq5fn),
  .partner_cta.svelte-1ifq5fn p:where(.svelte-1ifq5fn) {
    max-width: 760px;
    font-size: 1.25rem;
    line-height: 1.7;
  }

  .context_section.svelte-1ifq5fn,
  .pathway_section.svelte-1ifq5fn,
  .modules_section.svelte-1ifq5fn,
  .build_section.svelte-1ifq5fn,
  .partner_cta.svelte-1ifq5fn {
    padding: 5rem 0;
  }

  .pathway_section.svelte-1ifq5fn {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
    gap: 3rem;
    border-top: 1px solid var(--color-border);
  }

  .pathway_section.svelte-1ifq5fn h2:where(.svelte-1ifq5fn) {
    max-width: 820px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }

  .pathway_section.svelte-1ifq5fn p:where(.svelte-1ifq5fn) {
    max-width: 760px;
    font-size: 1.25rem;
    line-height: 1.7;
  }

  .contextual_link_grid.svelte-1ifq5fn {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--color-border);
    border: 1px solid var(--color-border);
    margin: 0;
  }

  .contextual_link_card.svelte-1ifq5fn {
    display: block;
    background: var(--color-background);
    color: inherit;
    padding: 1.15rem;
    text-decoration: none;
    transition:
      transform 0.18s ease,
      background-color 0.18s ease;
  }

  .contextual_link_card.svelte-1ifq5fn:hover {
    background: var(--color-row-hover, color-mix(in srgb, var(--color-accent) 8%, transparent));
    transform: translateY(-2px);
  }

  .contextual_link_card.svelte-1ifq5fn span:where(.svelte-1ifq5fn) {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 0.7rem;
  }

  .contextual_link_card.svelte-1ifq5fn h3:where(.svelte-1ifq5fn) {
    margin: 0 0 0.55rem;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .contextual_link_card.svelte-1ifq5fn p:where(.svelte-1ifq5fn) {
    margin: 0;
    font-size: 1rem;
    color: var(--color-text-secondary);
  }

  .context_grid.svelte-1ifq5fn {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--color-border);
    border: 1px solid var(--color-border);
    margin-top: 2rem;
  }

  .context_card.svelte-1ifq5fn {
    background: var(--color-background);
    padding: 1.35rem;
    min-height: 15rem;
  }

  .context_card.svelte-1ifq5fn h3:where(.svelte-1ifq5fn) {
    font-size: clamp(1.45rem, 2vw, 2rem);
    margin: 0 0 1rem;
  }

  .context_card.svelte-1ifq5fn p:where(.svelte-1ifq5fn) {
    margin: 0;
    color: var(--color-text-secondary);
  }

  .modules_section.svelte-1ifq5fn {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
    gap: 3rem;
  }

  .surface_list.svelte-1ifq5fn {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--color-border);
    border: 1px solid var(--color-border);
    margin: 0;
  }

  .surface_card.svelte-1ifq5fn {
    background: var(--color-background);
    padding: 1.15rem;
  }

  .linked_surface_card.svelte-1ifq5fn {
    color: inherit;
    text-decoration: none;
    transition:
      transform 0.18s ease,
      background-color 0.18s ease;
  }

  .linked_surface_card.svelte-1ifq5fn:hover {
    background: var(--color-row-hover, color-mix(in srgb, var(--color-accent) 8%, transparent));
    transform: translateY(-2px);
  }

  .surface_card.svelte-1ifq5fn span:where(.svelte-1ifq5fn) {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 0.7rem;
  }

  .surface_card.svelte-1ifq5fn h3:where(.svelte-1ifq5fn) {
    font-size: 1.3rem;
    margin: 0 0 0.55rem;
  }

  .surface_card.svelte-1ifq5fn p:where(.svelte-1ifq5fn) {
    margin: 0;
    font-size: 1rem;
    color: var(--color-text-secondary);
  }

  .content_section.svelte-1ifq5fn {
    border-top: 1px solid var(--color-border);
  }

  .question_list.svelte-1ifq5fn,
  .checklist_grid.svelte-1ifq5fn,
  .split_group_list.svelte-1ifq5fn,
  .guardrail_list.svelte-1ifq5fn {
    display: grid;
    gap: 1px;
    background: var(--color-border);
    border: 1px solid var(--color-border);
    margin-top: 2rem;
  }

  .question_row.svelte-1ifq5fn,
  .checklist_item.svelte-1ifq5fn,
  .guardrail_item.svelte-1ifq5fn {
    background: var(--color-background);
    padding: 1.2rem;
  }

  .question_row.svelte-1ifq5fn,
  .checklist_item.svelte-1ifq5fn {
    display: grid;
    grid-template-columns: minmax(4rem, 0.2fr) minmax(0, 1fr);
    gap: 1rem;
  }

  .question_row.svelte-1ifq5fn span:where(.svelte-1ifq5fn),
  .checklist_item.svelte-1ifq5fn span:where(.svelte-1ifq5fn),
  .guardrail_item.svelte-1ifq5fn span:where(.svelte-1ifq5fn) {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
  }

  .question_row.svelte-1ifq5fn h3:where(.svelte-1ifq5fn),
  .checklist_item.svelte-1ifq5fn h3:where(.svelte-1ifq5fn),
  .guardrail_item.svelte-1ifq5fn h3:where(.svelte-1ifq5fn) {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .question_row.svelte-1ifq5fn p:where(.svelte-1ifq5fn),
  .checklist_item.svelte-1ifq5fn p:where(.svelte-1ifq5fn),
  .guardrail_item.svelte-1ifq5fn p:where(.svelte-1ifq5fn) {
    margin: 0;
    font-size: 1rem;
    color: var(--color-text-secondary);
  }

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

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

  .split_group_list.svelte-1ifq5fn {
    margin-top: 0;
  }

  .split_group.svelte-1ifq5fn ul:where(.svelte-1ifq5fn) {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
    color: var(--color-text-secondary);
    line-height: 1.65;
  }

  .split_group.svelte-1ifq5fn li:where(.svelte-1ifq5fn) + li:where(.svelte-1ifq5fn) {
    margin-top: 0.45rem;
  }

  .guardrail_list.svelte-1ifq5fn {
    margin-top: 0;
  }

  .guardrail_list.svelte-1ifq5fn > p:where(.svelte-1ifq5fn) {
    margin: 0;
    padding: 1.2rem;
    background: var(--color-background);
    color: var(--color-text-secondary);
    font-size: 1.1rem;
  }

  .build_section.svelte-1ifq5fn {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
    gap: 3rem;
  }

  .build_section.svelte-1ifq5fn > p:where(.svelte-1ifq5fn) {
    margin: 0;
    color: var(--color-text-secondary);
  }

  .related_section.svelte-1ifq5fn {
    padding-top: 3rem;
  }

  .partner_cta.svelte-1ifq5fn {
    justify-content: space-between;
    align-items: flex-end;
  }

  .aiu-kicker.svelte-1ifq5fn {
    font-family: var(--font-mono);
    color: var(--color-accent);
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.8rem;
    overflow-wrap: anywhere;
  }

  @media (max-width: 900px) {
    .platform_hero.svelte-1ifq5fn,
    .pathway_section.svelte-1ifq5fn,
    .context_grid.svelte-1ifq5fn,
    .modules_section.svelte-1ifq5fn,
    .build_section.svelte-1ifq5fn,
    .compare_grid.svelte-1ifq5fn,
    .checklist_grid.svelte-1ifq5fn {
      grid-template-columns: 1fr;
    }

    .platform_hero.svelte-1ifq5fn {
      padding-top: 3rem;
    }
  }

  @media (max-width: 640px) {
    .platform_hero.svelte-1ifq5fn,
    .positioning_band.svelte-1ifq5fn,
    .pathway_section.svelte-1ifq5fn,
    .context_section.svelte-1ifq5fn,
    .modules_section.svelte-1ifq5fn,
    .build_section.svelte-1ifq5fn,
    .partner_cta.svelte-1ifq5fn {
      width: min(100% - 1rem, 1180px);
    }

    .hero_copy.svelte-1ifq5fn h1:where(.svelte-1ifq5fn) {
      font-size: clamp(2.2rem, 13vw, 3.4rem);
    }

    .hero_actions.svelte-1ifq5fn,
    .partner_actions.svelte-1ifq5fn,
    .partner_cta.svelte-1ifq5fn {
      align-items: stretch;
    }

    .context_grid.svelte-1ifq5fn {
      background: transparent;
      border: 0;
    }

    .context_card.svelte-1ifq5fn {
      min-height: 11rem;
      padding: 0;
    }

    .primary_action.svelte-1ifq5fn,
    .secondary_action.svelte-1ifq5fn {
      width: 100%;
    }

    .question_row.svelte-1ifq5fn,
    .checklist_item.svelte-1ifq5fn {
      grid-template-columns: 1fr;
    }
  }
