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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #faf7f5;
  color: #1a1a1a;
  line-height: 1.6;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.hero,
.lead_magnet,
.services,
.about,
.proof,
.contact {
  padding: 80px 8%;
}

.hero {
  background: #fff0f5;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.brand {
  font-weight: bold;
  font-size: 18px;
}

.nav_btn {
  background: #111111;
  color: #ffffff;
  padding: 9px 16px;
  font-size: 13px;
  display: inline-block;
}

.eyebrow,
.section_label,
.services_label,
.lead_label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777777;
  margin-bottom: 12px;
}

.hero_content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.hero_text {
  flex: 1;
  padding-top: 8px;
}

.hero_text h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin: 16px 0;
  max-width: 650px;
}

.hero_copy {
  margin-bottom: 20px;
  max-width: 560px;
  font-size: 18px;
  color: #444444;
}

.hero_buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.btn_primary,
.btn_secondary {
  display: inline-block;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

.btn_primary {
  background: #111111;
  color: #ffffff;
  border: none;
}

.btn_secondary {
  border: 1px solid #111111;
  color: #111111;
  background: transparent;
}

.hero_image_wrap {
  flex: 1;
}

.hero_image {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.lead_magnet {
  padding: 90px 20px;
  background: #f8f6f4;
}

.lead_box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 55px 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.lead_box h2 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #111111;
}

.lead_subtext {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  max-width: 640px;
  margin: 0 auto 12px;
}

.lead_social_proof {
  font-size: 13px;
  color: #888888;
  margin-bottom: 24px;
}

.lead_list {
  text-align: left;
  max-width: 520px;
  margin: 0 auto 30px;
  padding-left: 22px;
}

.lead_list li {
  margin-bottom: 12px;
  color: #444444;
  font-size: 15px;
  line-height: 1.6;
}

#leadForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

#leadForm input {
  padding: 16px 18px;
  border: 1px solid #d8d8d8;
  font-size: 15px;
  width: 100%;
  background: #ffffff;
  color: #111111;
}

#leadForm input::placeholder {
  color: #9a9a9a;
}

#leadForm button {
  padding: 16px;
}

.section_heading {
  margin-bottom: 40px;
  text-align: center;
}

.section_heading h2,
.services h2,
.proof h2 {
  font-size: 2.6rem;
  line-height: 1.15;
  max-width: 760px;
  margin: 0 auto;
}

.services {
  padding: 90px 20px;
  text-align: center;
}

.services_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 40px auto 0;
}

.service_card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 30px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.service_card h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #111111;
}

.service_desc {
  font-size: 15px;
  color: #555555;
  margin-bottom: 16px;
}

.service_list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.service_list li {
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 8px;
}

.price {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 18px;
  color: #111111;
}

.call_process {
  padding: 90px 20px;
  background: #f8f6f4;
}

.call_process_container {
  max-width: 1100px;
  margin: 0 auto;
}

.call_process_header {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.call_process h2 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #111111;
}

.call_intro {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
}

.call_steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.call_step {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 28px 22px;
  text-align: left;
}

.step_number {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #888888;
  margin-bottom: 12px;
}

.call_step h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #111111;
}

.call_step p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

.about {
  padding: 80px 8%;
}

.about_grid {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about_image_wrap {
  flex: 1;
}

.about_image_wrap img {
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}

.about_text {
  flex: 1;
}

.about_text h2 {
  font-size: 2.4rem;
  line-height: 1.15;
  margin-bottom: 16px;
}

.about_text p {
  font-size: 16px;
  color: #555555;
}

.proof {
  padding: 80px 8%;
}

.proof_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 40px auto 0;
}

.proof_card {
  background: #ffffff;
  padding: 30px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.proof_card h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: #111111;
}

.proof_card p {
  font-size: 15px;
  color: #555555;
}

.gallery {
  padding: 80px 8%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gallery_item img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery_item img:hover {
  transform: scale(1.03);
}

.gallery_item p {
  margin-top: 12px;
  font-size: 14px;
  color: #444444;
  max-width: 220px;
}

.contact {
  text-align: center;
}

.contact h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.contact p {
  margin-bottom: 15px;
  color: #555555;
}

@media (max-width: 900px) {
  .hero_content,
  .about_grid {
    flex-direction: column;
  }

  .services_grid,
  .call_steps,
  .proof_grid {
    grid-template-columns: 1fr;
  }

  .hero_image {
    height: auto;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero_text h1 {
    font-size: 2.3rem;
  }

  .lead_box h2,
  .services h2,
  .call_process h2,
  .proof h2,
  .about_text h2 {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .hero,
  .lead_magnet,
  .services,
  .about,
  .proof,
  .contact,
  .call_process {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .navbar {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 28px;
  }

  .brand {
    text-align: center;
    font-size: 16px;
  }

  .nav_btn {
    width: auto;
    min-width: 170px;
    text-align: center;
    padding: 10px 18px;
  }

  .hero_text h1 {
    font-size: 2.2rem;
    line-height: 1.1;
    margin: 16px 0;
  }

  .hero_copy,
  .call_intro,
  .lead_subtext,
  .about_text p {
    font-size: 15px;
  }

  .hero_buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn_primary,
  .btn_secondary {
    width: 100%;
    text-align: center;
  }

  .lead_box {
    padding: 36px 24px;
  }

  .lead_box h2,
  .services h2,
  .call_process h2,
  .proof h2,
  .about_text h2 {
    font-size: 1.9rem;
  }

  .gallery {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery_item img {
    height: auto;
  }

  .service_card,
  .proof_card,
  .call_step {
    padding: 24px 20px;
  }

  .service_card h3 {
    font-size: 1.5rem;
  }
}.thankyou {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f8f6f4;
}

.thankyou_box {
  background: #ffffff;
  padding: 60px 40px;
  text-align: center;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.thankyou_box h1 {
  font-size: 36px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.thankyou_text {
  font-size: 16px;
  color: #555555;
  margin-bottom: 30px;
}

.thankyou_note {
  margin-top: 25px;
  font-size: 14px;
  color: #777777;
}
.thankyou_page {
  padding: 100px 20px 60px;
  background: #f8f6f4;
}

.thankyou_box {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.thankyou_box h1 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #111111;
}

.thankyou_text {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  max-width: 620px;
  margin: 0 auto 28px;
}

.thankyou_offer_intro {
  padding: 60px 20px 20px;
  background: #faf7f5;
}

.thankyou_offer_intro_box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.thankyou_offer_intro_box h2 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #111111;
}

.thankyou_offer_intro_box p {
  font-size: 16px;
  color: #555555;
  max-width: 640px;
  margin: 0 auto;
}

.thankyou_footer_cta {
  padding: 40px 20px 100px;
  background: #faf7f5;
}

.thankyou_footer_box {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px 36px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.thankyou_footer_box h2 {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #111111;
}

.thankyou_footer_box p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 24px;
}

.back_link_wrap {
  margin-top: 14px;
}

@media (max-width: 900px) {
  .thankyou_box h1,
  .thankyou_offer_intro_box h2,
  .thankyou_footer_box h2 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .thankyou_page,
  .thankyou_offer_intro,
  .thankyou_footer_cta {
    padding-left: 5%;
    padding-right: 5%;
  }

  .thankyou_box,
  .thankyou_footer_box {
    padding: 36px 24px;
  }

  .thankyou_box h1,
  .thankyou_offer_intro_box h2,
  .thankyou_footer_box h2 {
    font-size: 28px;
  }

  .thankyou_text,
  .thankyou_offer_intro_box p,
  .thankyou_footer_box p {
    font-size: 15px;
  }
}
.blog {
  padding: 80px 20px;
}

.blog_container {
  max-width: 800px;
  margin: 0 auto;
}

.blog h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.blog h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.blog p {
  margin-bottom: 16px;
  color: #444;
}

.blog ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.blog li {
  margin-bottom: 8px;
}
.learn_more {
  padding: 80px 8%;
  background: #ffffff;
}

.learn_more_container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.learn_more_container h2 {
  font-size: 2.3rem;
  line-height: 1.15;
  max-width: 760px;
  margin: 0 auto 36px;
  color: #111111;
}

.learn_more_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.learn_card {
  background: #f8f6f4;
  padding: 28px 22px;
  text-align: left;
  color: #111111;
  border: 1px solid #eeeeee;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.learn_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.learn_card h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  color: #111111;
}

.learn_card p {
  font-size: 15px;
  color: #555555;
}

@media (max-width: 900px) {
  .learn_more_grid {
    grid-template-columns: 1fr;
  }

  .learn_more_container h2 {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .learn_more {
    padding: 55px 5%;
  }

  .learn_more_container h2 {
    font-size: 1.9rem;
  }
}
.related_articles {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}

.related_articles a {
  color: #111111;
  text-decoration: none;
}

.related_articles a:hover {
  text-decoration: underline;
}