
    html {
      scroll-behavior: smooth;
    }

    .blog-container {
      width: 100%;
      max-width: 1250px;
      margin: auto;
      padding: 0 24px;
      overflow: visible !important;
    }

    /* FIX FOR STICKY */
    .blog-content-wrap,
    .blog-layout {
      overflow: visible !important;
    }

    .blog-content-wrap {
      position: relative;
      z-index: 1;
      padding: 55px 0;
    }

    /* blog-hero */
    .blog-hero {
      position: relative;
      height: 330px;
      background: url("https://www.docugenieai.com/images/blog/blog-banner.jpg") center/cover no-repeat;
      display: flex;
      align-items: center;
    }

    .blog-hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(7, 25, 55, 0.75);
    }

    .blog-hero-content {
      position: relative;
      max-width: 1250px;
      margin: auto;
      padding: 0 24px;
      color: white;
    }

    .hero-badge {
      background: #1a3ad6;
      color: #fff;
      font-weight: 700;
      font-size: 12px;
      padding: 5px 10px;
      border-radius: 999px;
      display: inline-block;
      margin-bottom: 14px;
    }

    .blog-hero h1 {
      font-size: 44px;
      line-height: 1.15;
      margin-bottom: 14px;
      color: #ffffff !important;
    }

    .hero-meta {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items: center;
      font-size: 13px;
      color: #dbeafe;
    }

    .blog-dot {
      opacity: 0.6;
    }

    .blog-author {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .blog-avatar {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      font-weight: 700;
      color: white;
    }

    /* LAYOUT */
    .blog-layout {
      display: flex;
      gap: 35px;
      align-items: flex-start;
    }

    /* STICKY SIDEBAR FIX */
    .blog-sidebar {
      width: 280px;
      flex: 0 0 280px;
      position: sticky !important;
      top: 110px;
      align-self: flex-start;
      height: fit-content;
      z-index: 99;
    }

    .toc-card {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      padding: 18px;
      border-radius: 12px;
      margin-bottom: 22px;
    }

    .toc-card h3 {
      font-size: 18px;
      margin-bottom: 12px;
      font-weight: 700;
      color: #0f172a;
    }

    .toc {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

    .toc-btn {
      width: 100%;
      text-align: left;
      border: none;
      background: transparent;
      padding: 10px 12px;
      border-radius: 10px;
      cursor: pointer;
      font-size: 14px;
      color: #212121;
      transition: 0.2s;

      /* FIX 1: REMOVE BLACK BORDER ON CLICK */
      outline: none !important;
      box-shadow: none !important;
    }

    .toc-btn:focus,
    .toc-btn:active {
      outline: none !important;
      box-shadow: none !important;
    }

    .toc-btn:hover {
      background: #f1f5f9;
      color: #0f172a;
    }

    .toc-btn.active {
      background: #1a3ad6;
      color: white;
      font-weight: 500;
    }

    /* SUBSCRIBE */
    .blog-subscribe-card {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      padding: 18px;
      border-radius: 12px;
    }

    .blog-subscribe-card h3 {
      font-size: 18px;
      margin-bottom: 6px;
      font-weight: 700;
    }

    .blog-subscribe-card p {
      font-size: 14px;
      color: #212121;
      margin-bottom: 12px;
    }

    .subscribe-form {
      display: flex;
      gap: 10px;
    }

    .subscribe-form input {
      flex: 1;
      border: 1px solid #e2e8f0;
      padding: 10px;
      border-radius: 10px;
      font-size: 13px;
    }

    .subscribe-form button {
      background: transparent;
      border: 1px solid #1a3ad6;
      padding: 10px 14px;
      color: #1a3ad6;
      border-radius: 10px;
      font-weight: 700;
      cursor: pointer;
    }

    /* ARTICLE */
    .blog-article {
      flex: 1;
      min-width: 0;
    }

    .blog-article section {
      margin-bottom: 35px;
      scroll-margin-top: 120px;
    }

    .blog-article h2 {
      font-size: 24px;
      margin-bottom: 12px;
      font-weight: 700;
      color: #0f172a;
    }

    .blog-article h3 {
      font-size: 18px !important;
      margin-bottom: 10px;
      font-weight: 600 !important;
      color: #1a3ad6 !important;
    }

    .blog-article p {
      font-size: 16px !important;
      color: #1a1a1a !important;
      margin-bottom: 14px;
      line-height: 1.7;
    }

    /* WRAP UP */
    .wrap-up-box {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 22px;
      margin-top: 20px;
    }

    .wrap-up-box h3 {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 700;
      color: #0f172a;
    }

    /* TAGS */
    .tags {
      margin-top: 18px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .tag {
      padding: 6px 12px;
      border-radius: 999px;
      font-size: 12px;
      border: 1px solid #cbd5e1;
      background: #ffffff;
      color: #334155;
      font-weight: 500;
    }

    /* AUTHOR SECTION */
    .author-box {
      margin-top: 25px;
      display: flex;
      align-items: flex-start;
      gap: 14px;
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 18px;
    }

    .author-photo {
      flex: 0 0 auto;
    }

    .author-photo img {
      width: 89px;
      height: 94px;
      border-radius: 50%;
      object-fit: cover;
      display: block;
    }

    .author-info {
      flex: 1;
    }

    .author-info h4 {
      margin: 0;
      font-size: 18px !important;
      font-weight: 700;
      color: #0f172a;
    }

    .author-info p {
      margin: 6px 0 0;
      font-size: 14px;
      color: #575858;
      line-height: 1.6;
    }

    /* blog-faq */
    .blog-faq-box {
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      overflow: hidden;
      margin-top: 15px;
    }

    .blog-faq-item {
      border-bottom: 1px solid #e2e8f0;
    }

    .blog-faq-item:last-child {
      border-bottom: none;
    }

    .blog-faq-question {
      width: 100%;
      background: #ffffff;
      border: none;
      padding: 16px;
      text-align: left;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #0f172a;
    }

    button.blog-faq-question:hover {
      color: #1a3ad6;
    }
    .blog-faq-answer {
      display: none;
      padding: 0 16px 16px;
      font-size: 16px;
      color: #363738;
      line-height: 1.6;
    }

    .blog-faq-item.active .blog-faq-answer {
      display: block;
    }

    .blog-faq-icon {
      font-size: 18px;
      font-weight: 700;
      color: #1a3ad6;
    }

    /* RECENT ARTICLES */
    .recent-articles {
      margin-top: 50px;
    }

    .recent-articles h2 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 18px;
      color: #0f172a;
    }

    .recent-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .recent-card {
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      overflow: hidden;
      background: white;
      transition: 0.25s;
    }

    .recent-card:hover {
      transform: translateY(-5px);
    }

    .recent-thumb {
      height: 140px;
      background: url("https://images.unsplash.com/photo-1526374965328-7f61d4dc18c5?auto=format&fit=crop&w=1200&q=60") center/cover no-repeat;
    }

    .recent-content {
      padding: 14px;
    }

    .recent-content h4 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 6px;
      color: #0f172a;
    }

    .recent-content p {
      font-size: 13px;
      color: #64748b;
      margin-bottom: 0;
    }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
      .blog-layout {
        flex-direction: column;
      }

      .blog-sidebar {
        width: 100%;
        position: relative !important;
        top: 0;
      }

      .recent-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .recent-grid {
        grid-template-columns: 1fr;
      }

      .blog-hero h1 {
        font-size: 30px;
      }
    }
