:root {
  --bg: #07111f;
  --bg-2: #0d1828;
  --ink: #101827;
  --muted: #64748b;
  --soft: #f4f8fe;
  --sky: #1f93fb;
  --sky-dark: #0a66c9;
  --navy: #0b3470;
  --white: #ffffff;
  --line: rgba(15, 23, 42, .12);
  --line-light: rgba(255,255,255,.18);
  --radius: 26px;
  --shadow: 0 28px 80px rgba(4,15,31,.20);
  --shadow-soft: 0 18px 60px rgba(15,23,42,.12);
  --container: 1160px;
  --display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", "HelveticaNeue-CondensedBold", "Segoe UI", sans-serif;
  --body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: #f4f8fe; line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.is-popup-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.narrow { width: min(100% - 40px, 900px); }
.section-pad { padding: clamp(78px, 9vw, 126px) 0; position: relative; }
.skip-link { position: absolute; left: -999px; top: 12px; background: #fff; color: #000; padding: 10px 14px; z-index: 999; border-radius: 10px; }
.skip-link:focus { left: 12px; }

h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; letter-spacing: .015em; line-height: .95; }
h1 { font-size: clamp(4.1rem, 8.6vw, 7.9rem); color: #fff; max-width: 770px; }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); color: var(--ink); }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.25rem); color: var(--ink); }
.eyebrow { font-family: var(--display); color: var(--sky); font-size: clamp(1.05rem, 1.65vw, 1.45rem); text-transform: uppercase; font-weight: 700; letter-spacing: .18em; line-height: 1.1; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(15,23,42,.07); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 12px 38px rgba(15,23,42,.08); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { width: clamp(210px, 22vw, 300px); height: auto; max-height: 76px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 42px); font-family: var(--display); text-transform: uppercase; font-weight: 700; letter-spacing: .065em; font-size: clamp(1.05rem, 1.35vw, 1.28rem); }
.site-nav a { color: #172033; position: relative; padding: 32px 0 30px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--sky); transform: scaleX(0); transform-origin: center; transition: transform .22s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 999px; padding: 14px 22px; border: 1px solid transparent; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--sky), #36b7ff); color: #fff; box-shadow: 0 20px 46px rgba(31,147,251,.25); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); backdrop-filter: blur(6px); }

.image-section { isolation: isolate; overflow: hidden; }
.image-section::before { content: ""; position: absolute; inset: 0; background-image: var(--bg-image); background-size: cover; background-position: center; opacity: .55; z-index: -2; transform: scale(1.02); }
.image-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,25,.96) 0%, rgba(5,13,25,.88) 42%, rgba(5,13,25,.58) 100%); z-index: -1; }
.hero { min-height: 810px; padding-top: 178px; display: flex; align-items: center; color: #fff; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr); gap: clamp(34px, 6vw, 80px); align-items: center; }
.hero-copy .eyebrow { margin-bottom: 26px; }
.hero-lede { max-width: 680px; color: rgba(255,255,255,.78); font-size: clamp(1.03rem, 1.55vw, 1.22rem); margin-top: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-orb { position: absolute; width: 580px; height: 580px; right: -130px; top: 170px; background: radial-gradient(circle, rgba(31,147,251,.36), transparent 65%); filter: blur(12px); z-index: -1; }
.hero-card { background: rgba(255,255,255,.92); color: #142033; border: 1px solid rgba(255,255,255,.45); border-radius: 34px; padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card-logo { width: min(100%, 340px); margin-bottom: 28px; }
.hero-card h2 { color: #0f172a; font-size: clamp(2.05rem, 3.1vw, 3.1rem); }
.hero-card p { color: #4a5567; margin-top: 18px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.metric-grid div { background: #f1f7ff; border: 1px solid #d9e9fb; border-radius: 18px; padding: 16px 10px; text-align: center; }
.metric-grid strong { display: block; font-family: var(--display); font-size: 2.2rem; color: var(--sky); line-height: .85; }
.metric-grid span { display: block; margin-top: 8px; color: #536173; font-size: .82rem; font-weight: 700; }

.trust-strip { background: #fff; border-bottom: 1px solid #e3ebf7; }
.trust-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 16px; padding: 34px 0; }
.trust-inner span, .search-phrases span { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; background: #f2f8ff; color: #203047; border: 1px solid #d9e9fb; border-radius: 999px; padding: 10px 18px; font-family: var(--display); text-transform: uppercase; letter-spacing: .055em; font-size: 1.08rem; font-weight: 700; box-shadow: 0 8px 20px rgba(31,147,251,.05); }

.section-heading { max-width: 790px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-top: 16px; }
.section-heading p { color: var(--muted); margin-top: 20px; font-size: 1.05rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card, .package-card, .location-card, .feature-panel, .ai-summary-box, .contact-form { border: 1px solid rgba(15,23,42,.08); background: rgba(255,255,255,.92); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.service-card { padding: 28px; min-height: 260px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 28px 80px rgba(15,23,42,.16); }
.icon-badge { width: 46px; height: 46px; display: grid; place-items: center; background: linear-gradient(135deg, var(--sky), #5ac8ff); color: #fff; border-radius: 15px; font-family: var(--display); font-size: 1.35rem; font-weight: 800; margin-bottom: 24px; }
.service-card p, .package-card p, .location-card p { color: var(--muted); margin-top: 14px; }

.visual-band { color: #fff; }
.visual-band::before { opacity: .82; background-attachment: fixed; }
.visual-band::after { background: linear-gradient(90deg, rgba(4,12,23,.94), rgba(4,12,23,.74)); }
.split-grid { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.split-grid p { margin-top: 22px; color: var(--muted); font-size: 1.06rem; }
.on-dark h2, .on-dark h3 { color: #fff; }
.on-dark p { color: rgba(255,255,255,.78); }
.feature-panel { padding: 34px; color: #fff; background: rgba(5,13,25,.82); border-color: rgba(255,255,255,.16); backdrop-filter: blur(10px); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.feature-panel h3 { color: #fff; margin-bottom: 20px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.check-list li { position: relative; padding-left: 38px; color: rgba(255,255,255,.88); font-size: 1.02rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -.1em; color: var(--sky); font-weight: 900; font-size: 1.35rem; }

.iso-section { background: linear-gradient(180deg, #f4f8fe, #fff); }
.image-card { min-height: 440px; border-radius: 34px; overflow: hidden; position: relative; display: flex; align-items: flex-end; box-shadow: var(--shadow); background-image: var(--card-img); background-size: cover; background-position: center; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,12,23,.12), rgba(4,12,23,.90)); }
.image-card > div { position: relative; z-index: 1; padding: 34px; color: #fff; }
.image-card h3 { color: #fff; }
.image-card .check-list { margin-top: 18px; }
.image-card .check-list li { color: rgba(255,255,255,.86); }

.soft-image::before { opacity: .14; filter: saturate(.95); }
.soft-image::after { background: linear-gradient(180deg, rgba(244,248,254,.94), rgba(255,255,255,.96)); }
.packages-section { background: #fff; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.package-card { padding: 30px; display: flex; flex-direction: column; min-height: 280px; }
.package-card.featured { background: linear-gradient(160deg, #07111f, #0c213d); color: #fff; border-color: transparent; transform: translateY(-10px); box-shadow: 0 30px 90px rgba(4,15,31,.28); }
.package-card.featured h3 { color: #fff; }
.package-card.featured p { color: rgba(255,255,255,.75); }
.package-card.featured span { align-self: flex-start; background: var(--sky); color: #fff; border-radius: 999px; padding: 7px 12px; font-weight: 900; text-transform: uppercase; font-size: .78rem; margin-bottom: 14px; }
.package-card a { margin-top: auto; color: var(--sky); font-weight: 800; }

.local-section { background: #fff; }
.local-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 34px; }
.location-card { padding: 28px; }
.search-phrases { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }

.ai-summary-section { color: #fff; }
.ai-summary-section::before { opacity: .55; background-attachment: fixed; }
.ai-summary-section::after { background: linear-gradient(90deg, rgba(5,13,25,.94), rgba(5,13,25,.80)); }
.ai-summary-box { color: #fff; background: rgba(5,13,25,.76); border-color: rgba(255,255,255,.16); padding: 38px; backdrop-filter: blur(10px); }
.ai-summary-box h2 { color: #fff; }
.ai-summary-box p { color: rgba(255,255,255,.78); margin-top: 16px; }

.faq-section { background: #f4f8fe; }
.faq-list { display: grid; gap: 14px; }
details { border: 1px solid rgba(15,23,42,.08); border-radius: 20px; background: #fff; padding: 20px 22px; box-shadow: 0 14px 38px rgba(15,23,42,.06); }
summary { cursor: pointer; font-weight: 700; font-family: var(--display); text-transform: uppercase; font-size: 1.28rem; color: #172033; }
details p { color: var(--muted); margin-top: 12px; }

.contact-section { color: #fff; }
.contact-section::before { opacity: .35; }
.contact-section::after { background: linear-gradient(90deg, rgba(4,12,23,.97), rgba(4,12,23,.82)); }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(30px, 5vw, 58px); align-items: start; }
.contact-copy h2 { color: #fff; }
.contact-copy p { color: rgba(255,255,255,.76); margin-top: 18px; }
.contact-methods { display: grid; gap: 12px; margin: 26px 0; }
.contact-methods a { color: #fff; font-weight: 800; font-size: 1.15rem; }
.office-list { display: grid; gap: 8px; margin: 20px 0; }
.office-list p { margin: 0; color: rgba(255,255,255,.8); }
.small-note { font-size: .92rem; color: rgba(255,255,255,.62) !important; }
.contact-form { background: rgba(255,255,255,.97); color: var(--ink); border-radius: 30px; padding: clamp(22px, 4vw, 34px); }
.form-row { display: grid; gap: 8px; margin-bottom: 16px; }
.two-cols { grid-template-columns: 1fr 1fr; gap: 14px; }
label { font-weight: 700; color: #172033; }
input, select, textarea { width: 100%; border: 1px solid #cfd9e8; background: #f8fbff; border-radius: 14px; padding: 13px 14px; color: var(--ink); outline: none; font: inherit; }
input:focus, select:focus, textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(31,147,251,.12); }
.human-check { background: #f5f9ff; border: 1px solid #dbe7ff; border-radius: 16px; padding: 14px; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: #3d4858; margin: 10px 0 18px; }
.consent-row input { width: auto; margin-top: 4px; }
.form-submit { width: 100%; }
.form-status { color: #39506e; margin-top: 12px; min-height: 1.2em; }
.honeypot { position: absolute !important; left: -99999px !important; opacity: 0 !important; pointer-events: none !important; }

.site-footer { background: #050b14; color: #fff; padding: 54px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .9fr; gap: 34px; }
.footer-brand img { width: 260px; }
.site-footer p, .site-footer a, .site-footer span { display: block; color: rgba(255,255,255,.68); margin-top: 8px; }
.site-footer h2 { font-size: 1.3rem; color: #fff; margin-bottom: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.1); margin-top: 36px; padding-top: 20px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.lead-popup { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 22px; }
.lead-popup.is-visible { display: flex; }
.lead-popup__overlay { position: absolute; inset: 0; background: rgba(4,9,17,.70); backdrop-filter: blur(6px); }
.lead-popup__panel { position: relative; width: min(100%, 880px); max-height: min(88vh, 660px); display: grid; grid-template-columns: 330px 1fr; background: #fff; color: var(--ink); border-radius: 24px; box-shadow: 0 40px 100px rgba(0,0,0,.42); overflow: hidden; }
.lead-popup__close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; background: rgba(255,255,255,.92); border-radius: 999px; cursor: pointer; font-size: 30px; line-height: 1; color: #08142a; z-index: 3; box-shadow: 0 8px 22px rgba(15,23,42,.18); }
.lead-popup__image { min-height: 100%; background-image: linear-gradient(160deg, rgba(31,147,251,.88), rgba(7,17,31,.82)), url('/assets/img/face-id.jpg'); background-size: cover; background-position: center; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.lead-popup__image img { background: rgba(255,255,255,.94); border-radius: 20px; padding: 10px 14px; width: 255px; box-shadow: 0 16px 46px rgba(0,0,0,.18); }
.popup-badge { background: #fff; color: #08142a; border-radius: 22px; padding: 20px; box-shadow: 0 18px 44px rgba(0,0,0,.18); }
.popup-badge span { display: block; color: var(--sky); font-family: var(--display); font-size: 1.5rem; font-weight: 800; text-transform: uppercase; }
.popup-badge strong { display: block; font-family: var(--display); font-size: 2.4rem; line-height: .92; text-transform: uppercase; }
.lead-popup__content { padding: 34px 36px; }
.lead-popup__content h2 { color: #08142a; font-size: clamp(2.2rem, 4vw, 3.5rem); margin-top: 8px; }
.lead-popup__content p { color: #4d596a; margin-top: 10px; }
.mini-form { display: grid; gap: 12px; margin-top: 20px; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-form label { display: grid; gap: 5px; font-size: .9rem; }
.mini-form label span { color: #e43131; }
.mini-form input { padding: 10px 12px; min-height: 42px; }
.human-inline { background: #f5f9ff; border: 1px solid #dbe7ff; border-radius: 16px; padding: 10px; }
.mini-consent { margin: 0; }
.popup-text-button { border: 0; background: transparent; color: #5a6472; cursor: pointer; text-decoration: underline; padding: 0; justify-self: center; }

@media (max-width: 1020px) {
  .nav-wrap { min-height: 78px; }
  .brand img { width: 225px; max-height: 66px; }
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; border: 1px solid #d9e2ee; background: #fff; border-radius: 14px; padding: 0 11px; box-shadow: 0 8px 20px rgba(15,23,42,.08); }
  .nav-toggle span { display: block; height: 2px; width: 100%; background: #101827; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,.98); border: 1px solid #e4edf7; border-radius: 20px; box-shadow: var(--shadow); padding: 10px; font-size: 1.25rem; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 14px; border-radius: 14px; }
  .site-nav a:hover { background: #f2f8ff; }
  .site-nav a::after { display: none; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid, .split-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .card-grid, .package-grid { grid-template-columns: 1fr 1fr; }
  .lead-popup__panel { grid-template-columns: 1fr; max-width: 600px; max-height: 88vh; overflow: auto; }
  .lead-popup__image { min-height: 210px; }
  .lead-popup__image img { width: 210px; }
  .popup-badge { display: none; }
}
@media (max-width: 700px) {
  .container, .narrow { width: min(100% - 26px, var(--container)); }
  .section-pad { padding: 70px 0; }
  .brand img { width: 190px; max-height: 58px; }
  h1 { font-size: clamp(3.05rem, 14vw, 4.8rem); }
  h2 { font-size: clamp(2.05rem, 10vw, 3.4rem); }
  .hero { padding-top: 122px; }
  .hero-grid { gap: 26px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-card { padding: 22px; border-radius: 26px; }
  .hero-card-logo { width: 235px; }
  .metric-grid, .card-grid, .package-grid, .local-grid, .two-cols, .mini-grid { grid-template-columns: 1fr; }
  .package-card.featured { transform: none; }
  .footer-bottom { flex-direction: column; }
  .visual-band::before, .ai-summary-section::before { background-attachment: scroll; }
  .lead-popup { padding: 12px; align-items: center; }
  .lead-popup__panel { max-height: 90vh; }
  .lead-popup__image { display: none; }
  .lead-popup__content { padding: 28px 22px 24px; }
  .lead-popup__content h2 { font-size: 2.35rem; padding-right: 34px; }
  .mini-form { gap: 10px; }
}
