{"id":605,"date":"2026-02-25T23:30:56","date_gmt":"2026-02-25T23:30:56","guid":{"rendered":"https:\/\/chiefcapitalco.com\/?page_id=605"},"modified":"2026-04-26T09:27:46","modified_gmt":"2026-04-26T09:27:46","slug":"pricing-plans","status":"publish","type":"page","link":"https:\/\/chiefcapitalco.com\/ar\/pricing-plans\/","title":{"rendered":"\u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0648\u0627\u0644\u062e\u0637\u0637"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Pricing &#038; Plans \u2014 Chief Capital<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=DM+Sans:wght@300;400;500;600&#038;family=DM+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n.entry-title,\nh1.page-title,\n.page-header {\n  display: none !important;\n}\n\n  :root {\n    --forest:     #1A6B00;\n    --sage:       #4A7C3F;\n    --mint:       #D6E8D0;\n    --mint-light: #EDF5EA;\n    --charcoal:   #1C1C1E;\n    --slate:      #3A3A3C;\n    --ash:        #636366;\n    --warm-gray:  #8E8E93;\n    --cloud:      #FAFAFA;\n    --mist:       #F2F2F7;\n    --white:      #FFFFFF;\n    --gold:       #B8860B;\n    --gold-light: #F5E6C0;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: transparent;\n    color: var(--charcoal);\n    min-height: 100vh;\n    overflow-x: hidden;\n  }\n\n  .cc-glass-page {\n    width: 100%;\n    max-width: 1280px;\n    background: rgba(255, 255, 255, 0.35);\n    backdrop-filter: blur(20px) saturate(160%);\n    -webkit-backdrop-filter: blur(20px) saturate(160%);\n    border: 1px solid rgba(255, 255, 255, 0.35);\n    border-radius: 28px;\n    padding: 12px 48px 12px;\n    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);\n    height: fit-content;\n  }\n\n  .cc-page {\n    position: relative;\n    z-index: 1;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 80px 24px 120px;\n  }\n\n  .cc-header {\n    text-align: center;\n    margin-bottom: 5px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .cc-header-glass {\n    display: block;\n    background: rgba(255, 255, 255, 0.15);\n    text-align: center;\n    max-width: 620px;\n    backdrop-filter: blur(20px) saturate(180%);\n    -webkit-backdrop-filter: blur(20px) saturate(180%);\n    border: 1px solid rgba(255, 255, 255, 0.45);\n    border-radius: 20px;\n    padding: 40px 56px;\n    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);\n    margin-bottom: 48px;\n  }\n\n  .cc-eyebrow {\n    display: inline-block;\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--forest);\n    background: rgba(26,107,0,0.08);\n    border: 1px solid rgba(26,107,0,0.25);\n    padding: 6px 16px;\n    border-radius: 100px;\n    margin-bottom: 24px;\n  }\n\n  .cc-header h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(36px, 5vw, 56px);\n    font-weight: 400;\n    color: var(--charcoal);\n    line-height: 1.15;\n    margin-bottom: 16px;\n  }\n\n  .cc-header h1 em { font-style: italic; color: var(--forest); }\n\n  .cc-header p {\n    font-size: 17px;\n    color: var(--charcoal);\n    max-width: 520px;\n    margin: 0 auto;\n    line-height: 1.65;\n  }\n\n  \/* Annual note *\/\n  .cc-billing-note {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 48px;\n  }\n\n  .cc-billing-note span {\n    font-family: 'DM Mono', monospace;\n    font-size: 12px;\n    color: var(--ash);\n    letter-spacing: 0.5px;\n  }\n\n  .annual-badge {\n    background: var(--mint-light);\n    color: var(--forest);\n    border: 1px solid var(--mint);\n    padding: 4px 12px;\n    border-radius: 100px;\n    font-weight: 500;\n  }\n\n  \/* 3-col grid *\/\n  .cc-plans-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 24px;\n    align-items: start;\n  }\n\n  @media (max-width: 960px) { .cc-plans-grid { grid-template-columns: 1fr 1fr; } }\n  @media (max-width: 640px) {\n    .cc-plans-grid { grid-template-columns: 1fr; }\n    .cc-glass-page { padding: 12px 20px; }\n    .cc-header-glass { padding: 32px 24px; }\n  }\n\n  \/* Plan Cards *\/\n  .cc-plan-card {\n    background: rgba(255,255,255,0.72);\n    backdrop-filter: blur(16px);\n    -webkit-backdrop-filter: blur(16px);\n    border: 1px solid rgba(0,0,0,0.06);\n    border-radius: 20px;\n    padding: 36px 32px;\n    position: relative;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);\n  }\n\n  .cc-plan-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 4px 16px rgba(0,0,0,0.06), 0 16px 48px rgba(0,0,0,0.08);\n  }\n\n  .cc-plan-card.featured {\n    background: var(--charcoal);\n    border-color: rgba(26,107,0,0.4);\n    box-shadow: 0 4px 24px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,107,0,0.2);\n  }\n\n  .cc-plan-card.featured:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(26,107,0,0.3);\n  }\n\n  .cc-plan-card.vault {\n    background: #0D3B00;\n    border-color: rgba(184,134,11,0.35);\n    box-shadow: 0 4px 24px rgba(0,0,0,0.15), 0 0 0 1px rgba(184,134,11,0.15);\n    overflow: hidden;\n  }\n\n  .cc-plan-card.vault::before {\n    content: '';\n    position: absolute;\n    top: -80px;\n    right: -80px;\n    width: 200px;\n    height: 200px;\n    background: radial-gradient(circle, rgba(184,134,11,0.2) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .cc-plan-card.vault:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(184,134,11,0.28);\n  }\n\n  \/* Badges *\/\n  .cc-plan-badge {\n    display: inline-block;\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 100px;\n    margin-bottom: 28px;\n  }\n\n  .cc-plan-badge.free      { background: var(--mint-light); color: var(--forest); border: 1px solid var(--mint); }\n  .cc-plan-badge.pro       { background: rgba(184,134,11,0.15); color: #C9A030; border: 1px solid rgba(184,134,11,0.3); }\n  .cc-plan-badge.vault-bdg { background: rgba(184,134,11,0.1); color: #D4A017; border: 1px solid rgba(184,134,11,0.28); }\n\n  \/* Plan names *\/\n  .cc-plan-name {\n    font-family: 'DM Serif Display', serif;\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--charcoal);\n    margin-bottom: 8px;\n  }\n\n  .featured .cc-plan-name,\n  .vault .cc-plan-name { color: #fff; }\n\n  .cc-plan-tagline {\n    font-size: 14px;\n    color: var(--ash);\n    margin-bottom: 32px;\n    line-height: 1.5;\n  }\n\n  .featured .cc-plan-tagline,\n  .vault .cc-plan-tagline { color: rgba(255,255,255,0.50); }\n\n  \/* Price *\/\n  .cc-price-block {\n    display: flex;\n    align-items: baseline;\n    gap: 6px;\n    margin-bottom: 32px;\n    padding-bottom: 28px;\n    border-bottom: 1px solid rgba(0,0,0,0.06);\n  }\n\n  .featured .cc-price-block { border-bottom-color: rgba(255,255,255,0.1); }\n  .vault .cc-price-block    { border-bottom-color: rgba(184,134,11,0.22); }\n\n  .cc-price-amount {\n    font-family: 'DM Mono', monospace;\n    font-size: 44px;\n    font-weight: 500;\n    color: var(--charcoal);\n    line-height: 1;\n  }\n\n  .featured .cc-price-amount { color: #fff; }\n  .vault .cc-price-amount    { color: #D4A017; }\n\n  .cc-price-currency {\n    font-family: 'DM Mono', monospace;\n    font-size: 18px;\n    color: var(--ash);\n    margin-bottom: 3px;\n  }\n\n  .featured .cc-price-currency { color: rgba(255,255,255,0.38); }\n  .vault .cc-price-currency    { color: rgba(212,160,23,0.55); }\n\n  .cc-price-period {\n    font-size: 20px;\n    color: var(--warm-gray);\n    margin-left: 2px;\n  }\n\n  .featured .cc-price-period { color: rgba(255,255,255,0.28); }\n  .vault .cc-price-period    { color: rgba(212,160,23,0.42); }\n\n  \/* Features *\/\n  .cc-features {\n    list-style: none;\n    margin-bottom: 32px;\n    display: flex;\n    flex-direction: column;\n    gap: 13px;\n  }\n\n  .cc-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n    font-size: 13.5px;\n    color: var(--slate);\n    line-height: 1.5;\n  }\n\n  .featured .cc-features li,\n  .vault .cc-features li { color: rgba(255,255,255,0.62); }\n\n  .cc-features li strong { color: var(--charcoal); font-weight: 600; }\n  .featured .cc-features li strong,\n  .vault .cc-features li strong { color: #fff; }\n\n  .cc-features li .icon { flex-shrink: 0; width: 17px; height: 17px; margin-top: 1px; }\n\n  .icon-check           { color: var(--forest); }\n  .featured .icon-check { color: #6BCB5C; }\n  .vault .icon-check    { color: #C9A030; }\n  .icon-star            { color: var(--gold); }\n\n  .cc-features .section-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--warm-gray);\n    padding-top: 8px;\n    border-top: 1px solid rgba(0,0,0,0.06);\n    margin-top: 4px;\n    display: block;\n  }\n\n  .featured .cc-features .section-label {\n    color: rgba(255,255,255,0.2);\n    border-top-color: rgba(255,255,255,0.07);\n  }\n\n  .vault .cc-features .section-label {\n    color: rgba(212,160,23,0.75);\n    border-top-color: rgba(184,134,11,0.35);\n}\n\n  \/* Highlight box *\/\n  .cc-feature-highlight {\n    background: rgba(26,107,0,0.08);\n    border: 1px solid rgba(26,107,0,0.14);\n    border-radius: 8px;\n    padding: 11px 13px;\n    margin-top: -3px;\n  }\n\n  .featured .cc-feature-highlight {\n    background: rgba(107,203,92,0.08);\n    border-color: rgba(107,203,92,0.17);\n  }\n\n  .cc-feature-highlight p { font-size: 13px; color: var(--forest); line-height: 1.5; }\n  .featured .cc-feature-highlight p { color: #8DF07B; }\n\n  \/* DCF toggle row *\/\n  .cc-dcf-row {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    width: 100%;\n  }\n\n  .cc-dcf-toggle-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    background: rgba(184,134,11,0.3);\n    border: 1px solid rgba(184,134,11,0.4);\n    border-radius: 10px;\n    padding: 13px 15px;\n    cursor: pointer;\n    transition: background 0.2s, border-color 0.2s;\n    user-select: none;\n    gap: 12px;\n  }\n\n  .cc-dcf-toggle-row:hover {\n    background: rgba(184,134,11,0.13);\n    border-color: rgba(184,134,11,0.28);\n  }\n\n  .cc-dcf-toggle-row.on {\n    background: rgba(184,134,11,0.15);\n    border-color: rgba(184,134,11,0.38);\n  }\n\n  .cc-dcf-text { display: flex; flex-direction: column; gap: 3px; }\n\n  .cc-dcf-label {\n    font-size: 13px;\n    font-weight: 600;\n    color: #D4A017;\n    line-height: 1.3;\n  }\n\n  .cc-dcf-sub {\n    font-size: 11px;\n    color: rgba(212,160,23,0.55);\n    font-family: 'DM Mono', monospace;\n  }\n\n  \/* Mini toggle pill *\/\n  .cc-pill {\n    position: relative;\n    width: 38px;\n    height: 21px;\n    background: rgba(255,255,255,0.25);\n    border: 1px solid rgba(184,134,11,0.6);\n    border-radius: 100px;\n    flex-shrink: 0;\n    transition: background 0.25s, border-color 0.25s;\n  }\n\n  .cc-pill.on {\n    background: #B8860B;\n    border-color: #B8860B;\n  }\n\n  .cc-pill::after {\n    content: '';\n    position: absolute;\n    top: 2px;\n    left: 2px;\n    width: 15px;\n    height: 15px;\n    background: rgba(255,255,255,0.7);\n    border-radius: 50%;\n    transition: transform 0.25s ease, background 0.25s;\n  }\n\n  .cc-pill.on::after {\n    transform: translateX(17px);\n    background: #fff;\n  }\n\n  .cc-dcf-note {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    color: rgba(212,160,23,0.7);\n    margin-top: 9px;\n    text-align: center;\n    transition: color 0.2s;\n  }\n\n  .cc-dcf-note.on { color: rgba(212,160,23,0.75); }\n\n  \/* CTAs *\/\n  .cc-plan-cta {\n    display: block;\n    width: 100%;\n    padding: 14px 24px;\n    border-radius: 10px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 14.5px;\n    font-weight: 600;\n    text-align: center;\n    text-decoration: none;\n    cursor: pointer;\n    border: none;\n    transition: all 0.2s ease;\n    letter-spacing: 0.3px;\n  }\n\n  .free-cta { background: var(--mint-light); color: var(--forest); border: 1px solid var(--mint); }\n  .free-cta:hover { background: var(--mint); border-color: var(--sage); }\n\n  .pro-cta { background: var(--forest); color: #fff; box-shadow: 0 4px 16px rgba(26,107,0,0.3); }\n  .pro-cta:hover { background: var(--sage); box-shadow: 0 6px 24px rgba(26,107,0,0.4); transform: translateY(-1px); }\n\n  .vault-cta { background: rgba(184,134,11,0.14); color: #D4A017; border: 1px solid rgba(184,134,11,0.32); }\n.vault-cta:hover { background: #fff; color: #0D3B00; border-color: #fff; transform: translateY(-1px); }\n\n  \/* Bottom note *\/\n  .cc-bottom-note {\n    text-align: center;\n    margin-top: 48px;\n  }\n\n  .cc-bottom-note p {\n    font-size: 13px;\n    color: rgba(0,0,0,0.55);\n    font-family: 'DM Mono', monospace;\n  }\n\n  .cc-bottom-note p + p { margin-top: 6px; }\n\n  \/* Trust *\/\n  .cc-trust {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 32px;\n    margin-top: 64px;\n    padding-top: 48px;\n    border-top: 1px solid rgba(0,0,0,0.06);\n    flex-wrap: wrap;\n  }\n\n  .cc-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    color: rgba(0,0,0,0.55);\n  }\n\n  .cc-trust-item svg { flex-shrink: 0; color: rgba(0,0,0,0.55); }\n\n  \/* Animations *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .cc-header                 { animation: fadeUp 0.5s ease both; }\n  .cc-billing-note           { animation: fadeUp 0.5s 0.08s ease both; }\n  .cc-plan-card:nth-child(1) { animation: fadeUp 0.5s 0.13s ease both; }\n  .cc-plan-card:nth-child(2) { animation: fadeUp 0.5s 0.22s ease both; }\n  .cc-plan-card:nth-child(3) { animation: fadeUp 0.5s 0.31s ease both; }\n  .cc-bottom-note            { animation: fadeUp 0.5s 0.40s ease both; }\n  .cc-trust                  { animation: fadeUp 0.5s 0.48s ease both; }\n<\/style>\n<\/head>\n<body>\n<div class=\"cc-glass-page\">\n  <div class=\"cc-page\">\n\n    <!-- Header -->\n    <div class=\"cc-header\">\n      <div class=\"cc-eyebrow\">\u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0648\u0627\u0644\u062e\u0637\u0637<\/div>\n      <div class=\"cc-header-glass\">\n        <h1>\u0623\u0633\u0627\u0633\u064a\u0627\u062a \u0627\u0644\u0634\u0631\u0643\u0627\u062a\u060c<br><em>\u0623\u062e\u064a\u0631\u064b\u0627 \u0645\u0631\u0626\u064a.<\/em><\/h1>\n        <p>\u062b\u0645\u0627\u0646\u064a \u0633\u0646\u0648\u0627\u062a \u0645\u0646 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0629 \u0644\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0645\u062f\u0631\u062c\u0629 \u0641\u064a \u0627\u0644\u0628\u0648\u0631\u0635\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629 - \u0627\u0644\u0639\u0645\u0642 \u0627\u0644\u0630\u064a \u0644\u0627 \u062a\u0642\u062f\u0645\u0647 \u0623\u064a \u0645\u0646\u0635\u0629 \u0623\u062e\u0631\u0649 \u0644\u0623\u0633\u0648\u0627\u0642 \u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 \u0648\u0634\u0645\u0627\u0644 \u0623\u0641\u0631\u064a\u0642\u064a\u0627.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Billing note -->\n    <div class=\"cc-billing-note\">\n      <span class=\"annual-badge\">\u0627\u0644\u0641\u0648\u0627\u062a\u064a\u0631 \u0627\u0644\u0633\u0646\u0648\u064a\u0629<\/span>\n      <span>\u062a\u064f\u062f\u0641\u0639 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643\u0627\u062a \u0633\u0646\u0648\u064a\u064b\u0627 \u00b7 \u064a\u062a\u0645 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 Vault \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629<\/span>\n    <\/div>\n\n    <!-- Cards -->\n    <div class=\"cc-plans-grid\">\n\n      <!-- EXPLORER -->\n      <div class=\"cc-plan-card\">\n        <div class=\"cc-plan-badge free\">\u0645\u0633\u062a\u0643\u0634\u0641<\/div>\n        <h2 class=\"cc-plan-name\">\u0645\u062c\u0627\u0646\u064b\u0627<\/h2>\n        <p class=\"cc-plan-tagline\">\u0643\u0644 \u0645\u0627 \u062a\u062d\u062a\u0627\u062c\u0647 \u0644\u0628\u062f\u0621 \u0627\u0644\u0627\u0633\u062a\u062b\u0645\u0627\u0631 \u0628\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0648\u0644\u064a\u0633 \u0628\u0627\u0644\u0636\u062c\u064a\u062c.<\/p>\n\n        <div class=\"cc-price-block\">\n          <span class=\"cc-price-amount\">0<\/span>\n          <span class=\"cc-price-currency\">\u062c\u0646\u064a\u0647 \u0645\u0635\u0631\u064a<\/span>\n          <span class=\"cc-price-period\">\/ \u0633\u0646\u0629<\/span>\n        <\/div>\n\n        <ul class=\"cc-features\">\n          <li class=\"section-label\">\u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0627\u062a<\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0627\u0644\u0623\u0635\u0648\u0644 \u0648\u0627\u0644\u062e\u0635\u0648\u0645<\/strong> \u2014 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u064a\u0632\u0627\u0646\u064a\u0629 \u0627\u0644\u0639\u0645\u0648\u0645\u064a\u0629 \u0644\u062b\u0645\u0627\u0646\u064a \u0633\u0646\u0648\u0627\u062a<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u062d\u0642\u0648\u0642 \u0627\u0644\u0645\u0644\u0643\u064a\u0629<\/strong> \u0644\u0644\u0633\u0647\u0645 \u0627\u0644\u0648\u0627\u062d\u062f\u060c 8 \u0633\u0646\u0648\u0627\u062a<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0627\u0644\u0625\u064a\u0631\u0627\u062f\u0627\u062a \u0648\u0635\u0627\u0641\u064a \u0627\u0644\u0631\u0628\u062d<\/strong><\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0631\u0628\u062d\u064a\u0629 \u0627\u0644\u0633\u0647\u0645\u060c \u0627\u0644\u062a\u062f\u0641\u0642 \u0627\u0644\u0646\u0642\u062f\u064a \u0627\u0644\u062a\u0634\u063a\u064a\u0644\u064a\u060c \u0635\u0627\u0641\u064a \u0627\u0644\u0646\u0641\u0642\u0627\u062a \u0627\u0644\u0631\u0623\u0633\u0645\u0627\u0644\u064a\u0629\u060c \u0648\u0627\u0644\u062a\u062f\u0641\u0642 \u0627\u0644\u0646\u0642\u062f\u064a \u0627\u0644\u062d\u0631<\/strong><\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0639\u062f\u062f \u0627\u0644\u0623\u0633\u0647\u0645<\/strong><\/span><\/li>\n\n          <li class=\"section-label\">\u0627\u0644\u0645\u0631\u062a\u062c\u0639\u0627\u062a \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645<\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0627\u0644\u0639\u0627\u0626\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0635\u0648\u0644 \u0648\u0627\u0644\u0639\u0627\u0626\u062f \u0639\u0644\u0649 \u062d\u0642\u0648\u0642 \u0627\u0644\u0645\u0644\u0643\u064a\u0629<\/strong><\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0646\u0633\u0628\u0629 \u0627\u0644\u0633\u0639\u0631 \u0625\u0644\u0649 \u0627\u0644\u0623\u0631\u0628\u0627\u062d\u060c \u0648\u0646\u0633\u0628\u0629 \u0627\u0644\u0633\u0639\u0631 \u0625\u0644\u0649 \u0627\u0644\u0642\u064a\u0645\u0629 \u0627\u0644\u062f\u0641\u062a\u0631\u064a\u0629\u060c \u0648\u0646\u0633\u0628\u0629 \u0627\u0644\u0633\u0639\u0631 \u0625\u0644\u0649 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a\u060c \u0648\u0633\u0639\u0631 \u0627\u0644\u0625\u063a\u0644\u0627\u0642<\/strong> \u2014 \u0645\u0636\u0627\u0639\u0641\u0627\u062a \u062a\u0627\u0631\u064a\u062e\u064a\u0629<\/span><\/li>\n\n          <li class=\"section-label\">\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0648\u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0628\u064a\u0627\u0646\u064a\u0629<\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0627\u0644\u064a\u0629 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062a\u0646\u0632\u064a\u0644<\/strong> \u2014 \u0645\u0644\u0641\u0627\u062a PDF \u0623\u0635\u0644\u064a\u0629 \u0628\u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0631\u0633\u0648\u0645 \u0628\u064a\u0627\u0646\u064a\u0629 \u062a\u0641\u0627\u0639\u0644\u064a\u0629 + \u062c\u062f\u0627\u0648\u0644 \u0628\u064a\u0627\u0646\u0627\u062a<\/strong> \u0644\u0643\u0644 \u0645\u0642\u064a\u0627\u0633<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u062c\u0645\u064a\u0639 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0627\u0644\u0645\u062f\u0631\u062c\u0629 \u0641\u064a \u0628\u0648\u0631\u0635\u0629 \u0645\u0635\u0631<\/strong><\/span><\/li>\n\n          <li class=\"section-label\">\u0645\u062c\u062a\u0645\u0639<\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0627\u0642\u062a\u0631\u062d \u0645\u0642\u0627\u064a\u064a\u0633<\/strong> \u2014 \u0623\u062e\u0628\u0631\u0646\u0627 \u0645\u0627 \u0647\u064a \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u064a \u062a\u0631\u063a\u0628 \u0641\u064a \u0631\u0624\u064a\u062a\u0647\u0627 \u0644\u0627\u062d\u0642\u064b\u0627<\/span><\/li>\n        <\/ul>\n\n        <a href=\"\/ar\/join-explorer\/\" class=\"cc-plan-cta free-cta\">\u064a\u0644\u0627\u060c \u0627\u0628\u062f\u0623 \u0645\u062c\u0627\u0646\u0627\u064b \u2192<\/a>\n      <\/div>\n\n      <!-- INVESTOR -->\n      <div class=\"cc-plan-card featured\">\n        <div class=\"cc-plan-badge pro\">\u0627\u0644\u0645\u0633\u062a\u062b\u0645\u0631<\/div>\n        <h2 class=\"cc-plan-name\">\u0645\u062d\u062a\u0631\u0641<\/h2>\n        <p class=\"cc-plan-tagline\">\u0644\u0644\u0645\u0633\u062a\u062b\u0645\u0631\u064a\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u062a\u0639\u0645\u0642\u0648\u0646 \u0641\u064a \u0627\u0644\u062a\u062d\u0644\u064a\u0644. \u0643\u0644 \u0645\u0642\u064a\u0627\u0633\u060c \u0643\u0644 \u0642\u0637\u0627\u0639\u060c \u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628.<\/p>\n\n        <div class=\"cc-price-block\">\n          <span class=\"cc-price-amount\">2,000<\/span>\n          <span class=\"cc-price-currency\">\u062c\u0646\u064a\u0647 \u0645\u0635\u0631\u064a<\/span>\n          <span class=\"cc-price-period\">\/ \u0633\u0646\u0629<\/span>\n        <\/div>\n\n        <ul class=\"cc-features\">\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span>\u0643\u0644 \u0634\u064a\u0621 \u0641\u064a \u0645\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0645\u0644\u0641\u0627\u062a\u060c \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643<\/span><\/li>\n\n          <li class=\"section-label\">\u0645\u0642\u0627\u064a\u064a\u0633 \u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0642\u0637\u0627\u0639<\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>NPL% \u0648\u0643\u0641\u0627\u064a\u0629 \u0631\u0623\u0633 \u0627\u0644\u0645\u0627\u0644<\/strong> \u2014 \u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0644\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0645\u0635\u0631\u0641\u064a \u0627\u0644\u062a\u064a \u0644\u0627 \u062a\u062a\u0627\u0628\u0639\u0647\u0627 \u0623\u064a \u0645\u0646\u0635\u0629 \u0639\u0627\u0644\u0645\u064a\u0629 \u0641\u064a \u0627\u0644\u0628\u0648\u0631\u0635\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u062a\u0635\u0646\u064a\u0641\u0627\u062a \u0627\u0644\u0642\u0631\u0648\u0636 \u0641\u064a \u0627\u0644\u0645\u0631\u0627\u062d\u0644 1 \u06482 \u06483<\/strong><\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0648\u062f\u0627\u0626\u0639 \u0627\u0644\u0639\u0645\u0644\u0627\u0621<\/strong><\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span>\u062a\u062a\u0648\u0633\u0639 \u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0644\u0644\u0642\u0637\u0627\u0639\u0627\u062a \u0644\u062a\u0634\u0645\u0644 \u0627\u0644\u0639\u0642\u0627\u0631\u0627\u062a \u0648\u0627\u0644\u0627\u062a\u0635\u0627\u0644\u0627\u062a \u0648\u063a\u064a\u0631\u0647\u0627.<\/span><\/li>\n\n          <li class=\"section-label\">\u0627\u0644\u062a\u0635\u062f\u064a\u0631 \u0648\u0627\u0644\u062a\u062d\u0644\u064a\u0644<\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u062a\u0635\u062f\u064a\u0631 \u0625\u0644\u0649 Excel<\/strong> \u2014 \u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0633\u062c\u0644 \u0627\u0644\u0645\u0627\u0644\u064a \u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0623\u064a \u0634\u0631\u0643\u0629<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0645\u0642\u0627\u0631\u0646\u0627\u062a \u0639\u0644\u0649 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0635\u0646\u0627\u0639\u0629<\/strong> \u2014 \u0642\u0645 \u0628\u0645\u0642\u0627\u0631\u0646\u0629 \u0623\u064a \u0645\u0642\u064a\u0627\u0633 \u0639\u0628\u0631 \u062c\u0645\u064a\u0639 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0641\u064a \u0642\u0637\u0627\u0639 \u0645\u0639\u064a\u0646<\/span><\/li>\n\n          <li class=\"section-label\">\u0631\u0626\u064a\u0633 \u0642\u0633\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a<\/li>\n          <li>\n            <svg class=\"icon icon-star\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"currentColor\" stroke=\"none\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\n            <div class=\"cc-feature-highlight\">\n              <p><strong>\u0627\u0633\u0623\u0644 \u0631\u0626\u064a\u0633 \u0642\u0633\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064a \u0623\u064a \u0634\u064a\u0621 \u0639\u0646 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0644\u0623\u064a \u0634\u0631\u0643\u0629.<\/strong> \u0627\u0633\u062a\u0639\u0644\u0645 \u0639\u0646 \u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646\u0638\u0645\u0629 \u0644\u0645\u062f\u0629 8 \u0633\u0646\u0648\u0627\u062a \u0628\u0644\u063a\u0629 \u0628\u0633\u064a\u0637\u0629 - \u0628\u062f\u0648\u0646 \u0645\u0639\u0627\u062f\u0644\u0627\u062a\u060c \u0628\u062f\u0648\u0646 \u0628\u062d\u062b \u0645\u0639\u0645\u0642.<\/p>\n            <\/div>\n          <\/li>\n\n          <li class=\"section-label\">\u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0628\u0643\u0631<\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0623\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u064a\u0632\u0627\u062a \u0627\u0644\u062c\u062f\u064a\u062f\u0629<\/strong> \u2014 \u0623\u062f\u0648\u0627\u062a \u0627\u0644\u0641\u0631\u0632\u060c \u0648\u0627\u0644\u062a\u0646\u0628\u064a\u0647\u0627\u062a\u060c \u0648\u0627\u0644\u0645\u0642\u0627\u0631\u0646\u0627\u062a<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0623\u0648\u0644\u0648\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0623\u0633\u0648\u0627\u0642 \u062c\u062f\u064a\u062f\u0629<\/strong> \u2014 \u062a\u062f\u0627\u0648\u0644 \u0648\u0633\u0648\u0642 \u0623\u0628\u0648\u0638\u0628\u064a \u0644\u0644\u0623\u0648\u0631\u0627\u0642 \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0642\u0628\u0644 \u0627\u0644\u0625\u0637\u0644\u0627\u0642 \u0627\u0644\u0631\u0633\u0645\u064a<\/span><\/li>\n        <\/ul>\n\n        <a href=\"\/ar\/join-investor\/\" class=\"cc-plan-cta pro-cta\">\u064a\u0644\u0627\u060c \u0627\u0646\u0637\u0644\u0642 \u064a\u0627 \u0645\u0633\u062a\u062b\u0645\u0631 \u2192<\/a>\n      <\/div>\n\n      <!-- VAULT -->\n      <div class=\"cc-plan-card vault\">\n        <div class=\"cc-plan-badge vault-bdg\">\u062f\u062e\u0648\u0644 \u0645\u0645\u064a\u0632 \u0644\u0643\u0628\u0627\u0631 \u0627\u0644\u0634\u062e\u0635\u064a\u0627\u062a<\/div>\n        <h2 class=\"cc-plan-name\">\u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628<\/h2>\n        <p class=\"cc-plan-tagline\">\u0634\u0631\u0643\u0629 \u0648\u0627\u062d\u062f\u0629. \u062e\u0628\u0631\u0629 \u0634\u0627\u0645\u0644\u0629. \u0645\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u0627\u064b \u0644\u0643 \u0642\u0628\u0644 \u0623\u0646 \u064a\u062d\u0635\u0644 \u0639\u0644\u064a\u0647\u0627 \u0623\u064a \u0634\u062e\u0635 \u0622\u062e\u0631.<\/p>\n\n        <div class=\"cc-price-block\">\n          <span class=\"cc-price-amount\" id=\"vault-price\">10,000<\/span>\n          <span class=\"cc-price-currency\">\u062c\u0646\u064a\u0647 \u0645\u0635\u0631\u064a<\/span>\n          <span class=\"cc-price-period\" id=\"vault-period\">\/ \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629<\/span>\n        <\/div>\n\n        <ul class=\"cc-features\">\n          <li class=\"section-label\">\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628<\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0627\u0637\u0644\u0628 \u0645\u0646 \u0623\u064a \u0634\u0631\u0643\u0629 \u062a\u0627\u0628\u0639\u0629 \u0644\u0628\u0648\u0631\u0635\u0629 \u0645\u0635\u0631<\/strong> \u2014 \u0646\u0642\u0648\u0645 \u0628\u0625\u0646\u0634\u0627\u0621 \u0645\u0644\u0641 \u0628\u064a\u0627\u0646\u0627\u062a \u0643\u0627\u0645\u0644 \u0644\u0645\u062f\u0629 8 \u0633\u0646\u0648\u0627\u062a \u0645\u0646 \u0623\u062c\u0644\u0643<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u0627\u0644\u0627\u0646\u0639\u0637\u0627\u0641 \u0630\u0648 \u0627\u0644\u0623\u0648\u0644\u0648\u064a\u0629<\/strong> \u2014 \u0633\u064a\u062a\u0645 \u0648\u0636\u0639 \u0637\u0644\u0628\u0643 \u0641\u064a \u0645\u0642\u062f\u0645\u0629 \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631\u060c \u0628\u062f\u0648\u0646 \u0627\u0646\u062a\u0638\u0627\u0631<\/span><\/li>\n          <li><svg class=\"icon icon-check\" width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><span><strong>\u062c\u0645\u064a\u0639 \u0645\u0642\u0627\u064a\u064a\u0633 \u0627\u0644\u0645\u062d\u062a\u0631\u0641\u064a\u0646 \u0645\u0636\u0645\u0646\u0629<\/strong> \u2014 \u0645\u0624\u0634\u0631\u0627\u062a \u0627\u0644\u0623\u062f\u0627\u0621 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 \u0627\u0644\u0645\u0635\u0631\u0641\u064a\u0629\u060c \u0648\u0627\u0644\u0639\u0645\u0642 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643\u0644 \u0642\u0637\u0627\u0639\u060c \u0648\u0627\u0644\u0623\u0639\u0645\u0627\u0644<\/span><\/li>\n          \n\n          <li class=\"section-label\">\u0625\u0636\u0627\u0641\u0629 \u0627\u062e\u062a\u064a\u0627\u0631\u064a\u0629<\/li>\n          <li style=\"flex-direction: column; align-items: stretch; gap: 0;\">\n            <div class=\"cc-dcf-row\">\n              <div class=\"cc-dcf-toggle-row\" id=\"dcf-row\" onclick=\"toggleDCF()\">\n                <div class=\"cc-dcf-text\">\n                  <span class=\"cc-dcf-label\">\u0646\u0645\u0648\u0630\u062c \u0627\u0644\u062a\u062f\u0641\u0642\u0627\u062a \u0627\u0644\u0646\u0642\u062f\u064a\u0629 \u0627\u0644\u0645\u062e\u0635\u0648\u0645\u0629\u060c \u062c\u0627\u0647\u0632 \u0644\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u0627\u062a<\/span>\n                  <span class=\"cc-dcf-sub\">+5000 \u062c\u0646\u064a\u0647 \u0645\u0635\u0631\u064a \u00b7 \u0646\u0645\u0648\u0630\u062c \u062c\u0627\u0647\u0632\u060c \u0645\u0631\u062a\u0628\u0637 \u0628\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a<\/span>\n                <\/div>\n                <div class=\"cc-pill\" id=\"dcf-pill\"><\/div>\n              <\/div>\n              <p class=\"cc-dcf-note\" id=\"dcf-note\">\u0642\u0645 \u0628\u062a\u0641\u0639\u064a\u0644 \u0647\u0630\u0627 \u0627\u0644\u062e\u064a\u0627\u0631 \u0644\u0625\u0636\u0627\u0641\u0629 \u2014 \u0625\u062c\u0645\u0627\u0644\u064a \u0627\u0644\u062a\u062d\u062f\u064a\u062b\u0627\u062a \u0623\u0639\u0644\u0627\u0647<\/p>\n            <\/div>\n          <\/li>\n        <\/ul>\n\n        <a href=\"\/ar\/join-vip\/\" class=\"cc-plan-cta vault-cta\" id=\"vault-cta\">\u064a\u0644\u0627\u060c \u0627\u0637\u0644\u0628 \u0627\u0644\u0634\u0631\u0643\u0629 \u0627\u0644\u0622\u0646 \u2192<\/a>\n      <\/div>\n\n    <\/div>\n\n    <!-- Bottom note -->\n    <div class=\"cc-bottom-note\">\n      <p>\u0644\u0627 \u062d\u0627\u062c\u0629 \u0644\u0628\u0637\u0627\u0642\u0629 \u0627\u0626\u062a\u0645\u0627\u0646 \u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0631\u0646\u0627\u0645\u062c Explorer. \u064a\u0645\u0643\u0646\u0643 \u0625\u0644\u063a\u0627\u0621 \u0627\u0634\u062a\u0631\u0627\u0643 Investor \u0641\u064a \u0623\u064a \u0648\u0642\u062a.<\/p>\n      <p>\u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0628\u0627\u0644\u062c\u0646\u064a\u0647 \u0627\u0644\u0645\u0635\u0631\u064a. \u064a\u062a\u0645 \u0645\u0639\u0627\u0644\u062c\u0629 \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062f\u0641\u0639 \u0639\u0646\u062f \u0625\u062a\u0645\u0627\u0645 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0634\u0631\u0627\u0621.<\/p>\n    <\/div>\n\n    <!-- Trust -->\n    <div class=\"cc-trust\">\n      <div class=\"cc-trust-item\">\n        <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n        <span>\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0633\u062a\u0642\u0627\u0629 \u0645\u0646 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0645\u0627\u0644\u064a\u0629 \u0627\u0644\u0631\u0633\u0645\u064a\u0629 \u0644\u0644\u0628\u0648\u0631\u0635\u0629 \u0627\u0644\u0645\u0635\u0631\u064a\u0629<\/span>\n      <\/div>\n      <div class=\"cc-trust-item\">\n        <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"\/><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"\/><\/svg>\n        <span>\u062f\u0641\u0639 \u0622\u0645\u0646 \u0639\u0646\u062f \u0625\u062a\u0645\u0627\u0645 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u0634\u0631\u0627\u0621<\/span>\n      <\/div>\n      <div class=\"cc-trust-item\">\n        <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg>\n        <span>\u062b\u0645\u0627\u0646\u064a \u0633\u0646\u0648\u0627\u062a \u0645\u0646 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u0629<\/span>\n      <\/div>\n      <div class=\"cc-trust-item\">\n        <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\n        <span>\u062a\u062d\u062f\u064a\u062b \u0628\u0639\u062f \u0625\u0639\u0644\u0627\u0646 \u0627\u0644\u0623\u0631\u0628\u0627\u062d<\/span>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\n  let dcfOn = false;\n\n  function toggleDCF() {\n    dcfOn = !dcfOn;\n\n    const pill    = document.getElementById('dcf-pill');\n    const row     = document.getElementById('dcf-row');\n    const noteEl  = document.getElementById('dcf-note');\n    const priceEl = document.getElementById('vault-price');\n    const ctaEl   = document.getElementById('vault-cta');\n\n    pill.classList.toggle('on', dcfOn);\n    row.classList.toggle('on', dcfOn);\n    noteEl.classList.toggle('on', dcfOn);\n\n    \/\/ Animate price\n    priceEl.style.transition = 'opacity 0.18s ease, transform 0.18s ease';\n    priceEl.style.opacity = '0';\n    priceEl.style.transform = dcfOn ? 'translateY(-5px)' : 'translateY(5px)';\n\n    setTimeout(() => {\n      priceEl.textContent = dcfOn ? '15,000' : '10,000';\n      priceEl.style.opacity = '1';\n      priceEl.style.transform = 'translateY(0)';\n    }, 190);\n\n    noteEl.textContent = dcfOn\n      ? 'DCF template included \u2014 pre-built model, ready for your assumptions'\n      : 'Toggle on to add \u2014 total updates above';\n\n    ctaEl.href = dcfOn ? '\/join-vip\/?addon=dcf' : '\/join-vip\/';\nctaEl.textContent = dcfOn\n  ? 'Yalla, Request with DCF template \u2192'\n  : 'Yalla, Request company now \u2192';\n  }\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Pricing &#038; Plans \u2014 Chief Capital Pricing &#038; Plans The fundamentals,finally visible. 8 years of structured financial data for EGX [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-605","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/chiefcapitalco.com\/ar\/wp-json\/wp\/v2\/pages\/605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chiefcapitalco.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chiefcapitalco.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chiefcapitalco.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chiefcapitalco.com\/ar\/wp-json\/wp\/v2\/comments?post=605"}],"version-history":[{"count":91,"href":"https:\/\/chiefcapitalco.com\/ar\/wp-json\/wp\/v2\/pages\/605\/revisions"}],"predecessor-version":[{"id":2290,"href":"https:\/\/chiefcapitalco.com\/ar\/wp-json\/wp\/v2\/pages\/605\/revisions\/2290"}],"wp:attachment":[{"href":"https:\/\/chiefcapitalco.com\/ar\/wp-json\/wp\/v2\/media?parent=605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}