/* Local fonts */ @font-face {
font-family: "Modi Thorson";
src: url("../fonts/modi-thorson/modi-thorson.woff2") format("woff2");
font-weight: 400 700;
font-style: normal;
font-display: swap;

}

:root {
  --default-font: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --heading-font: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --nav-font: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --background-color:#FFFFFF;
  --default-color:#374151;
  --heading-color:#1F2937;
  --accent-color:#F97316;
  --surface-color:#FFFFFF;
  --contrast-color:#FFFFFF;
  --nav-color:#FFFFFF;
  --nav-hover-color:#F97316;
  --nav-mobile-background-color:#FFFFFF;
  --nav-dropdown-background-color:#FFFFFF;
  --nav-dropdown-color:#1F2937;
  --nav-dropdown-hover-color:#F97316;

}

.light-background {
  --background-color:#F8FAFC;
  --surface-color:#FFFFFF
}

.dark-background {
  --background-color:#1F2937;
  --default-color:#FFFFFF;
  --heading-color:#FFFFFF;
  --surface-color:#374151;
  --contrast-color:#FFFFFF
}

.accent-background {
  --background-color:#1F2937;
  --default-color:#FFFFFF;
  --heading-color:#FFFFFF;
  --accent-color:#F97316;
  --surface-color:#374151;
  --contrast-color:#FFFFFF
}

.topbar {
  background:#111827;
  color:#fff
}

.topbar a {
  color:#fff
}

.branding {
  background:#1F2937
}

.header .logo img {
  max-height:54px
}

.navmenu .btn-nav {
  background:#F97316;
  color:#fff!important;
  border-radius:999px;
  padding:10px 18px!important;
  margin-left:8px
}

.hero {
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden
}

.hero .hero-bg {
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center
}

.hero .container {
  z-index:2
}

.min-vh-75 {
  min-height:75vh
}

.hero h1 {
  font-size:clamp(3rem,8vw,6.25rem);
  font-weight:800;
  letter-spacing:-.05em
}

.hero .lead {
  font-size:clamp(1.15rem,2vw,1.6rem);
  max-width:720px
}

.eyebrow {
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#FDBA74;
  font-weight:800
}

.btn-get-started,.btn-brand,.btn-outline-light,.btn-footer {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:12px 24px;
  font-weight:800;
  transition:.2s
}

.btn-get-started,.btn-brand,.btn-footer {
  background:#F97316;
  color:#fff
}

.btn-get-started:hover,.btn-brand:hover,.btn-footer:hover {
  background:#ea580c;
  color:#fff;
  transform:translateY(-1px)
}

.btn-outline-light {
  border:2px solid rgba(255,255,255,.75);
  color:#fff
}

.btn-outline-light:hover {
  background:#fff;
  color:#1F2937
}

.section-title h2 {
  font-weight:800
}

.course-card,.resource-card,.info-card,.review-card {
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 35px rgba(31,41,55,.08);
  border:1px solid rgba(55,65,81,.08);
  transition:.25s
}

.course-card:hover,.resource-card:hover,.info-card:hover,.agency-card:hover {
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(31,41,55,.14)
}

.course-card img,.resource-card img {
  width:100%;
  height:230px;
  object-fit:cover
}

.course-card h3,.info-card h3,.resource-card h3 {
  font-size:1.28rem;
  font-weight:800
}

.readmore {
  font-weight:800
}

.info-card {
  padding:28px
}

.info-card i {
  font-size:2rem;
  color:#F97316;
  display:block;
  margin-bottom:18px
}

.info-card strong {
  color:#1F2937
}

.two-col-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px
}

.two-col-list span {
  background:#fff;
  border-left:4px solid #F97316;
  padding:12px 14px;
  border-radius:8px;
  box-shadow:0 4px 18px rgba(31,41,55,.06)
}

.agency-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px
}

.agency-card {
  display:block;
  padding:22px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(55,65,81,.1);
  box-shadow:0 8px 24px rgba(31,41,55,.06);
  color:#374151
}

.agency-card span {
  display:block;
  color:#1F2937;
  font-family:"Montserrat",sans-serif;
  font-weight:800
}

.agency-card small {
  color:#6b7280
}

.call-to-action {
  background:#1F2937!important
}

.call-to-action h2 {
  font-weight:800
}

.review-card {
  padding:28px;
  font-size:1.05rem;
  line-height:1.75
}

.post-category {
  color:#F97316;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em
}

.footer a {
  color:#fff
}

.footer a:hover {
  color:#FDBA74
}

@media (max-width: 991px) {
  .hero {
    min-height:650px
  }

  .two-col-list {
    grid-template-columns:1fr
  }

  .navmenu .btn-nav {
    margin-left:0;
    margin-top:10px;
    display:inline-flex
  }

}

.subpage {
  padding-top:118px
}

.page-hero {
  position:relative;
  min-height:420px;
  display:flex;
  align-items:center;
  overflow:hidden
}

.page-hero .hero-bg {
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center
}

.page-hero .container {
  z-index:2
}

.page-hero h1 {
  font-size:clamp(2.5rem,6vw,4.75rem);
  font-weight:800;
  letter-spacing:-.04em
}

.resource-links {
  list-style:none;
  padding:0;
  margin:20px 0 0
}

.resource-links li {
  border-top:1px solid rgba(55,65,81,.12)
}

.resource-links a {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 0;
  font-weight:800;
  color:#1F2937
}

.resource-links a:after {
  content:"→";
  color:#F97316
}

.resource-links a:hover {
  color:#F97316
}

.btn-brand.secondary {
  background:#374151
}

.callout-box {
  border-left:5px solid #F97316;
  background:#fff7ed;
  border-radius:12px;
  padding:18px 20px;
  margin-top:24px
}

.subpage .section {
  scroll-margin-top:120px
}

.page-hero-sm {
  min-height: auto;
  padding-top: 25px;
  padding-bottom: 25px;

}

.page-hero-sm .container {
  padding-top: 0;
  padding-bottom: 0;

}

.page-hero-sm h1 {
  margin-bottom: 10px;

}

.page-hero-sm p {
  margin-bottom: 0;

}

/* Gun Kraft refinements */ .header .logo span,.footer .logo span {
font-family:var(--heading-font);
font-weight:800;
font-size:1.65rem;
color:#fff;
letter-spacing:-.03em
}

.footer .logo span {
  font-size:1.5rem
}

.hero-title-nowrap,.hero-subtitle-nowrap {
  white-space:nowrap
}

.bookeo-frame-wrap {
  background:#fff;
  border-radius:22px;
  box-shadow:0 12px 35px rgba(31,41,55,.10);
  border:1px solid rgba(55,65,81,.10);
  overflow:hidden
}

.bookeo-frame {
  display:block;
  width:100%;
  min-height:950px;
  border:0
}

.google-review-note {
  background:#fff7ed;
  border-left:5px solid #F97316;
  border-radius:12px;
  padding:16px 18px;
  color:#374151
}

.review-marquee {
  position:relative;
  overflow:hidden;
  padding:6px 0
}

.review-track {
  display:flex;
  gap:20px;
  width:max-content;
  animation:gkReviewScroll 42s linear infinite
}

.review-marquee:hover .review-track {
  animation-play-state:paused
}

.google-review-card {
  width:360px;
  min-height:230px;
  flex:0 0 auto
}

.google-review-card .stars {
  color:#F97316;
  font-size:1.1rem;
  letter-spacing:.08em;
  margin-bottom:10px
}

.google-review-card p {
  margin-bottom:16px
}

.resource-links a {
  align-items:center
}

@keyframes gkReviewScroll {
  from {
    transform:translateX(0)
  }

  to {
    transform:translateX(-50%)
  }

}

@media (max-width: 1200px) {
  .hero-title-nowrap,.hero-subtitle-nowrap {
    white-space:normal
  }

  .hero h1 {
    font-size:clamp(2.75rem,7vw,5rem)
  }

}

@media (max-width: 767px) {
  .google-review-card {
    width:300px
  }

  .bookeo-frame {
    min-height:1050px
  }

  .hero h1 {
    letter-spacing:-.03em
  }

}

/* Brand wordmark font. Modi Thorson is a third-party font; confirm commercial licensing before launch. */ .gk-wordmark, .header .logo span, .footer .logo span {
font-family:"Modi Thorson", "Montserrat", sans-serif!important;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:700;

}

.header .logo span,.footer .logo span {
  font-size:1.75rem;

}

.bookeo-widget-box {
  background:#fff;
  border-radius:22px;
  box-shadow:0 12px 35px rgba(31,41,55,.10);
  border:1px solid rgba(55,65,81,.10);
  padding:28px;
  min-height:420px;

}

.article-body p,.article-body li {
  font-size:1.05rem;
  line-height:1.8
}

.article-body h2,.article-body h3,.article-body h4 {
  margin-top:1.8rem
}

.article-body img.article-main-img {
  width:100%;
  border-radius:20px;
  box-shadow:0 12px 35px rgba(31,41,55,.10);
  margin-bottom:24px;
  object-fit:cover;
  max-height:460px
}

.article-meta {
  color:#6b7280;
  font-weight:700;
  margin-bottom:18px
}

.article-body blockquote {
  border-left:5px solid #F97316;
  background:#fff7ed;
  padding:18px 22px;
  border-radius:12px
}

.bookeo-inline script {
  display:block
}

/* Reusable CCW range qualification tables */
.qualification-table {
  border-collapse: collapse;
  width: auto;
  min-width: 320px;
  margin: 18px 0 24px;
}

.qualification-table th,
.qualification-table td {
  border: 1px solid #d1d5db;
  padding: 10px 14px;
  text-align: center;
  vertical-align: middle;
}

.qualification-table th {
  background: #1F2937;
  color: #FFFFFF;
  font-weight: 700;
}

.qualification-table tr:nth-child(even) {
  background: #F8FAFC;
}

.qualification-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0 24px;
}

/* Keep qualification tables readable after tighter text spacing */
.qualification-table-wrap {
  margin-top: 0.5rem;
}

/* CCW page bullet alignment and compact spacing */
.subpage .section h1,
.subpage .section h2,
.subpage .section h3,
.subpage .section h4,
.subpage .section h5,
.subpage .section h6 {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}

.subpage .section h1:first-child,
.subpage .section h2:first-child,
.subpage .section h3:first-child,
.subpage .section h4:first-child,
.subpage .section h5:first-child,
.subpage .section h6:first-child {
  margin-top: 0;
}

.subpage .section p {
  margin-top: 0;
  margin-bottom: 0.25rem !important;
}

.subpage .section ul,
.subpage .section ol {
  margin-top: 0 !important;
  margin-bottom: 0.25rem !important;
  margin-left: 0 !important;
  padding-left: 1.15rem !important;
  list-style-position: outside !important;
}

.subpage .section li {
  margin: 0;
  padding-left: 0;
}

.subpage .section li::marker {
  color: #374151;
}

.subpage .section li ul,
.subpage .section li ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 1.15rem !important;
  list-style-position: outside !important;
}

.subpage .section h1 + p,
.subpage .section h2 + p,
.subpage .section h3 + p,
.subpage .section h4 + p,
.subpage .section h5 + p,
.subpage .section h6 + p,
.subpage .section h1 + ul,
.subpage .section h2 + ul,
.subpage .section h3 + ul,
.subpage .section h4 + ul,
.subpage .section h5 + ul,
.subpage .section h6 + ul,
.subpage .section h1 + ol,
.subpage .section h2 + ol,
.subpage .section h3 + ol,
.subpage .section h4 + ol,
.subpage .section h5 + ol,
.subpage .section h6 + ol {
  margin-top: 0 !important;
}

/* Tighter spacing around CCW qualification tables */
.qualification-table {
  margin-top: 0.5rem !important;
  margin-bottom: 0.75rem !important;
}

.qualification-table-wrap {
  margin-top: 0.5rem !important;
  margin-bottom: 0.75rem !important;
}
