/* JCB Bail Bonds â€” consolidated stylesheet */
:root { --navy:#003b71; --deep:#002855; --red:#c8102e; --bright-red:#ed1c24; --white:#fff; }
*, *::before, *::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--white); color:#111; }
.logo { color:var(--navy); }
.logo span { color:var(--red); }
.site-header { position:relative; width:100%; background:var(--white); }
.top-header { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 5%; background:var(--white); }
.language-message { color:#299c32; font-size:20px; font-weight:900; text-align:center; line-height:1.1; }
.brand-logo { text-align:center; flex:1; min-width:0; }
.brand-logo h1 { color:#123b78; font-size:65px; font-weight:900; line-height:1; letter-spacing:5px; }
.brand-logo h2 { color:#e21c2a; font-size:45px; font-weight:900; line-height:1.1; -webkit-text-stroke:1px black; }
.brand-logo p { color:#111; font-size:15px; font-weight:900; margin-top:5px; }
.header-contact { text-align:center; min-width:230px; }
.header-contact .hours { color:#111; font-size:15px; font-weight:bold; line-height:1.3; }
.header-contact a { display:block; color:#123b78; font-size:26px; font-weight:900; margin:10px 0; }
.header-contact .license { color:#111; font-weight:bold; }
/* Navigation: dark bar and dark link-list background, never a white rectangle. */
.site-header .navbar { position:relative; z-index:1000; display:flex; align-items:center; gap:14px; width:100%; min-height:65px; padding:0 3%; background:var(--navy); }
.site-header .menu-toggle { display:none; flex:0 0 auto; color:var(--navy); cursor:pointer; }
.site-header .nav-links { display:flex; flex:1 1 auto; align-items:center; flex-wrap:wrap; gap:0; min-width:0; margin:0; padding:0; list-style:none; background:var(--navy); }
.site-header .nav-links li { list-style:none; margin:0; padding:0; background:transparent; }
.site-header .nav-links a { display:block; padding:23px 10px; color:var(--white); font:700 13px/1.4 Arial,sans-serif; text-decoration:none; background:transparent; }
.site-header .nav-links a:hover, .site-header .nav-links a:focus-visible { background:var(--red); color:var(--white); }
.site-header .language-switch { display:flex; flex:0 0 auto; margin-left:auto; border-radius:6px; overflow:hidden; background:var(--white); }
.site-header .language-switch button { border:0; padding:10px 15px; background:var(--white); color:var(--navy); font-weight:bold; cursor:pointer; }
.site-header .language-switch button.active { background:var(--red); color:var(--white); }
/* Hero */
.hero { display:flex; align-items:center; min-height:580px; padding:80px 6%; color:var(--white); background-image:linear-gradient(90deg,rgba(0,40,85,.96) 0%,rgba(0,40,85,.88) 45%,rgba(0,40,85,.25) 100%),url('images/houston-banner.png'); background-size:cover; background-position:center; background-repeat:no-repeat; }
.hero-content { position:relative; z-index:2; max-width:720px; }
.hero .subtitle { color:var(--white); font-size:17px; letter-spacing:4px; margin-bottom:20px; }
.hero h1 { color:var(--white); font-size:clamp(42px,6vw,76px); font-weight:900; line-height:1.1; margin-bottom:25px; }
.hero h1 span { display:block; color:#ff253a; }
.hero p, .hero-description { color:var(--white); }
.hero-description { font-size:21px; line-height:1.5; max-width:650px; margin-bottom:35px; }
.hero-buttons { display:flex; flex-direction:row; align-items:center; gap:20px; flex-wrap:wrap; }
.hero-buttons .btn { display:inline-block; width:auto; padding:17px 30px; font-size:15px; font-weight:bold; text-align:center; }
.btn-red, .hero .btn-red { background:var(--bright-red); color:var(--white); border:2px solid var(--bright-red); text-decoration:none; }
.btn-outline, .hero .btn-outline { background:transparent; color:var(--white); border:2px solid var(--white); text-decoration:none; }
.btn-outline:hover, .hero .btn-outline:hover { background:var(--white); color:var(--navy); }
/* Sections and cards */
.section, .locations-section { background:var(--white); color:var(--navy); }
.section h2, .section-intro { color:var(--navy); }
.dark-section { background:var(--navy); color:var(--white); }
.card, .location-card { background:var(--white); color:var(--navy); border:1px solid #e5e5e5; border-bottom:4px solid var(--red); }
.card h3, .location-card h3, .card p, .location-card p { color:var(--navy); }
.card a, .step-number { color:var(--red); }
.header-phone { background:var(--red); color:var(--white); }
footer { background:var(--navy); color:var(--white); border-top:3px solid var(--red); }
footer h3 { color:var(--bright-red); }
footer p { color:var(--white); }
/* Bond quote form */
.quote-section { background:#f4f6f9; padding:80px 20px; }
.quote-container { max-width:1000px; margin:auto; background:var(--white); border-radius:10px; overflow:hidden; box-shadow:0 8px 30px rgba(0,0,0,.1); }
.quote-heading { background:var(--navy); color:var(--white); padding:40px; text-align:center; }
.quote-heading h2 { color:var(--white); font-size:35px; margin-bottom:15px; }
.quote-heading p { color:var(--white); font-size:18px; }
#bondQuoteForm { padding:40px; }
#bondQuoteForm h3 { color:var(--navy); border-bottom:3px solid var(--bright-red); padding-bottom:12px; margin:30px 0 25px; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:25px; }
.form-group { display:flex; flex-direction:column; min-width:0; }
.form-group label { font-weight:bold; color:var(--navy); margin-bottom:10px; }
.form-group input, .form-group select, .form-group textarea { width:100%; padding:15px; border:1px solid #ccc; border-radius:5px; font-size:16px; background:var(--white); color:#222; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline:2px solid var(--navy); border-color:var(--navy); }
.contact-options { display:flex; gap:20px; flex-wrap:wrap; margin:25px 0; }
.contact-options label { display:flex; align-items:center; gap:10px; padding:15px 20px; background:#f4f6f9; border:1px solid #ddd; border-radius:6px; cursor:pointer; }
.contact-options input { accent-color:var(--bright-red); width:18px; height:18px; }
.privacy-note { font-size:14px; color:#555; margin:25px 0; }
.quote-submit { width:100%; padding:18px; background:var(--bright-red); color:var(--white); border:0; border-radius:5px; font-size:17px; font-weight:bold; cursor:pointer; }
.quote-submit:hover { background:#b5121b; }
#formMessage { margin-top:20px; text-align:center; font-weight:bold; }
@media (max-width:850px) {
  .top-header { flex-direction:column; padding:20px; }
  .language-message { font-size:16px; }
  .brand-logo h1 { font-size:48px; }
  .brand-logo h2 { font-size:32px; }
  .brand-logo p { font-size:12px; }
  .header-contact { min-width:0; }
  .site-header .navbar { padding:12px 5%; min-height:65px; }
  .site-header .menu-toggle { display:block; }
  .site-header .nav-links { display:none; position:absolute; top:100%; left:0; width:100%; flex-direction:column; align-items:stretch; flex-wrap:nowrap; padding:12px; background:var(--navy); box-shadow:0 8px 18px rgba(0,0,0,.15); }
  .site-header .nav-links.active { display:flex; }
  .site-header .nav-links a { padding:12px; }
  .hero { min-height:520px; padding:65px 6%; background-position:65% center; }
  .hero-description { font-size:17px; }
  .hero-buttons { flex-direction:column; align-items:stretch; }
  .hero-buttons .btn { text-align:center; }
  .form-grid { grid-template-columns:1fr; }
  #bondQuoteForm { padding:25px; }
  .quote-heading { padding:30px 20px; }
  .contact-options { flex-direction:column; }
}