/* ==========================================================================
   PPCTrace - Common (shared across all pages)
   Base + Navigation + Footer + shared buttons
   ========================================================================== */

:root {
  --blue: #1847c2;
  --blue2: #2558e8;
  --bluelt: #f5f7ff;
  --ba06: rgba(24, 71, 194, .06);
  --ba10: rgba(24, 71, 194, .10);
  --ba15: rgba(24, 71, 194, .15);
  --ba25: rgba(24, 71, 194, .25);
  --border: rgba(24, 71, 194, .10);
  --text: #0f1729;
  --muted: #6b7494;
  --muted2: #9098b8;
}

/* ==========================================================================
   Base
   ========================================================================== */
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
}
a { text-decoration: none; }
h1, h2, h3, h4, h5, h6{
 text-transform:capitalize; 
}
/* ==========================================================================
   Navigation (used on every page)
   ========================================================================== */
.ppc-navbar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  height: 62px;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.ppc-navbar .navbar-nav{
  gap:15px;
}
.ppc-navbar .navbar-brand img {height: 45px;}
.ppc-navbar .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 0 16px;
}
.ppc-navbar .nav-link:hover {color: var(--blue);}
.ppc-navbar .nav-link.active { color: var(--blue); font-weight: 700; }

/* Nav buttons */
.btn-login {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  background: var(--ba06);
  border: 1px solid var(--ba15);
  padding: 8px 20px;
  border-radius: 8px;
}
.btn-login:hover { color: var(--blue); background: var(--ba10); }

.btn-demo-nav {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: var(--blue);
  padding: 8px 20px;
  border-radius: 8px;
  transition: background .15s;
}
.btn-demo-nav:hover { background: var(--blue2); color: #fff; }

/* Hamburger */
.navbar-toggler {
  border: none;
  padding: 4px;
  box-shadow: none !important;
}
.navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 22px;
  height: 18px;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all .25s;
}
.navbar-toggler-icon::before { top: 2px; }
.navbar-toggler-icon::after  { bottom: 2px; }
.navbar-toggler-icon span    { top: 50%; transform: translateY(-50%); display: block; }

/* ==========================================================================
   Shared Section Label & Buttons
   ========================================================================== */
.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--blue);
  background: var(--ba06);
  border: 1px solid var(--ba15);
  border-radius: 100px;
  padding: 4px 12px;
  margin-bottom: 14px;
}

.btn-p {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: var(--blue);
  padding: 14px 36px;
  border-radius: 10px;
  transition: background .15s, box-shadow .15s, transform .1s;
  display: inline-block;
  border: none;
}
.btn-p:hover {
  background: var(--blue2);
  color: #fff;
  box-shadow: 0 6px 24px var(--ba25);
  transform: translateY(-1px);
}
.btn-s {
  font-size: 15px;
  font-weight: 600;
  color: var(--blue);
  background: var(--ba06);
  border: 1.5px solid var(--blue);
  padding: 14px 36px;
  border-radius: 10px;
  display: inline-block;
}
.btn-s:hover { color: var(--blue); background: var(--ba10); }

.btn-white {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  background: #fff;
  padding: 13px 28px;
  border-radius: 9px;
  white-space: nowrap;
}
.btn-white:hover { color: var(--blue); background: #f0f4ff; }
.btn-ghost {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 13px 28px;
  border-radius: 9px;
  white-space: nowrap;
}
.btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, .18); }

/* ==========================================================================
   Footer (used on every page)
   ========================================================================== */
.ppc-footer {
  background: var(--blue);
  color: #fff;
}

.footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding: 48px 0;
}
.footer-cta-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 10px;
}
.footer-cta h3 {
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 8px;
}
.footer-cta p {
  font-size: 14px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.6;
  margin: 0;
}

.footer-main { padding: 52px 0 44px; }
.footer-logo {
  height: 55px;
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
  display: block;
  /* margin-left: 65px; */
}
.footer-tag {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
  line-height: 1.75;
  max-width: 260px;
  margin-bottom: 22px;
}
.social-icons { display: flex; gap: 8px; }
.social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
}
.social-icons a:hover { color: #fff; background: rgba(255, 255, 255, .2); }

.footer-col-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 18px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, .65);
}
.footer-links a:hover { color: #fff; }
.footer-links a.strong {
  font-weight: 600;
  color: rgba(255, 255, 255, .9);
}
.footer-only-tag {
  font-size: 8px;
  font-weight: 700;
  background: rgba(255, 255, 255, .2);
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: .5px;
  margin-left: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
}
.footer-bottom .col-md-4{width:100%;text-align: center;}
.footer-bottom .col-md-8{
  display:none;
}
.footer-copy { font-size: 12px; color: rgba(255, 255, 255, .3); }
.network-tag {
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 100px;
  padding: 3px 10px;
}

/* ==========================================================================
   Shared Mini Badges (used by visuals across pages)
   ========================================================================== */
.mini-badge {
  font-size: 8px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.mb-red   { background: rgba(220, 38, 38, .07); color: #b91c1c; border: 1px solid rgba(220, 38, 38, .12); }
.mb-amber { background: rgba(217, 119, 6, .07); color: #b45309; border: 1px solid rgba(217, 119, 6, .12); }
.mb-green { background: rgba(22, 163, 74, .07); color: #15803d; border: 1px solid rgba(22, 163, 74, .12); }

.live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dc2626;
  animation: pulse 1.4s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1 } 50% { opacity: .3 } }

/* ==========================================================================
   Shared Responsive (Navbar collapse on mobile)
   ========================================================================== */
@media (max-width: 991px) {
  .ppc-navbar .navbar-collapse {
    background: #fff;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 32px rgba(24, 71, 194, .10);
    margin: 0 -12px;
    padding: 16px 24px;
  }
  .ppc-navbar .nav-link { padding: 13px 0; font-size: 15px; color: var(--text); }
  .ppc-navbar .nav-buttons {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ppc-navbar .nav-buttons a { text-align: center; }
}

@media (max-width: 767px) {
  .footer-main { padding: 32px 0 24px; }
}
