/* ------------------------------------------------------------------
   Crawlspace Repair — premium theme v2
   Palette: deep navy #0b1c30 · warm cream #f6f1e7 · gold #c99f4a
            rusty CTA #b8371c · text #0a1120 · muted #4a5568
   Type:    Fraunces (display, serif) + Inter (body)
------------------------------------------------------------------ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-size:16.5px;line-height:1.6;color:#0a1120;background:#f6f1e7;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
img{max-width:100%;height:auto;display:block}
a{color:#b8371c;text-decoration:none;transition:color .15s}
a:hover{color:#8a2812}
h1,h2,h3,h4{
  font-family:'Fraunces','Playfair Display',Georgia,serif;
  font-weight:600;line-height:1.1;color:#0b1c30;letter-spacing:-.015em;
  font-optical-sizing:auto;
}
h1{font-size:clamp(2.25rem,5.2vw,3.75rem);font-weight:700;letter-spacing:-.025em}
h2{font-size:clamp(1.7rem,3.6vw,2.55rem);margin-bottom:1rem;letter-spacing:-.02em}
h3{font-size:1.3rem;margin-bottom:.5rem;font-weight:600}
p{margin:.75em 0}
ul{padding-left:1.25rem;margin:.75em 0}
li{margin:.4em 0}
.container{max-width:1180px;margin:0 auto;padding:0 24px}

/* ---------- Top strip ---------- */
.topbar{background:#0b1c30;color:#f6f1e7;padding:9px 0;font-size:13.5px;letter-spacing:.01em}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.topbar-left{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.topbar-left span{display:inline-flex;align-items:center;gap:6px}
.topbar-left svg{width:14px;height:14px;color:#c99f4a}
.topbar a{color:#f6f1e7;font-weight:600}
.topbar a:hover{color:#c99f4a}

/* ---------- Header ---------- */
.header{
  background:rgba(246,241,231,.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(11,28,48,.08);
  position:sticky;top:0;z-index:50;
}
.header .container{display:flex;justify-content:space-between;align-items:center;padding-top:16px;padding-bottom:16px;gap:16px}
.brand{display:flex;align-items:center;gap:12px;color:#0b1c30}
.brand:hover{color:#0b1c30}
.brand-mark{
  width:44px;height:44px;background:#0b1c30;color:#c99f4a;
  display:flex;align-items:center;justify-content:center;
  border-radius:8px;font-weight:700;font-size:20px;font-family:'Fraunces',Georgia,serif;
  box-shadow:0 4px 12px rgba(11,28,48,.15);
  position:relative;
}
.brand-mark::after{content:"";position:absolute;inset:2px;border:1px solid rgba(201,159,74,.4);border-radius:6px;pointer-events:none}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-name{font-family:'Fraunces',Georgia,serif;font-weight:700;font-size:19px;color:#0b1c30;letter-spacing:-.01em}
.brand-tag{font-size:11px;font-weight:600;color:#4a5568;letter-spacing:.08em;text-transform:uppercase;margin-top:3px}

.header-nav{display:flex;align-items:center;gap:24px}
.header-links{display:flex;gap:22px;font-size:14.5px;font-weight:500}
.header-links a{color:#0b1c30}
.header-links a:hover{color:#b8371c}
.header-phone{
  display:inline-flex;align-items:center;gap:10px;
  background:linear-gradient(180deg,#b8371c 0%,#9d2f18 100%);
  color:#fff;font-weight:700;font-size:16px;
  padding:12px 20px;border-radius:8px;
  box-shadow:0 4px 14px rgba(184,55,28,.35);
  transition:transform .1s,box-shadow .15s;
}
.header-phone:hover{color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px rgba(184,55,28,.45)}
.header-phone svg{width:16px;height:16px}

/* ---------- Hero ---------- */
.hero{
  background:#0b1c30;
  background-image:
    radial-gradient(ellipse 900px 500px at 82% 15%,rgba(201,159,74,.15),transparent 55%),
    radial-gradient(ellipse 700px 400px at 12% 88%,rgba(184,55,28,.10),transparent 60%),
    linear-gradient(135deg,#0b1c30 0%,#12294a 55%,#0b1c30 100%);
  color:#f6f1e7;padding:72px 0 88px;position:relative;overflow:hidden;
}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path d='M0 20h40M20 0v40' stroke='%23c99f4a' stroke-opacity='0.045' stroke-width='1'/></svg>");
  opacity:.6;
}
.hero-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:56px;align-items:start;position:relative;z-index:1}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  color:#c99f4a;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  margin-bottom:16px;
}
.hero-eyebrow::before{content:"";display:block;width:26px;height:1px;background:#c99f4a}
.hero h1{color:#f6f1e7;margin-bottom:20px}
.hero h1 em{color:#c99f4a;font-style:normal;font-family:'Fraunces',Georgia,serif;font-weight:400;font-style:italic}
.hero-sub{font-size:1.12rem;color:#c8d1e0;max-width:640px;margin-bottom:26px;line-height:1.55}
.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.hero-badge{
  background:rgba(255,255,255,.06);border:1px solid rgba(201,159,74,.25);
  color:#f6f1e7;padding:7px 13px;border-radius:6px;font-size:12.5px;font-weight:600;
  display:inline-flex;align-items:center;gap:6px;
}
.hero-badge svg{width:13px;height:13px;color:#c99f4a}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:15px 26px;border-radius:8px;
  font-weight:600;font-size:15.5px;font-family:inherit;
  cursor:pointer;border:none;text-align:center;line-height:1.2;
  transition:transform .1s,box-shadow .15s,background .15s,color .15s;
  letter-spacing:.005em;
}
.btn svg{width:16px;height:16px}
.btn-primary{
  background:linear-gradient(180deg,#b8371c 0%,#9d2f18 100%);color:#fff;
  box-shadow:0 5px 16px rgba(184,55,28,.35),inset 0 1px 0 rgba(255,255,255,.14);
}
.btn-primary:hover{background:linear-gradient(180deg,#c94020 0%,#a53219 100%);color:#fff;transform:translateY(-1px);box-shadow:0 7px 22px rgba(184,55,28,.42)}
.btn-outline{background:transparent;color:#f6f1e7;border:1.5px solid rgba(246,241,231,.35)}
.btn-outline:hover{background:rgba(246,241,231,.08);color:#f6f1e7;border-color:rgba(246,241,231,.55)}
.btn-gold{background:linear-gradient(180deg,#c99f4a 0%,#a8823a 100%);color:#0b1c30;box-shadow:0 5px 16px rgba(201,159,74,.35)}
.btn-gold:hover{background:linear-gradient(180deg,#d4a955 0%,#b48b40 100%);color:#0b1c30}

.hero-review{display:flex;align-items:center;gap:14px;color:#c8d1e0;font-size:13.5px;margin-top:8px}
.hero-review-stars{color:#c99f4a;letter-spacing:2px;font-size:15px}
.hero-review strong{color:#f6f1e7;font-weight:700}

/* ---------- Form card ---------- */
.form-card{
  background:#fff;color:#0a1120;
  border-radius:14px;padding:32px 30px;
  box-shadow:0 20px 60px rgba(0,0,0,.35),0 2px 8px rgba(0,0,0,.15);
  position:relative;
  border-top:4px solid #c99f4a;
}
.form-card .form-eyebrow{
  color:#b8371c;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;
}
.form-card h3{color:#0b1c30;font-size:1.5rem;margin-bottom:6px;font-family:'Fraunces',Georgia,serif}
.form-card .form-sub{color:#4a5568;font-size:14px;margin-bottom:20px;line-height:1.5}
.form-row{margin-bottom:13px}
.form-row label{display:block;font-size:12.5px;font-weight:600;color:#0b1c30;margin-bottom:5px;letter-spacing:.02em;text-transform:uppercase}
.form-row input,.form-row select,.form-row textarea{
  width:100%;padding:12px 13px;border:1px solid #d8dee8;border-radius:7px;
  font-size:15px;font-family:inherit;background:#fbfaf7;color:#0a1120;
  transition:border-color .15s,box-shadow .15s,background .15s;
}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:#b8371c;box-shadow:0 0 0 3px rgba(184,55,28,.13);background:#fff}
.form-row textarea{resize:vertical;min-height:80px}
.form-privacy{font-size:11.5px;color:#78849a;margin-top:10px;line-height:1.5}
.form-status{margin-top:12px;padding:11px 13px;border-radius:7px;font-size:14px;display:none}
.form-status.ok{display:block;background:#e8f5ec;color:#186b3a;border:1px solid #b3e2c1}
.form-status.err{display:block;background:#fdeaea;color:#a5231e;border:1px solid #f2b8b4}

/* ---------- Sections ---------- */
section{padding:78px 0}
.section-alt{background:#efe8d8}
.section-dark{background:#0b1c30;color:#f6f1e7}
.section-dark h2,.section-dark h3{color:#f6f1e7}
.section-dark p{color:#c8d1e0}

.section-title{text-align:center;max-width:760px;margin:0 auto 44px}
.section-title .eyebrow{
  color:#b8371c;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  display:inline-block;margin-bottom:14px;
}
.section-title .eyebrow::before,.section-title .eyebrow::after{content:"·";margin:0 8px;color:#c99f4a}
.section-title h2 em{color:#b8371c;font-style:italic;font-family:'Fraunces',Georgia,serif;font-weight:500}
.section-title p{color:#4a5568;font-size:1.06rem;margin-top:8px}

/* ---------- Trust bar ---------- */
.trustbar{background:#0b1c30;color:#f6f1e7;padding:36px 0;border-top:3px solid #c99f4a}
.trustbar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;text-align:center;align-items:center}
.trustbar-item{font-size:13px;color:#c8d1e0;letter-spacing:.01em}
.trustbar-item strong{
  display:block;font-family:'Fraunces',Georgia,serif;font-size:2.1rem;color:#c99f4a;
  font-weight:600;margin-bottom:4px;letter-spacing:-.01em;
}
.trustbar-item small{display:block;font-size:11px;color:#8a95a8;letter-spacing:.08em;text-transform:uppercase;margin-top:3px}

/* ---------- Credentials bar (BBB/Angi/etc) ---------- */
.credbar{background:#f6f1e7;padding:28px 0;border-bottom:1px solid rgba(11,28,48,.06)}
.credbar-inner{display:flex;justify-content:center;align-items:center;gap:36px;flex-wrap:wrap}
.credbar-label{font-size:11.5px;font-weight:700;color:#4a5568;letter-spacing:.14em;text-transform:uppercase;margin-right:8px}
.cred{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;background:#fff;border:1px solid rgba(11,28,48,.1);border-radius:6px;
  font-size:13px;font-weight:600;color:#0b1c30;
  box-shadow:0 1px 2px rgba(0,0,0,.03);
}
.cred svg{width:16px;height:16px;color:#c99f4a}
.cred strong{color:#b8371c}

/* ---------- Services grid ---------- */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}
.service-card{
  background:#fff;border:1px solid rgba(11,28,48,.08);border-radius:12px;padding:28px 26px;
  transition:transform .18s,box-shadow .18s,border-color .18s;
  display:flex;flex-direction:column;position:relative;overflow:hidden;
}
.service-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#c99f4a 0%,#b8371c 100%);opacity:0;transition:opacity .18s}
.service-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(11,28,48,.10);border-color:rgba(201,159,74,.3)}
.service-card:hover::before{opacity:1}
.service-icon{
  width:52px;height:52px;border-radius:10px;
  background:linear-gradient(135deg,rgba(201,159,74,.15),rgba(184,55,28,.08));
  color:#b8371c;display:flex;align-items:center;justify-content:center;margin-bottom:16px;
  border:1px solid rgba(201,159,74,.25);
}
.service-icon svg{width:26px;height:26px}
.service-card h3{color:#0b1c30;font-size:1.2rem;margin-bottom:8px;font-family:'Fraunces',Georgia,serif}
.service-card p{color:#4a5568;font-size:14.5px;margin:0 0 16px;line-height:1.55;flex:1}
.service-card .service-link{
  font-weight:600;font-size:14px;color:#b8371c;
  display:inline-flex;align-items:center;gap:6px;
  transition:gap .15s;
}
.service-card .service-link:hover{gap:10px}
.service-card .service-link::after{content:"→";transition:transform .15s}

/* ---------- Problems grid ---------- */
.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:14px}
.problem-item{
  background:#fff;padding:18px 20px 18px 22px;border-radius:8px;
  border-left:3px solid #b8371c;
  box-shadow:0 1px 3px rgba(11,28,48,.05);
  font-size:14.5px;color:#0a1120;line-height:1.5;
  display:flex;align-items:flex-start;gap:12px;
}
.problem-item svg{flex-shrink:0;width:20px;height:20px;color:#b8371c;margin-top:1px}

/* ---------- Process ---------- */
.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;counter-reset:step}
.process-step{
  background:#fff;padding:28px 24px 24px;border-radius:12px;
  border:1px solid rgba(11,28,48,.08);position:relative;
}
.process-step::before{
  counter-increment:step;content:counter(step,decimal-leading-zero);
  position:absolute;top:-16px;left:22px;
  background:linear-gradient(135deg,#b8371c 0%,#8a2812 100%);color:#fff;
  min-width:44px;height:32px;padding:0 10px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:13px;font-family:'Fraunces',Georgia,serif;letter-spacing:.02em;
  box-shadow:0 4px 12px rgba(184,55,28,.3);
}
.process-step h3{margin-top:10px;font-size:1.12rem;color:#0b1c30;font-family:'Fraunces',Georgia,serif}
.process-step p{color:#4a5568;font-size:14.5px;margin:0;line-height:1.55}

/* ---------- Why us ---------- */
.whyus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}
.whyus-item{
  padding:26px 24px;background:#fff;border-radius:12px;
  border:1px solid rgba(11,28,48,.06);
  position:relative;padding-left:70px;
}
.whyus-icon{
  position:absolute;left:22px;top:26px;
  width:36px;height:36px;border-radius:9px;
  background:linear-gradient(135deg,#0b1c30 0%,#12294a 100%);
  color:#c99f4a;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 10px rgba(11,28,48,.2);
}
.whyus-icon svg{width:18px;height:18px}
.whyus-item h3{color:#0b1c30;font-size:1.1rem;margin-bottom:6px;font-family:'Fraunces',Georgia,serif}
.whyus-item p{color:#4a5568;font-size:14.5px;margin:0;line-height:1.55}

/* ---------- Testimonials ---------- */
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}
.testimonial{
  background:#fff;border-radius:12px;padding:28px 26px;
  border:1px solid rgba(11,28,48,.06);
  box-shadow:0 3px 12px rgba(11,28,48,.05);
  position:relative;
}
.testimonial::before{
  content:"“";position:absolute;top:-14px;left:22px;
  font-family:'Fraunces',Georgia,serif;font-size:64px;line-height:1;color:#c99f4a;font-weight:600;
}
.testimonial-stars{color:#c99f4a;font-size:15px;letter-spacing:2px;margin-bottom:10px;margin-top:16px}
.testimonial-quote{color:#0a1120;font-size:15.5px;line-height:1.6;margin-bottom:16px;font-style:italic;font-family:'Fraunces',Georgia,serif}
.testimonial-attr{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#4a5568}
.testimonial-avatar{
  width:38px;height:38px;border-radius:50%;
  background:linear-gradient(135deg,#c99f4a,#b8371c);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:14px;font-family:'Fraunces',Georgia,serif;
}
.testimonial-attr strong{color:#0b1c30;font-weight:700;display:block}
.testimonial-attr small{display:block;color:#78849a;font-size:12px}

/* ---------- Areas served ---------- */
.areas-wrap{background:#fff;padding:32px;border-radius:12px;border:1px solid rgba(11,28,48,.08)}
.areas-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 20px}
.areas-list span{
  color:#0a1120;font-size:14px;padding:9px 0;
  border-bottom:1px dotted rgba(11,28,48,.1);
  display:flex;align-items:center;gap:8px;
}
.areas-list svg{width:14px;height:14px;color:#c99f4a;flex-shrink:0}

/* ---------- FAQ ---------- */
.faq-item{
  background:#fff;border:1px solid rgba(11,28,48,.08);border-radius:10px;
  margin-bottom:12px;overflow:hidden;
  transition:box-shadow .15s,border-color .15s;
}
.faq-item:hover{border-color:rgba(201,159,74,.4)}
.faq-item[open]{box-shadow:0 4px 14px rgba(11,28,48,.08);border-color:rgba(201,159,74,.35)}
.faq-item summary{
  padding:20px 26px 20px 22px;font-weight:600;color:#0b1c30;cursor:pointer;
  list-style:none;position:relative;padding-right:52px;font-size:15.5px;
  font-family:'Fraunces',Georgia,serif;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";position:absolute;right:24px;top:50%;transform:translateY(-50%);
  color:#b8371c;font-size:26px;font-weight:400;line-height:1;transition:transform .2s;
}
.faq-item[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.faq-item p{padding:0 26px 22px;color:#4a5568;margin:0;font-size:14.5px;line-height:1.6}

/* ---------- CTA band ---------- */
.cta-band{
  background:#0b1c30;
  background-image:
    radial-gradient(ellipse 700px 400px at 82% 20%,rgba(201,159,74,.18),transparent 55%),
    linear-gradient(135deg,#0b1c30 0%,#12294a 100%);
  color:#f6f1e7;text-align:center;padding:64px 0;position:relative;overflow:hidden;
}
.cta-band::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path d='M0 20h40M20 0v40' stroke='%23c99f4a' stroke-opacity='0.05' stroke-width='1'/></svg>");
}
.cta-band .container{position:relative;z-index:1}
.cta-band .eyebrow{color:#c99f4a;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;display:block;margin-bottom:12px}
.cta-band h2{color:#f6f1e7;margin-bottom:14px;font-size:clamp(1.8rem,4vw,2.6rem)}
.cta-band p{color:#c8d1e0;font-size:1.1rem;max-width:640px;margin:0 auto 28px}
.cta-band .btn-outline{border-color:rgba(246,241,231,.5);color:#f6f1e7}

/* ---------- Footer ---------- */
.footer{background:#0b1c30;color:#c8d1e0;padding:56px 0 24px;font-size:14px;border-top:3px solid #c99f4a}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:44px;margin-bottom:36px}
.footer h4{color:#f6f1e7;font-size:12.5px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.14em;font-family:'Inter',sans-serif;font-weight:700}
.footer a{color:#c8d1e0;display:block;padding:4px 0;font-size:13.5px}
.footer a:hover{color:#c99f4a}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px;color:#f6f1e7}
.footer-brand:hover{color:#f6f1e7}
.footer-phone{
  display:inline-flex;align-items:center;gap:8px;
  color:#c99f4a;font-size:20px;font-weight:700;margin-top:8px;
  font-family:'Fraunces',Georgia,serif;
}
.footer-phone:hover{color:#d4a955}
.footer-bottom{
  border-top:1px solid rgba(200,209,224,.1);padding-top:22px;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;
  color:#78849a;font-size:12.5px;
}
.footer-bottom a{color:#78849a;display:inline;padding:0}

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:60;
  background:rgba(11,28,48,.98);backdrop-filter:blur(10px);
  padding:10px 12px;gap:8px;border-top:1px solid rgba(201,159,74,.3);
  box-shadow:0 -4px 20px rgba(0,0,0,.25);
}
.mobile-cta .btn{flex:1;padding:12px 14px;font-size:14px}

/* ---------- Breadcrumb ---------- */
.breadcrumb{color:#c8d1e0;font-size:13px;margin-bottom:14px}
.breadcrumb a{color:#c99f4a}
.breadcrumb a:hover{color:#d4a955}

/* ---------- Responsive ---------- */
@media (max-width:960px){
  .header-links{display:none}
}
@media (max-width:820px){
  .hero{padding:52px 0 60px}
  .hero-grid{grid-template-columns:1fr;gap:36px}
  .trustbar-grid{grid-template-columns:repeat(2,1fr);gap:28px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  section{padding:56px 0}
  .brand-tag{display:none}
  .mobile-cta{display:flex}
  body{padding-bottom:68px}
  .credbar-inner{gap:14px}
  .cred{padding:6px 10px;font-size:12px}
}
@media (max-width:520px){
  .footer-grid{grid-template-columns:1fr}
  .trustbar-grid{grid-template-columns:1fr 1fr;gap:22px}
  .trustbar-item strong{font-size:1.75rem}
  .brand-mark{width:40px;height:40px;font-size:18px}
  .brand-name{font-size:17px}
  .header-phone{padding:10px 14px;font-size:14px}
  .header-phone span:last-child{display:none}
  .header-phone::after{content:"Call"}
  .form-card{padding:24px 22px}
}
