:root {
      --bg: #141416;
      --bg-2: #1b1b1f;
      --surface: #222226;
      --paper: #f3f3f3;
      --white: #fff;
      --ink: #2e2e2e;
      --muted: #a7a7b0;
      --muted-dark: #62626c;
      --violet: #977dd9;
      --violet-deep: #795fc2;
      --violet-soft: #d7cff4;
      --peach: #fdbebc;
      --green: #7fd1ba;
      --line: rgba(255,255,255,.1);
      --line-dark: rgba(46,46,46,.12);
      --shadow: 0 24px 80px rgba(0,0,0,.28);
      --radius-sm: 12px;
      --radius: 20px;
      --radius-lg: 32px;
      --max: 1180px;
      --nav-h: 72px;
      --safe-b: env(safe-area-inset-bottom, 0px);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; overflow-x: hidden; }
    body {
      margin: 0;
      color: var(--white);
      background: var(--bg);
      font: 16px/1.55 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      pointer-events: none;
      background:
        radial-gradient(800px 540px at 85% 5%, rgba(151,125,217,.25), transparent 68%),
        radial-gradient(650px 480px at 4% 26%, rgba(253,190,188,.13), transparent 70%),
        var(--bg);
    }
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      opacity: 0.13;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
    }
    a { color: inherit; }
    :focus-visible { outline: 3px solid rgba(253,190,188,.75); outline-offset: 3px; }
    section[id] { scroll-margin-top: calc(var(--nav-h) + 24px); }

    .wrap {
      width: min(calc(100% - 40px), var(--max));
      margin-inline: auto;
    }
    .surface-light { color: var(--ink); background: var(--paper); }
    .surface-light .section-lead { color: var(--muted-dark); }
    .surface-light .eyebrow { color: var(--violet-deep); }
    .section { padding: 110px 0; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 16px;
      color: var(--violet-soft);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 20px;
      height: 2px;
      border-radius: 2px;
      background: linear-gradient(90deg, var(--violet), var(--peach));
    }
    .section-title {
      max-width: 780px;
      margin: 0;
      font: 800 clamp(24px, 2.8vw, 34px)/1.18 Montserrat, Inter, sans-serif;
      letter-spacing: -.04em;
      text-wrap: balance;
    }
    .section-lead {
      max-width: 860px;
      margin: 16px auto 0;
      color: var(--muted);
      font-size: clamp(14px, 1.35vw, 16px);
      line-height: 1.55;
      text-wrap: pretty;
    }
    main .section > .wrap,
    .platform-hero > .wrap {
      text-align: center;
    }
    main .section > .wrap > :not(.eyebrow):not(.section-title):not(.section-lead):not(.prepare-steps-title):not(.mc-block-title),
    .platform-hero > .wrap > :not(h2):not(p) {
      text-align: left;
    }
    main .section > .wrap > .eyebrow,
    .platform-hero > .wrap > .eyebrow {
      display: table;
      margin-inline: auto;
    }
    main .section > .wrap > .section-title,
    main .section > .wrap > .section-lead,
    main .section > .wrap > .prepare-steps-title,
    .platform-hero > .wrap > h2,
    .platform-hero > .wrap > p {
      margin-inline: auto;
    }
    .gradient-text {
      color: transparent;
      background: linear-gradient(105deg, #fff 5%, var(--violet-soft) 48%, var(--peach) 95%);
      -webkit-background-clip: text;
      background-clip: text;
    }
    .surface-light .gradient-text,
    .platform-light .gradient-text {
      background: linear-gradient(105deg, var(--violet-deep), #aa6d92 58%, #d77963);
      -webkit-background-clip: text;
      background-clip: text;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 50;
      height: var(--nav-h);
      border-bottom: 1px solid var(--line);
      background: rgba(20,20,22,.82);
      -webkit-backdrop-filter: blur(18px);
      backdrop-filter: blur(18px);
    }
    .nav.is-open {
      background: rgba(18,18,20,.97);
    }
    .nav-inner { height: 100%; display: flex; align-items: center; gap: 18px; }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
      text-decoration: none;
    }
    .brand img { height: 22px; width: auto; display: block; }
    .nav-partners {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding-left: 14px;
      border-left: 1px solid var(--line);
    }
    .nav-partners img { height: 28px; width: auto; display: block; }
    .nav-partners .logo-4cio { height: 22px; }
    .nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
    .nav-links a {
      padding: 9px 10px;
      color: #ceced4;
      text-decoration: none;
      font-size: 12px;
      font-weight: 600;
    }
    .nav-links a:hover { color: var(--peach); }
    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 17px;
      border-radius: 12px;
      color: #171719;
      background: linear-gradient(120deg, #fff 0 45%, var(--peach) 125%);
      text-decoration: none;
      font-size: 13px;
      font-weight: 700;
    }
    .nav-toggle {
      display: none;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      margin: 0;
      padding: 0;
      border: 1px solid var(--line);
      border-radius: 12px;
      color: #fff;
      background: rgba(255,255,255,.04);
      cursor: pointer;
    }
    .nav-toggle-bars {
      position: relative;
      width: 18px;
      height: 12px;
    }
    .nav-toggle-bars span,
    .nav-toggle-bars::before,
    .nav-toggle-bars::after {
      content: "";
      position: absolute;
      left: 0;
      width: 18px;
      height: 2px;
      border-radius: 2px;
      background: currentColor;
      transition: transform .25s ease, opacity .2s ease, top .25s ease;
    }
    .nav-toggle-bars span { top: 5px; }
    .nav-toggle-bars::before { top: 0; }
    .nav-toggle-bars::after { top: 10px; }
    .nav.is-open .nav-toggle-bars span { opacity: 0; }
    .nav.is-open .nav-toggle-bars::before { top: 5px; transform: rotate(45deg); }
    .nav.is-open .nav-toggle-bars::after { top: 5px; transform: rotate(-45deg); }
    .nav-drawer {
      display: none;
    }

    .hero {
      position: relative;
      padding: clamp(48px, 7vw, 96px) 0 88px;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
      gap: clamp(28px, 4vw, 48px);
      align-items: center;
    }
    .event-meta {
      display: block;
      margin-bottom: 16px;
      color: #a7a7b0;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .01em;
    }
    .hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 6px 10px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: #c6c6ce;
      background: rgba(255,255,255,.035);
      font-size: 11px;
      font-weight: 700;
    }
    .hero-badge strong {
      padding: 2px 7px;
      border-radius: 999px;
      color: #eee9ff;
      background: rgba(151,125,217,.38);
    }
    h1 {
      max-width: 22em;
      margin: 0;
      font: 800 clamp(26px, 2.8vw, 36px)/1.2 Montserrat, Inter, sans-serif;
      letter-spacing: -.04em;
      text-wrap: unset;
    }
    h1 .hero-title-line {
      display: block;
    }
    .hero-sub {
      max-width: 640px;
      margin: 18px 0 0;
      color: #e7e7ea;
      font-size: clamp(15px, 1.45vw, 18px);
      font-weight: 600;
      line-height: 1.45;
    }
    .hero-sub--accent {
      max-width: 640px;
      margin: 18px 0 0;
      font: 700 clamp(18px, 1.85vw, 22px)/1.4 Montserrat, Inter, sans-serif;
      letter-spacing: -.02em;
    }
    .hero-lead {
      max-width: 720px;
      margin: 14px 0 0;
      color: var(--muted);
      font-size: clamp(14px, 1.35vw, 16px);
      font-weight: 500;
      line-height: 1.5;
      text-wrap: pretty;
    }
    .cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 0 19px;
      border: 0;
      border-radius: var(--radius-sm);
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: transform .2s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-icon {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
    .btn-primary {
      color: #171719;
      background: linear-gradient(120deg, #fff 0 45%, var(--peach) 125%);
    }
    .btn-violet {
      color: #fff;
      background: linear-gradient(120deg, var(--violet-deep), var(--violet));
    }
    .btn-secondary {
      color: #fff;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.05);
    }
    .surface-light .btn-secondary { color: var(--ink); border-color: var(--line-dark); background: #fff; }
    .cta-note {
      max-width: 620px;
      margin: 16px 0 0;
      color: #a7a7b0;
      font-size: 14px;
    }

    .hero-ui {
      pointer-events: none;
      user-select: none;
      width: 100%;
      max-width: 520px;
      justify-self: end;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: none;
      box-shadow: none;
      animation: hero-ui-float 6.5s ease-in-out infinite;
    }
    .ui-window {
      overflow: hidden;
      color: var(--ink);
      border-radius: 24px;
      background: #f8f7fa;
      box-shadow: 0 28px 70px rgba(36,22,68,.32), inset 0 1px 0 rgba(255,255,255,.8);
    }
    .ui-top {
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 16px 22px;
      border-bottom: 1px solid #e8e5ed;
      background: #fff;
    }
    .ui-dot { width: 10px; height: 10px; border-radius: 50%; background: #ddd9e4; }
    .ui-dot:first-child { background: #ff6b6b; animation: ui-dot-breathe 2.8s ease-in-out infinite; }
    .ui-dot:nth-child(2) { background: #ffc857; animation: ui-dot-breathe 2.8s ease-in-out infinite .35s; }
    .ui-dot:nth-child(3) { background: #6bcb77; animation: ui-dot-breathe 2.8s ease-in-out infinite .7s; }
    .ui-title { margin-left: 10px; color: #67636d; font-size: 13px; font-weight: 700; }
    .agent-flow { display: grid; grid-template-columns: 1fr 52px 1fr; align-items: stretch; gap: 14px; padding: clamp(24px, 2.8vw, 32px); }
    .agent-mini {
      min-height: 220px;
      padding: 24px;
      border: 1px solid #e6e1ed;
      border-radius: 18px;
      background: #fff;
    }
    .agent-mini:first-child { animation: card-focus 6.5s ease-in-out infinite; }
    .agent-mini.rice {
      background: linear-gradient(160deg, #faf7ff, #fff);
      border-color: #ddd3f6;
      animation: card-focus 6.5s ease-in-out infinite 1.8s;
    }
    .mini-icon {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 14px;
      color: #533da3;
      background: var(--violet-soft);
      font-size: 22px;
      font-weight: 800;
    }
    .agent-mini:first-child .mini-icon {
      color: #944f3e;
      background: #ffe0d8;
      animation: icon-pulse 6.5s ease-in-out infinite;
    }
    .agent-mini.rice .mini-icon { animation: icon-pulse 6.5s ease-in-out infinite 1.8s; }
    .agent-mini h3 { margin: 18px 0 10px; font: 800 21px/1.18 Montserrat, Inter, sans-serif; }
    .agent-mini p { margin: 0; color: #77727d; font-size: 15px; line-height: 1.45; }
    .flow-arrow {
      display: grid;
      place-items: center;
      color: var(--violet-deep);
      font-size: 28px;
      animation: flow-pulse 1.6s ease-in-out infinite;
    }
    .ui-result {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 12px;
      padding: 0 clamp(24px, 2.8vw, 32px) clamp(24px, 2.8vw, 32px);
    }
    .ui-chip {
      padding: 14px 12px;
      border-radius: 12px;
      color: #77717d;
      background: #eeebf1;
      font-size: 12px;
      font-weight: 700;
      text-align: center;
    }
    .ui-chip:nth-child(1) { animation: chip-on 6.5s ease-in-out infinite 3.4s; }
    .ui-chip:nth-child(2) { animation: chip-on 6.5s ease-in-out infinite 4s; }
    .ui-chip:nth-child(3) { animation: chip-on 6.5s ease-in-out infinite 4.6s; }

    @keyframes hero-ui-float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }
    @keyframes ui-dot-breathe {
      0%, 100% { opacity: .55; transform: scale(.92); }
      50% { opacity: 1; transform: scale(1.08); }
    }
    @keyframes card-focus {
      0%, 18%, 42%, 100% { transform: translateY(0); border-color: #e6e1ed; box-shadow: none; }
      24%, 36% { transform: translateY(-5px); border-color: #c9b8f0; box-shadow: 0 16px 32px rgba(48,37,70,.12); }
    }
    @keyframes icon-pulse {
      0%, 18%, 42%, 100% { transform: scale(1); }
      24%, 36% { transform: scale(1.08); }
    }
    @keyframes flow-pulse {
      0%, 100% { opacity: .4; transform: translateX(0); }
      50% { opacity: 1; transform: translateX(6px); }
    }
    @keyframes flow-pulse-v {
      0%, 100% { opacity: .4; transform: rotate(90deg) translateX(0); }
      50% { opacity: 1; transform: rotate(90deg) translateX(6px); }
    }
    @keyframes chip-on {
      0%, 12%, 38%, 100% { color: #77717d; background: #eeebf1; transform: translateY(0); }
      18%, 32% { color: #664ab4; background: #e5ddf7; transform: translateY(-2px); }
    }

    .split-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-top: 40px;
      padding: 0;
      border: 0;
    }
    .info-card {
      display: flex;
      flex-direction: column;
      gap: 0;
      overflow: hidden;
      border: 1px solid rgba(46,46,46,.1);
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 12px 30px rgba(48,37,70,.04);
    }
    .info-card-head {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
      padding: 20px 24px 16px;
      border: 0;
      border-bottom: 1px solid rgba(46,46,46,.08);
      background: linear-gradient(180deg, #fbfafc, #f5f2f8);
    }
    .info-card:last-child .info-card-head {
      background: linear-gradient(180deg, #fafbfd, #f3f4f8);
    }
    .info-card-kicker {
      color: #9a6d5c;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .info-card:last-child .info-card-kicker { color: #7a6aa3; }
    .info-card-head h3 {
      margin: 0;
      color: var(--ink);
      font: 800 22px/1.15 Montserrat, Inter, sans-serif;
      letter-spacing: -.03em;
    }
    .info-card-body {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 16px;
      padding: 18px 24px 22px;
    }
    .info-card-lead {
      margin: 0;
      color: var(--muted-dark);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
    }
    .info-list {
      display: grid;
      gap: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid rgba(46,46,46,.08);
    }
    .info-list li {
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 2px 10px;
      padding: 12px 0;
      border: 0;
      border-bottom: 1px solid rgba(46,46,46,.08);
      border-radius: 0;
      background: none;
      counter-increment: info-step;
    }
    .info-list { counter-reset: info-step; }
    .info-list li:last-child { border-bottom: 0; padding-bottom: 0; }
    .info-list li::before {
      content: counter(info-step);
      grid-row: 1 / span 2;
      width: 24px;
      height: 24px;
      margin-top: 1px;
      border-radius: 8px;
      color: #9a6d5c;
      background: #f4e8e3;
      font: 800 11px/24px Montserrat, Inter, sans-serif;
      text-align: center;
      opacity: 1;
    }
    .info-card:last-child .info-list li::before {
      color: #6f5aa8;
      background: #ece7f7;
    }
    .info-list .info-label {
      grid-column: 2;
      color: var(--ink);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
    }
    .info-list .info-desc {
      grid-column: 2;
      color: var(--muted-dark);
      font-size: 13px;
      line-height: 1.4;
    }

    .meta-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 0;
      margin-top: 28px;
      padding: 0;
      overflow: hidden;
      border: 1px solid rgba(46,46,46,.1);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 10px 28px rgba(48,37,70,.04);
    }
    .meta-item {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 18px 20px;
      border: 0;
      border-right: 1px solid rgba(46,46,46,.1);
      border-radius: 0;
      background: none;
      box-shadow: none;
    }
    .meta-item:last-child { border-right: 0; }
    .meta-item span {
      color: #8a7aa8;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .meta-item b {
      display: block;
      margin: 0;
      color: var(--ink);
      font: 800 15px/1.25 Montserrat, Inter, sans-serif;
      letter-spacing: -.02em;
    }
    .meta-item p { margin: 0; color: var(--muted-dark); font-size: 12.5px; line-height: 1.4; }
    .meta-item a {
      color: var(--violet-deep);
      text-decoration: none;
      border-bottom: 1px solid rgba(121,95,194,.28);
    }

    .mc-block {
      margin-top: 40px;
      padding-top: 0;
      border-top: 0;
    }
    .mc-block-title {
      margin: 0 0 16px;
      color: var(--ink);
      font: 800 18px/1.2 Montserrat, Inter, sans-serif;
      letter-spacing: -.02em;
      text-align: center;
    }

    .timeline {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      margin-top: 0;
      overflow: hidden;
      border: 1px solid rgba(46,46,46,.1);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 10px 28px rgba(48,37,70,.04);
    }
    .timeline-item {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 12px;
      min-height: 100%;
      padding: 22px 20px 24px;
      border: 0;
      border-right: 1px solid rgba(46,46,46,.1);
      border-radius: 0;
      background: none;
      box-shadow: none;
    }
    .timeline-item:last-child { border-right: 0; }
    .time {
      display: inline-flex;
      align-self: flex-start;
      padding: 5px 10px;
      border: 0;
      border-radius: 999px;
      color: #6f5aa8;
      background: #ece7f7;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .04em;
    }
    .t-card {
      display: flex;
      flex-direction: column;
      gap: 8px;
      flex: 1;
      padding: 0;
      border: 0;
    }
    .t-card h3 { margin: 0; font: 800 17px/1.2 Montserrat, Inter, sans-serif; letter-spacing: -.02em; }
    .t-card p { margin: 0; color: var(--muted-dark); font-size: 13px; line-height: 1.45; }

    .team-board {
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      gap: 18px;
      margin-top: 0;
    }
    .team-panel {
      display: flex;
      flex-direction: column;
      gap: 14px;
      padding: 22px;
      border: 1px solid rgba(46,46,46,.1);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 10px 28px rgba(48,37,70,.04);
    }
    .team-kicker {
      color: #8a7aa8;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .moderators {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .moderator {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 14px 14px 16px;
      border-radius: 14px;
      background: #f7f5fa;
    }
    .moderator b {
      color: var(--ink);
      font: 700 15px/1.25 Montserrat, Inter, sans-serif;
    }
    .moderator p {
      margin: 0;
      color: var(--muted-dark);
      font-size: 13px;
      line-height: 1.4;
    }
    .jury-card {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 14px 14px 16px;
      border-radius: 14px;
      background: #f7f5fa;
    }
    .jury-names {
      margin: 0;
      color: var(--ink);
      font: 800 18px/1.25 Montserrat, Inter, sans-serif;
      letter-spacing: -.02em;
    }
    .jury-note {
      margin: 0;
      color: var(--muted-dark);
      font-size: 14px;
      line-height: 1.45;
    }

    .prize {
      display: grid;
      grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
      gap: 18px 28px;
      align-items: center;
      margin-top: 18px;
      padding: 24px 26px;
      border: 1px solid rgba(151,125,217,.22);
      border-radius: 18px;
      background:
        linear-gradient(135deg, rgba(151,125,217,.1), rgba(253,190,188,.14) 55%, rgba(255,255,255,.9));
      box-shadow: 0 12px 32px rgba(48,37,70,.05);
    }
    .prize-copy {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .prize-kicker {
      color: #6f5aa8;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .prize h3 {
      margin: 0;
      color: var(--ink);
      font: 800 24px/1.15 Montserrat, Inter, sans-serif;
      letter-spacing: -.03em;
    }
    .prize-lead {
      margin: 0;
      max-width: 360px;
      color: var(--muted-dark);
      font-size: 14px;
      line-height: 1.45;
    }
    .prize-perks {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }
    .prize-perk {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding: 14px 16px;
      border-radius: 14px;
      background: rgba(255,255,255,.82);
      border: 1px solid rgba(255,255,255,.9);
    }
    .prize-perk b {
      color: var(--violet-deep);
      font: 800 20px/1.1 Montserrat, Inter, sans-serif;
      letter-spacing: -.02em;
    }
    .prize-perk span {
      color: var(--muted-dark);
      font-size: 13px;
      font-weight: 600;
      line-height: 1.3;
    }

    .process-flow {
      display: grid;
      grid-template-columns: repeat(5,1fr);
      gap: 10px;
      margin-top: 28px;
    }
    .stage {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      min-height: 0;
      height: 100%;
      padding: 18px 16px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
      box-shadow: none;
    }
    .stage:first-child {
      border-color: rgba(253,190,188,.18);
      background: linear-gradient(145deg, rgba(253,190,188,.08), rgba(255,255,255,.02));
    }
    .stage-label {
      color: rgba(215,207,244,.72);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .stage:first-child .stage-label { color: rgba(253,190,188,.78); }
    .stage h3 {
      margin: 0;
      color: #f0f0f3;
      font: 800 15px/1.2 Montserrat, Inter, sans-serif;
      letter-spacing: -.02em;
    }
    .stage p {
      margin: 0;
      color: var(--muted);
      font-size: 12.5px;
      line-height: 1.45;
    }
    .stage-owner {
      display: inline-flex;
      margin-top: auto;
      padding: 5px 9px;
      border-radius: 999px;
      color: rgba(215,207,244,.9);
      background: rgba(151,125,217,.16);
      font-size: 9px;
      font-weight: 700;
    }
    .stage:first-child .stage-owner {
      color: rgba(253,190,188,.92);
      background: rgba(253,190,188,.12);
    }
    .formula-card {
      display: flex;
      gap: 28px;
      align-items: center;
      margin-top: 16px;
      padding: 18px 22px;
      border-radius: 16px;
      background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
      border: 1px solid var(--line);
    }
    .formula-card code {
      display: inline-block;
      flex-shrink: 0;
      padding: 10px 16px;
      border-radius: 12px;
      color: var(--peach);
      background: rgba(253,190,188,.12);
      font: 800 clamp(14px,1.6vw,20px)/1.2 Montserrat, Inter, sans-serif;
    }
    .formula-card p {
      flex: 1;
      margin: 0;
      color: var(--muted);
      font-size: clamp(13px, 1.2vw, 15px);
      line-height: 1.45;
    }

    #method.section { padding: clamp(56px, 6vw, 80px) 0; }
    #method .section-lead { margin-top: 10px; max-width: 860px; font-size: clamp(13px, 1.2vw, 15px); }
    #method .section-title { max-width: 820px; font-size: clamp(22px, 2.5vw, 30px); }
    #method .cta-note {
      max-width: none;
      margin-top: 18px;
      text-align: center;
    }

    #prepare .cta-row { justify-content: center; margin-top: 48px; }

    .agent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
    .agent-card {
      display: flex;
      flex-direction: column;
      min-height: 420px;
      padding: 34px;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    }
    .agent-card.bank { background: linear-gradient(145deg, rgba(253,190,188,.1), rgba(255,255,255,.025)); }
    .agent-kicker { color: var(--peach); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    .agent-card.rice .agent-kicker { color: var(--violet-soft); }
    .agent-card h3 { margin: 18px 0 12px; font: 800 clamp(26px,3vw,36px)/1.08 Montserrat, Inter, sans-serif; }
    .agent-card > p { margin: 0; color: var(--muted); }
    .agent-card ul { display: grid; gap: 10px; margin: 24px 0 28px; padding: 0; list-style: none; }
    .agent-card li { position: relative; padding-left: 24px; color: #d3d3d8; font-size: 14px; }
    .agent-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
    .agent-card .cta-row { margin-top: auto; }
    .agent-card .btn { width: 100%; }
    .method-link {
      display: inline-flex;
      margin-top: 22px;
      color: var(--violet-soft);
      font-size: 14px;
      font-weight: 700;
    }

    .platform-hero {
      position: relative;
      overflow: hidden;
      padding: clamp(56px, 8vw, 92px) 0;
      text-align: center;
      background: linear-gradient(135deg, #6B52A8 0%, #9B72C8 52%, #E0886A 100%);
    }
    .platform-hero h2 {
      max-width: 780px;
      margin: 0 auto;
      font: 800 clamp(24px, 2.8vw, 34px)/1.18 Montserrat, Inter, sans-serif;
      letter-spacing: -.04em;
      text-wrap: balance;
    }
    .platform-hero p {
      max-width: 860px;
      margin: 18px auto 0;
      color: rgba(255,255,255,.9);
      font-size: 18px;
      text-wrap: pretty;
    }
    .platform-light { color: var(--ink); background: var(--paper); }
    .platform-light .section-lead { color: var(--muted-dark); }
    .platform-light .eyebrow { color: var(--violet-deep); }
    .feat-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 16px;
      margin-top: 46px;
    }
    .feat {
      min-height: 0;
      padding: 26px 24px 28px;
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 10px 30px rgba(48,37,70,.05);
    }
    .lc-icon { display: block; flex: 0 0 auto; }
    .feat h3 { margin: 0 0 10px; font: 800 18px/1.2 Montserrat, Inter, sans-serif; }
    .feat p { margin: 0; color: var(--muted-dark); font-size: 14px; }
    .iface-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 16px;
      margin-top: 46px;
    }
    .iface {
      padding: 28px;
      border-radius: 18px;
      background: #fff;
    }
    .iface .lc-icon,
    .iface svg { width: 36px; height: 36px; color: var(--violet-deep); }
    .iface h3 { margin: 18px 0 10px; font: 800 20px/1.2 Montserrat, Inter, sans-serif; }
    .iface p { margin: 0; color: var(--muted-dark); font-size: 14px; }
    .iface em {
      display: block;
      margin-top: 14px;
      color: var(--violet-deep);
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
    }
    .banner {
      margin-top: 28px;
      padding: 22px 26px;
      border-radius: 16px;
      background: #e8e1f6;
      color: #3f2f68;
      font-size: 15px;
      font-weight: 600;
    }

    .steps {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px 28px;
      margin-top: 32px;
      padding: 0;
    }
    .steps::before {
      content: "";
      position: absolute;
      top: 17px;
      left: 12.5%;
      width: 75%;
      height: 2px;
      z-index: 0;
      border-radius: 2px;
      background: linear-gradient(90deg, rgba(121,95,194,.35), rgba(121,95,194,.7), rgba(253,190,188,.75));
      pointer-events: none;
    }
    .step {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      padding: 0;
      border: 0;
      background: none;
      box-shadow: none;
      text-align: center;
      opacity: 0;
      transform: translateY(12px);
      transition: opacity .45s ease, transform .45s ease;
    }
    .steps.is-visible .step {
      opacity: 1;
      transform: translateY(0);
    }
    .steps.is-visible .step:nth-child(1) { transition-delay: .05s; }
    .steps.is-visible .step:nth-child(2) { transition-delay: .18s; }
    .steps.is-visible .step:nth-child(3) { transition-delay: .31s; }
    .steps.is-visible .step:nth-child(4) { transition-delay: .44s; }
    .step-num {
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #fff;
      background: linear-gradient(135deg, var(--violet-deep), var(--violet));
      box-shadow: 0 0 0 8px var(--paper);
      font: 800 14px/1 Montserrat, Inter, sans-serif;
    }
    .step h3 {
      margin: 0;
      color: var(--ink);
      font: 800 16px/1.2 Montserrat, Inter, sans-serif;
      letter-spacing: -.02em;
    }
    .step p {
      max-width: 220px;
      margin: 0;
      color: var(--muted-dark);
      font-size: 13px;
      line-height: 1.4;
    }
    .prepare-steps-title {
      max-width: 860px;
      margin: 24px auto 0;
      text-align: center;
      font: 700 15px/1.45 Inter, sans-serif;
      color: var(--muted-dark);
    }

    .final { padding: 70px 0 120px; }
    .final-card {
      position: relative;
      overflow: hidden;
      padding: clamp(38px, 8vw, 92px);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 36px;
      text-align: center;
      background:
        radial-gradient(520px 360px at 18% 100%, rgba(253,190,188,.16), transparent 70%),
        radial-gradient(640px 400px at 90% 0%, rgba(151,125,217,.22), transparent 70%),
        #1d1d21;
    }
    .final-card .eyebrow {
      margin: 0 auto 28px;
    }
    .final-card .eyebrow::before {
      content: none;
      display: none;
    }
    .final-card h2 {
      max-width: 720px;
      margin: 0 auto;
      font: 800 clamp(24px, 2.8vw, 34px)/1.2 Montserrat, Inter, sans-serif;
      letter-spacing: -.04em;
      text-wrap: unset;
    }
    .final-card h2 .final-title-line {
      display: block;
    }
    @media (min-width: 760px) {
      .final-card h2 .final-title-line { white-space: nowrap; }
    }
    .final-card .final-accent {
      max-width: 680px;
      margin: 16px auto 0;
      font: 700 clamp(18px, 1.85vw, 22px)/1.4 Montserrat, Inter, sans-serif;
      letter-spacing: -.02em;
    }
    .final-card p {
      max-width: 900px;
      margin: 22px auto 0;
      color: #bcbcc4;
      font-size: 17px;
      text-wrap: pretty;
    }
    .final-card .cta-row { justify-content: center; }

    footer { padding: 28px 0 110px; color: #85858e; font-size: 11px; }
    .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
    .footer-links a { text-decoration: none; }
    .footer-logos { display: flex; align-items: center; gap: 14px; }
    .footer-logos img { height: 18px; width: auto; }
    .footer-logos a:last-child img { height: 26px; }

    .mobile-cta {
      position: fixed;
      inset: auto 0 0;
      z-index: 70;
      display: none;
      gap: 8px;
      padding: 10px 14px calc(10px + var(--safe-b));
      border-top: 1px solid var(--line);
      background: rgba(20,20,22,.94);
    }
    .mobile-cta .btn { min-height: 44px; flex: 1; padding-inline: 8px; font-size: 11px; }

    @media (max-width: 980px) {
      :root { --nav-h: 64px; }
      .nav-inner { gap: 10px; }
      .nav-links { display: none; }
      .nav-partners { display: none; }
      .nav-toggle { display: inline-flex; flex: 0 0 auto; }
      .nav-cta {
        margin-left: auto;
        min-height: 40px;
        padding: 0 14px;
        font-size: 12px;
      }
      .nav-drawer {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 60;
        max-height: min(70vh, calc(100dvh - var(--nav-h)));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 12px 0 18px;
        border-bottom: 1px solid var(--line);
        background: rgba(18,18,20,.97);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        box-shadow: 0 24px 48px rgba(0,0,0,.35);
      }
      .nav.is-open .nav-drawer { display: block; }
      .nav-drawer-inner {
        display: grid;
        gap: 14px;
        width: min(calc(100% - 28px), var(--max));
        margin-inline: auto;
      }
      .nav-drawer-links { display: grid; gap: 4px; }
      .nav-drawer-links a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 14px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 12px;
        color: #ececf1;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        background: rgba(255,255,255,.03);
      }
      .nav-drawer-partners {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 14px;
        padding-top: 4px;
      }
      .nav-drawer-partners img { height: 24px; width: auto; display: block; }
      .nav-drawer-partners .logo-4cio { height: 20px; }
      .nav-drawer-cta {
        display: none;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        border-radius: 12px;
        color: #171719;
        background: linear-gradient(120deg, #fff 0 45%, var(--peach) 125%);
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
      }
      body.nav-lock { overflow: hidden; }

      .hero-grid, .split-2, .agent-grid, .team-board, .feat-grid, .iface-grid { grid-template-columns: 1fr; }
      .moderators { grid-template-columns: 1fr 1fr; }
      .prize { grid-template-columns: 1fr; }
      .steps { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
      .steps::before { display: none; }
      .step { align-items: flex-start; text-align: left; }
      .step p { max-width: none; }
      .step-num { box-shadow: none; }
      .meta-grid { grid-template-columns: 1fr 1fr; }
      .meta-item { border-right: 0; border-bottom: 1px solid rgba(46,46,46,.1); }
      .meta-item:nth-child(odd) { border-right: 1px solid rgba(46,46,46,.1); }
      .meta-item:nth-last-child(-n+2) { border-bottom: 0; }
      .process-flow { grid-template-columns: 1fr 1fr; }
      .timeline { grid-template-columns: 1fr; }
      .timeline-item { border-right: 0; border-bottom: 1px solid rgba(46,46,46,.1); }
      .timeline-item:last-child { border-bottom: 0; }
      .hero-ui { width: min(100%,520px); max-width: 520px; justify-self: stretch; }
      .hero { padding: 36px 0 56px; }
      .section { padding: 72px 0; }
      .final-card { border-radius: 28px; padding: 36px 28px; }
      .final-card h2 .final-title-line { white-space: normal; }
    }
    @media (max-width: 720px) {
      :root { --nav-h: 60px; }
      body { padding-bottom: calc(78px + var(--safe-b)); }
      .wrap { width: min(calc(100% - 24px), var(--max)); }
      .section { padding: 56px 0; }
      .nav-cta { display: none; }
      .nav-drawer-cta { display: flex; }
      .nav-toggle { width: 40px; height: 40px; flex: 0 0 auto; margin-left: auto; }
      .brand img { height: 20px; }
      h1 { max-width: none; font-size: clamp(24px, 7vw, 30px); }
      h1 .hero-title-line { white-space: normal; }
      .hero-sub--accent { font-size: clamp(16px, 4.4vw, 19px); }
      .hero-lead { font-size: 14px; }
      .cta-row { display: grid; grid-template-columns: 1fr; }
      .cta-row .btn { width: 100%; }
      .cta-note { font-size: 13px; }
      .section-title, .final-card h2, .platform-hero h2 {
        max-width: none;
        font-size: clamp(22px, 6.2vw, 26px);
      }
      .section-lead { font-size: 14px; }
      .hero { padding: 28px 0 48px; }
      .hero-grid { gap: 28px; }
      .hero-ui { max-width: none; width: 100%; padding: 0; }
      .agent-flow { grid-template-columns: 1fr; }
      .flow-arrow { min-height: 24px; animation-name: flow-pulse-v; }
      .ui-result, .meta-grid, .process-flow, .steps { grid-template-columns: 1fr; }
      .meta-item { border-right: 0; border-bottom: 1px solid rgba(46,46,46,.1); }
      .meta-item:nth-child(odd) { border-right: 0; }
      .meta-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(46,46,46,.1); }
      .meta-item:last-child { border-bottom: 0; }
      .moderators { grid-template-columns: 1fr; }
      .prize { padding: 20px; gap: 16px; }
      .prize-perks { grid-template-columns: 1fr; }
      .prize h3 { font-size: 22px; }
      .steps::before { display: none; }
      .step { align-items: flex-start; text-align: left; }
      .step p { max-width: none; }
      .timeline { grid-template-columns: 1fr; }
      .timeline-item { border-right: 0; border-bottom: 1px solid rgba(46,46,46,.1); padding: 18px 16px; }
      .timeline-item:last-child { border-bottom: 0; }
      .info-card-head, .info-card-body { padding-left: 18px; padding-right: 18px; }
      .formula-card { flex-direction: column; align-items: flex-start; gap: 14px; }
      .agent-card { min-height: 0; padding: 22px; }
      .agent-card h3 { font-size: 26px; }
      .feat, .iface { padding: 22px; }
      .platform-hero { padding: 48px 0; }
      .platform-hero p { font-size: 16px; }
      .final { padding: 40px 0 96px; }
      .final-card { padding: 28px 18px 30px; border-radius: 24px; }
      .final-card .final-accent { font-size: 17px; }
      .final-card p { font-size: 15px; }
      .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
      .mobile-cta { display: flex; padding: 10px 12px calc(10px + var(--safe-b)); }
      .mobile-cta .btn { min-height: 46px; font-size: 12px; padding-inline: 10px; }
      .mc-block-title { font-size: 17px; }
      .event-meta { font-size: 12px; line-height: 1.45; }
    }
    @media (max-width: 420px) {
      .hero-badge { font-size: 10px; }
      .nav-drawer-links a { font-size: 14px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
      .hero-ui,
      .ui-dot,
      .agent-mini,
      .mini-icon,
      .flow-arrow,
      .ui-chip { animation: none; }
      .step {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }

.page-crumbs-wrap{
  position:absolute;
  left:0;
  right:0;
  top:18px;
  z-index:5;
  padding:0;
  pointer-events:none;
}
.page-crumbs-wrap .page-crumbs{pointer-events:auto}
.page-crumbs{display:flex;flex-wrap:nowrap;align-items:center;gap:6px 8px;margin:0;max-width:100%;min-width:0;overflow:hidden;color:rgba(255,255,255,.52);font-size:13px;font-weight:500;line-height:1.35}
.page-crumbs a{flex:0 0 auto;color:inherit;text-decoration:none}
.page-crumbs a:hover{color:rgba(255,255,255,.78)}
.page-crumbs__sep{flex:0 0 auto;color:rgba(255,255,255,.32);font-weight:400}
.page-crumbs [aria-current="page"]{flex:1 1 auto;min-width:0;overflow:hidden;color:rgba(255,255,255,.52);white-space:nowrap;text-overflow:ellipsis}
.hero{padding-top:clamp(72px,8vw,112px)}
@media(max-width:900px){.page-crumbs-wrap{top:14px}.hero{padding-top:68px}}
@media(max-width:600px){.hero{padding-top:64px}}
