:root {
        --p: #14275c; --pd: #0d1b42; --pl: #2f57a8;
        --pp: #e9eefa; --ppp: #f4f7fd;
        --acc: #3a64bf; --acc2: #88a8e0; --grn: #10b981; --ylw: #f7b500;
        --txt: #0f0e1a; --sub: #52525b; --bdr: #e4e4e7;
        --ig: linear-gradient(135deg, #3a64bf 0%, #14275c 100%);
      }
      * { margin: 0; padding: 0; box-sizing: border-box; }
      html { scroll-behavior: smooth; }
      body { font-family: "Outfit", sans-serif; color: var(--txt); background: #fff; overflow-x: hidden; font-size: 15px; line-height: 1.5; }
      h1, h2, h3, h4 { font-family: "Bricolage Grotesque", sans-serif; line-height: 1.15; letter-spacing: -0.03em; }
      a { color: inherit; }
      .wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
      .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--p); margin-bottom: 14px; }
      .eyebrow::before { display: none; }

      /* NAV */
      nav { position: fixed; top: 0; left: 0; right: 0; z-index: 300; height: 62px; background: rgba(255,255,255,0.96); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--bdr); transition: box-shadow 0.3s; }
      nav.sc { box-shadow: 0 4px 28px rgba(20, 39, 92,0.09); }
      .nw { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 100%; }
      .logo { display: flex; align-items: center; gap: 9px; text-decoration: none; margin-right: 36px; }
      .logo-sq { width: 34px; height: 34px; background: var(--p); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
      .logo-sq svg { stroke: #fff; }
      .logo-name { font-family: "Bricolage Grotesque", sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -0.03em; }
      .logo-name em { color: var(--p); font-style: normal; }
      .nl { display: flex; align-items: center; gap: 4px; list-style: none; }
      .nl a { font-size: 0.82rem; font-weight: 500; color: var(--sub); text-decoration: none; padding: 6px 12px; border-radius: 7px; transition: 0.2s; white-space: nowrap; }
      .nl a:hover, .nl a.on { color: var(--p); background: var(--ppp); }
      .nr { display: flex; align-items: center; gap: 10px; margin-left: auto; }
      .n-btn { background: var(--p); color: #fff; padding: 8px 18px; border-radius: 8px; font-size: 0.82rem; font-weight: 600; text-decoration: none; transition: 0.2s; white-space: nowrap; }
      .n-btn:hover { background: var(--pd); transform: translateY(-1px); }
      .hbg { display: none; flex-direction: column; gap: 4.5px; cursor: pointer; padding: 5px; background: none; border: none; }
      .hbg span { width: 22px; height: 1.8px; background: var(--txt); border-radius: 2px; transition: all 0.3s; }
      .hbg.op span:nth-child(1) { transform: translateY(6.3px) rotate(45deg); }
      .hbg.op span:nth-child(2) { opacity: 0; }
      .hbg.op span:nth-child(3) { transform: translateY(-6.3px) rotate(-45deg); }
      .mm { display: none; position: fixed; top: 62px; left: 0; right: 0; background: #fff; z-index: 299; padding: 18px; flex-direction: column; gap: 2px; box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: all 0.3s; }
      .mm.op { transform: translateY(0); opacity: 1; pointer-events: all; }
      .mm a { font-size: 0.95rem; font-weight: 500; text-decoration: none; padding: 12px 14px; border-radius: 9px; display: block; }
      .mm a:hover { background: var(--ppp); color: var(--p); }

      /* HERO */
      .ch { padding: 96px 24px 40px; background: linear-gradient(125deg, #ffffff 0%, #f6f3ff 60%, #ece7ff 100%); position: relative; overflow: hidden; }
      .ch::before { content: ""; position: absolute; top: -160px; right: -120px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(58, 100, 191,0.12) 0%, transparent 70%); border-radius: 50%; }
      .ch-in { max-width: 1080px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 40px; align-items: center; }
      .crumb { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; font-weight: 600; color: var(--sub); margin-bottom: 16px; }
      .crumb a { text-decoration: none; color: var(--sub); } .crumb a:hover { color: var(--p); } .crumb b { color: var(--p); font-weight: 600; }
      .ch h1 { font-size: clamp(1.7rem, 3.2vw, 2.3rem); font-weight: 500; line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 12px; }
      .ch-tag { font-size: 0.92rem; color: var(--sub); line-height: 1.7; max-width: 560px; margin-bottom: 20px; }
      .ch-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
      .pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--bdr); border-radius: 100px; padding: 9px 16px; font-size: 0.82rem; font-weight: 600; color: var(--txt); box-shadow: 0 4px 14px rgba(20, 39, 92,0.07); }
      .pill svg { stroke: var(--p); }
      .ch-btns { display: flex; gap: 14px; flex-wrap: wrap; }
      .btn-p { background: var(--ig); color: #fff; padding: 13px 26px; border-radius: 11px; font-size: 0.9rem; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 9px; box-shadow: 0 10px 26px rgba(20, 39, 92,0.32); transition: 0.2s; }
      .btn-p:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(20, 39, 92,0.42); }
      .btn-g { background: #fff; color: var(--txt); padding: 12px 24px; border-radius: 11px; font-size: 0.9rem; font-weight: 600; text-decoration: none; border: 1.5px solid var(--bdr); display: inline-flex; align-items: center; gap: 8px; transition: 0.2s; }
      .btn-g:hover { border-color: var(--p); color: var(--p); }
      .ch-img { aspect-ratio: 4/3; max-width: 360px; margin-left: auto; border-radius: 18px; overflow: hidden; background: linear-gradient(145deg, var(--pp), #ddd8ff); box-shadow: 0 16px 38px rgba(20, 39, 92,0.16); }
      .ch-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

      /* BODY */
      .cb { padding: 40px 24px 64px; }
      .cb-grid { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
      .cb-one { max-width: 860px; margin: 0 auto; }
      .block { margin-bottom: 44px; }
      .block:last-child { margin-bottom: 0; }
      .block h2 { font-size: 1.5rem; font-weight: 500; margin-bottom: 14px; }
      .block p { font-size: 0.95rem; color: var(--sub); line-height: 1.8; margin-bottom: 12px; }
      .chips { display: flex; flex-wrap: wrap; gap: 10px; }
      .chip { background: var(--ppp); color: var(--p); border: 1px solid var(--pp); font-size: 0.85rem; font-weight: 600; padding: 9px 16px; border-radius: 10px; }
      .prog { padding: 18px 0; border-top: 1px solid var(--bdr); }
      .prog:first-child { border-top: 0; padding-top: 0; }
      .prog-name { font-size: 1.12rem; font-weight: 700; color: var(--p); margin-bottom: 8px; }
      .prog-desc { font-size: 0.92rem; color: var(--sub); line-height: 1.75; margin-bottom: 14px; }
      .feats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
      .feat { display: flex; gap: 13px; align-items: flex-start; }
      .feat-ico { width: 42px; height: 42px; border-radius: 11px; background: var(--pp); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
      .feat-ico svg { stroke: var(--p); }
      .feat h4 { font-size: 0.92rem; font-weight: 700; margin-bottom: 2px; }
      .feat p { font-size: 0.8rem; color: var(--sub); margin: 0; line-height: 1.5; }
      .fq { border: 1px solid var(--bdr); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
      .fq-q { padding: 16px 18px; font-weight: 600; font-size: 0.9rem; cursor: pointer; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
      .fq-q span { color: var(--p); font-size: 1.3rem; transition: transform 0.3s; }
      .fq.op .fq-q span { transform: rotate(45deg); }
      .fq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s; }
      .fq.op .fq-a { max-height: 200px; padding: 0 18px 16px; }
      .fq-a p { font-size: 0.86rem; color: var(--sub); line-height: 1.65; margin: 0; }

      /* sidebar */
      .side { position: sticky; top: 84px; background: #fff; border: 1px solid var(--bdr); border-radius: 20px; padding: 26px; box-shadow: 0 14px 40px rgba(20, 39, 92,0.1); }
      .side h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 6px; }
      .side .sub { font-size: 0.84rem; color: var(--sub); margin-bottom: 18px; }
      .side-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed var(--bdr); font-size: 0.86rem; }
      .side-row:last-of-type { border-bottom: none; }
      .side-row .k { color: var(--sub); } .side-row .v { font-weight: 700; color: var(--txt); }
      .side .btn-p { width: 100%; justify-content: center; margin-top: 18px; }
      .side .btn-g { width: 100%; justify-content: center; margin-top: 10px; }

      /* RELATED */
      .rel { padding: 0 24px 80px; }
      .rel-head { max-width: 1120px; margin: 0 auto 28px; }
      .rel-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
      .rc { display: block; text-decoration: none; color: inherit; background: #fff; border: 1px solid var(--bdr); border-radius: 16px; padding: 22px; box-shadow: 0 8px 22px rgba(20, 39, 92,0.06); transition: transform 0.3s, box-shadow 0.3s; }
      .rc:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(20, 39, 92,0.13); }
      .rc-ico { width: 46px; height: 46px; border-radius: 12px; background: var(--ig); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: 0 6px 16px rgba(20, 39, 92,0.22); }
      .rc-ico svg { stroke: #fff; }
      .rc h4 { font-size: 1rem; font-weight: 700; margin-bottom: 5px; }
      .rc p { font-size: 0.82rem; color: var(--sub); line-height: 1.55; }

      /* FOOTER */
      footer { background: #0b0a18; color: rgba(255,255,255,0.6); padding: 56px 24px 26px; }
      .fi { max-width: 1200px; margin: 0 auto; }
      .fg { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,0.08); }
      .fb p { margin-top: 16px; font-size: 0.88rem; line-height: 1.7; max-width: 320px; }
      .fcol h5 { color: #fff; font-size: 0.95rem; font-weight: 700; margin-bottom: 16px; }
      .fcol ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
      .fcol a { text-decoration: none; font-size: 0.88rem; color: rgba(255,255,255,0.6); transition: 0.2s; }
      .fcol a:hover { color: var(--acc2); }
      .fbot { text-align: center; font-size: 0.82rem; padding-top: 22px; color: rgba(255,255,255,0.45); }

      @media (max-width: 980px) {
        .nl { display: none; } .hbg { display: flex; } .mm { display: flex; }
        .ch-in, .cb-grid { grid-template-columns: 1fr; gap: 36px; }
        .ch-img { max-width: 480px; }
        .side { position: static; }
        .rel-grid { grid-template-columns: 1fr; }
        .fg { grid-template-columns: 1fr 1fr; gap: 30px; }
      }
      @media (max-width: 560px) { .feats { grid-template-columns: 1fr; } }
