/* ═══════════════════════════════════════════════════════════════
   B2B Landing Page – Light Professional + Gold Accent (b2b.css)
   ═══════════════════════════════════════════════════════════════ */

/* ── Palette variables ──────────────────────────────────────── */
:root {
  --b2b-gold:      #B8860B;
  --b2b-gold-lt:   #FDF3DC;
  --b2b-gold-mid:  #C9971C;
  --b2b-gold-dk:   #8B6508;
  --b2b-ink:       #1a1a2e;
  --b2b-ink-2:     #2d2d44;
  --b2b-surface:   #ffffff;
  --b2b-surface-2: #f8f7f4;
  --b2b-surface-3: #f1efe9;
  --b2b-border:    #e2ddd4;
  --b2b-text:      #1a1a2e;
  --b2b-muted:     #5a5a72;
}

/* ── Global page bg ─────────────────────────────────────────── */
body { background: var(--b2b-surface); }

/* ── Light sections ─────────────────────────────────────────── */
.section--bg { background: var(--b2b-surface-2) !important; }

/* ── Fix section-header overline alignment ──────────────────── */
.section-header .overline {
  display: block !important;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px !important;
}

/* ── Overline badge — gold on light bg ──────────────────────── */
.overline {
  color: var(--b2b-gold) !important;
  background: var(--b2b-gold-lt) !important;
  border: 1px solid rgba(184,134,11,.35) !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  padding: 3px 10px !important;
  border-radius: 4px !important;
}

/* ── Section headings ───────────────────────────────────────── */
.section h2, .section-header h2 {
  color: var(--b2b-ink);
}
.section-header h2 {
  position: relative;
  display: inline-block;
}
.section-header h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 48px;
  margin: 8px auto 0;
  background: var(--b2b-gold-mid);
  border-radius: 2px;
}

/* Lead text ─────────────────────────────────────────────────── */
.section .lead { color: var(--b2b-muted) !important; }

/* ── Site header — white + gold border ──────────────────────── */
.site-header {
  background: var(--b2b-surface) !important;
  border-bottom: 2px solid var(--b2b-gold-mid) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.07) !important;
}
.site-header .logo span { color: var(--b2b-ink) !important; }
.site-header .btn-primary {
  background: var(--b2b-gold-mid) !important;
  border-color: var(--b2b-gold-mid) !important;
  color: #fff !important;
  font-weight: 700;
}
.site-header .btn-primary:hover {
  background: var(--b2b-gold-dk) !important;
  border-color: var(--b2b-gold-dk) !important;
}

/* ── Hero — dark ink with gold accent ───────────────────────── */
.hero {
  background: linear-gradient(150deg, var(--b2b-ink) 0%, var(--b2b-ink-2) 60%, #16162a 100%) !important;
}
.hero::before { background: none !important; }

/* ── Stats bar — light bg, gold numbers, visible labels ─────── */
.stats-bar {
  background: var(--b2b-surface-3) !important;
  border-top: 2px solid var(--b2b-gold-mid) !important;
  border-bottom: 1px solid var(--b2b-border) !important;
}
.stat-item { background: transparent !important; }
.stat-val { color: var(--b2b-gold) !important; }
.stat-lbl { color: var(--b2b-muted) !important; }
.stats-grid { background: transparent !important; }

/* ── Image Placeholders ─────────────────────────────────────── */
.img-placeholder {
  background: var(--b2b-surface-2);
  border: 2px dashed var(--b2b-border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  color: var(--b2b-muted);
  font-size: .8rem;
  font-weight: 500;
  text-align: center;
}
.img-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px);
  background-size: 28px 28px;
}
.img-placeholder span {
  position: relative;
  z-index: 1;
  padding: 8px 20px;
  background: rgba(255,255,255,.9);
  border-radius: 4px;
  border: 1px dashed var(--b2b-border);
  color: var(--b2b-muted);
}

/* Hero image column (dark-themed placeholder) */
.b2b-hero-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2b-hero-img-wrap .img-placeholder {
  width: 100%;
  min-height: 320px;
  background: rgba(255,255,255,.05);
  border-color: rgba(201,151,28,.35);
  color: rgba(255,255,255,.45);
}
.b2b-hero-img-wrap .img-placeholder::before {
  background-image:
    linear-gradient(rgba(201,151,28,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,151,28,.06) 1px, transparent 1px);
  background-size: 28px 28px;
}
.b2b-hero-img-wrap .img-placeholder span {
  background: rgba(0,0,0,.35);
  border-color: rgba(201,151,28,.3);
  color: rgba(255,255,255,.6);
}
@media (max-width: 767px) { .b2b-hero-img-wrap { display: none; } }

.b2b-section-img { width: 100%; height: 300px; }

/* ── Target Audience Pills ──────────────────────────────────── */
.b2b-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.b2b-pill {
  background: rgba(201,151,28,.18);
  color: #f5e7b2;
  border: 1px solid rgba(201,151,28,.4);
  border-radius: 4px;
  padding: 4px 13px;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ── For Whom — clean cards with gold accent ────────────────── */
.forwho-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 900px) { .forwho-grid { grid-template-columns: repeat(4, 1fr); } }

.forwho-card {
  background: var(--b2b-surface);
  border: 1.5px solid var(--b2b-border);
  border-top: 3px solid var(--b2b-gold-mid);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  padding: 28px 18px 22px;
  text-align: center;
  transition: transform var(--trans), box-shadow var(--trans);
}
.forwho-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(184,134,11,.15);
  border-color: var(--b2b-gold-mid);
}
.forwho-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--b2b-gold-lt);
  border: 2px solid rgba(184,134,11,.3);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.forwho-icon svg { width: 24px; height: 24px; color: var(--b2b-gold); stroke: var(--b2b-gold); }
.forwho-card h3 { font-size: .95rem; color: var(--b2b-ink); margin-bottom: 8px; line-height: 1.3; }
.forwho-card p  { font-size: .82rem; color: var(--b2b-muted); line-height: 1.55; margin: 0; }

/* ── How it works ───────────────────────────────────────────── */
.step-num {
  background: var(--b2b-gold-mid) !important;
  color: #fff !important;
  border: 2px solid var(--b2b-gold-dk) !important;
  box-shadow: 0 2px 8px rgba(184,134,11,.3) !important;
  border-radius: 50% !important;
  font-weight: 800;
}
.step h3 { color: var(--b2b-ink); }
.step p  { color: var(--b2b-muted); }

/* ── Pricing — clean cards ──────────────────────────────────── */
.pricing-card {
  background: var(--b2b-surface) !important;
  border: 1.5px solid var(--b2b-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
  transition: transform var(--trans), box-shadow var(--trans) !important;
}
.pricing-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.1) !important;
}
.pricing-card--featured {
  background: var(--b2b-ink) !important;
  border-color: var(--b2b-gold-mid) !important;
  border-width: 2px !important;
  box-shadow: 0 8px 32px rgba(184,134,11,.2) !important;
}
.pricing-card--featured:hover {
  box-shadow: 0 12px 40px rgba(184,134,11,.3) !important;
}

.pricing-card-badge {
  background: var(--b2b-gold-mid) !important;
  color: #fff !important;
  font-weight: 700;
}
.pricing-card .pricing-card-name  { color: var(--b2b-ink); }
.pricing-card .pricing-amount     { color: var(--b2b-ink); }
.pricing-card .pricing-card-desc  { color: var(--b2b-muted); }
.pricing-card--featured .pricing-card-name { color: var(--b2b-gold-lt) !important; }
.pricing-card--featured .pricing-amount    { color: #fff !important; }
.pricing-card--featured .pricing-card-desc { color: rgba(255,255,255,.6) !important; }
.pricing-card--featured .pricing-delivery  { color: rgba(255,255,255,.8) !important; }

.pricing-card .btn-outline {
  border-color: var(--b2b-gold-mid) !important;
  color: var(--b2b-gold) !important;
}
.pricing-card .btn-outline:hover {
  background: var(--b2b-gold-mid) !important;
  color: #fff !important;
}

/* ── Testimonials ───────────────────────────────────────────── */
.b2b-testimonials .testimonials-grid { grid-template-columns: 1fr; }
@media (min-width: 768px) {
  .b2b-testimonials .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}

.testimonial-card {
  background: var(--b2b-surface) !important;
  border: 1.5px solid var(--b2b-border) !important;
  border-top: 3px solid var(--b2b-gold-mid) !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
  transform: none !important;
}
.testimonial-card .text        { color: var(--b2b-text) !important; }
.testimonial-card .stars       { color: var(--b2b-gold-mid) !important; }
.testimonial-card .author-name { color: var(--b2b-ink) !important; }
.testimonial-card .author-role { color: var(--b2b-muted) !important; }
.testimonial-card .avatar {
  background: var(--b2b-gold-lt) !important;
  color: var(--b2b-gold) !important;
  border: 2px solid rgba(184,134,11,.3) !important;
}

/* ── Trust row ──────────────────────────────────────────────── */
.trust-item       { color: var(--b2b-text) !important; }
.trust-item svg   { color: var(--b2b-gold-mid) !important; stroke: var(--b2b-gold-mid) !important; }
@media (max-width: 640px) { .trust-row { grid-template-columns: repeat(2, 1fr); } }

/* ── CTA banner ─────────────────────────────────────────────── */
.cta-banner {
  background: var(--b2b-ink) !important;
  border: 2px solid var(--b2b-gold-mid) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,.15) !important;
  border-radius: 14px !important;
}
.cta-banner h2 { color: #fff !important; }
.cta-banner p  { color: rgba(255,255,255,.75) !important; }

/* ══════════════════════════════════════════════════════════════
   FOOTER — ink dark with gold accents
   ══════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--b2b-ink) !important;
  border-top: 2px solid rgba(201,151,28,.3) !important;
}
.site-footer h2,
.footer-col h2 {
  color: var(--b2b-gold-mid) !important;
  border-bottom: 1px solid rgba(201,151,28,.2);
  padding-bottom: 10px;
  margin-bottom: 14px;
}
.footer-brand .logo span { color: #fff !important; }
.footer-brand > p        { color: rgba(255,255,255,.6) !important; }
.footer-brand div span   { color: rgba(255,255,255,.45) !important; }
.footer-contact-item span,
.footer-contact-item a   { color: rgba(255,255,255,.65) !important; }
.footer-contact-item svg { color: var(--b2b-gold-mid) !important; stroke: var(--b2b-gold-mid) !important; }
.footer-links a {
  color: rgba(255,255,255,.65) !important;
  transition: color var(--trans);
}
.footer-links a:hover { color: var(--b2b-gold-mid) !important; text-decoration: none; }
.footer-certifications { border-top-color: rgba(201,151,28,.15) !important; }
.footer-bottom {
  border-top-color: rgba(201,151,28,.15) !important;
  color: rgba(255,255,255,.4) !important;
}
.footer-bottom a { color: rgba(255,255,255,.5) !important; }
.footer-bottom a:hover { color: var(--b2b-gold-mid) !important; }

/* ── Hero CUI lookup bar ─────────────────────────────────────── */
.hero-cui-wrap {
  margin: 22px 0 8px;
}
.hero-cui-row {
  display: flex;
  gap: 0;
  max-width: 420px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(201,151,28,.5);
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.hero-cui-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 13px 16px;
  font-size: .97rem;
  font-family: inherit;
  background: rgba(255,255,255,.1);
  color: #fff;
  min-width: 0;
}
.hero-cui-input::placeholder { color: rgba(255,255,255,.45); }
.hero-cui-input:focus { background: rgba(255,255,255,.15); }
.hero-cui-btn {
  background: var(--b2b-gold-mid);
  border: none;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  flex-shrink: 0;
}
.hero-cui-btn:hover  { background: var(--b2b-gold-dk); }
.hero-cui-btn:disabled { opacity: .6; cursor: default; }

.hero-cui-status {
  min-height: 22px;
  margin-top: 8px;
  font-size: .85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.65);
}
.hero-cui-status svg { flex-shrink: 0; }
.hero-cui-status--success { color: #6ee79e; }
.hero-cui-status--error   { color: #f98080; }
.hero-cui-status--loading { color: rgba(255,255,255,.65); }

/* Spinner */
.hero-cui-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,.3);
  border-top-color: rgba(255,255,255,.85);
  border-radius: 50%;
  animation: heroSpinRot .7s linear infinite;
  flex-shrink: 0;
}
@keyframes heroSpinRot { to { transform: rotate(360deg); } }

/* ── Noscript ────────────────────────────────────────────────── */
.b2b-noscript { text-align: center; padding: 60px 20px; color: #333; font-size: .95rem; }
