    :root {
      --bg: #f4f7fb;
      --card: #ffffff;
      --auth-bg: linear-gradient(135deg, #f8c2d3 0%, #7E238E 100%);
      --accent: #4f46e5;
      --muted: #6b7280;
      --danger: #ef4444;
      --radius: 10px;
      --shadow: 0 6px 18px rgba(15, 23, 42, .06)
    }

    :root {
      --bg: #f4f7fb;
      --card: #ffffff;
      --accent: #4f46e5;
      --muted: #6b7280;
      --danger: #ef4444;
      --radius: 10px;
      --shadow: 0 6px 18px rgba(15, 23, 42, .06)
    }

    * {
      box-sizing: border-box
    }

    html,
    body {
      height: 100%;
      margin: 0;
      font-family: Poppins, Inter, Roboto, Helvetica Neue, Arial, sans-serif;
      background: var(--bg);
      color: #0f172a;
      overflow-x: hidden
    }

    
    .about-wrapper {
      position: relative;
      width: 100%;
      min-height: 100vh;
      overflow: hidden;
      background: radial-gradient(circle at top, rgba(126, 166, 255, .18), transparent 45%), #f9fbff
    }

    .backdrop {
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(circle at 10% 20%, rgba(79, 110, 247, .18), transparent 45%), radial-gradient(circle at 80% 0, rgba(124, 58, 237, .16), transparent 55%);
      filter: blur(60px);
      opacity: .85
    }

    .content {
      position: relative;
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 48px clamp(1.5rem, 3vw, 3rem) 0 clamp(1.5rem, 3vw, 3rem);
      display: flex;
      flex-direction: column;
      gap: clamp(2.5rem, 4vw, 4rem);
      color: #0c1c3c
    }

    .content {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      padding: 48px clamp(1.5rem, 3vw, 3rem) 0 clamp(1.5rem, 3vw, 3rem);
      display: flex;
      flex-direction: column;
      gap: clamp(2.5rem, 4vw, 4rem);
      color: #0c1c3c
    }

    .blog-post-wrapper {
      width: 100%;
      margin: 0;
      padding: 0
    }

    .blog-post {
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 8px 32px #2563eb12;
      padding: 36px 28px;
      margin: 0 auto 32px;
      transition: box-shadow .2s;
      border: 1px solid #e5e7eb
    }

    .signup-cta a{
      color: #fff !important;
    }

    .blog-cta .primary {
      color: #fff !important;
    }

    .blog-post a, .blog-post a:visited, .blog-post a:hover, .blog-post a:active, .related-posts a, .related-posts a:visited, .related-posts a:hover, .related-posts a:active {
      color: #3b82f6;
      text-decoration: none;
    }

    .blog-title {
      font-size: 2.2rem;
      font-weight: 700;
      color: #2563eb;
      margin-bottom: 18px;
      line-height: 1.2
    }

    .blog-meta {
      font-size: .98rem;
      color: #64748b;
      margin-bottom: 28px;
      font-weight: 500
    }

    h1 {
      font-size: 2.3rem;
      font-weight: 800;
      color: #2563eb;
      margin: 0 0 1.2rem;
      line-height: 1.15
    }

    h2 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #1e293b;
      margin: 2.2rem 0 1rem;
      line-height: 1.2
    }

    h3 {
      font-size: 1rem;
      color: #334155;
      margin: 1.8rem 0 .8rem
    }

    p {
      font-size: 15px;
      color: #334155;
      margin-bottom: 1.1rem;
      line-height: 1.7
    }

    ul {
      margin: 1.2rem 0 1.2rem 1.2rem;
      padding-left: .8rem;
      font-size: 1.08rem;
      color: #2563eb;
      list-style: disc inside
    }

    ul li {
      font-size: 14px;
      margin-bottom: .7rem;
      font-weight: 500;
      position: relative;
      padding-left: .5rem
    }

    table {
      font-size: 14px;;
    }

    blockquote {
      margin: 2rem 0;
      padding: 1.2rem 1.5rem;
      background: #f1f5f9;
      border-left: 4px solid #2563eb;
      font-style: italic;
      color: #334155;
      font-size: 1rem;
      box-shadow: 0 2px 8px #2563eb0a
    }

    @media (max-width: 900px) {
      .blog-post {
        padding: 24px 8px;
        max-width: 98vw;
        margin: 24px auto 18px
      }

      h1 {
        font-size: 1.5rem
      }

      h2 {
        font-size: 1.18rem
      }
    }

    @media (max-width: 600px) {
      .blog-post {
        padding: 18px 8px
      }

      .blog-title {
        font-size: 1.35rem
      }
    }
 
    .top-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 0 32px
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      color: #0f172a
    }

    .brand-mark {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      background: linear-gradient(135deg, #2563eb, #7c3aed);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 700
    }

    .top-nav nav {
      display: flex;
      align-items: center;
      gap: 24px;
      font-size: 14px
    }

    .top-nav nav a {
      color: #0f172a;
      text-decoration: none;
      font-weight: 500;
      transition: color .2s ease
    }

    .top-nav nav a:hover {
      color: #2563eb
    }

    .login-link {
      padding: 6px 0
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      padding: 10px 22px;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease
    }

    .btn.primary {
      background: linear-gradient(135deg, #2563eb, #3b82f6);
      color: #fff;
      box-shadow: 0 12px 24px #2563eb40
    }

    .btn.secondary {
      background: #2563eb14;
      color: #2563eb
    }

    .btn.ghost {
      border: 1px solid rgba(15, 23, 42, .15);
      color: #0f172a;
      padding: 10px 20px
    }

    .btn:hover {
      transform: translateY(-2px)
    }

    @media (max-width: 900px) {
      .top-nav {
        flex-direction: column;
        align-items: stretch;
        padding: 12px 0 18px;
        gap: 8px
      }

      .brand {
        margin-bottom: 8px;
        align-self: flex-start
      }

      .top-nav nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        font-size: 15px;
        width: 100%;
        padding-bottom: 4px;
        overflow-x: unset
      }

      .top-nav nav a {
        padding: 8px 10px;
        white-space: nowrap;
        font-size: 15px;
        border-radius: 8px;
        width: auto;
        text-align: left
      }

      .btn {
        padding: 8px 16px;
        font-size: 15px;
        width: auto;
        justify-content: center
      }
    }

    @media (max-width: 600px) {
      .top-nav {
        flex-direction: column;
        align-items: stretch;
        padding: 8px 0 12px;
        gap: 6px
      }

      .brand {
        margin-bottom: 6px;
        align-self: flex-start
      }

      .top-nav nav {
        gap: 8px;
        font-size: 14px;
        padding-bottom: 2px
      }

      .top-nav nav a {
        padding: 7px 8px;
        font-size: 14px;
        border-radius: 8px;
        width: auto;
        text-align: left
      }

      .btn {
        padding: 7px 12px;
        font-size: 14px;
        width: auto;
        justify-content: center
      }
    }

    
    .custom-footer {
      width: 100%;
      background: linear-gradient(90deg, #f8fafc, #e0e7ef);
      border-top: 1px solid #e6eef8;
      margin-top: 48px;
      padding: 0;
      box-shadow: 0 -2px 8px #3c50780a
    }

    .footer-main {
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      padding: 24px;
      flex-wrap: wrap
    }

    .footer-brand-section {
      display: flex;
      flex-direction: column;
      justify-content: flex-start
    }

    .footer-brand {
      font-size: 14px;
      color: #334155;
      font-weight: 600;
      margin-bottom: 12px;
      letter-spacing: .2px
    }

    .footer-links {
      width: 100%;
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-top: 12px
    }

    .footer-links a {
      color: #3b82f6;
      font-size: 13px;
      text-decoration: none;
      font-weight: 500;
      transition: color .2s
    }

    .footer-links a:hover {
      color: #1d4ed8;
      text-decoration: underline
    }

    .footer-extra {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
      font-size: 14px;
      color: #6b7280;
      min-width: 220px;
      margin-top: 0
    }

    .footer-extra a {
      color: #3b82f6;
      text-decoration: none;
      font-weight: 500
    }

    .footer-extra a:hover {
      text-decoration: underline;
      color: #1d4ed8
    }

    @media (max-width: 900px) {
      .footer-main {
        flex-direction: column;
        align-items: flex-start
      }

      .footer-extra {
        align-items: flex-start;
        min-width: 0;
        margin-top: 8px
      }
    }

    @media (max-width: 600px) {
      .footer-main {
        padding: 18px 2px 12px
      }

      .footer-links {
        gap: 12px;
        font-size: 14px
      }

      .footer-brand {
        font-size: 15px
      }

      .footer-extra {
        align-items: flex-start;
        min-width: 0;
        margin-top: 8px
      }
    }

    .top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 32px;
    }