/*
Theme Name: Kadence Child
Template: kadence
Version: 3.0.0
*/

/* ── Root Variables ── */
:root {
  /* Brand */
  --pl-primary: #2563eb;
  --pl-primary-hover: #1d4ed8;
  --pl-accent: #38bdf8;
  --pl-link: #60a5fa;

  /* Backgrounds */
  --pl-dark: #0a0f1e;
  --pl-dark-2: #0f172a;
  --pl-dark-3: #020617;
  --pl-navy: #1e293b;

  /* Text */
  --pl-heading: #e2e8f0;
  --pl-text-body: #cbd5e1;
  --pl-text: #94a3b8;
  --pl-gray: #64748b;
  --pl-muted: #475569;

  /* Surfaces */
  --pl-glass: rgba(255,255,255,0.02);
  --pl-glass-hover: rgba(255,255,255,0.04);
  --pl-border: rgba(255,255,255,0.05);
  --pl-border-subtle: rgba(255,255,255,0.04);

  /* Utility */
  --pl-radius: 16px;
  --pl-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --pl-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
  --pl-shadow-lg: 0 20px 40px -12px rgba(0,0,0,0.25);
}

/* ── Kadence Theme Overrides (force dark) ── */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  color: var(--pl-text-body);
  background: var(--pl-dark) !important;
}
.site, .wp-site-blocks, .content-bg,
body.content-style-unboxed .site {
  background: transparent !important;
}
.entry.single-entry {
  box-shadow: none !important;
  background: transparent !important;
}
.entry-content-wrap {
  padding: 0 !important;
  background: transparent !important;
}
.content-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* Remove any white content containers */
.content-bg, .content-container,
article.entry, .entry-content-wrap,
.content-wrap {
  background: transparent !important;
}

h1,h2,h3,h4,h5,h6,
.wp-block-heading,
.kt-adv-heading {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--pl-dark); }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--pl-muted); }

/* ── Selection ── */
::selection { background: rgba(37,99,235,0.3); color: #ffffff; }

/* ── Smooth Scroll ── */
html { scroll-behavior: smooth; }

/* ── Animation Keyframes ── */
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(3deg); }
}

@keyframes float-reverse {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(-3deg); }
}

/* ── Scroll Reveal ── */
.pl-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.pl-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Buttons ── */
.kb-btn-global-inherit,
a.kt-button,
.wp-block-kadence-singlebtn a,
.kb-buttons-wrap a {
  border-radius: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  transition: all 0.35s var(--pl-ease) !important;
  box-shadow: 0 4px 20px rgba(37,99,235,0.35), inset 0 1px 0 rgba(255,255,255,0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}
.kb-btn-global-inherit::after,
a.kt-button::after,
.wp-block-kadence-singlebtn a::after,
.kb-buttons-wrap a::after {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  transition: left 0.6s;
}
.kb-btn-global-inherit:hover::after,
a.kt-button:hover::after,
.wp-block-kadence-singlebtn a:hover::after,
.kb-buttons-wrap a:hover::after {
  left: 100%;
}
.kb-btn-global-inherit:hover,
a.kt-button:hover,
.wp-block-kadence-singlebtn a:hover,
.kb-buttons-wrap a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 35px rgba(37,99,235,0.5), inset 0 1px 0 rgba(255,255,255,0.15) !important;
}

/* ═══════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════ */
.kb-row-layout-id7_b9e834-20 {
  background: linear-gradient(135deg, #020617 0%, #0a0f1e 30%, #0f172a 60%, #131f35 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}
/* Floating orb — top right */
.kb-row-layout-id7_b9e834-20::before {
  content: '';
  position: absolute;
  top: -150px; right: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(37,99,235,0.12) 0%, rgba(56,189,248,0.04) 40%, transparent 70%);
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
}
/* Floating orb — bottom left */
.kb-row-layout-id7_b9e834-20::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(129,140,248,0.08) 0%, transparent 60%);
  pointer-events: none;
  animation: float-reverse 10s ease-in-out infinite;
}
.kb-row-layout-id7_b9e834-20 h1.wp-block-heading {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
  background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 50%, #93c5fd 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-align: center !important;
  position: relative;
  z-index: 1;
}
.kadence-column-hero_col .kt-inside-inner-col {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kadence-column-hero_col .wp-block-kadence-advancedbtn {
  justify-content: center !important;
}
.kadence-column-hero_col p.has-text-color {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Trust strip */
.pl-hero-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.pl-hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--pl-link) !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s;
}
.pl-hero-phone:hover { color: #93c5fd !important; }
.pl-hero-phone svg { flex-shrink: 0; }
.pl-trust-sep { color: var(--pl-navy); font-size: 0.8rem; }
.pl-trust-item {
  color: var(--pl-muted);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* ═══════════════════════════════════════════
   CONTACT BAR
═══════════════════════════════════════════ */
.pl-contact-bar {
  background: linear-gradient(180deg, #020617 0%, #0a0f1e 100%);
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(37,99,235,0.12);
  text-align: center;
}
.pl-contact-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}
.pl-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--pl-link) !important;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.pl-contact-link:hover { color: #93c5fd !important; }
.pl-contact-link svg { flex-shrink: 0; }
.pl-contact-sep { color: var(--pl-navy); font-size: 0.7rem; }
.pl-contact-location {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--pl-muted);
  font-size: 0.85rem;
}
.pl-contact-location svg { flex-shrink: 0; }

/* ═══════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════ */
.pl-stats-section {
  background: #0a0f1e;
  border-bottom: 1px solid var(--pl-border-subtle);
  position: relative;
}
.pl-stats-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,0.25), rgba(56,189,248,0.15), transparent);
}
.pl-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  margin: 0 auto;
}
.pl-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.25rem 1rem;
  border-right: 1px solid var(--pl-border-subtle);
  text-align: center;
}
.pl-stat-item:last-child { border-right: none; }
.pl-stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.04em;
  line-height: 1;
}
.pl-stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--pl-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.45rem;
}

/* ═══════════════════════════════════════════
   SHARED SECTION LAYOUT
═══════════════════════════════════════════ */
.pl-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.pl-badge {
  display: inline-block;
  background: rgba(37,99,235,0.08);
  color: var(--pl-link);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(37,99,235,0.12);
}
.pl-section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem) !important;
  font-weight: 800 !important;
  color: #f1f5f9 !important;
  margin: 0 0 0.85rem !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
}
.pl-section-sub {
  font-size: 1.05rem !important;
  color: var(--pl-gray) !important;
  max-width: 580px;
  margin: 0 auto !important;
  line-height: 1.7 !important;
}

/* ═══════════════════════════════════════════
   SECTION DIVIDERS — gradient lines
═══════════════════════════════════════════ */
.pl-problems-section,
.pl-assessment-section,
.pl-verticals-section,
.pl-services-section,
.pl-why-section,
.pl-process-section,
.pl-outcomes-section,
.pl-testimonials-section,
.pl-faq-section {
  position: relative;
}
.pl-problems-section::after,
.pl-assessment-section::after,
.pl-verticals-section::after,
.pl-services-section::after,
.pl-why-section::after,
.pl-process-section::after,
.pl-outcomes-section::after,
.pl-testimonials-section::after,
.pl-faq-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,0.15), transparent);
}

/* ═══════════════════════════════════════════
   COMMON PROBLEMS SECTION
═══════════════════════════════════════════ */
.pl-problems-section {
  background: linear-gradient(180deg, #0a0f1e 0%, #0f172a 50%, #0a0f1e 100%);
  padding: 6rem 1.5rem;
  overflow: hidden;
}
/* Dot grid pattern */
.pl-problems-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.pl-problems-section .pl-badge {
  background: rgba(239,68,68,0.08);
  color: #f87171;
  border-color: rgba(239,68,68,0.12);
}
.pl-problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pl-problem-item {
  background: var(--pl-glass);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  padding: 2rem 1.75rem;
  transition: all 0.4s var(--pl-ease);
  position: relative;
  overflow: hidden;
}
.pl-problem-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(239,68,68,0.4), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.pl-problem-item:hover {
  border-color: rgba(255,255,255,0.1);
  background: var(--pl-glass-hover);
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.pl-problem-item:hover::before { opacity: 1; }
.pl-problem-item h3 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--pl-heading) !important;
  margin: 0 0 0.65rem !important;
  margin-top: 0 !important;
  line-height: 1.4 !important;
}
.pl-problem-item p {
  font-size: 0.875rem !important;
  color: var(--pl-gray) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════
   ASSESSMENT SECTION
═══════════════════════════════════════════ */
.pl-assessment-section {
  background: linear-gradient(180deg, #0a0f1e 0%, #0f172a 100%);
  padding: 6rem 1.5rem;
  border-top: none;
}
.pl-assessment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto 3rem;
}
.pl-assessment-item {
  background: var(--pl-glass);
  border: 1px solid var(--pl-border);
  border-left: 3px solid #2563eb;
  border-radius: 0 16px 16px 0;
  padding: 2rem;
  transition: all 0.4s var(--pl-ease);
}
.pl-assessment-item:hover {
  background: var(--pl-glass-hover);
  border-left-color: var(--pl-accent);
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.pl-assessment-item h3 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--pl-heading) !important;
  margin: 0 0 0.65rem !important;
  margin-top: 0 !important;
}
.pl-assessment-item p {
  font-size: 0.875rem !important;
  color: var(--pl-gray) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* Assessment example box */
.pl-assessment-example {
  max-width: 860px;
  margin: 0 auto;
  background: var(--pl-glass);
  border-radius: var(--pl-radius);
  overflow: hidden;
  border: 1px solid var(--pl-border);
}
.pl-example-label {
  background: rgba(255,255,255,0.03);
  color: var(--pl-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.75rem 1.5rem;
  font-family: 'Courier New', monospace;
  border-bottom: 1px solid var(--pl-border-subtle);
}
.pl-example-findings {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pl-finding {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.85rem;
  line-height: 1.6;
}
.pl-finding-tag {
  display: inline-block;
  padding: 0.18rem 0.6rem;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-family: 'Courier New', monospace;
  letter-spacing: 0.04em;
}
.pl-finding-tag.critical { background: rgba(239,68,68,0.12); color: #fca5a5; }
.pl-finding-tag.medium   { background: rgba(251,146,60,0.1); color: #fdba74; }
.pl-finding-tag.low      { background: rgba(56,189,248,0.1); color: #7dd3fc; }
.pl-finding-tag.good     { background: rgba(34,197,94,0.1); color: #86efac; }
.pl-finding-text { color: var(--pl-text); }
.pl-example-note {
  text-align: center;
  color: var(--pl-muted) !important;
  font-size: 0.78rem !important;
  padding: 0.85rem 1.5rem !important;
  margin: 0 !important;
  border-top: 1px solid var(--pl-border-subtle);
}

/* ═══════════════════════════════════════════
   MID-PAGE CTA
═══════════════════════════════════════════ */
.pl-midpage-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  border-top: 1px solid rgba(37,99,235,0.15);
  border-bottom: 1px solid rgba(37,99,235,0.15);
  padding: 2.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.pl-midpage-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at center, rgba(37,99,235,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.pl-midpage-cta-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.pl-midpage-cta-head {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: var(--pl-heading) !important;
  margin: 0 0 0.25rem !important;
}
.pl-midpage-cta-sub {
  font-size: 0.9rem !important;
  color: var(--pl-gray) !important;
  margin: 0 !important;
}
.pl-midpage-cta-btn {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.35s var(--pl-ease);
  box-shadow: 0 4px 20px rgba(37,99,235,0.3);
  position: relative;
  overflow: hidden;
}
.pl-midpage-cta-btn::after {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  transition: left 0.6s;
}
.pl-midpage-cta-btn:hover::after { left: 100%; }
.pl-midpage-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37,99,235,0.45);
}

/* ═══════════════════════════════════════════
   VERTICALS SECTION
═══════════════════════════════════════════ */
.pl-verticals-section {
  background: linear-gradient(180deg, #0a0f1e 0%, #0f172a 100%);
  padding: 6rem 1.5rem;
  border-top: none;
}
.pl-verticals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.pl-vertical-item {
  background: var(--pl-glass);
  border: 1px solid var(--pl-border);
  border-top: 3px solid #2563eb;
  border-radius: var(--pl-radius);
  padding: 2rem 1.5rem;
  transition: all 0.4s var(--pl-ease);
}
.pl-vertical-item:hover {
  background: var(--pl-glass-hover);
  border-top-color: var(--pl-accent);
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.pl-vertical-label {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: var(--pl-heading) !important;
  margin-bottom: 0.7rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.pl-vertical-item p {
  font-size: 0.875rem !important;
  color: var(--pl-gray) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════
   SERVICES SECTION
═══════════════════════════════════════════ */
.pl-services-section {
  background: linear-gradient(180deg, #0f172a 0%, #0a0f1e 100%);
  padding: 6rem 1.5rem;
  border-top: none;
}
.pl-services-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
.pl-services-4 { grid-template-columns: repeat(4, 1fr); }
.pl-card {
  background: var(--pl-glass);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  padding: 2.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--pl-ease);
}
.pl-card:hover {
  background: var(--pl-glass-hover);
  border-color: rgba(255,255,255,0.1);
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.pl-card-featured {
  border-top: 3px solid #2563eb;
  background: rgba(37,99,235,0.04);
}
.pl-card-featured:hover {
  border-top-color: var(--pl-accent);
  box-shadow: 0 25px 50px rgba(37,99,235,0.15);
}
.pl-card-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pl-link);
  margin-bottom: 0.85rem;
  font-family: 'Courier New', monospace;
}
.pl-card-price {
  font-size: 1.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.6rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.03em;
}
.pl-card-per {
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-text-fill-color: var(--pl-gray);
}
.pl-card h3 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--pl-heading) !important;
  margin: 0 0 0.7rem !important;
  border-bottom: 1px solid var(--pl-border);
  padding-bottom: 0.7rem;
}
.pl-card p {
  font-size: 0.875rem !important;
  color: var(--pl-gray) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
  flex-grow: 1;
}

/* ═══════════════════════════════════════════
   WHY US SECTION
═══════════════════════════════════════════ */
.pl-why-section {
  background: linear-gradient(180deg, #020617 0%, #0a0f1e 50%, #020617 100%);
  padding: 6rem 1.5rem;
  overflow: hidden;
}
/* Dot grid */
.pl-why-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.pl-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1100px;
  margin: 0 auto;
  background: var(--pl-border-subtle);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pl-why-item {
  background: var(--pl-dark);
  padding: 2.25rem 2rem;
  transition: all 0.4s;
}
.pl-why-item:hover {
  background: rgba(37,99,235,0.04);
}
.pl-why-item h3 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--pl-heading) !important;
  margin: 0 0 0.55rem !important;
}
.pl-why-item p {
  font-size: 0.875rem !important;
  color: var(--pl-gray) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════
   PROCESS SECTION
═══════════════════════════════════════════ */
.pl-process-section {
  background: linear-gradient(180deg, #0a0f1e 0%, #0f172a 100%);
  padding: 6rem 1.5rem;
  border-top: none;
}
.pl-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 900px;
  margin: 0 auto;
  background: var(--pl-border-subtle);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  overflow: hidden;
}
.pl-step {
  background: var(--pl-dark-2);
  padding: 2.5rem 2rem;
}
.pl-step-num {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 4px 20px rgba(37,99,235,0.3);
}
.pl-step h3 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--pl-heading) !important;
  margin: 0 0 0.55rem !important;
}
.pl-step p {
  font-size: 0.875rem !important;
  color: var(--pl-gray) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════
   PROJECT OUTCOMES
═══════════════════════════════════════════ */
.pl-outcomes-section {
  background: linear-gradient(180deg, #0f172a 0%, #0a0f1e 100%);
  padding: 6rem 1.5rem;
  border-top: none;
}
.pl-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.pl-outcome-card {
  background: var(--pl-glass);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  overflow: hidden;
  transition: all 0.4s var(--pl-ease);
}
.pl-outcome-card:hover {
  border-color: rgba(255,255,255,0.1);
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.pl-outcome-type {
  background: rgba(255,255,255,0.03);
  color: var(--pl-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.65rem 1.25rem;
  text-transform: uppercase;
  font-family: 'Courier New', monospace;
  border-bottom: 1px solid var(--pl-border-subtle);
}
.pl-outcome-title {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: var(--pl-heading) !important;
  padding: 1.25rem 1.25rem 0.6rem;
  margin: 0 !important;
  line-height: 1.3 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.pl-outcome-body { padding: 0 1.25rem 1.25rem; }
.pl-outcome-block {
  padding: 1rem 1.15rem;
  border-radius: 10px;
  margin-bottom: 0.85rem;
}
.pl-outcome-before {
  background: rgba(239,68,68,0.06);
  border-left: 3px solid rgba(239,68,68,0.4);
}
.pl-outcome-after {
  background: rgba(34,197,94,0.06);
  border-left: 3px solid rgba(34,197,94,0.4);
}
.pl-outcome-label {
  display: block;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  font-family: 'Courier New', monospace;
}
.pl-outcome-before .pl-outcome-label { color: #f87171; }
.pl-outcome-after  .pl-outcome-label { color: #4ade80; }
.pl-outcome-block p {
  font-size: 0.875rem !important;
  line-height: 1.65 !important;
  color: var(--pl-text) !important;
  margin: 0 !important;
  font-style: italic !important;
}
.pl-outcome-tag {
  font-size: 0.78rem;
  color: var(--pl-link);
  font-weight: 600;
  padding-top: 0.7rem;
  border-top: 1px solid var(--pl-border);
}

/* ═══════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════ */
.pl-testimonials-section {
  background: linear-gradient(180deg, #0a0f1e 0%, #0f172a 100%);
  padding: 6rem 1.5rem;
  border-top: none;
}
.pl-review-link {
  color: var(--pl-link);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: color 0.2s;
}
.pl-review-link:hover { color: #93c5fd; text-decoration: underline; }
.pl-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.pl-testimonial {
  background: var(--pl-glass);
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  padding: 2.25rem;
  transition: all 0.4s var(--pl-ease);
  position: relative;
}
/* Decorative quote mark */
.pl-testimonial::before {
  content: '\201C';
  position: absolute;
  top: 1rem; right: 1.5rem;
  font-size: 4.5rem;
  font-family: Georgia, serif;
  color: rgba(37,99,235,0.08);
  line-height: 1;
  pointer-events: none;
}
.pl-testimonial:hover {
  border-color: rgba(255,255,255,0.1);
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.pl-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 1.25rem;
}
.pl-stars span {
  display: inline-block;
  width: 15px; height: 15px;
  background: #f59e0b;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.pl-testimonial-text {
  font-size: 0.92rem !important;
  color: var(--pl-text) !important;
  line-height: 1.8 !important;
  margin: 0 0 1.5rem !important;
  font-style: italic;
}
.pl-testimonial-divider {
  height: 1px;
  background: var(--pl-border);
  margin-bottom: 1rem;
}
.pl-author-name {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: var(--pl-heading) !important;
  margin: 0 0 0.2rem !important;
}
.pl-author-role {
  font-size: 0.8rem !important;
  color: var(--pl-muted) !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════
   FAQ SECTION
═══════════════════════════════════════════ */
.pl-faq-section {
  background: linear-gradient(180deg, #0f172a 0%, #0a0f1e 100%);
  padding: 6rem 1.5rem;
  border-top: none;
}
.pl-faq-list {
  max-width: 780px;
  margin: 0 auto;
}
.pl-faq-item {
  border-bottom: 1px solid var(--pl-border);
  padding: 1.75rem 0;
}
.pl-faq-item:last-child { border-bottom: none; }
.pl-faq-q {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--pl-heading) !important;
  margin: 0 0 0.7rem !important;
}
.pl-faq-a {
  font-size: 0.9rem !important;
  color: var(--pl-gray) !important;
  line-height: 1.75 !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════
   CTA CHECKLIST
═══════════════════════════════════════════ */
.pl-cta-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0.75rem 0 1.25rem !important;
}
.pl-cta-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--pl-text);
  font-size: 0.95rem;
  padding: 0.4rem 0;
  line-height: 1.5;
}
.pl-cta-checklist li::before {
  content: '';
  display: inline-block;
  width: 18px; height: 18px;
  min-width: 18px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2px;
  box-shadow: 0 2px 10px rgba(37,99,235,0.3);
}

/* ═══════════════════════════════════════════
   CONTACT SECTION
═══════════════════════════════════════════ */
.kb-row-layout-id7_3cd769-6f {
  background: linear-gradient(135deg, #020617 0%, #0a0f1e 40%, #0f172a 100%) !important;
}

/* Dark-themed WPForms */
.kb-row-layout-id7_3cd769-6f .wpforms-container {
  --wpforms-field-background-color: var(--pl-glass-hover) !important;
  --wpforms-field-border-color: rgba(255,255,255,0.1) !important;
  --wpforms-field-text-color: var(--pl-heading) !important;
  --wpforms-field-menu-color: var(--pl-navy) !important;
  --wpforms-label-color: var(--pl-text) !important;
  --wpforms-label-sublabel-color: var(--pl-gray) !important;
  --wpforms-button-background-color: var(--pl-primary) !important;
  --wpforms-button-text-color: #ffffff !important;
  --wpforms-button-border-color: var(--pl-primary) !important;
  --wpforms-field-border-radius: 10px !important;
  --wpforms-button-border-radius: 10px !important;
}
.kb-row-layout-id7_3cd769-6f .wpforms-container input:focus,
.kb-row-layout-id7_3cd769-6f .wpforms-container textarea:focus {
  border-color: rgba(37,99,235,0.5) !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.15) !important;
  outline: none !important;
}
.kb-row-layout-id7_3cd769-6f .wpforms-container .wpforms-submit-container button {
  box-shadow: 0 4px 20px rgba(37,99,235,0.35) !important;
  transition: all 0.3s ease !important;
}
.kb-row-layout-id7_3cd769-6f .wpforms-container .wpforms-submit-container button:hover {
  box-shadow: 0 8px 30px rgba(37,99,235,0.5) !important;
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════════
   HEADER — Centered dark theme
═══════════════════════════════════════════ */
.site-header {
  background: var(--pl-dark-3) !important;
  border-bottom: 1px solid var(--pl-border-subtle);
}
.site-main-header-inner-wrap {
  justify-content: center !important;
}
.site-header-main-section-right {
  display: none !important;
}
.site-branding {
  text-align: center;
}
.site-title {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: #f1f5f9 !important;
}
.site-title a, .brand {
  color: #f1f5f9 !important;
  text-decoration: none !important;
}
/* Mobile header */
.site-mobile-header-wrap .site-main-header-inner-wrap {
  justify-content: center !important;
}
.site-mobile-header-wrap .site-header-main-section-right {
  display: none !important;
}

/* ═══════════════════════════════════════════
   FOOTER — Dark theme
═══════════════════════════════════════════ */
.site-footer {
  background: var(--pl-dark-3) !important;
  border-top: 1px solid var(--pl-border-subtle);
}
.site-footer .footer-html-inner,
.site-footer .footer-html-inner p,
.site-footer .site-info {
  color: var(--pl-muted) !important;
}

/* ═══════════════════════════════════════════
   STICKY MOBILE CTA
═══════════════════════════════════════════ */
@media (max-width: 768px) {
  .pl-sticky-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    padding: 0.9rem 1.25rem;
    text-align: center;
    z-index: 999;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.5);
  }
  .pl-sticky-cta a {
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    display: block;
  }
}
@media (min-width: 769px) { .pl-sticky-cta { display: none; } }

/* ═══════════════════════════════════════════
   MOBILE BREAKPOINTS
═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .pl-services-4      { grid-template-columns: repeat(2, 1fr); }
  .pl-verticals-grid  { grid-template-columns: repeat(2, 1fr); }
  .pl-outcomes-grid   { grid-template-columns: repeat(2, 1fr); }
  .pl-why-grid        { grid-template-columns: repeat(2, 1fr); }
  .pl-process-grid    { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .pl-problems-section,
  .pl-assessment-section,
  .pl-verticals-section,
  .pl-services-section,
  .pl-why-section,
  .pl-process-section,
  .pl-outcomes-section,
  .pl-testimonials-section,
  .pl-faq-section { padding: 4rem 1.25rem; }

  .pl-section-header { margin-bottom: 2.25rem; }
  .pl-section-title  { font-size: clamp(1.4rem, 5vw, 1.85rem) !important; }

  .pl-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pl-stat-item {
    border-right: none;
    border-bottom: 1px solid var(--pl-border-subtle);
    padding: 1.5rem;
  }
  .pl-stat-item:nth-child(odd) { border-right: 1px solid var(--pl-border-subtle); }
  .pl-stat-item:nth-child(3),
  .pl-stat-item:nth-child(4)   { border-bottom: none; }

  .pl-contact-bar-inner { flex-direction: column; gap: 0.4rem; text-align: center; }
  .pl-contact-sep { display: none; }

  .pl-hero-trust-strip { flex-direction: column; gap: 0.4rem; }
  .pl-trust-sep { display: none; }

  .kb-btns-hero_btn { flex-direction: column !important; width: 100% !important; }
  .kb-btns-hero_btn .kb-btn-wrap { width: 100% !important; }
  .kb-btns-hero_btn a.kt-button { width: 100% !important; text-align: center !important; }

  .pl-problems-grid,
  .pl-assessment-grid,
  .pl-services-4,
  .pl-verticals-grid,
  .pl-outcomes-grid,
  .pl-testimonials-grid { grid-template-columns: 1fr; }

  .pl-why-grid {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }
  .pl-process-grid {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .pl-midpage-cta-inner { flex-direction: column; }
  .pl-midpage-cta-btn   { width: 100%; text-align: center; }

  .pl-faq-list { max-width: 100%; }
  .pl-cta-checklist li { font-size: 0.9rem; }
  .pl-finding { flex-direction: column; gap: 0.35rem; }

  body { padding-bottom: 60px !important; }

  /* Disable hover effects on mobile (prevent sticky :hover on touch) */
  .pl-problem-item:hover,
  .pl-assessment-item:hover,
  .pl-vertical-item:hover,
  .pl-card:hover,
  .pl-outcome-card:hover,
  .pl-testimonial:hover {
    transform: none;
    box-shadow: none;
    background: var(--pl-glass);
    border-color: var(--pl-border);
  }
}

@media (max-width: 480px) {
  .pl-section-title { font-size: 1.3rem !important; }
  .pl-stat-number   { font-size: 2rem; }
  .pl-card-price    { font-size: 1.4rem; }
}

