/*
Theme Name: Consulting Theme by Holyprof
Description: Caribbean Remote Outsourcing - Custom WordPress Theme
Version: 2.0
Author: Holyprof
Author URI: https://tobi.holyprofweb.com/
*/

:root {
  --navy: #0B1F3B;
  --navy-mid: #122A4A;
  --blue: #3B82C4;
  --blue-light: #60A5D4;
  --blue-pale: #EBF4FB;
  --gold: #C6A75E;
  --white: #FFFFFF;
  --cream: #F8FBFE;
  --ink: #1A1A2E;
  --muted: #6B7280;
  --border: #D6E8F5;
  --max: 1140px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 16px; left: 50%; transform: translateX(-50%);
  z-index: 200; width: calc(100% - 48px); max-width: var(--max);
  background: rgba(11,31,59,0.97);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(59,130,196,0.25);
  padding: 14px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 700;
  color: var(--white); letter-spacing: 0.5px;
  text-decoration: none; flex-shrink: 0;
  white-space: nowrap;
}
.logo em { color: var(--blue-light); font-style: normal; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.7); text-decoration: none;
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.3px;
  transition: color 0.2s;
}
.nav-links a:hover,
.nav-links a.current-menu-item { color: var(--blue-light); }
.nav-right { display: flex; gap: 10px; align-items: center; }
.nav-tel {
  display: flex; align-items: center; gap: 7px;
  color: var(--white); font-size: 0.78rem; font-weight: 700;
  text-decoration: none; letter-spacing: 0.3px;
  border: 1px solid rgba(255,255,255,0.25);
  padding: 9px 16px; transition: all 0.2s;
}
.nav-tel:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.live-dot { width: 7px; height: 7px; background: #4ade80; border-radius: 50%; flex-shrink: 0; animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.5;transform:scale(1.4);} }
.nav-cta {
  background: var(--blue); color: var(--white);
  padding: 9px 20px; font-size: 0.82rem; font-weight: 700;
  border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
  text-decoration: none; letter-spacing: 0.3px; transition: all 0.2s;
  display: inline-block;
}
.nav-cta:hover { background: var(--blue-light); }

/* ── HAMBURGER ── */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); transition: all 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.nav-mobile {
  display: none; position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(11,31,59,0.98);
  z-index: 190; flex-direction: column;
  align-items: center; justify-content: center; gap: 32px;
  padding: 20px;
}
.nav-mobile.open { display: flex; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 24px; text-align: center; }
.nav-mobile ul a {
  color: rgba(255,255,255,0.85); text-decoration: none;
  font-size: 1.2rem; font-weight: 500; transition: color 0.2s;
}
.nav-mobile ul a:hover { color: var(--blue-light); }
.nav-mobile .nav-mobile-actions { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 280px; }
.nav-mobile .nav-tel { justify-content: center; }
.nav-mobile .nav-cta { text-align: center; padding: 14px 20px; }

/* ── HERO ── */
#hero {
  background: var(--cream);
  min-height: 100vh;
  padding: 140px 32px 80px;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero-bg-text {
  position: absolute; bottom: -40px; right: -20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22vw; font-weight: 700; line-height: 1;
  color: rgba(11,31,59,0.04); pointer-events: none; user-select: none;
  white-space: nowrap;
}
.hero-container {
  max-width: var(--max); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center;
  position: relative; z-index: 1;
}
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.hero-eyebrow-line { width: 32px; height: 1px; background: var(--blue); }
.hero-eyebrow span {
  font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 600; color: var(--blue);
}
h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  font-weight: 700; line-height: 1.08;
  color: var(--navy); margin-bottom: 24px; letter-spacing: -0.5px;
}
h1 .highlight { color: var(--blue); }
.hero-body {
  font-size: 1rem; color: var(--muted);
  line-height: 1.8; margin-bottom: 40px;
  font-weight: 300; max-width: 480px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; align-items: center; }
.btn-call-hero {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--blue); color: var(--white);
  padding: 18px 36px; font-weight: 700; font-size: 1rem;
  border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
  text-decoration: none; transition: all 0.2s; letter-spacing: 0.3px;
  box-shadow: 0 4px 20px rgba(59,130,196,0.35);
}
.btn-call-hero:hover { background: var(--navy); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--navy);
  padding: 15px 30px; font-weight: 600; font-size: 0.88rem;
  border: 1.5px solid var(--navy); cursor: pointer;
  font-family: 'DM Sans', sans-serif; text-decoration: none;
  display: inline-block; transition: all 0.2s;
  -webkit-appearance: none; appearance: none; line-height: normal;
}
.btn-ghost:hover { background: var(--navy); color: var(--white); }
.trust-row { display: flex; gap: 32px; align-items: center; padding-top: 32px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.trust-item { text-align: center; }
.trust-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; color: var(--navy); line-height: 1; }
.trust-label { font-size: 0.72rem; color: var(--muted); margin-top: 4px; letter-spacing: 0.5px; }
.trust-divider { width: 1px; height: 40px; background: var(--border); }

/* Hero Right Card */
.hero-right-panel { position: relative; }
.hero-card-main { background: var(--navy); padding: 40px 36px; position: relative; overflow: hidden; }
.hero-card-main::after {
  content: ''; position: absolute; top: 0; right: 0;
  width: 120px; height: 120px; border-bottom-left-radius: 100%;
  background: rgba(198,167,94,0.08);
}
.card-label { font-size: 0.68rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--blue-light); font-weight: 600; margin-bottom: 24px; }
.card-headline { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 28px; }
.savings-display {
  background: rgba(59,130,196,0.1); border: 1px solid rgba(59,130,196,0.2);
  padding: 20px; margin-bottom: 16px;
  display: flex; justify-content: space-between; align-items: center;
}
.savings-item { text-align: center; }
.savings-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: var(--blue-light); display: block; }
.savings-desc { font-size: 0.7rem; color: rgba(255,255,255,0.5); }
.savings-arrow { font-size: 1.5rem; color: var(--gold); }
.card-note { font-size: 0.74rem; color: rgba(255,255,255,0.4); line-height: 1.6; }
.card-note strong { color: rgba(255,255,255,0.65); }
.hero-float-badge {
  position: absolute; bottom: -20px; right: 24px;
  background: var(--blue); color: var(--white);
  padding: 14px 20px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  box-shadow: 0 8px 32px rgba(59,130,196,0.4);
}

/* ── SECTION BASE ── */
section { padding: 100px 32px; }
.container { max-width: var(--max); margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.eyebrow-line { width: 24px; height: 1px; background: var(--blue); }
.eyebrow span { font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; color: var(--blue); }
h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700; line-height: 1.15; color: var(--navy); margin-bottom: 16px;
}
.section-desc { color: var(--muted); font-size: 0.95rem; line-height: 1.8; max-width: 500px; font-weight: 300; }
.sh { margin-bottom: 60px; }

/* ── WHY US ── */
#why { background: var(--white); }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-left h2 { margin-bottom: 20px; }
.why-left p { color: var(--muted); line-height: 1.8; font-weight: 300; margin-bottom: 32px; }
.why-cta-btn {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 8px !important;
  background: var(--blue) !important;
  color: #ffffff !important;
  padding: 16px 32px !important;
  font-weight: 700 !important;
  font-size: 0.92rem !important;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.2s !important;
}
.why-cta-btn:hover { background: var(--blue-light) !important; transform: translateY(-2px) !important; color: #ffffff !important; }
.compare-table { border: 1px solid var(--border); overflow-x: auto; }
.compare-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; border-bottom: 1px solid var(--border); }
.compare-row:last-child { border-bottom: none; }
.compare-row.header { background: var(--navy); }
.compare-cell { padding: 14px 16px; font-size: 0.82rem; border-right: 1px solid var(--border); }
.compare-cell:last-child { border-right: none; }
.compare-row.header .compare-cell { color: rgba(255,255,255,0.6); font-weight: 600; font-size: 0.72rem; letter-spacing: 1px; text-transform: uppercase; }
.compare-row.header .compare-cell.highlight { color: var(--blue-light); }
.compare-cell.positive { color: #2E7D52; font-weight: 600; }
.compare-cell.negative { color: #C0392B; }
.compare-cell.gold { color: var(--blue); font-weight: 700; background: rgba(59,130,196,0.04); }
.compare-cell.label { font-weight: 600; color: var(--navy); }

/* ── SERVICES ── */
#services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--border); }
.svc-card {
  background: var(--white); padding: 40px 32px;
  border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
  transition: background 0.22s;
}
.svc-card:nth-child(3n) { border-right: none; }
.svc-card:nth-child(n+4) { border-bottom: none; }
.svc-card:hover { background: var(--blue); }
.svc-card:hover .svc-icon-box { background: rgba(255,255,255,0.15); }
.svc-card:hover .svc-name { color: var(--white); }
.svc-card:hover .svc-desc { color: rgba(255,255,255,0.75); }
.svc-icon-box { width: 52px; height: 52px; background: #F0F2F5; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 2px; font-size: 1.3rem; transition: background 0.22s; }
.svc-name { font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 10px; transition: color 0.22s; }
.svc-desc { font-size: 0.83rem; color: var(--muted); line-height: 1.65; font-weight: 300; transition: color 0.22s; }

/* ── HOW IT WORKS ── */
#how { background: var(--cream); }
.how-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.how-steps { display: flex; flex-direction: column; }
.how-step { display: flex; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--border); }
.how-step:first-child { padding-top: 0; }
.how-step:last-child { border-bottom: none; }
.how-step-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--border); line-height: 1; flex-shrink: 0; width: 48px; text-align: center; transition: color 0.2s; }
.how-step:hover .how-step-num { color: var(--blue); }
.how-step-title { font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.how-step-desc { font-size: 0.84rem; color: var(--muted); line-height: 1.7; font-weight: 300; }
.onboard-callout { margin-top: 28px; background: var(--blue-pale); border-left: 3px solid var(--blue); padding: 16px 18px; font-size: 0.82rem; color: var(--navy); line-height: 1.65; }
.how-right { background: var(--navy); padding: 48px 44px; position: relative; }
.how-right::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), transparent); }
.how-right-label { font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--blue-light); font-weight: 600; margin-bottom: 20px; }
.how-right h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 700; color: var(--white); margin-bottom: 20px; }
.how-right p { color: rgba(255,255,255,0.55); font-size: 0.88rem; line-height: 1.8; margin-bottom: 32px; font-weight: 300; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border);
  background: var(--white); font-family: 'DM Sans', sans-serif;
  font-size: 0.86rem; color: var(--navy); outline: none; transition: border-color 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); }
.field-dark input, .field-dark select, .field-dark textarea {
  background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.85);
}
.field-dark label { color: rgba(255,255,255,0.55); }
.field-dark input::placeholder, .field-dark textarea::placeholder { color: rgba(255,255,255,0.3); }
.field-dark input:focus, .field-dark select:focus, .field-dark textarea:focus { border-color: var(--blue-light); }

/* ── TESTIMONIALS CAROUSEL ── */
#testimonials { background: var(--cream); }
.testi-carousel-wrap { position: relative; }
.testi-carousel-track {
  display: block;
  width: 100%;
}
.testi-slide {
  display: none;
  width: 100%;
  transition: opacity 0.3s ease;
}
.testi-slide.active {
  display: flex;
  flex-direction: column;
}
/* Video slide active — needs grid layout */
.testi-slide.video-slide.active {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
/* Text slide active — needs 3-col grid */
.testi-slide.text-slide.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* Video slide */
.testi-slide.video-slide {
  background: var(--navy); border: 1px solid var(--border);
  min-height: 340px;
}
.video-testi-player { position: relative; overflow: hidden; min-height: 320px; }
.video-testi-player video { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.video-placeholder {
  width: 100%; height: 100%; min-height: 320px;
  background: linear-gradient(135deg, #0a1628, #1a3a5c);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
}
.play-btn {
  width: 72px; height: 72px; background: var(--blue); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: white; padding-left: 6px;
}
.video-label { color: rgba(255,255,255,0.5); font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; }
.video-testi-content { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.video-quote { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.75); font-style: italic; font-weight: 300; }
.testi-quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--blue); line-height: 1; display: block; margin-bottom: 8px; }
/* Text slide — 3-up grid */
.testi-slide.text-slide { gap: 24px; }
.testi {
  background: var(--white); border: 1px solid var(--border); padding: 36px 32px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.testi:hover { border-color: var(--blue); box-shadow: 0 4px 24px rgba(59,130,196,0.15); }
.testi-quote { font-size: 3rem; color: var(--blue-pale); margin-bottom: 12px; }
.testi p { font-size: 0.9rem; line-height: 1.8; color: #444; font-style: italic; font-weight: 300; margin-bottom: 24px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 700; color: var(--blue-light); flex-shrink: 0; }
.testi-name { font-weight: 700; font-size: 0.88rem; color: var(--navy); }
.testi-role { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }
/* Carousel controls */
.testi-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-top: 32px;
}
.testi-prev, .testi-next {
  width: 44px; height: 44px; background: var(--white); border: 1px solid var(--border);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--navy); transition: all 0.2s; flex-shrink: 0;
}
.testi-prev:hover, .testi-next:hover { background: var(--blue); color: var(--white); border-color: var(--blue); }
.testi-dots { display: flex; gap: 8px; align-items: center; }
.testi-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--border); cursor: pointer; transition: all 0.2s;
  border: none; padding: 0;
}
.testi-dot.active { background: var(--blue); transform: scale(1.3); }

/* ── BLOG ── */
#blog { background: var(--white); }
.blog-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.blog-card { border-bottom: 3px solid transparent; transition: border-color 0.2s; display: flex; flex-direction: column; }
.blog-card:hover { border-color: var(--blue); }
.blog-thumb { height: 190px; background: var(--navy); margin-bottom: 22px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 20px; }
.blog-thumb.rep { background: #122A4A; }
.blog-thumb-emoji { font-size: 3rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.blog-cat { font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); font-weight: 600; position: relative; z-index: 1; }
.blog-cat.rep { color: var(--blue-light); }
.blog-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); line-height: 1.35; margin: 10px 0 8px; }
.blog-excerpt { font-size: 0.82rem; color: var(--muted); line-height: 1.7; font-weight: 300; flex: 1; }
.blog-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 0.78rem; font-weight: 700; color: var(--blue); text-decoration: none; transition: gap 0.2s; }
.blog-link:hover { gap: 14px; }

/* Blog page filter */
.blog-filter-bar {
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 0 32px; position: sticky; top: 0; z-index: 50;
}
.blog-filter-inner { max-width: var(--max); margin: 0 auto; display: flex; gap: 0; }
.blog-filter-btn {
  padding: 18px 24px; border: none; background: none;
  font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 600;
  color: var(--muted); border-bottom: 2px solid transparent;
  cursor: pointer; transition: all 0.2s;
}
.blog-filter-btn.active { color: var(--blue); border-bottom-color: var(--blue); font-weight: 700; }
.blog-filter-btn:hover { color: var(--navy); }
.blog-articles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
article.blog-article { background: var(--white); border: 1px solid var(--border); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.2s; }
article.blog-article:hover { box-shadow: 0 6px 24px rgba(59,130,196,0.12); }
.article-thumb { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.article-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.article-cat { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); font-weight: 700; margin-bottom: 12px; }
.article-cat.bsr { color: var(--blue-light); }
.article-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 12px; }
.article-body p { font-size: 0.86rem; color: var(--muted); line-height: 1.7; flex: 1; margin-bottom: 20px; }
.article-link { font-size: 0.84rem; font-weight: 700; color: var(--blue); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.article-link:hover { gap: 10px; }

/* ── CONTACT ── */
#contact { background: var(--navy); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
#contact h2 { color: var(--white); }
#contact .section-desc { color: rgba(255,255,255,0.5); margin-bottom: 40px; }
.contact-points { list-style: none; display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.contact-point { display: flex; gap: 16px; align-items: flex-start; }
.contact-icon { width: 44px; height: 44px; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--blue); font-size: 1.2rem; }
.contact-text { font-size: 0.88rem; color: rgba(255,255,255,0.6); padding-top: 4px; }
.contact-text a { color: var(--blue-light); text-decoration: none; }
.contact-text strong { color: var(--white); display: block; margin-bottom: 4px; }
.contact-callout { background: rgba(255,255,255,0.04); border-left: 3px solid var(--blue); padding: 20px 24px; }
.contact-callout p { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin: 0; }
.contact-callout strong { color: var(--white); }
.contact-form-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); padding: 44px 40px; }
.contact-form-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 28px; }
.cta-submit {
  width: 100%; padding: 16px; background: var(--blue); color: var(--white);
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 700;
  border: none; cursor: pointer; letter-spacing: 0.5px; transition: all 0.2s;
}
.cta-submit:hover { background: var(--blue-light); }
.form-note { color: rgba(255,255,255,0.35); font-size: 0.76rem; text-align: center; margin-top: 12px; }

/* ── HUBSPOT EMBED OVERRIDE ── */
.hs-form-frame { width: 100%; }

/* ── BUTTONS ── */
.btn-gold {
  background: var(--blue); color: var(--white);
  padding: 15px 30px; font-weight: 700; font-size: 0.88rem;
  border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
  text-decoration: none; display: inline-block; transition: all 0.2s;
}
.btn-gold:hover { background: var(--blue-light); transform: translateY(-2px); }
/* ── FINAL CTA STRIP ── */
#strip { background: var(--navy); padding: 60px 32px; text-align: center; }
#strip h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
#strip p { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-weight: 300; }
#strip .strip-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer { background: #060E1B; padding: 64px 32px 28px; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 56px; }
.footer-about .logo { display: inline-block; margin-bottom: 14px; }
.footer-about p { color: rgba(255,255,255,0.38); font-size: 0.82rem; line-height: 1.9; font-weight: 300; }
.footer-col h4 { font-size: 0.68rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--blue); font-weight: 700; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { color: rgba(255,255,255,0.25); font-size: 0.76rem; }

/* ── PAGE HEROES (inner pages) ── */
.page-hero { background: var(--navy); padding: 140px 32px 80px; text-align: center; }
.page-hero .inner { max-width: 700px; margin: 0 auto; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem,5vw,3.4rem); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 20px; }
.page-hero p { color: rgba(255,255,255,0.65); font-size: 1rem; line-height: 1.8; max-width: 560px; margin: 0 auto; }

/* ── APPLY PAGE ── */
.req-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.req-card { background: var(--white); padding: 36px 28px; border: 1px solid var(--border); text-align: center; }
.req-icon { font-size: 2rem; margin-bottom: 12px; }
.req-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.req-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; }
.apply-form-section { background: var(--navy); padding: 80px 32px; }
.apply-form-wrap { max-width: 720px; margin: 0 auto; }
.vocaroo-box { background: rgba(59,130,196,0.1); border: 1px solid rgba(59,130,196,0.25); padding: 18px 20px; margin-bottom: 16px; }
.vocaroo-box p { color: rgba(255,255,255,0.85); font-size: 0.88rem; line-height: 1.7; margin-bottom: 10px; }
.vocaroo-box a { color: var(--blue-light); }

/* ── TRAINING PAGE ── */
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.product-card { border: 1px solid var(--border); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.product-card.featured { border-color: var(--blue); transform: translateY(-6px); box-shadow: 0 8px 32px rgba(36,135,197,0.15); }
.product-card-top { height: 4px; background: var(--blue); }
.product-card-top.light { background: var(--blue-light); }
.product-card-badge { background: var(--blue); color: white; text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; padding: 6px; text-transform: uppercase; }
.product-card-body { padding: 32px 28px; display: flex; flex-direction: column; flex: 1; }
.product-tag { display: inline-block; background: rgba(36,135,197,0.1); color: var(--blue); font-size: 0.68rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; padding: 4px 10px; margin-bottom: 20px; }
.product-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 12px; }
.product-card > .product-card-body > p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.product-features { list-style: none; margin-bottom: 28px; flex: 1; }
.product-features li { font-size: 0.84rem; color: var(--ink); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; gap: 8px; align-items: center; }
.product-features li:last-child { border-bottom: none; }
.product-features .check { color: var(--blue); flex-shrink: 0; }
.tips-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.tip-card { background: var(--white); padding: 32px; border: 1px solid var(--border); }
.tip-title { font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 12px; }
.tip-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; }

/* ── CONTACT PAGE ── */
.contact-page-layout { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; }

/* ── RESPONSIVE ── */
@media (max-width: 940px) {
  nav { top: 0; width: 100%; max-width: 100%; border-left: none; border-right: none; }
  .nav-links, .nav-tel { display: none; }
  .nav-hamburger { display: flex; }
  .hero-container, .why-layout, .how-layout, .contact-layout, .contact-page-layout { grid-template-columns: 1fr; gap: 48px; }
  .hero-right-panel { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .testi-slide.video-slide.active { display: grid; grid-template-columns: 1fr; }
  .testi-slide.text-slide.active { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .blog-layout, .blog-articles-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .req-grid { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .product-card.featured { transform: none; }
  section { padding: 72px 24px; }
  .page-hero { padding: 100px 24px 60px; }

  /* Fix grid children shrinking below content — the green-sliver bug */
  .contact-layout > *,
  .contact-page-layout > *,
  .how-layout > * { min-width: 0; width: 100%; }

  /* Contact form box full width on tablet/mobile */
  .contact-form-box {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* how-right full width */
  .how-right {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* Hide HubSpot form in How section on mobile — contact section has the form */
  .how-right .hs-form-frame,
  .how-right script,
  .how-right .divider-line { display: none !important; }
}
@media (max-width: 600px) {
  nav { padding: 12px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .req-grid { grid-template-columns: 1fr; }
  .blog-layout, .blog-articles-grid { grid-template-columns: 1fr; }
  .tips-grid { grid-template-columns: 1fr; }
  .trust-divider { display: none; }
  .trust-row { gap: 20px; }
  .how-right { padding: 32px 24px; }
  .video-testi-content { padding: 28px 24px; }

  /* Contact layout — force single column, no overflow */
  .contact-layout,
  .contact-page-layout {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  .contact-layout > *,
  .contact-page-layout > * {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .contact-form-box {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 28px 20px !important;
    box-sizing: border-box !important;
  }

  /* CTA strip buttons — stack cleanly on mobile */
  #strip .strip-btns { flex-direction: column; align-items: center; gap: 12px; }
  #strip .strip-btns a { width: 100%; max-width: 320px; text-align: center; box-sizing: border-box; }
  #strip { padding: 72px 24px; }

  /* Hero CTAs — stack on mobile */
  .hero-ctas { flex-direction: column; gap: 12px; }
  .hero-ctas a { width: 100%; text-align: center; box-sizing: border-box; }
  .btn-call-hero { width: 100%; text-align: center; }

  /* Prevent horizontal scroll */
  .compare-table { font-size: 0.75rem; }
  .contact-highlights { grid-template-columns: 1fr 1fr; gap: 8px; }
}

/* ═══════════════════════════════════════════════════════════════════
   KNP v3 FIXES & UPGRADES
   ═══════════════════════════════════════════════════════════════════ */

/* ── 1. HERO: less space top, background image overlay ── */
#hero {
  background: var(--cream);
  background-image: url('https://knptalentgroup.com/wp-content/uploads/2026/02/ChatGPT-Image-Feb-23-2026-02_07_12-PM.png');
  background-size: cover;
  background-position: center top;
  background-blend-mode: luminosity;
  padding-top: 100px;  /* was 140px — reduce gap to nav */
}
/* very transparent overlay on hero bg */
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(248,251,254,0.88);
  pointer-events: none;
  z-index: 0;
}
#hero .hero-container { position: relative; z-index: 1; }
#hero .hero-bg-text { z-index: 0; }

/* ── 2. SECTION BACKGROUNDS — break up all-white monotony ── */
#why    { background: var(--white); }
#services { 
  background: var(--navy); 
  position: relative;
}
#services::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://knptalentgroup.com/wp-content/uploads/2026/02/ChatGPT-Image-Feb-23-2026-02_07_12-PM.png') center/cover;
  opacity: 0.04;
  pointer-events: none;
}
#services .container { position: relative; z-index: 1; }
#services .sh .eyebrow span { color: var(--blue-light); }
#services .sh h2 { color: var(--white); }
#services .section-desc { color: rgba(255,255,255,0.55); }

/* Services cards on navy bg */
.services-grid { border-color: rgba(255,255,255,0.08); }
.svc-card {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.08);
}
.svc-card:hover { background: var(--blue); }
.svc-card:hover .svc-icon-box { background: rgba(255,255,255,0.12); }
.svc-card .svc-name { color: rgba(255,255,255,0.9); }
.svc-card .svc-desc { color: rgba(255,255,255,0.45); }
.svc-card:hover .svc-name { color: var(--white); }
.svc-card:hover .svc-desc { color: rgba(255,255,255,0.8); }
.svc-icon-box { background: rgba(255,255,255,0.08); }

#how { background: var(--cream); }

/* Testimonials alternate */
#testimonials { background: var(--white); }
.testi { background: var(--white); }
/* Fix testi-name/role visibility — was white on white */
.testi-name { font-weight: 700; font-size: 0.88rem; color: var(--navy) !important; }
.testi-role { font-size: 0.75rem; color: var(--muted) !important; margin-top: 2px; }
.testi-avatar { 
  background: var(--navy) !important; 
  color: var(--blue-light) !important;
  font-weight: 700;
}

/* Quote mark in testi cards — was too faint */
.testi-quote { 
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; 
  color: var(--blue); 
  line-height: 0.8;
  margin-bottom: 16px;
  opacity: 0.6;
}
.testi p { color: #333 !important; }

#blog { background: var(--cream); }
#contact { background: var(--navy); }
#strip { 
  background: var(--navy);
  background-image: linear-gradient(135deg, #0B1F3B 0%, #122A4A 100%);
  padding: 100px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center top, rgba(59,130,196,0.18) 0%, transparent 65%);
  pointer-events: none;
}
#strip h2 { 
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--white); 
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  position: relative; z-index: 1;
}
#strip p { 
  color: rgba(255,255,255,0.65); 
  font-size: 1.05rem;
  margin-bottom: 40px; 
  font-weight: 300;
  max-width: 520px;
  margin-left: auto; margin-right: auto;
  line-height: 1.7;
  position: relative; z-index: 1;
}
#strip .strip-btns { 
  display: flex; 
  gap: 16px; 
  justify-content: center; 
  flex-wrap: wrap;
  position: relative; z-index: 1;
}
.btn-dark {
  background: var(--blue);
  color: white;
  padding: 18px 40px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.2s;
}
.btn-dark:hover { background: var(--blue-light); transform: translateY(-2px); color: white; }
.btn-dark-outline {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 1.5px solid rgba(255,255,255,0.3);
  padding: 18px 40px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.btn-dark-outline:hover { border-color: white; color: white; background: rgba(255,255,255,0.06); }

/* Explicit strip button guarantee */
#strip .btn-dark {
  background: var(--blue) !important;
  color: #ffffff !important;
  padding: 18px 44px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  display: inline-block !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}
#strip .btn-dark:hover { background: var(--blue-light) !important; transform: translateY(-2px) !important; }

/* ── 3. FOOTER — proper logo + richer layout ── */
footer {
  background: #050C17;
}
.footer-about .logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  border-left: 3px solid var(--blue);
  padding-left: 12px;
  white-space: nowrap;
}
.footer-about .logo em { color: var(--blue-light); font-style: normal; }
.footer-about .logo img { max-height: 48px; width: auto; display: block; }
/* Footer divider between grid and bottom */
.footer-grid {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 28px !important;
}
/* Footer tagline */
.footer-tagline {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px;
  background: rgba(59,130,196,0.12);
  border: 1px solid rgba(59,130,196,0.2);
  padding: 6px 12px;
  font-size: 0.72rem; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--blue-light); font-weight: 600;
}

/* ── 4. HOW IT WORKS: Fix gap between subtext and "Tell Us" heading ── */
.how-layout { gap: 96px; }  /* more breathing room */
.how-right p { margin-bottom: 24px; }
/* add visual separator */
.how-right .divider-line {
  width: 40px; height: 2px;
  background: var(--blue);
  margin: 0 0 28px;
}

/* ── 5. HUBSPOT FORM — see bottom of file for complete override ── */
.how-right .hs-form-frame,
.contact-form-box .hs-form-frame { width: 100%; }
.hs-form-frame { min-height: 300px; }



/* ── 6. WPFORMS — dark background override ── */
.contact-form-box .wpforms-container,
.contact-form-box .wpforms-form { width: 100%; }

.contact-form-box .wpforms-field-label,
.contact-form-box .wpforms-field-sublabel {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-family: 'DM Sans', sans-serif !important;
  margin-bottom: 6px !important;
}
.contact-form-box .wpforms-field input,
.contact-form-box .wpforms-field select,
.contact-form-box .wpforms-field textarea {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.9) !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.88rem !important;
  width: 100% !important;
  box-shadow: none !important;
}
.contact-form-box .wpforms-field input::placeholder,
.contact-form-box .wpforms-field textarea::placeholder {
  color: rgba(255,255,255,0.25) !important;
}
.contact-form-box .wpforms-field input:focus,
.contact-form-box .wpforms-field select:focus,
.contact-form-box .wpforms-field textarea:focus {
  border-color: var(--blue-light) !important;
  outline: none !important;
  box-shadow: none !important;
}
.contact-form-box .wpforms-submit-container { margin-top: 8px; }
.contact-form-box .wpforms-submit,
.contact-form-box button[type="submit"] {
  background: var(--blue) !important;
  color: white !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 28px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  width: 100% !important;
  letter-spacing: 0.5px !important;
  transition: background 0.2s !important;
}
.contact-form-box .wpforms-submit:hover { background: var(--blue-light) !important; }
/* WPForms phone field country code */
.contact-form-box .wpforms-field-phone .flag-container,
.contact-form-box .wpforms-smart-phone-field .flag-container {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
}
/* WPForms error */
.contact-form-box .wpforms-error { color: #f87171 !important; font-size: 0.76rem !important; }

/* ── 7. HOW-IT-WORKS left side — more content/breathing room ── */
.how-layout { 
  align-items: start;
  gap: 80px;
}
/* How steps — more visual weight */
.how-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem; 
  font-weight: 700; 
  color: var(--blue);
  opacity: 0.25;
  line-height: 1;
  flex-shrink: 0; 
  width: 52px;
  transition: opacity 0.2s, color 0.2s;
}
.how-step:hover .how-step-num { opacity: 1; color: var(--blue); }
.how-step-title { font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.how-step-desc { font-size: 0.84rem; color: var(--muted); line-height: 1.7; }

/* ── 8. WHY US — comparison table header alignment ── */
.compare-row { 
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
}
.compare-row.header { background: #0a1628; }

/* ── 9. CONTACT SECTION — left side richer ── */
.contact-layout { 
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}
/* bigger left content on contact */
#contact .section-desc { 
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.6);
  margin-bottom: 36px;
}
.contact-points { margin-bottom: 36px; }
.contact-point { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.contact-point:last-child { border-bottom: none; }

/* Add a subtle highlight box on contact left */
.contact-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
  margin-bottom: 28px;
}
.contact-highlight-item {
  background: rgba(59,130,196,0.08);
  border: 1px solid rgba(59,130,196,0.15);
  padding: 16px;
}
.contact-highlight-item .chi-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 700;
  color: var(--blue-light); line-height: 1;
  display: block; margin-bottom: 4px;
}
.contact-highlight-item .chi-label {
  font-size: 0.72rem; letter-spacing: 1px; text-transform: uppercase;
  color: rgba(255,255,255,0.45); font-weight: 600;
}

/* Contact form box richer */
.contact-form-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 44px 40px;
}

/* ── 10. BLOG section on cream bg ── */
.blog-card { background: var(--white); padding: 0; border: 1px solid var(--border); }
.blog-thumb { margin-bottom: 0; }
.blog-card > * { padding: 0 22px; }
.blog-card .blog-thumb { padding: 0; }
.blog-card .blog-cat { padding-top: 20px; padding-bottom: 0; }
.blog-card .blog-link { padding-bottom: 20px; }

/* ── 11. TRAINING PAGE — "Level Up" section styles ── */
.level-up-section { background: var(--navy); padding: 80px 32px; }
.level-up-grid { 
  display: grid; 
  grid-template-columns: repeat(3,1fr); 
  gap: 2px; 
  background: rgba(255,255,255,0.05);
  margin-top: 48px;
}
.level-up-card {
  background: var(--navy);
  padding: 36px 32px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s, border-color 0.2s;
}
.level-up-card:hover {
  background: rgba(59,130,196,0.12);
  border-color: rgba(59,130,196,0.3);
}
.level-up-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 700;
  color: var(--blue); opacity: 0.3;
  line-height: 1; margin-bottom: 16px;
  transition: opacity 0.2s;
}
.level-up-card:hover .level-up-num { opacity: 1; }
.level-up-card h4 { 
  font-size: 1rem; font-weight: 700; 
  color: var(--white); margin-bottom: 10px;
}
.level-up-card p { 
  font-size: 0.84rem; color: rgba(255,255,255,0.5); 
  line-height: 1.7; font-weight: 300;
}

/* ── 12. MISC POLISH ── */
/* Eyebrow line thicker/more visible */
.eyebrow-line { width: 28px; height: 2px; background: var(--blue); }
.hero-eyebrow-line { width: 36px; height: 2px; background: var(--blue); }

/* Why section - add background variation */
#why { 
  background: var(--white); 
  border-bottom: 1px solid var(--border); 
}

/* Onboarding callout in HOW section */
.onboard-callout {
  background: rgba(59,130,196,0.08);
  border-left: 3px solid var(--blue);
  padding: 20px 22px;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 36px;
}
.onboard-callout strong { color: var(--navy); }

/* ── 13. PAGE HERO — subtle bg image ── */
.page-hero {
  background: var(--navy);
  background-image: url('https://knptalentgroup.com/wp-content/uploads/2026/02/ChatGPT-Image-Feb-23-2026-02_07_12-PM.png');
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,31,59,0.82) 0%, rgba(18,42,74,0.70) 100%);
  pointer-events: none;
}
.page-hero .inner { position: relative; z-index: 1; }

/* SINGLE POST CLEAN DESIGN */

.single-post-wrapper {
    padding: 80px 20px;
    background: #f9f9f9;
}

.single-container {
    max-width: 800px;
    margin: 0 auto;
}

.single-header {
    margin-bottom: 30px;
}

.single-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.single-meta {
    font-size: 14px;
    color: #777;
}

.single-featured-image {
    margin: 40px 0;
}

.single-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.single-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.single-content h2,
.single-content h3 {
    margin-top: 40px;
}

.single-content p {
    margin-bottom: 20px;
}
/* PAGE DESIGN */

.page-wrapper {
    padding: 80px 20px;
    background: #ffffff;
}

.page-container {
    max-width: 900px;
    margin: 0 auto;
}

.page-title {
    font-size: 40px;
    margin-bottom: 30px;
}

.page-featured-image {
    margin-bottom: 40px;
}

.page-featured-image img {
    width: 100%;
    border-radius: 8px;
}

.page-content {
    font-size: 18px;
    line-height: 1.8;
}
/* RELATED POSTS */

.related-posts {
    margin-top: 80px;
}

.related-posts h2 {
    margin-bottom: 30px;
    font-size: 28px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease;
}

.related-card:hover {
    transform: translateY(-5px);
}

.related-thumb img {
    width: 100%;
    height: auto;
}

.related-card h3 {
    padding: 20px;
    font-size: 18px;
}

/* ── FIX HUBSPOT FORM STYLING ── */

/* ================================================================
   HUBSPOT v3 (hsfc-* system) — COMPLETE DARK THEME OVERRIDE
   Strategy: Override HubSpot's CSS custom properties at container
   level so they cascade into all dynamically injected elements.
   Then back up with direct selectors + !important.
   ================================================================ */

/* Step 1: Kill HubSpot's own CSS variables at the root containers */
.contact-form-box,
.how-right {
  --hsf-default-field-label__color: rgba(255,255,255,0.75);
  --hsf-default-field-label__font-size: 0.75rem;
  --hsf-default-field-label__font-weight: 600;
  --hsf-default-field-label__letter-spacing: 1px;
  --hsf-default-input__color: #ffffff;
  --hsf-default-input__background-color: rgba(255,255,255,0.07);
  --hsf-default-input__border-color: rgba(255,255,255,0.18);
  --hsf-default-input__border-width: 1px;
  --hsf-default-input__border-radius: 0px;
  --hsf-default-input__placeholder-color: rgba(255,255,255,0.35);
  --hsf-default-input__font-size: 0.9rem;
  --hsf-default-input__padding: 13px 14px;
  --hsf-default-input__focus-border-color: #60A5D4;
  --hsf-default-submit__background-color: #3B82C4;
  --hsf-default-submit__color: #ffffff;
  --hsf-default-submit__border-radius: 0px;
  --hsf-default-submit__font-size: 0.95rem;
  --hsf-default-submit__font-weight: 700;
  --hsf-default-form__background-color: transparent;
  --hsf-default-form__font-family: 'DM Sans', sans-serif;
  --hsf-default-helptext__color: rgba(255,255,255,0.4);
  --hsf-default-error__color: #f87171;
}

/* Step 2: Direct selectors for hsfc-* (v3 embed system) */
.contact-form-box .hsfc-FieldLabel,
.how-right .hsfc-FieldLabel {
  color: rgba(255,255,255,0.75) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-family: 'DM Sans', sans-serif !important;
  margin-bottom: 6px !important;
}

.contact-form-box .hsfc-TextField input,
.contact-form-box .hsfc-EmailField input,
.contact-form-box .hsfc-PhoneField input,
.contact-form-box .hsfc-NumberField input,
.contact-form-box .hsfc-Textarea textarea,
.contact-form-box .hsfc-Select select,
.how-right .hsfc-TextField input,
.how-right .hsfc-EmailField input,
.how-right .hsfc-PhoneField input,
.how-right .hsfc-NumberField input,
.how-right .hsfc-Textarea textarea,
.how-right .hsfc-Select select {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: #ffffff !important;
  padding: 13px 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.9rem !important;
  border-radius: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.2s !important;
}

.contact-form-box .hsfc-TextField input:focus,
.contact-form-box .hsfc-EmailField input:focus,
.contact-form-box .hsfc-PhoneField input:focus,
.contact-form-box .hsfc-Textarea textarea:focus,
.how-right .hsfc-TextField input:focus,
.how-right .hsfc-EmailField input:focus,
.how-right .hsfc-Textarea textarea:focus {
  border-color: #60A5D4 !important;
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder,
.how-right input::placeholder,
.how-right textarea::placeholder {
  color: rgba(255,255,255,0.35) !important;
  opacity: 1 !important;
}

/* Submit button */
.contact-form-box .hsfc-Button button,
.how-right .hsfc-Button button {
  background: #3B82C4 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 28px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  width: 100% !important;
  letter-spacing: 0.5px !important;
  transition: background 0.2s !important;
}
.contact-form-box .hsfc-Button button:hover,
.how-right .hsfc-Button button:hover {
  background: #60A5D4 !important;
}

/* Error messages */
.contact-form-box .hsfc-ErrorMessage,
.how-right .hsfc-ErrorMessage {
  color: #f87171 !important;
  font-size: 0.76rem !important;
  margin-top: 4px !important;
}

/* Step 3: Also keep legacy .hs-form selectors for fallback */
.contact-form-box .hs-form label,
.how-right .hs-form label {
  color: rgba(255,255,255,0.75) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-family: 'DM Sans', sans-serif !important;
}
.contact-form-box .hs-form .hs-input,
.contact-form-box .hs-form input[type="text"],
.contact-form-box .hs-form input[type="email"],
.contact-form-box .hs-form input[type="tel"],
.contact-form-box .hs-form textarea,
.contact-form-box .hs-form select,
.how-right .hs-form .hs-input,
.how-right .hs-form input[type="text"],
.how-right .hs-form input[type="email"],
.how-right .hs-form input[type="tel"],
.how-right .hs-form textarea {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  color: #ffffff !important;
  padding: 13px 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.9rem !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.contact-form-box .hs-form .hs-button,
.how-right .hs-form .hs-button {
  background: #3B82C4 !important;
  color: white !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 28px !important;
  width: 100% !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

/* Step 4: Hide HubSpot "Create your own free forms" branding — all vectors covered */

/* Target by stable data attributes (these never change) */
[data-key="app.viralLinks.forms.linkCta"],
[data-test-id="spocket-icon-forms"],
[data-icon-name="Sprocket"],

/* Target the i18n string wrapper */
i18n-string[data-key="app.viralLinks.forms.linkCta"],

/* Target by class fragments (hashed but predictable prefixes) */
[class*="StyledView-"],
[class*="IconHolder__"],
[class*="StyledIcon-"],
[class*="viral"],
[class*="viralLinks"],

/* Nuclear: hide anything after the last hsfc-Row inside the form */
.hsfc-Form > *:last-child:not(.hsfc-Row):not(.hsfc-Button),

/* Catch the parent container wrapping both the sprocket + text */
.contact-form-box a[target="_blank"][href*="hubspot"],
.how-right a[target="_blank"][href*="hubspot"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
}

/* Step 5: Form wrapper should be transparent */
.contact-form-box .hsfc-Form,
.contact-form-box .hs-form-frame,
.how-right .hsfc-Form,
.how-right .hs-form-frame {
  background: transparent !important;
  width: 100% !important;
}
/* ── FOOTER CREDIT ── */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-credit {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.22);
  font-weight: 300;
}
.footer-credit a {
  color: rgba(255,255,255,0.38);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-credit a:hover { color: var(--blue-light); }

@media (max-width: 600px) {
  .footer-bottom { flex-direction: column; text-align: center; gap: 4px; }
}

/* ═══════════════════════════════════════════════════════
   KNP v5 ADDITIONS
   ═══════════════════════════════════════════════════════ */

/* Fix 3: Services section — white background */
#services { background: #ffffff !important; }
#services h2,
#services .eyebrow span,
#services .section-desc { color: var(--navy) !important; }
#services .svc-card {
  background: var(--cream) !important;
  border: 1px solid rgba(11,31,59,0.08) !important;
}
#services .svc-card .svc-name { color: var(--navy) !important; }
#services .svc-card .svc-desc { color: var(--muted, #6b7b93) !important; }
#services .svc-card .svc-icon-box { background: rgba(59,130,196,0.1) !important; color: var(--blue) !important; }
#services .svc-card:hover { background: var(--blue) !important; box-shadow: 0 8px 28px rgba(59,130,196,0.3) !important; transform: translateY(-3px); }
#services .svc-card:hover .svc-name { color: #ffffff !important; }
#services .svc-card:hover .svc-desc { color: rgba(255,255,255,0.8) !important; }
#services .svc-card:hover .svc-icon-box { background: rgba(255,255,255,0.18) !important; }

/* Scroll offset — accounts for fixed nav on all screen sizes */
html { scroll-padding-top: 96px; }
@media (max-width: 940px) { html { scroll-padding-top: 76px; } }
@media (max-width: 600px)  { html { scroll-padding-top: 72px; } }

/* Contact scroll anchor — per device offset */
.contact-scroll-anchor { position: relative; top: 650px; }          /* desktop */
@media (max-width: 940px) { .contact-scroll-anchor { top: 750px; } } /* tablet */
@media (max-width: 600px)  { .contact-scroll-anchor { top: 1250px; } } /* mobile */

/* Fix 2: Social icons in footer */
.footer-social { display: flex; gap: 12px; align-items: center; }
.footer-social .social-icon {
  color: rgba(255,255,255,0.38);
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.footer-social .social-icon:hover { color: var(--blue-light); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

/* Testimonial name/role visibility on both slide types */
.testi-slide.text-slide .testi-name { color: var(--navy) !important; }
.testi-slide.text-slide .testi-role { color: #6b7b93 !important; }
.testi-slide.video-slide .testi-name { color: rgba(255,255,255,0.9) !important; }
.testi-slide.video-slide .testi-role { color: rgba(255,255,255,0.5) !important; }
