/* ── 770 Locksmith – Shared SEO Page Styles ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --navy:#0a1f44; --blue:#1a3a7c; --gold:#f5a623; --dark:#0d1117; --gray:#f4f6f9; --text:#333; --white:#fff; }
body { font-family: 'Open Sans', sans-serif; color: var(--text); background: var(--white); }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }

/* NAV */
nav { background: #ffffff; box-shadow: 0 2px 12px rgba(0,0,0,0.10); padding: 0; position: sticky; top: 0; z-index: 9000; overflow: visible; }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 8px; position: static; overflow: visible; }
.logo-text { text-decoration: none; }
.logo-text .num { font-family: 'Montserrat', sans-serif; font-size: 1.8rem; font-weight: 900; color: var(--navy); }
.logo-text .title { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 900; color: var(--gold); letter-spacing: 3px; }
.nav-cta { background: var(--gold); color: var(--navy); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.9rem; padding: 10px 20px; border-radius: 30px; text-decoration: none; display: flex; align-items: center; gap: 7px; white-space: nowrap; flex-shrink: 0; }
.nav-cta:hover { background: #e09610; text-decoration: none; }

/* DROPDOWN MENU */
.nav-menu { display: flex; list-style: none; gap: 0; align-items: center; flex: 1; justify-content: center; }
.nav-menu > li > a { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.82rem; color: var(--navy); padding: 8px 11px; border-radius: 6px; display: flex; align-items: center; gap: 5px; white-space: nowrap; transition: color .2s, background .2s; text-decoration: none; cursor: pointer; }
.nav-menu > li > a:hover { color: var(--gold); background: var(--gray); text-decoration: none; }
.nav-menu > li > a .fa-chevron-down { font-size: 0.6rem; transition: transform .25s; }
.has-dropdown { position: relative; }
.has-dropdown:hover > a .fa-chevron-down, .has-dropdown.open > a .fa-chevron-down { transform: rotate(180deg); }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: #ffffff; border-radius: 10px; box-shadow: 0 8px 32px rgba(0,0,0,0.18); min-width: 200px; padding: 8px 0; z-index: 9999; white-space: nowrap; }
/* Desktop: show on hover via CSS */
.has-dropdown:hover > .dropdown { display: block; }
.dropdown li { list-style: none; }
.dropdown li a { display: block; padding: 10px 18px; font-size: 0.85rem; color: #0a1f44; font-family: 'Montserrat', sans-serif; font-weight: 600; transition: background .15s, color .15s; white-space: nowrap; text-decoration: none; background: transparent; }
.dropdown li a:hover { background: #f4f6f9; color: #f5a623; text-decoration: none; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 1.25rem; color: var(--navy); padding: 6px; line-height: 1; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; padding: 10px 0; box-shadow: 0 8px 24px rgba(0,0,0,0.12); z-index: 999; gap: 0; }
  .nav-menu.open { display: flex; }
  .nav-menu > li > a { border-radius: 0; padding: 12px 20px; font-size: 0.88rem; }
  .has-dropdown:hover > .dropdown { display: none; } /* disable CSS hover on mobile */
  .has-dropdown .dropdown { display: none; position: static; box-shadow: none; border-radius: 0; border: none; padding: 0; background: #f4f6f9; min-width: unset; white-space: normal; }
  .has-dropdown.open .dropdown { display: block; }
  .dropdown li a { padding: 9px 34px; }
}

/* HERO */
.page-hero { background: linear-gradient(135deg, var(--navy), var(--blue)); color: var(--white); padding: 64px 0 52px; text-align: center; }
.page-hero h1 { font-family: 'Montserrat', sans-serif; font-size: 2.2rem; font-weight: 900; margin-bottom: 12px; line-height: 1.2; }
.page-hero h1 span { color: var(--gold); }
.page-hero .hero-sub { opacity: 0.82; font-size: 1rem; margin-bottom: 24px; }
.hero-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.btn-hero-call { background: var(--gold); color: var(--navy); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; padding: 14px 28px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 9px; }
.btn-hero-call:hover { background: #e09610; text-decoration: none; }
.btn-hero-outline { border: 2px solid rgba(255,255,255,0.5); color: var(--white); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.95rem; padding: 13px 26px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-hero-outline:hover { border-color: var(--white); text-decoration: none; }
.hero-trust { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-top: 22px; }
.hero-trust span { font-size: 0.82rem; opacity: 0.75; display: flex; align-items: center; gap: 5px; }
.hero-trust i { color: var(--gold); }

/* TRUST STRIP */
.trust-strip { background: var(--gold); padding: 14px 0; }
.trust-strip-inner { max-width: 1160px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: center; align-items: center; gap: 36px; flex-wrap: wrap; }
.trust-strip-inner span { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.82rem; color: var(--navy); display: flex; align-items: center; gap: 6px; }

/* SECTIONS */
.section { padding: 70px 0; }
.section-alt { background: var(--gray); }
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.section-label { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 800; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; }
.section-title { font-family: 'Montserrat', sans-serif; font-size: 1.9rem; font-weight: 900; color: var(--navy); margin-bottom: 16px; line-height: 1.2; }
.section-subtitle { font-size: 1rem; color: #666; max-width: 640px; line-height: 1.7; margin-bottom: 36px; }
.section-subtitle.center { text-align: center; margin: 0 auto 36px; }
.section-title.center { text-align: center; }
.section-label.center { text-align: center; }

/* CONTENT BODY */
.content-body { max-width: 800px; }
.content-body h2 { font-family: 'Montserrat', sans-serif; font-size: 1.35rem; font-weight: 800; color: var(--navy); margin: 36px 0 14px; }
.content-body h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin: 22px 0 10px; }
.content-body p { font-size: 0.97rem; line-height: 1.85; color: #555; margin-bottom: 16px; }
.content-body ul, .content-body ol { margin: 10px 0 18px 22px; }
.content-body li { font-size: 0.96rem; line-height: 1.8; color: #555; margin-bottom: 6px; }
.content-body strong { color: var(--navy); }

/* STEPS */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 8px; }
.step-card { background: var(--white); border-radius: 14px; padding: 26px 22px; box-shadow: 0 2px 14px rgba(0,0,0,0.07); border-top: 3px solid var(--gold); }
.step-num { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 900; color: var(--gold); opacity: 0.3; line-height: 1; margin-bottom: 8px; }
.step-card h3 { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.step-card p { font-size: 0.88rem; color: #777; line-height: 1.7; }

/* SERVICE CARDS */
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.service-card { background: var(--white); border-radius: 14px; padding: 24px 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.07); display: flex; flex-direction: column; gap: 8px; }
.service-card i { color: var(--gold); font-size: 1.4rem; }
.service-card h3 { font-family: 'Montserrat', sans-serif; font-size: 0.92rem; font-weight: 800; color: var(--navy); }
.service-card p { font-size: 0.85rem; color: #777; line-height: 1.65; }
.service-card a { font-size: 0.82rem; font-weight: 700; color: var(--gold); margin-top: auto; }

/* WHY US */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.why-card { display: flex; gap: 16px; align-items: flex-start; }
.why-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-icon i { color: var(--navy); font-size: 1.1rem; }
.why-card h3 { font-family: 'Montserrat', sans-serif; font-size: 0.92rem; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.why-card p { font-size: 0.85rem; color: #777; line-height: 1.65; }

/* CITIES */
.cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.city-link { background: var(--white); border: 1px solid #e8edf5; border-radius: 10px; padding: 12px 16px; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--navy); text-decoration: none; display: flex; align-items: center; gap: 7px; transition: all .2s; }
.city-link:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); text-decoration: none; }
.city-link i { color: var(--gold); font-size: 0.75rem; }
.city-link:hover i { color: var(--navy); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--white); border-radius: 12px; border: 1px solid #e8edf5; overflow: hidden; }
.faq-q { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--navy); padding: 18px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-q i { color: var(--gold); font-size: 0.8rem; flex-shrink: 0; transition: transform .25s; }
.faq-a { font-size: 0.92rem; color: #666; line-height: 1.75; padding: 0 20px 18px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q i { transform: rotate(180deg); }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg, var(--navy), var(--blue)); padding: 52px 20px; text-align: center; }
.cta-banner h2 { font-family: 'Montserrat', sans-serif; font-size: 1.8rem; font-weight: 900; color: var(--white); margin-bottom: 10px; }
.cta-banner p { color: rgba(255,255,255,0.75); margin-bottom: 28px; font-size: 0.97rem; }
.btn-cta-big { background: var(--gold); color: var(--navy); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; padding: 16px 34px; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
.btn-cta-big:hover { background: #e09610; text-decoration: none; }

/* FLOATING CALL BTN */
.float-call { position: fixed; bottom: 24px; right: 24px; background: var(--gold); color: var(--navy); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 0.9rem; padding: 13px 20px; border-radius: 50px; box-shadow: 0 6px 24px rgba(245,166,35,0.5); text-decoration: none; display: flex; align-items: center; gap: 8px; z-index: 9999; }
.float-call:hover { background: #e09610; text-decoration: none; }

/* BREADCRUMB */
.breadcrumb { font-size: 0.8rem; color: #aaa; padding: 12px 0 0; }
.breadcrumb a { color: #aaa; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { margin: 0 6px; }

/* SIDEBAR LAYOUT */
.content-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.sidebar { position: sticky; top: 80px; }
.sidebar-box { background: var(--white); border-radius: 16px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-top: 3px solid var(--gold); margin-bottom: 20px; }
.sidebar-box h3 { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.sidebar-box .btn-call { background: var(--gold); color: var(--navy); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1rem; padding: 13px; border-radius: 10px; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-bottom: 10px; }
.sidebar-box .btn-call:hover { background: #e09610; text-decoration: none; }
.sidebar-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sidebar-links li a { font-size: 0.85rem; color: var(--navy); font-weight: 600; display: flex; align-items: center; gap: 6px; padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.sidebar-links li a i { color: var(--gold); font-size: 0.75rem; }
.sidebar-links li a:hover { color: var(--gold); text-decoration: none; }

/* FOOTER */
footer { background: var(--dark); padding: 28px 0; text-align: center; }
footer p { font-size: 0.82rem; color: #555; }
footer span { color: var(--gold); }
.footer-links { display: flex; justify-content: center; gap: 20px; margin-top: 10px; flex-wrap: wrap; }
.footer-links a { font-size: 0.8rem; color: #555; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }

/* RESPONSIVE */
@media (max-width: 860px) {
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .page-hero h1 { font-size: 1.6rem; }
  .section-title { font-size: 1.5rem; }
  .hero-trust { gap: 14px; }
  .float-call { bottom: 16px; right: 16px; font-size: 0.85rem; padding: 12px 16px; }
}
@media (max-width: 540px) {
  .page-hero { padding: 44px 20px 36px; }
  .btn-hero-call, .btn-hero-outline { width: 100%; justify-content: center; }
}
