
:root{--navy:#071426;--navy2:#0a1f39;--blue:#1167e8;--blue2:#2185ff;--text:#0e1b33;--muted:#5f6f84;--line:#dfe7f0;--bg:#f5f8fc;--white:#fff}
*{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(--text);background:#fff}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.top-strip{background:#061322;color:#fff;font-size:12px}.strip-inner{height:38px;display:flex;align-items:center;gap:38px}.strip-inner>span{font-weight:800}.lang-switch{margin-left:auto;background:#0e2036;border-radius:6px;padding:3px}.lang-switch button{border:0;background:transparent;color:#fff;font-weight:800;padding:5px 9px;border-radius:4px;cursor:pointer}.lang-switch button.active{background:var(--blue)}
.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 5px 18px rgba(8,31,56,.08)}.nav{height:90px;display:flex;align-items:center;gap:26px}.brand img{width:220px;display:block}.desktop-nav{display:flex;gap:30px;margin-left:auto}.desktop-nav a{text-decoration:none;color:#172238;font-weight:750;font-size:14px}.nav-cta{display:flex;align-items:center;gap:18px}.phone-block{display:flex;flex-direction:column;font-size:13px}.phone-block span{font-size:11px;color:#536174}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:linear-gradient(135deg,var(--blue),#0959cc);color:#fff;padding:14px 22px;border-radius:7px;font-weight:850;box-shadow:0 8px 24px rgba(17,103,232,.22)}.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.72);box-shadow:none}.btn.light{background:#fff;color:#0e5dcf;box-shadow:none}
.hero{background:linear-gradient(90deg,#061426 0%,#0a1c32 46%,#0b2c50 100%);color:#fff}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:520px}.hero-copy{padding:62px 0 44px}.eyebrow{font-size:13px;letter-spacing:.08em;font-weight:900;color:#2d8dff}.hero h1{font-size:clamp(42px,5vw,66px);line-height:1.03;letter-spacing:-.045em;margin:18px 0}.hero h1 .accent{color:#2586ff}.hero-copy>p{max-width:650px;color:#d7e2ef;line-height:1.65;font-size:17px}.hero-actions{display:flex;gap:14px;margin:30px 0}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.hero-features>div{display:flex;gap:12px;align-items:flex-start}.feature-icon{color:#2385ff;font-size:24px}.hero-features strong{display:block;font-size:13px}.hero-features small{display:block;color:#b4c3d6;line-height:1.35;margin-top:3px;font-size:11px}
.hero-visual{display:flex;align-items:center;justify-content:center;padding:30px 0 30px 35px;background:radial-gradient(circle at 60% 50%,rgba(33,133,255,.12),transparent 55%)}.scanner-card{width:100%;max-width:520px;height:390px;position:relative;background:linear-gradient(145deg,#142334,#03070b);border-radius:18px;box-shadow:0 28px 60px rgba(0,0,0,.35);overflow:hidden}.scanner-screen{position:absolute;top:32px;left:50px;color:#fff;font-size:30px;font-weight:900;line-height:.95;opacity:.82}.scanner-screen span{color:#2d8dff;font-size:18px}.scanner-device{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);width:340px;height:190px;background:linear-gradient(#27313b,#0a0d10);border-radius:18px 18px 26px 26px;box-shadow:0 22px 40px rgba(0,0,0,.55)}.scan-bed{position:absolute;width:175px;height:85px;left:82px;top:42px;border:12px solid #111820;background:linear-gradient(#47ff80,#0e8f4a);box-shadow:0 0 28px rgba(70,255,130,.65) inset;border-radius:8px}.finger{position:absolute;width:145px;height:40px;background:linear-gradient(90deg,#d4a17e,#f0c3a0);border-radius:30px;right:-45px;top:58px;transform:rotate(-8deg);box-shadow:0 8px 18px rgba(0,0,0,.24)}
.section{padding:64px 0}.section-title{text-align:center;margin-bottom:34px}.section-title h2{font-size:34px;letter-spacing:-.03em;margin:0}.section-title span{display:block;width:42px;height:3px;background:var(--blue);margin:10px auto 0}.section-title.left{text-align:left}.section-title.left span{margin-left:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{padding:28px 22px;border:1px solid var(--line);border-radius:8px;text-align:center;background:#fff;box-shadow:0 8px 26px rgba(16,39,71,.07)}.round-icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(145deg,#0c64dc,#1f82ff);color:#fff;display:grid;place-items:center;margin:auto;font-size:22px}.service-card h3{font-size:17px;line-height:1.25;margin:16px 0 10px}.service-card p{font-size:13px;line-height:1.55;color:#425268;min-height:60px}.service-card small{display:block;margin-top:14px;font-weight:800;color:#243149}
.how-section{background:linear-gradient(#f7f9fc,#eef4fb)}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:16px}.step{text-align:center;position:relative}.num{position:absolute;top:-8px;left:calc(50% - 43px);width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#0e67df;color:white;font-size:12px;font-weight:900}.step-icon{width:68px;height:68px;border-radius:50%;background:#e4efff;color:#0f65d6;display:grid;place-items:center;margin:0 auto 14px;font-size:27px}.step h3{font-size:15px;margin:0 0 7px}.step p{font-size:12px;line-height:1.45;color:#4c5b70;max-width:190px;margin:auto}.arrow{color:#1268dd;font-size:30px}
.split-section{padding-top:0}.two-col{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-area,.why{padding:44px 40px;position:relative;min-height:320px}.service-area{border-right:1px solid var(--line)}.service-area ul,.why ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;font-size:14px}.service-area li,.why li{font-weight:650}.florida-map{position:absolute;right:25px;bottom:15px;width:180px;height:220px}.state-shape{position:absolute;inset:0;background:linear-gradient(#e7eff9,#d7e5f5);clip-path:polygon(40% 0,65% 2%,73% 12%,65% 20%,62% 33%,70% 50%,68% 69%,77% 82%,68% 100%,56% 83%,54% 67%,48% 54%,35% 44%,25% 37%,18% 23%,27% 12%)}.pin{position:absolute;right:42px;bottom:58px;color:#0d65dd;font-size:52px}.why .fdle-badge{position:absolute;right:40px;bottom:35px;width:150px;height:170px;background:#0b2240;color:#fff;clip-path:polygon(50% 0,95% 15%,90% 70%,50% 100%,10% 70%,5% 15%);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:26px;font-weight:950;text-align:center}.fdle-badge span{font-size:18px}.fdle-badge b{font-size:38px;line-height:1}
.booking-cta{background:linear-gradient(90deg,#0a4eba,#0a6ff0);color:#fff;padding:26px 0}.booking-row{display:flex;justify-content:space-between;align-items:center;gap:30px}.booking-row h2{margin:0 0 4px;font-size:25px}.booking-row p{margin:0;color:#e4efff}.booking-buttons{display:flex;gap:14px}.square-section{padding:60px 0;background:#fff}.square-shell{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 30px rgba(13,40,75,.08);padding:16px;min-height:120px}.faq details{max-width:850px;margin:auto;border-top:1px solid var(--line);padding:18px 0}.faq details:last-child{border-bottom:1px solid var(--line)}summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted);line-height:1.6}
footer{background:#061426;color:#fff;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr .7fr;gap:44px}.foot-brand img{width:220px}.foot-brand p{max-width:260px;color:#b8c6d8;line-height:1.55;font-size:13px}.footer-grid h4{margin:0 0 14px}.footer-grid>div:not(.foot-brand){display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid span{color:#c2d0e0;text-decoration:none;font-size:13px}.copyright{border-top:1px solid #1b3049;margin-top:34px;padding-top:18px;text-align:center;color:#7f93aa;font-size:12px}.mobile-bar{display:none}
@media(max-width:950px){.desktop-nav{display:none}.phone-block{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero-visual{padding:0 0 45px}.two-col{grid-template-columns:1fr}.service-area{border-right:0;border-bottom:1px solid var(--line)}.steps{grid-template-columns:1fr 1fr;gap:28px}.steps .arrow{display:none}.footer-grid{grid-template-columns:1fr 1fr}.booking-row{flex-direction:column;align-items:flex-start}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.strip-inner{gap:12px;justify-content:center}.strip-inner>span:nth-child(2),.strip-inner>span:nth-child(3){display:none}.brand img{width:165px}.nav{height:74px}.nav-cta>.btn{display:none}.hero-copy{padding-top:45px}.hero h1{font-size:43px}.hero-features{grid-template-columns:1fr}.hero-visual{display:none}.service-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.service-area,.why{padding:34px 22px}.florida-map,.fdle-badge{opacity:.12}.booking-buttons{flex-direction:column;width:100%}.booking-buttons .btn{width:100%}.footer-grid{grid-template-columns:1fr}.mobile-bar{display:grid;grid-template-columns:.8fr 1.2fr;position:fixed;left:12px;right:12px;bottom:12px;z-index:100;background:#fff;border-radius:14px;padding:7px;box-shadow:0 12px 40px rgba(0,0,0,.22)}.mobile-bar a{text-align:center;text-decoration:none;font-weight:850;padding:13px;color:#14243a}.mobile-bar .primary{background:var(--blue);color:#fff;border-radius:9px}body{padding-bottom:72px}}
/* Exact approved-design refinements */
.hero-grid{grid-template-columns:1fr 1fr;min-height:398px}
.hero-copy{padding:44px 0 34px;position:relative;z-index:2}
.hero h1{font-size:46px;line-height:1.04;margin:13px 0 16px}
.hero-copy>p{font-size:14px;max-width:520px;margin:0;line-height:1.65}
.hero-actions{margin:22px 0 24px}
.hero-actions .btn{padding:12px 20px}
.hero-features{margin-top:20px;gap:10px}
.hero-visual{padding:0;min-height:398px;background-image:linear-gradient(90deg,#071426 0%,rgba(7,20,38,.38) 16%,rgba(7,20,38,0) 36%),url('assets/hero-fingerprinting.jpg');background-size:cover;background-position:center;align-self:stretch}
.section{padding:38px 0}.section-title{margin-bottom:25px}.section-title h2{font-size:28px}.service-card{padding:22px 18px}.how-section{padding-top:34px;padding-bottom:38px}.split-section{padding:0}.service-area,.why{min-height:285px;padding:34px 40px}.booking-cta{padding:20px 0}footer{padding-top:34px}.footer-grid{gap:30px}
@media(max-width:950px){.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:360px;background-position:center;padding:0}.hero-copy{padding-bottom:32px}}
@media(max-width:620px){.hero-visual{display:block;min-height:285px}.hero h1{font-size:38px}.hero-copy{padding-top:35px}.hero-features{grid-template-columns:1fr 1fr}.service-area,.why{min-height:auto}.florida-map,.why .fdle-badge{opacity:.14}}
