/*!
Theme Name: bluejar bolilerPlate
Theme URI: https://blujaar-wp.com
Author: TwoPoints
Author URI:s
Description: "bluejar bolilerPlate" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "bluejar bolilerPlate" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://blujaar-wp.com
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* --- Design Tokens --- */
:root {
  --brand: #3838d8;
  --black: #0d0e1a;
  --white: #ffffff;
  --surface: #f4f4f9;
  --navy: #12127a;
  --accent: #2020a8;
  --red: #e84040;
  --green: #1cb87e;
  --amber: #f4a22a;
  --grey: #626262;
  --blue-50: #eaeafb;
  --blue-100: #c4c4f4;
  --blue-200: #9898ec;
  --blue-300: #5d5ddf;
  --blue-500: #3838d8;
  --blue-700: #2020a8;
  --blue-900: #12127a;
  --blue-soft-500: #6b7fe3;
  --neutral-900: #0d0e1a;
  --gradient: linear-gradient(to right, #3838d8, #5c52f5);
  --shadow-brand: 0px 4px 32px 0px rgba(56, 56, 216, 0.24);
  --shadow-card: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-nav: 0px 4px 16px 2px rgba(0, 0, 0, 0.05);
  --card-bg: #fff;
  --border: #e7e5e4;
  --radius-pill: 100px;
  --radius-card: 24px;
  --container-max: 1200px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, .06);
  --shadow-lg: 0 12px 28px rgba(0, 0, 0, .08);
  --bg: #fafafa;
  --text: #0a0a0a;
  --text-muted: #6b7280;
  --transition: 0.2s cubic-bezier(.4, 0, .2, 1);
  --accent-subtle: rgba(48, 67, 217, .06);
}

/* --- Reset --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* --- Typography --- */
.font-display {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}

h1, .h1 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}

h2, .h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

h3, .h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

.label-caps {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.body-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.inter {font-family: 'Inter',sans-serif;}
    a:hover { text-decoration: underline; }
    .text-darkblue {color: rgb(87 83 78);}
    .font13 {font-size: 13px !important;}
    .font14 {font-size: 14px !important;}
    .container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; box-sizing: border-box; }
body h1, body h2, body h3 {font-family: 'Syne','Inter', system-ui, sans-serif;font-weight: 600 !important;}
    /* Header — frosted glass */
    .header {position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 0;
    background: transparent;
    transition: background var(--transition), box-shadow var(--transition), padding var(--transition);}
    
    .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
    .container { width: 100%; max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; box-sizing: border-box; }
    .header-top-bar { height: 3px; background: linear-gradient(90deg, #061e59, var(--accent)); }
    .header-inner { display: flex; align-items: center; justify-content: space-between; }
    .header-brand { display: flex; align-items: center; text-decoration: none; color: var(--text); }
    .header-brand:hover { text-decoration: none; color: var(--text); }
    .nav-dropdown-grid a {display: block !important;}
    .header-brand { display: flex; align-items: center; gap: 0; text-decoration: none; color: var(--text); }
    .nav { display: flex; align-items: center; gap: 1.5rem; font-size: 14px; }
    .nav > a:hover { text-decoration: none; }
    .nav-products { position: relative; }
    .nav-products > span {
      cursor: pointer;
      color: var(--text);
      padding: 0.5rem 0;
      display: flex;
      align-items: center;
      gap: 0.25rem;
      font-size: 14px;
    }
    .nav-products > span::after {
      content: '';
      width: 14px;
      height: 14px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: transform 0.2s ease;
    }
    .nav-products:hover > span::after { transform: rotate(180deg); }
    .nav-products > span:hover { text-decoration: underline; }
    .nav-products ul {
      position: absolute;
      top: 100%;
      left: 0;
      font-size: 14px;
      margin: 0.5rem 0 0 0;
      padding: 0.5rem 0;
      min-width: 180px;
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 6px;
      list-style: none;
      box-shadow: 0 4px 12px rgba(0,0,0,.08);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    }
    .nav-products:hover ul { opacity: 1; visibility: visible; transform: translateY(0); }
    .nav-products li { padding: 0; }
    .nav-products a { display: block; padding: 0.5rem 1rem; color: var(--text); }
    .nav-products a:hover { background: var(--bg); text-decoration: none; }
/* Mobile hamburger menu */
.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:1001;}
.nav-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s;}
.nav-hamburger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-hamburger.is-active span:nth-child(2){opacity:0;}
.nav-hamburger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
@media(max-width:767px){
  .nav-hamburger{display:flex;}
  .nav.nav-open{display:flex!important;flex-direction:column;position:fixed;top:60px;left:0;right:0;background:#0f1729;padding:20px 24px 28px;gap:0;z-index:1000;box-shadow:0 8px 24px rgba(0,0,0,.3);}
  .nav.nav-open .nomob{display:block!important;padding:12px 0;font-size:16px;font-weight:500;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;}
  .nav.nav-open .btn-primary{margin-top:16px;text-align:center;display:block;}
}

/* Industries Dropdown */
.nav-dropdown{position:relative;display:none;align-items:center;}
@media(min-width:768px){.nav-dropdown{display:flex;}}
.nav-dropdown-btn{background:none;border:none;font-size:14px;font-family:inherit;cursor:pointer;display:flex;align-items:center;gap:4px;padding:10px 18px;white-space:nowrap;line-height:1;}
.dd-chevron{transition:transform .2s;flex-shrink:0;}
.nav-dropdown:hover .dd-chevron,.nav-dropdown.is-open .dd-chevron{transform:rotate(180deg);}
.nav-dropdown-menu{display:none;position:absolute; background-color: #fff; top:calc(100% + 0px); left:50%;transform:translateX(-50%);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px;min-width:460px;box-shadow:0 20px 60px rgba(0,0,0,.5);z-index:1000;}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{display:block;}
.nav-dropdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px 8px;}
.nav-dropdown-menu a{display:block;padding:8px 12px;text-decoration:none;border-radius:6px;font-size:14px;white-space:nowrap;transition:background .15s,color .15s;}
.nav-dropdown-menu a:hover{background:rgba(255,255,255,.08);}
@media(max-width:767px){
  .nav.nav-open .nav-dropdown{display:block;width:100%;border-bottom:1px solid rgba(255,255,255,.08);}
  .nav-dropdown-btn{justify-content:space-between;padding:12px 0;font-size:16px;font-weight:500;color: #fff;
        width: 100px;
        margin: auto;}
  .nav-dropdown-menu{position:static;transform:none;min-width:auto;border:none;border-radius:0;padding:4px 0 8px 0;background:transparent;box-shadow:none;display:none;}
  .nav-dropdown.is-open .nav-dropdown-menu{display:block!important;}
  .nav-dropdown-grid{grid-template-columns:1fr 1fr;gap:0 8px;}
  .nav-dropdown-menu a{padding:7px 8px;font-size:14px;color:rgba(255,255,255,.7);}
}
    /* GEO page content */
    .btn {
      display: inline-block;
          padding: 13px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    }
    .btn.btn-sm {padding: 10px 20px;font-weight: 500; font-size: 15px;}
    .btn-primary { background: var(--grad-main); color: #fff !important; }
    .btn-primary:hover {  text-decoration: none; transform: translateY(-2px);box-shadow: 0 8px 32px rgba(48, 67, 217, 0.45);}
    .btn-primary:active { transform: translateY(0); box-shadow: inset 0 1px 0 rgba(255,255,255,.15); }
    .btn-secondary { background: var(--card-bg); color: var(--accent); border: 1px solid var(--border); }
    .btn-secondary:hover { background: rgba(48,67,217,.03); text-decoration: none; color: var(--accent) !important; border-color: rgba(48,67,217,.2); }
    .hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-bottom: 1rem; }
    .hero-note { font-size: 0.75rem; color: var(--text-muted); }

    .section-label {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: var(--accent);
      background: var(--accent-subtle);
      padding: 0.3rem 0.75rem;
      border-radius: 999px;
      margin: 0 auto 1rem;
    }
    .section-alt {
      background: #fff;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .scroll-mt { scroll-margin-top: 5rem; }

    .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
    .card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 1.5rem;
      text-align: left;
      transition: box-shadow var(--transition), border-color var(--transition);
    }
    .card:hover {
      box-shadow: var(--shadow-md);
      border-color: rgba(48,67,217,.15);
    }
    .card h3 { font-size: 16px; font-weight: 600; color: var(--text); margin: 0 0 0.5rem; }
    .card p { font-size: 0.875rem; color: var(--text-muted); margin: 0; line-height: 1.5; }

    .step-num {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background: rgba(48,67,217,.1);
      color: var(--accent);
      font-weight: 700;
      font-size: 1.125rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
    }
    .step h3 { font-size: 1rem; font-weight: 600; margin: 0 0 0.5rem; }
    .step p { font-size: 0.875rem; color: var(--text-muted); margin: 0; }

    /* How it works — creative flow */
    .how-flow {
      display: grid;
      grid-template-columns: 1fr auto 1fr auto 1fr;
      align-items: start;
      gap: 0;
      max-width: 56rem;
      margin: 0 auto;
    }
@media(min-width: 1599px) {
    .container{max-width:1500px !important;}
      body::before { left:  calc(50vw - 1500px / 2); }
      body::after  { right: calc(50vw - 1500px / 2); }
    
}
    @media (max-width: 900px) {
      .how-flow {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }
      .how-flow-connector { display: none !important; }
    }
    .how-step {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 1.75rem;
      text-align: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
      position: relative;
    }
    .how-step:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 28px rgba(48,67,217,.12);
      border-color: rgba(48,67,217,.25);
    }
    .how-step-icon {
      width: 3rem;
      height: 3rem;
      border-radius: var(--radius-md);
      background: var(--accent-subtle);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
    }
    .how-step-icon svg {
      width: 1.5rem;
      height: 1.5rem;
      color: var(--accent);
    }
    .how-step-num {
      position: absolute;
      top: -0.5rem;
      right: 1rem;
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      background: var(--accent);
      color: #fff;
      font-size: 0.75rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(48,67,217,.3);
    }
    .how-step h3 { font-size: 1.0625rem; font-weight: 600; margin: 0 0 0.5rem; color: var(--text); }
    .how-step p { font-size: 0.875rem; color: var(--text-muted); margin: 0; line-height: 1.5; }
    .how-flow-connector {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 2.5rem;
    }
    .how-flow-connector svg {
      width: 2rem;
      height: 2rem;
      color: var(--border);
    }

    .report-card {
      max-width: 48rem;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 12px;
      border: 1px solid var(--border);
      background: var(--card-bg);
      box-shadow: 0 10px 40px rgba(0,0,0,.08);
    }
    .report-header {
      padding: 2rem 2.5rem;
      background: linear-gradient(135deg, #0f1d5e 0%, #2435b8 50%, #3043d9 100%);
      color: #fff;
    }
    .report-header h3 { margin: 0 0 0.125rem; font-size: 1.25rem; font-weight: 600; }
    .report-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 2rem; margin-top: 1rem; }
    .report-score { font-size: 2.25rem; font-weight: 700; color: #fcd34d; }
    .report-score-label { font-size: 0.875rem; color: rgba(255,255,255,.9); }
    .report-header p { font-size: 0.875rem; color: rgba(255,255,255,.9); margin: 0.75rem 0 0; }
    .report-body {
      padding: 2rem 2.5rem;
      border-top: 1px solid var(--border);
    }
    .report-body h3 { font-size: 1.125rem; font-weight: 600; margin: 0 0 1rem; }
    .report-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 0.75rem 1rem;
      list-style: none;
      padding: 0;
      margin: 0 0 1.25rem;
    }
    .report-list li { display: flex; align-items: center; gap: 0.5rem; color: #444; }
    .report-list li::before { content: ''; width: 6px; height: 6px; min-width: 6px; border-radius: 50%; background: var(--accent); }
    .report-list .center { grid-column: 1 / -1; justify-content: center; }
    .report-body .note { font-size: 0.875rem; color: var(--text-muted); margin: 1.25rem 0 1rem; }
    .report-body .cta-wrap { text-align: center; margin-top: 1rem; }

    .audience-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 1.25rem;
    }
    .audience-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 1.5rem;
      transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
    }
    .audience-card:hover {
      border-color: rgba(48,67,217,.3);
      box-shadow: 0 4px 12px rgba(48,67,217,.08);
      transform: translateY(-2px);
    }
    .audience-card-icon {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 10px;
      background: rgba(48,67,217,.1);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
    }
    .audience-card-icon svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--accent);
    }
    .audience-card h3 {
      font-size: 1rem;
      font-weight: 600;
      margin: 0 0 0.5rem;
      color: var(--text);
    }
    .audience-card p {
      font-size: 0.875rem;
      color: var(--text-muted);
      margin: 0;
      line-height: 1.5;
    }
    .audience-card-featured {
      grid-column: 1 / -1;
      
      border-color: rgba(48,67,217,.2);
    }
    .ctainfo {  margin: 0px;}

    /* Scoring methodology */
    .scoring-section {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 2rem;
      max-width: 42rem;
      margin: 0 auto;
    }
    .scoring-section h3 {
      font-size: 1rem;
      font-weight: 600;
      color: var(--text);
      margin: 0 0 1rem;
      text-align: center;
    }
    .scoring-pills {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.5rem;
      margin-bottom: 1rem;
    }
    .scoring-pills span {
      font-size: 0.8125rem;
      font-weight: 500;
      padding: 0.375rem 0.75rem;
      background: rgba(48,67,217,.08);
      color: var(--accent);
      border-radius: 999px;
    }
    .scoring-section p {
      font-size: 0.875rem;
      color: var(--text-muted);
      text-align: center;
      margin: 0;
      line-height: 1.5;
    }
    .text-center {text-align: center;}
    .section-cta-info {background-color: #fff;}

    /* Pricing / Get started */
    .pricing-teaser {
      background: linear-gradient(180deg, rgba(48,67,217,.06) 0%, rgba(48,67,217,.02) 100%);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 3rem 1.5rem;
    }
    .pricing-teaser h2 { margin-bottom: 1.5rem; }
    .pricing-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 2rem;
      max-width: 36rem;
      margin: 0 auto 1.5rem;
      box-shadow: 0 4px 20px rgba(0,0,0,.06);
    }
    .pricing-tier {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1rem;
    }
    .pricing-tier:last-child { margin-bottom: 0; }
    .pricing-tier-badge {
      flex-shrink: 0;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 0.25rem 0.5rem;
      border-radius: 6px;
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }
    .pricing-tier-badge.free {
      background: rgba(48,67,217,.12);
      color: var(--accent);
    }
    .pricing-tier-badge.upgrade {
      background: rgba(48,67,217,.08);
      color: var(--text);
    }
    .pricing-tier p {
      font-size: 0.875rem;
      color: var(--text-muted);
      margin: 0;
      line-height: 1.5;
    }
    .pricing-cta { text-align: center; }
    .mb-0 {margin-bottom: 0px !important;}
    .mt-0 {margin-top: 0px !important;}
    /* Footer — same as index.html */
    .footer-links { display: flex; gap: 1.25rem; align-items: center; }
    .footer-links a { color: var(--text-muted); font-size: 0.875rem; }
    .footer-links .sep { color: var(--text-muted); font-size: 0.875rem; }
    .footer-copy { color: var(--text-muted); font-size: 0.875rem; }
    .policy-page { display: flex; flex-direction: column; min-height: 100vh; }
    .policy-frame-wrap { flex: 1; padding: 1.5rem 0; }
    .policy-frame {
      width: 100%;
      min-height: calc(100vh - 120px);
      border: 1px solid var(--border);
      border-radius: 8px;
      background: #fff;
    }
    .section-alt {
      background: #fff;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .scroll-mt { scroll-margin-top: 5rem; }
    .text-center { text-align: center; }
    .text-muted { color: var(--text-muted); margin-top: 1rem; }

    .bullet-list { list-style: none; padding: 0; margin: 0; }
    .bullet-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      margin-bottom: 0.5rem;
      color: var(--text-muted);
    }
    .bullet-list li::before {
      content: '';
      width: 6px;
      height: 6px;
      min-width: 6px;
      margin-top: 0.6rem;
      border-radius: 50%;
      background: var(--accent);
    }

    .step-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 2.5rem;
      margin-top: 3rem;
    }
    .step {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .step-num {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      border: 1px solid var(--border);
      background: rgba(37,99,235,.1);
      color: #1e40af;
      font-weight: 700;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .step h3 { font-size: 1rem; font-weight: 600; margin: 1rem 0 0.5rem; }
    .step p { font-size: 0.9375rem; color: var(--text-muted); margin: 0; line-height: 1.5; }

    .use-case { margin-bottom: 2rem; }
    .use-case h3 { font-size: 1rem; font-weight: 600; margin: 0 0 0.5rem; }
    .use-case p { color: var(--text-muted); margin: 0; line-height: 1.6; }

    .why-list { list-style: none; padding: 0; margin: 2rem 0 0; }
    .why-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem;
      margin-bottom: 1rem;
      color: var(--text-muted);
    }
    .why-list li::before {
      content: '';
      width: 6px;
      height: 6px;
      min-width: 6px;
      margin-top: 0.6rem;
      border-radius: 50%;
      background: #94a3b8;
    }

    .cta-dark {
      background: #0f172a;
      padding: 4rem 1.5rem;
      text-align: center;
      border-top: 1px solid var(--border);
    }
    .cta-dark h2 { color: #fff; }
    .cta-dark p { color: #cbd5e1; margin-top: 1rem; }
    .cta-dark .hero-ctas { margin-top: 2.5rem; }
    /* Product cards */
    .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
    }
    .product-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 1.5rem;
      box-shadow: 0 6px 20px rgba(0,0,0,.04);
    }
    .product-card h3 { margin: 0 0 0.5rem; font-size: 1.25rem; }
    .product-card .summary { color: var(--text-muted); margin-bottom: 1rem; font-size: 0.9375rem; }
    .product-card ul {
      margin: 0 0 1.25rem;
      padding-left: 1.25rem;
    }
    .product-card li { margin-bottom: 0.35rem; }

    /* Trust list */
    .trust-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1rem;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .trust-list li {
      padding-left: 1.5rem;
      position: relative;
    }
    .trust-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.4em;
      width: 6px;
      height: 6px;
      background: var(--accent);
      border-radius: 50%;
    }

    /* Who it's for */
    .audience-list {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem 1rem;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .audience-list li {
      padding: 0.35rem 0.75rem;
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 6px;
      font-size: 0.9375rem;
    }

    
    .sidebar-1-area {
  padding-top: 30px;
}
.single .sidebar-1-area {
  padding-top: 0px;
}
.sidebar-1-area .widget {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 24px;
}
.sidebar-1-area .widget .widget-title {font-size: 14px; font-weight: 300; margin-bottom: 10px; color: #596570;text-transform: uppercase;}
	.post-navigation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 60px;    margin-bottom: 60px;
}
.posts-navigation .nav-links {display:flex;justify-content:center;}
.posts-navigation .nav-links a {border: 1px solid #2f43d9;}
.posts-navigation .nav-links .nav-next a {margin-left:15px;}
.posts-navigation {margin-bottom: 60px;}


.nav-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  transition: all 0.25s ease;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  border-color: #c7d2fe;
}

.nav-label {
  font-size: 13px;
  font-weight: 600;
  color: #6366f1;
  margin-bottom: 8px;
}

.nav-title {
  font-size: 17px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
}

/* Alignment */
.prev-post {
  text-align: left;
}

.next-post {
  text-align: right;
}
.bredcumblinks {display: block;top: 120px;font-size: 12px;background: linear-gradient(135deg, #E4DEFE, #CFD9F8);}
.maintitle h1 {font-weight:bold;margin-top:0px !important;}
.top-banner .badge-light {
    color: #212529;
    background-color: #fff;
    padding: 6px;
}
/* Mobile */
@media (max-width: 768px) {
  .post-navigation { grid-template-columns: 1fr;}
  .bredcumblinks {width: 90%;top:87px;}
  .next-post { text-align: left;}
}
/* Recent posts */
.sidebar-1-area .recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-posts li {
  margin-bottom: 14px;
}

.recent-posts a {
  display: block;
  color: #0f172a;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.recent-posts a:hover {
  color: #4f46e5;
}

.post-date {
  font-size: 12px;
  color: #64748b;
}

/* Categories */
.blog-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-categories li {
  margin-bottom: 10px;
}

.blog-categories a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #0f172a;
  font-size: 14px;
}

.blog-categories a:hover {
  color: #4f46e5;
}

.blog-categories .count {
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  color: #475569;
}
body .badge-light a {color:#000 !important;    font-weight: 400;
    padding: 4px;}
.widget-search .searchform {width: 100%;}
body .hero {overflow: visible;}
.blog-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-subtitle {
  color: #64748b;
  margin-bottom: 40px;
}

.blog-list {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}
.blog-list > .blog-card {
width: 48%;
}
.blog-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px;
  transition: all 0.25s ease;
}
.blogitems {margin-top: 30px;}
.blogitems .blog-card {height: 100%;}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}

.blog-category {
  font-size: 13px;
  font-weight: 600;
  color: #6631F8;
  margin-bottom: 10px;
  display: inline-block;
}

.blog-card h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.4;
    letter-spacing: -0.4px;
}

.blog-card h2 a {
  color: #0f172a;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

.blog-card h2 a:hover {
  color: #6631F8;
}

.blog-excerpt {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 16px;
}

.blog-meta {
  font-size: 13px;
  color: #64748b;
  display: flex;
  gap: 12px;
}

.searchform {position: relative; margin: auto;}
.searchform label {width: 100%;position: relative;}
.btn-search {
    border: none;
    background: transparent;
    height: 40px;
    width: 50px;
    position: absolute;
    right: 0;
    min-height: inherit;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.searchform .search-field {font-size: 13px;
    border-radius: 6px;    width: 100%;
    border: none;
    padding: 7px 10px;
    height: 40px; transition: all 0.3s ease; }
.searchform .search-field:focus {outline: none; box-shadow: none;border-color: #6631F8;box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.07);}
.w-90 {
    width: 90%;
}
.top-banner {
    position: relative; text-align:center;
    color: #fff;
    margin-bottom: 40px;
}
.searchform{ position: relative; }
/* DROPDOWN ANIMATION */
.search-dropdown {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 40px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
    border-radius: 6px;

    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.search-item a {
    display: flex;
    flex-direction: row; flex-wrap: wrap;
    gap: 4px;
    padding: 10px 12px;
}
.search-item a strong {flex: 0 0 auto; width: 100%; font-size: 14px; font-weight: 600;}
.search-subtitle {
    font-size: 11px;
    color: #777777;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
}
/* When open */
.search-dropdown.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.search-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-dropdown li a {
    padding: 8px 12px;
    line-height: 1.3;
    text-decoration: none;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.search-dropdown li a:hover {
    background: #f5f5f5;
}
.search-loader {
    position: absolute;
    right: 45px; 
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #555;
    animation: search-spin 0.6s linear infinite;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

/* contact page  */
.wpcf7-form label, .wpcf7-form-control-wrap {display: block; width: 100%;}
.wpcf7-form label {font-size: 13px;}
body input, body textarea {
    display: block; width: 100%;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px !important;
    transition: all 0.3s ease;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {resize: none; height: 100px;}
.wpcf7-form input[type="submit"] {color: #fff; background: var(--accent); border: none; padding: 10px 20px; border-radius: 6px; cursor: pointer;}

/* Show loader when active */
.search-loader.is-active {
    opacity: 1;
}

@keyframes search-spin {
    to { transform: rotate(360deg); }
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.blog-pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

.blog-pagination .page-numbers:hover {
  background: #f1f5f9;
  border-color: #c7d2fe;
  color: #6631F8;
}

.blog-pagination .page-numbers.current {
  background: #6631F8;
  color: #ffffff;
  border-color: #6631F8;
  font-weight: 600;
  cursor: default;
}

.blog-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  cursor: default;
  padding: 0 6px;
}

.blog-pagination .page-numbers.dots:hover {
  background: transparent;
}

.blog-pagination .page-numbers.next,
.blog-pagination .page-numbers.prev {
  padding: 0 18px;
  font-weight: 600;
}

.blog-pagination .page-numbers.next:hover,
.blog-pagination .page-numbers.prev:hover {
  background: #eef2ff;
  color: #6631F8;
}

@media (max-width: 600px) {
  .blog-title { font-size: 26px; }
  .blog-card h2 { font-size: 18px; }
   .blog-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .blog-pagination .page-numbers.next,
  .blog-pagination .page-numbers.prev {
    padding: 0 14px;
  }
}
.single h2, .single h2 b, .single h2 strong {
    font-size: 24px;
    font-weight: 800; font-family: 'Inter',system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: -1px;
}
.single h2 b, .single h2 strong {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 3px;
}
.single h3, .single h3 strong, .single h3 b {
    font-size: 18px;  font-family: 'Inter',system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    letter-spacing: -0.4px;
}

@media(max-width:767px) { 
    .footer-widget .justify-content-end {justify-content: center !important;} 
    .footer .d-flex {justify-content: center;}
}
/* ------- */
.slide_up_down { -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both; animation: slide_up_down 1.7s ease-in-out infinite alternate both; }
@-webkit-keyframes slide_up_down {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
100% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px); } }

@keyframes slide_up_down {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
100% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px); } }
.postdate {font-size:13px;}
.top-banner .postdate a {color: #fff;}
/* --- Mobile hamburger menu --- */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 1001;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000 !important;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}
.nav-hamburger.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.is-active span:nth-child(2) { opacity: 0; }
.nav-hamburger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width:767px) {
  .nomob {display:none !important;}
  .nav-hamburger { display: flex; }
  .nav.nav-open {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0; right: 0;
    background: #0f1729;
    padding: 20px 24px 28px;
    gap: 4px;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  }
  .nav.nav-open .nomob {
    display: block !important;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
  }
  .nav.nav-open .btn-primary {
    margin-top: 16px;
    text-align: center;
    display: block;
  }
  .maintitle h1 {font-size: 20px;}
}

/* ===== GEO Optimization Classes ===== */

/* TL;DR / Key Takeaways box (speakable target) */
.geo-summary-box {
  background: var(--accent-subtle);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  margin: 24px 0 32px;
  font-size: 0.95rem;
  line-height: 1.7;
}
.geo-summary-box h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--accent);
}
.geo-summary-box ul {
  margin: 0;
  padding-left: 20px;
}
.geo-summary-box li {
  margin-bottom: 6px;
}
.single .entry-content ul, .single .entry-content ol {padding-left: 20px;}
/* Table of Contents */
.bj-post-toc {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 0 0 32px;
}
.bj-post-toc h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--text);
}
.bj-post-toc ol {
  margin: 0;
  padding-left: 20px;
  counter-reset: toc-counter;
}
.bj-post-toc li {
  margin-bottom: 6px;
  font-size: 0.92rem;
}
.bj-post-toc a {
  color: var(--accent);
  text-decoration: none;
}
.bj-post-toc a:hover {
  text-decoration: underline;
}

/* FAQ section wrapper (speakable target) — visually separate from article body */
.bj-post-faq-section {
  padding-top: 32px;
  padding-bottom: 40px;
}
.single .bj-post-faq-section {margin-top: 48px;}
.bj-post-faq-section .faq-item {padding: 15px; margin-bottom: 15px;}
.bj-post-faq-section h2 {
  font-size: 1.3rem;
  font-weight: 700; color: #fff;
  margin-bottom: 20px;
}
.single .bj-post-faq-section h2 { color: #000; }
.bj-post-faq-section h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin: 24px 0 8px;
}
.bj-post-faq-section h3:first-of-type {
  margin-top: 0;
}
.bj-post-faq-section p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Comparison tables */
.bj-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0; margin-top: 0px;
  font-size: 0.92rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
}
.bj-compare-table thead th {
  background: var(--accent);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 0.88rem;
}
.bj-compare-table tbody td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.bj-compare-table tbody tr:nth-child(even) {
  background: var(--accent-subtle);
}
.bj-compare-table tbody tr:hover {
  background: rgba(48,67,217,.08);
}

/* Blog post images — constrain to content column */
.entry-content img,
.bj-inline-illustration img,
article.articlepost .card-body img {
  max-width: 100%;
  height: auto;
}

.blog-card-image-wrapper { display: block; overflow: hidden; border-radius: 8px 8px 0 0; margin-bottom: 0; line-height: 0; }
.blog-card-image-wrapper img.blog-card-image { width: 100%; height: 260px; object-fit: cover; display: block; transition: transform 0.3s ease; }
.blog-card:hover .blog-card-image-wrapper img.blog-card-image { transform: scale(1.03); }
.blog-card { overflow: hidden; }

/* Blog post tables — apply comparison table styling to all tables in post content */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 0.92rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
}
.entry-content table thead th {
  background: var(--accent);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 0.88rem;
}
.entry-content table tbody td {
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.entry-content table tbody tr:nth-child(even) {
  background: var(--accent-subtle);
}
.entry-content table tbody tr:hover {
  background: rgba(48,67,217,.08);
}
@media (max-width: 640px) {
  .entry-content table { font-size: 0.82rem; }
  .entry-content table thead th,
  .entry-content table tbody td { padding: 8px 10px; }
}

/* Expert quote callout */
.bj-expert-quote {
  border-left: 3px solid var(--accent);
  padding: 16px 20px;
  margin: 24px 0;
  background: var(--card-bg);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--text);
}
.bj-expert-quote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 0.88rem;
  margin-top: 8px;
  color: var(--text-muted);
}

.bj-author-box{margin:40px 0 32px;padding:28px;background:#f8f9ff;border-radius:12px;border:1px solid #e5e7f5}
.bj-author-box-title{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a90b0;margin-bottom:16px}
.bj-author-card{display:flex;align-items:flex-start;gap:16px}
.bj-author-card + .bj-author-card{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7f5}
.bj-author-avatar{flex-shrink:0;width:56px;height:56px;border-radius:50%;overflow:hidden;background:#3043d9;display:flex;align-items:center;justify-content:center}
.bj-author-avatar img{width:56px;height:56px;object-fit:cover;border-radius:50%}
.bj-author-initials{color:#fff;font-weight:700;font-size:1.25rem}
.bj-author-info{flex:1;min-width:0}
.bj-author-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:6px}
.bj-author-name{font-size:1rem;font-weight:700;color:#0a0c1a}
.bj-author-badge{font-size:.78rem;color:#3043d9;background:#3043d914;padding:2px 8px;border-radius:20px;font-weight:600}
.bj-author-bio{font-size:.88rem;color:#555;line-height:1.6;margin:0 0 10px}
.bj-author-social{display:flex;gap:10px;align-items:center}
.bj-author-social a{color:#8a90b0;display:flex;align-items:center;transition:color .15s;text-decoration:none}
.bj-author-social a:hover{color:#3043d9}

.pricing-tier { display: grid; grid-template-columns: 90px 110px 1fr; align-items: baseline; gap: 0; padding: 12px 0; border-bottom: 1px solid #f0f0f4; }
.pricing-tier:last-child { border-bottom: none; }
.tier-name { font-size: 0.9rem; color: #555; }
.tier-price { font-size: 1rem; font-weight: 700; color: #0a0a0a; }
.tier-detail { font-size: 0.8rem; color: #888; text-align: right; }

/* Featured image: constrained, rounded, cover-fit */
.post-thumbnail { display: block; width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 1.75rem; line-height: 0; max-height: 420px; border: 1px solid #e2e8f0;}
.post-thumbnail img.wp-post-image { width: 100%; height: 420px; object-fit: cover; display: block; }
/* Remove extra gap between blue header and content */
.move-minus-top { margin-top: -2px; }
/* Inline figures in post content */
.entry-content figure { margin: 28px 0; text-align: center; }
.entry-content figure img { max-width: 680px; width: 100%; border-radius: 10px;border: 1px solid #e2e8f0; }
.entry-content figure figcaption { font-size: 0.85rem; color: #6b7280; margin-top: 8px; font-style: italic; }

/* FAQ section */
.bj-faq-section { background: #f8f9ff; padding: 80px 0; }
.bj-faq-section h2 { font-size: 2.2rem; font-weight: 800; color: #0a0c1a; margin-bottom: 48px; text-align: center; }
.bj-faq-list { max-width: 760px; margin: 0 auto; }
.bj-faq-btn { width: 100%; background: none; border: none; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; font-size: 1rem; font-weight: 600; color: #0a0c1a; text-align: left; cursor: pointer; gap: 16px; }
.bj-faq-btn svg { width: 20px; height: 20px; flex-shrink: 0; transition: transform 0.25s ease; color: #3043d9; }
.bj-faq-item.open .bj-faq-btn svg { transform: rotate(45deg); }
.bj-faq-ans { display: none; padding: 0 0 20px; font-size: 0.95rem; color: #555; line-height: 1.7; }
.bj-faq-item.open .bj-faq-ans { display: block; }
.bj-faq {
  padding: var(--section-pad);
  background: var(--grad-soft);
  position: relative; overflow: hidden;
}
.bj-faq-inner { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.bj-faq-item {
  background: var(--glass-bg); backdrop-filter: blur(16px);padding: 0 24px;
  border: 1px solid var(--glass-bdr); box-shadow: 0 2px 12px rgba(48,67,217,0.06);
  border-radius: 14px; margin-bottom: 12px; overflow: hidden;
  transition: box-shadow 0.22s;
}
.bj-faq-item.open { box-shadow: 0 6px 24px rgba(48,67,217,0.12); }
.bj-faq-q {
  width: 100%; background: none; border: none; padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 0.95rem; font-weight: 600; color: var(--text);
  text-align: left; cursor: pointer;
}
.bj-faq-btn svg {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: rgba(48,67,217,0.08); color: var(--c-blue);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.25s, background 0.2s;
}
.bj-faq-item.open .bj-faq-btn svg { transform: rotate(45deg); background: var(--grad-main); color: #fff; }
.bj-faq-a { display: none; padding: 0 24px 20px; font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (max-width: 960px) {
  .footer-top { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand { max-width: 100%; }
}
.footer-brand img {
  height: 36px;
  margin-bottom: 16px;
  display: block;
}
.footer-brand p {
  font-size:15px;
  color: #000;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 280px;
}
.footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #000;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.footer-social a:hover {
  background: #3043d9;
  color: #fff;
}
.footer-social a svg { fill: currentColor; }
.footer-col h4 {
  font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #000;
    margin: 0 0 15px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-col ul li a {
  color: #000000;
  text-decoration: none;
  font-size:15px;
  line-height: 1.4;
  transition: color 0.15s;
}
.footer-col ul li a:hover { color: var(--accent); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copy {
  font-size: 15px;
  color: #555b7a;
}
.footer-bottom-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-bottom-links a {
  font-size: 0.8rem;
  color: #555b7a;
  text-decoration: none;
  transition: color 0.15s;
}
.footer-bottom-links a:hover { color: #8a90b0; }

/* =========================================================
   BlueJar AI – Landing Page Styles
   ========================================================= */
/* --- Container --- */
.container-main {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

/* --- Buttons --- */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  padding: 16px 24px;
  min-width: 120px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.btn-pill:hover {text-decoration:none;}
.btn-filled-white {
  background: var(--white);
  color: var(--navy);
}

.btn-filled-white:hover {
  background: var(--blue-50);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
  font-weight: 400;
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  color:#fff;
}

.btn-filled-blue {
  background: var(--brand);
  color: var(--white);
  font-weight: 400;
}

.btn-filled-blue:hover {
  background: var(--blue-700);
}

.btn-outline-blue {
  background: var(--white);
  border-color: var(--blue-700);
  color: var(--blue-700);
  font-weight: 700;
}

.btn-outline-blue:hover {
  background: var(--blue-50);
}

/* --- Scroll Reveal --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   1. NAVBAR
   ======================================== */
.navbar {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--container-max);
  z-index: 1000;
  background: var(--white);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-nav);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  overflow: visible;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.navbar.nav-hidden {
  transform: translateX(-50%) translateY(-120%);
}

/* Mobile hamburger */
.navbar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.navbar-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.navbar-toggle span:nth-child(1) { position: absolute; top: 10px; }
.navbar-toggle span:nth-child(2) { position: absolute; top: 17px; }
.navbar-toggle span:nth-child(3) { position: absolute; top: 24px; }

.navbar-toggle.open span:nth-child(1) {
  top: 17px;
  transform: rotate(45deg);
}

.navbar-toggle.open span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.open span:nth-child(3) {
  top: 17px;
  transform: rotate(-45deg);
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 16px;
  right: 16px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 24px;
  flex-direction: column;
  gap: 8px;
  z-index: 999;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  display: block;
  padding: 12px 16px;
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  border-radius: 8px;
  transition: background 0.2s ease;
}

.mobile-menu a:hover {
  background: var(--blue-50);
}

.mobile-menu a.active {
  color: var(--navy);
  background: var(--blue-50);
}

.mobile-menu .mobile-menu-ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--blue-50);
}

.mobile-menu .mobile-menu-ctas a {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.mobile-menu .mobile-menu-ctas .btn-mobile-cta {
  background: var(--brand);
  color: var(--white);
  border-radius: var(--radius-pill);
  padding: 12px 16px;
  font-weight: 700;
}

.mobile-menu .mobile-menu-ctas .btn-mobile-cta:hover {
  background: var(--blue-700);
}

.navbar-left {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 36px;
}

.navbar-logo {
  height: 36px;
  width: auto;
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: 0;
  height: 100%;
}

.navbar-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  font-size: 15px;
  color: var(--black);
  white-space: nowrap;
  height: 100%; transition: all 0.3s ease-in-out 0s;
  border-bottom: 2px solid transparent;
}
.navbar-links a:hover {text-decoration: none;}
.navbar-links a.active {
  color: var(--navy);
  border-bottom: 2px solid var(--navy);
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 36px;
}

.navbar-right .sign-in {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--black);
}
.navbar-right .sign-in:hover {text-decoration: none;color:  var(--blue-700);}
.navbar-right .btn-nav-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand);
  color: var(--white);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  height: 100%;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.navbar-right .btn-nav-cta:hover {
  background: var(--blue-700); text-decoration: none;
}

/* ========================================
   2. HERO
   ======================================== */
.hero {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(255,255,255,0.18) 1.5px, transparent 1.5px) 0 0 / 22px 22px,
    linear-gradient(180deg,
      #12127a 0%,
      #1a1a88 18%,
      #2c2c9a 32%,
      #5050b2 52%,
      #9898cc 68%,
      #d4d4ee 82%,
      #f0f0f8 92%,
      #ffffff 100%
    );
}
.top-banner, .ind-hero, .bj-page-hero { padding-top: 160px; padding-bottom: 80px;
  background:radial-gradient(circle, rgba(255,255,255,0.18) 1.5px, transparent 1.5px) 0 0 / 22px 22px, #12127a;}

.hero-inner {
  max-width: var(--container-max);
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding-top: 0;
  padding-bottom: 80px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.hero-title-line {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}

.hero-title span {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: var(--white);
  white-space: nowrap;
}

.hero-badge {
  background: var(--white);
  border: 2px solid var(--blue-200);
  padding: 12px 16px;
  height: 77px;
  min-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
  white-space: nowrap;
}

.badge-item.active {
  opacity: 1;
}

.badge-item img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.badge-item span {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--navy);
  line-height: 1;
}

.hero-subtitle {
  font-size: 16px;
  color: var(--blue-50);
  text-align: center;
  font-family: 'Inter',sans-serif;
  font-weight: 500;
  max-width:710px;
}

.hero-ctas {
  display: flex;
  gap: 24px;
  align-items: center;
}

.hero-mockup {
  width: 100%;
  background: var(--white);
  border: 2px solid var(--blue-100);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(6px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.mockup-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}

.mockup-dots-left {
  display: flex;
  gap: 8px;
}

.mockup-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.mockup-dot.red { background: #f87171; }
.mockup-dot.yellow { background: #fbbf24; }
.mockup-dot.green { background: #34d399; }

.mockup-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 200;
  font-size: 12px;
  color: rgba(69, 70, 82, 0.6);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.mockup-image {
  width: 100%;
  
}

/* ========================================
   3. QUOTE BAND
   ======================================== */
.quote-band {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex;
  justify-content: center;
}

.quote-band-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 60px 16px;
}

.quote-content {
  text-align: center;
  padding: 16px;
}

.quote-text {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  color: var(--accent);
  margin-bottom: 8px;
}

.quote-attribution {
  font-size: 16px;
  color: var(--grey);
}

/* ========================================
   4. CURRENT LANDSCAPE
   ======================================== */
.landscape {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex;
  justify-content: center;
}

.landscape-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.landscape-header .label-caps {
  color: var(--brand);
  margin-bottom: 16px;
  display: block;
}

.landscape-header h1 {
  color: var(--accent);
  margin-bottom: 8px;
}

.landscape-grid {
  display: flex;
  border: 1px solid var(--blue-50);
  width: 100%;
}

.landscape-stats {
  width: 50%;
  flex-shrink: 0;
}

.stat-block {
  border: 1px solid var(--blue-50);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--black);
}

.stat-number.negative { color: var(--red); }
.stat-number.positive { color: var(--green); }

.landscape-chart-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: radial-gradient(circle, rgba(56,56,216,0.08) 1.5px, transparent 1.5px) 0 0 / 22px 22px;
  gap: 12px;
}

.chart-card {
  background: var(--white);
  border: 2px solid var(--blue-100);
  border-radius: var(--radius-card);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 26px;
  width: 100%;
  max-width: 495px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.chart-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #191c1e;
}

.chart-container {
  display: flex;
  gap: 10px;
}

.chart-y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 131px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: rgba(69, 70, 82, 0.6);
}

.chart-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chart-svg-wrap {
  height: 131px;
  overflow: hidden;
  position: relative;
      border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.chart-svg-wrap svg {
  width: 100%;
  height: 100%;
}

.chart-x-axis {
  display: flex;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: rgba(69, 70, 82, 0.6);
}

.chart-legend {
  display: flex;
  gap: 24px;
  width: 100%;
}

.chart-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chart-legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.chart-legend-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #454652;
}

.landscape-bottom-text {
  font-size: 16px;
  line-height: 1.5;
}

.landscape-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 2px;
  font-size: 14px;
  color: var(--blue-700);
  border-bottom: 2px solid var(--blue-700);
  width: 164px;
}

/* ========================================
   5. STATS BAR
   ======================================== */
.stats-bar {
  width: 100%;
  background: var(--navy);
  display: flex;
  justify-content: center;
}

.stats-bar-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--brand);
  border-right: 1px solid var(--brand);
  padding: 60px 16px;
}

.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.stats-bar-item {
  border: 1px solid var(--brand);
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.stats-bar-number {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--blue-50);
}

.stats-bar-label {
  font-size: 16px;
  color: var(--white);
}

/* ========================================
   6. HOW IT WORKS
   ======================================== */
.how-it-works {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex;
  justify-content: center;
}

.how-it-works-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.how-header .label-caps {
  color: var(--brand);
  margin-bottom: 16px;
  display: block;
}

.how-header h1 {
  color: var(--black);
  margin-bottom: 8px;
}

.how-layout {
  display: flex;
  border: 1px solid var(--blue-50);
  width: 100%;
}

.how-accordion {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.accordion-item {
  border: 1px solid var(--blue-50);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.accordion-item.active {
  border-color: #bbbbc9;
  border-bottom: 6px solid var(--navy);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
}

.accordion-header .step-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--black);
  flex: 1;
}

.accordion-header .step-title .step-num {
  font-weight: 600;
  display: inline;
  margin-right: 8px;
}

.accordion-toggle {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  flex-shrink: 0;
  padding-left: 16px;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-item.active .accordion-body {
  max-height: 500px;
}

.accordion-body-inner {
  padding: 0 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.accordion-desc {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.accordion-provisions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
}

.accordion-provisions p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.accordion-provisions p.highlight {
  font-size: 14px;
  color: var(--red);
}

/* Progress bar for autoplay */
.accordion-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--brand);
  width: 0;
  transition: none;
}

.accordion-item.active .accordion-progress.animating {
  width: 100%;
  transition: width 5s linear;
}

/* Visual panel */
.how-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: radial-gradient(circle, rgba(56,56,216,0.08) 1.5px, transparent 1.5px) 0 0 / 22px 22px;
  min-height: 477px;
}

.how-visual-panel {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.how-visual-panel.active {
  opacity: 1;
  pointer-events: auto;
}

/* Step 1 Visual: GEO Score Bars */
.geo-score-card {
  background: var(--white);
  border: 1px solid var(--blue-200);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-brand);
  padding: 33px;
  width: 383px;
}

.geo-score-bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.score-bar-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.score-bar-header {
  display: flex;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #191c1e;
}

.score-bar-track {
  height: 8px;
  background: #eceef0;
  border-radius: 9999px;
  overflow: hidden;
}

.score-bar-fill {
  height: 100%;
  border-radius: 9999px;
  width: 0;
  transition: width 1s ease;
}

.score-bar-fill.blue { background: var(--brand); }
.score-bar-fill.green { background: var(--green); }
.score-bar-fill.amber { background: var(--amber); }
.score-bar-fill.red { background: var(--red); }
.score-bar-fill.blue-light { background: var(--blue-200); }
.score-bar-fill.blue-soft { background: var(--blue-soft-500); }

/* Step 2 Visual: Platform Performance */
.platform-card {
  background: var(--white);
  border: 1px solid var(--blue-200);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-brand);
  padding: 33px;
  width: 383px;
}

.platform-card h4 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #191c1e;
  margin-bottom: 16px;
}

.platform-bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Step 3 Visual: AI Agent Cards */
.agent-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 383px;
}

.agent-card {
  background: var(--white);
  border: 1px solid var(--blue-200);
  border-radius: 16px;
  box-shadow: var(--shadow-brand);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.agent-card-icon {
  width: 40px;
  height: 40px;
  background: var(--blue-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.agent-card-icon svg {
  width: 20px;
  height: 20px;
  color: var(--brand);
}

.agent-card-content h4 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 4px;
}

.agent-card-content p {
  font-size: 12px;
  color: var(--grey);
  line-height: 1.5;
}

/* ========================================
   7. WHAT'S INSIDE
   ======================================== */
.whats-inside {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex;
  justify-content: center;
}

.whats-inside-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.whats-header .label-caps {
  color: var(--brand);
  margin-bottom: 16px;
  display: block;
}

.whats-header h1 {
  color: var(--black);
  margin-bottom: 8px;
}

.feature-cards {
  display: flex;
  gap: 40px;
  padding: 40px 24px;
  max-width: var(--container-max);
}

.feature-card {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--blue-50);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease, border-color 0.4s ease;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #0d0e1a 0%, #12127a 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover {
  border-color: transparent;
  color: var(--white);
  box-shadow: var(--shadow-brand);
}

.feature-card:hover .feature-card-title {
  color: var(--white);
}

.feature-card:hover .feature-card-desc {
  color: rgba(255, 255, 255, 0.8);
}

.feature-card:hover .feature-check-list p {
  color: var(--white);
}

.feature-card:hover .check-icon {
  color: var(--white);
}

.feature-card:hover .feature-icon {
  filter: brightness(0) invert(1);
}

.feature-icon {
  width: 23px;
  height: 23px;
  transition: filter 0.4s ease;
}

.feature-card-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--black);
  transition: color 0.4s ease;
}

.feature-card-desc {
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.4s ease;
}

.feature-check-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}

.feature-check-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 4px;
}

.feature-check-row p {
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.4s ease;
  margin-bottom: 2px;
}

.table-check,
.table-cross {
  display: block;
  margin: 0 auto;
}

/* Navy card variant */
.feature-card--navy .feature-card-title {
  color: var(--navy);
}

.feature-card--navy .feature-card-desc,
.feature-card--navy .feature-check-row p {
  color: var(--navy);
}

/* ========================================
   8. SOCIAL PROOF
   ======================================== */
.social-proof {
  width: 100%;
  background: linear-gradient(
    to bottom,
    var(--neutral-900) 53.5%,
    var(--navy) 83.84%
  );
  display: flex;
  justify-content: center;
}

.social-proof-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--brand);
  border-right: 1px solid var(--brand);
}

.social-proof-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 32px 0;
}

.social-proof-content {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 549px;
}

.social-proof-label {
  color: var(--blue-50);
}

.social-proof-testimonial {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--white);
}

.social-proof-counter {
  font-weight: 500;
  font-size: 10px;
}

.social-proof-stat {
  font-weight: 600;
  font-size: 24px;
}

.social-proof-quote {
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
}

.social-proof-author {
  font-weight: 500;
  font-size: 10px;
}

.social-proof-glass {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  min-height: 549px;
}

/* ========================================
   9. CTA SECTION
   ======================================== */
.cta-section {
  width: 100%;
  background: var(--navy);
  border-top: 1px solid var(--brand);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.cta-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--brand);
  border-right: 1px solid var(--brand);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 480px;
}

.cta-text {
  text-align: center;
  max-width: 870px;
}

.cta-text h1, .cta-text h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.cta-text p {
  font-size: 16px;
  color: var(--white);
  line-height: 1.5;
}

.cta-input-row {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 760px;
}

.cta-input {
  flex: 1;
  height: 46px;
  background: #C4C4F4;
  border-radius: var(--radius-pill);
  border: none;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: var(--brand);
  outline: none;
}

.cta-input::placeholder {
  color: var(--brand);
}

.cta-button {
  height: 46px;
  width: 139px;
  border-radius: var(--radius-pill);
  background: var(--white);
  border: 1px solid var(--blue-700);
  color: var(--blue-700);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}

.cta-button:hover {
  background: var(--blue-50);
}

/* ========================================
   10. FOOTER
   ======================================== */
.footer {
  width: 100%;
  background: var(--blue-50);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 64px 0 0;
}

.footer-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-100);
  border-right: 1px solid var(--blue-100);
  padding: 80px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 580px;
}

.footer-logo {
  height: 48px;
  width: auto;
  margin-right: auto;
}

.footer-desc {
  font-size: 16px;
  color: var(--black);
  line-height: 1.5;
  max-width: 320px;
}

.footer-socials {
  display: flex;
  gap: 16px;
  padding-top: 8px;
}

.footer-socials a {
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-socials img {
  width: 24px;
  height: 24px;
}

.footer-columns {
  display: flex;
  gap: 15px;
}

.footer-column {
  width: 165px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 8px;
}

.footer-column h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--grey);
  line-height: 1.5;
}

.footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 8px; margin-left: 0px; padding-left: 0px;
}

.footer-column li a {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.footer-column li a:hover {
  color: var(--brand);
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 991px) {
  .font-display,
  .hero-title span {
    font-size: 48px !important;
  }

  h1, .h1, .cta-text h1 {
    font-size: 36px;
  }

  .navbar {
    max-width: calc(100% - 20px);padding: 10px;
  }

  .hero {
    padding-top: 120px;
  }
.footer-content {padding: 0 15px;}
  .hero-inner {
    gap: 40px;
  }

  .hero-badge {
    height: 58px;
  }

  .landscape-grid {
    flex-direction: column;
  }

  .landscape-stats {
    width: 100%;
  }

  .landscape-chart-wrapper {
    padding: 24px;
  }

  .how-layout {
    flex-direction: column;
  }

  .how-accordion {
    width: 100%;
  }

  .how-visual {
    min-height: 380px;
  }

  .stats-bar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-cards {
    flex-direction: column;
    padding: 24px 0;
  }

  .feature-card {
    height: auto;
  }

  .social-proof-grid {
    grid-template-columns: 1fr;
  }

  .social-proof-glass {
    min-height: 200px;
  }

  .social-proof-content {
    min-height: auto;
    gap: 40px;
  }

  .footer-content {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .font-display,
  .hero-title span {
    font-size: 36px !important;
  }

  h1, .h1, .cta-text h1, .cta-text h2 {
    font-size: 28px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  .navbar-links {
    display: none;
  }

  .navbar-right .sign-in {
    display: none;
  }

  .navbar-toggle {
    display: flex;
  }

  .hero-title-line {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 12px;
  }

  .stats-bar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-bar-number {
    font-size: 28px;
  }

  .cta-input-row {
    flex-direction: column;
  }

  .cta-button {
    width: 100%;
  }

  .footer-columns {
    flex-direction: column;
    gap: 24px;
  }

  .geo-score-card,
  .platform-card,
  .agent-cards-wrapper {
    width: 100%;
    max-width: 340px;
  }
  
}

@media (max-width: 480px) {
  .font-display,
  .hero-title span {
    font-size: 28px !important;
  }
  h1, .h1, .cta-text h1, .cta-text h2 {
    font-size: 24px;
  }
  .hero-subtitle {font-size: 15px;line-height: 1.6;font-weight: 500;}
  .hero {
    padding-top: 100px;
  }
  .quote-text {font-size: 16px;}
  .cta-input {height: auto;}
  .hero-inner {
    gap: 32px;
    padding-bottom: 40px;
  }
  .cta-inner {padding: 60px 30px !important;}
  .hero-mockup {
    padding: 12px;
  }

  .stats-bar-grid {
    grid-template-columns: 1fr;
  }

  .landscape-inner,
  .how-it-works-inner,
  .whats-inside-inner {
    padding: 40px 12px;
  }

  .accordion-header .step-title {
    font-size: 18px;
  }

  .feature-card {
    padding: 24px;
  }
}

/* ========================================
   FEATURES PAGE
   ======================================== */
.features-hero {
  width: 100%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.18) 1.5px, transparent 1.5px) 0 0 / 22px 22px,
    var(--navy);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 160px;
}

.features-hero-inner {
  max-width: var(--container-max);
  width: 100%;
  padding: 0 16px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.features-hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.features-hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.features-hero-title span {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: var(--white);
  text-align: center;
}

.features-hero-pills {
  display: flex;
  gap: 24px;
}
.features-hero-pills a:hover, .features-hero-pills a:focus {color: #fff !important;}

/* Feature sections */
.features-body {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex;
  justify-content: center;
}

.features-body-inner {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 60px 0;
}

.feature-section {
  display: flex;
  gap: 32px;
  border-top: 1px solid var(--blue-50);
  border-bottom: 1px solid var(--blue-50);
}

.feature-section-left {
  flex: 1;
  padding: 16px 24px;
}

.feature-section-sticky {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-section-sticky h1 {
  line-height: 1.1;
}

.feature-section-right {
  width: 53%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.feature-block {
  border: 1px solid var(--blue-50);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-screenshot {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  width: 100%;
}

.feature-item-icon {
  width:20px;
  height:20px;
  object-fit: contain;
}

.feature-item h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.feature-item p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--black);
}

/* Platform logo grid */
.platform-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 24px;
  padding: 16px;
}

.platform-logo-card {
  background: var(--white);
  border: 1px solid var(--blue-100);
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  position: relative;
}

.platform-logo-img {
  max-height: 36px;
  width: auto;
  object-fit: contain;
}

.platform-logo-name {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--black);
}

.badge-coming-soon {
  position: absolute;
  top: 6px;
  right: 8px;
  background: #bbead9;
  color: #004313;
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 240px;
}

/* Closing statement */
.closing-statement {
  padding: 60px 24px;
}

.closing-text {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: var(--black);
}

/* FAQ Section */
.faq-section {
  width: 100%;
  background: linear-gradient(to bottom, var(--neutral-900), var(--navy));
  display: flex;
  justify-content: center;
}

.faq-inner {
  max-width: var(--container-max);
  width: 100%;
  border: 1px solid var(--brand);
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-title {
  font-family: 'Figtree', 'Syne', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--white);
  line-height: 1;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--blue-50);
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
}

.faq-question h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px; margin-bottom: 0px;
  line-height: 1.5;
  color: #191c1e;
  flex: 1;
}

.faq-toggle {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  position: relative;
  margin-left: 16px;
}

.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  background: #191c1e;
  transition: transform 0.3s ease;
}

.faq-toggle::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-toggle::after {
  width: 2px;
  height: 14px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.faq-item.active .faq-toggle::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding:0 25px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #454652;
}

/* Features responsive */
@media (max-width: 991px) {
  .features-hero-title span {
    font-size: 48px;
  }

  .feature-section {
    flex-direction: column;
  }

  .feature-section-left {
    padding: 24px;
  }

  .feature-section-sticky {
    position: static;
  }

  .feature-section-right {
    width: 100%;
  }

  .features-hero-pills {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .closing-text {
    font-size: 36px;
  }

  .faq-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .features-hero-title span {
    font-size: 36px;
  }

  .closing-text {
    font-size: 28px;
  }

  .faq-title {
    font-size: 28px;
  }

  .platform-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .features-hero-title span {
    font-size: 28px;
  }

  .features-hero {
    padding-top: 100px;
  }

  .features-hero-inner {
    gap: 32px;
  }

  .closing-text {
    font-size: 24px;
  }

  .faq-title {
    font-size: 24px;
  }

  .platform-logo-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   PRICING PAGE
   ======================================== */
/* Hero */
.pr-hero {
  width: 100%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.18) 1.5px, transparent 1.5px) 0 0 / 22px 22px,
    var(--navy);
  display: flex;
  justify-content: center;
  padding-top: 68px;
}

.pr-hero-wrap {
  max-width: var(--container-max);
  width: 100%;
  padding: 80px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.pr-hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.pr-hero-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 64px;
  color: var(--white);
  text-align: center;
  line-height: 1.1;
}

.pr-hero-subtitle {
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  color: var(--blue-50);
  text-align: center;
  max-width: 680px;
}

.pr-hero-banner {
  border: 1px solid var(--brand);
  padding: 4px 24px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--white);
  text-align: center;
}

/* Plans section */
.pr-plans {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex;
  justify-content: center;
}

.pr-plans-wrap {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 80px 24px;
  background: radial-gradient(circle, rgba(56,56,216,0.08) 1.5px, transparent 1.5px) 0 0 / 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Toggle */
.pr-toggle {
  display: inline-flex;
  background: var(--blue-50);
  border: 1px solid var(--brand);
  border-radius: 2px;
  padding: 2px;
  align-self: center;
}

.pr-toggle-btn {
  padding: 8px 16px;
  border-radius: 2px;
  border: none;
  background: transparent;
  color: var(--black);
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pr-toggle-btn.active {
  background: var(--blue-700);
  color: var(--white);
}

/* Cards */
.pr-cards {
  display: flex;
  gap: 40px;
  padding: 0 80px;
  align-items: stretch;
  height: 704px;
}

.pr-card {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--blue-100);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.pr-card--growth {
  background: linear-gradient(199.5deg, #6868e4 3.9%, #ffffff 34%);
}

.pr-cards--hidden {
  display: none;
}

.pr-card-cta--outline {
  background: var(--white);
  color: var(--blue-700);
  border: 1px solid var(--blue-700);
}

.pr-card-cta--outline:hover {
  background: var(--blue-50);
  color: var(--blue-700);
}

.pr-card-cta--filled {
  background: var(--blue-700);
  color: var(--white);
}

.pr-card-cta--filled:hover {
  background: var(--navy);
  color: var(--white);
}

.pr-card-head { display: flex; flex-direction: column; gap: 4px; }
.pr-card-head-row { display: flex; align-items: center; justify-content: space-between; }

.pr-card-name {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--black);
  line-height: 1;
}

.pr-popular-badge {
  background: var(--black);
  color: var(--blue-50);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
}

.pr-card-desc { font-size: 14px; color: var(--black); }

.pr-card-pricing { display: flex; flex-direction: column; gap: 4px; padding: 16px 0; }
.pr-price-row { display: flex; align-items: baseline; gap: 2px; }

.pr-price {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--black);
  line-height: 1;
}

.pr-price-suffix { font-size: 10px; color: var(--grey); }
.pr-billing-note { font-size: 14px; color: var(--grey); }

.pr-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: var(--brand);
  color: var(--white);
  border-radius: var(--radius-pill);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 16px;
  width: 100%;
}

.pr-card-cta:hover { background: var(--blue-700); color: var(--white); }

.pr-card-metrics { display: flex; flex-direction: column; gap: 8px; }

.pr-metric { display: flex; justify-content: space-between; font-size: 16px; line-height: 1.5; }
.pr-metric-label { color: var(--grey); }
.pr-metric-value { font-weight: 600; color: var(--blue-700); }

.pr-checklist { display: flex; flex-direction: column; gap: 8px; padding: 8px 0; }

.pr-checklist li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  padding-left: 24px;
  position: relative;
}

.pr-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 700;
}

/* Compare */
.pr-compare {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex;
  justify-content: center;
}

.pr-compare-wrap {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pr-compare-head { display: flex; flex-direction: column; gap: 8px; }
.pr-table-wrap { overflow-x: auto; }

.pr-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--blue-100);
  font-size: 16px;
}

.pr-table thead tr { background: var(--surface); }

.pr-table th {
  text-align: center;
  padding: 10px 16px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--navy);
}

.pr-table-feature { text-align: left !important; width: 300px; }
.pr-table-highlight { background: var(--brand) !important; color: var(--white) !important; }

.pr-table td {
  padding: 10px 16px;
  text-align: center;
  border-bottom: 1px solid var(--blue-50);
  color: var(--black);
}

.pr-table td:first-child { text-align: left; }

.pr-table-group td {
  background: var(--blue-50);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--navy) !important;
  text-align: left !important;
  padding: 10px 16px;
}
.pr-checklist {list-style:none;}
/* Add-ons */
.pr-addons {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex; 
  justify-content: center;
}

.pr-addons-wrap {
  max-width: var(--container-max);
  width: 100%;background-color: #12127A;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pr-addons-head { display: flex; flex-direction: column; gap: 8px; }

.pr-addons-table {
  display: flex;
  background: var(--white);
  border: 1px solid var(--blue-100);
}

.pr-addons-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pr-addons-col-header {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  padding: 8px;
  border: 1px solid var(--blue-100);
}

.pr-addons-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--blue-100);
}

.pr-addons-row-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pr-addons-row-title {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}

.pr-addons-row-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: var(--black);
}

.pr-addons-row-price {
  display: flex;
  align-items: baseline;
  color: var(--blue-700);
  white-space: nowrap;
}

.pr-addons-row-price span {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.pr-addons-row-price small {
  font-size: 14px;
  font-weight: 400;
}

/* Credit reference */
.pr-credits {
  width: 100%;
  border: 1px solid var(--blue-50);
  display: flex;
  justify-content: center;
}

.pr-credits-wrap {
  max-width: var(--container-max);
  width: 100%;
  border-left: 1px solid var(--blue-50);
  border-right: 1px solid var(--blue-50);
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.pr-credits-head { display: flex; flex-direction: column; gap: 8px; }

.pr-credits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pr-credit-card {
  background: var(--white);
  border: 1px solid var(--blue-100);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  padding: 25px;
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pr-credit-card h4 { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 16px; color: var(--black); }
.pr-credit-card p { font-size: 14px; color: #454652; }
.pr-credit-card > span { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 16px; color: var(--black); white-space: nowrap; flex-shrink: 0; }

/* Pricing responsive */
@media (max-width: 991px) {
  .pr-hero-title { font-size: 48px; }
  .pr-cards { flex-direction: column; padding: 0; gap: 24px; height: auto; }
  .pr-card { width: 100%; max-width: 500px; margin: 0 auto; }
  .pr-addons-table { flex-direction: column; }
  .pr-credits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .pr-hero-title { font-size: 36px; }
  .pr-hero-subtitle { font-size: 18px; }
  .pr-table { font-size: 13px; }
  .pr-table th { font-size: 13px; padding: 8px; }
  .pr-table td { padding: 8px; }
  .pr-credits-grid { grid-template-columns: 1fr; }
  .pr-credit-card { height: auto; }
  .navbar-right .btn-nav-cta { font-size: 12px; padding: 8px;}
  .mobile-menu a {font-family: 'Inter',sans-serif; font-weight: 400;}
}

@media (max-width: 480px) {
  .pr-hero-title { font-size: 28px; }
  .pr-hero-subtitle { font-size: 16px; }
  .pr-card-name { font-size: 36px; }
}


/* --- Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .accordion-body {
    transition: none;
  }

  .accordion-progress.animating {
    transition: none !important;
  }

  .score-bar-fill {
    transition: none;
  }

  .chart-line {
    animation: none !important;
  }
}
/* =========================================================
   CONTACT PAGE
   ========================================================= */
.bj-contact-hero__h1 {
  font-family: 'Syne', sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 16px;
}

.bj-contact-hero__sub {
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.75);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Main section */
.bj-contact {
  padding: 80px 0 96px;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

/* Form card */
.bj-contact__form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  box-shadow: var(--shadow-md);
}

.bj-contact__form-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 28px;
}

.bj-contact__field {
  margin-bottom: 20px;
}

.bj-contact__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}

.bj-contact__input,
.bj-contact__textarea {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9375rem;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}

.bj-contact__input::placeholder,
.bj-contact__textarea::placeholder {
  color: #b0b0c8;
}

.bj-contact__input:focus,
.bj-contact__textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(32,32,168,0.09);
}

.bj-contact__textarea {
  resize: vertical;
  min-height: 130px;
}

.bj-contact__submit {
  margin-top: 8px;
  padding-left: 36px;
  padding-right: 36px;
}

/* Sidebar */
.bj-contact__sidebar {
  background: var(--blue-50);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 36px;
  height: 100%;
}

.bj-contact__sidebar-title {
  font-family: 'Syne', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 28px;
}

.bj-contact__info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.bj-contact__info-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--accent-subtle);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-top: 1px;
}

.bj-contact__info-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bj-contact__info-value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  display: block;
  margin-bottom: 3px;
}

.bj-contact__info-value:hover { text-decoration: underline; }

.bj-contact__info-note {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 0;
}

.bj-contact__divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 24px 0;
}

/* CTA block inside sidebar */
.bj-contact__cta {
  background: var(--navy);
  border-radius: var(--radius-md);
  padding: 22px 22px;
  margin-top: 4px;
}

.bj-contact__cta-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.bj-contact__cta-note {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}

.bj-contact__cta-btn {
  display: block;
  text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  .bj-contact-hero__h1 { font-size: 2.5rem; }
  .bj-contact__form-card { padding: 28px 24px; }
  .bj-contact__sidebar { margin-top: 32px; height: auto; }
}

@media (max-width: 575px) {
  .bj-contact-hero__h1 { font-size: 2rem; }
}

