
:root {
  --dark:#0f172a;
  --darker:#020617;
  --blue:#0ea5e9;
  --gold:#f59e0b;
  --light:#f8fafc;
  --text:#1f2937;
  --muted:#64748b;
}
* { box-sizing: border-box; }
body { margin:0; font-family: Arial, Helvetica, sans-serif; color:var(--text); background:#fff; line-height:1.6; }
.container { width:min(1120px, 92%); margin:auto; }
.topbar { background:var(--gold); color:#111827; font-weight:800; font-size:14px; }
.topbar-inner { display:flex; gap:18px; align-items:center; justify-content:center; flex-wrap:wrap; padding:8px 0; }
.topbar a { color:#111827; text-decoration:none; }
.site-header { background:var(--darker); color:white; padding:16px 0; position:sticky; top:0; z-index:10; }
.nav-wrap { display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; }
.brand { display:flex; align-items:center; gap:12px; color:white; font-weight:800; font-size:22px; text-decoration:none; }
.brand img { width:42px; height:auto; }
nav { display:flex; flex-wrap:wrap; align-items:center; gap:8px; justify-content:flex-end; }
nav a { color:white; text-decoration:none; margin-left:8px; font-size:14px; opacity:.9; }
nav a:hover { opacity:1; color:var(--gold); }
.nav-cta { background:var(--gold); color:#111827 !important; padding:9px 13px; border-radius:8px; font-weight:800; }
.nav-phone { border:1px solid rgba(255,255,255,.25); padding:8px 11px; border-radius:8px; }
.hero { background:linear-gradient(135deg,#020617,#0f172a 55%,#0c4a6e); color:white; padding:90px 0; }
.hero-grid { display:grid; grid-template-columns:1.5fr .8fr; gap:40px; align-items:center; }
.eyebrow { color:#bae6fd; text-transform:uppercase; letter-spacing:.12em; font-size:13px; font-weight:800; }
.eyebrow.dark { color:#0c4a6e; }
.hero h1 { font-size:52px; margin:0 0 16px; line-height:1.05; }
.hero p { font-size:20px; max-width:760px; opacity:.96; }
.hero .subtext { font-size:18px; color:#dbeafe; }
.spanish-line { color:#e0f2fe; font-size:18px !important; font-weight:700; margin:8px 0; }
.spanish-note { color:#0c4a6e; font-weight:800; background:#e0f2fe; border-left:4px solid var(--blue); padding:10px 13px; border-radius:8px; display:inline-block; }
.spanish-footer { color:#fbbf24; font-weight:800; }
.hero-card { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:22px; padding:30px; text-align:center; backdrop-filter: blur(6px); }
.hero-card img { width:150px; margin-bottom:16px; }
.buttons { margin-top:28px; }
.btn { display:inline-block; padding:13px 20px; border-radius:10px; background:#e5e7eb; color:#111827; text-decoration:none; margin:6px 8px 6px 0; font-weight:800; border:0; cursor:pointer; }
.btn.primary { background:var(--gold); color:#111827; }
.large-btn { font-size:18px; padding:16px 24px; }
.grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:22px; padding:25px 0 45px; }
.card { background:var(--light); border:1px solid #e5e7eb; border-radius:16px; padding:26px; box-shadow:0 8px 24px rgba(0,0,0,.06); margin:18px 0; }
.card h3 { margin-top:0; color:#0f172a; }
.icon { font-size:32px; margin-bottom:10px; }
.section-title { font-size:34px; margin:45px 0 10px; color:#0f172a; }
.page { padding:55px 0; min-height:65vh; }
.page h1 { font-size:42px; margin:0 0 10px; color:#0f172a; }
.lead { font-size:20px; color:var(--muted); max-width:820px; }
.emergency-box { margin-top:-34px; background:var(--gold); color:#111827; border-radius:18px; padding:28px; display:flex; justify-content:space-between; align-items:center; gap:20px; box-shadow:0 10px 30px rgba(0,0,0,.12); position:relative; z-index:2; }
.emergency-box h2 { margin:0 0 6px; }
.emergency-box p { margin:0; }
.emergency-actions { display:flex; flex-direction:column; gap:8px; font-weight:900; }
.emergency-actions a { color:#111827; text-decoration:none; }
.biometry-showcase { background:#e0f2fe; padding:55px 0; margin:40px 0; }
.split-panel { background:white; border-radius:22px; padding:38px; box-shadow:0 8px 24px rgba(0,0,0,.06); }
.check-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:10px; margin:20px 0; font-weight:800; }
.trust-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:14px; margin:20px 0 45px; }
.trust-grid div { background:#f8fafc; border:1px solid #e5e7eb; padding:16px; border-radius:12px; font-weight:800; }
.industries { display:flex; flex-wrap:wrap; gap:12px; margin:20px 0 45px; }
.industries span { background:#0f172a; color:white; padding:10px 14px; border-radius:999px; font-weight:800; }
.testimonials .card p { font-size:18px; font-weight:700; }
.owner-section { display:flex; align-items:center; gap:25px; background:#f8fafc; padding:34px; border-radius:18px; margin:35px auto 50px; }
.small-owner { margin:25px 0; }
.owner-photo { width:90px; height:90px; border-radius:50%; background:#0f172a; color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:32px; font-weight:900; flex:0 0 auto; }
.form { max-width:700px; }
label { display:block; margin:14px 0; font-weight:800; }
input, textarea, select { width:100%; padding:13px; border:1px solid #cbd5e1; border-radius:9px; margin-top:6px; font-size:16px; background:white; }
.download-card { text-align:left; }
.contact-card a { color:#0f172a; font-weight:800; }
.cta { background:#0c4a6e; color:white; text-align:center; padding:45px 0; margin-top:40px; }
.cta h2 { margin-top:0; font-size:34px; }
.cta .spanish-note { background:rgba(255,255,255,.12); color:white; border-left-color:var(--gold); }
.footer { background:#020617; color:white; padding:35px 0; }
.footer a { color:white; text-decoration:none; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:30px; }
.footer-logo { width:70px; }
@media (max-width:900px) {
  .hero-grid { grid-template-columns:1fr; }
  .hero h1 { font-size:38px; }
  .emergency-box, .owner-section { flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr; }
}
@media (max-width:700px) {
  nav { justify-content:flex-start; }
  nav a { margin:6px 5px 0 0; }
  .topbar-inner { justify-content:flex-start; }
}


.floating-text {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--gold);
  color: #111827;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  z-index: 50;
}
.floating-text:hover {
  transform: translateY(-1px);
}
@media (max-width:700px) {
  .floating-text {
    left: 18px;
    right: 18px;
    text-align: center;
    bottom: 14px;
  }
}
