/* JK FIREARMS TRAINING, LLC — site styles. Professional / trust-focused. */
:root {
  --navy: #14233b; --navy-2: #0d1829; --navy-3: #1f3554;
  --gold: #c2a35a; --gold-dark: #a8893f;
  --bg: #f6f7f9; --surface: #ffffff; --surface-2: #eef1f5;
  --text: #1b2533; --muted: #5a6678; --line: #e3e7ec;
  --ok: #2e7d52; --max: 1180px;
  --shadow: 0 6px 24px rgba(20, 35, 59, .08);
  --shadow-lg: 0 14px 40px rgba(20, 35, 59, .14);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, .brand-name { font-family: 'Oswald', 'Inter', sans-serif; font-weight: 600; line-height: 1.15; letter-spacing: .02em; color: var(--navy); }
a { color: var(--navy); text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.eyebrow { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; font-weight: 600; color: var(--gold-dark); margin-bottom: 10px; }

/* Buttons */
.btn { display: inline-block; padding: 13px 26px; border-radius: 6px; font-weight: 600; font-size: 15px; cursor: pointer; border: 2px solid transparent; transition: all .15s; font-family: 'Oswald', sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.btn-gold { background: var(--gold); color: var(--navy-2); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-3); border-color: var(--navy-3); }

/* Header / nav */
.topbar { background: var(--navy-2); color: #cfd6e0; font-size: 13.5px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 7px 22px; flex-wrap: wrap; }
.topbar a { color: #cfd6e0; }
.topbar a:hover { color: var(--gold); }
.topbar .tb-right { display: flex; gap: 18px; flex-wrap: wrap; }
header.site { position: sticky; top: 0; z-index: 50; background: var(--navy); box-shadow: 0 2px 14px rgba(0,0,0,.25); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 42px; height: 42px; flex: none; }
.brand-name { color: #fff; font-size: 20px; line-height: 1; text-transform: uppercase; }
.brand-name small { display: block; font-size: 11px; letter-spacing: .26em; color: var(--gold); font-weight: 400; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { color: #e7ebf1; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .05em; font-size: 15px; padding: 9px 14px; border-radius: 5px; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links .btn { margin-left: 8px; padding: 10px 18px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; }

/* Hero */
.hero { position: relative; background: linear-gradient(160deg, var(--navy-2) 0%, var(--navy) 55%, var(--navy-3) 100%); color: #fff; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(194,163,90,.16), transparent 45%); pointer-events: none; }
.hero .container { position: relative; padding: 84px 22px; max-width: 920px; }
.hero h1 { color: #fff; font-size: clamp(32px, 5vw, 52px); text-transform: uppercase; }
.hero h1 span { color: var(--gold); }
.hero p.lead { font-size: 19px; color: #cfd6e0; margin: 20px 0 30px; max-width: 680px; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Sections */
section.block { padding: 72px 0; }
section.block.alt { background: var(--surface); }
.section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-head h2 { font-size: clamp(26px, 3.5vw, 36px); text-transform: uppercase; }
.section-head p { color: var(--muted); margin-top: 12px; font-size: 17px; }

/* Trust strip */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust .item { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 22px; text-align: center; box-shadow: var(--shadow); }
.trust .item .ic { color: var(--gold-dark); margin-bottom: 10px; }
.trust .item h4 { font-size: 16px; text-transform: uppercase; letter-spacing: .04em; }
.trust .item p { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* Cards grid */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 28px; box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .ic { width: 48px; height: 48px; border-radius: 9px; background: var(--surface-2); display: flex; align-items: center; justify-content: center; color: var(--gold-dark); margin-bottom: 16px; }
.card h3 { font-size: 20px; text-transform: uppercase; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 15px; }
.card .who { margin-top: 14px; font-size: 13px; color: var(--gold-dark); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.card ul { margin: 14px 0 0 18px; color: var(--muted); font-size: 14.5px; }
.card ul li { margin-bottom: 5px; }

/* Split / about */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split .visual { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-3) 100%); border-radius: 14px; min-height: 320px; display: flex; align-items: center; justify-content: center; color: var(--gold); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.split .visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(194,163,90,.2), transparent 50%); }
.lead-list { list-style: none; margin-top: 18px; }
.lead-list li { display: flex; gap: 12px; margin-bottom: 14px; }
.lead-list .tick { color: var(--ok); flex: none; margin-top: 3px; }
.lead-list b { color: var(--navy); }

/* CTA band */
.cta-band { background: var(--navy); color: #fff; text-align: center; padding: 60px 22px; }
.cta-band h2 { color: #fff; font-size: clamp(24px, 3.5vw, 34px); text-transform: uppercase; }
.cta-band p { color: #cfd6e0; margin: 12px 0 24px; font-size: 17px; }

/* Forms */
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 30px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--navy); }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 7px; font: inherit; font-size: 15px; background: #fff; color: var(--text); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold); outline-offset: -1px; border-color: var(--gold); }
.field textarea { min-height: 130px; resize: vertical; }
.req { color: #b23b3b; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 6px; }

/* Contact info blocks */
.info-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-row .item { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 22px; box-shadow: var(--shadow); }
.info-row .item .ic { color: var(--gold-dark); margin-bottom: 8px; }
.info-row .item h4 { text-transform: uppercase; font-size: 15px; letter-spacing: .04em; }
.info-row .item a, .info-row .item p { color: var(--muted); font-size: 14.5px; }
.map-wrap { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 340px; border: 0; display: block; }

/* Legal pages */
.legal { max-width: 860px; margin: 0 auto; padding: 56px 22px; }
.legal h1 { font-size: 34px; text-transform: uppercase; margin-bottom: 8px; }
.legal .updated { color: var(--muted); font-size: 14px; margin-bottom: 30px; }
.legal h2 { font-size: 21px; text-transform: uppercase; margin: 30px 0 10px; }
.legal p, .legal li { color: #36404f; margin-bottom: 12px; }
.legal ul { margin-left: 22px; }

/* Footer */
footer.site { background: var(--navy-2); color: #b9c2cf; padding: 54px 0 26px; font-size: 14.5px; }
footer.site .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
footer.site h4 { color: #fff; text-transform: uppercase; font-size: 15px; letter-spacing: .06em; margin-bottom: 14px; }
footer.site a { color: #b9c2cf; }
footer.site a:hover { color: var(--gold); }
footer.site ul { list-style: none; }
footer.site ul li { margin-bottom: 8px; }
footer.site .fbrand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
footer.site .fbrand .mark { width: 38px; height: 38px; }
footer.site .fbrand span { font-family: 'Oswald', sans-serif; color: #fff; text-transform: uppercase; font-size: 18px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: #8d97a6; }
.disclaimer { background: var(--surface-2); border-left: 4px solid var(--gold); padding: 16px 20px; border-radius: 6px; font-size: 14px; color: #46505f; margin-top: 24px; }

/* Responsive */
@media (max-width: 900px) {
  .grid, .trust, .info-row { grid-template-columns: 1fr 1fr; }
  .split, footer.site .cols { grid-template-columns: 1fr; }
  .split .visual { min-height: 220px; order: -1; }
}
@media (max-width: 640px) {
  .grid, .trust, .info-row { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy); flex-direction: column; align-items: stretch; padding: 10px 16px 18px; gap: 2px; box-shadow: 0 12px 24px rgba(0,0,0,.3); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 10px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-links .btn { margin: 8px 0 0; text-align: center; }
  .topbar .container { justify-content: center; }
  section.block { padding: 52px 0; }
}
