/* Georgia Water Restoration: call-first, plain-language landing pages. */
:root{
  --navy:#082c40;
  --deep:#052333;
  --ink:#102f3d;
  --muted:#50616b;
  --orange:#ff8b45;
  --green:#147c60;
  --mint:#eaf5ef;
  --line:#dce5e5;
  --max:1180px;
  --pad:24px
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font:17px/1.6 Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased
}
img{
  max-width:100%;
  height:auto;
  display:block
}
svg{
  flex-shrink:0;
  vertical-align:middle
}
a{
  color:var(--green);
  text-underline-offset:4px
}
button,a{
  -webkit-tap-highlight-color:transparent
}
p{
  margin:0 0 20px
}
h1,h2,h3{
  font-weight:800;
  letter-spacing:-.045em;
  line-height:1.08;
  margin:0 0 22px
}
h1{
  font-size:clamp(42px,4.65vw,67px)
}
h2{
  font-size:clamp(32px,3.2vw,46px)
}
h3{
  font-size:23px;
  line-height:1.18;
  letter-spacing:-.025em
}
strong{
  font-weight:750
}
.wrap{
  width:100%;
  max-width:var(--max);
  margin-inline:auto;
  padding-inline:var(--pad)
}
.section{
  padding-block:84px
}
.lead{
  font-size:19px;
  line-height:1.65;
  color:var(--muted)
}
.eyebrow{
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  line-height:1.5;
  color:var(--green);
  margin-bottom:18px;
  text-transform:uppercase
}
.accent-line{
  color:var(--orange)
}
.section-head{
  max-width:540px
}
:focus-visible{
  outline:3px solid var(--orange);
  outline-offset:5px
}
.skip-link{
  position:fixed;
  top:-100px;
  left:16px;
  z-index:100;
  background:white;
  color:var(--navy);
  padding:12px
}
.skip-link:focus{
  top:12px
}
.status-strip{
  background:var(--green);
  color:white;
  font-size:12px;
  font-weight:700;
  letter-spacing:.025em;
  padding-block:8px
}
.status-strip .wrap{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
.status-strip span:first-child{
  display:flex;
  align-items:center;
  gap:8px
}
.status-dot{
  width:7px;
  height:7px;
  background:#a9f0ba;
  border-radius:50%;
  display:inline-block
}
.site-header{
  background:#fff;
  position:sticky;
  top:0;
  z-index:40;
  border-bottom:1px solid var(--line)
}
.header-inner{
  display:flex;
  align-items:center;
  gap:28px;
  min-height:88px;
  padding-block:12px
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  color:var(--navy);
  text-decoration:none;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1.05;
  max-width:270px
}
.brand img{
  height:46px;
  width:46px;
  flex-shrink:0
}
.brand span{
  max-width:185px
}
.header-assurance{
  margin-left:auto;
  font-size:13px;
  max-width:170px;
  line-height:1.4;
  color:var(--muted)
}
.header-cta{
  margin-left:4px;
  flex-shrink:0
}
.btn{
  display:inline-flex;
  gap:13px;
  justify-content:center;
  align-items:center;
  min-height:58px;
  padding:16px 25px;
  border:0;
  border-radius:5px;
  text-decoration:none;
  font-family:inherit;
  font-size:18px;
  font-weight:800;
  line-height:1.15;
  cursor:pointer
}
.btn span{
  display:block
}
.btn strong{
  display:block
}
.btn small{
  display:block;
  margin-top:7px;
  font-size:23px;
  font-weight:800;
  letter-spacing:.005em
}
.btn>svg{
  width:23px;
  height:23px
}
.btn-call{
  background:var(--orange);
  color:var(--deep);
  box-shadow:0 4px 0 #cc6227
}
.btn-call:hover{
  background:#ffa46d;
  box-shadow:0 4px 0 #cc6227
}
.btn-call:active{
  box-shadow:0 1px 0 #cc6227;
  transform:translateY(2px)
}
.btn-small{
  font-size:16px;
  min-height:52px;
  padding:14px 20px;
  box-shadow:none
}
.btn-small>svg{
  width:19px;
  height:19px
}
.cta-note{
  font-size:13px;
  line-height:1.4;
  margin-top:15px;
  margin-bottom:0;
  color:var(--muted)
}
.btn-ghost{
  background:white;
  color:var(--navy);
  border:1px solid var(--navy)
}
.hero{
  background:var(--navy);
  color:white;
  padding:58px 0 64px
}
.hero-grid{
  display:grid;
  grid-template-columns:1.12fr 1fr;
  gap:58px;
  align-items:center
}
.hero-grid>*{
  min-width:0
}
.hero .eyebrow{
  color:#b2e6d2;
  font-size:12px;
  letter-spacing:.11em;
  margin-bottom:20px
}
.hero h1{
  margin-bottom:24px
}
.hero .lead{
  color:#e0e9ec;
  font-size:19px;
  max-width:540px;
  margin-bottom:24px
}
.hero-checks{
  display:flex;
  flex-wrap:wrap;
  gap:8px 17px;
  list-style:none;
  padding:0;
  margin:0 0 26px;
  font-size:14px;
  line-height:1.45;
  color:#f4faf9
}
.hero-checks li{
  display:flex;
  align-items:center;
  gap:6px
}
.hero-checks svg{
  color:#9dd9c1;
  width:17px;
  height:17px
}
.hero-action .btn{
  min-width:335px
}
.hero .cta-note{
  color:#dbe9ed
}
.referral-note{
  font-size:12px;
  color:#bdcdd3;
  margin:15px 0 0;
  line-height:1.5
}
.hero-media{
  margin:0;
  position:relative;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center
}
.hero-media>img{
  width:100%;
  height:500px;
  object-fit:cover;
  object-position:66% center;
  border-radius:7px
}
.response-card{
  position:relative;
  margin:-130px 23px 0;
  padding:25px 28px;
  background:#fff;
  color:var(--navy);
  border-radius:4px;
  box-shadow:0 15px 35px #0002
}
.response-card .eyebrow{
  color:var(--green);
  font-size:11px;
  margin:0 0 8px
}
.response-card strong{
  display:block;
  font-size:42px;
  letter-spacing:-.045em;
  line-height:1.05;
  margin-bottom:12px
}
.response-card p:last-child{
  font-size:13px;
  line-height:1.5;
  color:var(--muted);
  margin:0
}
.hero-media figcaption{
  font-size:10px;
  line-height:1.4;
  color:#b2c7d0;
  text-align:right;
  padding-top:12px
}
.trust-strip{
  background:#fff;
  border-bottom:1px solid var(--line)
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding-block:27px
}
.trust-item{
  display:flex;
  gap:13px;
  align-items:center;
  padding:0 20px;
  border-left:1px solid var(--line)
}
.trust-item:first-child{
  padding-left:0;
  border-left:0
}
.trust-item:last-child{
  padding-right:0
}
.trust-item>svg{
  width:28px;
  height:28px;
  color:var(--green)
}
.trust-item strong{
  display:block;
  font-size:14px;
  line-height:1.3
}
.trust-item small{
  display:block;
  font-size:11px;
  color:var(--muted);
  line-height:1.45;
  margin-top:5px
}
.promise-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:90px;
  align-items:start
}
.promise-caption{
  color:var(--green);
  font-weight:700;
  font-size:14px;
  border-left:3px solid var(--green);
  padding-left:17px;
  margin-top:30px;
  max-width:300px
}
.benefit-item{
  display:flex;
  align-items:start;
  gap:20px;
  padding-bottom:25px;
  margin-bottom:25px;
  border-bottom:1px solid var(--line)
}
.benefit-item:last-child{
  border:0;
  margin:0;
  padding-bottom:0
}
.benefit-item h3{
  font-size:22px;
  margin:0 0 11px
}
.benefit-item p{
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
  margin:0
}
.benefit-icon{
  color:var(--green);
  background:var(--mint);
  padding:10px;
  border-radius:3px
}
.benefit-icon svg{
  width:26px;
  height:26px
}
.rescue-section{
  background:var(--mint)
}
.rescue-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  gap:90px
}
.rescue-grid .lead{
  max-width:460px
}
.damage-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:0
}
.damage-list li{
  display:flex;
  gap:17px;
  align-items:center;
  font-weight:700;
  font-size:18px;
  padding:19px 0;
  border-bottom:1px solid #c9ded4
}
.damage-list li:last-child{
  border:0
}
.damage-list svg{
  color:var(--green);
  width:25px
}
.inline-call{
  background:var(--navy);
  color:white;
  padding:27px 34px;
  border-radius:5px;
  margin-top:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px
}
.inline-call h3{
  font-size:25px;
  margin-bottom:9px
}
.inline-call p{
  font-size:15px;
  color:#d5e1e6;
  margin-bottom:0
}
.inline-call .cta-note{
  font-size:12px;
  color:#d5e1e6;
  margin-top:15px
}
.inline-call .btn{
  font-size:16px;
  padding:15px 25px
}
.inline-call .btn small{
  font-size:20px
}
.insurance-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:90px;
  align-items:center
}
.insurance-copy h2{
  font-size:40px
}
.insurance-copy .lead{
  font-size:18px
}
.insurance-copy .btn{
  margin-top:7px
}
.insurance-card{
  background:var(--navy);
  color:white;
  padding:40px;
  border-radius:6px
}
.insurance-card>svg{
  width:36px;
  height:36px;
  color:#a8dac6;
  margin-bottom:24px
}
.insurance-card .eyebrow{
  color:#a8dac6;
  font-size:11px
}
.insurance-card h3{
  font-size:32px;
  max-width:330px;
  line-height:1.15;
  margin-bottom:25px
}
.check-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:17px
}
.check-list li{
  display:flex;
  align-items:start;
  gap:11px;
  font-size:15px;
  line-height:1.5
}
.check-list svg{
  color:#97d8bd;
  width:18px;
  height:20px;
  flex-shrink:0
}
.claim-note{
  margin:26px 0 0;
  padding-top:20px;
  border-top:1px solid #42606e;
  font-size:12px;
  color:#c2d5dd;
  line-height:1.6
}
.steps-section{
  background:#f5f7f6
}
.steps-section .section-head{
  max-width:none;
  text-align:center;
  margin-bottom:45px
}
.steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:40px;
  list-style:none;
  counter-reset:steps;
  padding:0;
  margin:0
}
.steps li{
  counter-increment:steps;
  border-top:2px solid var(--green);
  padding-top:25px
}
.steps li::before{
  content:"0" counter(steps);
  display:block;
  font-size:45px;
  font-weight:800;
  line-height:1;
  color:var(--green);
  letter-spacing:-.06em;
  margin-bottom:25px
}
.steps h3{
  font-size:23px
}
.steps p{
  font-size:16px;
  color:var(--muted);
  margin-bottom:0
}
.local-section{
  padding-bottom:58px;
  border-bottom:1px solid var(--line)
}
.local-section h2{
  font-size:32px
}
.local-section .lead{
  max-width:780px;
  font-size:17px
}
.zip-links{
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  gap:10px 20px;
  padding:0;
  margin:18px 0;
  font-size:13px
}
.text-link{
  font-weight:700;
  font-size:15px
}
.market-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px;
  margin-top:30px
}
.market{
  border-left:2px solid var(--line);
  padding-left:20px
}
.market h3{
  font-size:22px;
  margin-bottom:12px
}
.market p{
  font-size:15px;
  color:var(--muted)
}
.faq-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px
}
.faq-list details{
  border-top:1px solid var(--line)
}
.faq-list details:last-child{
  border-bottom:1px solid var(--line)
}
.faq-list summary{
  padding:21px 35px 21px 0;
  font-size:17px;
  font-weight:700;
  line-height:1.45;
  cursor:pointer;
  list-style:none;
  position:relative
}
.faq-list summary::-webkit-details-marker{
  display:none
}
.faq-list summary::after{
  content:"+";
  position:absolute;
  right:3px;
  top:16px;
  font-size:26px;
  color:var(--green);
  font-weight:400
}
.faq-list details[open] summary::after{
  content:"−"
}
.faq-list details>p{
  font-size:16px;
  line-height:1.65;
  color:var(--muted);
  margin-bottom:23px;
  padding-right:20px
}
.final-cta{
  text-align:center;
  background:var(--navy);
  color:white;
  padding-block:74px
}
.final-cta .eyebrow{
  color:#afdcc9
}
.final-cta h2{
  font-size:clamp(36px,4.4vw,60px)
}
.final-cta .lead{
  color:#dbe6e9;
  margin-bottom:28px
}
.final-cta .cta-note{
  color:#dbe6e9
}
.final-points{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px 28px;
  font-size:12px;
  color:#bed3db;
  margin-top:32px
}
.final-points span+span{
  border-left:1px solid #516973;
  padding-left:28px
}
.site-footer{
  background:var(--deep);
  color:#bccfd7;
  padding:42px 0 28px
}
.footer-brand{
  display:flex;
  gap:12px;
  align-items:center;
  color:#fff;
  font-size:17px;
  font-weight:700;
  margin-bottom:22px
}
.footer-brand img{
  width:32px;
  height:32px;
  background:white;
  border-radius:3px
}
.disclosure{
  font-size:12px;
  line-height:1.75;
  max-width:900px;
  margin-bottom:24px
}
.footer-nav{
  display:flex;
  gap:15px 25px;
  list-style:none;
  flex-wrap:wrap;
  padding:0;
  margin:0;
  font-size:13px
}
.site-footer a{
  color:#d6e4e9
}
.site-footer .zip-links{
  font-size:11px;
  margin-top:20px
}
.copyright{
  font-size:11px;
  border-top:1px solid #2d4754;
  padding-top:21px;
  margin:25px 0 0;
  color:#a9c1cc
}
.call-bar{
  display:none
}
.legal{
  background:white
}
.legal .wrap{
  max-width:850px
}
.legal h1{
  font-size:48px
}
.legal h2{
  font-size:25px;
  margin-top:32px
}
.legal p{
  font-size:16px;
  color:var(--muted)
}
.preview-banner{
  background:#ffedc0;
  color:var(--navy);
  padding:8px 20px;
  text-align:center;
  font-size:13px
}
.preview-dialog{
  max-width:500px;
  width:calc(100% - 40px);
  padding:30px;
  border:0;
  border-radius:6px
}
.preview-dialog::backdrop{
  background:#0009
}
.preview-dialog h2{
  font-size:30px
}
.preview-dialog p{
  font-size:16px
}
@media(min-width:1500px){
  .hero-grid{
    gap:70px
  }
}
@media(max-width:1050px){
  .header-assurance{
    display:none
  }
  .header-cta{
    margin-left:auto
  }
  .hero-grid{
    gap:35px
  }
  .hero h1{
    font-size:53px
  }
  .hero-media>img{
    height:470px
  }
  .response-card{
    padding:23px;
    margin-inline:15px
  }
  .trust-item{
    padding-inline:12px;
    gap:10px
  }
  .trust-item>svg{
    width:23px;
    height:23px
  }
  .trust-item strong{
    font-size:13px
  }
  .promise-grid,.rescue-grid,.insurance-grid{
    gap:50px
  }
  .insurance-card{
    padding:30px
  }
  .insurance-copy h2{
    font-size:36px
  }
  .faq-grid{
    gap:45px
  }
}
@media(max-width:800px){
  :root{
    --pad:20px
  }
  .section{
    padding-block:56px
  }
  .status-strip{
    font-size:11px;
    padding:7px 0
  }
  .status-strip .wrap{
    justify-content:center
  }
  .status-strip span+span{
    display:none
  }
  .header-inner{
    min-height:68px;
    padding-block:10px
  }
  .brand{
    font-size:17px;
    max-width:270px
  }
  .brand img{
    height:39px;
    width:39px
  }
  .brand span{
    max-width:185px
  }
  .header-cta{
    display:none
  }
  .site-header{
    position:relative
  }
  .hero{
    padding:32px 0 40px
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:36px
  }
  .hero h1{
    font-size:42px;
    line-height:1.045;
    margin-bottom:19px;
    max-width:500px
  }
  .hero .eyebrow{
    font-size:11px;
    letter-spacing:.09em;
    margin-bottom:17px
  }
  .hero .lead{
    font-size:17px;
    line-height:1.6;
    margin-bottom:18px;
    max-width:520px
  }
  .hero-checks{
    font-size:13px;
    gap:8px 14px;
    margin-bottom:21px
  }
  .hero-action .btn{
    min-width:0;
    width:100%;
    max-width:430px
  }
  .btn{
    font-size:17px;
    padding:15px 18px;
    min-height:64px
  }
  .btn small{
    font-size:23px;
    margin-top:6px
  }
  .cta-note{
    font-size:12px;
    margin-top:14px
  }
  .referral-note{
    font-size:11px;
    margin-top:11px
  }
  .hero-media{
    max-width:560px;
    width:100%;
    margin-inline:auto
  }
  .hero-media>img{
    height:360px;
    object-position:50% 62%
  }
  .response-card{
    margin:-103px 18px 0;
    padding:23px 24px
  }
  .response-card strong{
    font-size:37px
  }
  .response-card p:last-child{
    font-size:12px;
    max-width:340px
  }
  .hero-media figcaption{
    font-size:9px
  }
  .trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding-block:7px
  }
  .trust-item{
    padding:19px 12px;
    border-left:0;
    gap:10px;
    align-items:start
  }
  .trust-item:first-child{
    padding-left:12px
  }
  .trust-item:nth-child(even){
    border-left:1px solid var(--line)
  }
  .trust-item:nth-child(n+3){
    border-top:1px solid var(--line)
  }
  .trust-item strong{
    font-size:12px;
    line-height:1.4
  }
  .trust-item small{
    font-size:10px;
    line-height:1.45
  }
  .trust-item>svg{
    width:22px;
    height:22px
  }
  .promise-grid,.rescue-grid,.insurance-grid,.faq-grid{
    grid-template-columns:1fr;
    gap:32px
  }
  .section-head{
    max-width:600px
  }
  h2{
    font-size:34px;
    line-height:1.1
  }
  .lead{
    font-size:17px
  }
  .promise-caption{
    margin-top:24px
  }
  .benefit-item{
    gap:15px;
    padding-bottom:22px;
    margin-bottom:22px
  }
  .benefit-item h3{
    font-size:21px
  }
  .benefit-item p{
    font-size:16px
  }
  .benefit-icon{
    padding:8px
  }
  .benefit-icon svg{
    width:22px;
    height:22px
  }
  .rescue-grid{
    gap:10px
  }
  .damage-list li{
    font-size:16px;
    padding-block:16px
  }
  .inline-call{
    padding:26px 22px;
    display:block;
    margin-top:25px
  }
  .inline-call h3{
    font-size:25px
  }
  .inline-call>div+div{
    margin-top:23px
  }
  .inline-call .btn{
    width:100%
  }
  .insurance-copy h2{
    font-size:34px
  }
  .insurance-copy .lead{
    font-size:17px
  }
  .insurance-copy .btn{
    width:100%;
    max-width:430px
  }
  .insurance-card{
    padding:30px 27px
  }
  .insurance-card h3{
    font-size:30px;
    max-width:390px
  }
  .steps-section .section-head{
    text-align:left;
    margin-bottom:28px
  }
  .steps{
    grid-template-columns:1fr;
    gap:30px
  }
  .steps li{
    display:flex;
    gap:22px;
    padding-top:23px
  }
  .steps li::before{
    font-size:35px;
    min-width:39px;
    margin:0
  }
  .steps h3{
    font-size:22px;
    margin-bottom:12px
  }
  .steps p{
    font-size:16px
  }
  .local-section h2{
    font-size:30px
  }
  .market-grid{
    grid-template-columns:1fr;
    gap:25px
  }
  .faq-grid{
    gap:17px
  }
  .faq-list summary{
    font-size:16px
  }
  .faq-list details>p{
    font-size:15px
  }
  .final-cta{
    padding-block:54px
  }
  .final-cta h2{
    font-size:39px
  }
  .final-cta .btn{
    width:100%;
    max-width:430px
  }
  .final-cta .lead{
    font-size:17px
  }
  .final-points{
    gap:10px;
    font-size:11px;
    margin-top:28px
  }
  .final-points span+span{
    padding-left:10px
  }
  .site-footer{
    padding-top:35px
  }
  .footer-nav{
    gap:15px 22px
  }
  .disclosure{
    font-size:11px
  }
  .copyright{
    font-size:10px
  }
  .call-bar{
    position:fixed;
    z-index:50;
    bottom:0;
    left:0;
    right:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:var(--orange);
    color:var(--deep);
    text-decoration:none;
    min-height:66px;
    padding:13px 12px calc(13px + env(safe-area-inset-bottom));
    box-shadow:0 -4px 18px #0002;
    font-size:14px;
    font-weight:800
  }
  .call-bar strong{
    font-size:17px;
    white-space:nowrap
  }
  .call-bar>svg{
    width:18px;
    height:18px
  }
  .call-bar:hover{
    background:#ffa46d
  }
  body{
    padding-bottom:calc(66px + env(safe-area-inset-bottom))
  }
  .legal h1{
    font-size:38px
  }
}
@media(max-width:370px){
  .hero h1{
    font-size:38px
  }
  .hero-checks{
    font-size:12px
  }
  .btn{
    font-size:15px
  }
  .btn small{
    font-size:22px
  }
  .call-bar{
    gap:7px;
    font-size:12px
  }
  .call-bar strong{
    font-size:16px
  }
  .trust-item{
    gap:8px;
    padding-inline:8px
  }
  .trust-item:first-child{
    padding-left:8px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  .btn-call:active{
    transform:none
  }
}
