/*
Theme Name: Car Key Programming LK
Theme URI: https://carkeyprogramming.lk/
Author: OpenAI
Description: Lightweight SEO-first WordPress theme for carkeyprogramming.lk with Rank Math compatibility, mobile call/WhatsApp CTAs, service/location/vehicle templates, and Recent Jobs support.
Version: 7.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: carkeyprogramming
*/

:root{
  --bg:#0b0f14;
  --surface:#111820;
  --surface-2:#17212b;
  --text:#f4f7fa;
  --muted:#aeb9c5;
  --line:#263442;
  --accent:#f5b400;
  --accent-2:#ffd45a;
  --ink:#101318;
  --max:1180px;
  --radius:18px;
  --shadow:0 16px 50px rgba(0,0,0,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#18212a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:99;background:rgba(11,15,20,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:800;letter-spacing:-.02em}
.brand-mark{width:38px;height:38px;border-radius:10px;background:var(--accent);display:grid;place-items:center;color:#111;font-weight:900}
.brand small{display:block;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.primary-nav ul{display:flex;gap:20px;list-style:none;padding:0;margin:0;align-items:center}
.primary-nav a{color:#dfe7ee;font-weight:650;font-size:14px}
.primary-nav a:hover{color:#fff}
.header-actions{display:flex;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border-radius:12px;font-weight:800;border:1px solid transparent;transition:.2s ease}
.btn-primary{background:var(--accent);color:#101318}.btn-primary:hover{background:var(--accent-2)}
.btn-dark{background:#111820;color:#fff;border-color:#2b3946}.btn-dark:hover{background:#1a2631}
.btn-light{background:#fff;color:#101318}.btn-light:hover{background:#eef2f5}
.hero{background:radial-gradient(circle at 80% 20%,rgba(245,180,0,.15),transparent 30%),linear-gradient(180deg,#0b0f14,#101821);color:#fff;padding:88px 0 72px}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:56px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:850;color:var(--accent)}
h1,h2,h3{line-height:1.15;letter-spacing:-.035em;margin:0 0 16px}
h1{font-size:clamp(42px,6vw,72px);max-width:900px}
h2{font-size:clamp(30px,4vw,46px)}
h3{font-size:22px}
.hero p{font-size:19px;color:#c8d2dc;max-width:720px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-card{background:linear-gradient(160deg,#16212b,#0f151c);border:1px solid #263442;border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.hero-card ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.hero-card li{display:flex;gap:12px;align-items:flex-start;color:#dce5ed}
.check{width:24px;height:24px;border-radius:50%;background:rgba(245,180,0,.14);color:var(--accent);display:grid;place-items:center;flex:0 0 auto;font-weight:900}
.section{padding:78px 0}.section-alt{background:#f5f7f9}.section-dark{background:#0f151c;color:#fff}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}
.section-head p{max-width:680px;color:#5e6b77;margin:0}.section-dark .section-head p{color:#acb7c1}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid #e3e9ee;border-radius:var(--radius);padding:24px;box-shadow:0 8px 22px rgba(16,24,40,.04)}
.card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(16,24,40,.08)}
.card h3{font-size:20px}.card p{margin:0 0 18px;color:#66737f}.card .link{font-weight:800;color:#111}
.icon-box{width:46px;height:46px;border-radius:12px;background:#fff5cf;color:#1a1a1a;display:grid;place-items:center;font-weight:900;margin-bottom:18px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.list-clean{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}.list-clean li{display:flex;gap:10px;align-items:flex-start}
.local-links{display:flex;flex-wrap:wrap;gap:10px}.local-links a{padding:10px 14px;border:1px solid #d8e0e7;border-radius:999px;background:#fff;font-weight:700;font-size:14px}.local-links a:hover{border-color:#9aa8b6}
.notice{background:#fff5cf;border:1px solid #f0d15b;border-radius:16px;padding:20px}
.content-wrap{width:min(860px,calc(100% - 40px));margin:0 auto}.page-hero{background:#0f151c;color:#fff;padding:58px 0 50px}.page-hero p{max-width:760px;color:#c2ccd5}
.entry-content h2{margin-top:46px}.entry-content h3{margin-top:30px}.entry-content a{text-decoration:underline;text-underline-offset:3px}.entry-content ul,.entry-content ol{padding-left:24px}
.breadcrumbs{font-size:13px;color:#6e7a85;padding:16px 0}.section-dark .breadcrumbs{color:#aab5bf}
.footer{background:#090d12;color:#cbd5de;padding:56px 0 26px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:36px}.footer h3{color:#fff;font-size:18px}.footer a{color:#dbe4ec}.footer-bottom{border-top:1px solid #222f3b;margin-top:38px;padding-top:22px;color:#8996a2;font-size:13px}
.mobile-bar{display:none}
.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid #33414e;border-radius:10px;padding:8px 10px}
.job-meta{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.pill{font-size:12px;font-weight:800;padding:6px 9px;border-radius:999px;background:#eef2f5;color:#45515d}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.job-card img{border-radius:14px;margin-bottom:16px;aspect-ratio:16/10;object-fit:cover}
.faq details{border-top:1px solid #dce3e8;padding:18px 0}.faq details:last-child{border-bottom:1px solid #dce3e8}.faq summary{cursor:pointer;font-weight:800;font-size:17px}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}
@media(max-width:980px){.primary-nav{display:none;position:absolute;left:20px;right:20px;top:74px;background:#101821;border:1px solid #2a3947;border-radius:16px;padding:18px}.primary-nav.is-open{display:block}.primary-nav ul{display:grid;gap:12px}.menu-toggle{display:block}.header-actions .btn-dark{display:none}.hero-grid,.split{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.archive-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(100% - 28px,var(--max))}.hero{padding:62px 0 54px}.hero-card{padding:22px}.section{padding:56px 0}.grid-3,.grid-4,.archive-grid{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:10px}.header-actions{display:none}.footer-grid{grid-template-columns:1fr}.mobile-bar{position:fixed;z-index:120;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;background:#0b0f14;border-top:1px solid #283542;padding:10px;gap:8px}.mobile-bar a{min-height:48px}.footer{padding-bottom:100px}}
/* V4 service-page redesign */
.service-hero-v4{padding:72px 0 62px;background:linear-gradient(135deg,#0b0f14,#17212b);color:#fff}.service-hero-v4 h1{max-width:850px;font-size:clamp(2.35rem,5vw,4.5rem);line-height:1.04;margin:.45rem 0 1rem}.hero-sub{max-width:760px;color:#c7d0d9;font-size:1.08rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn.ghost{border:1px solid #536273;color:#fff;background:transparent}.btn.full{display:block;text-align:center;width:100%}.service-body{background:#f6f8fa}.service-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:48px;align-items:start}.service-article{background:#fff;border:1px solid #e2e7eb;border-radius:20px;padding:clamp(24px,4vw,54px);box-shadow:0 12px 40px rgba(17,24,39,.06)}.service-article>p:first-of-type{font-size:1.15rem;color:#334155}.service-article h2{font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.2;margin:2.4em 0 .65em;color:#101820}.service-article h3{font-size:1.15rem;margin:1.55em 0 .35em}.service-article a{color:#9b6c00;text-decoration:underline;text-underline-offset:3px}.service-featured,.service-featured-placeholder{margin:0 0 38px;border-radius:16px;overflow:hidden}.service-featured img{width:100%;height:auto;display:block}.service-featured-placeholder,.ckp-image-slot{min-height:230px;border:2px dashed #cbd5df;background:#f8fafc;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px;color:#64748b;border-radius:16px}.service-featured-placeholder strong,.ckp-image-slot strong{color:#25313d;font-size:1.05rem}.ckp-image-slot{margin:34px 0}.service-steps{padding-left:1.3rem}.service-steps li{margin:.8rem 0}.service-faq{border-top:1px solid #e5e9ed}.service-faq h3{padding-top:18px}.service-sidebar{position:sticky;top:110px;display:grid;gap:18px}.sidebar-card{background:#fff;border:1px solid #e2e7eb;border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(17,24,39,.05)}.sidebar-card>strong{display:block;font-size:1.2rem;margin-bottom:8px}.sidebar-card>a:not(.btn){display:block;padding:10px 0;border-bottom:1px solid #edf0f2;color:#334155}.sidebar-card>a:last-child{border-bottom:0}@media(max-width:900px){.service-layout{grid-template-columns:1fr}.service-sidebar{position:static}.service-hero-v4{padding:52px 0}.service-article{padding:24px}.service-featured-placeholder,.ckp-image-slot{min-height:180px}}
/* V5 commercial service landing pages */
.service-hero-v5{padding:64px 0 58px;background:linear-gradient(135deg,#0b0f14,#17212b);color:#fff}.service-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:54px;align-items:center}.service-hero-v5 h1{font-size:clamp(2.4rem,5vw,4.35rem);line-height:1.03;margin:.5rem 0 1rem;max-width:850px}.service-hero-v5 .hero-sub{max-width:760px}.service-hero-image{margin:0;border-radius:18px;overflow:hidden;aspect-ratio:4/3;background:#111}.service-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.service-trust{background:#fff;border-bottom:1px solid #e5e9ed}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;font-weight:700;color:#273442}.trust-row span{padding:18px 12px;border-right:1px solid #e5e9ed}.trust-row span:last-child{border-right:0}.service-content-v5{background:#fff;padding:64px 0 84px}.service-copy-v5{max-width:1040px;margin:0 auto;font-size:1.05rem;line-height:1.82;color:#344250}.service-copy-v5>p:first-child{font-size:1.22rem;line-height:1.7;color:#17212b;max-width:900px}.service-copy-v5 h2{font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.18;color:#101820;margin:2.25em 0 .6em}.service-copy-v5 h3{font-size:1.22rem;color:#17212b;margin:1.7em 0 .4em}.service-copy-v5 a{color:#8a6100;text-decoration:underline;text-underline-offset:3px}.service-copy-v5 ul,.service-copy-v5 ol{padding-left:1.4rem}.service-copy-v5 li{margin:.55rem 0}.service-copy-v5 .service-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;list-style:none;padding:0;counter-reset:steps}.service-copy-v5 .service-steps li{counter-increment:steps;border:1px solid #e2e7eb;border-radius:14px;padding:20px;background:#f8fafc}.service-copy-v5 .service-steps li:before{content:counter(steps);display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#f2b705;color:#111;font-weight:800;margin-right:9px}.service-copy-v5 .service-faq{margin-top:16px;border-top:1px solid #e5e9ed}.service-copy-v5 .service-faq h3{margin-top:0;padding-top:22px}.service-copy-v5 .ckp-image-slot,.service-copy-v5 .service-featured-placeholder{display:none!important}.service-copy-v5 .ckp-cta{margin-top:56px}.service-copy-v5 .ckp-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-copy-v5 .ckp-service-card{border:1px solid #e1e7ec;border-radius:14px;padding:20px;background:#f8fafc}.service-copy-v5 .ckp-service-card strong{display:block;color:#101820;font-size:1.08rem;margin-bottom:6px}@media(max-width:850px){.service-hero-grid{grid-template-columns:1fr}.service-hero-image{max-width:620px}.trust-row{grid-template-columns:repeat(2,1fr)}.trust-row span:nth-child(2){border-right:0}.service-content-v5{padding:44px 0 64px}.service-copy-v5 .service-steps,.service-copy-v5 .ckp-service-grid{grid-template-columns:1fr}}@media(max-width:520px){.service-hero-v5{padding:44px 0}.trust-row{grid-template-columns:1fr}.trust-row span{border-right:0;border-bottom:1px solid #e5e9ed}.service-copy-v5{font-size:1rem}}

/* ========================= V6 CONVERSION UI ========================= */
/* Theme Version 6.0.0 */
.service-hero-v6{padding:58px 0 46px;background:radial-gradient(circle at 82% 18%,rgba(245,180,0,.14),transparent 26%),linear-gradient(135deg,#0b0f14,#17212b);color:#fff}.service-hero-grid-v6{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:48px;align-items:center}.service-hero-v6 h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.02;margin:.5rem 0 1rem}.service-hero-v6 .hero-sub{font-size:1.15rem;max-width:760px}.hero-microcopy{font-size:.92rem!important;color:#9eabb7!important;margin:16px 0 0!important}.service-hero-image-v6{margin:0;border:1px solid #2d3d4b;border-radius:22px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.25)}.service-hero-image-v6 img{width:100%;aspect-ratio:4/3;object-fit:cover}.service-trust-v6{border-bottom:1px solid #e5e9ed;background:#fff}.trust-row-v6{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;font-weight:800;font-size:.93rem}.trust-row-v6 span{padding:15px 10px;border-right:1px solid #e5e9ed}.trust-row-v6 span:last-child{border-right:0}.service-intents-v6{padding:22px 0;background:#f6f8fa;border-bottom:1px solid #e5e9ed}.intent-grid-v6{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.intent-grid-v6 a{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff;border:1px solid #dfe6ec;border-radius:14px;padding:18px 20px;transition:.2s}.intent-grid-v6 a:hover{transform:translateY(-2px);border-color:#bdc9d3;box-shadow:0 10px 24px rgba(17,24,39,.06)}.intent-grid-v6 strong{display:block;color:#121a22}.intent-grid-v6 span{font-size:.88rem;color:#687783;text-align:right}.service-content-v6{padding:62px 0 74px;background:#fff}.service-copy-v6{max-width:1060px;margin:0 auto;font-size:1.055rem;line-height:1.82;color:#344250}.service-copy-v6>p:first-child{font-size:1.22rem;line-height:1.7;color:#17212b;max-width:920px}.service-copy-v6 h2{font-size:clamp(1.7rem,3vw,2.35rem);margin:2.05em 0 .58em;color:#101820}.service-copy-v6 h3{font-size:1.2rem;margin:1.6em 0 .35em}.service-copy-v6 a{color:#805a00;text-decoration:underline;text-underline-offset:3px}.service-copy-v6 .service-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;list-style:none;padding:0;counter-reset:steps}.service-copy-v6 .service-steps li{counter-increment:steps;border:1px solid #e2e7eb;border-radius:14px;padding:18px;background:#f8fafc}.service-copy-v6 .service-steps li:before{content:counter(steps);display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--accent);font-weight:900;margin-bottom:12px;color:#111}.service-copy-v6 .ckp-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-copy-v6 .ckp-service-card{border:1px solid #e1e7ec;border-radius:14px;padding:20px;background:#f8fafc}.service-copy-v6 .ckp-service-card strong{display:block;color:#101820;font-size:1.08rem;margin-bottom:6px}.service-copy-v6 .ckp-image-slot,.service-copy-v6 .service-featured-placeholder,.service-copy-v6 .ckp-cta{display:none!important}
.request-section-v6{padding:72px 0;background:#f3f6f8;border-top:1px solid #e2e7eb}.request-grid-v6{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:start}.request-grid-v6 h2{font-size:clamp(2rem,4vw,3.1rem);margin:.5rem 0 1rem}.request-grid-v6>div>p{color:#5f6e7b;font-size:1.06rem}.request-points{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:12px}.request-points li{position:relative;padding-left:30px;font-weight:700}.request-points li:before{content:'✓';position:absolute;left:0;top:0;color:#9b6d00;font-weight:900}.service-form-v6{background:#fff;border:1px solid #dfe6ec;border-radius:20px;padding:26px;box-shadow:0 14px 40px rgba(17,24,39,.06)}.form-grid-v6{display:grid;grid-template-columns:1fr 1fr;gap:16px}.service-form-v6 label{display:block}.service-form-v6 label>span{display:block;font-size:.88rem;font-weight:800;color:#344250;margin:0 0 7px}.service-form-v6 input[type=text],.service-form-v6 input[type=tel],.service-form-v6 select,.service-form-v6 textarea{width:100%;border:1px solid #cfd8e1;background:#fff;border-radius:10px;padding:12px 13px;font:inherit;color:#16202a;outline:none}.service-form-v6 input:focus,.service-form-v6 select:focus,.service-form-v6 textarea:focus{border-color:#a67800;box-shadow:0 0 0 3px rgba(245,180,0,.14)}.form-full-v6{margin-top:16px}.consent-v6{display:flex!important;gap:9px;align-items:flex-start;margin:15px 0}.consent-v6 span{font-weight:600!important;margin:0!important}.form-submit-v6{width:100%;min-height:52px;font-size:1rem}.form-note-v6{margin:10px 0 0;text-align:center;color:#75828d;font-size:.82rem}.hp-field-v6{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.form-success-v6,.form-error-v6{padding:14px 16px;border-radius:12px;margin-bottom:16px}.form-success-v6{background:#edf8ef;border:1px solid #b7dbbe;color:#1e5a2c}.form-error-v6{background:#fff2f2;border:1px solid #e4bcbc;color:#8b2929}.final-cta-v6{padding:46px 0;background:#0d141b;color:#fff}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.final-cta-v6 h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:.35rem 0 .5rem}.final-cta-v6 p{color:#b8c3cc;margin:0}
.services-hero-v6{padding:72px 0 62px;background:radial-gradient(circle at 78% 12%,rgba(245,180,0,.16),transparent 28%),#0d141b;color:#fff}.services-hero-inner-v6{max-width:900px}.services-hero-v6 h1{font-size:clamp(2.8rem,6vw,5rem);margin:.45rem 0 1rem}.services-hero-v6 p{font-size:1.15rem;color:#c6d0d8;max-width:760px}.services-quick-v6{padding:24px 0;background:#f5f7f9}.quick-grid-v6{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quick-grid-v6 a{background:#fff;border:1px solid #dfe6ec;border-radius:16px;padding:20px;display:flex;gap:15px;align-items:center;box-shadow:0 8px 22px rgba(16,24,40,.04)}.quick-icon-v6{width:44px;height:44px;flex:0 0 auto;border-radius:12px;background:#fff4cb;display:grid;place-items:center;font-weight:900;color:#171717}.quick-grid-v6 strong{display:block;font-size:1rem}.quick-grid-v6 small{display:block;color:#6b7884;margin-top:2px}.services-group-v6{padding:68px 0}.services-group-v6:nth-of-type(even){background:#f8fafb}.services-group-head-v6{display:flex;justify-content:space-between;gap:38px;align-items:end;margin-bottom:30px}.services-group-head-v6 h2{margin:.4rem 0 0}.services-group-head-v6 p{max-width:500px;color:#65737f;margin:0}.services-card-grid-v6{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card-v6{display:flex;flex-direction:column;min-height:245px;padding:24px;border:1px solid #dde5eb;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(16,24,40,.04);transition:.2s}.service-card-v6:hover{transform:translateY(-3px);border-color:#b7c4ce;box-shadow:0 16px 36px rgba(16,24,40,.08)}.service-card-icon-v6{display:inline-flex;align-self:flex-start;padding:7px 10px;border-radius:999px;background:#fff4cb;color:#5f4500;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.service-card-v6 h3{margin:20px 0 10px;font-size:1.35rem}.service-card-v6 p{color:#687682;margin:0 0 20px}.service-card-link-v6{margin-top:auto;font-weight:850;color:#151d24}.service-card-link-v6 b{color:#9b6d00}.services-help-v6{padding:72px 0;background:#111922;color:#fff}.services-help-grid-v6{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:center}.services-help-v6 p{color:#b8c3cc}.help-list-v6{display:grid;gap:10px}.help-list-v6 a{display:flex;justify-content:space-between;gap:20px;padding:18px 20px;border:1px solid #2a3946;border-radius:12px;background:#17212b;font-weight:750}.help-list-v6 a:hover{border-color:#596b7b}.help-list-v6 span{color:var(--accent)}
@media(max-width:900px){.service-hero-grid-v6,.request-grid-v6,.services-help-grid-v6{grid-template-columns:1fr}.service-copy-v6 .service-steps{grid-template-columns:repeat(2,1fr)}.services-card-grid-v6{grid-template-columns:repeat(2,1fr)}.services-group-head-v6{display:block}.services-group-head-v6 p{margin-top:10px}.final-cta-inner{align-items:flex-start;flex-direction:column}.intent-grid-v6,.quick-grid-v6{grid-template-columns:1fr}.intent-grid-v6 span{text-align:left}.trust-row-v6{grid-template-columns:repeat(2,1fr)}.trust-row-v6 span:nth-child(2){border-right:0}}
@media(max-width:600px){.service-hero-v6,.services-hero-v6{padding:48px 0 42px}.service-content-v6{padding:44px 0 56px}.service-copy-v6 .service-steps,.service-copy-v6 .ckp-service-grid,.services-card-grid-v6,.form-grid-v6{grid-template-columns:1fr}.request-section-v6{padding:52px 0}.service-form-v6{padding:20px}.trust-row-v6{grid-template-columns:1fr}.trust-row-v6 span{border-right:0;border-bottom:1px solid #e5e9ed}.services-group-v6{padding:52px 0}}


/* ========================= V7 HOMEPAGE CONVERSION + FOOTER ========================= */
.home-hero-v7{padding-bottom:64px}.home-hero-actions-v7{margin-top:4px}.home-outline-v7{border-color:#506070;color:#fff;background:transparent}.home-outline-v7:hover{border-color:#fff;background:rgba(255,255,255,.05)}.home-response-note-v7{font-size:.93rem!important;color:#94a2af!important;margin:16px 0 0!important}.home-help-card-v7 h2{font-size:30px!important;margin:.35rem 0 1.2rem}.home-help-label-v7{font-size:.77rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.home-phone-card-v7{margin-top:22px;padding-top:20px;border-top:1px solid #2d3b48}.home-phone-card-v7 small{display:block;color:#91a0ad;font-size:.78rem;font-weight:750;text-transform:uppercase;letter-spacing:.07em}.home-phone-card-v7 a{display:inline-block;color:#fff;font-size:1.65rem;font-weight:900;letter-spacing:-.02em;margin-top:3px}.home-phone-card-v7 a:hover{color:var(--accent)}
.home-urgent-v7{background:var(--accent);color:#111;border-bottom:1px solid #d99f00}.home-urgent-inner-v7{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:18px 0}.home-urgent-inner-v7>div:first-child{display:flex;flex-direction:column}.home-urgent-inner-v7 strong{font-size:1.02rem}.home-urgent-inner-v7 span{font-size:.88rem}.home-urgent-actions-v7{display:flex;gap:10px;align-items:stretch}.home-urgent-actions-v7>a{background:#111820;color:#fff;border-radius:12px;padding:9px 15px;display:flex;flex-direction:column;min-width:190px}.home-urgent-actions-v7>a span{color:#9eabb7;font-size:.72rem;text-transform:uppercase;font-weight:800;letter-spacing:.06em}.home-urgent-actions-v7>a b{font-size:1rem}.home-urgent-actions-v7>a:hover{background:#202c37}
.home-inline-actions-v7{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.home-text-call-v7{font-weight:850;text-decoration:underline;text-underline-offset:4px}.home-prep-v7 p{margin:.35rem 0 .65rem;color:#4a5560}.home-prep-v7 a{font-weight:850}.home-service-card-v7{display:flex;flex-direction:column}.home-service-card-v7 .link{margin-top:auto}.home-center-cta-v7{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}.home-steps-v7 li{padding:7px 0}.home-problem-grid-v7{display:grid;grid-template-columns:1fr 1fr;gap:20px}.home-problem-card-v7{border:1px solid #e0e6eb;border-radius:22px;padding:34px;background:#fff;box-shadow:0 12px 32px rgba(16,24,40,.05)}.home-problem-card-v7.emergency{background:linear-gradient(145deg,#fff,#fff8df)}.home-problem-card-v7.lost{background:linear-gradient(145deg,#fff,#f5f8fb)}.home-problem-card-v7 p{color:#5e6c78;max-width:620px}.home-problem-actions-v7{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.home-problem-actions-v7>a:not(.btn){font-weight:850;text-decoration:underline;text-underline-offset:4px}.home-brand-card-v7 span{font-weight:850;color:#795600}.home-location-cta-v7{margin-top:28px;border:1px solid #dfe6ec;border-radius:18px;background:#111922;color:#fff;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:26px}.home-location-cta-v7>div:first-child{display:flex;flex-direction:column}.home-location-cta-v7>div:first-child span{color:#b6c1ca}.home-location-cta-v7>div:last-child{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.home-location-cta-v7>div:last-child>a:not(.btn){display:flex;flex-direction:column}.home-location-cta-v7 small{color:#91a0ad;text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:800}.home-location-cta-v7 a:not(.btn){font-weight:900;font-size:1.2rem}.home-proof-cta-v7{margin-top:24px;padding:18px 20px;border-radius:14px;background:#101820;color:#fff;display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}.home-proof-cta-v7 span{color:#b5c0ca}.home-proof-cta-v7 a{font-weight:900}.home-proof-cta-v7 a:first-of-type{color:var(--accent);font-size:1.12rem}.home-request-v7{padding:76px 0;background:linear-gradient(180deg,#f3f6f8,#eef2f5);border-top:1px solid #e0e6eb}.home-form-phone-v7{margin-top:28px;padding:18px;border:1px solid #d9e1e7;border-radius:14px;background:#fff;display:inline-flex;flex-direction:column}.home-form-phone-v7 small{font-weight:750;color:#687783}.home-form-phone-v7 a{font-size:1.45rem;font-weight:900;color:#111820}.home-bottom-cta-v7{padding:68px 0;background:radial-gradient(circle at 10% 20%,rgba(245,180,0,.16),transparent 25%),#0b0f14;color:#fff}.home-bottom-cta-inner-v7{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.home-bottom-cta-v7 h2{font-size:clamp(2.2rem,4vw,3.6rem);margin:.45rem 0 .8rem}.home-bottom-cta-v7 p{color:#b8c3cc;max-width:700px}.home-bottom-contact-v7{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.home-bottom-phone-v7{display:flex;flex-direction:column}.home-bottom-phone-v7 small{text-transform:uppercase;color:#91a0ad;font-size:.72rem;letter-spacing:.08em;font-weight:800}.home-bottom-phone-v7 strong{font-size:clamp(1.7rem,4vw,2.5rem);color:var(--accent)}
.footer-v7{padding-top:0}.footer-cta-v7{transform:translateY(-1px);padding:34px 0 38px;border-bottom:1px solid #22303c;display:flex;justify-content:space-between;align-items:center;gap:40px}.footer-cta-v7 h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:.35rem 0 .4rem}.footer-cta-v7 p{margin:0;color:#9eabb7}.footer-cta-actions-v7{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.footer-phone-v7{display:flex;flex-direction:column;padding:8px 15px;border:1px solid #2c3b47;border-radius:12px;background:#111820}.footer-phone-v7 small{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#8d9aa6;font-weight:800}.footer-phone-v7 strong{font-size:1.18rem;color:#fff}.footer-grid-v7{grid-template-columns:1.25fr .9fr .9fr .85fr;padding-top:44px}.footer-brand-v7{margin-bottom:16px;display:inline-flex}.footer-about-v7 p{color:#95a3af;max-width:360px}.footer-area-v7{font-size:.9rem}.footer-links-v7{list-style:none;padding:0;margin:0;display:grid;gap:9px}.footer-links-v7 a{color:#aebac4}.footer-links-v7 a:hover,.footer-contact-v7>a:hover{color:#fff}.footer-contact-v7{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-contact-phone-v7{display:flex;flex-direction:column;margin-bottom:4px}.footer-contact-phone-v7 small{color:#7f8d99;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.footer-contact-phone-v7 strong{font-size:1.35rem;color:var(--accent)}.footer-bottom-v7{display:flex;justify-content:space-between;gap:20px}.mobile-bar-v7 .btn:first-child{font-size:.9rem}
@media(max-width:980px){.home-urgent-inner-v7,.footer-cta-v7{align-items:flex-start;flex-direction:column}.home-urgent-actions-v7{width:100%}.home-urgent-actions-v7>a{flex:1}.home-problem-grid-v7,.home-bottom-cta-inner-v7{grid-template-columns:1fr}.footer-grid-v7{grid-template-columns:1fr 1fr}.home-location-cta-v7{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.home-hero-v7{padding-bottom:44px}.home-urgent-actions-v7{display:grid;grid-template-columns:1fr}.home-urgent-actions-v7>a{min-width:0}.home-problem-grid-v7{grid-template-columns:1fr}.home-problem-card-v7{padding:24px}.home-location-cta-v7{padding:20px}.home-location-cta-v7>div:last-child{align-items:flex-start;flex-direction:column}.home-request-v7{padding:52px 0}.home-bottom-cta-v7{padding:52px 0}.footer-grid-v7{grid-template-columns:1fr}.footer-bottom-v7{flex-direction:column}.footer-cta-v7{padding-top:30px}.footer-v7{padding-bottom:105px}.mobile-bar-v7{grid-template-columns:1.25fr .75fr}}
