/*
Theme Name: Prestige Black Edition
Theme URI: https://prestigepestsolutions.com
Author: Prestige Pest Solutions
Description: A premium black/red modern WordPress theme for Prestige Pest Solutions.
Version: 2.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: prestige-black-edition
*/

:root{
  --bg:#050505;
  --bg-2:#0a0a0c;
  --panel:#101014;
  --panel-2:#15151b;
  --red:#e50914;
  --red-2:#ff2a35;
  --red-dark:#7c0006;
  --steel:#b9c0c8;
  --muted:#9ea3aa;
  --text:#f5f7fa;
  --white:#fff;
  --border:rgba(255,255,255,.11);
  --glow:0 0 34px rgba(229,9,20,.35);
  --shadow:0 28px 80px rgba(0,0,0,.55);
  --radius:24px;
  --radius-lg:34px;
}

*{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:
    radial-gradient(circle at 12% -4%, rgba(229,9,20,.22), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(255,255,255,.08), transparent 18%),
    linear-gradient(180deg,#030303,#09090b 45%,#050505);
  line-height:1.6;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(180deg,#000,transparent 78%);
  z-index:-1;
}
a{color:var(--red-2);text-decoration:none}
a:hover{text-decoration:none;color:#fff}
img{max-width:100%;height:auto}
.container{width:min(1180px, calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:20px;top:20px;background:#fff;color:#000;padding:12px 16px;z-index:1000}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(4,4,5,.76);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.09);
}
.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  font-weight:950;
  letter-spacing:-.02em;
}
.brand-mark{
  width:48px;
  height:48px;
  border-radius:17px;
  display:grid;
  place-items:center;
  background:
    linear-gradient(135deg,rgba(255,255,255,.16),transparent),
    linear-gradient(135deg,var(--red),var(--red-dark));
  box-shadow:var(--glow);
  border:1px solid rgba(255,255,255,.18);
  font-weight:1000;
}
.brand-name{display:block;font-size:1.05rem}
.brand-tag{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;font-weight:850}
.nav{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:.92rem;
  font-weight:850;
}
.nav a{color:#e8e8ea}
.nav a:hover{color:#fff}
.header-actions{display:flex;align-items:center;gap:12px}
.phone-pill{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.15);
  padding:11px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
}
.quote-pill{
  color:#fff!important;
  padding:12px 17px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--red),var(--red-dark));
  box-shadow:var(--glow);
  font-weight:950;
}

.hero{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding:86px 0 84px;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 50%, rgba(229,9,20,.22), transparent 26%),
    linear-gradient(90deg, rgba(5,5,5,1), rgba(5,5,5,.72) 45%, rgba(5,5,5,.35));
  z-index:-1;
}
.hero-art{
  position:absolute;
  right:-110px;
  top:80px;
  width:min(46vw,620px);
  aspect-ratio:1;
  border-radius:50%;
  background:
    radial-gradient(circle at 45% 42%,rgba(255,255,255,.14),transparent 12%),
    radial-gradient(circle at 50% 50%,rgba(229,9,20,.42),transparent 33%),
    conic-gradient(from 0deg,rgba(229,9,20,.8),rgba(255,255,255,.08),rgba(229,9,20,.75),rgba(0,0,0,.6),rgba(229,9,20,.8));
  filter:blur(.2px);
  opacity:.66;
  box-shadow:0 0 120px rgba(229,9,20,.22);
  z-index:-2;
}
.hero-art:before,.hero-art:after{
  content:"";
  position:absolute;
  inset:12%;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
}
.hero-art:after{inset:27%;border-color:rgba(229,9,20,.45)}
.hero-content{max-width:760px}
.kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid rgba(229,9,20,.35);
  color:#ff8187;
  background:rgba(229,9,20,.12);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.76rem;
  font-weight:950;
}
.hero h1{
  margin:20px 0 18px;
  font-size:clamp(3rem,7vw,6.8rem);
  line-height:.86;
  letter-spacing:-.075em;
  text-transform:uppercase;
}
.hero h1 span{
  color:transparent;
  -webkit-text-stroke:1.5px rgba(255,255,255,.62);
}
.hero p{
  max-width:680px;
  margin:0 0 28px;
  color:#d0d3d8;
  font-size:1.22rem;
}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:14px 21px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:950;
}
.btn-red{
  color:#fff!important;
  background:linear-gradient(135deg,var(--red),var(--red-dark));
  box-shadow:var(--glow);
}
.btn-red:hover{box-shadow:0 0 48px rgba(229,9,20,.55);transform:translateY(-1px)}
.btn-ghost{
  color:#fff!important;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.18);
}
.btn-ghost:hover{border-color:rgba(229,9,20,.7);background:rgba(229,9,20,.1)}
.hero-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:44px;
  max-width:720px;
}
.metric{
  padding:18px;
  border:1px solid var(--border);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
}
.metric strong{display:block;color:#fff;font-size:1.05rem}
.metric span{color:var(--muted);font-size:.9rem}

.emergency-bar{
  background:linear-gradient(90deg,#140104,var(--red-dark),#140104);
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
  padding:18px 0;
}
.emergency-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.emergency-inner strong{font-size:1.05rem}
.emergency-inner span{color:#ffd8da}

.section{padding:84px 0}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:28px;
  margin-bottom:30px;
}
.section-head h2{
  margin:0;
  max-width:760px;
  font-size:clamp(2.25rem,4vw,4.4rem);
  line-height:.92;
  letter-spacing:-.06em;
  text-transform:uppercase;
}
.section-head p{
  max-width:430px;
  margin:0;
  color:var(--muted);
}
.dark-panel{
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03)),
    #0d0d10;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.service-card{
  position:relative;
  overflow:hidden;
  min-height:236px;
  padding:24px;
  border-radius:var(--radius);
  border:1px solid var(--border);
  background:
    radial-gradient(circle at 90% 10%,rgba(229,9,20,.22),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  transition:.22s ease;
}
.service-card:hover{
  transform:translateY(-5px);
  border-color:rgba(229,9,20,.62);
  box-shadow:var(--glow);
}
.service-card:before{
  content:attr(data-num);
  position:absolute;
  right:18px;
  top:10px;
  color:rgba(255,255,255,.07);
  font-size:4rem;
  font-weight:1000;
  line-height:1;
}
.service-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#1f0709;
  border:1px solid rgba(229,9,20,.34);
  color:#ff4148;
  font-weight:1000;
  margin-bottom:18px;
}
.service-card h3{margin:0 0 9px;font-size:1.24rem}
.service-card p{margin:0;color:#c1c4c9}

.split{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:28px;
  align-items:stretch;
}
.choice-card{
  padding:34px;
}
.choice-card h3{
  margin:0 0 10px;
  font-size:2rem;
  letter-spacing:-.04em;
}
.choice-card p{color:#c6c9cf;margin-bottom:24px}
.choice-card ul{
  list-style:none;
  padding:0;
  margin:0 0 26px;
}
.choice-card li{
  padding:11px 0;
  color:#d8dbe0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.choice-card li:before{content:"×";color:var(--red-2);font-weight:1000;margin-right:10px}

.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.process-step{
  padding:24px;
  min-height:240px;
}
.process-step b{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:var(--red);
  margin-bottom:22px;
  box-shadow:var(--glow);
}
.process-step h3{margin:0 0 8px}
.process-step p{margin:0;color:var(--muted)}

.quote-section{
  padding:90px 0;
  background:
    radial-gradient(circle at 80% 50%,rgba(229,9,20,.22),transparent 35%),
    linear-gradient(135deg,#050505,#130305);
}
.quote-wrap{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:32px;
  align-items:start;
}
.quote-copy h2{
  margin:0 0 18px;
  font-size:clamp(2.4rem,5vw,5.2rem);
  line-height:.88;
  letter-spacing:-.07em;
  text-transform:uppercase;
}
.quote-copy p{color:#cfd2d7;font-size:1.1rem}
.quote-form{
  padding:28px;
}
.field{margin-bottom:15px}
.field label{display:block;margin-bottom:7px;font-weight:950;color:#fff}
.field input,.field select,.field textarea{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:#070709;
  color:#fff;
  padding:13px 14px;
  font:inherit;
}
.field textarea{min-height:118px}
.field input:focus,.field textarea:focus,.field select:focus{
  outline:1px solid var(--red);
  box-shadow:var(--glow);
}

.site-footer{
  padding:58px 0 36px;
  background:#030303;
  border-top:1px solid rgba(229,9,20,.24);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:28px;
}
.site-footer h3{margin-top:0}
.site-footer p,.site-footer li{color:#bfc2c7}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{padding:4px 0}
.legal{
  margin-top:32px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.1);
  color:#858991;
  font-size:.9rem;
}

.page-hero{
  padding:86px 0 74px;
  background:
    radial-gradient(circle at 78% 30%,rgba(229,9,20,.24),transparent 28%),
    linear-gradient(135deg,#050505,#160305);
}
.page-hero h1{
  margin:16px 0 12px;
  font-size:clamp(2.6rem,6vw,5.5rem);
  line-height:.9;
  letter-spacing:-.065em;
  text-transform:uppercase;
}
.page-hero p{max-width:760px;color:#c9ccd2;font-size:1.1rem}
.content{padding:68px 0}
.content-card{
  padding:36px;
}
.content-card h1,.content-card h2,.content-card h3{color:#fff}
.content-card p,.content-card li{color:#d0d3d8}

.float-cta{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:180;
  display:flex;
  gap:10px;
}
.float-cta a{
  padding:13px 16px;
  border-radius:999px;
  font-weight:950;
  color:#fff!important;
  background:linear-gradient(135deg,var(--red),var(--red-dark));
  box-shadow:var(--glow);
}

@media (max-width:980px){
  .nav{display:none}
  .hero{min-height:auto;padding:70px 0}
  .hero-art{opacity:.25;right:-220px}
  .hero-metrics,.service-grid,.process-grid{grid-template-columns:repeat(2,1fr)}
  .split,.quote-wrap,.footer-grid{grid-template-columns:1fr}
  .section-head{display:block}
  .section-head p{margin-top:14px}
}
@media (max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{min-height:72px}
  .header-actions{display:none}
  .hero h1{font-size:3.15rem}
  .hero-metrics,.service-grid,.process-grid{grid-template-columns:1fr}
  .emergency-inner{display:block}
  .float-cta{left:12px;right:12px}
  .float-cta a{flex:1;text-align:center}
}


/* Expanded residential/commercial landing pages */
.pest-list-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.pest-pill{
  padding:18px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 20%, rgba(229,9,20,.18), transparent 35%),
    rgba(255,255,255,.045);
  color:#fff;
  font-weight:950;
}
.pest-pill span{
  display:block;
  color:#aeb3ba;
  font-size:.88rem;
  font-weight:650;
  margin-top:5px;
}
.feature-stack{
  display:grid;
  gap:14px;
}
.feature-row{
  padding:18px 20px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
}
.feature-row strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}
.feature-row p{
  margin:0;
  color:#bfc4ca;
}
.page-cta-strip{
  margin-top:28px;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(229,9,20,.22), rgba(255,255,255,.04));
  border:1px solid rgba(229,9,20,.3);
}
.industry-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.industry-card{
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.1);
}
.industry-card h3{margin:0 0 8px}
.industry-card p{margin:0;color:#bfc4ca}
.compliance-band{
  border-radius:34px;
  padding:34px;
  background:
    radial-gradient(circle at 15% 15%, rgba(229,9,20,.22), transparent 30%),
    linear-gradient(135deg,#0b0b0e,#160305);
  border:1px solid rgba(229,9,20,.26);
}
@media (max-width:980px){
  .pest-list-grid{grid-template-columns:repeat(2,1fr)}
  .industry-grid{grid-template-columns:1fr}
  .page-cta-strip{display:block}
}
@media (max-width:640px){
  .pest-list-grid{grid-template-columns:1fr}
}
