:root {
    --navy: #0a0f1e;
    --navy-mid: #111827;
    --navy-card: #131c2e;
    --navy-border: #1e2d45;
    --gold: #c9a84c;
    --gold-light: #e8c97a;
    --gold-pale: #f5e9c8;
    --cream: #f0ead8;
    --text-primary: #eef0f5;
    --text-secondary: #8a95a8;
    --text-muted: #4a5568;
    --accent-blue: #3b82f6;
    --accent-teal: #0d9488;
  }

.blog-post__summary{display:none;}
.blog-post__preheader {
    color: #0A4DD5;
}
  h1 {
    font-family: Inter, sans-serif;
    font-size: 34px;
}

  h2{color:inherit !important;  font-family: 'Inter', sans-serif !important;}
h3 {font-family: Inter, sans-serif; font-size:18px;}
  .blog-post__divider{display:none;}
  .blog-post{max-width:941px;}
  .blog-header{display:none;}
  .blog-post__tag-link{    color: #4b8bec;
    background-color: #e6edff;
    border-radius: 3px;
    font-size: 0.75rem;
    padding: 5px 10px;
    margin: 0 8px 8px 0;}
  
  .blog-post__body-wrapper{max-width:941px;}
  .blog-header{display:none;}
  .blog-post__title {max-width: 941px;}
  .image-wrapper{margin-top:25px;}
  p{margin:10px 0 10px 0;}
  .cta-bg a.button {
    color: #ffffff;
    font-size: 20px;
  
       background: #EC4430 !important;
    border: none;
    /*margin-top: 30px;
    margin-bottom: 20px;*/
    padding: 16px 48px 16px 28px;
}
  .co_blog-post__author img.co_blog-post__author-image {
    width: revert-layer;
  }
  
  .lead-quote {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1f2e;
    line-height: 1.55;
    border-left: 3px solid #1a5fd4;
    padding: 6px 0 6px 20px;
    margin: 1.8em 0 1.5em;
    background: #ffffff;
    border-radius: 0 6px 6px 0;
}
  * { box-sizing: border-box; margin: 0; padding: 0; }

  /*body {
    background: var(--navy);
    color: var(--text-primary);
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    min-height: 100vh;
  } */

  /* Geometric background pattern */
 /* body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
      linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
  }

  .page {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    padding: 4rem 2rem 6rem;
  }

  /* Fade-in animations */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .reveal { opacity: 0; animation: fadeUp 0.7s ease forwards; }
  .d1 { animation-delay: 0.1s; }
  .d2 { animation-delay: 0.25s; }
  .d3 { animation-delay: 0.4s; }
  .d4 { animation-delay: 0.55s; }
  .d5 { animation-delay: 0.7s; }
  .d6 { animation-delay: 0.85s; }

  /* Header area */
  .header-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
  }

  .tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 2px;
    padding: 3px 10px;
  }

  .tag-plain {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
    padding: 3px 0;
  }

  /* Gold rule accent */
  .gold-rule {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 1.5rem;
  }

  /* Headline */
  /*h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.12;
    color: var(--cream);
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
  }

  h1 em {
    font-style: italic;
    color: var(--gold-light);
  } */

  .subhead {
    font-size: 17px;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 640px;
    border-left: 2px solid var(--gold);
    padding-left: 1.25rem;
  }

  /* Author card */
  .author-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 1.25rem 1.5rem;
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    border-top: 2px solid var(--gold);
    border-radius: 4px;
    margin-bottom: 2.5rem;
  }

  .avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a3a6b, #0d2447);
    border: 1px solid rgba(201,168,76,0.4);
    display: flex; align-items: center; justify-content: center;
    font-weight: 600; font-size: 14px;
    color: var(--gold-light);
    flex-shrink: 0;
    font-family: 'Playfair Display', serif;
  }

  .author-name { font-size: 15px; font-weight: 600; color: var(--cream); margin-bottom: 2px; }
  .author-role { font-size: 12px; color: var(--gold); margin-bottom: 3px; font-weight: 500; letter-spacing: 0.02em; }
  .author-cred { font-size: 11.5px; color: var(--text-secondary); line-height: 1.5; }
  .author-date { font-size: 11px; color: var(--text-muted); margin-left: auto; white-space: nowrap; padding-top: 2px; font-weight: 400; }

  /* EEAT bar */
  .eeat-bar {
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
    padding: 0.7rem 1rem;
    background: rgba(201,168,76,0.05);
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: 3px;
    margin-bottom: 3rem;
  }

  .eeat-label { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-right: 4px; }
  .eeat-pill { font-size: 10.5px; font-weight: 500; color: var(--text-secondary); border: 1px solid var(--navy-border); border-radius: 20px; padding: 2px 10px; }

  /* Body text */
  p.body {
    font-size: 16px;
    margin: 0 0 1.4rem;
    color: rgba(238,240,245,0.85);
    line-height: 1.85;
  }

  /* Section headings */
  h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 600;
    color: var(--cream);
    margin: 3rem 0 1rem;
    letter-spacing: -0.01em;
  }

  /*h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--gold-light);
    margin: 2rem 0 0.6rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
  } */

  /* Pull quote */
  .quote {
    position: relative;
    margin: 2.5rem 0;
    padding: 1.5rem 1.75rem 1.5rem 2rem;
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    border-left: 3px solid var(--gold);
    border-radius: 0 4px 4px 0;
  }

  .quote::before {
    content: '\201C';
    position: absolute;
    top: -10px;
    left: 16px;
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    line-height: 1;
    color: rgba(201,168,76,0.15);
  }

  .quote p {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    color: var(--cream);
    position: relative;
    z-index: 1;
  }

  /* Insight box */
  .insight-box {
    background: rgba(13,148,136,0.06);
    border: 1px solid rgba(13,148,136,0.2);
    border-radius: 4px;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
  }

  .insight-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-teal);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .insight-label::before {
    /*content: '';
    width: 18px; height: 1px;
    background: var(--accent-teal);*/
  }

  .insight-box p { font-size: 14.5px; color: rgba(238,240,245,0.75); line-height: 1.75; }

  /* Pillar cards */
  .pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 2rem 0;
    background: var(--navy-border);
    border: 1px solid var(--navy-border);
    border-radius: 4px;
    overflow: hidden;
  }

  .pillar {
    padding: 1.5rem 1.25rem;
    background: var(--navy-card);
    transition: background 0.2s;
  }

  .pillar:hover { background: #162035; }

  .pillar-num {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pillar-num::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(201,168,76,0.2);
  }

  .pillar-title { font-size: 14px; font-weight: 600; color: var(--cream); margin-bottom: 8px; line-height: 1.35; }
  .pillar-body { font-size: 12.5px; color: var(--text-secondary); line-height: 1.65; }

  /* Section divider */
  .divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 3rem 0;
  }

  .divider::before, .divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--navy-border);
  }

  .divider-diamond {
    width: 6px; height: 6px;
    background: var(--gold);
    transform: rotate(45deg);
    flex-shrink: 0;
  }

  /* FAQ section 
  .faq-head {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 1.5rem;
  }

  .faq-item {
    border: 1px solid var(--navy-border);
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
  }

  .faq-item.active { border-color: rgba(201,168,76,0.35); }

  .faq-q {
    width: 100%;
    text-align: left;
    background: var(--navy-card);
    border: none;
    padding: 1.1rem 1.25rem;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--cream);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-family: 'Outfit', sans-serif;
    line-height: 1.4;
    transition: background 0.2s;
  }

  .faq-q:hover { background: #162035; }

  .faq-icon {
    width: 22px; height: 22px;
    border: 1px solid var(--navy-border);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    font-weight: 300;
    color: var(--gold);
    flex-shrink: 0;
    transition: all 0.25s;
    line-height: 1;
  }

  .faq-item.active .faq-icon { background: rgba(201,168,76,0.1); border-color: rgba(201,168,76,0.4); transform: rotate(45deg); }

  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: var(--navy-card);
  }

  .faq-a-inner {
    padding: 0 1.25rem 1.25rem;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.8;
    border-top: 1px solid var(--navy-border);
    padding-top: 1rem;
  } */

  /* CTA 
  .cta-block {
    margin-top: 3rem;
    padding: 2rem 2.5rem;
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    border-top: 2px solid var(--gold);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .cta-head {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 4px;
  }

  .cta-sub { font-size: 12.5px; color: var(--text-secondary); line-height: 1.6; }

  .cta-btn {
    background: var(--gold);
    color: var(--navy);
    border: none;
    border-radius: 3px;
    padding: 11px 24px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.03em;
    transition: background 0.2s, transform 0.1s;
  }

  .cta-btn:hover { background: var(--gold-light); transform: translateY(-1px); }
  .cta-btn:active { transform: translateY(0); } */

  /* Keyword block */
 /* .keyword-block {
    margin-top: 2rem;
    padding: 1.1rem 1.25rem;
    background: rgba(201,168,76,0.03);
    border: 1px solid rgba(201,168,76,0.1);
    border-radius: 4px;
  }

  .keyword-title { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
  .chips { display: flex; flex-wrap: wrap; gap: 6px; }
  .chip { font-size: 11px; color: var(--text-muted); border: 1px solid #1e2d45; border-radius: 20px; padding: 2px 10px; background: var(--navy-mid); transition: color 0.2s, border-color 0.2s; }
  .chip:hover { color: var(--gold); border-color: rgba(201,168,76,0.3); }

  /* CAMS capability strip */
  /*.cams-strip {
    margin: 2rem 0;
    background: var(--navy-card);
    border: 1px solid var(--navy-border);
    border-radius: 4px;
    overflow: hidden;
  }

  .cams-strip-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--navy-border);
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .cams-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--gold);
    border-radius: 2px;
    padding: 3px 9px;
  }

  .cams-strip-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--cream);
  }

  .cams-capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .cams-cap {
    padding: 1.25rem 1.5rem;
    border-right: 1px solid var(--navy-border);
    transition: background 0.2s;
  }

  .cams-cap:last-child { border-right: none; }
  .cams-cap:hover { background: #162035; }

  .cams-cap-icon {
    width: 28px; height: 28px;
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 3px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 10px;
  }

  .cams-cap-icon svg { width: 14px; height: 14px; }

  .cams-cap-title {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--gold-light);
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .cams-cap-desc {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.6;
  }

  .cams-strip-footer {
    padding: 0.9rem 1.5rem;
    border-top: 1px solid var(--navy-border);
    background: rgba(201,168,76,0.04);
    font-size: 12.5px;
    color: var(--text-secondary);
    line-height: 1.6;
  }

  .cams-strip-footer strong {
    color: var(--cream);
    font-weight: 500;
  }

  /* Consumption drivers grid */
 /* .cams-consumption-header {
    padding: 0.9rem 1.5rem;
    border-top: 1px solid var(--navy-border);
    background: rgba(13,148,136,0.05);
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
  }

  .cams-consumption-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-teal);
  }

  .cams-consumption-sub {
    font-size: 12px;
    color: var(--text-muted);
  }

  .cams-consumption-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--navy-border);
  }

  .cams-consumption-item {
    padding: 1.2rem 1.4rem;
    border-right: 1px solid var(--navy-border);
    border-bottom: 1px solid var(--navy-border);
    transition: background 0.2s;
  }

  .cams-consumption-item:nth-child(2n) { border-right: none; }
  .cams-consumption-item:nth-child(3),
  .cams-consumption-item:nth-child(4) { border-bottom: none; }
  .cams-consumption-item:hover { background: rgba(13,148,136,0.04); }

  .cams-consumption-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
  }

  .cams-consumption-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--cream);
    line-height: 1.3;
  }

  .cams-consumption-body {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.65;
    padding-left: 23px;
  }

  @media (max-width: 600px) {
    .pillar-grid { grid-template-columns: 1fr; }
    .cams-capabilities { grid-template-columns: 1fr; }
    .cams-cap { border-right: none; border-bottom: 1px solid var(--navy-border); }
    .cams-cap:last-child { border-bottom: none; }
    .cams-consumption-grid { grid-template-columns: 1fr; }
    .cams-consumption-item { border-right: none; }
    .cams-consumption-item:nth-child(3),
    .cams-consumption-item:nth-child(4) { border-bottom: 1px solid var(--navy-border); }
    .cams-consumption-item:last-child { border-bottom: none; }
    .cta-block { flex-direction: column; }
    .author-card { flex-wrap: wrap; }
    .author-date { margin-left: 0; }
    .page { padding: 2.5rem 1.25rem 4rem; } */
  }
  
  .cta-bg-text {
    position: absolute;
    right: -20px;
    bottom: -30px;
    font-size: 160px;
    font-weight: 900;
    color: #ffffff;
    opacity: 0.02;
    pointer-events: none;
    line-height: 1;
    user-select: none;
}
  .cta-label {
    font-size: 10px;
    letter-spacing: 3px;
    color: #00bcd4;
    text-transform: uppercase;
    margin-bottom: 16px;
}
  .cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 14px;
}
  .cta-desc {
    font-size: 15px;
    color: #f2f2f2;
    line-height: 1.7;
}
  .cta-section {
    margin-top: 20px;
    padding: 50px;
    background: #0a4dd5;
    border: 1px solid #1a3050;
    /*display: grid;*/
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
  .cta-section h2{color:#ffffff !important; font-size: clamp(32px, 5vw, 48px);}
  .cta-section p{color:#ffffff; max-width:680px;}
  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px 32px;
    border: 1.5px solid #00bcd4;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s;
    text-decoration: none;
}
.kl-navbar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/*****EXTRA CSS***/
  .blog-post {padding: 9rem 0 4.5rem 0;}
  section { padding: 0px;}
  .kl-header-placeholder {
    height: auto;
}

.blog-more-posts__post-image{padding-bottom: 50%;}