:root {
  --bg: #081120;
  --bg-soft: #0f172a;
  --card: #111c31;
  --card-light: #ffffff;
  --text: #e5edf9;
  --text-dark: #101828;
  --muted: #9fb0c7;
  --line: rgba(255,255,255,0.08);
  --line-dark: rgba(15,23,42,0.1);
  --primary: #f59e0b;
  --primary-deep: #d97706;
  --primary-soft: rgba(245, 158, 11, 0.14);
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 20px 60px rgba(6, 14, 30, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #06111f 0%, #0a1427 40%, #f7f9fc 40%, #f7f9fc 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; margin: 0 0 1rem; }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.1; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 90px 0; color: var(--text-dark); background: #f7f9fc; }
.center { text-align: center; }
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--primary-deep);
}
.eyebrow.light { color: #fcd34d; }
.section-head { max-width: 760px; margin: 0 auto 36px; }
.section-head h2 { font-size: clamp(2rem, 3vw, 3.2rem); color: #101828; }
.section-head p { color: #475467; }

.topbar {
  background: var(--primary);
  color: #111827;
  font-size: 0.95rem;
  font-weight: 700;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 48px;
}
.topbar p { margin: 0; }
.topbar-link { text-decoration: underline; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(6, 17, 31, 0.82);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 92px;
}
.brand img {
  height: clamp(54px, 7vw, 76px);
  width: auto;
}
.nav {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
}
.nav a:hover { color: #fcd34d; }
.nav-cta { display: flex; gap: 0.8rem; }
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 44px;
  height: 44px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: white;
  margin: 6px auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-solid {
  background: var(--primary);
  color: #111827;
  box-shadow: 0 14px 34px rgba(245,158,11,.22);
}
.btn-solid:hover { background: #ffb72b; }
.btn-outline {
  border-color: rgba(255,255,255,.22);
  color: white;
  background: rgba(255,255,255,.02);
}
.btn-outline:hover { border-color: rgba(255,255,255,.42); }
.btn-light {
  background: white;
  color: #111827;
}
.btn-ghost {
  border-color: rgba(255,255,255,0.25);
  color: white;
}
.btn-large { padding: 16px 28px; font-size: 1.03rem; }
.btn-block { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(245,158,11,0.22), transparent 24%),
    radial-gradient(circle at 85% 20%, rgba(245,158,11,0.12), transparent 15%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
    #06111f;
  padding: 72px 0 40px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.35));
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 2rem;
  align-items: center;
  position: relative;
}
.hero-copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  max-width: 12ch;
  color: white;
}
.hero-text {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 60ch;
}
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; margin: 1.8rem 0 2rem; }
.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.hero-trust div {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.03);
}
.hero-trust strong { display: block; margin-bottom: 6px; color: white; }
.hero-trust span { color: var(--muted); font-size: 0.95rem; }

.hero-visual {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 1rem;
}
.visual-card,
.mini-card,
.feature-card,
.service-card,
.testimonial-card,
.map-card,
.contact-form,
.showcase-panel {
  box-shadow: var(--shadow);
}
.main-photo {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,17,32,.15), rgba(8,17,32,.85)),
    radial-gradient(circle at 10% 20%, rgba(245,158,11,.45), transparent 22%),
    linear-gradient(135deg, #1e293b 0%, #334155 50%, #0f172a 100%);
  border: 1px solid rgba(255,255,255,.08);
}
.main-photo::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 22px;
  border: 1px dashed rgba(255,255,255,.18);
}
.photo-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  background: rgba(255,255,255,.12);
  color: white;
  border: 1px solid rgba(255,255,255,.16);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}
.photo-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 18px;
  border-radius: 22px;
  background: rgba(8,17,32,.64);
  border: 1px solid rgba(255,255,255,.12);
}
.photo-copy strong { display: block; margin-bottom: 8px; font-size: 1.05rem; color: white; }
.photo-copy span { color: #d7e3f4; }
.hero-side-cards { display: grid; gap: 1rem; }
.mini-card {
  background: white;
  border-radius: 24px;
  padding: 22px;
  color: #101828;
}
.mini-card.accent {
  background: linear-gradient(180deg, #f59e0b 0%, #d97706 100%);
  color: #111827;
}
.mini-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  color: #475467;
}
.mini-card.accent .mini-label { color: rgba(17,24,39,.8); }
.mini-card h3 { margin-bottom: 8px; font-size: 1.35rem; }
.mini-card p { color: #475467; }
.mini-card.accent p { color: rgba(17,24,39,.88); }
.mini-card a { font-weight: 800; }
#quick-services { display: grid; gap: 0.8rem; }
#quick-services li {
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.08);
  font-weight: 700;
}

.info-strip {
  padding: 16px 0;
  background: white;
  color: #101828;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.info-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.info-strip-grid > div {
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line-dark);
}
.info-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  color: #667085;
}
.info-strip a,
.info-strip p { font-size: 1.02rem; font-weight: 700; color: #101828; margin: 0; }

.split { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 2rem; align-items: center; }
.intro h2 { font-size: clamp(2rem, 3vw, 3.1rem); color: #101828; }
.intro p { color: #475467; font-size: 1.05rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.service-card {
  background: white;
  border-radius: 24px;
  padding: 26px;
  border: 1px solid rgba(15,23,42,.08);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: var(--primary-soft);
  color: var(--primary-deep);
  font-size: 1.35rem;
  font-weight: 800;
}
.service-card h3 { color: #101828; font-size: 1.35rem; }
.service-card p { color: #475467; }
.service-card a {
  margin-top: auto;
  font-weight: 800;
  color: #0f172a;
}
.service-card a span { color: var(--primary-deep); }

.why-us { background: #eef3fa; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.feature-card {
  background: white;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  padding: 24px;
}
.feature-card h3 { color: #111827; font-size: 1.18rem; }
.feature-card p { color: #475467; margin: 0; }

.split-showcase { background: white; }
.showcase-grid { align-items: stretch; }
.showcase-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  color: #101828;
}
.showcase-copy p { color: #475467; }
.showcase-panel {
  background: linear-gradient(180deg, #0f172a 0%, #111c31 100%);
  color: white;
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.06);
  display: grid;
  gap: 14px;
}
.panel-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.panel-row span { color: #bcc9da; }

.emergency-band {
  background: linear-gradient(120deg, #0f172a 0%, #16233d 55%, #0c1529 100%);
  color: white;
}
.emergency-inner {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 2rem;
  align-items: center;
}
.emergency-inner h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.emergency-inner p { color: #d8e2ef; }
.emergency-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.testimonial-card {
  background: white;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  padding: 26px;
}
.testimonial-card p { color: #475467; }
.testimonial-card strong { display: block; color: #101828; }
.testimonial-card span { color: #667085; font-size: 0.95rem; }

.service-area { background: #eef3fa; }
.service-area-grid { align-items: stretch; }
.service-area h2 { font-size: clamp(2rem, 3vw, 3rem); color: #101828; }
.service-area p { color: #475467; }
.check-list { display: grid; gap: .8rem; margin: 1.2rem 0 1.4rem; }
.check-list li {
  position: relative;
  padding-left: 28px;
  color: #344054;
  font-weight: 600;
}
.check-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(245,158,11,.18);
}
.service-area-cta { display: flex; gap: .8rem; flex-wrap: wrap; }
.map-card {
  background: white;
  border-radius: 26px;
  padding: 28px;
  border: 1px solid rgba(15,23,42,.08);
}
.map-card h3 { color: #101828; font-size: 1.5rem; }
.map-lines { display: grid; gap: .6rem; color: #475467; margin-bottom: 1rem; }
.map-lines p { margin: 0; }
.map-link { font-weight: 800; color: var(--primary-deep); }

.faq-list {
  display: grid;
  gap: .9rem;
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  background: white;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 20px;
  overflow: hidden;
}
.faq-button {
  width: 100%;
  text-align: left;
  border: 0;
  background: white;
  padding: 20px 22px;
  font: inherit;
  font-weight: 800;
  color: #101828;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
.faq-button span:last-child { color: var(--primary-deep); }
.faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: #475467;
}
.faq-item.open .faq-answer { display: block; }

.contact { background: white; }
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2rem; align-items: start; }
.contact h2 { font-size: clamp(2rem, 3vw, 3rem); color: #101828; }
.contact p { color: #475467; }
.contact-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.4rem 0 1.2rem; }
.contact-details { display: grid; gap: .7rem; }
.contact-details p { margin: 0; color: #344054; }
.contact-form {
  background: #0f172a;
  color: white;
  border-radius: 28px;
  padding: 28px;
  display: grid;
  gap: 1rem;
}
.contact-form label { display: grid; gap: .55rem; font-weight: 700; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: white;
  padding: 14px 16px;
  font: inherit;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #9fb0c7; }
.form-note { color: #c8d4e6; font-size: 0.92rem; }

.site-footer {
  padding: 48px 0 84px;
  background: #09111f;
  color: #d7e3f4;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .7fr .8fr;
  gap: 2rem;
}
.footer-logo {
  width: min(260px, 100%);
  margin-bottom: 16px;
}
.site-footer h3 { color: white; font-size: 1.05rem; }
.site-footer a,
.site-footer p { display: block; color: #d7e3f4; margin: 0 0 .8rem; }

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  display: none;
  grid-template-columns: repeat(2, minmax(0,1fr));
  background: rgba(6,17,31,.96);
  border-top: 1px solid rgba(255,255,255,.08);
}
.mobile-sticky-cta a {
  text-align: center;
  padding: 16px 14px;
  font-weight: 800;
}
.mobile-sticky-cta a:first-child {
  background: var(--primary);
  color: #111827;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split,
  .contact-grid,
  .feature-grid,
  .footer-grid,
  .info-strip-grid,
  .emergency-inner,
  .testimonials-grid,
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-grid,
  .split,
  .contact-grid,
  .showcase-grid,
  .service-area-grid,
  .emergency-inner { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: 14ch; }
  .hero-visual { grid-template-columns: 1fr; }
  .nav { display: none; }
}

@media (max-width: 860px) {
  .nav-wrap {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 10px);
    background: #0f172a;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    padding: 14px;
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 0;
  }
  .nav.open { display: flex; }
  .nav a {
    padding: 12px 10px;
    border-radius: 12px;
  }
  .nav a:hover { background: rgba(255,255,255,.04); }
  .hero-trust,
  .services-grid,
  .testimonials-grid,
  .feature-grid,
  .footer-grid,
  .info-strip-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .hero { padding-top: 46px; }
  .main-photo { min-height: 360px; }
  .topbar p { font-size: 0.88rem; }
}

@media (max-width: 560px) {
  body { background: linear-gradient(180deg, #06111f 0%, #0a1427 26%, #f7f9fc 26%, #f7f9fc 100%); }
  .container { width: min(var(--max), calc(100% - 1.2rem)); }
  .topbar-inner { min-height: 42px; }
  .hero-copy h1 { max-width: 100%; }
  .hero-actions,
  .contact-actions,
  .service-area-cta,
  .emergency-actions { flex-direction: column; }
  .btn,
  .btn-large { width: 100%; }
  .mobile-sticky-cta { display: grid; }
  .site-footer { padding-bottom: 146px; }
  .photo-copy strong { font-size: 0.98rem; }
}

/* Practical Fire Arm Defense overrides */
:root {
  --bg: #050608;
  --bg-soft: #0c0f14;
  --card: #11151d;
  --card-light: #ffffff;
  --text: #eef2f7;
  --text-dark: #111827;
  --muted: #a8b2c3;
  --line: rgba(255,255,255,0.08);
  --line-dark: rgba(17,24,39,0.1);
  --primary: #f6c700;
  --primary-deep: #d9ab00;
  --primary-soft: rgba(246, 199, 0, 0.14);
}

.firearm-hero .eyebrow,
.firearm-strip p,
.legal-card strong,
.schedule-card .schedule-price,
.schedule-card .schedule-tag,
.map-card h3,
.topbar strong,
.info-label,
.hero-trust strong,
.mini-label,
.footer-grid h3,
.section-head .eyebrow,
.contact-details strong,
.location-block strong {
  letter-spacing: .02em;
}

.firearm-photo {
  background:
    linear-gradient(180deg, rgba(5,6,8,.25), rgba(5,6,8,.88)),
    radial-gradient(circle at 15% 20%, rgba(246,199,0,.32), transparent 20%),
    linear-gradient(135deg, #11151d 0%, #1a1f29 45%, #090b0f 100%);
}

.firearm-photo::before {
  content: "TRAIN • QUALIFY • APPLY";
  position: absolute;
  right: 24px;
  top: 24px;
  color: rgba(255,255,255,.9);
  font-size: .8rem;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(246,199,0,.14);
  border: 1px solid rgba(246,199,0,.22);
  z-index: 1;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.schedule-card {
  background: #fff;
  color: var(--text-dark);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow);
  display: grid;
  gap: .9rem;
}

.schedule-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.schedule-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: #6c5600;
  font-weight: 800;
  font-size: .78rem;
}

.schedule-price {
  color: #1f2937;
  font-weight: 800;
  font-size: 1rem;
}

.schedule-card h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0;
}

.schedule-meta {
  display: grid;
  gap: .45rem;
  color: #475467;
  font-size: .96rem;
}

.schedule-meta span { display: block; }

.schedule-card p {
  color: #475467;
  margin: 0;
}

.schedule-card a {
  display: inline-flex;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.calendar-note {
  margin-top: 1rem;
  text-align: center;
  color: var(--text);
  opacity: .92;
  font-weight: 600;
}

.location-grid .showcase-copy p,
.location-grid .showcase-copy h2 { max-width: 640px; }

.location-block {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}

.firearm-map-card iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 18px;
  margin-top: 1rem;
}

.parking-note {
  margin-top: 1rem;
  color: #475467;
  font-weight: 600;
}

.legal-section {
  background: #f8fafc;
}

.legal-card {
  background: #fff;
  color: var(--text-dark);
  border-radius: 28px;
  padding: 32px;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow);
  max-width: 980px;
  margin: 0 auto;
}

.legal-card p { color: #344054; }
.legal-list { margin: 1rem 0 1rem 1.25rem; color: #344054; }
.legal-list li { margin-bottom: .55rem; }

.firearm-strip p { margin: 0; }

@media (max-width: 980px) {
  .schedule-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .firearm-photo::before {
    right: 18px;
    top: 18px;
    font-size: .72rem;
  }

  .legal-card {
    padding: 22px;
  }

  .firearm-map-card iframe {
    min-height: 260px;
  }
}


/* Practical Fire Arm Defense logo + hero form fixes */
.brand {
  display: inline-flex;
  align-items: center;
}
#site-logo,
.footer-logo {
  display: block;
  width: auto;
  height: auto;
}
#site-logo {
  max-height: 84px;
  border-radius: 14px;
  background: #f6c700;
  padding: 6px 10px;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.footer-logo {
  max-width: 300px;
  border-radius: 16px;
  background: #f6c700;
  padding: 8px 12px;
}

.hero-signup-card {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 22px;
}
.hero-card-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.hero-card-logo {
  display: block;
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  background: #f6c700;
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
}
.hero-card-copy {
  position: relative;
  z-index: 1;
}
.hero-card-eyebrow {
  margin: 0 0 .35rem;
  color: #f6c700;
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.hero-card-copy h3 {
  margin: 0 0 .45rem;
  font-size: 1.5rem;
  color: #fff;
}
.hero-card-copy p,
.hero-card-note {
  margin: 0;
  color: #d7e3f4;
}
.hero-mini-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .9rem;
}
.hero-mini-form label {
  display: grid;
  gap: .45rem;
}
.hero-mini-form span {
  font-size: .9rem;
  font-weight: 700;
  color: #eef2f7;
}
.hero-mini-form input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
  color: #fff;
  padding: 13px 14px;
  font: inherit;
}
.hero-mini-form input::placeholder {
  color: #9fb0c7;
}
.hero-card-note {
  font-size: .92rem;
  opacity: .95;
}

.firearm-photo::before {
  content: none;
}
.firearm-photo .photo-badge,
.firearm-photo .photo-copy {
  display: none;
}

@media (max-width: 860px) {
  #site-logo {
    max-height: 68px;
    padding: 5px 8px;
  }
  .hero-signup-card {
    min-height: 0;
    padding: 18px;
  }
  .hero-card-logo {
    max-width: 100%;
  }
  .hero-card-copy h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 560px) {
  #site-logo {
    max-height: 56px;
  }
  .footer-logo {
    max-width: 220px;
  }
  .hero-signup-card {
    gap: .9rem;
    padding: 16px;
  }
  .hero-card-logo-wrap {
    padding: 0;
  }
  .hero-card-copy p,
  .hero-card-note,
  .hero-mini-form span,
  .hero-mini-form input {
    font-size: .95rem;
  }
}


/* Practical Fire Arm Defense layout refinements v3 */
.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  align-items: start;
}
.hero-visual {
  grid-template-columns: minmax(300px, 1fr) minmax(210px, 0.86fr);
  align-items: start;
}
.hero-signup-card {
  min-height: 0;
  gap: .85rem;
  padding: 18px;
}
.hero-card-logo-wrap {
  padding: 0 0 4px;
}
.hero-card-logo {
  max-width: 300px;
}
.hero-card-copy h3 {
  font-size: 1.25rem;
  line-height: 1.12;
}
.hero-card-copy p,
.hero-card-note {
  font-size: .98rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.hero-mini-form {
  gap: .75rem;
}
.hero-mini-form input {
  padding: 11px 13px;
}
.hero-side-cards {
  align-self: start;
}
.mini-card {
  padding: 20px;
}
.mini-card h3 {
  font-size: 1.15rem;
}
.mini-card p {
  font-size: .98rem;
  line-height: 1.5;
}
@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
  .hero-copy h1 {
    max-width: 100%;
  }
  .hero-visual {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.85fr);
  }
}
@media (max-width: 920px) {
  .hero-visual {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .hero-card-copy h3 {
    font-size: 1.15rem;
  }
  .hero-card-copy p,
  .hero-card-note {
    font-size: .95rem;
  }
}
