/* ============ NetworkingPulse — Bootstrap 4 port ============ */
:root{
  --navy:#0c1e3e;
  --navy-mid:#1e3461;
  --navy-soft:#3b558a;
  --teal:#6d28d9;          /* accent = purple */
  --teal-ink:#ffffff;
  --teal-soft:rgba(109,40,217,.12);
  --bg:#ffffff;
  --fg:#0c1e3e;
  --fg-soft:rgba(12,30,62,.9);
  --muted:#6b7591;
  --border:#e6e9f2;
  --border-strong:#d5dae8;
  --card:#ffffff;
  --secondary-bg:#f3f1ff;
  --danger:#dc2626;
  --danger-soft:rgba(220,38,38,.1);
  --radius:.625rem;
  --radius-lg:1rem;
  --shadow-sm:0 1px 2px rgba(12,30,62,.06);
  --shadow-md:0 6px 18px rgba(12,30,62,.08);
  --shadow-xl:0 22px 48px rgba(109,40,217,.22);
  --font-sans:'Manrope',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-display:'Sora',system-ui,sans-serif;
}

/* Buttons: solid navy primary, solid purple accent — match React design */
.np-btn-primary{background:var(--navy)!important;color:#fff!important;border:0;border-radius:.5rem}
.np-btn-primary:hover{background:var(--navy-mid)!important;color:#fff}
.np-btn-accent{background:var(--teal)!important;color:#fff!important;border:0;border-radius:.5rem}
.np-btn-accent:hover{background:#5b1fc0!important;color:#fff}
.np-btn-outline-soft{background:#fff;color:var(--fg);border:1px solid var(--border);border-radius:.5rem}
.np-btn-outline-soft:hover{background:var(--secondary-bg);color:var(--fg)}


*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-sans);
  color:var(--fg);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  font-size:16px;
  line-height:1.55;
}
h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.02em;color:var(--fg)}
.font-display{font-family:var(--font-display);letter-spacing:-.02em}
a{color:var(--navy);text-decoration:none}
a:hover{color:var(--navy-mid);text-decoration:none}

/* container width to match max-w-6xl (1152px) */
.container, .container-xl{max-width:1152px}
.container-narrow{max-width:880px;margin:0 auto;padding-left:1rem;padding-right:1rem}

/* ---------- Color helpers ---------- */
.bg-navy{background:var(--navy)!important;color:#fff}
.bg-secondary-soft{background:var(--secondary-bg)}
.bg-card{background:var(--card)}
.text-muted-2{color:var(--muted)!important}
.text-accent{color:var(--teal)!important}
.text-white-80{color:rgba(255,255,255,.85)!important}
.text-white-60{color:rgba(255,255,255,.65)!important}
.border-soft{border:1px solid var(--border)!important}
.border-white-15{border:1px solid rgba(255,255,255,.15)!important}
.bg-white-5{background:rgba(255,255,255,.05)}
.bg-white-10{background:rgba(255,255,255,.1)}

/* ---------- Buttons ---------- */
.np-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  height:48px;padding:0 1.75rem;border-radius:.5rem;
  font-weight:600;font-size:.95rem;
  border:1px solid transparent;cursor:pointer;
  transition:background .15s,color .15s,border-color .15s,transform .15s;
  text-decoration:none;
}
.np-btn-sm{height:36px;padding:0 1rem;font-size:.8rem}
.np-btn-md{height:40px;padding:0 1.25rem;font-size:.85rem}
.np-btn-primary{background:var(--navy);color:#fff}
.np-btn-primary:hover{background:var(--navy-mid);color:#fff}
.np-btn-accent{background:var(--teal);color:var(--teal-ink)}
.np-btn-accent:hover{background:#33b2b2;color:var(--teal-ink)}
.np-btn-outline-light{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:#fff}
.np-btn-outline-light:hover{background:rgba(255,255,255,.12);color:#fff}
.np-btn:focus,.np-btn:focus-visible{outline:2px solid var(--teal);outline-offset:2px}

/* ---------- Icons ---------- */
.icon{display:inline-block;width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.15em;flex-shrink:0}
.icon-3{width:.875rem;height:.875rem}
.icon-4{width:1rem;height:1rem}
.icon-5{width:1.25rem;height:1.25rem}
.icon-6{width:1.5rem;height:1.5rem}
.icon-9{width:2.25rem;height:2.25rem}
.icon-fill{fill:currentColor}

.icon-chip{
  display:inline-flex;align-items:center;justify-content:center;
  width:2.75rem;height:2.75rem;border-radius:.625rem;
  background:rgba(62,198,198,.15);color:var(--teal);
}
.icon-chip-sm{width:2.5rem;height:2.5rem}
.icon-chip-navy{background:var(--navy);color:#fff}
.icon-chip-accent{background:var(--teal);color:var(--teal-ink)}

/* ---------- Utility bar ---------- */
.utility-bar{background:var(--navy);color:#fff;font-size:.78rem}
.utility-bar a{color:rgba(255,255,255,.85)}
.utility-bar a:hover{color:var(--teal)}
.utility-badge {
  display: inline-flex;
  align-items: center;
  padding: .15rem .6rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: .75rem;
}
.utility-badge .icon {
  color: #8b5cf6;
}

/* ---------- Navbar ---------- */
.np-header {
  position: sticky; top: 0; z-index: 1030;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.np-navbar {
  display: flex; align-items: center; justify-content: space-between; height: 64px;
  position: relative; /* Crucial for absolute mobile dropdown positioning */
}
.np-brand {
  display: flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; font-size: 1.125rem; color: var(--fg);
}
.np-brand .icon { color: var(--teal); }
.imglogo { max-height: 38px; width: auto; max-width: 100%; } /* Safeguard logo width */

.np-nav { display: flex; gap: 2rem; align-items: center; }
.np-nav a { font-size: 16px; font-weight: 500; color: rgba(19, 26, 46, .78); line-height: 22px; text-decoration: none; }
.np-nav a:hover, .np-nav a.active { color: var(--teal); }

/* Hide mobile button on desktop view */
.np-mobile-btn { display: none; }
.np-menu-toggler { display: none; }

/* ─── RESPONSIVE MEDIA QUERY ─── */
@media (max-width: 767.98px) {
  /* Hide desktop button to prevent header text wrapping */
  .np-desktop-btn { display: none; }
  
  /* Show hamburger button */
  .np-menu-toggler {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1040;
  }
  .np-menu-toggler .bar {
    height: 2px;
    width: 100%;
    background-color: #131a2e; /* Matches your theme text color */
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  
  /* Hamburger to 'X' animation when open */
  .np-menu-toggler.open .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .np-menu-toggler.open .bar:nth-child(2) { opacity: 0; }
  .np-menu-toggler.open .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  /* Turn nav into an elegant dropdown drawer */
  .np-nav {
    position: absolute;
    top: 64px; /* Directly below the header */
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid var(--border, #e2e8f0);
    padding: 1.5rem;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    
    /* Smooth slide down state controls */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
  }
  
  /* Show nav when toggled */
  .np-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* Make button full width inside mobile dropdown */
  .np-mobile-btn {
    padding-top: 6px;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}

/* ---------- Hero ---------- */
.hero{position:relative;isolation:isolate;background:var(--navy);color:#fff;overflow:hidden}
.hero-bg.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
}
.imglogo {
    width: 200px;
    outline: 0;
}
.imglogo:hover {
    outline: 2px solid var(--teal);
    outline-offset: 4px;
}
.hero-grad{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(15,27,61,.92) 0%, rgba(15,27,61,.88) 50%, var(--navy) 100%)}
.hero-inner{padding:6rem 0 9rem}
@media (min-width:768px){ .hero-inner{padding:3rem 0 8rem} }
@media (max-width:560px){ .hero-inner{padding:0rem} }
.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--teal)}
.eyebrow-light{color:var(--teal)}
.hero h1{font-size:2.5rem;line-height:1.05;font-weight:600;margin-top:1.25rem;color:#fff}
@media (min-width:768px){ .hero h1{font-size:3.75rem} }
.hero .lead{font-size:1.125rem;color:rgba(255,255,255,.85);margin-top:1.25rem;max-width:42rem}
@media (min-width:768px){ .hero .lead{font-size:1.25rem} }
/* Badges Wrapper */
.badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.badge-chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .25rem .75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255, 252, 252, 0.05);
  font-size: .75rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap; 
}

.badge-chip.badge-purple {
  color: #ffffff; 
  border-color: rgba(139, 92, 246, 0.3);
  background: rgba(139, 92, 246, 0.05);
}

/* Responsive Media Query */
@media (max-width: 375px) {
  .badge-container {
    gap: 0.5rem; /* Mobile par gap kam karne ke liye */
  }
  .badge-chip {
    font-size: 9px;
    padding: .2rem .5rem;
    gap: .3rem;
  }
  /* Icon ko badge ke text ke mutabiq chota karne ke liye */
  .badge-chip .icon {
    width: 10px !important;
    height: 10px !important;
  }
  .np-btn {
    font-size: 14px;
  }
  .numbr {
    width: 262px;
  }
  .section-no-border {
    padding-top: 10px;
  }
  .sticky-cta .cta-btn {
    padding: 6px !important;
    margin-right: 6px !important;
  }
  .hero-inner {
    padding: 0rem;
  }
}
@media (max-width: 575px) {
  /* Hides the text on mobile */
  .sticky-cta .btn-text {
    display: none;
  }
  
  /* Ensures the buttons still look good and square with just icons */
  .sticky-cta .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px; /* Adjust padding as needed for your design */
    padding-right: 10px;
  }
  
  /* Removes margin/spacing between the icon and the now-hidden text */
  .sticky-cta .cta-btn svg {
    margin-right: 0 !important; 
  }
}
.divider-v{height:1rem;width:1px;background:rgba(255,255,255,.2);display:inline-block;margin:0 .25rem}

/* ---------- Sections ---------- */
.section{padding:5rem 0;border-top:1px solid var(--border)}
.section-no-border{padding-top:5rem}
.section-tight{padding:3.5rem 0}
.section-dark{background:var(--navy);color:#fff;border-top:1px solid var(--border)}
.section-soft{background:rgba(244,246,251,.6);border-top:1px solid var(--border)}
.section-head{max-width:42rem}
.section-head h2{font-size:1.875rem;font-weight:600;margin-top:.5rem}
@media (min-width:768px){ .section-head h2{font-size:2.25rem} }
.section-head p{margin-top:.75rem;color:var(--teal)}
.mutext{color:var(--muted) !important}
 
#acceptCookies{
  background: #0c1e3e!important;
}

/* =========================
   Services Responsive CSS
========================= */

.service_item{
    height:100%;
}

.service-item-box{
    height:100%;
    background:#fff;
    border:1px solid var(--border);
    border-radius:1rem;
    transition:all .3s ease;
    overflow:hidden;
}

.service-item-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.service-item-box a{
    display:block;
    height:100%;
    text-decoration:none;
    color:inherit;
}

.service-item-box svg{
    margin-bottom:1.25rem;
    max-width:100%;
}

.service-item-box h3{
    font-size:1.2rem;
    font-weight:600;
    margin-bottom:1rem;
    color:#0B3D6F;
    line-height:1.4;
}

.service-item-box p{
    margin-bottom:0;
    color:var(--muted);
    line-height:1.8;
    font-size:.95rem;
}

/* ---------- Tablet ---------- */
@media (max-width:991px){

    .service-item-box a{
        padding:1.75rem;
    }

    .service-item-box h3{
        font-size:1.1rem;
    }

    .service-item-box p{
        font-size:.92rem;
    }
}

/* ---------- Mobile ---------- */
@media (max-width:767px){

    .section-head{
        margin-bottom:2rem;
    }
    .section{padding:4rem 0;border-top:1px solid var(--border)}

    .section-head h2{
        font-size:1.6rem;
        line-height:1.4;
    }

    .section-head p{
        font-size:.95rem;
        line-height:1.7;
    }

    .service-item-box{
        border-radius:.9rem;
    }

    .service-item-box a{
        padding:1.5rem;
    }

    .service-item-box svg{
        width:48px !important;
        height:48px !important;
        margin-bottom:1rem;
    }

    .service-item-box h3{
        font-size:1.05rem;
        margin-bottom:.75rem;
    }

    .service-item-box p{
        font-size:.9rem;
        line-height:1.7;
    }
}

/* ---------- Small Mobile ---------- */
@media (max-width:575px){

    .row.mt-10{
        row-gap:1rem !important;
    }

    .service-item-box a{
        padding:1.25rem;
    }
    .section{padding:2rem 0;border-top:1px solid var(--border)}

    .service-item-box svg{
        width:42px !important;
        height:42px !important;
    }

    .service-item-box h3{
        font-size:1rem;
    }

    .service-item-box p{
        font-size:.85rem;
        line-height:1.65;
    }
}
/* ---------- Cards ---------- */
.np-card{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:1rem;
  padding:1.5rem;
  transition:box-shadow .2s, border-color .2s;
}
.np-card:hover{box-shadow:var(--shadow-md)}
.np-card h3{font-size:1.0625rem;font-weight:600;margin-top:1rem}
.np-card p{font-size:.875rem;color:var(--muted);margin-top:.25rem;margin-bottom:0}
.stat-card .value{font-size:1.875rem;font-weight:600;color:var(--navy);margin-top:1rem;font-family:var(--font-display)}
.stat-card .label{font-size:.875rem;color:var(--muted);margin-top:.25rem}
.stat-card .label2{font-size:.850rem;color:var(--muted);margin-top:.25rem}

/* ---------- Industries chip grid ---------- */
.ind-chip{
  display:flex;align-items:center;gap:.5rem;
  border:1px solid var(--border);background:var(--card);
  border-radius:.625rem;padding:.625rem .875rem;
  font-size:.875rem;font-weight:500;
  transition:border-color .15s,background .15s;
}
.ind-chip:hover{border-color:rgba(62,198,198,.5);background:rgba(62,198,198,.05)}
.ind-chip .icon{color:var(--teal)}

/* ---------- Service areas ---------- */
.area-chip{
  display:inline-flex;align-items:center;gap:.375rem;
  border:1px solid var(--border);background:rgba(244,246,251,.5);
  border-radius:9999px;padding:.4rem .875rem;font-size:.875rem;font-weight:500;
}
.area-chip .icon{color:var(--teal)}

/* ---------- Compliance dark cards ---------- */
.comp-card{
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.05);
  border-radius:1rem;padding:1.25rem;
}
.comp-card h3{color:#fff;font-size:1rem;font-weight:600;margin-top:1rem}
.comp-card p{color:rgba(255,255,255,.8);font-size:.875rem;margin-top:.25rem;margin-bottom:0}
.pill-light{
  display:inline-block;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);
  padding:.25rem .75rem;border-radius:.5rem;font-size:.72rem;font-weight:700;color:#fff;margin-right:.4rem;margin-bottom:.4rem;
}


/* ---------- Why-us reasons ---------- */
.reason{display:flex;flex-direction:column;gap:.75rem}
.reason h3{font-size:1rem;font-weight:600;margin:0;font-family:var(--font-display)}
.reason p{font-size:.875rem;color:var(--muted);margin:.25rem 0 0}
@media (max-width: 767px) {
    .reason {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 0.75rem;
        padding: 1.5rem;
    }
}

/* ---------- Account-team rows ---------- */
.ae-row{display:flex;align-items:flex-start;gap:.75rem;border-top:1px solid var(--border);padding-top:1rem;margin-top:1rem}
.ae-row:first-of-type{border-top:0;padding-top:0;margin-top:0}
.ae-row .icon-chip-xs{display:inline-flex;width:2rem;height:2rem;border-radius:.375rem;background:rgba(62,198,198,.15);color:var(--teal);align-items:center;justify-content:center;flex-shrink:0}
.ae-row .label{font-size:.875rem;font-weight:600}
.ae-row .value{font-size:.75rem;color:var(--muted)}

/* ---------- Partner logos ---------- */
.partner-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;}
.partner-strip .lead-line{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);text-align:center;margin-bottom:1.5rem}
.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:center}
@media(min-width:576px){.partner-grid{grid-template-columns:repeat(5,1fr)}}
@media(min-width:992px){.partner-grid{grid-template-columns:repeat(9,1fr)}}
.partner-grid .logo{height:40px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s}
.partner-grid .logo:hover{opacity:1}
.partner-grid .logo img{height:28px;max-width:110px;width:auto;object-fit:contain}
.partner-grid .wordmark{font-family:var(--font-display);font-weight:700;font-size:.85rem;color:var(--muted);letter-spacing:-.02em}

/* ---------- Testimonials ---------- */
.testimonial{
  display:flex;flex-direction:column;background:var(--card);
  border:1px solid var(--border);border-radius:1rem;padding:1.5rem;height:100%;
}
.testimonial blockquote{font-size:.9rem;line-height:1.6;color:rgba(19,26,46,.9);margin:1rem 0 0;flex:1}
.testimonial figcaption{margin-top:1.25rem;border-top:1px solid var(--border);padding-top:1rem}
.testimonial figcaption .name{font-size:.875rem;font-weight:600}
.testimonial figcaption .meta{font-size:.75rem;color:var(--muted)}
.stars{display:inline-flex;gap:1px;color:var(--teal)}
.ts-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.ts-track {
  display: flex;
  will-change: transform;
  user-select: none; 
  touch-action: pan-y; 
  cursor: grab;
}

.ts-track:active {
  cursor: grabbing;
}

.ts-slide {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px; 
}
.ts-dots {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 10px;      
  margin-top: 25px;       
  width: 100%;
}

.ts-dot {
  width: 12px;
  height: 12px; 
  border-radius: 50%; 
  background-color: #ccc;
  border: none; 
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease; 
}

.ts-dot.active {
  background-color: #7a22e5;
  transform: scale(1.2);
}

.ts-dot:focus {
  outline: none;
}
@media (min-width: 768px) {
  .ts-slide {
    flex: 0 0 calc((100% - 36px) / 3);
    margin-right: 18px; 
    padding: 0; 
  }
}
/* ---------- YouTube poster ---------- */
.yt-poster{
  position:relative;width:100%;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;
  border:1px solid var(--border);background:#000;box-shadow:var(--shadow-xl);cursor:pointer;
}
.yt-poster img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.yt-poster:hover img{transform:scale(1.05)}
.yt-poster .grad{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,27,61,.8) 0%, rgba(15,27,61,.2) 55%, transparent 100%)}
.yt-poster .badge{position:absolute;top:1rem;left:1rem;background:var(--teal);color:var(--teal-ink);padding:.3rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;box-shadow:var(--shadow-sm)}
.yt-poster .play{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:5rem;height:5rem;border-radius:9999px;background:var(--teal);color:var(--teal-ink);
  display:grid;place-items:center;box-shadow:var(--shadow-xl);transition:transform .3s ease;
}
.yt-poster:hover .play{transform:translate(-50%,-50%) scale(1.1)}
.yt-poster .play::before{content:"";position:absolute;inset:0;border-radius:9999px;background:rgba(62,198,198,.4);animation:np-ping 1.6s cubic-bezier(0,0,.2,1) infinite}
@keyframes np-ping{0%{transform:scale(1);opacity:.7}80%,100%{transform:scale(2);opacity:0}}
.yt-poster .play svg{position:relative;width:2.25rem;height:2.25rem;fill:currentColor;transform:translateX(2px)}
.yt-poster .caption{position:absolute;left:0;right:0;bottom:0;padding:1.25rem;text-align:left}
.yt-poster .caption .t{font-family:var(--font-display);font-size:1.0625rem;font-weight:600;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}
.yt-poster .caption .s{margin-top:.25rem;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.8)}
.yt-poster iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ---------- FAQ ---------- */
.faq-wrap{border:1px solid var(--border);background:var(--card);border-radius:1rem;padding:.25rem 1.5rem;margin-top:2rem}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:0}
.faq-btn{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  width:100%;padding:1rem 0;background:transparent;border:0;color:var(--fg);
  font-family:var(--font-display);font-weight:600;font-size:1rem;text-align:left;cursor:pointer;
}
.faq-btn:focus{outline:none;text-decoration:underline}
.faq-btn .chev{transition:transform .25s}
.faq-btn[aria-expanded="true"] .chev{transform:rotate(180deg)}
.faq-body{font-size:.875rem;line-height:1.6;color:var(--muted);padding:0 0 1rem}

/* ---------- Sticky CTA ---------- */
.sticky-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:1040;padding:.75rem;
}
@media(min-width:768px){.sticky-cta{left:auto;right:1.5rem;bottom:1.5rem;padding:0}}
.sticky-cta .inner{
  margin:0 auto;display:flex;align-items:center;gap:.5rem;
  background:var(--navy);color:#fff;
  border:1px solid var(--border);border-radius:.875rem;
  padding:.5rem .5rem .5rem 1rem;box-shadow:var(--shadow-xl);
  max-width:28rem;
}
@media(min-width:768px){.sticky-cta .inner{max-width:none}}
.sticky-cta .icon{color:#fff}
.sticky-cta .copy{flex:1;font-size:.875rem;line-height:1.2}
.sticky-cta .copy .t{font-weight:600}
.sticky-cta .copy .s{font-size:.72rem;color:rgba(255,255,255,.75)}
.sticky-cta .close{
  width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;
  background:transparent;color:rgba(255,255,255,.7);border:0;border-radius:.375rem;
}
.sticky-cta .close:hover{background:rgba(255,255,255,.1);color:#fff}


/* ---------- Tiny helpers ---------- */
.gap-x-6{column-gap:1.5rem}.gap-y-3{row-gap:.75rem}
.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.mt-10{margin-top:2.5rem!important}
.check-list{list-style:none;padding:0;margin:1.5rem 0 0;font-size:.875rem}
.check-list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}
.check-list .icon{color:var(--teal);margin-top:2px}
.check-list-light li{color:rgba(255,255,255,.9)}

/* ---------- Hero checklist ---------- */
.hero-check{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.6rem .9rem;font-size:.9rem;color:rgba(255,255,255,.92)}
@media(min-width:576px){.hero-check{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:992px){.hero-check{grid-template-columns:repeat(3,minmax(0,1fr))}}
.hero-check li{display:flex;align-items:center;gap:.5rem}
.hero-check .icon{color:var(--teal);flex-shrink:0}

/* ---------- Inline CTA band ---------- */
.inline-cta-wrap{max-width:1152px;margin:0 auto;padding:2rem 1rem}
.inline-cta{
  display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;
  gap:1rem;border:1px solid var(--border);background:var(--card);
  border-radius:1rem;padding:1.25rem;
}
@media(min-width:768px){.inline-cta{flex-direction:row;align-items:center;padding:1.5rem}}
.inline-cta .copy .t{font-family:var(--font-display);font-weight:600;font-size:1rem;margin:0}
@media(min-width:768px){.inline-cta .copy .t{font-size:1.0625rem}}
.inline-cta .copy .s{font-size:.875rem;color:var(--muted);margin:.25rem 0 0}
.inline-cta .actions{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}
@media(min-width:768px){.inline-cta .actions{width:auto}}
.inline-cta .np-btn{flex:1 1 auto;height:44px;padding:0 1.25rem;font-size:.875rem}
@media(min-width:768px){.inline-cta .np-btn{flex:0 0 auto}}



/* ---------- Why-switch pain cards ---------- */
.pain-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}
.pain-card{display:flex;align-items:flex-start;gap:1rem;border:1px solid var(--border);background:var(--card);border-radius:.875rem;padding:1.25rem}
.pain-chip{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;background:var(--danger-soft);color:var(--danger);flex-shrink:0}
.pain-card .t{font-family:var(--font-display);font-size:1rem;font-weight:600;margin:0}
.pain-card .s{font-size:.875rem;color:var(--muted);margin:.25rem 0 0}
@media (max-width: 400px) {
  .hide-on-mobile {
    display: none !important;
  }
  .sticky-cta .inner{
    gap:.1rem
  }
}
