/* === Oakland Park Locksmith — Dark Theme + Gold Accent === */
/* Design DNA borrowed from Insulation Co. template; locksmith gold accent (#f5b942) */

:root{
  --bg: #0d1118;
  --bg-2: #131820;
  --bg-3: #1a2030;
  --line: #232b3a;
  --line-2: #2c3548;
  --ink: #ffffff;
  --ink-2: #d4d8e0;
  --muted: #8a93a3;
  --gold: #f5b942;
  --gold-2: #e0a328;
  --gold-soft: #2a2014;
  --blue: #3b82f6;
  --maxw: 1240px;
  --ease: cubic-bezier(.2,.65,.25,1);
  --radius: 10px;
  --shadow-sm: 0 4px 12px -6px rgba(0,0,0,.4);
  --shadow-md: 0 12px 32px -12px rgba(0,0,0,.55);
  --shadow-lg: 0 30px 80px -20px rgba(0,0,0,.7);
}

*,*::before,*::after{ box-sizing:border-box }
html,body{ margin:0; padding:0 }
html{ scroll-behavior:smooth }
body{
  background: var(--bg);
  color: var(--ink-2);
  font: 16px/1.65 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100vh;
}
img,svg{ max-width:100%; display:block }
a{ color: var(--ink); text-decoration:none }
a:hover{ color: var(--gold) }
button{ font:inherit; cursor:pointer }
h1,h2,h3,h4{ font-family:'Poppins', sans-serif; color: var(--ink); margin:0; letter-spacing:-.01em }
.g{ color: var(--gold) }

.container{ max-width: var(--maxw); margin: 0 auto; padding: 0 24px }

/* === Buttons === */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap: 10px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 600; font-size: 15px;
  border: 0; cursor: pointer;
  transition: all .25s var(--ease);
  white-space: nowrap;
}
.btn.block{ width:100%; padding: 16px 22px }
.btn-primary{
  background: var(--gold);
  color: #1a1208;
  font-weight: 700;
}
.btn-primary:hover{ background: var(--gold-2); color:#0a0500; transform: translateY(-1px); box-shadow: 0 10px 24px -8px rgba(245,185,66,.55) }
.btn-outline{
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.7);
}
.btn-outline:hover{ background: #fff; color: var(--bg); border-color: #fff }
.btn-light-ctx{ box-shadow: 0 6px 18px -6px rgba(245,185,66,.4) }

/* === Top utility bar === */
.utility{ background: #07090e; color: #a8b0c0; font-size: 13px }
.utility-inner{ display:flex; align-items:center; justify-content:space-between; padding: 10px 24px }
.util-left b{ color: #fff; font-weight: 600 }
.util-right{ color: #a8b0c0 }

/* === Header === */
.nav{
  position: sticky; top: 0; z-index: 60;
  background: rgba(13,17,24,.94);
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  border-bottom: 1px solid var(--line);
}
.nav-inner{ display:flex; align-items:center; gap: 24px; padding: 14px 24px }
.brand{ display:inline-flex; align-items:center; gap: 12px; color: var(--ink) }
.brand-mark{ width: 44px; height: 36px; display:grid; place-items:center }
.brand-mark svg{ width: 100%; height: 100% }
.brand-text{ display:flex; flex-direction:column; line-height: 1; font-family:'Poppins', sans-serif }
.brand-name{ font-size: 18px; font-weight: 700; color: #fff; letter-spacing: -.01em }
.brand-text em{ font-style: normal; font-size: 10.5px; color: #8a93a3; letter-spacing:.12em; text-transform: uppercase; margin-top: 4px; font-weight: 500 }
.brand.light .brand-name{ color:#fff }

.nav-links{ margin-left:auto; display:flex; gap: 30px; align-items:center }
.nav-links a{
  font-size: 14px; font-weight: 500; color: #d4d8e0;
  display:inline-flex; align-items:center; gap: 6px;
  transition: color .2s var(--ease);
}
.nav-links a:hover{ color: var(--gold) }
.nav-links a.nav-cta{
  background: var(--gold); color: #1a1208;
  padding: 9px 16px; border-radius: 999px; font-weight: 700;
}
.nav-links a.nav-cta:hover{ background: var(--gold-2); color: #fff }
.caret{ color: #8a93a3; font-size: 14px }

/* === HERO === */
.hero{
  position: relative;
  min-height: 600px;
  display:flex; align-items:center;
  padding: 80px 0 90px;
  overflow: hidden;
}
.hero-photo{
  position:absolute; inset:0;
  background:
    radial-gradient(circle at 30% 50%, rgba(245,185,66,.10), transparent 55%),
    linear-gradient(135deg, #2a2014 0%, #0d1118 60%, #07090e 100%);
}
.hero-photo::before{
  content:""; position:absolute; inset:0;
  background-image:
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,.35) 100%),
    radial-gradient(ellipse at 80% 100%, rgba(13,17,24,.7), transparent 60%),
    linear-gradient(180deg, transparent 60%, rgba(245,185,66,.06) 60.2%, transparent 61%),
    radial-gradient(ellipse 55% 28% at 50% 78%, rgba(255,255,255,.04), transparent 70%);
}
.hero-photo::after{
  content:""; position:absolute; inset:0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.4px);
  background-size: 22px 22px;
  opacity: .35;
  mask-image: radial-gradient(ellipse at 50% 60%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 60%, #000 30%, transparent 75%);
}
.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(13,17,24,.55) 0%, rgba(13,17,24,.78) 100%);
}
.hero-inner{ position:relative; z-index: 2; text-align: center; padding: 0 24px }
.hero h1{
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700; line-height: 1.1; letter-spacing:-.02em;
  color:#fff; margin: 0 auto 22px; max-width: 18ch;
}
.hero-lede{
  font-size: clamp(15.5px, 1.4vw, 18px);
  color: #d4d8e0; line-height: 1.65;
  max-width: 60ch; margin: 0 auto 32px;
}
.hero-ctas{ display:flex; gap: 14px; justify-content:center; flex-wrap:wrap; margin-bottom: 36px }

.trust-pills{
  display:flex; gap: 12px; justify-content:center; flex-wrap:wrap;
  max-width: 880px; margin: 0 auto;
}
.pill{
  display:inline-flex; align-items:center;
  padding: 10px 18px;
  border: 1.5px solid var(--gold);
  border-radius: 999px;
  background: rgba(245,185,66,.08);
  color: #fff;
  font-size: 13px; font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}

/* === Logos strip === */
.logos{ background: #fff; padding: 30px 0 }
.logos-grid{ display:flex; justify-content: space-around; gap: 24px; flex-wrap: wrap; align-items: center }
.logo-item{
  display:flex; flex-direction:column; align-items:center; gap: 2px;
  color: #475569; font-size: 14px;
  filter: grayscale(.5); opacity: .85;
  transition: opacity .2s var(--ease), filter .2s var(--ease);
}
.logo-item:hover{ opacity: 1; filter: none }
.logo-mark{ font-size: 28px; font-weight: 800; color: #94a3b8; margin-bottom: 4px; line-height: 1 }
.logo-mark.bbb{
  font-size: 18px; color: #fff; background: #0050b3;
  width: 36px; height: 30px; border-radius: 4px;
  display:grid; place-items:center; font-weight: 800;
}
.logo-item span{ font-weight: 600; color: #1f2937; font-size: 14px }
.logo-item small{ color: #94a3b8; font-size: 11px; letter-spacing:.04em }

/* === Redirect banner === */
.redirect-banner{
  background: linear-gradient(135deg, #1a2030 0%, #0d1118 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}
.redirect-inner{
  display:flex; align-items:center; gap: 24px; flex-wrap: wrap;
}
.rb-icon{
  width: 56px; height: 56px; flex: 0 0 56px;
  display:grid; place-items:center;
  background: rgba(245,185,66,.12);
  border: 1px solid rgba(245,185,66,.3);
  border-radius: 14px;
}
.rb-icon svg{ width: 28px; height: 28px }
.rb-copy{ flex: 1; min-width: 260px }
.rb-copy h3{ color: #fff; font-size: 18px; font-weight: 700; margin: 0 0 4px }
.rb-copy p{ color: var(--ink-2); font-size: 14px; line-height: 1.55; margin: 0; max-width: 70ch }

/* === Sections === */
.section{ padding: 90px 0 }
.section.dark{ background: var(--bg) }
.section.light{ background: #f5f7f9; color: #1f2937 }

.section-head{ max-width: 760px; margin: 0 0 56px }
.section-head.center{ margin: 0 auto 56px; text-align:center }
.section-head h2{
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700; line-height: 1.15; letter-spacing:-.015em;
  color: #fff; margin: 0 0 14px;
}
.section.light .section-head h2, .h2-light{ color: #1f2937 }
.section-head > p{ color: var(--ink-2); font-size: 16px; max-width: 60ch; margin: 0 auto }
.section.light .section-head > p{ color: #475569 }

.excellent{ display:inline-flex; align-items:center; gap: 14px; margin-top: 6px }
.excl-label{ font-weight: 700; color: #1f2937; font-size: 14px; letter-spacing:.18em }
.excl-stars{ color: var(--gold); letter-spacing: 3px; font-size: 18px }

/* === Services === */
.grid{ display:grid; gap: 24px }
.grid.services{ grid-template-columns: repeat(3, 1fr); gap: 24px }

.svc-card{
  background: var(--bg-3);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
  display:flex; flex-direction:column;
}
.svc-card:hover{
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 18px 40px -16px rgba(245,185,66,.25);
}

.svc-photo{
  height: 200px;
  position: relative;
  background-size: cover; background-position: center;
}
.svc-photo::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.0) 50%, rgba(0,0,0,.55) 100%),
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.1), transparent 60%);
}
.p-emergency{  background: linear-gradient(135deg, #b8332a 0%, #2a0e0a 100%) }
.p-carkey{     background: linear-gradient(135deg, #c89a3a 0%, #2a1f0c 100%) }
.p-rekey{      background: linear-gradient(135deg, #6e6052 0%, #1f1a14 100%) }
.p-smart{      background: linear-gradient(135deg, #3d5a80 0%, #14202e 100%) }
.p-commercial{ background: linear-gradient(135deg, #475569 0%, #1a1f2e 100%) }
.p-safe{       background: linear-gradient(135deg, #2c3e50 0%, #0f1620 100%) }
.p-about{      background: linear-gradient(135deg, #6e5430 0%, #1a1208 100%) }

.badge{
  position: absolute; top: 14px; left: 14px; z-index: 2;
  padding: 6px 14px; border-radius: 999px;
  font-size: 11.5px; font-weight: 700; color:#1a1208;
  letter-spacing:.04em; text-transform: uppercase;
}
.badge-popular{ background: var(--gold) }
.badge-service{ background: rgba(245,185,66,.85); color:#1a1208 }
.badge-completed{ background: var(--blue); color: #fff }

.svc-body{ padding: 24px 24px 28px; flex:1; display:flex; flex-direction:column }
.svc-body h3{ font-size: 19px; font-weight: 700; color:#fff; line-height: 1.3; margin: 0 0 10px }
.svc-body > p{ font-size: 14px; color: var(--ink-2); line-height: 1.6; margin: 0 0 18px }
.svc-cta{
  margin-top:auto;
  display:inline-flex; align-items:center;
  padding: 11px 18px; border-radius: 8px;
  background: var(--gold); color: #1a1208;
  font-size: 13px; font-weight: 700; letter-spacing:.02em;
  align-self: flex-start;
  transition: all .2s var(--ease);
}
.svc-cta:hover{ background: var(--gold-2); color: #fff; transform: translateY(-1px) }

/* === Why three === */
.grid.why-three{ grid-template-columns: repeat(3, 1fr); gap: 36px; margin-bottom: 56px }
.why-tile{
  background: var(--bg-3);
  padding: 32px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  text-align: center;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.why-tile:hover{ border-color: var(--gold); transform: translateY(-4px) }
.why-ico{
  width: 60px; height: 60px;
  margin: 0 auto 18px;
  display:grid; place-items:center;
  background: rgba(245,185,66,.1);
  border-radius: 14px;
  border: 1px solid rgba(245,185,66,.3);
}
.why-ico svg{ width: 32px; height: 32px }
.why-tile h3{ font-size: 18px; font-weight: 700; color:#fff; margin: 0 0 10px }
.why-tile p{ font-size: 14px; color: var(--ink-2); line-height: 1.65; margin: 0 }

/* === Stats row === */
.stats-row{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats-row > div{ padding: 8px }
.stats-row b{
  display:block;
  font-family:'Poppins', sans-serif; font-weight: 800;
  font-size: clamp(28px, 3.4vw, 42px);
  color: var(--gold);
  line-height: 1; margin-bottom: 6px;
}
.stats-row span{ font-size: 13px; color: var(--ink-2); font-weight: 500; letter-spacing: .02em }
.process-cta{ display:flex; justify-content:center; margin-top: 36px }

/* === Reviews === */
.grid.reviews{
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.review{
  background: #fff;
  margin: 0;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid #e2e8f0;
  display:flex; flex-direction:column;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.rev-head{ display:flex; align-items:center; gap: 12px; margin-bottom: 12px }
.rev-av{
  width: 38px; height: 38px; border-radius: 50%;
  display:grid; place-items:center;
  color: #fff; font-weight: 700; font-size: 16px;
  flex: 0 0 38px;
}
.av-1{ background: #ef4444 } .av-2{ background: #f59e0b }
.av-3{ background: #10b981 } .av-4{ background: #6366f1 }
.av-5{ background: #ec4899 }
.rev-meta{ flex: 1; display:flex; flex-direction:column; gap: 2px; min-width: 0 }
.rev-name{
  font-size: 14px; font-weight: 600; color: #1f2937;
  display:inline-flex; align-items:center; gap: 4px;
}
.rev-date{ font-size: 11.5px; color: #94a3b8 }
.rev-google{
  width: 22px; height: 22px; border-radius: 50%;
  background: #fff; border: 1px solid #e2e8f0;
  display:grid; place-items:center;
  font-weight: 700; font-size: 13px;
  color: #4285f4; font-family:'Poppins', sans-serif;
}
.review .q-stars{ color: #fbbf24; font-size: 14px; letter-spacing: 2px; margin-bottom: 10px }
.review p{ font-size: 13.5px; color: #475569; line-height: 1.6; margin: 0 }

/* === About === */
.about-grid{
  display:grid; grid-template-columns: 1fr 1.05fr; gap: 56px;
  align-items: center;
}
.about-photo{
  height: 360px;
  border-radius: var(--radius);
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
  border: 1px solid var(--line);
}
.about-photo::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.55) 100%),
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.12), transparent 60%);
}
.about-copy h2{
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700; line-height: 1.15; margin: 0 0 18px;
}
.about-quote{
  font-style: italic; color: var(--gold);
  font-size: 17px; font-weight: 500;
  margin: 0 0 18px;
  padding-left: 16px;
  border-left: 3px solid var(--gold);
}
.about-copy p{ font-size: 15px; color: var(--ink-2); line-height: 1.7; margin: 0 0 14px }
.about-copy .btn{ margin-top: 12px }

/* === Areas === */
.areas-cols{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
  max-width: 1000px; margin: 0 auto;
}
.areas-cols h4{
  font-size: 14px; font-weight: 700; color: var(--gold);
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 18px; padding-bottom: 12px;
  border-bottom: 1px solid var(--line-2);
}
.areas-cols ul{ list-style:none; padding: 0; margin: 0; display:flex; flex-direction:column; gap: 10px }
.areas-cols li{ font-size: 14.5px; color: var(--ink-2) }

/* === Final CTA === */
.final-cta{
  background:
    radial-gradient(circle at 50% 30%, rgba(245,185,66,.10), transparent 55%),
    linear-gradient(180deg, #0d1118 0%, #07090e 100%);
  text-align: center;
  padding: 80px 0;
}
.final-cta-inner h2{
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700; color: #fff;
  margin: 0 0 14px;
}
.final-cta-inner p{
  color: var(--ink-2);
  font-size: 16px;
  max-width: 60ch;
  margin: 0 auto;
}

/* === Footer === */
.footer{ background: #07090e; color: #a8b0c0; padding: 60px 0 28px; border-top: 1px solid var(--line) }
.foot-grid{ display:grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px }
.footer h4{ color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .04em; margin: 8px 0 16px }
.footer ul{ list-style:none; padding: 0; margin: 0; display:flex; flex-direction:column; gap: 9px }
.footer li, .footer a{ font-size: 14px; color: #a8b0c0 }
.footer a:hover{ color: var(--gold) }
.muted{ color: #8a93a3; font-size: 13.5px; line-height: 1.65; margin: 10px 0 0; max-width: 38ch }
.muted b{ color: #fff }
.muted a{ color: #a8b0c0 }
.muted a:hover{ color: var(--gold) }
.muted-strong{ color: #fff; font-size: 15px; margin: 14px 0 14px }
.muted-strong a{ color: #fff; font-weight: 600 }
.muted-strong a:hover{ color: var(--gold) }
.ph-ico{ margin-right: 6px }
.foot-base{
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08);
  display:flex; justify-content:space-between; gap: 14px; flex-wrap: wrap;
  color: #6a7385; font-size: 12.5px;
}

/* === Floating Call Us button === */
.call-fab{
  position: fixed; right: 22px; bottom: 22px; z-index: 100;
  display:inline-flex; align-items:center; gap: 10px;
  padding: 14px 22px;
  background: var(--gold); color: #1a1208;
  border-radius: 999px;
  font-weight: 700; font-size: 14.5px;
  box-shadow: 0 14px 32px -10px rgba(245,185,66,.55), 0 4px 14px -4px rgba(0,0,0,.4);
  transition: all .25s var(--ease);
}
.call-fab:hover{ background: var(--gold-2); color: #fff; transform: translateY(-2px); box-shadow: 0 20px 40px -12px rgba(245,185,66,.65) }
.call-fab svg{ width: 18px; height: 18px }

/* === Reveal anim === */
.reveal{ opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease) }
.reveal.in{ opacity: 1; transform: none }

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{ animation:none !important; transition:none !important }
  .reveal{ opacity:1; transform:none }
}

/* === Responsive === */
@media (max-width: 1100px){
  .grid.services{ grid-template-columns: repeat(2, 1fr) }
  .grid.reviews{ grid-template-columns: repeat(2, 1fr) }
  .grid.why-three{ grid-template-columns: 1fr }
  .about-grid{ grid-template-columns: 1fr; gap: 36px }
  .about-photo{ height: 280px }
  .nav-links{ display:none }
  .foot-grid{ grid-template-columns: 1fr 1fr; gap: 32px }
  .stats-row{ grid-template-columns: repeat(2, 1fr); gap: 24px 18px }
  .redirect-inner{ flex-direction: column; text-align: center }
  .rb-copy{ text-align: center }
}

@media (max-width: 720px){
  .container{ padding: 0 18px }
  .utility-inner{ flex-direction: column; gap: 4px; padding: 8px 18px; text-align:center; font-size: 12px }
  .nav-inner{ padding: 12px 18px; gap: 14px }
  .brand-name{ font-size: 16px }
  .brand-text em{ display: none }
  .hero{ padding: 56px 0 64px; min-height: auto }
  .hero h1{ font-size: 30px }
  .hero-ctas{ flex-direction: column; align-items: stretch; gap: 10px }
  .btn{ width: 100%; max-width: 320px; margin: 0 auto }
  .trust-pills{ gap: 8px }
  .pill{ font-size: 11.5px; padding: 8px 14px }
  .section{ padding: 64px 0 }
  .section-head{ margin-bottom: 36px }
  .grid.services, .grid.reviews{ grid-template-columns: 1fr }
  .areas-cols{ grid-template-columns: 1fr; gap: 28px }
  .foot-grid{ grid-template-columns: 1fr; gap: 32px }
  .stats-row{ grid-template-columns: 1fr 1fr }
  .call-fab{ right: 12px; bottom: 12px; padding: 12px 18px; font-size: 13.5px }
  .logos-grid{ gap: 16px }
  .logo-item small{ display:none }
  .nav{ position: static }
}
