



@import url('_media/custom/custom.css');

._editing #mrp-footer .mrp-weblet {
    float: none !important;
    width: 100% !important;
}



#mrp-footer .left-links-col {
	width: 50%;
	float: left;
	margin-right: 69px !important;
}
#mrp-footer .right-form-col {
	width: calc(50% - 69px);
	float: left;
	max-width: 500px;
}
#mrp-footer .bottom-contact-col {
	clear: both;
    bottom: 0 !important;
    padding-top: 25px;
}

@media (max-width: 1000px) {

#mrp-footer .left-links-col {
	width: 100%;
	float: none;
	margin-right: 0px !important;
}
#mrp-footer .right-form-col {
	width: 100%;
    float: none;
    max-width: 100%;
}
#mrp-footer .bottom-contact-col {
    padding-top: 10px;
}

}


@media (max-width: 568px) {

.outer-footer .right-form-col .form-group-text {
    width: calc(100% - 18px) !important;
}

}







@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
.unibox-fields {
    max-width: 95%;
}
#html-markup-8408005037127965384-p {
    padding: 3em 20px 0;
}
#mrp-container6 .weblet_unibox-description {
    display: none;
}
.inspiration-quote {
    margin: 0 20px;
}
.mrp-crea-attribution {
    margin: 0 20px;
}
}


.icon-social .fa.fa-twitter:before {
	opacity: 0;
}
.icon-social .fa.fa-twitter {
	background: url("_media/quick-uploads/logo-white.png") no-repeat center center transparent;
	background-size: contain;
    width: 14px;
    height: 16px;
    display: inline-block;
    left: 0;
}


#mrp-footer .icon-social .fa.fa-twitter, 
#mrp-container18 .icon-social .fa.fa-twitter {
	filter: invert(1);
    top: -1px;
}
#mrp-footer .icon-social .fa.fa-twitter:hover, 
#mrp-container18 .icon-social .fa.fa-twitter:hover {
	filter: invert(0);
}

#rich-text-2093526557784806753-t {
    position: relative;
    bottom: 15px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --red:    #C8102E;
    --dark:   #1A1A1A;
    --grey:   #4A4A4A;
    --silver: #F2F2F2;
    --white:  #FFFFFF;
    --border: #DEDEDE;
  }

  body {
    font-family: 'Lora', Georgia, serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.7;
  }

  /* ── HERO ── */
  .hero {
    background: var(--dark);
    color: var(--white);
    padding: 72px 24px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(200,16,46,0.18) 0%, transparent 60%);
  }
  .hero-eyebrow {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
    letter-spacing: 4px;
    color: #C8102E !important;
    margin-bottom: 16px;
    position: relative;
  }
  .hero h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 7vw, 72px);
    line-height: 1.05;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    color: #FFFFFF !important;
  }
  .hero h1 span { color: #C8102E !important; }
  .hero-sub {
    font-size: 17px;
    color: #FFFFFF;
    max-width: 560px;
    margin: 0 auto 36px;
    font-style: italic;
    position: relative;
  }
  .btn-primary {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 16px 40px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
  }
  .btn-primary:hover { background: #a50e26; }
  .btn-ghost {
    display: inline-block;
    border: 2px solid var(--white);
    color: var(--white);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 14px 36px;
    text-decoration: none;
    margin-left: 16px;
    transition: all 0.2s;
  }
  .btn-ghost:hover { background: var(--white); color: var(--dark); }

  /* ── STAT BAR ── */
  .stat-bar {
    background: var(--red);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .stat-item {
    padding: 24px 48px;
    text-align: center;
    color: var(--white);
    border-right: 1px solid rgba(255,255,255,0.2);
  }
  .stat-item:last-child { border-right: none; }
  .stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    display: block;
  }
  .stat-label {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
  }

  /* ── SECTIONS ── */
  .section { padding: 72px 24px; max-width: 960px; margin: 0 auto; }
  .section-light { background: var(--silver); }
  .section-light .section { max-width: 100%; padding: 72px 24px; }
  .section-light .inner { max-width: 960px; margin: 0 auto; }

  .section-label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    color: var(--red);
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #1A1A1A !important;
  }
  p { margin-bottom: 16px; color: var(--grey); }

  /* ── WHY DAVE GRID ── */
  .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin-top: 48px;
  }
  .why-card {
    border-top: 3px solid var(--red);
    padding: 28px 24px;
    background: var(--white);
  }
  .why-card h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #1A1A1A !important;
  }
  .why-card p { margin: 0; font-size: 15px; }

  /* ── PROCESS ── */
  .process-list { margin-top: 48px; }
  .process-step {
    display: flex;
    gap: 28px;
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .step-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    color: var(--red);
    line-height: 1;
    min-width: 52px;
  }
  .step-content h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    color: #1A1A1A !important;
  }
  .step-content p { margin: 0; font-size: 15px; }

  /* ── WHAT'S MY HOME WORTH CTA ── */
  .eval-box {
    background: var(--dark);
    color: var(--white);
    padding: 56px 40px;
    text-align: center;
    margin-top: 0;
  }
  .eval-box h2 { color: #FFFFFF !important; margin-bottom: 12px; }
  .eval-box p { color: #FFFFFF !important; max-width: 500px; margin: 0 auto 32px; }

  /* ── NEIGHBOURHOOD SECTION ── */
  .neighbourhood-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
  }
  .nbhd-card {
    background: var(--white);
    border: 1px solid var(--border);
    padding: 20px 16px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .nbhd-card:hover {
    border-color: #C8102E;
    box-shadow: 0 2px 12px rgba(200,16,46,0.12);
  }
  .nbhd-card h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #C8102E !important;
    text-decoration: none;
  }
  .nbhd-card p { font-size: 13px; margin: 0; color: var(--grey); }
  @media (max-width: 640px) {
    .neighbourhood-grid { grid-template-columns: repeat(2, 1fr); }
  }

  /* ── TESTIMONIAL ── */
  .testimonial-block {
    border-left: 4px solid var(--red);
    padding: 24px 32px;
    background: var(--silver);
    margin: 48px 0;
  }
  .testimonial-block blockquote {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--dark);
  }
  .testimonial-block cite {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    font-size: 13px;
    color: var(--red);
    font-style: normal;
  }

  /* ── FINAL CTA ── */
  .final-cta {
    background: #1A1A1A;
    color: #FFFFFF;
    padding: 72px 24px;
    text-align: center;
  }
  .final-cta h2 { color: #FFFFFF !important; margin-bottom: 12px; }
  .final-cta p { color: #FFFFFF !important; max-width: 480px; margin: 0 auto 32px; }
  .btn-white {
    display: inline-block;
    background: #C8102E;
    color: #FFFFFF !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 16px 40px;
    text-decoration: none;
    transition: all 0.2s;
  }
  .btn-white:hover { background: #FFFFFF; color: #1A1A1A !important; }

  @media (max-width: 600px) {
    .stat-item { padding: 20px 24px; flex: 1 1 50%; }
    .btn-ghost { margin-left: 0; margin-top: 12px; }
    .hero { padding: 56px 20px 48px; }
    .eval-box { padding: 40px 20px; }
  }

/* FIX HERO BUTTON CLICK ISSUE */
.hero::before {
  z-index: 0;
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 2;
}

.hero .btn-primary,
.hero .btn-ghost {
  position: relative;
  z-index: 3;
  pointer-events: auto;
  touch-action: manipulation;
}