/* ─── BLASTMASTERS FL — SHARED STYLES ─── */

:root {
  --ink:       #1C2128;
  --ink-soft:  #2D3540;
  --white:     #FFFFFF;
  --offwhite:  #F4F5F7;
  --border:    #E0E3E8;
  --muted:     #6B7585;
  --yellow:    #FFD000;
  --yellow-dk: #E8BB00;
  --blue:      #2A7AE4;
  --blue-dk:   #1D5FBB;
  --max:       1200px;
  --pad:       clamp(20px, 5vw, 80px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ─── BUTTONS ─── */
.btn-yellow {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--yellow);
  color: var(--ink);
  padding: 15px 36px;
  transition: background 0.15s, transform 0.15s;
  cursor: pointer;
  border: none;
}
.btn-yellow:hover { background: var(--yellow-dk); transform: translateY(-1px); }

.btn-dark {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--white);
  padding: 15px 36px;
  transition: background 0.15s;
  cursor: pointer;
  border: none;
}
.btn-dark:hover { background: var(--blue); }

/* ─── NAV ─── */
.site-header {
  background: var(--white);
  border-bottom: 3px solid var(--yellow);
  position: sticky;
  top: 0;
  z-index: 200;
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-wrap { display: flex; align-items: center; }
.logo-img { height: 48px; width: auto; display: block; }

.nav-list { list-style: none; display: flex; align-items: center; gap: 2px; }
.nav-list > li { position: relative; }
.nav-list > li > a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 8px 14px;
  display: block;
  transition: color 0.15s;
}
.nav-list > li > a:hover { color: var(--blue); }
.has-sub > a::after { content: ' ▾'; font-size: 0.6rem; opacity: 0.5; }

.nav-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  white-space: nowrap;
  padding: 8px 10px;
  transition: color 0.15s;
}
.nav-phone:hover { color: var(--blue); }

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--ink);
  min-width: 220px;
  z-index: 300;
  border-top: 3px solid var(--yellow);
}
.has-sub:hover .sub-menu { display: block; }
.sub-menu a {
  display: block;
  padding: 12px 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.15s, background 0.15s;
}
.sub-menu a:hover { color: var(--yellow); background: rgba(255,255,255,0.04); }

.nav-cta {
  background: var(--yellow) !important;
  color: var(--ink) !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 11px 22px !important;
  white-space: nowrap;
  transition: background 0.15s !important;
}
.nav-cta:hover { background: var(--yellow-dk) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--ink); }

/* ─── PAGE HERO (inner pages) ─── */
.page-hero {
  background: var(--ink);
  padding: 56px 0 52px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: var(--yellow);
}
.page-hero .wrap { position: relative; z-index: 1; }
.breadcrumb {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb a { color: rgba(255,255,255,0.5); transition: color 0.15s; }
.breadcrumb a:hover { color: var(--yellow); }
.breadcrumb span { color: rgba(255,255,255,0.3); }
.page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.0;
  margin-bottom: 12px;
}
.page-hero h1 span { color: var(--yellow); }
.page-hero p {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  max-width: 600px;
  line-height: 1.75;
}

/* ─── SECTION BASE ─── */
.sec { padding: 80px 0; }
.sec-alt { background: var(--offwhite); }
.sec-dark { background: var(--ink); }

.eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--blue); flex-shrink: 0; }
.eyebrow.yw { color: var(--yellow-dk); }
.eyebrow.yw::before { background: var(--yellow-dk); }

.sec-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.05;
  color: var(--ink);
}
.sec-h.wh { color: var(--white); }
.sec-p { font-size: 0.95rem; color: var(--muted); margin-top: 14px; max-width: 560px; line-height: 1.75; }
.sec-p.wh { color: rgba(255,255,255,0.55); }

/* ─── CTA BANNER ─── */
.cta-block {
  background: var(--yellow);
  padding: 64px var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 100%;
}
.cta-block h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  line-height: 1.0;
  color: var(--ink);
}
.cta-block p { font-size: 0.95rem; color: rgba(0,0,0,0.6); margin-top: 8px; }

/* ─── FOOTER ─── */
footer {
  background: var(--ink);
  color: rgba(255,255,255,0.5);
  padding: 64px 0 28px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 28px;
}
.foot-brand p { font-size: 0.86rem; line-height: 1.7; color: rgba(255,255,255,0.45); margin-top: 4px; }
.foot-contact { margin-top: 20px; display: flex; flex-direction: column; gap: 7px; font-size: 0.86rem; }
.foot-contact a { color: rgba(255,255,255,0.6); transition: color 0.15s; }
.foot-contact a:hover { color: var(--yellow); }
.foot-col h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 18px;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-col ul a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  transition: color 0.15s;
}
.foot-col ul a:hover { color: var(--yellow); }
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.28);
}
.foot-bottom a { color: rgba(255,255,255,0.35); transition: color 0.15s; }
.foot-bottom a:hover { color: rgba(255,255,255,0.7); }

/* ─── MOBILE STICKY ─── */
.sticky-call {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--yellow);
  color: var(--ink);
  text-align: center;
  padding: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 999;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .sticky-call { display: block; }
  body { padding-bottom: 58px; }
}
@media (max-width: 600px) {
  .nav-list { display: none; }
  .nav-list.nav-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 3px solid var(--yellow);
    padding: 12px 0 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    z-index: 199;
    gap: 0;
  }
  .nav-list.nav-open > li > a {
    padding: 12px 24px;
    border-radius: 0;
  }
  .nav-list.nav-open .sub-menu {
    position: static;
    border-top: none;
    box-shadow: none;
    background: var(--offwhite);
    display: none;
  }
  .nav-list.nav-open .sub-open .sub-menu { display: block; }
  .nav-list.nav-open .sub-menu a { padding: 10px 36px; }
  .hamburger { display: flex; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }

/* ─── SVG ICON HELPERS ─── */
.svc-icon { color: var(--blue); margin-bottom: 10px; line-height: 0; }
.svc-icon svg { display: block; }


/* ─── DESKTOP STICKY CALL BAR ─── */
.desktop-sticky {
  display: none;
  position: fixed;
  top: 72px;
  right: 0;
  background: var(--yellow);
  z-index: 150;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.desktop-sticky a {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 20px 10px;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .desktop-sticky { display: block; }
}

/* ─── RESPONSE PROMISE ─── */
.response-promise {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 10px;
}
.response-promise::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #27a85f;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(39,168,95,0.2);
}

/* ─── SCHEDULING NUDGE ─── */
.scheduling-nudge {
  background: var(--offwhite);
  border-left: 3px solid var(--green, #27a85f);
  padding: 12px 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.scheduling-nudge::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #27a85f;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(39,168,95,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(39,168,95,0); }
}

  .email-form { flex-direction: column; }
}
