
:root{
  /* Dark 2.0: Black + Blue + Red */
  --bg:#050508;
  --panel:#0b0d14;
  --panel2:#080a10;
  --text:#eef0f7;
  --muted:#aeb6cf;
  --line:rgba(255,255,255,.10);
  --blue:#2bd3ff;
  --red:#ff2b2b;
  --glow1:var(--blue);
  --glow2:var(--red);
  --danger:var(--red);
  --ok:#4dffb5;
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --radius:18px;
  --max:1100px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(980px 640px at 18% -10%, rgba(43,211,255,.18), transparent 56%),
    radial-gradient(980px 640px at 86% -6%, rgba(255,43,43,.16), transparent 56%),
    radial-gradient(980px 720px at 50% 115%, rgba(43,211,255,.10), transparent 56%),
    var(--bg);
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
.wrap{max-width:var(--max); margin:0 auto; padding:0 20px}

/* NAV */
.nav{
  position:sticky; top:0; z-index:50;
  background: rgba(7,7,11,.68);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner{display:flex; align-items:center; justify-content:space-between; height:72px; gap:12px}
.brand{display:flex; align-items:center; gap:12px}
.brand img{width:44px; height:44px; object-fit:contain; filter: drop-shadow(0 0 14px rgba(43,211,255,.25));}
.brand .name{font-weight:800; letter-spacing:.06em; text-transform:uppercase; font-size:14px; opacity:.95}
.links{display:flex; gap:18px; align-items:center; flex-wrap:wrap}
.links a{
  color:var(--muted);
  font-weight:800;
  font-size:14px;
  padding:10px 10px;
  border-radius:12px;
  transition: all .18s ease;
}
.links a:hover{color:var(--text); background: rgba(255,255,255,.06); box-shadow: 0 0 0 1px rgba(255,255,255,.08) inset;}
.links a.active{color:var(--text); background: linear-gradient(90deg, rgba(43,211,255,.18), rgba(255,43,43,.18)); box-shadow: 0 0 0 1px rgba(255,255,255,.10) inset;}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: linear-gradient(90deg, rgba(43,211,255,.16), rgba(255,43,43,.16));
  color:var(--text);
  font-weight:900;
  font-size:14px;
  box-shadow: var(--shadow);
  transition: transform .15s ease, filter .15s ease;
  white-space:nowrap;
}
.btn:hover{ transform: translateY(-1px); filter: brightness(1.06); }
.btn.secondary{background: rgba(255,255,255,.06); box-shadow:none}

.menu-btn{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color:var(--text);
  cursor:pointer;
}
.menu{display:none; padding:14px 0 18px; border-top:1px solid var(--line);}
.menu a{display:block; padding:12px 0; color:var(--muted); font-weight:900;}
.menu a:hover{color:var(--text)}

/* LAYOUT */
.hero{padding:54px 0 22px}
.grid-2{display:grid; grid-template-columns: 1.15fr .85fr; gap:22px; align-items:stretch}

/* Home hero centered layout (no right-side contact box) */
.hero-center{display:flex; justify-content:center; align-items:stretch}
.hero-center .hero-main{max-width: 880px; width:100%; text-align:center; padding:34px}
.hero-center .sub{margin-left:auto; margin-right:auto}
.hero-actions{display:flex; gap:10px; flex-wrap:wrap}
.hero-center .hero-actions{justify-content:center}
.hero-center .pill-row{justify-content:center}
.card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.card::before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(600px 220px at 20% 0%, rgba(43,211,255,.18), transparent 50%),
              radial-gradient(600px 220px at 80% 0%, rgba(255,43,43,.18), transparent 50%);
  pointer-events:none;
  opacity:.9;
}
.card > *{ position:relative; }

.hero-main{padding:28px}
.kicker{display:inline-flex; gap:8px; align-items:center; color:var(--muted); font-weight:900; letter-spacing:.08em; text-transform:uppercase; font-size:12px; margin-bottom:10px}
.h1{font-size:42px; line-height:1.05; margin:0 0 12px; letter-spacing:-.02em}
.sub{margin:0 0 18px; color:var(--muted); font-weight:650; line-height:1.55; font-size:15px; max-width: 62ch}
.pill-row{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
.pill{padding:10px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.18); color:var(--muted); font-weight:900; font-size:12px; display:inline-flex; gap:8px; align-items:center}
.dot{width:8px; height:8px; border-radius:50%; background: var(--glow1); box-shadow: 0 0 18px rgba(43,211,255,.65)}

/* Big logo (Home hero) */
.hero-logo{
  width:min(320px, 78%);
  height:auto;
  display:block;
  margin: 0 auto 14px;
  filter:
    drop-shadow(0 0 20px rgba(43,211,255,.18))
    drop-shadow(0 0 20px rgba(255,43,43,.14));
}

.hero-side{padding:22px}
.side-title{margin:0 0 10px; font-size:14px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); font-weight:900}
.side-box{background: rgba(0,0,0,.22); border:1px solid rgba(255,255,255,.10); border-radius: 16px; padding:14px; margin-top:10px}
.side-box strong{display:block; font-size:14px; margin-bottom:6px}
.side-box p{margin:0; color:var(--muted); font-weight:650; line-height:1.55; font-size:14px}

.about-photo{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 0 18px rgba(43,211,255,.08), 0 0 18px rgba(255,43,43,.08);
  margin-bottom:12px;
}

.section{padding:22px 0 64px}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin:18px 0 14px; flex-wrap:wrap}
.section-head h2{margin:0; font-size:22px; letter-spacing:-.01em}
.section-head .hint{color:var(--muted); font-weight:650; font-size:14px; line-height:1.4; max-width: 58ch}

/* Centered section headers / rows (Home: Certified & Trusted) */
.section-head.center{justify-content:center; text-align:center; flex-direction:column; align-items:center}
.section-head.center h2{width:100%; text-align:center}
.section-head.center .hint{max-width:70ch}
.center-row{display:flex; gap:10px; flex-wrap:wrap; justify-content:center; align-items:center}

/* Home: State license pill */
.center-stack{display:flex; justify-content:center; align-items:center; width:100%; margin:10px 0 14px;}
.license-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:6px 0;
  border:none;
  background: transparent;
  color:#ff2a2a;
  font-weight:900;
  letter-spacing:.02em;
  text-shadow: 0 0 18px rgba(255,42,42,.25);
}

/* Partner buttons (each one a different color, still Dark 2.0) */
.btn.brand-blue{background: linear-gradient(90deg, rgba(43,211,255,.20), rgba(0,0,0,.18)); border-color: rgba(43,211,255,.22)}
.btn.brand-red{background: linear-gradient(90deg, rgba(255,43,43,.22), rgba(0,0,0,.18)); border-color: rgba(255,43,43,.22)}
.btn.brand-split{background: linear-gradient(90deg, rgba(43,211,255,.18), rgba(255,43,43,.18)); border-color: rgba(255,255,255,.12)}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.card-pad{padding:16px}
.card-img{width:100%; height:220px; object-fit:cover; border-radius:14px; border:1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.2)}
.card h3{margin:12px 0 8px; font-size:16px}
.card p{margin:0 0 12px; color:var(--muted); font-weight:650; line-height:1.55; font-size:14px}

.list{margin:0; padding-left:18px; color:var(--muted); font-weight:650; line-height:1.7}
.split{display:grid; grid-template-columns: 1fr 1fr; gap:14px}

/* FAQ */
.faq-section{margin-top:16px}
.faq-section:first-child{margin-top:0}
.faq-section h3{
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: var(--muted);
  font-weight: 900;
}
.faq{display:grid; grid-template-columns: 1fr; gap:12px}
details{border:1px solid rgba(255,255,255,.10); border-radius: 16px; background: rgba(0,0,0,.22); overflow:hidden}
summary{list-style:none; cursor:pointer; padding:16px 16px; display:flex; align-items:center; justify-content:space-between; gap:14px; font-weight:900; letter-spacing:.01em}
summary::-webkit-details-marker{display:none}
.q{display:flex; align-items:center; gap:12px; min-width:0}
.q .badge{
  width:28px; height:28px;
  border-radius:10px;
  display:grid; place-items:center;
  background: linear-gradient(180deg, rgba(43,211,255,.18), rgba(255,43,43,.18));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 0 22px rgba(43,211,255,.08);
  flex:0 0 auto;
  font-size:13px;
}
.q span{display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
.chev{width:34px; height:34px; border-radius:12px; border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.06); display:grid; place-items:center; flex:0 0 auto; transition: transform .18s ease}
details[open] .chev{transform: rotate(180deg)}
.a{padding:0 16px 16px; color:var(--muted); font-weight:650; line-height:1.62; font-size:14.5px}
.rule{margin-top:10px; padding:12px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.18)}
.rule strong{color:var(--text)}
.rule.danger{border-color: rgba(255,59,59,.22); background: rgba(255,59,59,.06)}
.rule.danger strong{color:#ffd1d1}
.rule.ok{border-color: rgba(77,255,181,.22); background: rgba(77,255,181,.06)}

/* FAQ mobile optimization: allow questions/answers to wrap cleanly */
@media (max-width: 720px){
  summary{padding:14px 14px; align-items:flex-start}
  .q{align-items:flex-start}
  .q span{white-space:normal; overflow:visible; text-overflow:clip}
  .chev{margin-top:2px}
  .a{font-size:14px}
}

/* FOOTER */
footer{border-top:1px solid var(--line); padding:26px 0 34px; color:var(--muted); font-weight:650; background: rgba(0,0,0,.18)}
.foot{display:flex; gap:18px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap}
.foot small{opacity:.9}
.foot .stack{display:flex; flex-direction:column; gap:8px}
.foot a{color:var(--text); opacity:.9}
.foot a:hover{opacity:1; text-decoration:underline}

/* New centered footer row (horizontally aligned) */
.footer-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.footer-row small{opacity:.92}
.footer-row a{color:var(--text); opacity:.9}
.footer-row a:hover{opacity:1; text-decoration:underline}
.footer-brand{color:var(--text); letter-spacing:.06em}

@media (max-width: 980px){
  .cards{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
}
@media (max-width: 860px){
  .grid-2{grid-template-columns:1fr}
  .h1{font-size:36px}
}
@media (max-width: 720px){
  .links{display:none}
  .menu-btn{display:inline-grid; place-items:center}
  .menu{display:block; background: rgba(7,7,11,.88); border:1px solid rgba(255,255,255,.10); border-top:none; border-radius: 0 0 18px 18px; padding: 10px 14px 14px; margin-bottom: 8px;}
  .menu a{padding:12px 6px; border-radius: 12px;}
  .menu a:hover{background: rgba(255,255,255,.06)}
}

/* Mobile FAQ readability */
@media (max-width: 720px){
  summary{padding:14px 14px; align-items:flex-start}
  .q{align-items:flex-start}
  .q span{white-space:normal; overflow:visible; text-overflow:clip}
  .chev{margin-top: -2px}
  .a{font-size:14px}
}

/* Google Reviews floating button */
.review-fab{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:0;
  padding:10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.40));
  box-shadow: 0 18px 60px rgba(0,0,0,.55);
  backdrop-filter: blur(12px);
  width:56px;
  overflow:hidden;
  transition: width .22s ease, filter .22s ease;
}
.review-fab .icon{
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 0 16px rgba(43,211,255,.10), 0 0 16px rgba(255,43,43,.08);
}
.review-fab .icon svg{
  display:block;
  width:18px;
  height:18px;
  transform: none;
}
.review-fab .label{
  margin-left:10px;
  white-space:nowrap;
  color:var(--text);
  font-weight:900;
  letter-spacing:.01em;
  max-width:0;
  opacity:0;
  transform: translateX(6px);
  overflow:hidden;
  transition: max-width .22s ease, opacity .18s ease, transform .18s ease;
}
.review-fab .sub{
  display:block;
  color:var(--muted);
  font-weight:700;
  font-size:12px;
  margin-top:2px;
}
.review-fab:hover,
.review-fab:focus{
  width: 252px;
  gap:10px;
  filter: brightness(1.06);
}
.review-fab:hover .label,
.review-fab:focus .label{max-width: 190px; opacity:1; transform: translateX(0)}
.review-fab:focus{outline: none; box-shadow: 0 0 0 2px rgba(43,211,255,.18), var(--shadow);}

@media (max-width: 720px){
  .review-fab{right:12px; bottom:14px;}
}


/* Ensure hidden mobile menu stays hidden even when mobile styles apply */
.menu[hidden]{display:none !important;}

.side-box p strong{color:var(--text); font-weight:900;}


/* About page story layout */
.story-grid{display:grid; grid-template-columns: 1.25fr .75fr; gap:16px; align-items:start;}
.story-media{position:relative;}
.story-photo{width:100%; height:auto; border-radius:16px; border:1px solid rgba(255,255,255,.10); box-shadow: 0 18px 60px rgba(0,0,0,.45); display:block;}
@media (max-width: 860px){
  .story-grid{grid-template-columns:1fr;}
}


/* Make emphasized labels inside side-box paragraphs pop */
.side-box p strong{color:var(--text); font-weight:900;}
