/* === LOGO BACKUP CONFIG - DO NOT DELETE === */

/* === GLOBAL STYLES === */

body {

  background-image: url('https://helptostopforeclosure.org/background_1.webp');

  background-repeat: no-repeat;

  background-size: cover;

  background-position: top center;

  background-attachment: fixed;

}



@media only screen and (max-width: 768px) {

  body {

    background-image: url('https://helptostopforeclosure.org/background_1-mobile.webp');

    background-size: cover;

    background-position: center top;

    background-attachment: scroll;

  }



}



p {

  font-size: 21px;

  color: #fff;

  margin-bottom: 1.2em;

}



/* === CONTAINER STYLING === */

.container {

  width: 90%;

  max-width: 800px;

  text-align: center;

  background: rgba(0, 0, 0, 0.7);

  padding: 40px;

  border-radius: 10px;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);

  margin: 20px auto;

}



/* === LOGO === */

.logo {

  object-fit: contain;

  width: 320px;

  height: 100px;

  display: block;

  margin: 0 auto 12px auto;

}



@media only screen and (min-width: 768px) {

  .logo {

    width: 420px;

    height: 130px;

  }

}



/* === FORM STYLING === */

.form-container {

  background: rgba(255, 255, 255, 0.9);

  padding: 30px;

  border-radius: 10px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

  max-width: 700px;

  margin: 20px auto;

  color: #333;

}



.form-inner {

  padding: 0 20px;

}



input, select, button {

  width: calc(100% - 8px);

  padding: 12px;

  margin: 10px 0;

  border: 1px solid #ccc;

  border-radius: 5px;

  font-size: 16px;

  box-sizing: border-box;

}



button {

  background: linear-gradient(to right, #ffcc00, #ff9800);

  color: black;

  font-weight: bold;

  text-shadow: 1px 1px 2px rgba(255,255,255,0.6);

  border: none;

  cursor: pointer;

  transition: background 0.3s ease-in-out;

}



button:hover {

  background: linear-gradient(to right, #4CAF50, #2E7D32);

  color: #fff;

}



/* ✅ Enhanced style for SUBMIT button */

#multiStepForm button[type="submit"] {

  background: #28a745;

  color: white;

  font-weight: bold;

  padding: 12px 24px;

  border: none;

  border-radius: 4px;

  position: relative;

  overflow: hidden;

  text-transform: none;

  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);

  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);

}



#multiStepForm button[type="submit"]::after {

  content: "";

  position: absolute;

  top: 0;

  left: -75%;

  width: 50%;

  height: 100%;

  background: linear-gradient(

    120deg,

    transparent,

    rgba(255, 255, 255, 0.4),

    transparent

  );

  animation: shimmer 2.5s infinite;

}



@keyframes shimmer {

  0% {

    left: -75%;

  }

  100% {

    left: 125%;

  }

}



/* === HOW IT WORKS SECTION === */

.how-it-works-wrapper {

  background: rgba(0, 0, 0, 0.7);

  max-width: 700px;

  margin: 40px auto;

  padding: 20px;

  border-radius: 10px;

}



.how-it-works {

  background: #fff;

  padding: 30px;

  border-radius: 10px;

  text-align: center;

  color: #000;

}



.how-it-works h2 {

  color: #ff5722;

  font-size: 26px;

  margin-bottom: 15px;

}



.how-it-works h3 {

  color: #e65100;

  font-size: 20px;

  margin-top: 20px;

  text-align: center;

}



.how-it-works p {

  font-size: 16px;

  color: #000;

  margin-bottom: 18px;

  text-align: center;

}



.experience-note {

  font-size: 16px;

  font-weight: bold;

  color: #000;

  margin-bottom: 20px;

  text-align: center;

  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;

}



.experience-note::before {

  content: '';

  margin-right: 8px;

}



/* === WIDTH CONSISTENCY === */

.form-container,

.how-it-works-wrapper {

  max-width: 700px;

  margin-left: auto;

  margin-right: auto;

}



/* === CREDIBILITY BOOST MESSAGES === */

.trust-message {

  text-align: center;

  font-size: 20px;

  font-weight: bold;

  color: #fff;

  background: rgba(0, 0, 0, 0.6);

  padding: 12px 18px;

  border-radius: 6px;

  margin: 20px auto;

  max-width: 600px;

}



.privacy-note {

  text-align: center;

  font-size: 17px;

  font-weight: 500;

  color: #222;

  margin-top: 16px;

}



/* === AUDIO PLAYER SECTION === */

.audio-prompt {

  text-align: center;

  font-size: 20px;

  font-weight: bold;

  color: #ff884d;

  margin-bottom: 10px;

}



.audio-container {

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(255, 255, 255, 0.15);

  backdrop-filter: blur(5px);

  padding: 20px;

  border-radius: 12px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);

  margin: 30px auto;

  max-width: 600px;

  border: 1px solid rgba(255, 255, 255, 0.3);

  transition: box-shadow 0.3s ease;

}



.audio-container:hover {

  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.45);

}



/* === STEP FORMATTING === */

.step {

  margin-bottom: 20px;

}



.step h3 {

  color: #e65100;

}



/* === DISCLOSURE SECTION === */

disclosure {

  max-width: 700px;

  margin: 50px auto;

  padding: 20px 15px;

  background: rgba(0, 0, 0, 0.7);

  color: #ddd;

  text-align: center;

  font-size: 14px;

  border-radius: 6px;

}



.disclosure-wrapper {

  max-width: 800px;

  margin: 40px auto;

  padding: 20px;

  text-align: center;

  background: #000;

  color: #fff;

  border-radius: 10px;

  font-size: 14px;

}



/* === CALL TO ACTION BUTTONS === */

.cta-button {

  background: linear-gradient(to right, #ffc107, #ff9900);

  color: #000;

  padding: 12px 24px;

  font-weight: bold;

  font-size: 16px;

  border-radius: 6px;

  text-decoration: none;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

  transition: transform 0.2s ease;

}



.cta-button:hover {

  transform: scale(1.05);

  background: linear-gradient(to right, #ffb300, #ff8000);

}



/* 🔧 Mobile Optimization for Hero Background */

@media only screen and (max-width: 768px) {

  .hero-wrapper {

    background-image: url('background_1-mobile.webp');

  }

}



/* 🛠️ Ensure Hero Section Renders Properly */

.hero-wrapper {

  min-height: 100vh;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}



/* 🎯 Mobile Font & Layout Tweaks for Hero Section */

@media only screen and (max-width: 768px) {

  .hero-wrapper h1 {

    font-size: 22px;

    line-height: 1.3;

    margin-bottom: 12px;

  }



  .hero-wrapper p {

    font-size: 16px;

    line-height: 1.4;

    margin-bottom: 10px;

  }



  .hero-wrapper .top-cta {

    background-color: #000;

    color: black;

    display: block;

    padding: 12px 24px;

    text-decoration: none;

    border-radius: 4px;

    transition: all 0.25s ease;

    margin: 0 auto;

  }



  .hero-wrapper .container {

    padding: 20px;

  }

}



/* ✅ Green hover effect for top CTA only on desktop */

@media (hover: hover) {

  .hero-wrapper .top-cta:hover {

    background-color: #28a745 !important;

    color: white !important;

    transform: scale(1.05);

  }

}



/* ✅ Final Top CTA Button Fix */

.hero-wrapper .top-cta {

  background-color: #000;

  color: black;

  display: inline-block;

  padding: 12px 24px;

  text-decoration: none;

  border-radius: 4px;

  transition: all 0.25s ease;

  margin: 0 auto;

}



/* ✅ Ensure Hero Wrapper Content is Centered */

.hero-wrapper .container {

  text-align: center;

}



/* ✅ Testimonials Layout Fix */

.testimonials-section {

  background: rgba(255, 255, 255, 0.95);

  padding: 40px 20px;

  border-radius: 10px;

  max-width: 800px;

  margin: 40px auto;

  text-align: center;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);

}



.testimonials-section h2 {

  color: #333;

  font-size: 26px;

  margin-bottom: 30px;

}



.testimonial {

  background: #fff;

  padding: 20px;

  border-radius: 10px;

  box-shadow: 0 6px 20px rgba(0,0,0,0.1);

  margin-bottom: 20px;

  text-align: center;

  display: flex;

  flex-direction: column;

  align-items: center;

}



.testimonial img.avatar {

  width: 80px;

  height: 80px;

  border-radius: 50%;

  object-fit: cover;

  margin-bottom: 15px;

  box-shadow: 0 2px 6px rgba(0,0,0,0.2);

}



.testimonial img.avatar.nina {

  content: url("https://randomuser.me/api/portraits/women/65.jpg");

}



.testimonial img.avatar.darnell {

  content: url("https://randomuser.me/api/portraits/men/35.jpg");

}



.testimonial .headline {

  font-size: 16px;

  font-weight: bold;

  color: #000;

  margin-bottom: 5px;

}



.testimonial .stars {

  color: #FFD700;

  font-size: 18px;

  margin-bottom: 10px;

}



.testimonial .quote {

  color: #333;

  font-size: 16px;

  line-height: 1.6;

  margin-bottom: 10px;

}



.testimonial .name {

  font-weight: bold;

  color: #000;

  margin-bottom: 3px;

}



.testimonial .location {

  color: #555;

  font-size: 14px;

}

.hero-wrapper h1 {

  color: white;

}