:root {
  --black: #050a18;
  --navy: #0a1a3c;
  --navy-deep: #050d24;
  --cobalt: #1a4a8e;
  --cobalt-bright: #2563b5;
  --ink: #1c1c1c;
  --orange: #ed6b2a;
  --orange-bright: #ff8550;
  --orange-dim: rgba(237,107,42,0.15);
  --alert: #d9241c;
  --alert-bright: #ff3a30;
  --paper: #faf7f1;
  --paper-warm: #f3f0e8;
  --line: #e0dac8;
  --muted: #6f6960;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; -webkit-font-smoothing: antialiased; }

.preview-banner { position: fixed; top: 0; left: 0; right: 0; height: 42px; background: linear-gradient(90deg, var(--orange) 0%, #c2541c 100%); color: #fff; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 0 14px; font-size: 13.5px; font-weight: 600; letter-spacing: 0.3px; box-shadow: 0 2px 12px rgba(0,0,0,0.2); }
.preview-banner a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
.preview-banner .pb-tag { background: #fff; color: var(--orange); padding: 3px 9px; font-weight: 800; letter-spacing: 0.6px; font-size: 11px; text-transform: uppercase; border-radius: 2px; }
.preview-banner .pb-arrow { transition: transform .2s; }
.preview-banner a:hover .pb-arrow { transform: translateX(4px); }
.preview-banner .pb-strong { font-weight: 800; letter-spacing: 0.4px; }
.preview-banner .pb-timer { background: rgba(0,0,0,0.25); padding: 3px 10px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; border-radius: 2px; font-variant-numeric: tabular-nums; border: 1px solid rgba(255,255,255,0.2); }
.preview-banner .pb-timer.expired { background: #fff; color: var(--orange); }
@media (max-width: 720px) { .preview-banner { font-size: 11px; padding: 0 6px; } .preview-banner .pb-tag { padding: 2px 6px; font-size: 10px; } .preview-banner .pb-timer { font-size: 10px; padding: 2px 6px; } }
@media (max-width: 480px) { .preview-banner .pb-tag { display: none; } }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

nav.top { position: sticky; top: 0; z-index: 50; background: rgba(5,13,36,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid #112147; }
nav.top .row { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; font-family: 'Orbitron', sans-serif; font-size: 22px; font-weight: 800; letter-spacing: 2.5px; }
.brand .mark { width: 42px; height: 42px; background: radial-gradient(circle at 30% 30%, var(--cobalt-bright), var(--cobalt) 60%, var(--navy-deep)); display: grid; place-items: center; color: #fff; font-weight: 800; font-family: 'Orbitron'; font-size: 22px; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 16px rgba(237,107,42,0.5); position: relative; }
.brand .mark::after { content: ""; position: absolute; inset: -4px; border: 1.5px solid var(--orange); border-radius: 50%; transform: rotate(-22deg) scaleY(0.35); opacity: 0.8; }
nav.top ul { display: flex; gap: 22px; list-style: none; color: #d8d3c8; font-size: 13.5px; font-weight: 500; flex-wrap: wrap; }
nav.top ul a:hover { color: var(--orange-bright); }
nav.top ul a.active { color: var(--orange-bright); }
nav.top .cta-phone { background: var(--orange); color: #fff; padding: 10px 18px; font-weight: 700; font-size: 14px; letter-spacing: 0.4px; transition: .2s; font-variant-numeric: tabular-nums; flex-shrink: 0; }
nav.top .cta-phone:hover { background: var(--orange-bright); }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 24px; cursor: pointer; }

.brand-band { background: linear-gradient(180deg, #06122b 0%, #050d24 50%, #06122b 100%); line-height: 0; padding: 26px 0; position: relative; overflow: hidden; }
.brand-band::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(1px 1px at 12% 20%, #fff 100%, transparent),
  radial-gradient(1px 1px at 28% 70%, #fff 100%, transparent),
  radial-gradient(1.5px 1.5px at 55% 35%, #fff 100%, transparent),
  radial-gradient(1px 1px at 78% 60%, #fff 100%, transparent),
  radial-gradient(1px 1px at 88% 18%, #fff 100%, transparent),
  radial-gradient(1.5px 1.5px at 8% 85%, #fff 100%, transparent),
  radial-gradient(1px 1px at 42% 88%, #fff 100%, transparent),
  radial-gradient(1px 1px at 95% 78%, #fff 100%, transparent);
  opacity: 0.55; pointer-events: none; }
.brand-band img { display: block; max-width: 920px; width: 90%; height: auto; margin: 0 auto; position: relative; z-index: 2; filter: drop-shadow(0 12px 30px rgba(237,107,42,0.25)); }
.brand-band .sub { text-align: center; color: #b8c3d9; font-family: 'Orbitron', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 6px; text-transform: uppercase; margin-top: 18px; position: relative; z-index: 2; }
.brand-band .sub span { color: var(--orange-bright); }

.hero { position: relative; color: #fff; overflow: hidden; padding: 100px 0 110px; text-align: center; background: linear-gradient(180deg, rgba(5,13,36,0.92) 0%, rgba(10,26,60,0.86) 50%, rgba(5,13,36,0.95) 100%), url('img/pixabay/storm-clouds-lightning.jpg') center/cover; }
.hero::before { content: ""; position: absolute; inset: 0; background:
  repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(255,255,255,0.025) 28px, rgba(255,255,255,0.025) 29px),
  radial-gradient(ellipse at top, rgba(237,107,42,0.18), transparent 60%);
  pointer-events: none; }
.hero > .wrap { position: relative; z-index: 2; }
.hero .pill { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.25); color: #fff; padding: 8px 18px; font-size: 12px; letter-spacing: 1.8px; font-weight: 600; text-transform: uppercase; margin-bottom: 22px; }
.hero .pill::before { content: ""; width: 6px; height: 6px; background: var(--orange-bright); border-radius: 50%; box-shadow: 0 0 12px var(--orange-bright); }
.hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 6.2vw, 84px); line-height: 0.95; letter-spacing: 1.2px; margin-bottom: 18px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.hero h1 .orange { color: var(--orange-bright); }
.hero h1 .script { font-family: 'Orbitron', sans-serif; font-weight: 800; font-size: 0.55em; display: block; margin-top: 14px; letter-spacing: 4px; color: var(--orange-bright); }
.hero p.lede { font-size: clamp(16px, 1.45vw, 19px); color: #d8dde6; max-width: 720px; margin: 0 auto 40px; line-height: 1.6; }
.hero .stars-row { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 36px; padding: 12px 22px; background: rgba(255,255,255,0.06); border: 1px solid rgba(237,107,42,0.35); border-radius: 999px; }
.hero .stars-row .stars { color: var(--orange-bright); font-size: 18px; letter-spacing: 2px; }
.hero .stars-row .stars-text { color: #fff; font-size: 13.5px; font-weight: 600; letter-spacing: 0.5px; }
.hero .stars-row .stars-text strong { color: var(--orange-bright); }

/* PAGE HERO — smaller hero variant for subpages */
.page-hero { background: linear-gradient(180deg, rgba(5,13,36,0.92) 0%, rgba(10,26,60,0.86) 100%), url('img/pixabay/storm-clouds-lightning.jpg') center/cover; color: #fff; padding: 80px 0 70px; text-align: center; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(255,255,255,0.025) 28px, rgba(255,255,255,0.025) 29px), radial-gradient(ellipse at top, rgba(237,107,42,0.18), transparent 60%); pointer-events: none; }
.page-hero > .wrap { position: relative; z-index: 2; }
.page-hero .crumbs { display: inline-flex; gap: 10px; align-items: center; color: #b8c3d9; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; }
.page-hero .crumbs a { color: var(--orange-bright); }
.page-hero .crumbs .sep { color: rgba(255,255,255,0.3); }
.page-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 5.6vw, 72px); line-height: 1; letter-spacing: 1px; margin-bottom: 16px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.page-hero h1 .orange { color: var(--orange-bright); }
.page-hero p { font-size: clamp(15px, 1.35vw, 18px); color: #d8dde6; max-width: 720px; margin: 0 auto; line-height: 1.65; }
.page-hero .pill-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }
.page-hero .pill-row span { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.25); padding: 7px 14px; font-size: 12px; letter-spacing: 1.3px; font-weight: 600; text-transform: uppercase; }
.page-hero .pill-row span::before { content: ""; width: 5px; height: 5px; background: var(--orange-bright); border-radius: 50%; }

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 14px 0 36px; justify-content: center; }
.btn { padding: 16px 30px; font-weight: 700; font-size: 15px; letter-spacing: 0.5px; text-transform: uppercase; transition: .2s; cursor: pointer; border: 0; display: inline-flex; align-items: center; gap: 10px; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-bright); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-deep); transform: translateY(-2px); }
.btn-alert { background: var(--alert); color: #fff; }
.btn-alert:hover { background: var(--alert-bright); transform: translateY(-2px); }
.trust-row { display: flex; gap: 26px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.15); justify-content: center; }
.trust-row .item { display: flex; align-items: center; gap: 10px; color: #d8dde6; font-size: 13px; font-weight: 500; }
.trust-row .item .dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }

.badges-strip { background: var(--navy-deep); color: #fff; padding: 32px 0; border-top: 1px solid #122148; border-bottom: 1px solid #122148; }
.badges-strip .row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 38px 56px; }
.badges-strip .badge { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; min-width: 110px; }
.badges-strip .badge .icon { width: 50px; height: 50px; border: 2px solid var(--orange); border-radius: 50%; display: grid; place-items: center; color: var(--orange-bright); }
.badges-strip .badge .label { font-family: 'Orbitron', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #b8c3d9; line-height: 1.3; max-width: 140px; }
.badges-strip .badge .label strong { color: #fff; display: block; font-weight: 800; }

section { padding: 100px 0; }
.eyebrow { color: var(--orange); font-size: 12px; letter-spacing: 2.5px; font-weight: 700; text-transform: uppercase; margin-bottom: 14px; display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--orange); }
.h-section { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 5vw, 62px); line-height: 1; margin-bottom: 22px; color: var(--navy); letter-spacing: 0.4px; }
.h-section .orange { color: var(--orange); }
.section-lede { color: var(--muted); font-size: 17px; max-width: 660px; margin-bottom: 50px; line-height: 1.7; }

.about { background: #fff; }
.about .grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.about .img-wrap { position: relative; }
.about .img-wrap img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.about .img-wrap .badge { position: absolute; bottom: -28px; left: -28px; background: var(--orange); color: #fff; padding: 24px 30px; min-width: 220px; box-shadow: 0 16px 32px rgba(237,107,42,0.3); }
.about .img-wrap .badge .num { font-family: 'Bebas Neue'; font-size: 56px; line-height: 0.9; }
.about .img-wrap .badge .lbl { font-size: 12px; letter-spacing: 1.5px; font-weight: 700; text-transform: uppercase; margin-top: 4px; }
.about p.body { color: var(--ink); font-size: 16px; margin-bottom: 18px; line-height: 1.75; }
.about ul.facts { list-style: none; margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.about ul.facts li { display: flex; gap: 12px; font-size: 15px; font-weight: 500; line-height: 1.4; }
.about ul.facts li::before { content: "✓"; color: var(--orange); font-weight: 700; flex-shrink: 0; }

.why-licensed { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.why-licensed::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: var(--orange); }
.why-licensed .h-section, .why-licensed .h-section .orange { color: #fff; }
.why-licensed .h-section .orange { color: var(--orange-bright); }
.why-licensed .lede { color: #d8dde6; font-size: 17px; max-width: 720px; line-height: 1.75; margin-bottom: 48px; }
.pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.pillar { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 28px 22px; text-align: left; transition: .25s; }
.pillar:hover { transform: translateY(-4px); border-color: var(--orange); }
.pillar .pn { font-family: 'Bebas Neue'; font-size: 36px; color: var(--orange-bright); line-height: 0.9; margin-bottom: 12px; }
.pillar h4 { font-family: 'Bebas Neue'; font-size: 20px; letter-spacing: 0.4px; margin-bottom: 10px; color: #fff; }
.pillar p { color: #b8c3d9; font-size: 14px; line-height: 1.6; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.svc-card { background: #fff; border: 1px solid var(--line); overflow: hidden; transition: .25s; position: relative; display: flex; flex-direction: column; }
.svc-card::before { content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 0; background: var(--orange); transition: .35s; z-index: 2; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(10,29,51,0.15); }
.svc-card:hover::before { width: 100%; }
.svc-card .img { aspect-ratio: 16/10; overflow: hidden; background: var(--navy); }
.svc-card .img img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.svc-card:hover .img img { transform: scale(1.06); }
.svc-card .body { padding: 28px 26px; flex: 1; display: flex; flex-direction: column; }
.svc-card h3 { font-family: 'Bebas Neue'; font-size: 26px; letter-spacing: 0.6px; margin-bottom: 10px; color: var(--navy); }
.svc-card p { color: var(--muted); font-size: 14.5px; line-height: 1.65; margin-bottom: 16px; flex: 1; }
.svc-card .more { color: var(--orange); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }

.hurricane { background: linear-gradient(180deg, rgba(5,13,36,0.92) 0%, rgba(10,26,60,0.88) 50%, rgba(5,13,36,0.95) 100%), url('img/pixabay/storm-clouds-lightning.jpg') center/cover; color: #fff; padding: 100px 0; position: relative; }
.hurricane::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: var(--orange); }
.hurricane .h-section, .hurricane .h-section .orange { color: #fff; }
.hurricane .h-section .orange { color: var(--orange-bright); }
.hurricane .grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.hurricane .lede { color: #d8dde6; font-size: 17px; line-height: 1.75; margin-bottom: 22px; }
.hurricane .lede strong { color: var(--orange-bright); }
.hurricane ul.bullets { list-style: none; margin-bottom: 32px; }
.hurricane ul.bullets li { padding: 14px 0 14px 30px; border-bottom: 1px solid rgba(237,107,42,0.18); font-size: 15.5px; color: #d8dde6; line-height: 1.6; position: relative; }
.hurricane ul.bullets li:last-child { border-bottom: 0; }
.hurricane ul.bullets li::before { content: ""; position: absolute; left: 0; top: 22px; width: 18px; height: 2px; background: var(--orange); }
.hurricane ul.bullets li strong { color: #fff; }
.hurricane-card { background: rgba(237,107,42,0.08); border: 1px solid rgba(237,107,42,0.45); padding: 36px 32px; text-align: center; }
.hurricane-card .tag-up { color: var(--orange-bright); font-family: 'Bebas Neue'; letter-spacing: 2.5px; font-size: 14px; margin-bottom: 10px; }
.hurricane-card h3 { font-family: 'Bebas Neue'; font-size: 44px; line-height: 1; color: #fff; margin-bottom: 16px; letter-spacing: 0.5px; }
.hurricane-card h3 .orange { color: var(--orange-bright); }
.hurricane-card p { color: #d8dde6; font-size: 15px; line-height: 1.65; margin-bottom: 22px; }
.hurricane-card .phone-mid { font-family: 'Bebas Neue'; font-size: 36px; color: var(--orange-bright); letter-spacing: 1.5px; margin: 14px 0; display: block; }

.smart-protect { background: linear-gradient(180deg, var(--alert) 0%, #a51812 100%); color: #fff; padding: 90px 0; position: relative; overflow: hidden; }
.smart-protect::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.08), transparent 50%), radial-gradient(ellipse at 80% 70%, rgba(0,0,0,0.25), transparent 50%); pointer-events: none; }
.smart-protect .wrap { position: relative; z-index: 2; }
.smart-protect .grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.smart-protect .eyebrow { color: #fff; }
.smart-protect .eyebrow::before { background: #fff; }
.smart-protect h2 { font-family: 'Bebas Neue'; font-size: clamp(40px, 5vw, 64px); line-height: 1; color: #fff; margin-bottom: 22px; letter-spacing: 0.4px; }
.smart-protect p.lede { color: rgba(255,255,255,0.92); font-size: 17px; line-height: 1.75; margin-bottom: 22px; }
.smart-protect .features { list-style: none; margin-bottom: 30px; }
.smart-protect .features li { padding: 12px 0 12px 30px; font-size: 15.5px; color: #fff; line-height: 1.55; position: relative; border-bottom: 1px solid rgba(255,255,255,0.18); }
.smart-protect .features li:last-child { border-bottom: 0; }
.smart-protect .features li::before { content: ""; position: absolute; left: 0; top: 18px; width: 16px; height: 16px; background: rgba(255,255,255,0.18); border: 2px solid #fff; border-radius: 50%; }
.smart-protect .features li strong { font-weight: 700; }
.smart-protect .protect-img { aspect-ratio: 4/3; overflow: hidden; border: 4px solid rgba(255,255,255,0.18); box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
.smart-protect .protect-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.95) saturate(1.05); }
.smart-protect .btn-white { background: #fff; color: var(--alert); }
.smart-protect .btn-white:hover { background: #fff; color: var(--alert-bright); transform: translateY(-2px); }

.why { background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.why-item { text-align: left; padding: 32px 26px; border: 1px solid var(--line); position: relative; transition: .25s; }
.why-item:hover { transform: translateY(-4px); border-color: var(--orange); box-shadow: 0 16px 32px rgba(237,107,42,0.1); }
.why-item .num { font-family: 'Bebas Neue'; font-size: 56px; color: var(--orange); line-height: 0.8; margin-bottom: 18px; }
.why-item h4 { font-family: 'Bebas Neue'; font-size: 22px; letter-spacing: 0.4px; margin-bottom: 10px; color: var(--navy); }
.why-item p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.gallery-grid .gi { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--navy); }
.gallery-grid .gi:nth-child(1), .gallery-grid .gi:nth-child(6) { grid-column: span 2; aspect-ratio: 2/1; }
.gallery-grid .gi img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.gallery-grid .gi:hover img { transform: scale(1.06); }
.gallery-grid .gi::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(6,18,31,0.5)); opacity: 0; transition: .3s; }
.gallery-grid .gi:hover::after { opacity: 1; }

.testimonials { background: var(--navy-deep); color: #fff; }
.testimonials .h-section, .testimonials .h-section .orange { color: #fff; }
.testimonials .h-section .orange { color: var(--orange-bright); }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; }
.t-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 36px 32px; position: relative; }
.t-card::before { content: "\201C"; position: absolute; top: 14px; left: 22px; font-size: 80px; color: var(--orange); font-family: serif; line-height: 1; }
.t-card .stars { color: var(--orange-bright); margin-bottom: 14px; font-size: 16px; letter-spacing: 2px; padding-left: 36px; padding-top: 6px; }
.t-card p { color: #d8dde6; font-size: 15px; line-height: 1.65; margin-bottom: 22px; }
.t-card .who { display: flex; flex-direction: column; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.t-card .who .name { font-weight: 700; color: #fff; }
.t-card .who .city { font-size: 13px; color: var(--orange-bright); margin-top: 2px; }

.final-cta { background: var(--black); color: #fff; padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,13,36,0.92), rgba(5,13,36,0.96)), url('img/pixabay/florida-suburban-neighborhood.jpg') center/cover; z-index: 0; opacity: 0.55; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .eyebrow { color: var(--orange-bright); justify-content: center; display: inline-flex; }
.final-cta .eyebrow::before { background: var(--orange-bright); }
.final-cta h2 { font-family: 'Bebas Neue'; font-size: clamp(42px, 6vw, 74px); line-height: 1; margin-bottom: 22px; }
.final-cta h2 .orange { color: var(--orange-bright); }
.final-cta p { color: #c8c5be; font-size: 17px; margin-bottom: 36px; max-width: 620px; margin-left: auto; margin-right: auto; }
.final-cta .phone-big { font-family: 'Bebas Neue'; font-size: clamp(48px, 6vw, 78px); color: var(--orange-bright); letter-spacing: 2px; margin: 14px 0 30px; display: block; font-variant-numeric: tabular-nums; }
.final-cta .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.final-cta .info-row { margin-top: 44px; display: flex; gap: 36px; justify-content: center; flex-wrap: wrap; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.12); }
.final-cta .info-row .it { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 13.5px; color: #c8c5be; letter-spacing: 0.4px; }
.final-cta .info-row .it strong { color: var(--orange-bright); font-family: 'Orbitron'; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }

footer { background: #050c17; color: #888; padding: 48px 0 28px; }
footer .grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 40px; }
footer .brand-foot { color: #fff; font-family: 'Orbitron'; font-size: 22px; letter-spacing: 2.5px; margin-bottom: 14px; font-weight: 800; }
footer .desc { font-size: 14px; line-height: 1.6; max-width: 320px; }
footer .lic { font-family: 'Orbitron'; font-size: 11px; color: var(--orange-bright); letter-spacing: 2px; margin-top: 14px; font-weight: 700; }
footer h5 { color: #fff; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px; font-weight: 700; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; font-size: 14px; }
footer ul li a:hover { color: var(--orange-bright); }
footer .bottom { border-top: 1px solid #0e1825; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 13px; }

/* ============ DEEP PAGES — extended utility classes ============ */

/* Two-column generic split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-13 { grid-template-columns: 1.3fr 1fr; }
.split-31 { grid-template-columns: 1fr 1.3fr; }
.split img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split h2 { font-family: 'Bebas Neue'; font-size: clamp(32px, 4vw, 52px); line-height: 1; color: var(--navy); margin-bottom: 18px; letter-spacing: 0.4px; }
.split h2 .orange { color: var(--orange); }
.split p { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 16px; }
.split p strong { color: var(--ink); }
.split.dark h2, .split.dark p { color: #fff; }
.split.dark p { color: #d8dde6; }
.split.dark p strong { color: #fff; }

/* Content block — light bg */
.content-light { background: #fff; }
.content-paper { background: var(--paper); }
.content-dark { background: var(--navy); color: #fff; }
.content-dark .h-section, .content-dark .h-section .orange { color: #fff; }
.content-dark .h-section .orange { color: var(--orange-bright); }
.content-dark .section-lede { color: #d8dde6; }
.content-dark p { color: #d8dde6; }
.content-darker { background: var(--navy-deep); color: #fff; }
.content-darker .h-section, .content-darker .h-section .orange { color: #fff; }
.content-darker .h-section .orange { color: var(--orange-bright); }
.content-darker p { color: #d8dde6; }

/* Feature row — icon + title + paragraph */
.feature-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 50px; margin-top: 30px; }
.feature-row.three { grid-template-columns: repeat(3, 1fr); }
.feature-row.four { grid-template-columns: repeat(4, 1fr); }
.feat-item { display: flex; gap: 18px; align-items: flex-start; }
.feat-item .ic { width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.feat-item .ic svg { width: 22px; height: 22px; }
.feat-item h4 { font-family: 'Bebas Neue'; font-size: 22px; letter-spacing: 0.4px; color: var(--navy); margin-bottom: 6px; }
.feat-item p { color: var(--muted); font-size: 14.5px; line-height: 1.6; margin: 0; }
.content-dark .feat-item h4, .content-darker .feat-item h4 { color: #fff; }
.content-dark .feat-item p, .content-darker .feat-item p { color: #b8c3d9; }
.content-dark .feat-item .ic, .content-darker .feat-item .ic { background: rgba(255,255,255,0.06); border: 1px solid var(--orange); color: var(--orange-bright); }

/* Partner logo row */
.partner-row { background: #fff; padding: 50px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-row .partners { display: flex; justify-content: center; align-items: center; gap: 48px 60px; flex-wrap: wrap; }
.partner-row .partners .p { font-family: 'Orbitron', sans-serif; font-weight: 800; font-size: 18px; color: var(--navy); letter-spacing: 2px; opacity: 0.65; transition: .2s; }
.partner-row .partners .p:hover { opacity: 1; color: var(--orange); }
.partner-row .label { text-align: center; color: var(--muted); font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; margin-bottom: 28px; }

/* Service-list (no images) — checked items */
.svc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; margin-top: 30px; }
.svc-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 15.5px; line-height: 1.55; padding: 14px 0; border-bottom: 1px solid var(--line); list-style: none; color: var(--ink); }
.svc-list li::before { content: ""; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; margin-top: 8px; flex-shrink: 0; box-shadow: 0 0 0 4px rgba(237,107,42,0.15); }
.content-dark .svc-list li, .content-darker .svc-list li { color: #d8dde6; border-color: rgba(255,255,255,0.08); }

/* Stat card row */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 30px; }
.stat { background: rgba(237,107,42,0.06); border: 1px solid rgba(237,107,42,0.3); padding: 32px 24px; text-align: center; }
.content-dark .stat, .content-darker .stat { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); }
.stat .num { font-family: 'Bebas Neue'; font-size: 64px; color: var(--orange); line-height: 0.9; }
.content-dark .stat .num, .content-darker .stat .num { color: var(--orange-bright); }
.stat .lbl { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; color: var(--muted); margin-top: 10px; }
.content-dark .stat .lbl, .content-darker .stat .lbl { color: #b8c3d9; }

/* CTA strip (between sections) */
.cta-strip { background: var(--orange); color: #fff; padding: 50px 0; }
.cta-strip .row { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-strip h3 { font-family: 'Bebas Neue'; font-size: clamp(28px, 3.5vw, 42px); line-height: 1; letter-spacing: 0.4px; }
.cta-strip .row .btn-dark { background: var(--navy-deep); color: #fff; }
.cta-strip .row .btn-dark:hover { background: var(--black); transform: translateY(-2px); }

/* Review card (full reviews page) */
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 30px; }
.review-card { background: #fff; border: 1px solid var(--line); padding: 32px 28px; }
.content-dark .review-card, .content-darker .review-card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.08); }
.review-card .stars { color: var(--orange); margin-bottom: 12px; font-size: 16px; letter-spacing: 2px; }
.review-card p { color: var(--ink); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.content-dark .review-card p, .content-darker .review-card p { color: #d8dde6; }
.review-card .who { padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }
.content-dark .review-card .who, .content-darker .review-card .who { border-color: rgba(255,255,255,0.1); }
.review-card .who .name { font-weight: 700; color: var(--navy); }
.content-dark .review-card .who .name, .content-darker .review-card .who .name { color: #fff; }
.review-card .who .meta { font-size: 13px; color: var(--orange); }

/* FAQ accordion */
.faq { background: var(--paper); }
.faq-list { max-width: 880px; margin: 30px auto 0; }
.faq-item { background: #fff; border: 1px solid var(--line); margin-bottom: 12px; transition: .2s; }
.faq-item summary { padding: 22px 26px; font-family: 'Bebas Neue'; font-size: 20px; letter-spacing: 0.4px; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 26px; color: var(--orange); transition: transform .2s; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .body { padding: 0 26px 22px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.faq-item .body strong { color: var(--ink); }

/* Form / contact */
.form-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; margin-top: 30px; }
.form-card { background: #fff; border: 1px solid var(--line); padding: 36px 32px; }
.form-card h3 { font-family: 'Bebas Neue'; font-size: 26px; letter-spacing: 0.4px; color: var(--navy); margin-bottom: 18px; }
.form-card label { display: block; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 700; color: var(--muted); margin-bottom: 6px; margin-top: 16px; }
.form-card label:first-child { margin-top: 0; }
.form-card input, .form-card select, .form-card textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); background: var(--paper); font-family: 'Inter'; font-size: 14.5px; outline: none; transition: .15s; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--orange); background: #fff; }
.form-card textarea { resize: vertical; min-height: 110px; }
.form-card .submit { width: 100%; margin-top: 22px; padding: 16px; background: var(--orange); color: #fff; font-weight: 700; font-size: 14px; letter-spacing: 0.5px; text-transform: uppercase; border: 0; cursor: pointer; transition: .2s; }
.form-card .submit:hover { background: var(--orange-bright); }
.contact-info-card { background: var(--navy); color: #fff; padding: 36px 32px; }
.contact-info-card h3 { font-family: 'Bebas Neue'; font-size: 26px; letter-spacing: 0.4px; margin-bottom: 22px; }
.contact-info-card ul { list-style: none; }
.contact-info-card li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 4px; }
.contact-info-card li:last-child { border-bottom: 0; }
.contact-info-card li .lbl { font-size: 11px; letter-spacing: 1.5px; font-weight: 700; color: var(--orange-bright); text-transform: uppercase; }
.contact-info-card li .val { font-size: 16px; color: #fff; font-weight: 500; }
.contact-info-card li .val a { color: #fff; }
.contact-info-card li .val a:hover { color: var(--orange-bright); }
.map-frame { width: 100%; aspect-ratio: 16/9; border: 0; margin-top: 30px; }

/* AI dock */
.ai-dock-btn { position: fixed; bottom: 26px; right: 26px; z-index: 90; background: linear-gradient(135deg, var(--orange) 0%, #b85020 100%); color: #fff; border: 0; padding: 16px 22px 16px 18px; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.4px; text-transform: uppercase; cursor: pointer; border-radius: 999px; box-shadow: 0 12px 30px rgba(237,107,42,0.45), 0 0 0 4px rgba(255,255,255,0.06); display: inline-flex; align-items: center; gap: 12px; transition: .2s; }
.ai-dock-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(237,107,42,0.55), 0 0 0 4px rgba(255,255,255,0.08); }
.ai-dock-btn .ai-pulse { width: 10px; height: 10px; background: #fff; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,255,255,0.7); animation: aiPulse 2s infinite; }
@keyframes aiPulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); } 70% { box-shadow: 0 0 0 12px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
.ai-dock-btn.hidden { display: none; }
.ai-dock { position: fixed; bottom: 26px; right: 26px; z-index: 91; width: 380px; max-width: calc(100vw - 32px); height: 560px; max-height: calc(100vh - 80px); background: #fff; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,0.4); display: none; flex-direction: column; overflow: hidden; }
.ai-dock.open { display: flex; }
.ai-dock .head { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; padding: 16px 18px; display: flex; align-items: center; gap: 12px; border-bottom: 2px solid var(--orange); }
.ai-dock .head .av { width: 38px; height: 38px; background: radial-gradient(circle at 30% 30%, var(--cobalt-bright), var(--cobalt) 60%, var(--navy-deep)); display: grid; place-items: center; color: #fff; font-family: 'Orbitron'; font-weight: 800; font-size: 14px; letter-spacing: 0.5px; border: 2px solid var(--orange); border-radius: 50%; flex-shrink: 0; }
.ai-dock .head .meta { flex: 1; }
.ai-dock .head .meta .name { font-weight: 700; font-size: 14.5px; letter-spacing: 0.3px; line-height: 1.2; }
.ai-dock .head .meta .sub { font-size: 11.5px; color: #b8c3d9; margin-top: 3px; display: flex; align-items: center; gap: 6px; }
.ai-dock .head .meta .sub::before { content: ""; width: 7px; height: 7px; background: #2ec46b; border-radius: 50%; box-shadow: 0 0 8px #2ec46b; }
.ai-dock .head .close { background: transparent; border: 0; color: #fff; font-size: 22px; cursor: pointer; padding: 4px 10px; opacity: 0.7; line-height: 1; }
.ai-dock .head .close:hover { opacity: 1; }
.ai-dock .body { flex: 1; padding: 18px; overflow-y: auto; background: #f6f7fa; display: flex; flex-direction: column; gap: 12px; }
.ai-dock .msg { max-width: 84%; padding: 11px 14px; font-size: 14px; line-height: 1.5; word-wrap: break-word; }
.ai-dock .msg.bot { background: #fff; border: 1px solid var(--line); align-self: flex-start; border-radius: 14px 14px 14px 4px; color: var(--ink); }
.ai-dock .msg.user { background: var(--navy); color: #fff; align-self: flex-end; border-radius: 14px 14px 4px 14px; }
.ai-dock .typing { display: inline-flex; gap: 4px; padding: 4px 0; }
.ai-dock .typing span { width: 7px; height: 7px; background: var(--muted); border-radius: 50%; animation: typingDot 1.4s infinite; }
.ai-dock .typing span:nth-child(2) { animation-delay: 0.2s; }
.ai-dock .typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDot { 0%, 60%, 100% { opacity: 0.3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-4px); } }
.ai-dock .quick { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.ai-dock .quick button { background: #fff; border: 1px solid var(--line); color: var(--navy); padding: 7px 12px; font-size: 12.5px; font-weight: 600; cursor: pointer; border-radius: 999px; transition: .15s; }
.ai-dock .quick button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.ai-dock .input { padding: 12px; border-top: 1px solid var(--line); background: #fff; display: flex; gap: 8px; }
.ai-dock .input input { flex: 1; border: 1px solid var(--line); padding: 11px 14px; font-size: 14px; outline: none; background: #fafbfc; transition: .15s; }
.ai-dock .input input:focus { border-color: var(--orange); background: #fff; }
.ai-dock .input button { background: var(--orange); color: #fff; border: 0; padding: 0 18px; font-weight: 700; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; cursor: pointer; transition: .15s; }
.ai-dock .input button:hover { background: var(--orange-bright); }
.ai-dock .input button:disabled { background: #c8c8c8; cursor: not-allowed; }
.ai-dock .done-card { background: #fff; border: 1px solid var(--line); padding: 16px; border-left: 4px solid var(--orange); margin-top: 4px; }
.ai-dock .done-card h4 { font-family: 'Bebas Neue'; font-size: 20px; color: var(--navy); letter-spacing: 0.4px; margin-bottom: 8px; }
.ai-dock .done-card p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.ai-dock .done-card .phone-link { display: block; margin-top: 10px; font-family: 'Bebas Neue'; font-size: 24px; color: var(--orange); letter-spacing: 1px; }

@media (max-width: 600px) {
  .ai-dock { bottom: 0; right: 0; width: 100%; height: 100vh; max-height: 100vh; max-width: 100vw; }
  .ai-dock-btn { bottom: 18px; right: 18px; padding: 14px 18px 14px 14px; font-size: 13px; }
}
@media (max-width: 900px) {
  nav.top ul { display: none; }
  .nav-toggle { display: block; }
  nav.top .cta-phone { padding: 8px 12px; font-size: 13px; }
  .hero { padding: 70px 0 90px; }
  .brand-band img { width: 96%; }
  .badges-strip .row { gap: 26px 30px; }
  .badges-strip .badge { min-width: 90px; }
  .about .grid { grid-template-columns: 1fr; gap: 60px; }
  .about .img-wrap .badge { left: 0; bottom: -22px; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .hurricane .grid { grid-template-columns: 1fr; gap: 40px; }
  .smart-protect .grid { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .gi:nth-child(1), .gallery-grid .gi:nth-child(6) { grid-column: span 2; aspect-ratio: 2/1; }
  .t-grid { grid-template-columns: 1fr; }
  footer .grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  section { padding: 70px 0; }
  .split, .split.split-13, .split.split-31 { grid-template-columns: 1fr; gap: 40px; }
  .feature-row, .feature-row.three, .feature-row.four { grid-template-columns: 1fr; }
  .svc-list { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 600px) {
  .pillars { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
}

.team-marquee { background: var(--navy-deep); padding: 70px 0 30px; overflow: hidden; position: relative; border-top: 1px solid #112147; border-bottom: 1px solid #112147; }
.team-marquee .marquee-head { text-align: center; margin-bottom: 40px; padding: 0 20px; }
.team-marquee .marquee-head .eyebrow { color: var(--orange-bright); }
.team-marquee .marquee-head h2 { color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: clamp(34px, 5vw, 56px); letter-spacing: 1.5px; line-height: 1.05; margin-top: 8px; }
.team-marquee .marquee-head p { color: #b8c3d9; max-width: 640px; margin: 14px auto 0; font-size: 15.5px; }
.marquee-mask { position: relative; mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%); }
.marquee-track { display: flex; gap: 18px; width: max-content; animation: marquee-scroll 70s linear infinite; padding: 20px 0; }
.team-marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { width: 420px; height: 280px; flex-shrink: 0; overflow: hidden; position: relative; background: #0a1a3c; border: 1px solid #1a2a5a; }
.marquee-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.marquee-item:hover img { transform: scale(1.04); }
.marquee-item .cap { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, transparent, rgba(5,13,36,0.92)); padding: 30px 18px 14px; color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 0.4px; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 720px) { .marquee-item { width: 300px; height: 220px; } .marquee-track { animation-duration: 50s; } }
