/* ═══════════════════════════════════════════════════
   Cloudemy Edge — Blog Article Shared Styles
   Used by all blog/[slug].html pages
   Domain: cloudemyedge.com
   ═══════════════════════════════════════════════════ */

      /* BREADCRUMB */
      .breadcrumb {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 0.78rem;
        font-family: var(--fg);
        color: var(--t3);
        flex-wrap: wrap;
      }
      .breadcrumb a {
        color: var(--t3);
        text-decoration: none;
        transition: color 0.2s;
      }
      .breadcrumb a:hover {
        color: var(--t1);
      }
      .breadcrumb svg {
        width: 12px;
        height: 12px;
        stroke: var(--t3);
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        flex-shrink: 0;
      }

      /* NAV */
      nav {
        padding: 18px 5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      }
      .logo {
        font-family: var(--fh);
        font-weight: 800;
        font-size: 1rem;
        color: var(--t1);
      }
      /* .logo span {
        background: var(--gg);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      } */
      .back {
        font-size: 0.82rem;
        color: var(--t2);
        display: flex;
        align-items: center;
        gap: 5px;
      }
      .back svg {
        width: 14px;
        height: 14px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      /* HERO */
      .bh {
        padding: 52px 0 36px;
      }
      .tag {
        display: inline-block;
        padding: 3px 11px;
        border-radius: 100px;
        background: rgba(61, 220, 151, 0.1);
        border: 1px solid rgba(61, 220, 151, 0.22);
        font-size: 0.72rem;
        font-weight: 700;
        color: #3ddc97;
        font-family: var(--fh);
        letter-spacing: 0.04em;
        margin-bottom: 16px;
      }
      
      .bh h1 {
        font-family: var(--fh);
        font-size: clamp(1.7rem, 4vw, 2.5rem);
        font-weight: 900;
        line-height: 1.15;
        letter-spacing: -0.02em;
        margin-bottom: 14px;
      }
      .meta {
        font-size: 0.8rem;
        color: var(--t3);
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 24px;
      }
      .meta span {
        display: flex;
        align-items: center;
        gap: 4px;
      }
      .meta svg {
        width: 13px;
        height: 13px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
      }
      .lede {
        font-size: 1.05rem;
        color: var(--t2);
        line-height: 1.82;
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        margin-bottom: 36px;
      }
      /* ARTICLE BODY */
      .article h2 {
        font-family: var(--fh);
        font-size: 1.3rem;
        font-weight: 800;
        color: var(--t1);
        margin: 36px 0 12px;
        letter-spacing: -0.01em;
      }
      .article h3 {
        font-family: var(--fh);
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--t1);
        margin: 24px 0 8px;
      }
      .article p {
        color: var(--t2);
        margin-bottom: 16px;
        line-height: 1.82;
      }
      .article ul,
      .article ol {
        color: var(--t2);
        margin: 0 0 16px 20px;
        line-height: 1.82;
      }
      .article li {
        margin-bottom: 8px;
      }
      .article strong {
        color: var(--t1);
        font-weight: 600;
      }
      .article blockquote {
        border-left: 3px solid var(--g1);
        padding: 12px 18px;
        background: rgba(0, 255, 135, 0.04);
        border-radius: 0 8px 8px 0;
        margin: 24px 0;
        font-style: italic;
        color: var(--t2);
      }
      .article .highlight {
        background: rgba(17, 107, 252, 0.07);
        border: 1px solid rgba(17, 107, 252, 0.18);
        border-radius: 10px;
        padding: 18px 20px;
        margin: 24px 0;
      }
      .article .highlight p {
        margin-bottom: 0;
        color: var(--t1);
      }
      .article pre {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 18px 20px;
        margin: 20px 0;
        overflow-x: auto;
      }
      .article code {
        font-family: monospace;
        font-size: 0.9em;
        background: rgba(255, 255, 255, 0.06);
        padding: 2px 6px;
        border-radius: 4px;
      }
      .article pre code {
        background: none;
        padding: 0;
        font-size: 0.86rem;
      }
      .article table {
        width: 100%;
        border-collapse: collapse;
        margin: 24px 0;
        font-size: 0.9rem;
      }
      .article th {
        background: rgba(255, 255, 255, 0.06);
        color: var(--t1);
        font-weight: 600;
        padding: 10px 14px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }
      .article td {
        padding: 10px 14px;
        color: var(--t2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      }
    .article .compare { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:24px 0; }
    .article .compare-card { background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07); border-radius:10px; padding:18px; }
    .article .compare-card h4 { font-family:var(--fh); font-size:.95rem; font-weight:700; color:var(--t1); margin-bottom:12px; }

      .flutter-card {
        border-color: rgba(84, 182, 246, 0.2) !important;
      }
      .rn-card {
        border-color: rgba(255, 212, 59, 0.2) !important;
      }
      .salary-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 0.88rem;
      }
      .salary-table th {
        background: rgba(17, 107, 252, 0.12);
        color: var(--t1);
        padding: 10px 14px;
        text-align: left;
      }
      .salary-table td {
        padding: 10px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        color: var(--t2);
      }
      /* Active nav link highlight for blog */
      .nl a[href="/blog/"] {
        color: var(--t1);
        font-weight: 600;
      }

      /* CTA */
      .cta-box {
        margin: 48px 0 0;
        padding: 28px;
        border-radius: 14px;
        background: linear-gradient(
          135deg,
          rgba(17, 107, 252, 0.07),
          rgba(0, 255, 135, 0.04)
        );
        border: 1px solid rgba(17, 107, 252, 0.2);
        text-align: center;
      }
      .cta-box h3 {
        font-family: var(--fh);
        font-size: 1.1rem;
        font-weight: 800;
        color: var(--t1);
        margin-bottom: 8px;
      }
      .cta-box p {
        font-size: 0.88rem;
        color: var(--t2);
        margin-bottom: 18px;
      }

      /* BLOG BOTTOM PADDING */
      .blog-end-pad {
        padding-bottom: 80px;
      }
      .w-blog {
        max-width: 720px;
        margin: 0 auto;
        padding: 0 24px;
      }

      /* Blog course CTA */
      .blog-wrap { max-width: 720px; margin: 0 auto; padding: 0 24px; }
      .blog-btn{
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 11px 22px;
        border-radius: 100px;
        font-family: var(--fh);
        font-size: 0.86rem;
        font-weight: 700;
        background: linear-gradient(135deg, #00ff87, #00d4ff);
        color: #020a14;
        text-decoration: none;            
      }
      .blog-btn:hover{
        text-decoration: underline;
      }

      .blog-course-cta{background:linear-gradient(135deg,rgba(17,107,252,.08),rgba(123,31,228,.06));border:1px solid rgba(17,107,252,.14);border-radius:14px;padding:24px;margin:32px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
      .blog-course-cta-text{font-size:.9rem;color:var(--t2)}
      .blog-course-cta-text strong{color:var(--t1);display:block;margin-bottom:4px;font-size:.95rem}

      /* RELATED ARTICLES */
      .related { margin:48px 0 0; padding-top:36px; border-top:1px solid rgba(255,255,255,.06); }
      .related h3 { font-family:var(--fh); font-size:1rem; font-weight:700; color:var(--t1); margin-bottom:16px; }
      .related-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
      .related-card { background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07); border-radius:10px; padding:16px; text-decoration:none; transition:all .2s; display:block; }
      .related-card:hover { border-color:rgba(0,255,135,.2); transform:translateY(-2px); text-decoration:none; }
      .related-card .tag { font-size:.66rem; margin-bottom:8px; }
      .related-card p { font-size:.84rem; color:var(--t2); line-height:1.45; margin:0; }
      .related-tag{
        display: inline-block;
        padding: 3px 11px;
        border-radius: 100px;
        border: 1px solid rgba(17, 107, 252, 0.25);
        font-size: 0.72rem;
        font-weight: 700;
        font-family: var(--fh);
        letter-spacing: 0.04em;
        margin-bottom: 16px;
        background: rgba(17, 107, 252, 0.1);
        color: var(--b1);
      }
      @media (max-width: 600px) {
        .blog-wrap {
          padding: 0 16px;
        }
        .related-grid {
          grid-template-columns: 1fr;
        }
        .article .compare {
          grid-template-columns: 1fr;
        }
        .blog-course-cta {
          flex-direction: column;
        }
        .bh h1 {
          font-size: 1.55rem;
        }
      }