/* 321 Home Offers — clean pass stylesheet */
:root{
  --navy-1000:#010816;
  --navy-950:#06152b;
  --navy-900:#071d3a;
  --blue:#0878ff;
  --blue-2:#005ee8;
  --aqua:#3fc9ff;
  --white:#fff;
  --text:#07172b;
  --muted:#51677f;
  --shadow:0 30px 90px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--navy-950);
  line-height:1.55;
  overflow-x:hidden;
}
img,video{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--aqua);outline-offset:4px}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-999px;top:12px;z-index:9999;background:#fff;color:#000;padding:12px 16px;border-radius:10px;font-weight:900}
.skip-link:focus{left:12px}

/* Header */
.site-header{
  position:absolute;
  top:0;left:0;right:0;
  z-index:50;
  padding-top:18px;
}
.site-header.scrolled{
  position:fixed;
  padding:0;
  background:rgba(2,9,21,.94);
  border-bottom:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(18px);
}
.nav-shell{
  width:min(1480px,calc(100% - 44px));
  min-height:76px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
}
.site-logo{
  width:300px;
  max-height:95px;
  height:auto;
  object-fit:contain;
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:38px;
  color:#fff;
  font-weight:700;
  font-size:16px;
}
.nav-links a{opacity:.95}
.nav-links a:hover{opacity:1}
.nav-actions{display:flex;align-items:center;gap:24px;color:#fff}
.phone-link{font-size:21px;font-weight:900;white-space:nowrap}
.nav-btn{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  padding:14px 25px;
  border-radius:8px;
  font-weight:900;
  box-shadow:0 16px 36px rgba(8,120,255,.32)
}
.menu-toggle{display:none;background:transparent;border:0;padding:8px}
.menu-toggle span{display:block;width:28px;height:3px;background:#fff;margin:5px 0;border-radius:5px}
.mobile-menu{display:none;background:rgba(2,9,21,.98);padding:0 24px 22px}
.mobile-menu a{display:block;color:#fff;font-weight:900;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}

/* Hero */
.hero{
  position:relative;
  min-height:820px;
  padding:125px 0 0;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(1,8,22,.95) 0%,rgba(2,13,29,.52) 45%,rgba(2,13,29,.76) 100%),
    url("images/hero-house-night.png") center center/cover no-repeat;
}
.hero-layer{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 57% 28%,rgba(8,120,255,.16),transparent 25%),
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(1,8,22,.30) 72%,rgba(1,8,22,.92));
}
.hero-inner{
  width:min(1480px,calc(100% - 80px));
  margin:0 auto;
  position:relative;
  display:grid;
  grid-template-columns:1.04fr .66fr .70fr;
  gap:22px;
  align-items:center;
}
h1,h2,h3{font-family:Poppins,Inter,sans-serif;line-height:1.03;letter-spacing:-.055em;margin:0}
h1{
  font-size:clamp(54px,5.05vw,78px);
  max-width:720px;
  text-shadow:0 5px 28px rgba(0,0,0,.48);
}
h1 span,h2 span{color:var(--blue)}
.hero-copy{align-self:center}
.hero-text{
  font-size:20px;
  color:rgba(255,255,255,.94);
  max-width:650px;
  margin:27px 0 0;
}
.hero-cta-row{display:flex;align-items:center;gap:36px;flex-wrap:wrap;margin-top:36px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:16px 27px;
  border-radius:8px;
  border:0;
  cursor:pointer;
  font-weight:900;
  transition:transform .22s ease,box-shadow .22s ease
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  color:#fff;
  box-shadow:0 18px 42px rgba(8,120,255,.35)
}
.full{width:100%}
.call-link{color:#fff;font-size:18px;font-weight:900;text-decoration:underline;text-underline-offset:8px}

.cred-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:nowrap;
  gap:18px;
  margin-top:48px;
  white-space:nowrap;
}
.cred-item{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  padding-right:16px;
  border-right:1px solid rgba(255,255,255,.16);
}
.cred-item:last-child{border-right:0;padding-right:0}
.cred-logo,.shield,.badge-bbb{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  min-width:38px;
}
.cred-logo{border-radius:50%;background:#fff;color:#4285f4;font-weight:950;font-size:26px;font-family:Arial}
.shield{border-radius:9px;background:#18a74a;color:#fff;font-weight:950;font-size:21px}
.badge-bbb{border-radius:8px;background:#fff;color:#094c9e;font-weight:950;font-size:10px}
.cred-item strong{display:block;color:#fff;font-size:14.5px;line-height:1.1}
.cred-item small{display:block;color:rgba(255,255,255,.85);font-size:12px;line-height:1.1}

.person-wrap{
  align-self:end;
  justify-self:center;
  z-index:4;
  overflow:visible;
  margin-bottom:-1px;
}


.person-wrap img{
  width:145%;
  max-width:none;
 /*max-height:620px;*/
  transform:translateX(-85px);
  transform:translateY(20px) scale(1.25);
  transform-origin:center bottom;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 32px 52px rgba(0,0,0,.45));
}

.offer-card{
  align-self:center;
  justify-self:end;
  width:100%;
  max-width:430px;
  transform:translateX(-15px);
  background:rgba(6,21,43,.78);
  border:1px solid rgba(255,255,255,.22);
  border-radius:22px;
  padding:30px 28px 22px;
  box-shadow:var(--shadow);
  backdrop-filter:blur(14px);
}
.offer-card h2{font-size:clamp(34px,3.25vw,47px);margin-bottom:20px;color:#fff}
.offer-card h2 span{display:block}
.lead-form{display:grid;gap:12px}
.input-wrap{position:relative}
.input-wrap label{position:absolute;left:-9999px}
.input-wrap span{
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  color:#073a79;
  font-weight:900;
  z-index:1
}
.input-wrap input,.input-wrap select{
  width:100%;
  min-height:56px;
  border:0;
  border-radius:8px;
  padding:0 16px 0 50px;
  background:#fff;
  color:var(--text);
  box-shadow:inset 0 0 0 1px rgba(5,21,40,.12)
}
.input-wrap input[aria-invalid="true"],.input-wrap select[aria-invalid="true"]{box-shadow:inset 0 0 0 3px #e05050}
.privacy-note,.form-status{text-align:center;color:rgba(255,255,255,.86);font-size:13px;margin:5px 0 0}
.form-status{min-height:18px;font-weight:800}

.trust-strip{
  width:min(1360px,calc(100% - 80px));
  margin:0 auto;
  position:relative;
  z-index:8;
  transform:translateY(8%);
  background:#fff;
  color:var(--text);
  border-radius:16px;
  box-shadow:0 28px 80px rgba(0,0,0,.34);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  overflow:hidden;
}
.trust-strip div{
  min-height:150px;
  padding:22px 20px;
  text-align:center;
  border-right:1px solid #dfe8f5;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.trust-strip div:last-child{border-right:0}
.trust-strip span{font-size:44px;line-height:1;color:var(--blue);display:block;margin-bottom:12px}
.trust-strip strong{font-size:18px;font-weight:950}
.trust-strip p{color:#344b64;margin:8px auto 0;max-width:175px;font-size:15px}

/* Sections */
.process-preview{
  padding:92px 20px 54px;
  text-align:center;
  color:#fff;
  background:linear-gradient(180deg,#06152b,#06152b 60%,#071d3a);
}
.blue-label{margin:0 0 10px;color:var(--blue);font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.process-preview h2,.section-heading h2{font-size:clamp(34px,4vw,54px)}
.small-underline{width:58px;height:4px;background:var(--blue);margin:20px auto 0;border-radius:99px}
.section{padding:86px 0}
.steps-section{background:#06152b}
.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.info-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#fff;border-radius:22px;padding:28px}
.info-card span{display:inline-grid;place-items:center;width:52px;height:52px;background:linear-gradient(135deg,var(--blue),var(--aqua));border-radius:50%;font-weight:950;margin-bottom:18px}
.info-card p{color:rgba(255,255,255,.76)}
.section-heading{text-align:center;margin:0 auto 44px;max-width:850px;color:#fff}
.section-heading p:not(.blue-label){color:rgba(255,255,255,.75)}
.video-section{background:linear-gradient(180deg,#071d3a,#06152b)}
.video-frame{max-width:1100px;margin:0 auto;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.20);box-shadow:0 30px 70px rgba(0,0,0,.35);background:#000}
.video-frame video{display:block;width:100%;height:auto;background:#000}

.about-section{background:#fff}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:0;box-shadow:0 20px 70px rgba(5,21,40,.08);border-radius:20px;overflow:hidden}
.content-block{padding:56px;background:#fff}
.content-block.dark{background:linear-gradient(135deg,#06152b,#092a52);color:#fff}
.content-block h2{font-size:clamp(34px,4vw,52px)}
.content-block p{color:var(--muted);font-size:17px}
.content-block.dark p{color:rgba(255,255,255,.78)}
.check-list{list-style:none;padding:0;margin:28px 0;display:grid;gap:16px}
.check-list li{position:relative;padding-left:34px}
.check-list li:before{content:"✓";position:absolute;left:0;top:1px;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:950}
.check-list strong,.check-list span{display:block}
.check-list span{color:var(--muted)}
.neighbor-list{display:grid;gap:18px;margin-top:26px}
.neighbor-list div{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center}
.neighbor-list span{width:54px;height:54px;border:1px solid rgba(63,201,255,.45);border-radius:50%;display:grid;place-items:center;font-size:23px}
.neighbor-list strong{display:block}
.neighbor-list p{grid-column:2;margin:2px 0 0}

.stats-section,.reviews-section,.faq-section{background:#fff}
.stats-section .section-heading,.reviews-section .section-heading,.faq-section .section-heading{color:var(--text)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stats-grid div,.review-card,.faq-item{background:#f7fbff;border:1px solid #e2edf8;border-radius:20px;padding:26px}
.stats-grid strong{font-family:Poppins;font-size:42px;line-height:1;color:var(--blue);display:block}
.stats-grid span{font-weight:950;font-size:19px;display:block;margin-top:8px}
.stats-grid p,.review-card p,.faq-item p{color:var(--muted)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review-card{margin:0}
.review-card div{color:#f7a800;letter-spacing:2px;font-size:20px}
.review-card cite{font-weight:900;color:var(--blue)}
.faq-list{max-width:900px;margin:0 auto;display:grid;gap:14px}
.faq-item summary{cursor:pointer;font-size:18px;font-weight:950}

.final-cta{background:linear-gradient(90deg,#06152b,#092f61);color:#fff;padding:58px 0}
.final-grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.final-grid h2{font-size:clamp(32px,4vw,48px)}
.final-grid p{color:rgba(255,255,255,.82);font-size:18px}
.final-actions{display:grid;gap:14px;justify-items:end}

.footer{background:#020915;color:rgba(255,255,255,.76);padding:54px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}
.footer-logo{width:320px;max-width:100%;height:auto;margin-bottom:14px}
.footer h2{font-size:20px;color:#fff}
.footer a{color:#fff;font-weight:900}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:22px}
.mobile-sticky{display:none;position:fixed;left:10px;right:10px;bottom:10px;z-index:100;background:#fff;border-radius:999px;box-shadow:0 20px 70px rgba(0,0,0,.30);overflow:hidden}
.mobile-sticky a{flex:1;padding:14px 10px;text-align:center;font-weight:950;color:var(--text)}
.mobile-sticky a:last-child{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}
.reveal.in-view{opacity:1;transform:none}
.delay-1{transition-delay:.1s}.delay-2{transition-delay:.18s}.delay-3{transition-delay:.25s}

@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
@media(max-width:1380px) and (min-width:1181px){
  .site-logo{width:260px;max-height:82px}
  .nav-links{gap:26px}
  .phone-link{font-size:18px}
  .nav-btn{padding:12px 20px}
  .offer-card{transform:translateX(-10px)}
}
@media(max-width:1180px){
  .nav-links,.nav-actions{display:none}
  .menu-toggle{display:block}
  .mobile-menu.open{display:block}
  .site-logo{width:260px;max-height:78px}
  .hero{min-height:auto;padding:112px 0 34px}
  .hero-inner{grid-template-columns:1fr;gap:22px;text-align:left;width:min(100% - 40px,720px)}
  .person-wrap{max-width:390px;margin:0 auto}
  .person-wrap img{width:100%;transform:none;max-height:620px}
  .offer-card{max-width:560px;width:100%;margin:0 auto;transform:none}
  .trust-strip{grid-template-columns:repeat(2,1fr);transform:none;margin-top:28px}
  .trust-strip div{border-bottom:1px solid #dfe8f5}
  .process-preview{padding-top:68px}
  .two-col,.stats-grid,.review-grid,.step-grid,.footer-grid,.final-grid{grid-template-columns:1fr}
  .final-actions{justify-items:start}
}
@media(max-width:640px){
  body{padding-bottom:70px}
  .container{width:min(100% - 28px,1180px)}
  .nav-shell{width:min(100% - 28px,1480px)}
  .site-logo{width:190px;max-height:60px}
  h1{font-size:42px}
  .hero-text{font-size:17px}
  .hero-cta-row .btn,.call-link{width:100%;justify-content:center;text-align:center}
  .cred-row{display:none}
  .person-wrap{max-width:310px}
  .offer-card{padding:22px}
  .offer-card h2{font-size:32px}
  .trust-strip{width:min(100% - 28px,1360px);grid-template-columns:1fr}
  .trust-strip div{min-height:132px}
  .section{padding:62px 0}
  .content-block{padding:34px 24px}
  .mobile-sticky{display:flex}
  .footer-bottom{flex-direction:column}
}


/* =========================================================
   HEADER LOGO MATCHES FOOTER LOGO SIZE
   ========================================================= */

.site-logo{
  width:320px !important;
  max-width:none !important;
  max-height:none !important;
  height:auto !important;
  object-fit:contain !important;
}

.footer-logo{
  width:320px !important;
  max-width:100% !important;
  height:auto !important;
}

/* Balance the nav after the larger header logo */
.nav-shell{
  gap:34px !important;
}

.nav-links{
  gap:34px !important;
}

/* Medium desktop safety */
@media(max-width:1380px) and (min-width:1181px){
  .site-logo{
    width:300px !important;
    max-height:none !important;
  }

  .nav-links{
    gap:24px !important;
  }

  .phone-link{
    font-size:18px !important;
  }

  .nav-btn{
    padding:12px 20px !important;
  }
}

/* Tablet */
@media(max-width:1180px){
  .site-logo{
    width:300px !important;
    max-height:none !important;
  }
}

/* Mobile */
@media(max-width:640px){
  .site-logo{
    width:230px !important;
    max-height:none !important;
  }
}


/* =========================================================
   FINAL HEADER / LOGO / FORM POSITION UPDATE
   Complete styles.css override block
   ========================================================= */

@media (min-width:1181px){

  .site-header{
    padding-top:6px !important;
    transform:translateY(-8px) !important;
  }

  .nav-shell{
    width:min(1480px, calc(100% - 44px)) !important;
    min-height:72px !important;
    margin:0 auto !important;
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    gap:34px !important;
  }

  .site-logo{
    width:365px !important;
    max-width:none !important;
    max-height:none !important;
    height:auto !important;
    display:block !important;
    object-fit:contain !important;
  }

  .nav-links{
    display:flex !important;
    align-items:center !important;
    gap:38px !important;
  }

  .nav-actions{
    display:flex !important;
    align-items:center !important;
    gap:24px !important;
  }

  .offer-card{
    transform:translateX(-20px) !important;
  }
}

@media (min-width:1181px) and (max-width:1380px){
  .site-logo{
    width:320px !important;
  }

  .nav-links{
    gap:26px !important;
  }

  .phone-link{
    font-size:18px !important;
  }

  .nav-btn{
    padding:12px 20px !important;
  }

  .offer-card{
    transform:translateX(-12px) !important;
  }
}

@media (max-width:1180px){
  .site-header{
    transform:none !important;
  }

  .site-logo{
    width:300px !important;
    max-height:none !important;
  }
}

@media (max-width:640px){
  .site-logo{
    width:230px !important;
    max-height:none !important;
  }
}

/* =========================================================
   HEADER THICKNESS + FORM OVERLAP FIX
   ========================================================= */

/* Normal top view: move header up and reduce height */
.site-header{
  padding-top:5px !important;
}

.nav-shell{
  min-height:58px !important;
}

/* Make scrolled sticky header thinner */
.site-header.scrolled{
    padding:0 !important;
    min-height:30px !important;
    background:rgba(2,9,21,.96);
    backdrop-filter:blur(14px);
}

.site-header.scrolled .nav-shell{
    min-height:30px !important;
    padding:4px 0;
}

/* Slightly smaller header logo when scrolled */
.site-header.scrolled .site-logo{
  width:300px !important;
}

/* Desktop only */
@media (min-width:1181px){

  /* Keep logo good size but not too tall */
  .site-logo{
    width:350px !important;
   /* max-height:76px !important;*/
  }

  /* Give right nav less width so it doesn't crowd the form */
  .nav-links{
    gap:20px !important;
  }

  .nav-actions{
    gap:18px !important;
  }

  .phone-link{
    font-size:18px !important;
  }

  .nav-btn{
    padding:12px 20px !important;
  }

  /* Move form down just enough to clear top nav */
  .offer-card{
    margin-top:20px !important;
  }

  /* Keep form slightly left, but not under the phone/button */
  .offer-card{
    transform:translateX(-10px) !important;
  }
}

/* MOVE DWAYNE LEFT — FINAL OVERRIDE */
@media (min-width:1181px){
  .person-wrap{
    position:relative !important;
    left:-95px !important;
  }
}