/* === Half Off Locksmith — Black & Gold Theme === */

:root{
  --bg: #0b0b0d;            /* near-black */
  --bg-2: #131316;          /* card / section bg */
  --bg-3: #1a1a1f;          /* deeper card surfaces */
  --line: #25252c;
  --line-2: #34343d;
  --ink: #ffffff;
  --ink-2: #d8d8de;
  --muted: #8b8b94;
  --gold: #f5c542;          /* primary accent */
  --gold-2: #e0ac1f;        /* hover / darker gold */
  --gold-soft: #2a230d;
  --red: #ef4444;           /* emergency CTA accent */
  --blue: #3b82f6;
  --maxw: 1240px;
  --ease: cubic-bezier(.2,.65,.25,1);
  --radius: 12px;
  --shadow-sm: 0 4px 12px -6px rgba(0,0,0,.45);
  --shadow-md: 0 12px 32px -12px rgba(0,0,0,.6);
  --shadow-lg: 0 30px 80px -20px rgba(0,0,0,.75);
}

*,*::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 'Inter', 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:'Inter', sans-serif; color: var(--ink); margin:0; letter-spacing:-.015em }
.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 28px; border-radius: 8px;
  font-weight: 700; font-size: 15px;
  border: 0;
  cursor: pointer;
  transition: all .25s var(--ease);
  white-space: nowrap;
  letter-spacing:.01em;
}
.btn.block{ width:100%; padding: 16px 22px }
.btn-primary{
  background: var(--gold);
  color: #0b0b0d;
  font-weight: 800;
  box-shadow: 0 6px 18px -8px rgba(245,197,66,.55);
}
.btn-primary:hover{ background: var(--gold-2); color:#0b0b0d; transform: translateY(-1px); box-shadow: 0 12px 28px -8px rgba(245,197,66,.7) }
.btn-outline{
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.7);
}
.btn-outline:hover{ background: var(--gold); color: #0b0b0d; border-color: var(--gold) }

/* === Top utility bar === */
.utility{
  background: #000;
  color: #b0b0b8;
  font-size: 13px;
  border-bottom: 1px solid #1a1a1f;
}
.utility-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding: 10px 24px;
}
.util-left b{ color: var(--gold); font-weight: 700 }
.util-right{ color: #b0b0b8; letter-spacing:.04em }

/* === Header === */
.nav{
  position: sticky; top: 0; z-index: 60;
  background: rgba(11,11,13,.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: 48px; height: 40px; display:grid; place-items:center }
.brand-mark svg{ width: 100%; height: 100% }
.brand-text{ display:flex; flex-direction:column; line-height: 1; font-family:'Inter', sans-serif }
.brand-name{ font-size: 21px; font-weight: 800; color: #fff; letter-spacing: -.015em }
.brand-text em{ font-style: normal; font-size: 10.5px; color: var(--gold); letter-spacing:.14em; text-transform: uppercase; margin-top: 4px; font-weight: 600 }
.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: #d8d8de;
  display:inline-flex; align-items:center; gap: 6px;
  transition: color .2s var(--ease);
}
.nav-links a:hover{ color: var(--gold) }
.caret{ color: #8b8b94; font-size: 14px }

/* === HERO === */
.hero{
  position: relative;
  min-height: 640px;
  display:flex; align-items:center;
  padding: 90px 0 100px;
  overflow: hidden;
}
.hero-photo{
  position:absolute; inset:0;
  background:
    linear-gradient(135deg, rgba(11,11,13,.78) 0%, rgba(11,11,13,.55) 50%, rgba(11,11,13,.85) 100%),
    radial-gradient(circle at 30% 40%, rgba(245,197,66,.18), transparent 55%),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat,
    linear-gradient(135deg, #1a1610 0%, #0b0b0d 60%, #050505 100%);
}
.hero-photo::before{
  content:""; position:absolute; inset:0;
  background-image:
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,.45) 100%),
    radial-gradient(ellipse at 80% 100%, rgba(0,0,0,.7), transparent 60%),
    /* subtle gold horizon */
    linear-gradient(180deg, transparent 60%, rgba(245,197,66,.07) 60.2%, transparent 61%);
}
.hero-photo::after{
  content:""; position:absolute; inset:0;
  background-image:
    radial-gradient(rgba(245,197,66,.08) 1px, transparent 1.4px);
  background-size: 22px 22px;
  opacity: .45;
  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(11,11,13,.45) 0%, rgba(11,11,13,.78) 100%);
}
.hero-inner{
  position:relative; z-index: 2;
  text-align: center;
  padding: 0 24px;
}
.hero-eyebrow{
  display:inline-block;
  font-size: 12.5px; font-weight: 700;
  color: var(--gold);
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 8px 16px;
  border: 1px solid rgba(245,197,66,.4);
  background: rgba(245,197,66,.06);
  border-radius: 999px;
  margin-bottom: 22px;
}
.hero h1{
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900; line-height: 1.04; letter-spacing:-.025em;
  color:#fff;
  margin: 0 auto 22px;
  max-width: 14ch;
}
.hero-lede{
  font-size: clamp(15.5px, 1.4vw, 18px);
  color: #d8d8de;
  line-height: 1.65;
  max-width: 62ch;
  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: 920px; 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,197,66,.08);
  color: #fff;
  font-size: 13px; font-weight: 600;
  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: 700; color: #1f2937; font-size: 14px }
.logo-item small{ color: #94a3b8; font-size: 11px; letter-spacing:.04em }

/* === Sections === */
.section{ padding: 90px 0 }
.section.dark{ background: var(--bg) }
.section.light{ background: #f6f7f9; 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(30px, 3.6vw, 46px);
  font-weight: 800; line-height: 1.12; letter-spacing:-.02em;
  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: 62ch; 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: 800; color: #1f2937; font-size: 14px; letter-spacing:.18em }
.excl-stars{ color: var(--gold-2); 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 20px 44px -16px rgba(245,197,66,.28);
}

.svc-photo{
  height: 200px;
  position: relative;
  background-size: cover; background-position: center;
  overflow: hidden;
}
.card-img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit: cover;
  z-index: 0;
  transition: transform .6s var(--ease);
}
.svc-card:hover .card-img,
.project:hover .card-img,
.post:hover .card-img{ transform: scale(1.05) }
.svc-photo::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05) 40%, rgba(0,0,0,.65) 100%),
    radial-gradient(circle at 30% 30%, rgba(245,197,66,.14), transparent 60%);
  z-index: 1;
}
.svc-photo .badge{ z-index: 2 }
/* Gradient "photos" — locksmith vibes */
.p-car{        background: linear-gradient(135deg, #4a3a17 0%, #0f0d08 100%) }
.p-home{       background: linear-gradient(135deg, #5d4a2e 0%, #14110a 100%) }
.p-commercial{ background: linear-gradient(135deg, #34373d 0%, #0d0e10 100%) }
.p-ignition{   background: linear-gradient(135deg, #6b4a1f 0%, #181208 100%) }
.p-smart{      background: linear-gradient(135deg, #3a4a5d 0%, #0e1218 100%) }
.p-safe{       background: linear-gradient(135deg, #2e2a26 0%, #0b0a09 100%) }
.p-proj1{ background: linear-gradient(135deg, #6b5424 0%, #1a140a 100%) }
.p-proj2{ background: linear-gradient(135deg, #4a3a17 0%, #110d06 100%) }
.p-proj3{ background: linear-gradient(135deg, #3a4250 0%, #0f1218 100%) }
.p-proj4{ background: linear-gradient(135deg, #56462a 0%, #12100a 100%) }
.p-step1{ background: linear-gradient(135deg, #6b5424 0%, #1a140a 100%) }
.p-step2{ background: linear-gradient(135deg, #5a4a26 0%, #16120a 100%) }
.p-step3{ background: linear-gradient(135deg, #7a5e2a 0%, #1c1509 100%) }
.p-step4{ background: linear-gradient(135deg, #4d3f1f 0%, #12100a 100%) }
.p-step5{ background: linear-gradient(135deg, #6b5424 0%, #1a140a 100%) }
.p-about{ background: linear-gradient(135deg, #5d4a2e 0%, #0b0b0d 100%) }
.p-blog1{ background: linear-gradient(135deg, #4a3a17 0%, #15110a 100%) }
.p-blog2{ background: linear-gradient(135deg, #5d4a2e 0%, #15110a 100%) }
.p-blog3{ background: linear-gradient(135deg, #3a4a5d 0%, #0e1218 100%) }

.badge{
  position: absolute; top: 14px; left: 14px; z-index: 2;
  padding: 6px 14px; border-radius: 999px;
  font-size: 11.5px; font-weight: 800; color:#0b0b0d;
  letter-spacing:.06em; text-transform: uppercase;
}
.badge-popular{ background: var(--gold) }
.badge-service{ background: rgba(245,197,66,.85); color:#0b0b0d }
.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: 800; color:#fff; line-height: 1.3;
  margin: 0 0 10px;
}
.svc-body > p{
  font-size: 14px; color: var(--ink-2); line-height: 1.65;
  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: #0b0b0d;
  font-size: 13px; font-weight: 800; letter-spacing:.02em;
  align-self: flex-start;
  transition: all .2s var(--ease);
}
.svc-cta:hover{ background: var(--gold-2); color: #0b0b0d; transform: translateY(-1px) }

/* === Pricing === */
.grid.pricing{ grid-template-columns: repeat(3, 1fr); gap: 22px }
.price-card{
  background: var(--bg-3);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 32px 28px 28px;
  position: relative;
  display:flex; flex-direction:column;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.price-card:hover{ transform: translateY(-4px); border-color: var(--gold) }
.price-card.featured{
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, rgba(245,197,66,.06) 0%, var(--bg-3) 100%);
  box-shadow: 0 20px 44px -18px rgba(245,197,66,.35);
}
.price-tag{
  display:inline-block; align-self:flex-start;
  background: rgba(245,197,66,.14);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  letter-spacing:.18em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
  margin-bottom: 14px;
}
.price-tag.pop{ background: var(--gold); color: #0b0b0d }
.price-card h3{ font-size: 20px; font-weight: 800; color:#fff; margin: 0 0 14px }
.price{
  display:flex; align-items: baseline; gap: 4px;
  margin-bottom: 18px;
  font-family:'Inter', sans-serif;
}
.price .dollar{ font-size: 28px; color: var(--gold); font-weight: 800 }
.price .num{ font-size: 60px; color: #fff; font-weight: 900; line-height: 1; letter-spacing:-.03em }
.price .suffix{ font-size: 14px; color: var(--muted); font-weight: 500; margin-left: 6px }
.price-card ul{
  list-style:none; padding: 0; margin: 0 0 22px;
  display:flex; flex-direction:column; gap: 10px;
}
.price-card li{
  font-size: 14px; color: var(--ink-2);
  padding-left: 26px; position: relative;
}
.price-card li::before{
  content:""; position:absolute; left:0; top: 7px;
  width: 14px; height: 8px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}
.price-foot{
  text-align: center;
  color: var(--muted); font-size: 13px;
  max-width: 60ch; margin: 36px auto 0;
}

/* === Projects === */
.grid.projects{ grid-template-columns: repeat(4, 1fr); gap: 20px }
.project{
  margin:0; 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);
}
.project:hover{ transform: translateY(-4px); border-color: var(--gold) }
.project-photo{
  height: 180px;
  position: relative;
  background-size: cover; background-position: center;
  overflow: hidden;
}
.project-photo::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05) 40%, rgba(0,0,0,.7) 100%),
    radial-gradient(circle at 30% 30%, rgba(245,197,66,.12), transparent 60%);
  z-index: 1;
}
.project figcaption{ padding: 18px 20px }
.project h4{ font-size: 15px; color:#fff; font-weight: 700; margin: 0 0 6px; line-height: 1.4 }
.project p{ font-size: 12.5px; color: var(--muted); margin: 0 }

/* === Process row === */
.process-row{
  list-style:none; padding: 0; margin: 0 0 48px;
  display:grid; grid-template-columns: repeat(5, 1fr); gap: 18px;
}
.process-row li{
  background: var(--bg-3);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  display:flex; flex-direction:column;
}
.proc-photo{
  position: relative;
  height: 140px;
  background-size: cover; background-position: center;
  display:grid; place-items:center;
  overflow: hidden;
}
.proc-photo::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.75)),
    radial-gradient(circle at 30% 30%, rgba(245,197,66,.1), transparent 60%);
  z-index: 1;
}
.proc-photo .card-img{ z-index: 0 }
.proc-photo .proc-num{ z-index: 2 }
.proc-num{
  position: relative; z-index: 2;
  width: 54px; height: 54px; border-radius: 50%;
  display:grid; place-items:center;
  background: var(--gold); color: #0b0b0d;
  font-family:'Inter', sans-serif; font-weight: 900; font-size: 16px;
  box-shadow: 0 10px 22px -6px rgba(245,197,66,.6);
}
.process-row h4{
  font-size: 15px; font-weight: 800; color:#fff;
  text-align:center; margin: 18px 16px 6px;
}
.process-row p{
  font-size: 12.5px; color: var(--ink-2); text-align:center;
  margin: 0 16px 20px; line-height: 1.55;
}
.process-cta{ display:flex; justify-content:center; margin-top: 36px }

/* === 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,.05) 50%, rgba(0,0,0,.5) 100%),
    radial-gradient(circle at 30% 30%, rgba(245,197,66,.12), transparent 60%);
  z-index: 1;
}
.about-copy h2{
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800; 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 }

/* === 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: 64px; height: 64px;
  margin: 0 auto 18px;
  display:grid; place-items:center;
  background: rgba(245,197,66,.1);
  border-radius: 16px;
  border: 1px solid rgba(245,197,66,.35);
}
.why-ico svg{ width: 32px; height: 32px }
.why-tile h3{ font-size: 18px; font-weight: 800; 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:'Inter', sans-serif; font-weight: 900;
  font-size: clamp(28px, 3.4vw, 46px);
  color: var(--gold);
  line-height: 1; margin-bottom: 6px;
  letter-spacing:-.02em;
}
.stats-row span{
  font-size: 13px; color: var(--ink-2); font-weight: 500;
  letter-spacing: .02em;
}

/* === Reviews === */
.grid.reviews{
  grid-template-columns: repeat(5, 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: 700; 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:'Inter', 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 }

/* === Insights / Blog === */
.grid.insights{ grid-template-columns: repeat(3, 1fr); gap: 24px }
.post{
  background: var(--bg-3);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  display:flex; flex-direction:column;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.post:hover{ transform: translateY(-4px); border-color: var(--gold) }
.post-photo{ height: 180px; position: relative; background-size: cover; background-position: center; overflow: hidden }
.post-photo::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05) 50%, rgba(0,0,0,.55) 100%),
    radial-gradient(circle at 30% 30%, rgba(245,197,66,.1), transparent 60%);
  z-index: 1;
}
.post-body{ padding: 22px 22px 24px; flex:1; display:flex; flex-direction:column }
.post-tag{
  display:inline-block;
  padding: 4px 10px; border-radius: 6px;
  background: rgba(245,197,66,.16); color: var(--gold);
  font-size: 11px; font-weight: 800; letter-spacing:.06em;
  text-transform: uppercase;
  margin-right: 8px;
}
.post-date{ font-size: 12px; color: var(--muted) }
.post h4{
  font-size: 16px; font-weight: 700; color:#fff;
  line-height: 1.4; margin: 12px 0 16px;
}
.post-link{
  margin-top:auto; align-self:flex-start;
  font-size: 13px; font-weight: 800; color: var(--gold);
  letter-spacing: .02em;
}
.post-link:hover{ color:#fff }

/* === Contact === */
.contact-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: start;
}
.contact-copy h2{
  font-size: clamp(28px, 3.4vw, 44px); font-weight: 800; line-height: 1.1;
  margin: 0 0 18px;
}
.contact-copy > p{ color: var(--ink-2); font-size: 15.5px; line-height: 1.7; margin: 0 0 28px; max-width: 50ch }
.contact-points{ list-style:none; padding: 0; margin: 0 0 28px; display:flex; flex-direction:column; gap: 12px }
.contact-points li{
  font-size: 14.5px; color: #d8d8de;
  padding-left: 28px; position: relative;
}
.contact-points li::before{
  content:""; position: absolute; left: 0; top: 8px;
  width: 16px; height: 8px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}
.contact-call{
  display:flex; flex-direction:column; gap: 6px;
  padding: 18px 22px;
  background: var(--bg-3);
  border: 1px solid var(--line); border-radius: 10px;
  border-left: 4px solid var(--gold);
}
.contact-call span{ font-size: 13px; color: var(--muted) }
.contact-call a{ font-family:'Inter', sans-serif; font-weight: 800; font-size: 26px; color:#fff }
.contact-call a:hover{ color: var(--gold) }

.contact-form{
  background: var(--bg-3);
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  display:flex; flex-direction:column; gap: 14px;
}
.row.two{ display:grid; grid-template-columns: 1fr 1fr; gap: 14px }
.field{ display:flex; flex-direction:column; gap: 6px }
.field label{
  font-size: 12px; font-weight: 700; color: #d8d8de;
  letter-spacing: .04em; text-transform: uppercase;
}
.field input, .field select, .field textarea{
  width: 100%; padding: 12px 14px;
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  font: 500 14.5px/1.4 'Inter', sans-serif;
  color: #fff; outline: none;
  resize: vertical;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field select{
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 5px 5px; background-repeat: no-repeat;
  padding-right: 36px;
}
.field input:focus, .field select:focus, .field textarea:focus{
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(245,197,66,.22);
}
.legal{ font-size: 11.5px; color: var(--muted); margin: 6px 0 0; line-height: 1.5 }

/* === Areas === */
.areas-wrap{}
.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: 800; color: var(--gold);
  letter-spacing: .16em; 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) }

/* === Footer === */
.footer{ background: #000; color: #b0b0b8; 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: 800;
  letter-spacing: .06em; 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: #b0b0b8 }
.footer a:hover{ color: var(--gold) }
.muted{ color: #8b8b94; font-size: 13.5px; line-height: 1.65; margin: 10px 0 0; max-width: 38ch }
.muted b{ color: #fff }
.muted a{ color: #b0b0b8 }
.muted a:hover{ color: var(--gold) }
.muted-strong{ color: #fff; font-size: 15px; margin: 14px 0 14px }
.muted-strong a{ color: #fff; font-weight: 700 }
.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: #6a6a72; 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: #0b0b0d;
  border-radius: 999px;
  font-weight: 800; font-size: 14.5px;
  box-shadow: 0 14px 32px -10px rgba(245,197,66,.6), 0 4px 14px -4px rgba(0,0,0,.5);
  transition: all .25s var(--ease);
}
.call-fab:hover{ background: var(--gold-2); color: #0b0b0d; transform: translateY(-2px); box-shadow: 0 22px 42px -12px rgba(245,197,66,.75) }
.call-fab svg{ width: 18px; height: 18px }

/* === Toast === */
.toast{
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--gold); color: #0b0b0d;
  font-weight: 700; padding: 12px 18px; border-radius: 999px;
  box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events:none;
  transition: all .35s var(--ease);
  z-index: 110; font-size: 14px;
}
.toast.show{ opacity:1; transform: translateX(-50%) translateY(0) }

/* === 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.pricing{ grid-template-columns: 1fr; max-width: 460px; margin: 0 auto }
  .grid.projects{ grid-template-columns: repeat(2, 1fr) }
  .process-row{ grid-template-columns: repeat(3, 1fr) }
  .grid.reviews{ grid-template-columns: repeat(2, 1fr) }
  .grid.insights{ 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 }
  .contact-grid{ grid-template-columns: 1fr; gap: 36px }
  .nav-links{ display:none }
  .foot-grid{ grid-template-columns: 1fr 1fr; gap: 32px }
  .stats-row{ grid-template-columns: repeat(2, 1fr); gap: 24px 18px }
}

@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: 18px }
  .brand-text em{ display: none }
  .hero{ padding: 56px 0 64px; min-height: auto }
  .hero h1{ font-size: 38px }
  .hero-ctas{ flex-direction: column; align-items: stretch; gap: 10px }
  .btn{ width: 100%; max-width: 340px; 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.projects, .grid.reviews, .grid.insights{ grid-template-columns: 1fr }
  .process-row{ grid-template-columns: 1fr; gap: 14px }
  .areas-cols{ grid-template-columns: 1fr; gap: 28px }
  .contact-form{ padding: 22px }
  .row.two{ grid-template-columns: 1fr }
  .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 }
}
