html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
 }

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #ffffff;
    padding: 20px;
    text-align: right;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

header p{
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 25px;
    color: black;
    text-decoration: none;
}

header #logo {
    position: absolute;
    left: -10px;
    top: -10px;
}

main {
    margin-top: 150px;
    width: 100%;
}

main section{
    width: 50%;
}

#box {
    display: flex;
    width: 100%;
    margin-top: 105px;  
}

#section_one {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

#section_one h1{
    font-size: 62px;
    margin: 0;
    padding: 0;
    font-weight: 800;
}

.orng-cl-h1{
    color: rgb(255, 111, 0);
    font-size: 62px;
    margin: 0;
    padding: 0;
    font-weight: 800;
}

#section_one h2{
    font-size: 28px;
    color: #474747;
    text-align: center;
}

.orng-cl-h2{
    color: rgb(255, 111, 0);
    font-size: 28px;
    text-align: center;
}

#section_one button {
    width: 380px;
    height: 75px;
    background-color: rgb(255, 111, 0);
    color: #ffffff; 
    font-size: 22px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
}

#section_two {
    display: flex;
    position: center;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

#section_two img {
    width: 550px;
    height: 550px;
    border-radius: 8px;
    border-right: 2px solid rgb(255, 111, 0);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 800px) {
    #box {
        flex-direction: column;
        align-items: center;
    }

    #section_one, #section_two {
        width: 100%;
        margin: 0;
        padding: 0;

    }

    #section_two img {
        width: 90%;
        height: auto;
    }

    #section_one h1,
    .orng-cl-h1 {
    font-size: 36px;
    margin: 2px 5px; 
    padding: 0;
    font-weight: 800;
    }


    #section_one h2 {
    font-size: 22px;
    margin: 0 5px 25px 5px;   
    }

    #section_one p {
    margin: 25px 5px;
    }
}

@media (max-width: 400px) { 
    #section_one button {
    width: 330px;
    height: 75px;
    font-size: 20px;
    font-weight: bold;
   }

   header #logo {
    position: absolute;
    left: -20px;
    top: -18px;
    width: 180px;
    height: auto;
    }
}

.pain {
  background: #fff;
  padding: 90px 8%;
  width: 100%;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

.eyebrow {
  color:rgb(255, 111, 0);
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 12px;
}

.pain h2 {
  font-size: 28px;
  line-height: 1.05;
  max-width: 760px;
  margin-bottom: 22px;
}

.pain-intro {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 36px;
}

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

.pain-card {
    border: none;
    border-bottom: 2px solid rgb(255, 111, 0);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
    padding: 26px;
    margin: 10px;
}

.pain-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.pain-card p {
  color: #555;
  line-height: 1.5;
}

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

.value {
  background: #111;
  color: #fff;
  padding: 90px 8%;
  width: 100%;
}



.value h2 {
  max-width: 850px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  margin-bottom: 45px;
}

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1100px;
}

.bad,
.good {
  padding: 34px;
  border-radius: 18px;
  background: #1b1b1b;
}

.bad {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.good {
  border: 2px solid rgb(255, 111, 0);
  box-shadow: 0 18px 40px rgba(255, 122, 0, 0.18);
}

.bad h3,
.good h3 {
  font-size: 28px;
  margin-bottom: 22px;
}

.bad h3 {
  color: #aaa;
}

.good h3 {
  color: rgb(255, 111, 0);
}

.compare ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
}

.bad li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #999;
  font-weight: 700;
}

.good li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff7a00;
  font-weight: 800;
}

@media (max-width: 800px) {
  .value {
    padding: 70px 6%;
  }

  .compare {
    grid-template-columns: 1fr;
  }

  .bad,
  .good {
    padding: 28px;
  }
}


.results {
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin: 0 auto;
}

.results .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.results .container h2 {
    font-size: 28px;
    color: rgb(0, 0, 0);
    margin-bottom: 22px;
    font-weight: 800;
}

.results .container span {
    font-size: 28px;
    color: rgb(255, 111, 0);
    font-weight: 800;
}

.results.container p {
    margin-top: 25px;
}

.video-box {
  display: flex;
  justify-content: center;
  justify-items: center;
  width: 100%;
}

.video-box video {
  width: 400px;
  height: 600px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.process {
  background: #111;
  color: #fff;
  padding: 90px 8%;
  text-align: center;
  width: 100%;
}

.process h2 {
  font-size: clamp(34px, 5vw, 56px);
  margin-bottom: 50px;
  color: white;
}

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

.step {
  background: #1a1a1a;
  padding: 30px;
  border-radius: 16px;
}

.step-number {
  font-size: 22px;
  font-weight: 700;
  color: rgb(255, 111, 0);
  margin-bottom: 10px;
}

.step h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.step p {
  color: #ccc;
  line-height: 1.5;
}

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

@media (max-width: 400px) {
    .video-box {
  display: flex;
  justify-content: center;
  justify-items: center;
  width: 100%;
  padding: 0;
}

    .video-box video {
    width: 100%;
    height: 480px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    }

    .results {
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 100%;
    padding: 22px;
}
}

.pricing {
  background: #fff;
  padding: 90px 8%;
  text-align: center;
  width: 100%;
}

.pricing  button {
    width: 380px;
    height: 75px;
    background-color: rgb(255, 111, 0);
    color: #ffffff; 
    font-size: 22px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
}

.price-factors span {
 display: flex;
 flex-direction: row;
 justify-content: center;
 justify-items: center;
}

.price-factors span img {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

.pricing h2 {
  font-size: clamp(34px, 5vw, 56px);
  margin-bottom: 25px;
}

.price-range {
  font-size: 22px;
  margin-bottom: 10px;
}

.accent {
  color: rgb(255, 111, 0);
  font-weight: 700;
}

.price-desc {
  color: #555;
  margin-bottom: 20px;
}

.price-factors {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.price-factors li {
  margin-bottom: 8px;
  font-size: 16px;
}

.price-note {
  font-weight: 500;
  margin-bottom: 25px;
  color: #222;
}

.cta-sub {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
}

@media (max-width: 400px) { 
   .pricing  button  {
    width: 330px;
    height: 75px;
    font-size: 20px;
    font-weight: bold;
   }
}

.footer {
  background: #111;
  color: #fff;
  padding: 60px 8% 25px;
}

.footer-container {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 18px;
}

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

.footer h3 {
  font-size: 18px;
  margin-bottom: 14px;
  color:rgb(255, 111, 0);
}

.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer-btn {
  display: inline-block;
  margin-top: 14px;
  background-color: rgb(255, 111, 0);
  color: #fff !important;
  padding: 13px 20px;
  border-radius: 8px;
}

.footer-bottom {
  max-width: 1150px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  color: #888;
}

@media (max-width: 800px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 18px;
  }
}

form { 
    display: flex;
    justify-content: center;
    justify-items: center;
    align-self: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

.quote-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quote-form h3 {
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}

.quote-form input,
.quote-form textarea {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: inherit;
  width: 500px;
  
}

.quote-form textarea {
  min-height: 100px;
  resize: vertical;
  width: 500px;
}

.quote-form button {
    width: 380px;
    height: 75px;
    background-color: rgb(255, 111, 0);
    color: #ffffff; 
    font-size: 22px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
}

.form-note {
  font-size: 14px;
  color: #777;
  text-align: center;
}

@media (max-width: 800px) {
    .quote-form input,
    .quote-form textarea {
        width: 95%;
    }
}

@media (max-width: 400px) { 
   .quote-form button {
    width: 330px;
    height: 75px;
    font-size: 20px;
    font-weight: bold;
    }
}