/* ============================================================
   KEYMORE LOCKSMITH — DESIGN TOKENS
   ============================================================ */
:root {
  --navy:        #1A1F2E;
  --navy-deep:   #0D1017;
  --red:         #C41230;
  --red-light:   #FF4757;
  --red-dark:    #9E0E27;
  --cream:       #F9F7F4;
  --cream-2:     #F5F7FA;
  --ink:         #1C2B3A;
  --body:        #4A5568;
  --body-2:      #3A4A5C;
  --line:        #E2E8F0;
  --slate-on-dark: #B0BEC5;
  --star:        #FBBF24;
  --maxw:        1140px;
  --radius:      12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; background: #fff;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ============================================================ SHARED SECTION STYLES ============================================================ */
.km-page { font-family: inherit; color: var(--body); }
.km-section { padding: 80px 20px; background: #fff; }
.km-section--cream { background: var(--cream); }
.km-section--slate { background: var(--cream-2); }
.km-section--dark  { background: var(--navy); }
.km-section--dark .km-section-title { color: #fff; }
.km-section--dark .km-section-sub   { color: rgba(255,255,255,.75); }
.km-container { max-width: var(--maxw); margin: 0 auto; }
.km-section-label { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.km-section-title { font-size: clamp(1.55rem, 3.5vw, 2.2rem); font-weight: 800; color: var(--navy); line-height: 1.22; letter-spacing: -.015em; margin: 0 0 14px; }
.km-section-sub { font-size: 1.03rem; color: var(--body); max-width: 560px; line-height: 1.72; margin: 0 0 44px; }

/* Buttons */
.km-btn-red { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: #fff !important; font-weight: 800; text-decoration: none !important; border-radius: 9px; transition: background .2s, transform .15s; box-shadow: 0 6px 24px rgba(196,18,48,.35); font-size: 1.05rem; padding: 15px 30px; }
.km-btn-red:hover { background: var(--red-dark); transform: translateY(-1px); }
.km-card-btn { display: inline-flex; align-items: center; gap: 10px; font-size: .92rem; padding: 11px 18px; font-weight: 800; text-decoration: none !important; border-radius: 9px; transition: background .2s, color .2s; border: 1.5px solid var(--red); background: transparent; color: var(--red) !important; }
.km-card-btn:hover { background: var(--red); color: #fff !important; }

/* ============================================================ HEADER ============================================================ */
.km-header-wrap { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 9999; transition: box-shadow .3s ease; }
.km-header-wrap.km-scrolled { box-shadow: 0 4px 24px rgba(26,31,46,.15); }
.km-topbar { background: var(--navy); max-height: 44px; overflow: hidden; transition: max-height .38s ease, opacity .3s ease; opacity: 1; }
.km-header-wrap.km-scrolled .km-topbar { max-height: 0; opacity: 0; }
.km-topbar-inner { max-width: 1140px; margin: 0 auto; padding: 0 20px; height: 44px; display: flex; align-items: center; justify-content: space-between; }
.km-topbar-left, .km-topbar-right { display: flex; align-items: center; gap: 18px; }
.km-topbar-item { display: flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 500; color: var(--slate-on-dark); white-space: nowrap; }
.km-topbar-stars { color: var(--star); font-size: .8rem; letter-spacing: 1px; }
.km-topbar-rating { display: flex; align-items: center; gap: 5px; font-size: .74rem; color: var(--slate-on-dark); }
.km-topbar-reviews { text-decoration: none; cursor: pointer; transition: color .2s; }
.km-topbar-reviews .km-topbar-item { transition: color .2s; }
.km-topbar-reviews svg { opacity: .65; transition: transform .2s, opacity .2s; }
.km-topbar-reviews:hover { color: #fff; }
.km-topbar-reviews:hover .km-topbar-item { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.km-topbar-reviews:hover svg { opacity: 1; transform: translate(2px,-2px); }
@media(max-width:640px){ .km-topbar-right { display: none; } }
.km-nav { background: #fff; border-bottom: 1px solid var(--line); padding: 0 20px; }
.km-header-wrap.km-scrolled .km-nav { border-bottom-color: transparent; }
.km-nav-inner { max-width: 1140px; margin: 0 auto; height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; transition: height .3s ease; }
.km-logo { min-width: 0; flex-shrink: 1; overflow: hidden; }
.km-header-wrap.km-scrolled .km-nav-inner { height: 60px; }
.km-logo-img { height: 52px; width: auto; max-width: none; max-height: 52px; display: block; transition: height .3s ease; }
.km-header-wrap.km-scrolled .km-logo-img { height: 42px; max-height: 42px; }
@media(max-width:1023px){ .km-nav-inner { height: 80px !important; } .km-logo-img { height: 60px !important; max-height: 60px !important; } }
.km-nav-cta-group { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.km-nav-quote { display: none; align-items: center; gap: 6px; background: transparent; border: 2px solid var(--red); color: var(--red); font-size: .85rem; font-weight: 700; padding: 8px 16px; border-radius: 6px; white-space: nowrap; transition: background .2s, color .2s; text-decoration: none; cursor: pointer; }
.km-nav-quote:hover { background: var(--red); color: #fff; }
@media(min-width:768px){ .km-nav-quote { display: flex; } }
.km-nav-phone { display: flex; align-items: center; gap: 9px; background: var(--red); color: #fff; padding: 9px 16px; border-radius: 8px; transition: background .2s; flex-shrink: 0; text-decoration: none; }
.km-nav-phone:hover { background: var(--red-dark); }
.km-nav-phone-icon { width: 30px; height: 30px; background: rgba(255,255,255,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.km-nav-phone-label { display: block; font-size: .63rem; font-weight: 600; opacity: .82; letter-spacing: .06em; text-transform: uppercase; }
.km-nav-phone-num { display: block; font-size: .95rem; font-weight: 800; color: #fff; }
@media(max-width:480px){ .km-nav-phone-text { display: none; } .km-nav-phone { padding: 9px; border-radius: 50%; } }
@media(max-width:1023px){
  .km-nav-phone { padding: 12px 18px; border-radius: 10px; gap: 10px; box-shadow: 0 4px 14px rgba(196,18,48,.4); }
  .km-nav-phone .km-nav-phone-text { display: flex; flex-direction: column; line-height: 1; }
  .km-nav-phone .km-nav-phone-label { display: block; font-size: .6rem; font-weight: 700; opacity: .9; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 2px; }
  .km-nav-phone .km-nav-phone-num { display: block; font-size: 1.05rem; font-weight: 800; letter-spacing: -.01em; }
  .km-nav-phone .km-nav-phone-icon { width: 32px; height: 32px; }
}
@media(max-width:480px){
  .km-nav-phone { padding: 10px 14px; gap: 8px; }
  .km-nav-phone .km-nav-phone-num { font-size: .95rem; }
  .km-nav-phone .km-nav-phone-label { font-size: .55rem; }
  .km-nav-phone .km-nav-phone-icon { width: 28px; height: 28px; }
}
@media(max-width:360px){ .km-nav-phone .km-nav-phone-text { display: none; } .km-nav-phone { padding: 12px; border-radius: 50%; } }

/* ============================================================ HERO ============================================================ */
.km-hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; padding-top: 116px; }
.km-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: 0; }
.km-hero-ov { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(26,31,46,.93) 0%, rgba(26,31,46,.80) 45%, rgba(26,31,46,.35) 100%), linear-gradient(to top, rgba(26,31,46,.6) 0%, transparent 60%); }
.km-hero-inner { position: relative; z-index: 2; max-width: 1140px; margin: 0 auto; padding: 80px 24px; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
.km-hero-left { max-width: 720px; width: 100%; }
.km-hero-sub { font-size: clamp(.95rem,2vw,1.12rem); color: rgba(255,255,255,.85); line-height: 1.65; margin: 0 auto 32px; max-width: 580px; }
.km-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; justify-content: center; }
.km-hero-trust { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
@media(max-width:767px){
  .km-hero-inner { padding: 40px 20px 380px; }
  .km-hero { min-height: 100vh; }
  .km-hero-img { object-position: center 70%; }
  .km-hero-ov { background: linear-gradient(to bottom, rgba(26,31,46,.94) 0%, rgba(26,31,46,.88) 30%, rgba(26,31,46,.55) 55%, rgba(26,31,46,.25) 80%, rgba(26,31,46,.15) 100%); }
}
.km-hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(196,18,48,.15); border: 1px solid rgba(196,18,48,.4); color: var(--red-light); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 20px; }
.km-hero-h1 { font-size: clamp(1.7rem,6vw,3.4rem); font-weight: 900; line-height: 1.14; color: #fff; margin: 0 0 16px; overflow-wrap: break-word; hyphens: none; }
.km-hero-h1 span { color: var(--red-light); }
.km-hero-btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: #fff; font-size: 1.08rem; font-weight: 800; padding: 16px 30px; border-radius: 9px; text-decoration: none; box-shadow: 0 6px 24px rgba(196,18,48,.4); transition: background .2s, transform .15s; cursor: pointer; }
.km-hero-btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.km-hero-badge { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.18); padding: 8px 14px; border-radius: 8px; }
.km-hero-badge-icon { color: var(--red-light); }
.km-hero-badge-text { color: #fff; font-size: .78rem; font-weight: 700; line-height: 1.3; }
.km-hero-badge-text small { display: block; font-weight: 400; opacity: .75; font-size: .7rem; }
.km-hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 3; }
.km-hero-scroll-dot { width: 28px; height: 44px; border: 2px solid rgba(255,255,255,.4); border-radius: 14px; margin: 0 auto; display: flex; justify-content: center; padding-top: 6px; }
.km-hero-scroll-dot::after { content: ''; width: 4px; height: 8px; background: #fff; border-radius: 2px; animation: kmScroll 1.6s ease-in-out infinite; }
@keyframes kmScroll { 0%,100% { opacity:1; transform:translateY(0); } 50% { opacity:.3; transform:translateY(8px); } }

/* ============================================================ BRANDS MARQUEE ============================================================ */
.km-br-section { padding: 60px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.km-br-header { text-align: center; margin-bottom: 40px; padding: 0 20px; }
.km-br-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: .71rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #8AABB8; margin-bottom: 10px; }
.km-br-title { font-size: clamp(1.5rem,3.5vw,2rem); font-weight: 800; color: var(--navy); margin: 0; line-height: 1.2; }
.km-br-title em { color: var(--red); font-style: normal; }
.km-br-runner { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%); display: flex; flex-direction: column; gap: 20px; padding: 6px 0; }
.km-br-track { display: flex; align-items: center; width: max-content; will-change: transform; animation: kmBrL 15s linear infinite; }
.km-br-track.km-br-rev { animation: kmBrR 18s linear infinite; }
.km-br-track:hover { animation-play-state: paused; }
@keyframes kmBrL { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes kmBrR { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.km-br-pill { display: inline-flex; align-items: center; gap: 14px; padding: 8px 36px; flex-shrink: 0; filter: grayscale(1) opacity(.42); transition: filter .35s ease; cursor: default; }
.km-br-pill:hover { filter: grayscale(0) opacity(1); }
.km-br-name { font-size: 1.32rem; font-weight: 900; white-space: nowrap; line-height: 1; letter-spacing: -.01em; }
.km-br-dia { width: 6px; height: 6px; border-radius: 1px; background: var(--red); opacity: .35; transform: rotate(45deg); flex-shrink: 0; }

/* ============================================================ REVIEWS CAROUSEL ============================================================ */
.km-rev { padding: 88px 20px; background: var(--cream); }
.km-rev-container { max-width: 1140px; margin: 0 auto; }
.km-rev-label { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.km-rev-title { font-size: clamp(1.55rem, 3.5vw, 2.2rem); font-weight: 800; color: var(--navy); margin-bottom: 14px; line-height: 1.22; letter-spacing: -.015em; }
.km-rev-sub { font-size: 1.03rem; color: var(--body); max-width: 520px; margin-bottom: 40px; line-height: 1.72; }
.km-rev-platforms { display: flex; align-items: center; gap: 32px; margin-bottom: 48px; flex-wrap: wrap; }
.km-rev-plat { display: flex; align-items: center; gap: 14px; }
.km-rev-plat-logo { height: 46px; width: auto; display: block; }
.km-rev-plat-info { display: flex; flex-direction: column; gap: 1px; }
.km-rev-plat-name { font-size: .78rem; font-weight: 700; color: var(--ink); letter-spacing: .02em; }
.km-rev-plat-score { display: flex; align-items: center; gap: 5px; }
.km-rev-plat-stars { font-size: .82rem; letter-spacing: .5px; line-height: 1; }
.km-rev-plat-num { font-size: .78rem; font-weight: 600; color: var(--body); }
.km-rev-carousel { position: relative; }
.km-rev-viewport { overflow: hidden; border-radius: 16px; margin: 0 -4px; padding: 4px; }
.km-rev-track { display: flex; gap: 20px; transition: transform .5s cubic-bezier(.25,.1,.25,1); will-change: transform; }
.km-rev-card { background: #fff; border-radius: 14px; padding: 28px 24px; border: 1px solid var(--line); box-shadow: 0 1px 8px rgba(26,31,46,.05); flex: 0 0 calc(33.333% - 14px); min-width: 0; display: flex; flex-direction: column; gap: 16px; transition: box-shadow .3s, transform .3s; }
.km-rev-card:hover { box-shadow: 0 8px 28px rgba(26,31,46,.1); transform: translateY(-2px); }
.km-rev-card-stars { color: var(--star); font-size: 1.05rem; letter-spacing: 2px; line-height: 1; }
.km-rev-card-text { font-size: .95rem; color: var(--body-2); line-height: 1.72; flex: 1; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.km-rev-card-author { display: flex; align-items: center; gap: 12px; padding-top: 12px; border-top: 1px solid #F0F4F8; margin-top: auto; }
.km-rev-card-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .95rem; font-weight: 800; flex-shrink: 0; }
.km-rev-card-name { font-size: .9rem; font-weight: 700; color: var(--navy); line-height: 1.3; }
.km-rev-card-date { font-size: .74rem; color: #8AACBE; margin-top: 1px; }
.km-rev-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 36px; }
.km-rvarr { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--red); background: #fff; display: flex; align-items: center; justify-content: center; color: var(--red); cursor: pointer; transition: all .25s; flex-shrink: 0; -webkit-appearance: none; appearance: none; box-shadow: none; padding: 0; font-size: 0; outline: none; }
.km-rvarr:hover { background: var(--red); color: #fff; }
.km-rvarr:disabled { opacity: .25; cursor: default; pointer-events: none; }
.km-rvdots { display: flex; gap: 8px; align-items: center; }
.km-rvdot { width: 8px; height: 8px; border-radius: 50%; background: #D0E2EE; border: none; cursor: pointer; padding: 0; transition: all .3s; -webkit-appearance: none; appearance: none; box-shadow: none; outline: none; }
.km-rvdot.active { background: var(--red); transform: scale(1.4); }
.km-rev-bottom { text-align: center; margin-top: 44px; }
.km-rev-bottom-link { display: inline-flex; align-items: center; gap: 6px; font-size: .88rem; font-weight: 600; color: var(--navy); text-decoration: none; padding: 10px 22px; border: 1.5px solid var(--red); border-radius: 50px; transition: all .25s; }
.km-rev-bottom-link:hover { background: var(--red); color: #fff; border-color: var(--red); }
@media (max-width: 1023px) { .km-rev-card { flex: 0 0 calc(50% - 10px); } }
@media (max-width: 599px) { .km-rev { padding: 64px 16px; } .km-rev-card { flex: 0 0 100%; padding: 24px 20px; } .km-rev-platforms { gap: 20px; } .km-rvarr { width: 38px; height: 38px; } }

/* ============================================================ SERVICES GRID ============================================================ */
.km-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.km-service-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 30px 26px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 1px 8px rgba(26,31,46,.05); transition: box-shadow .3s, transform .3s; overflow: hidden; }
.km-service-card:hover { box-shadow: 0 10px 30px rgba(26,31,46,.1); transform: translateY(-3px); }
.km-service-img { width: calc(100% + 52px); height: 190px; object-fit: cover; margin: -30px -26px 4px; }
.km-service-card:hover .km-service-img { }
.km-service-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(196,18,48,.1); color: var(--red); display: flex; align-items: center; justify-content: center; }
.km-service-card h3 { font-size: 1.22rem; font-weight: 800; color: var(--navy); margin: 0; }
.km-service-card p { font-size: .95rem; line-height: 1.7; color: var(--body); margin: 0; }
.km-service-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.km-service-bullets li { position: relative; padding-left: 24px; font-size: .9rem; color: var(--body-2); line-height: 1.5; }
.km-service-bullets li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 800; }
.km-service-card .km-card-btn { margin-top: auto; align-self: flex-start; }

/* ============================================================ WHY US / PILLARS ============================================================ */
.km-pillars-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.km-pillar { display: flex; gap: 18px; align-items: flex-start; }
.km-pillar-icon { width: 54px; height: 54px; flex-shrink: 0; border-radius: 14px; background: rgba(26,31,46,.07); color: var(--navy); display: flex; align-items: center; justify-content: center; }
.km-pillar h3 { font-size: 1.12rem; font-weight: 800; color: var(--navy); margin: 0 0 6px; }
.km-pillar p  { font-size: .94rem; line-height: 1.68; color: var(--body); margin: 0; }

/* ============================================================ HOW IT WORKS / STEPS ============================================================ */
.km-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.km-step { display: flex; gap: 16px; align-items: flex-start; }
.km-step-num { width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; background: var(--red); color: #fff; font-weight: 800; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; }
.km-step h3 { font-size: 1.08rem; font-weight: 800; color: #fff; margin: 0 0 6px; }
.km-step p  { font-size: .93rem; line-height: 1.68; color: rgba(255,255,255,.78); margin: 0; }
.km-steps-cta { text-align: center; margin-top: 44px; }

/* ============================================================ SERVICE AREAS ============================================================ */
.km-areas-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-bottom: 28px; }
.km-area-col h3 { font-size: 1.15rem; font-weight: 800; color: var(--navy); margin: 0 0 16px; }
.km-area-list { list-style: none; padding: 0; margin: 0; columns: 2; gap: 10px; }
.km-area-list li { position: relative; padding-left: 20px; margin-bottom: 9px; font-size: .92rem; color: var(--body-2); break-inside: avoid; }
.km-area-list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; background: var(--red); border-radius: 50%; }
.km-areas-note { font-size: .95rem; line-height: 1.75; color: var(--body); background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; }

/* ============================================================ FAQ ============================================================ */
.km-faq-sec { padding: 80px 20px; background: var(--cream); }
.km-faq-con { max-width: 800px; margin: 0 auto; }
.km-faq-lbl { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.km-faq-h2 { font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 800; color: var(--navy); margin-bottom: 48px; line-height: 1.25; letter-spacing: -.015em; }
.km-faq-lst { border-top: 1px solid #DDE8EF; }
.km-faqit { border-bottom: 1px solid #DDE8EF; }
.km-faqbtn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 4px; background: transparent; border: none; outline: none; cursor: pointer; -webkit-appearance: none; appearance: none; font-family: inherit; }
.km-faqtxt { flex: 1; min-width: 0; text-align: left; font-size: 1rem; font-weight: 700; color: var(--ink); line-height: 1.45; transition: color .2s; word-break: break-word; }
.km-faqbtn:hover .km-faqtxt { color: var(--navy); }
.km-faqit.km-open .km-faqtxt { color: var(--navy); }
.km-faqico { width: 28px; height: 28px; min-width: 28px; border-radius: 50%; border: 2px solid var(--red); background: transparent; color: var(--red); font-size: 1.2rem; font-weight: 400; line-height: 1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .25s, color .25s; }
.km-faqit.km-open .km-faqico { background: var(--red); color: #fff; }
.km-faqbod { max-height: 0; overflow: hidden; transition: max-height .42s ease; }
.km-faqit.km-open .km-faqbod { max-height: 600px; }
.km-faqinn { padding: 4px 4px 26px; font-size: .97rem; color: var(--body); line-height: 1.78; }
.km-faqinn a { color: var(--red); font-weight: 700; text-decoration: none; }
@media (max-width: 599px) { .km-faq-sec { padding: 56px 16px; } .km-faq-h2 { margin-bottom: 32px; } .km-faqtxt { font-size: .88rem; } .km-faqbtn { padding: 18px 2px; gap: 10px; } .km-faqico { width: 24px; height: 24px; min-width: 24px; font-size: 1rem; } .km-faqinn { font-size: .88rem; padding-bottom: 20px; } }

/* ============================================================ FINAL CTA + FORM ============================================================ */
.km-final { background: var(--navy); padding: 80px 20px; text-align: center; }
.km-final h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 900; color: #fff; margin: 0 0 14px; }
.km-final p  { font-size: 1.05rem; color: rgba(255,255,255,.8); max-width: 600px; margin: 0 auto 28px; line-height: 1.7; }
.km-final-phone { display: inline-flex; align-items: center; gap: 12px; font-size: 1.6rem; font-weight: 900; color: #fff; text-decoration: none; background: var(--red); padding: 16px 32px; border-radius: 12px; box-shadow: 0 8px 28px rgba(196,18,48,.4); transition: background .2s; }
.km-final-phone:hover { background: var(--red-dark); }
.km-form-wrap { max-width: 480px; margin: 40px auto 0; background: #fff; border-radius: 16px; padding: 28px 26px; text-align: left; }
.km-form-wrap h3 { font-size: 1.2rem; font-weight: 800; color: var(--navy); margin: 0 0 18px; }
.km-form-group { margin-bottom: 12px; }
.km-form-group input, .km-form-group select, .km-form-group textarea { width: 100%; padding: 12px 14px; border: 1.5px solid #D8E8F0; border-radius: 8px; font-size: .95rem; color: var(--ink); background: var(--cream-2); box-sizing: border-box; -webkit-appearance: none; appearance: none; outline: none; transition: border-color .2s, box-shadow .2s; font-family: inherit; }
.km-form-group input:focus, .km-form-group select:focus, .km-form-group textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,31,46,.1); background: #fff; }
.km-form-btn { width: 100%; padding: 14px; background: var(--red); color: #fff; border: none; border-radius: 9px; font-size: 1rem; font-weight: 800; cursor: pointer; transition: background .2s; font-family: inherit; }
.km-form-btn:hover { background: var(--red-dark); }
.km-form-note { font-size: .8rem; color: var(--body); text-align: center; margin: 10px 0 0; }

/* ============================================================ FOOTER ============================================================ */
.km-lp-footer { background: var(--navy); color: var(--slate-on-dark); }
.km-lp-footer-inner { max-width: 1140px; margin: 0 auto; padding: 36px 20px 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.km-lp-footer-logo img { height: 44px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .9; }
.km-lp-footer-logotype { font-size: 1.15rem; font-weight: 900; color: #fff; letter-spacing: -.01em; }
.km-lp-footer-logotype span { color: var(--red-light); }
.km-lp-footer-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.km-lp-footer-item { display: flex; align-items: center; gap: 6px; font-size: .75rem; font-weight: 500; color: var(--slate-on-dark); white-space: nowrap; }
.km-lp-footer-stars { color: var(--star); font-size: .8rem; letter-spacing: 1px; }
.km-lp-footer-phone { display: flex; align-items: center; gap: 9px; background: var(--red); color: #fff; padding: 10px 18px; border-radius: 8px; text-decoration: none; transition: background .2s; flex-shrink: 0; }
.km-lp-footer-phone:hover { background: var(--red-dark); }
.km-lp-footer-phone-icon { width: 28px; height: 28px; background: rgba(255,255,255,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.km-lp-footer-phone-label { display: block; font-size: .6rem; font-weight: 700; opacity: .9; letter-spacing: .07em; text-transform: uppercase; }
.km-lp-footer-phone-num { display: block; font-size: .95rem; font-weight: 800; }
.km-lp-footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.1); margin: 0; }
.km-lp-footer-bottom { max-width: 1140px; margin: 0 auto; padding: 14px 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; font-size: .72rem; color: rgba(176,190,197,.6); }
.km-lp-footer-bottom a { color: rgba(176,190,197,.6); text-decoration: none; transition: color .2s; }
.km-lp-footer-bottom a:hover { color: var(--slate-on-dark); }
.km-lp-footer-bottom-links { display: flex; gap: 16px; }
@media(max-width:640px){ .km-lp-footer-inner { flex-direction: column; align-items: flex-start; gap: 20px; } .km-lp-footer-phone { width: 100%; justify-content: center; } .km-lp-footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; } }

/* ============================================================ MOBILE FLOATING CALL BAR ============================================================ */
.km-fab { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; background: var(--red); color: #fff; text-decoration: none; padding: 14px 18px calc(14px + env(safe-area-inset-bottom)); box-shadow: 0 -6px 20px rgba(26,31,46,.18); align-items: center; justify-content: center; gap: 12px; transition: background .2s; }
.km-fab:hover, .km-fab:active { background: var(--red-dark); }
@media(max-width:1023px){ .km-fab { display: flex; } body { padding-bottom: 70px; } }
.km-fab-icon { width: 32px; height: 32px; background: rgba(255,255,255,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.km-fab-text { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; font-size: 1.05rem; letter-spacing: -.01em; }

/* ============================================================ QUOTE MODAL ============================================================ */
.km-qm { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 16px; opacity: 0; visibility: hidden; transition: opacity .28s, visibility .28s; }
.km-qm.km-qm-open { opacity: 1; visibility: visible; }
.km-qm-bd { position: absolute; inset: 0; background: rgba(13,16,23,.8); backdrop-filter: blur(5px); cursor: pointer; }
.km-qm-box { position: relative; z-index: 1; background: #fff; border-radius: 18px; width: 100%; max-width: 500px; box-shadow: 0 28px 80px rgba(26,31,46,.4); overflow: hidden; max-height: 92vh; overflow-y: auto; transform: translateY(22px) scale(.97); transition: transform .28s ease; }
.km-qm.km-qm-open .km-qm-box { transform: translateY(0) scale(1); }
.km-qm-head { background: var(--navy); padding: 22px 24px 18px; position: relative; }
.km-qm-head h3 { color: #fff; font-size: 1.18rem; font-weight: 800; margin: 0 0 3px; }
.km-qm-head p { color: rgba(255,255,255,.68); font-size: .83rem; margin: 0; }
.km-qm-x { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.15); border: none; color: #fff; font-size: 1.25rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.km-qm-x:hover { background: rgba(255,255,255,.28); }
.km-qm-body { padding: 22px 24px 26px; }
.km-qm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media(max-width:480px){ .km-qm-row { grid-template-columns: 1fr; } }
.km-qm-g { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.km-qm-g label { font-size: .76rem; font-weight: 700; color: #2A3C4E; letter-spacing: .02em; }
.km-qm-g input, .km-qm-g select, .km-qm-g textarea { width: 100%; padding: 10px 13px; border: 1.5px solid #D8E8F0; border-radius: 8px; font-size: .92rem; color: var(--ink); background: var(--cream-2); outline: none; box-sizing: border-box; -webkit-appearance: none; appearance: none; transition: border-color .2s, box-shadow .2s; font-family: inherit; }
.km-qm-g input:focus, .km-qm-g select:focus, .km-qm-g textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(26,31,46,.1); background: #fff; }
.km-qm-g textarea { resize: vertical; min-height: 76px; }
.km-qm-submit { width: 100%; padding: 14px; background: var(--red); color: #fff; border: none; border-radius: 9px; font-size: 1rem; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px; transition: background .2s; margin-top: 4px; box-shadow: 0 4px 18px rgba(196,18,48,.35); -webkit-appearance: none; appearance: none; font-family: inherit; }
.km-qm-submit:hover { background: var(--red-dark); }
.km-qm-submit:disabled { opacity: .6; cursor: not-allowed; }
.km-qm-ok { display: none; text-align: center; padding: 16px 0 6px; }
.km-qm-ok-icon { width: 60px; height: 60px; background: #E8F5EC; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; color: #1a7c36; }
.km-qm-ok h4 { font-size: 1.15rem; font-weight: 800; color: var(--navy); margin: 0 0 8px; }
.km-qm-ok p { font-size: .88rem; color: var(--body); margin: 0; line-height: 1.6; }

/* ============================================================ RESPONSIVE ============================================================ */
@media (max-width: 1023px) { .km-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) {
  .km-section { padding: 56px 16px; }
  .km-services-grid, .km-pillars-grid, .km-steps-grid, .km-areas-cols { grid-template-columns: 1fr; }
  .km-area-list { columns: 1; }
  .km-final-phone { font-size: 1.3rem; padding: 14px 22px; }
}

/* ============================================================ CAR MAKES GRID (automotive LP) ============================================================ */
.km-makes-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 8px; }
.km-make { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; box-shadow: 0 1px 6px rgba(26,31,46,.04); transition: box-shadow .25s, transform .25s; }
.km-make:hover { box-shadow: 0 8px 22px rgba(26,31,46,.1); transform: translateY(-2px); }
.km-make img { max-width: 78%; max-height: 60px; width: auto; object-fit: contain; filter: grayscale(1) opacity(.7); transition: filter .3s; }
.km-make:hover img { filter: grayscale(0) opacity(1); }
@media(max-width:900px){ .km-makes-grid { grid-template-columns: repeat(4, 1fr); } }
@media(max-width:520px){ .km-makes-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } .km-make { padding: 10px; } }

/* ============================================================ IMAGE FEATURE BLOCK (LP) ============================================================ */
.km-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.km-feature--flip .km-feature-media { order: 2; }
.km-feature-media { border-radius: 18px; overflow: hidden; box-shadow: 0 18px 50px rgba(26,31,46,.16); }
.km-feature-media img { width: 100%; height: 100%; max-height: 460px; object-fit: cover; display: block; }
.km-feature-body h2 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); font-weight: 800; color: var(--navy); line-height: 1.22; letter-spacing: -.015em; margin: 10px 0 16px; }
.km-feature-body p { font-size: 1.02rem; color: var(--body); line-height: 1.74; margin: 0 0 18px; }
.km-feature-list { list-style: none; padding: 0; margin: 0 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.km-feature-list li { position: relative; padding-left: 26px; font-size: .95rem; color: var(--body-2); line-height: 1.5; }
.km-feature-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 800; }
@media(max-width:820px){ .km-feature { grid-template-columns: 1fr; gap: 28px; } .km-feature--flip .km-feature-media { order: 0; } .km-feature-list { grid-template-columns: 1fr; } }

/* Sub-page hero is a touch shorter than the homepage hero */
.km-hero--sub { min-height: 76vh; }
@media(max-width:767px){ .km-hero--sub { min-height: auto; } .km-hero--sub .km-hero-inner { padding: 40px 20px 320px; } }

/* ============================================================ SERVICES EXPLORE LINKS (homepage -> landing pages) ============================================================ */
.km-services-explore { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.km-explore-link { display: flex; flex-direction: column; gap: 2px; background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 16px 18px; text-decoration: none; font-size: .88rem; color: var(--body); font-weight: 500; transition: border-color .2s, box-shadow .2s, transform .2s; position: relative; }
.km-explore-link span { font-size: 1rem; font-weight: 800; color: var(--navy); }
.km-explore-link svg { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--red); transition: transform .2s; }
.km-explore-link:hover { border-color: var(--red); box-shadow: 0 8px 22px rgba(196,18,48,.12); transform: translateY(-2px); }
.km-explore-link:hover svg { transform: translateY(-50%) translateX(3px); }
@media(max-width:767px){ .km-services-explore { grid-template-columns: 1fr; } }

/* ============================================================ PROCESS STEPPER (How It Works) ============================================================ */
.km-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; margin-top: 8px; }
.km-process-line { position: absolute; top: 36px; left: 16.66%; right: 16.66%; height: 4px; background: rgba(255,255,255,.12); border-radius: 3px; overflow: hidden; z-index: 0; }
.km-process-line-fill { display: block; height: 100%; width: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--red) 0%, var(--red-light) 45%, #22c55e 100%); transform: scaleX(0); transform-origin: left center; transition: transform 1.1s cubic-bezier(.4,0,.2,1) .15s; }
.km-pstep { position: relative; text-align: center; padding: 0 10px; }
.km-pstep-ico { position: relative; width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 20px; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; border: 5px solid var(--navy); box-shadow: 0 10px 26px rgba(196,18,48,.4); z-index: 1; transition: transform .3s ease, box-shadow .3s ease; }
.km-pstep:hover .km-pstep-ico { transform: translateY(-4px) scale(1.05); box-shadow: 0 16px 34px rgba(196,18,48,.5); }
.km-pstep-glyph { display: block; }
.km-pstep-num { position: absolute; top: -7px; right: -7px; width: 25px; height: 25px; border-radius: 50%; background: #fff; color: var(--red); font-size: .8rem; font-weight: 900; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(13,16,23,.35); }
.km-pstep--done .km-pstep-ico { background: #22c55e; box-shadow: 0 10px 26px rgba(34,197,94,.45); }
.km-pstep--done:hover .km-pstep-ico { box-shadow: 0 16px 34px rgba(34,197,94,.55); }
.km-pstep h3 { font-size: 1.12rem; font-weight: 800; color: #fff; margin: 0 0 8px; }
.km-pstep p { font-size: .93rem; line-height: 1.68; color: rgba(255,255,255,.78); margin: 0; }
.km-pstep-check { stroke-dasharray: 26; stroke-dashoffset: 26; }
.is-visible .km-process-line-fill { transform: scaleX(1); }
.is-visible .km-pstep-check { animation: kmDraw .55s ease .9s forwards; }
@keyframes kmDraw { to { stroke-dashoffset: 0; } }
@media (max-width: 767px) {
  .km-process { grid-template-columns: 1fr; gap: 30px; max-width: 440px; margin: 0 auto; }
  .km-process-line { display: none; }
  .km-pstep { text-align: left; padding: 0 0 0 92px; }
  .km-pstep-ico { position: absolute; left: 0; top: 0; margin: 0; }
  .km-pstep::before { content: ''; position: absolute; left: 34px; top: 76px; bottom: -30px; width: 4px; background: rgba(255,255,255,.12); border-radius: 3px; }
  .km-pstep:last-child::before { display: none; }
}

/* ============================================================ SCROLL REVEAL (perf: GPU transforms, observer fires once) ============================================================ */
.km-js .km-reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.4,0,.2,1); }
.km-js .km-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .km-js .km-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .km-process-line-fill { transform: scaleX(1) !important; }
  .km-pstep-check { stroke-dashoffset: 0 !important; animation: none !important; }
}

/* ============================================================ HERO PHOTO VARIANT (bright Barrie skyline) + GHOST CTA ============================================================ */
.km-hero--photo .km-hero-img { object-position: center 58%; }
.km-hero--photo .km-hero-ov {
  background:
    radial-gradient(120% 90% at 50% 38%, rgba(13,16,23,.55) 0%, rgba(13,16,23,.30) 55%, rgba(13,16,23,.10) 100%),
    linear-gradient(180deg, rgba(13,16,23,.62) 0%, rgba(26,31,46,.50) 45%, rgba(26,31,46,.66) 100%);
}
@media(max-width:767px){
  .km-hero--photo .km-hero-img { object-position: center 62%; }
  .km-hero--photo .km-hero-ov {
    background: linear-gradient(180deg, rgba(13,16,23,.80) 0%, rgba(26,31,46,.66) 40%, rgba(26,31,46,.55) 70%, rgba(26,31,46,.62) 100%);
  }
}
.km-hero-btn-ghost { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.10); color: #fff; font-size: 1.02rem; font-weight: 700; padding: 15px 26px; border-radius: 9px; border: 1.5px solid rgba(255,255,255,.45); backdrop-filter: blur(4px); cursor: pointer; transition: background .2s, border-color .2s, transform .15s; font-family: inherit; }
.km-hero-btn-ghost:hover { background: rgba(255,255,255,.18); border-color: #fff; transform: translateY(-1px); }

/* ============================================================ RESPONSIVE HARDENING (no horizontal overflow / clipping) ============================================================ */
html, body { overflow-x: hidden; max-width: 100%; }
.km-hero-inner { max-width: 100%; }
.km-hero-left { min-width: 0; max-width: 100%; }
.km-hero-h1 { max-width: 100%; }
@media (max-width: 767px) {
  .km-hero-h1 { font-size: clamp(1.5rem, 7.2vw, 2.4rem); }
  .km-hero-inner { padding-left: 18px; padding-right: 18px; }
  .km-hero-tag { white-space: normal; text-align: center; }
}
@media (max-width: 380px) {
  .km-hero-h1 { font-size: 1.45rem; }
}
