
:root {
  --ink: #071318;
  --ink-2: #0b2028;
  --ink-3: #12303a;
  --gold: #d9a83f;
  --gold-light: #f3d27d;
  --ivory: #f7f4eb;
  --paper: #fffdf8;
  --muted: #65727a;
  --line: #dfe5e4;
  --green: #1fa463;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(4, 15, 20, .15);
  --radius: 22px;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--gold); color: var(--ink); padding: 10px 15px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: .82rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--gold); }
h1, h2, h3 { margin: 0 0 .55em; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 5.3vw, 5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1.15em; }
.lead { font-size: clamp(1.02rem, 1.45vw, 1.22rem); color: #d4dde0; max-width: 620px; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-soft { background: #eff3f1; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-head p { color: #b8c4c8; }
.btn-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 13px; padding: 14px 20px; border: 1px solid transparent; font-weight: 850; line-height: 1.15; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .nav-link:focus-visible, .icon-link:focus-visible { outline: 3px solid rgba(243, 210, 125, .55); outline-offset: 3px; }
.btn-primary { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #111; box-shadow: 0 13px 35px rgba(217, 168, 63, .25); }
.btn-dark { background: var(--ink); color: var(--white); border-color: #34515c; }
.btn-whatsapp { background: #176b47; color: var(--white); border-color: #2ba06e; }
.btn-outline { color: var(--ink); border-color: #b9c5c5; background: transparent; }
.icon { width: 21px; height: 21px; flex: 0 0 21px; }
.notice { font-size: .94rem; color: #aebcc1; margin-top: 17px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(6, 17, 22, .96); color: white; backdrop-filter: blur(14px); border-bottom: 1px solid rgba(217, 168, 63, .2); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 240px 1fr auto; gap: 28px; align-items: center; }
.brand img { width: 230px; height: auto; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 26px; }
.nav-link { color: #e9eeee; font-weight: 720; font-size: .94rem; padding: 30px 0 26px; border-bottom: 3px solid transparent; }
.nav-link:hover, .nav-link.active { color: var(--gold-light); border-bottom-color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { display: grid; gap: 0; text-align: right; margin-right: 6px; min-width: 130px; }
.header-phone small { color: #98a8ae; line-height: 1.1; display:none; }
.header-phone strong { font-size: 1.06rem; }
.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 10px; border: 1px solid #38515b; background: #0e252d; color: white; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; width: 22px; height: 2px; background: currentColor; display: block; transition: .2s; }
.menu-toggle span { margin: 5px 0; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 8% 15%, rgba(217, 168, 63, .11), transparent 25%), linear-gradient(135deg, #071318 0%, #0c242d 60%, #071318 100%); color: var(--white); padding: 76px 0 64px; }
.hero::after { content: ""; position: absolute; inset: auto -100px -240px auto; width: 580px; height: 580px; border: 1px solid rgba(217,168,63,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(217,168,63,.035), 0 0 0 140px rgba(217,168,63,.025); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(320px,470px); gap: 54px; align-items: center; }
.hero h1 span { color: var(--gold-light); display: block; }
.hero-art { position: relative; max-width: 455px; margin-left: auto; padding: 10px; border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); border: 1px solid rgba(217,168,63,.20); box-shadow: 0 28px 70px rgba(0,0,0,.22); overflow: visible; }
.hero-art img { width: 100%; height: auto !important; aspect-ratio: auto !important; object-fit: contain; object-position: center; border-radius: 18px; filter: none; display: block; }
.hero-badge { position: absolute; right: -8px; bottom: 18px; width: 228px; background: rgba(4, 14, 18, .94); border: 1px solid rgba(217,168,63,.74); border-radius: 18px; padding: 15px 16px; box-shadow: 0 18px 42px rgba(0,0,0,.26); backdrop-filter: blur(8px); }
.hero-badge strong { display: block; color: var(--gold-light); font-size: 1.1rem; }
.hero-contact { margin-top: 28px; }
.hero .btn { min-width: 215px; }
.hero h1 { max-width: 640px; }
.trust-bar { background: #0a1b22; color: white; border-top: 1px solid rgba(255,255,255,.06); }
.trust-grid { min-height: 100px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.08); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); flex: 0 0 42px; }
.trust-item strong { display: block; font-size: .94rem; }
.trust-item small { color: #a9b8bd; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.problem-card { position: relative; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 25px; min-height: 220px; box-shadow: 0 14px 40px rgba(11,32,40,.06); transition: transform .2s, border-color .2s; }
.problem-card:hover { transform: translateY(-4px); border-color: #c9a55c; }
.problem-number { color: var(--gold); font-size: .82rem; font-weight: 900; letter-spacing: .12em; }
.problem-card p { color: var(--muted); font-size: .97rem; }
.problem-card a { color: #9a661c; font-weight: 800; }
.service-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.service-feature + .service-feature { margin-top: 82px; }
.service-feature:nth-child(even) .service-image { order: 2; }
.service-image { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: var(--ink); }
.check-list { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(217,168,63,.16); color: #9a6417; font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step { counter-increment: step; border: 1px solid rgba(255,255,255,.12); background: #0c2028; padding: 28px; border-radius: 18px; }
.step::before { content: "0" counter(step); display: block; color: var(--gold); font-weight: 900; font-size: .9rem; letter-spacing: .12em; margin-bottom: 34px; }
.step p { color: #b5c2c6; }
.area-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.area-tile { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 25px; }
.area-tile h3 { margin-bottom: 7px; }
.area-tile p { color: var(--muted); }
.area-tile a { color: #8e5f1c; font-weight: 850; }
.cta-panel { background: linear-gradient(125deg, #071318, #12303a); color: white; border-radius: 28px; padding: clamp(32px, 6vw, 68px); display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; box-shadow: var(--shadow); }
.cta-panel p { color: #c2ced1; max-width: 700px; }
.faq { display: grid; gap: 12px; max-width: 880px; }
details { border: 1px solid var(--line); border-radius: 14px; background: white; overflow: hidden; }
summary { cursor: pointer; padding: 19px 22px; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; line-height: 1; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); padding: 0 22px 21px; margin: 0; }
.page-hero { background: radial-gradient(circle at 85% 25%, rgba(217,168,63,.13), transparent 25%), linear-gradient(135deg, #071318, #0e2b35); color: white; padding: 78px 0; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.page-hero p { max-width: 720px; color: #c4d0d3; font-size: 1.14rem; }
.breadcrumb { color: #9eb0b6; font-size: .9rem; margin-bottom: 25px; }
.breadcrumb a { color: var(--gold-light); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 60px; align-items: start; }
.side-card { position: sticky; top: 110px; background: var(--ink); color: white; border-radius: 20px; padding: 28px; box-shadow: var(--shadow); }
.side-card p { color: #bdc9cc; }
.side-card .btn { width: 100%; margin-top: 10px; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-list article { border: 1px solid var(--line); padding: 23px; border-radius: 16px; background: white; }
.service-list p { color: var(--muted); }
.area-section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.area-section:last-child { border-bottom: 0; }
.area-list { columns: 3; column-gap: 35px; margin: 0; padding-left: 20px; }
.area-list li { break-inside: avoid; margin: 0 0 8px; color: #394b52; }
.local-intro { background: #eff3f1; border-left: 4px solid var(--gold); padding: 22px; border-radius: 0 14px 14px 0; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { border: 1px solid var(--line); border-radius: 18px; padding: 27px; background: white; }
.contact-card p { color: var(--muted); }
.contact-card strong { font-size: 1.2rem; }
.legal { max-width: 900px; }
.legal h2 { font-size: 1.75rem; margin-top: 2em; }
.legal h3 { margin-top: 1.8em; }
.legal p, .legal li { color: #405158; }
.site-footer { background: #061116; color: white; padding: 64px 0 105px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1fr; gap: 42px; }
.footer-brand img { width: 235px; margin-bottom: 18px; }
.footer-brand p, .footer-col p, .footer-col a { color: #aebdc1; }
.footer-col h3 { color: var(--gold-light); font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa1a7; display: flex; justify-content: space-between; gap: 20px; font-size: .9rem; }
.mobile-action-bar { display: none; position: fixed; z-index: 150; bottom: 0; left: 0; right: 0; background: #061116; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(217,168,63,.35); gap: 8px; }
.mobile-action-bar .btn { flex: 1; min-height: 50px; padding: 10px 8px; font-size: .92rem; }
.emergency-note { padding: 15px 18px; border-radius: 13px; background: #fff4da; border: 1px solid #ebcf8e; color: #594315; font-size: .95rem; }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { font-size: clamp(5rem, 18vw, 11rem); color: var(--gold); margin: 0; }
@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 220px 1fr auto; gap: 18px; }
  .main-nav { gap: 16px; }
  .header-phone { display: none; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-item:nth-child(3) { border-right: 0; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .area-tiles { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .header-inner { min-height: 72px; grid-template-columns: 190px 1fr auto; }
  .brand img { width: 185px; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #071318; border-top: 1px solid #213942; padding: 12px 18px 22px; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 24px 40px rgba(0,0,0,.35); }
  .main-nav.open { display: flex; }
  .nav-link { padding: 14px 3px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .header-actions .btn { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-art { max-width: 500px; margin: 0 auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item, .trust-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,.08); }
  .trust-item:nth-child(even) { border-right: 0; }
  .service-feature, .content-grid { grid-template-columns: 1fr; }
  .service-feature:nth-child(even) .service-image { order: 0; }
  .side-card { position: static; }
  .cta-panel { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .area-list { columns: 2; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero .btn-row, .cta-panel .btn-row { display: grid; grid-template-columns: 1fr; }
  .hero .btn { width: 100%; }
  .hero-badge { position: static; width: 100%; margin-top: 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 14px 10px; gap: 9px; }
  .trust-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .trust-item small { display: none; }
  .problem-grid, .steps, .area-tiles, .service-list { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .area-list { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .mobile-action-bar { display: flex; }
  .site-footer { padding-bottom: 118px; }
  .page-hero { padding: 58px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


.service-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.process-card{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 14px 40px rgba(11,32,40,.06);}
.process-card h3{margin-bottom:8px;}
.process-card p{color:var(--muted);margin:0;}
.local-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px;}
.local-card{background:white;border:1px solid var(--line);padding:22px;border-radius:16px;}
.local-card p{color:var(--muted);margin:0;}
.local-card h3{margin-bottom:8px;}
.area-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.area-summary article{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 14px 40px rgba(11,32,40,.06);}
.area-summary p{color:var(--muted);}
.note-strip{padding:16px 18px;border-radius:14px;background:#eff3f1;border:1px solid #d6e1de;color:#26414b;}
@media (max-width:860px){.process-grid,.local-cards,.area-summary{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){.process-grid,.local-cards,.area-summary{grid-template-columns:1fr;}}



/* Final responsive layout overrides */
html, body { max-width: 100%; overflow-x: hidden; }
.hero-art picture { display: block; width: 100%; }

@media (max-width: 1180px) and (min-width: 861px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 420px); gap: 40px; }
  .hero-art { max-width: 420px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 70px; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
  .brand { min-width: 0; }
  .brand img { width: min(180px, 60vw); }
  .header-actions { grid-column: 2; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; }
  .main-nav { top: 70px; }

  .hero { padding: 42px 0 38px; }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; align-items: start; }
  .hero-grid > div:first-child { min-width: 0; width: 100%; }
  .hero h1 { max-width: 680px; font-size: clamp(2.55rem, 10.5vw, 4.25rem); line-height: 1.01; overflow-wrap: normal; word-break: normal; }
  .hero .lead { max-width: 680px; font-size: 1.06rem; line-height: 1.58; }
  .hero-contact { margin-top: 24px; }
  .hero-art { width: min(100%, 470px); max-width: 470px; margin: 0 auto; padding: 9px; border-radius: 24px; }
  .hero-art img { width: 100%; height: auto !important; border-radius: 17px; }
  .hero-badge { right: 18px; bottom: 18px; max-width: 210px; }

  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item { min-width: 0; }
  .contact-cards { grid-template-columns: 1fr; }
  .service-feature { gap: 30px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 66px; }
  .brand img { width: min(166px, 62vw); }
  .main-nav { top: 66px; }
  .menu-toggle { width: 44px; height: 44px; }

  .hero { padding: 30px 0 28px; }
  .hero::after { display: none; }
  .hero-grid { gap: 24px; }
  .eyebrow { font-size: .72rem; letter-spacing: .105em; }
  .eyebrow::before { width: 18px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); line-height: 1.02; margin-bottom: .42em; }
  .hero .lead { font-size: 1rem; line-height: 1.55; margin-bottom: 1em; }
  .hero-contact { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .hero .btn { width: 100%; min-width: 0; min-height: 54px; }
  .notice { margin-top: 14px; font-size: .88rem; line-height: 1.48; }
  .hero-art { width: 100%; max-width: none; padding: 7px; border-radius: 21px; }
  .hero-art img { border-radius: 15px; }
  .hero-badge { display: none; }

  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; padding: 6px 0; }
  .trust-item { min-height: 78px; padding: 12px 9px; align-items: flex-start; }
  .trust-item strong { font-size: .86rem; line-height: 1.25; }
  .trust-item small { display: block; font-size: .72rem; line-height: 1.25; margin-top: 3px; }
  .trust-icon { width: 34px; height: 34px; flex: 0 0 34px; }
  .trust-icon .icon { width: 18px; height: 18px; }

  .section-sm { padding: 42px 0; }
  .section { padding: 58px 0; }
  .contact-card, .problem-card, .step, .area-tile, .local-card, .area-summary article { padding: 21px; }
  .section-head { margin-bottom: 30px; }
  .section-head p { font-size: 1rem; }
  .service-feature + .service-feature { margin-top: 58px; }
  .service-image { border-radius: 20px; }
  .service-image img { border-radius: 20px; }
  .cta-panel { padding: 28px 22px; border-radius: 22px; }
  .page-hero { padding: 46px 0; }
  .page-hero h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .content-grid { gap: 34px; }
  .footer-grid { gap: 28px; }
  .site-footer { padding-top: 52px; }
  .mobile-action-bar { display: flex; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.2rem; }
  .brand img { width: 152px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trust-item:last-child { border-bottom: 0; }
}


/* LOCKPOINT 24/7 V11 conversion and visual refinements */
.hero-v11 { padding: 72px 0 62px; }
.hero-v11 .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); gap: 58px; }
.hero-v11 .hero-copy { min-width: 0; }
.hero-v11 h1 { max-width: 720px; font-size: clamp(2.9rem, 5.2vw, 5.15rem); }
.hero-v11 h1 span { display: block; }
.hero-v11 .lead { max-width: 690px; }
.hero-photo-card { max-width: 640px; padding: 9px; }
.hero-photo-card img { aspect-ratio: 4 / 3 !important; object-fit: cover; border-radius: 20px; }
.hero-photo-card .hero-badge { width: 265px; right: 18px; bottom: 18px; }
.hero-photo-card .hero-badge span { display: block; color: #d4dde0; margin-top: 3px; font-size: .91rem; }

.section-process { background: var(--paper); }
.process-v11 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.process-v11-card { position: relative; min-height: 245px; padding: 28px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(11,32,40,.06); }
.process-v11-card > span { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 14px; background: #0a1b22; color: var(--gold-light); font-weight: 900; letter-spacing: .06em; margin-bottom: 34px; }
.process-v11-card p { color: var(--muted); margin-bottom: 0; }
.problem-grid-v11 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.problem-grid-v11 .problem-card { min-height: 230px; }

.service-showcase-v11 { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: center; }
.service-showcase-photo { overflow: hidden; border-radius: 28px; box-shadow: 0 28px 72px rgba(0,0,0,.24); background: #0b2028; }
.service-showcase-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.service-showcase-copy p { color: #bdc9cc; font-size: 1.06rem; }
.service-showcase-copy .check-list li { color: #e7eeee; }
.mini-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 28px 0; }
.mini-service-grid div { padding: 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); border-radius: 15px; }
.mini-service-grid strong, .mini-service-grid span { display: block; }
.mini-service-grid strong { color: #fff; }
.mini-service-grid span { color: #9fb0b6; font-size: .9rem; margin-top: 3px; }
.text-link-light { color: var(--gold-light); font-weight: 850; }

.about-v11 { display: grid; grid-template-columns: minmax(0,.92fr) minmax(460px,1.08fr); gap: 68px; align-items: center; }
.about-v11-copy > p { color: var(--muted); font-size: 1.08rem; }
.about-v11-media { position: relative; }
.about-v11-media > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.about-v11-note { position: absolute; left: 24px; right: 24px; bottom: 22px; padding: 17px 19px; border-radius: 16px; background: rgba(6,17,22,.94); color: #fff; border: 1px solid rgba(217,168,63,.45); backdrop-filter: blur(8px); }
.about-v11-note strong, .about-v11-note span { display: block; }
.about-v11-note strong { color: var(--gold-light); }
.about-v11-note span { color: #c1cdd0; font-size: .9rem; margin-top: 3px; }
.area-tile-call { background: linear-gradient(135deg,#0b2028,#12303a); color: #fff; border-color: #27434d; }
.area-tile-call p { color: #c0cdd0; }
.area-tile-call a { color: var(--gold-light); }
.faq-layout-v11 .faq { max-width: 940px; }
.cta-v11 { overflow: hidden; position: relative; }
.cta-v11::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(217,168,63,.18); border-radius: 50%; right: -95px; bottom: -150px; box-shadow: 0 0 0 55px rgba(217,168,63,.04); pointer-events: none; }

.about-page-v11 { display: grid; grid-template-columns: minmax(430px,1fr) minmax(0,1fr); gap: 64px; align-items: center; }
.about-page-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.about-page-v11 p { color: var(--muted); font-size: 1.06rem; }
.about-facts-v11 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.about-facts-v11 div { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.about-facts-v11 strong, .about-facts-v11 span { display: block; }
.about-facts-v11 strong { color: #97651d; font-size: 1.4rem; }
.about-facts-v11 span { color: var(--muted); font-size: .86rem; margin-top: 4px; }
.about-service-v11 .service-showcase-copy p { color: var(--muted); }
.about-service-v11 .service-showcase-copy .check-list li { color: var(--ink); }

.services-intro-v11 { display: grid; grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr); gap: 64px; align-items: center; }
.services-intro-v11 p { color: var(--muted); font-size: 1.06rem; }
.services-intro-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.service-groups-v11 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.service-groups-v11 article { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: 0 16px 42px rgba(11,32,40,.055); }
.service-group-icon { display: inline-flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 13px; background: #0b2028; color: var(--gold-light); font-weight: 900; margin-bottom: 24px; }
.service-groups-v11 h2 { font-size: clamp(1.55rem,2.2vw,2.15rem); }
.service-groups-v11 ul { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.service-groups-v11 li { position: relative; padding-left: 28px; color: #405158; }
.service-groups-v11 li::before { content: "✓"; position: absolute; left: 0; color: #97651d; font-weight: 900; }

@media (max-width: 1080px) {
  .hero-v11 .hero-grid { grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); gap: 40px; }
  .process-v11 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .problem-grid-v11 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-v11, .about-page-v11, .services-intro-v11 { grid-template-columns: 1fr 1fr; gap: 44px; }
}
@media (max-width: 860px) {
  .hero-v11 .hero-grid, .service-showcase-v11, .about-v11, .about-page-v11, .services-intro-v11 { grid-template-columns: 1fr; }
  .hero-v11 .hero-grid { gap: 34px; }
  .hero-photo-card { max-width: 680px; margin-inline: auto; }
  .about-v11-media, .about-page-photo, .services-intro-photo { order: -1; }
  .service-showcase-v11 { gap: 38px; }
  .about-v11 { gap: 38px; }
  .about-v11-media { max-width: 680px; margin-inline: auto; }
  .services-intro-photo { max-width: 680px; margin-inline: auto; }
}
@media (max-width: 640px) {
  .hero-v11 { padding-top: 30px; }
  .hero-v11 h1 { font-size: clamp(2.28rem,11.2vw,3.15rem); }
  .hero-photo-card { padding: 6px; border-radius: 20px; }
  .hero-photo-card img { border-radius: 15px; }
  .process-v11, .problem-grid-v11, .service-groups-v11, .mini-service-grid, .about-facts-v11 { grid-template-columns: 1fr; }
  .process-v11-card { min-height: 0; padding: 23px; }
  .process-v11-card > span { margin-bottom: 22px; }
  .service-showcase-v11 { gap: 30px; }
  .service-showcase-photo, .about-v11-media > img, .about-page-photo img, .services-intro-photo img { border-radius: 20px; }
  .about-v11-note { position: static; margin-top: 10px; border-radius: 14px; }
  .service-groups-v11 article { padding: 23px; }
  .about-facts-v11 { gap: 9px; }
}


/* LOCKPOINT 24/7 V12 lead capture, reviews and admin */
.callback-v12-section { background: linear-gradient(145deg,#081820,#0d2832); color:#fff; }
.callback-v12-grid { display:grid; grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr); gap:64px; align-items:start; }
.callback-v12-copy { padding-top:24px; }
.callback-v12-copy h2 { color:#fff; max-width:620px; }
.callback-v12-copy > p { color:#bdc9cc; font-size:1.06rem; max-width:600px; }
.callback-v12-copy .check-list li { color:#e6edef; }
.urgent-note-v12 { display:flex; gap:12px; align-items:center; margin-top:28px; padding:16px 18px; border:1px solid rgba(217,168,63,.35); background:rgba(217,168,63,.08); border-radius:14px; }
.urgent-note-v12 strong { color:var(--gold-light); }
.urgent-note-v12 span { color:#d6e0e2; }
.urgent-note-v12 a { color:#fff; font-weight:850; }
.callback-form-v12 { background:#fff; color:var(--ink); border-radius:24px; padding:30px; box-shadow:0 28px 72px rgba(0,0,0,.28); }
.callback-v12-contact { margin-top:40px; padding:38px; border-radius:26px; }
.callback-v12-contact .callback-v12-grid { grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr); }
.form-grid-v12 { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:17px; }
.form-grid-v12 label > span { display:block; font-weight:800; font-size:.91rem; margin-bottom:7px; }
.form-grid-v12 small { color:#73838a; font-weight:650; }
.form-grid-v12 input, .form-grid-v12 select, .form-grid-v12 textarea { width:100%; border:1px solid #cdd7da; background:#fbfcfc; color:#13262e; border-radius:11px; padding:13px 14px; font:inherit; outline:none; transition:border-color .18s,box-shadow .18s; }
.form-grid-v12 input:focus, .form-grid-v12 select:focus, .form-grid-v12 textarea:focus { border-color:#b47b27; box-shadow:0 0 0 3px rgba(180,123,39,.13); }
.form-grid-v12 textarea { resize:vertical; min-height:118px; }
.form-wide-v12 { grid-column:1/-1; }
.consent-v12 { display:flex; align-items:flex-start; gap:11px; margin:18px 0; font-size:.86rem; color:#4c5e65; line-height:1.5; }
.consent-v12 input { margin-top:4px; width:18px; height:18px; flex:0 0 auto; }
.form-submit-v12 { width:100%; justify-content:center; }
.form-footnote-v12 { color:#66777e; font-size:.78rem; margin:12px 0 0; text-align:center; }
.form-status-v12 { display:none; border-radius:11px; padding:12px 14px; margin-bottom:15px; font-size:.9rem; }
.form-status-v12.is-error { display:block; background:#fff0ee; color:#842d20; border:1px solid #f0c1ba; }
.hp-field-v12 { position:absolute !important; width:1px !important; height:1px !important; overflow:hidden !important; clip:rect(0 0 0 0) !important; white-space:nowrap !important; }
.turnstile-slot-v12 { margin-top:16px; min-height:0; }
.review-v12-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(380px,.72fr); gap:58px; align-items:center; }
.review-v12-copy p { color:#bdc9cc; max-width:660px; font-size:1.06rem; }
.review-v12-card { display:grid; grid-template-columns:150px 1fr; align-items:center; gap:22px; padding:20px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.13); border-radius:20px; }
.review-v12-card img { width:150px; height:150px; border-radius:12px; background:#fff; padding:7px; }
.review-v12-card strong, .review-v12-card span, .review-v12-card a { display:block; }
.review-v12-card strong { color:#fff; font-size:1.12rem; }
.review-v12-card span { color:#aebdc1; margin:5px 0 10px; font-size:.9rem; }
.review-v12-card a { color:var(--gold-light); font-weight:800; }
.not-found-links-v12 { display:flex; justify-content:center; gap:20px; flex-wrap:wrap; margin-top:30px; }
.not-found-links-v12 a { color:#314b55; font-weight:800; text-decoration:underline; text-underline-offset:4px; }
.thank-you-v12 { min-height:64vh; display:grid; place-items:center; padding:80px 0; text-align:center; }
.thank-you-card-v12 { max-width:760px; padding:48px; background:#fff; border:1px solid var(--line); border-radius:26px; box-shadow:var(--shadow); }
.thank-you-mark-v12 { width:66px; height:66px; border-radius:50%; display:grid; place-items:center; margin:0 auto 22px; background:#0b2028; color:var(--gold-light); font-size:2rem; font-weight:900; }
.review-card-page-v12 { min-height:100vh; display:grid; place-items:center; padding:44px 20px; background:#071318; }
.review-card-sheet-v12 { width:min(760px,100%); background:#fff; border-radius:28px; padding:48px; text-align:center; box-shadow:0 30px 90px rgba(0,0,0,.4); }
.review-card-sheet-v12 .brand img { width:230px; }
.review-card-sheet-v12 > img { width:min(310px,76vw); margin:28px auto; border:10px solid #f4f0e8; border-radius:18px; }
.review-card-sheet-v12 h1 { font-size:clamp(2rem,5vw,3.5rem); }
.review-card-sheet-v12 p { color:var(--muted); }
.admin-body-v12 { min-height:100vh; background:#edf2f3; color:#10232b; }
.admin-shell-v12 { width:min(1260px,calc(100% - 32px)); margin:0 auto; padding:34px 0 70px; }
.admin-top-v12 { display:flex; justify-content:space-between; gap:20px; align-items:center; margin-bottom:26px; }
.admin-top-v12 img { width:200px; }
.admin-actions-v12 { display:flex; gap:10px; flex-wrap:wrap; }
.admin-login-v12 { width:min(480px,calc(100% - 32px)); margin:10vh auto; padding:34px; background:#fff; border-radius:22px; box-shadow:var(--shadow); }
.admin-login-v12 img { width:210px; margin-bottom:25px; }
.admin-login-v12 input { width:100%; padding:13px; border:1px solid #ccd7da; border-radius:10px; font:inherit; margin:8px 0 14px; }
.admin-cards-v12 { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:13px; margin:22px 0; }
.admin-card-v12 { background:#fff; border:1px solid #dce4e6; border-radius:16px; padding:18px; }
.admin-card-v12 strong { display:block; font-size:1.85rem; color:#94621e; }
.admin-card-v12 span { color:#62737a; font-size:.84rem; }
.admin-panel-v12 { background:#fff; border:1px solid #dce4e6; border-radius:18px; padding:22px; margin-top:18px; }
.admin-table-wrap-v12 { overflow:auto; }
.admin-table-v12 { width:100%; border-collapse:collapse; min-width:1060px; font-size:.84rem; }
.admin-table-v12 th, .admin-table-v12 td { border-bottom:1px solid #e5ebed; padding:11px 9px; text-align:left; vertical-align:top; }
.admin-table-v12 th { color:#52656d; font-size:.76rem; text-transform:uppercase; letter-spacing:.04em; }
.admin-error-v12 { padding:11px 13px; background:#fff0ee; color:#842d20; border-radius:10px; margin-bottom:14px; }
@media (max-width:1050px) { .callback-v12-grid,.callback-v12-contact .callback-v12-grid,.review-v12-grid { grid-template-columns:1fr; } .callback-v12-copy { padding-top:0; } .admin-cards-v12 { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:640px) { .callback-v12-section { padding:56px 0; } .callback-v12-contact { padding:24px 16px; margin-inline:-10px; border-radius:20px; } .callback-form-v12 { padding:22px 17px; border-radius:18px; } .form-grid-v12 { grid-template-columns:1fr; } .form-wide-v12 { grid-column:auto; } .urgent-note-v12 { align-items:flex-start; flex-direction:column; gap:4px; } .review-v12-card { grid-template-columns:100px 1fr; gap:15px; } .review-v12-card img { width:100px; height:100px; } .thank-you-card-v12,.review-card-sheet-v12 { padding:30px 20px; } .admin-cards-v12 { grid-template-columns:repeat(2,minmax(0,1fr)); } .admin-top-v12 { align-items:flex-start; flex-direction:column; } }
