.tilda-onp,
.tilda-onp * { box-sizing: border-box; margin: 0; padding: 0; }
.tilda-onp { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; font-size: 24px; line-height: 1.5; color: #000000; max-width: 1400px; margin: 0 auto; padding: 20px 16px; }
.tilda-onp .block { background: transparent; border: 2px solid rgba(0,0,0,0.15); border-radius: 20px; padding: 24px 28px 80px 28px; min-height: 650px; height: auto; position: relative; display: flex; flex-direction: column; transition: border-color 0.3s ease; margin-bottom: 24px; }
.tilda-onp .block:hover { border-color: #2563eb; }
.tilda-onp .block-number { position: absolute; bottom: 10px; right: 16px; font-size: 72px; font-weight: 900; color: rgba(0,0,0,0.05); line-height: 1; pointer-events: none; z-index: 0; }
.tilda-onp .sec-label { font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 2.5px; color: #4a4a68; margin-bottom: 8px; display: flex; align-items: center; gap: 12px; }
.tilda-onp .sec-label::before { content: ''; width: 32px; height: 5px; background: linear-gradient(90deg, #2563eb, #7c3aed); border-radius: 5px; }
.tilda-onp .sec-title { font-size: clamp(32px, 3.5vw, 42px); font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; margin: 8px 0 16px; }
.tilda-onp .gr-text { background: linear-gradient(135deg, #2563eb, #0891b2, #7c3aed); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.tilda-onp .gr-amber { background: linear-gradient(135deg, #d97706, #f97316, #e11d48); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.tilda-onp .gr-emerald { background: linear-gradient(135deg, #059669, #0891b2, #2563eb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.tilda-onp .rv { opacity: 0; transform: translateY(20px); transition: all 0.5s cubic-bezier(0.4,0,0.2,1); }
.tilda-onp .rv.on { opacity: 1; transform: translateY(0); }
.tilda-onp .hero-block .block-title { font-size: 32px; font-weight: 900; margin-bottom: 16px; display: flex; align-items: center; gap: 14px; }
.tilda-onp .hero-block .block-title .ico { font-size: 38px; }
.tilda-onp .hero-block .block-title::after { content: ''; flex: 1; height: 5px; background: linear-gradient(90deg, #2563eb, transparent); border-radius: 5px; }
.tilda-onp .hero-block .context-text { font-size: 20px; color: #2a2a4a; line-height: 1.5; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 3px dashed rgba(0,0,0,0.08); }
.tilda-onp .info-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 16px; }
.tilda-onp .info-card { padding: 14px 16px; background: rgba(255,255,255,0.4); border: 2px solid rgba(0,0,0,0.08); border-radius: 14px; transition: border-color 0.3s ease; }
.tilda-onp .info-card:hover { border-color: #2563eb; }
.tilda-onp .info-card .ic-title { font-size: 18px; font-weight: 800; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.tilda-onp .info-card .ic-text { font-size: 16px; color: #2a2a4a; line-height: 1.4; }
.tilda-onp .percent-highlight { color: #059669; font-weight: 900; font-size: 22px; display: inline-block; padding: 4px 8px; border-radius: 8px; border: 2px solid #059669; }
.tilda-onp .highlight-bar { padding: 14px 18px; border-left: 5px solid #2563eb; border-radius: 0 12px 12px 0; margin-bottom: 16px; border: 2px solid rgba(0,0,0,0.08); background: rgba(255,255,255,0.4); }
.tilda-onp .highlight-bar .hb-line { font-size: 18px; font-weight: 600; margin-bottom: 5px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tilda-onp .bottom-cards-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: auto; padding-top: 16px; border-top: 3px dashed rgba(0,0,0,0.08); }
.tilda-onp .bottom-card { display: flex; align-items: flex-start; gap: 12px; padding: 14px 18px; background: rgba(255,255,255,0.4); border: 2px solid rgba(0,0,0,0.08); border-radius: 12px; }
.tilda-onp .bottom-card .bc-ico { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; border: 2px solid; }
.tilda-onp .bottom-card .bc-ico.blue { border-color: #2563eb; }
.tilda-onp .bottom-card .bc-ico.green { border-color: #059669; }
.tilda-onp .roadmap-timeline { display: flex; align-items: flex-start; gap: 0; margin: 16px 0; flex: 1; position: relative; min-height: 0; }
.tilda-onp .roadmap-timeline::before { content: ''; position: absolute; top: 48px; left: 46px; right: 46px; height: 5px; background: linear-gradient(90deg, #2563eb, #7c3aed, #0891b2, #d97706, #059669); border-radius: 5px; border: 1px solid rgba(0,0,0,0.15); }
.tilda-onp .rm-timeline-step { flex: 1; text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.tilda-onp .rm-timeline-step .rm-dot { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; color: #000; border: 3px solid; margin: 30px auto 10px; }
.tilda-onp .rm-timeline-step.blue .rm-dot { background: #2563eb; border-color: #2563eb; }
.tilda-onp .rm-timeline-step.violet .rm-dot { background: #7c3aed; border-color: #7c3aed; }
.tilda-onp .rm-timeline-step.cyan .rm-dot { background: #0891b2; border-color: #0891b2; }
.tilda-onp .rm-timeline-step.amber .rm-dot { background: #d97706; border-color: #d97706; }
.tilda-onp .rm-timeline-step.emerald .rm-dot { background: #059669; border-color: #059669; }
.tilda-onp .rm-timeline-step .rm-icon { font-size: 32px; margin-bottom: 8px; }
.tilda-onp .rm-timeline-step h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.tilda-onp .rm-timeline-step .rm-dur { font-size: 14px; color: #4a4a68; font-weight: 700; margin-bottom: 8px; font-family: monospace; }
.tilda-onp .rm-timeline-step .rm-items { list-style: none; text-align: left; }
.tilda-onp .rm-timeline-step .rm-items li { font-size: 15px; color: #2a2a4a; padding: 3px 0; line-height: 1.4; }
.tilda-onp .rm-timeline-step .rm-items li::before { content: '›'; margin-right: 6px; opacity: 0.5; color: #2563eb; font-weight: 700; }
.tilda-onp .evo-section { border: 2px solid rgba(0,0,0,0.08); border-radius: 16px; margin: 10px 0; flex: 1; display: flex; flex-direction: column; min-height: 0; overflow: hidden; padding: 8px; background: rgba(255,255,255,0.4); }
.tilda-onp .evo-flow { display: flex; gap: 10px; align-items: stretch; flex-wrap: wrap; justify-content: center; flex: 1; min-height: 0; }
.tilda-onp .evo-card { flex: 1 1 260px; border-radius: 14px; padding: 14px 16px; position: relative; border-top: 5px solid transparent; display: flex; flex-direction: column; max-height: 100%; overflow: hidden; min-height: 0; border: 2px solid rgba(0,0,0,0.15); background: #fff; }
.tilda-onp .evo-card.model-0 { border-top-color: #64748b; }
.tilda-onp .evo-card.model-1 { border-top-color: #d97706; }
.tilda-onp .evo-card.model-2 { border-top-color: #059669; border: 3px solid #059669; }
.tilda-onp .evo-badge { display: inline-block; padding: 4px 10px; border-radius: 16px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; border: 2px solid; }
.tilda-onp .badge-0 { border-color: #64748b; color: #64748b; }
.tilda-onp .badge-1 { border-color: #d97706; color: #d97706; }
.tilda-onp .badge-2 { border-color: #059669; color: #059669; }
.tilda-onp .evo-card h3 { font-size: 20px; margin: 0 0 6px; color: #000; font-weight: 800; line-height: 1.15; }
.tilda-onp .evo-principle { font-size: 15px; color: #2a2a4a; margin: 0 0 8px; font-style: italic; line-height: 1.3; }
.tilda-onp .evo-tools { display: flex; flex-direction: column; gap: 6px; margin-bottom: 8px; flex-grow: 1; }
.tilda-onp .tool-item { font-size: 15px; padding: 7px 8px; border-radius: 10px; border-left: 4px solid; line-height: 1.3; display: flex; align-items: center; gap: 6px; border: 2px solid rgba(0,0,0,0.15); }
.tilda-onp .evo-card.model-2 .tool-item { border-left-color: #059669; font-weight: 600; }
.tilda-onp .evo-delta { border-radius: 10px; padding: 8px; margin-top: auto; border: 2px solid rgba(0,0,0,0.15); }
.tilda-onp .evo-card.model-2 .evo-delta { border-color: #059669; }
.tilda-onp .delta-label { font-size: 12px; font-weight: 800; text-transform: uppercase; margin: 0 0 4px; }
.tilda-onp .delta-warning { color: #b91c1c; }
.tilda-onp .delta-changed { color: #d97706; }
.tilda-onp .delta-added { color: #059669; font-size: 14px; }
.tilda-onp .delta-text { font-size: 15px; color: #000; line-height: 1.35; margin: 0; font-weight: 600; }
.tilda-onp .evo-arrow { display: flex; align-items: center; justify-content: center; font-size: 26px; color: #4a4a68; min-width: 1.6rem; }
.tilda-onp .level-tag { display: inline-flex; padding: 2px 7px; border-radius: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; flex-shrink: 0; border: 1px solid; }
.tilda-onp .level-tag.fed { border-color: #2563eb; color: #2563eb; }
.tilda-onp .level-tag.reg { border-color: #7c3aed; color: #7c3aed; }
.tilda-onp .level-tag.mun { border-color: #0891b2; color: #0891b2; }
.tilda-onp .sol-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 10px 0; flex: 1; min-height: 0; }
.tilda-onp .sol { padding: 14px 16px; border: 2px solid rgba(0,0,0,0.08); border-radius: 12px; display: flex; flex-direction: column; min-height: 0; background: rgba(255,255,255,0.4); }
.tilda-onp .sol-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.tilda-onp .sol-header .sol-num { font-size: 12px; font-weight: 800; color: #7c3aed; border: 2px solid #7c3aed; padding: 3px 8px; border-radius: 6px; }
.tilda-onp .sol .s-icon { font-size: 30px; }
.tilda-onp .sol h3 { font-size: 19px; font-weight: 800; }
.tilda-onp .sol p { font-size: 16px; color: #2a2a4a; line-height: 1.35; margin-bottom: auto; }
.tilda-onp .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.tilda-onp .tags .t { padding: 4px 9px; border-radius: 9px; font-size: 12px; font-weight: 700; border: 2px solid; }
.tilda-onp .tags .t.b { border-color: #2563eb; color: #2563eb; }
.tilda-onp .tags .t.v { border-color: #7c3aed; color: #7c3aed; }
.tilda-onp .tags .t.e { border-color: #059669; color: #059669; }
.tilda-onp .sol-note { margin-top: auto; padding: 10px 14px; border-radius: 10px; border: 3px solid #059669; display: flex; align-items: center; gap: 8px; background: rgba(5,150,105,0.05); }
.tilda-onp .sol-note .e { font-size: 22px; }
.tilda-onp .sol-note p { font-size: 16px; color: #000; margin: 0; font-weight: 700; }
.tilda-onp .block-assist { position: relative; overflow: visible !important; }
.tilda-onp .assist-hint { font-size: 16px; color: #4a4a68; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.tilda-onp .assist-list { display: flex; gap: 12px; flex: 1; position: relative; z-index: 2; min-height: 0; flex-wrap: wrap; }
.tilda-onp .assist-step { flex: 1; border: 2px solid rgba(0,0,0,0.08); border-radius: 14px; padding: 16px; cursor: pointer; transition: all 0.25s ease; position: relative; z-index: 3; display: flex; flex-direction: column; min-width: 0; background: rgba(255,255,255,0.4); }
.tilda-onp .assist-step:hover { border-color: #2563eb; }
.tilda-onp .assist-step.active { border-color: #2563eb; border-width: 3px; z-index: 4; background: #fff; }
.tilda-onp .as-num { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; margin-bottom: 8px; font-size: 16px; flex-shrink: 0; }
.tilda-onp .assist-step.blue .as-num { background: #2563eb; }
.tilda-onp .assist-step.violet .as-num { background: #7c3aed; }
.tilda-onp .assist-step.cyan .as-num { background: #0891b2; }
.tilda-onp .assist-step.amber .as-num { background: #d97706; }
.tilda-onp .assist-step.emerald .as-num { background: #059669; }
.tilda-onp .assist-step h3 { font-size: 18px; font-weight: 800; margin: 0 0 4px; color: #000; line-height: 1.25; }
.tilda-onp .assist-step .as-dur { font-size: 14px; color: #4a4a68; font-weight: 700; margin-bottom: 7px; font-family: monospace; }
.tilda-onp .assist-step .as-items { list-style: none; padding: 0; margin: 0; }
.tilda-onp .assist-step .as-items li { font-size: 15px; color: #2a2a4a; padding: 3px 0; line-height: 1.35; }
.tilda-onp .assist-step .as-items li::before { content: '›'; margin-right: 7px; opacity: 0.6; color: #2563eb; font-weight: 700; }
.tilda-onp .assist-detail { position: absolute; top: 100%; left: 0; right: 0; margin-top: 20px; background: #ffffff; border: 2px solid rgba(0,0,0,0.15); border-radius: 18px; padding: 16px 18px; box-shadow: 0 8px 30px rgba(0,0,0,0.15); opacity: 0; visibility: hidden; transform: translateY(10px) scale(0.98); transition: all 0.35s cubic-bezier(0.4,0,0.2,1); z-index: 100; pointer-events: none; }
.tilda-onp .assist-detail.active { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.tilda-onp .assist-detail h4 { font-size: 20px; font-weight: 800; margin: 0 0 12px; padding-bottom: 10px; border-bottom: 2px solid rgba(0,0,0,0.08); display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.tilda-onp .close-btn { position: absolute; top: 14px; right: 14px; width: 28px; height: 28px; background: transparent; color: #4a4a68; border: none; font-size: 22px; font-weight: 300; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; z-index: 15; line-height: 1; padding: 0; }
.tilda-onp .close-btn:hover { color: #e11d48; transform: scale(1.2); }
.tilda-onp .detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; flex: 1; min-height: 0; overflow-y: auto; max-height: 400px; }
.tilda-onp .sub-stage { border-radius: 10px; padding: 10px 12px; border-left: 3px solid #2563eb; transition: transform 0.2s; border: 2px solid rgba(0,0,0,0.08); }
.tilda-onp .sub-stage:hover { transform: translateX(2px); }
.tilda-onp .sub-stage.v { border-left-color: #7c3aed; }
.tilda-onp .sub-stage.c { border-left-color: #0891b2; }
.tilda-onp .sub-stage.a { border-left-color: #d97706; }
.tilda-onp .sub-stage.e { border-left-color: #059669; }
.tilda-onp .sub-title { font-size: 15px; font-weight: 800; color: #000; margin: 0 0 6px; display: flex; justify-content: space-between; }
.tilda-onp .badge { padding: 1px 6px; border-radius: 4px; font-size: 11px; font-weight: 700; border: 2px solid #2563eb; color: #2563eb; }
.tilda-onp .task-list { list-style: none; padding: 0; margin: 0; }
.tilda-onp .task-list li { position: relative; padding: 2px 0 2px 14px; font-size: 14px; color: #2a2a4a; line-height: 1.35; margin-bottom: 3px; }
.tilda-onp .task-list li::before { content: '•'; position: absolute; left: 4px; color: #2563eb; font-weight: 900; font-size: 14px; }
.tilda-onp .result-box { margin-top: 10px; padding: 10px 12px; border-radius: 8px; border: 2px solid #059669; display: flex; align-items: flex-start; gap: 6px; flex-shrink: 0; background: rgba(5,150,105,0.05); }
.tilda-onp .result-box .icon { font-size: 18px; }
.tilda-onp .result-box p { font-size: 14px; color: #000; margin: 0; line-height: 1.35; }
.tilda-onp .result-box strong { color: #059669; }
.tilda-onp .auto-play-indicator { position: absolute; top: 14px; right: 28px; font-size: 13px; font-weight: 700; color: #4a4a68; padding: 4px 10px; border-radius: 14px; display: flex; align-items: center; gap: 5px; border: 2px solid rgba(0,0,0,0.08); background: rgba(255,255,255,0.4); }
.tilda-onp .auto-play-indicator::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #059669; }
.tilda-onp .plan-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; flex: 1; min-height: 0; }
.tilda-onp .plan-col { border: 2px solid rgba(0,0,0,0.08); border-radius: 14px; padding: 14px; display: flex; flex-direction: column; min-height: 0; background: rgba(255,255,255,0.4); }
.tilda-onp .plan-col:nth-child(2), .tilda-onp .plan-col:nth-child(3) { border: 3px solid #059669; }
.tilda-onp .plan-col .pc-title { font-size: 15px; font-weight: 800; margin-bottom: 8px; padding-bottom: 7px; border-bottom: 3px solid rgba(0,0,0,0.08); display: flex; align-items: center; gap: 7px; }
.tilda-onp .plan-flow { display: flex; flex-direction: column; gap: 4px; flex: 1; min-height: 0; }
.tilda-onp .pf-level { text-align: center; }
.tilda-onp .pf-level .pf-label { font-size: 10px; font-weight: 700; text-transform: uppercase; color: #4a4a68; margin-bottom: 3px; display: flex; align-items: center; justify-content: center; gap: 3px; }
.tilda-onp .pf-level .pf-box { font-size: 13px; font-weight: 700; padding: 8px 7px; border-radius: 10px; text-align: center; line-height: 1.2; border: 2px solid; }
.tilda-onp .pf-level .pf-box.blue { background: #2563eb; color: #fff; border-color: #2563eb; }
.tilda-onp .pf-level .pf-box.light-blue { border-color: #2563eb; color: #2563eb; }
.tilda-onp .pf-level .pf-box.light-amber { border-color: #d97706; color: #d97706; }
.tilda-onp .pf-level .pf-box.light-purple { border-color: #7c3aed; color: #7c3aed; }
.tilda-onp .pf-level .pf-box.light-green { border-color: #059669; color: #059669; font-weight: 800; }
.tilda-onp .pf-level .pf-box.light-pink { border-color: #e11d48; color: #e11d48; font-weight: 800; }
.tilda-onp .pf-level .pf-box.light-cyan { border-color: #0891b2; color: #0891b2; font-weight: 800; }
.tilda-onp .pf-level .pf-sub { display: flex; gap: 3px; margin-top: 3px; justify-content: center; flex-wrap: wrap; }
.tilda-onp .pf-level .pf-sub span { font-size: 10px; padding: 2px 6px; border-radius: 6px; border: 2px solid rgba(0,0,0,0.08); color: #2a2a4a; font-weight: 700; }
.tilda-onp .pf-arrow { text-align: center; font-size: 15px; color: #4a4a68; line-height: 1; margin: 2px 0; }
.tilda-onp .pf-new { font-size: 10px; padding: 2px 6px; border-radius: 5px; background: #059669; color: #fff; font-weight: 800; vertical-align: middle; border: 2px solid #059669; }
.tilda-onp .pf-improved { font-size: 10px; padding: 2px 6px; border-radius: 5px; background: #d97706; color: #fff; font-weight: 800; vertical-align: middle; border: 2px solid #d97706; }
.tilda-onp .pf-tag { font-size: 10px; padding: 2px 6px; border-radius: 6px; display: inline-block; margin-top: 3px; border: 2px solid; }
.tilda-onp .pf-tag.blue { border-color: #2563eb; color: #2563eb; }
.tilda-onp .pf-tag.green { border-color: #059669; color: #059669; font-weight: 700; }
.tilda-onp .q-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 10px 0; }
.tilda-onp .q-item { display: flex; gap: 10px; padding: 10px 14px; border: 2px solid rgba(0,0,0,0.08); border-radius: 12px; background: rgba(255,255,255,0.4); }
.tilda-onp .q-item .q-ico { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; border: 2px solid; }
.tilda-onp .q-item .q-ico.b { border-color: #2563eb; }
.tilda-onp .q-item .q-ico.v { border-color: #7c3aed; }
.tilda-onp .q-item .q-ico.a { border-color: #d97706; }
.tilda-onp .q-item .q-ico.e { border-color: #059669; }
.tilda-onp .q-item h4 { font-size: 17px; font-weight: 800; margin-bottom: 3px; }
.tilda-onp .q-item p { font-size: 15px; color: #2a2a4a; line-height: 1.3; }
.tilda-onp .dash { margin: 10px 0; padding: 12px; border: 3px solid #2563eb; border-radius: 12px; background: rgba(37,99,235,0.05); }
.tilda-onp .dash h4 { font-size: 18px; font-weight: 800; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.tilda-onp .dash-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.tilda-onp .dash-i { text-align: center; padding: 9px 6px; border-radius: 10px; border: 2px solid rgba(0,0,0,0.08); background: #fff; }
.tilda-onp .dash-i .di { font-size: 24px; margin-bottom: 3px; }
.tilda-onp .dash-i p { font-size: 12px; color: #4a4a68; line-height: 1.25; font-weight: 700; }
.tilda-onp .staff { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; padding: 14px; border: 2px solid #2563eb; border-radius: 12px; margin-top: auto; background: rgba(255,255,255,0.4); }
.tilda-onp .staff-title { font-size: 18px; font-weight: 900; margin-bottom: 8px; }
.tilda-onp .staff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 14px; }
.tilda-onp .staff-item { display: flex; align-items: center; gap: 8px; font-size: 16px; color: #000; font-weight: 700; padding: 3px 0; }
.tilda-onp .staff-item .b { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; border: 2px solid; }
.tilda-onp .staff-item .b.b { background: #2563eb; border-color: #2563eb; }
.tilda-onp .staff-item .b.v { background: #7c3aed; border-color: #7c3aed; }
.tilda-onp .staff-item .b.c { background: #0891b2; border-color: #0891b2; }
.tilda-onp .staff-item .b.e { background: #059669; border-color: #059669; }
.tilda-onp .staff .cnt { text-align: center; }
.tilda-onp .staff .cnt .n { font-size: 36px; font-weight: 900; }
.tilda-onp .staff .cnt .nl { font-size: 14px; color: #4a4a68; font-weight: 700; }
.tilda-onp .staff .sub { text-align: center; }
.tilda-onp .staff .sub .sl2 { font-size: 12px; color: #4a4a68; text-transform: uppercase; font-weight: 700; margin-bottom: 3px; }
.tilda-onp .staff .sub p { font-size: 16px; color: #000; font-weight: 700; }
.tilda-onp .int-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 10px 0; }
.tilda-onp .int-i { padding: 14px; border: 2px solid rgba(0,0,0,0.08); border-radius: 12px; background: rgba(255,255,255,0.4); }
.tilda-onp .int-i .ii { font-size: 26px; margin-bottom: 4px; }
.tilda-onp .int-i h4 { font-size: 17px; font-weight: 800; margin-bottom: 4px; }
.tilda-onp .int-i p { font-size: 15px; color: #2a2a4a; line-height: 1.3; }
.tilda-onp .mods { margin: 10px 0; }
.tilda-onp .mods h4 { font-size: 17px; font-weight: 800; margin-bottom: 8px; display: flex; align-items: center; gap: 7px; }
.tilda-onp .mods-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.tilda-onp .mod-i { padding: 8px 6px; border-radius: 10px; border: 2px solid rgba(0,0,0,0.08); text-align: center; background: #fff; }
.tilda-onp .mod-i .mi { font-size: 24px; margin-bottom: 3px; }
.tilda-onp .mod-i p { font-size: 12px; color: #000; font-weight: 700; line-height: 1.25; }
.tilda-onp .prods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin: 10px 0; }
.tilda-onp .prod-i { text-align: center; padding: 8px 6px; border-radius: 10px; border: 2px solid rgba(0,0,0,0.08); background: #fff; }
.tilda-onp .prod-i .pi { font-size: 22px; margin-bottom: 3px; }
.tilda-onp .prod-i p { font-size: 12px; color: #000; font-weight: 700; line-height: 1.25; }
.tilda-onp .prod-i.s2 { grid-column: span 2; }
.tilda-onp .mech { margin: 10px 0; padding: 10px; border: 2px solid rgba(0,0,0,0.08); border-radius: 12px; background: rgba(255,255,255,0.4); }
.tilda-onp .mech h4 { font-size: 16px; font-weight: 800; margin-bottom: 7px; }
.tilda-onp .mech-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tilda-onp .mech-tags .mt { padding: 4px 8px; border-radius: 8px; font-size: 11px; font-weight: 700; border: 2px solid; }
.tilda-onp .mech-tags .mt.b { border-color: #2563eb; color: #2563eb; }
.tilda-onp .mech-tags .mt.e { border-color: #059669; color: #059669; }
.tilda-onp .recs { padding: 10px 14px; border: 2px solid #059669; border-radius: 10px; display: flex; align-items: flex-start; gap: 8px; margin: 10px 0; background: rgba(5,150,105,0.05); }
.tilda-onp .recs .rl { display: flex; flex-wrap: wrap; gap: 6px; }
.tilda-onp .recs .rl span { font-size: 11px; color: #000; font-weight: 700; padding: 3px 7px; border-radius: 7px; border: 2px solid rgba(0,0,0,0.08); }
.tilda-onp .appr-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; flex: 1; min-height: 0; }
.tilda-onp .appr-card { border: 2px solid rgba(0,0,0,0.15); border-radius: 16px; padding: 16px; display: flex; flex-direction: column; background: #fff; position: relative; overflow: hidden; }
.tilda-onp .appr-card::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; border-radius: 16px 0 0 16px; }
.tilda-onp .appr-card.blue-card::before { background: #2563eb; }
.tilda-onp .appr-card.violet-card::before { background: #7c3aed; }
.tilda-onp .appr-card.cyan-card::before { background: #0891b2; }
.tilda-onp .appr-card.blue-card { border-color: rgba(37,99,235,0.2); }
.tilda-onp .appr-card.violet-card { border-color: rgba(124,58,237,0.2); }
.tilda-onp .appr-card.cyan-card { border-color: rgba(8,145,178,0.2); }
.tilda-onp .appr-card .ac-name { font-size: 18px; font-weight: 900; margin-bottom: 6px; }
.tilda-onp .appr-card .ac-type { display: inline-block; padding: 4px 10px; border-radius: 16px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 10px; }
.tilda-onp .appr-card.blue-card .ac-type { background: rgba(37,99,235,0.12); color: #2563eb; }
.tilda-onp .appr-card.violet-card .ac-type { background: rgba(124,58,237,0.12); color: #7c3aed; }
.tilda-onp .appr-card.cyan-card .ac-type { background: rgba(8,145,178,0.12); color: #0891b2; }
.tilda-onp .appr-card .ac-divider { border: none; border-top: 2px dashed rgba(0,0,0,0.08); margin: 0 0 10px; }
.tilda-onp .appr-card .ac-section { margin-bottom: 8px; }
.tilda-onp .appr-card .ac-section-title { font-size: 11px; font-weight: 800; text-transform: uppercase; color: #4a4a68; letter-spacing: 0.5px; margin-bottom: 4px; }
.tilda-onp .appr-card .ac-section-text { font-size: 13px; color: #000; line-height: 1.4; font-weight: 600; }
.tilda-onp .appr-card .ac-list { list-style: none; padding: 0; margin: 0; }
.tilda-onp .appr-card .ac-list li { font-size: 12px; color: #2a2a4a; padding: 2px 0 2px 12px; position: relative; line-height: 1.3; }
.tilda-onp .appr-card .ac-list li::before { content: '•'; position: absolute; left: 2px; color: #2563eb; font-weight: 900; font-size: 12px; }
.tilda-onp .appr-card .ac-result { margin-top: auto; padding: 8px 10px; border-radius: 10px; border-left: 4px solid; font-size: 12px; font-weight: 700; line-height: 1.35; }
.tilda-onp .appr-card.blue-card .ac-result { background: rgba(37,99,235,0.08); border-left-color: #2563eb; color: #2563eb; }
.tilda-onp .appr-card.violet-card .ac-result { background: rgba(124,58,237,0.08); border-left-color: #7c3aed; color: #7c3aed; }
.tilda-onp .appr-card.cyan-card .ac-result { background: rgba(8,145,178,0.08); border-left-color: #0891b2; color: #0891b2; }
.tilda-onp .appr-card .ac-result .res-label { font-size: 9px; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.7; margin-bottom: 2px; }
.tilda-onp .final { text-align: center; padding: 18px; background: rgba(5,150,105,0.1); border: 2px solid #059669; border-radius: 14px; margin-top: auto; }
.tilda-onp .final .fe { font-size: 38px; margin-bottom: 8px; }
.tilda-onp .final h4 { font-size: 19px; font-weight: 800; margin-bottom: 5px; }
.tilda-onp .final p { font-size: 16px; color: #2a2a4a; }
.tilda-onp .block-footer { height: auto; min-height: 110px; padding: 20px 28px; }
.tilda-onp .block-footer .foot-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.tilda-onp .block-footer .f-logo { display: flex; align-items: center; gap: 10px; }
.tilda-onp .block-footer .f-box { width: 32px; height: 32px; border-radius: 10px; border: 3px solid #2563eb; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; color: #2563eb; }
.tilda-onp .block-footer .f-text { font-size: 16px; color: #4a4a68; font-weight: 700; }
.tilda-onp .block-footer .f-info { font-size: 14px; color: #4a4a68; display: flex; gap: 12px; font-weight: 700; }
/* Модальное окно для ассистента */
.onp-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 100000;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}
.onp-modal.active {
  display: flex;
}
.onp-modal-content {
  background: #fff;
  max-width: 800px;
  width: 90%;
  max-height: 85vh;
  border-radius: 20px;
  border: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  overflow-y: auto;
  padding: 20px 24px;
  position: relative;
  animation: modalFadeIn 0.2s ease;
}
@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.onp-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  color: #666;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s;
}
.onp-modal-close:hover {
  background: #f0f0f0;
  color: #e11d48;
}
/* Адаптив */
@media (max-width: 768px) {
  .onp-modal-content {
    width: 95%;
    padding: 16px;
  }
}
}
@media (max-width: 1200px) {
  .tilda-onp { font-size: 20px; padding: 12px; }
  .tilda-onp .block { padding: 18px 18px 75px 18px; min-height: auto; }
  .tilda-onp .block-number { font-size: 52px; bottom: 8px; right: 14px; }
  .tilda-onp .sec-title { font-size: clamp(26px, 4.5vw, 34px); }
  .tilda-onp .info-cards-row, .tilda-onp .sol-list, .tilda-onp .plan-cols, .tilda-onp .q-list, .tilda-onp .int-row, .tilda-onp .appr-cards { grid-template-columns: 1fr !important; }
  .tilda-onp .roadmap-timeline { flex-direction: column; }
  .tilda-onp .roadmap-timeline::before { display: none; }
  .tilda-onp .rm-timeline-step { display: flex; gap: 10px; text-align: left; margin-bottom: 10px; padding: 0; }
  .tilda-onp .rm-timeline-step .rm-dot { margin: 0; }
  .tilda-onp .evo-flow { flex-direction: column; align-items: stretch; }
  .tilda-onp .evo-arrow { transform: rotate(90deg); margin: 4px 0; }
  .tilda-onp .assist-list { flex-direction: column; }
  .tilda-onp .staff { grid-template-columns: 1fr !important; text-align: center; }
  .tilda-onp .staff-grid { grid-template-columns: repeat(2, 1fr); justify-items: center; }
  .tilda-onp .mods-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .tilda-onp .dash-grid, .tilda-onp .prods { grid-template-columns: repeat(2, 1fr) !important; }
  .tilda-onp .prod-i.s2 { grid-column: span 1; }
  .tilda-onp .block-footer { flex-direction: column; text-align: center; }
  .tilda-onp .detail-grid { grid-template-columns: 1fr !important; }
}