/*
Theme Name: PayBail Prime
Theme URI: https://paybail.co
Author: OpenAI Generated For Butler Franklin Bail Bond LLC
Description: A fast, mobile first WordPress theme for Butler Franklin Bail Bond LLC with Ohio local SEO page support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: paybail-prime
*/

:root {
  --pb-black: #050505;
  --pb-charcoal: #111111;
  --pb-panel: #171717;
  --pb-gold: #d6a63d;
  --pb-gold-light: #f2d27a;
  --pb-text: #f7f2e8;
  --pb-muted: #cfc6b7;
  --pb-white: #ffffff;
  --pb-border: rgba(214,166,61,.28);
  --pb-radius: 18px;
  --pb-shadow: 0 20px 50px rgba(0,0,0,.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--pb-black); color: var(--pb-text); line-height: 1.65; }
a { color: var(--pb-gold-light); text-decoration: none; }
a:hover { color: var(--pb-white); }
img { max-width: 100%; height: auto; }
.pb-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.screen-reader-text { position: absolute; left: -9999px; }

.pb-topbar { background: linear-gradient(90deg, #000, #1d1607, #000); color: var(--pb-gold-light); font-size: 14px; border-bottom: 1px solid var(--pb-border); }
.pb-topbar .pb-container { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 0; flex-wrap: wrap; }
.pb-site-header { position: sticky; top: 0; z-index: 50; background: rgba(5,5,5,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--pb-border); }
.pb-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 18px; }
.pb-logo { display: flex; align-items: center; gap: 12px; color: var(--pb-white); font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.pb-logo-mark { width: 48px; height: 48px; border-radius: 50%; background: radial-gradient(circle, var(--pb-gold-light), var(--pb-gold)); color: #000; display: grid; place-items: center; font-weight: 1000; box-shadow: 0 0 0 4px rgba(214,166,61,.12); }
.pb-logo-text span { display: block; font-size: 12px; color: var(--pb-gold-light); letter-spacing: .16em; }
.pb-nav { display: flex; align-items: center; gap: 20px; }
.pb-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.pb-nav a { color: var(--pb-text); font-weight: 700; font-size: 15px; }
.pb-nav a:hover { color: var(--pb-gold-light); }
.pb-header-call { background: var(--pb-gold); color: #000; padding: 12px 16px; border-radius: 999px; font-weight: 1000; box-shadow: 0 8px 30px rgba(214,166,61,.22); }
.pb-menu-toggle { display: none; background: transparent; border: 1px solid var(--pb-border); color: var(--pb-gold-light); padding: 10px 12px; border-radius: 12px; }

.pb-main { min-height: 60vh; }
.pb-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 10%, rgba(214,166,61,.22), transparent 30%), linear-gradient(135deg, #050505 0%, #111 45%, #2b200a 100%); border-bottom: 1px solid var(--pb-border); }
.pb-hero:after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; opacity: .26; pointer-events: none; }
.pb-hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 86px 0 78px; }
.pb-eyebrow { color: var(--pb-gold-light); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 14px; }
.pb-hero h1 { font-size: clamp(40px, 7vw, 76px); line-height: .95; margin: 0 0 18px; max-width: 960px; letter-spacing: -.05em; }
.pb-lead { font-size: clamp(18px, 2vw, 24px); color: var(--pb-muted); max-width: 880px; margin: 0 0 28px; }
.pb-hero-note { color: var(--pb-muted); font-size: 15px; margin: 20px 0 0; }
.pb-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.pb-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; font-weight: 1000; text-transform: uppercase; letter-spacing: .04em; border: 1px solid transparent; }
.pb-button-primary { background: var(--pb-gold); color: #000; }
.pb-button-primary:hover { background: var(--pb-gold-light); color: #000; }
.pb-button-secondary { color: var(--pb-white); border-color: var(--pb-border); background: rgba(255,255,255,.04); }
.pb-button-secondary:hover { background: rgba(214,166,61,.12); color: var(--pb-white); }

.pb-trust { width: min(1180px, calc(100% - 32px)); margin: 26px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pb-trust div { background: linear-gradient(180deg, #171717, #0b0b0b); border: 1px solid var(--pb-border); border-radius: var(--pb-radius); padding: 18px; box-shadow: var(--pb-shadow); }
.pb-trust strong { display: block; color: var(--pb-gold-light); }
.pb-trust span { display: block; color: var(--pb-muted); font-size: 14px; }
.pb-section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 64px 0; }
.pb-section h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; margin: 0 0 18px; letter-spacing: -.04em; }
.pb-section h3 { font-size: 22px; line-height: 1.1; margin: 0 0 10px; }
.pb-section p { color: var(--pb-muted); font-size: 18px; }
.pb-grid { display: grid; gap: 18px; margin-top: 28px; }
.pb-grid-3 { grid-template-columns: repeat(3, 1fr); }
.pb-grid-4 { grid-template-columns: repeat(4, 1fr); }
.pb-card, .pb-panel, .pb-form-card { background: linear-gradient(180deg, #171717, #0d0d0d); border: 1px solid var(--pb-border); border-radius: var(--pb-radius); padding: 24px; box-shadow: var(--pb-shadow); }
.pb-card p, .pb-panel p { font-size: 16px; margin-bottom: 0; }
.pb-step { width: 42px; height: 42px; border-radius: 50%; background: var(--pb-gold); color: #000; display: grid; place-items: center; font-weight: 1000; margin-bottom: 14px; }
.pb-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.pb-panel ul { margin: 10px 0 0; padding-left: 20px; color: var(--pb-muted); }
.pb-note { width: min(1180px, calc(100% - 32px)); margin: 36px auto; padding: 28px; border-radius: var(--pb-radius); background: rgba(214,166,61,.08); border: 1px solid var(--pb-border); }
.pb-note h2 { margin-top: 0; }
.pb-note p { color: var(--pb-muted); }
.pb-cta { width: min(1180px, calc(100% - 32px)); margin: 46px auto; padding: 42px; border-radius: 26px; background: linear-gradient(135deg, #2c2109, #0a0a0a); border: 1px solid var(--pb-border); box-shadow: var(--pb-shadow); }
.pb-cta h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 52px); }
.pb-cta p { color: var(--pb-muted); font-size: 19px; max-width: 860px; }
.pb-faq details { border: 1px solid var(--pb-border); border-radius: 16px; padding: 18px 22px; margin: 12px 0; background: #111; }
.pb-faq summary { cursor: pointer; font-weight: 900; color: var(--pb-white); }
.pb-faq p { margin-bottom: 0; }
.pb-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.pb-link-grid a { display: block; padding: 16px 18px; border-radius: 14px; border: 1px solid var(--pb-border); background: #111; font-weight: 800; color: var(--pb-text); }
.pb-link-grid a:hover { color: #000; background: var(--pb-gold); }
.pb-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.pb-small { font-size: 14px !important; }
.pb-content-page { width: min(960px, calc(100% - 32px)); margin: 0 auto; padding: 60px 0; }
.pb-content-page h1 { font-size: clamp(36px, 5vw, 60px); }

.pb-site-footer { border-top: 1px solid var(--pb-border); background: #080808; padding: 46px 0 90px; }
.pb-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 26px; }
.pb-footer-grid h3 { color: var(--pb-gold-light); margin-top: 0; }
.pb-footer-grid ul { list-style: none; padding: 0; margin: 0; }
.pb-footer-grid li { margin: 8px 0; }
.pb-footer-grid a { color: var(--pb-muted); }
.pb-footer-grid a:hover { color: var(--pb-gold-light); }
.pb-bottom-call { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 80; background: var(--pb-gold); color: #000; text-align: center; padding: 14px 16px; border-radius: 999px; font-weight: 1000; box-shadow: 0 12px 35px rgba(0,0,0,.38); }

@media (max-width: 900px) {
  .pb-menu-toggle { display: inline-flex; }
  .pb-nav { display: none; width: 100%; }
  .pb-nav.is-open { display: block; }
  .pb-header-inner { flex-wrap: wrap; }
  .pb-nav ul { display: grid; gap: 8px; }
  .pb-header-call { display: none; }
  .pb-trust, .pb-grid-3, .pb-grid-4, .pb-footer-grid, .pb-split, .pb-contact { grid-template-columns: 1fr; }
  .pb-link-grid { grid-template-columns: 1fr; }
  .pb-hero-inner { padding: 64px 0; }
  .pb-bottom-call { display: block; }
}
