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

/* Screen reader only content */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #2a2a2a;
  background-color: #e4e4dc;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

/* Header Styles */
.header {
  background-color: #fdfbf7;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.08);
  padding: 18px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1420px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 10px; */

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 10px;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.header-center {
  align-items: center;
  justify-content: center;
}

.header-text {
  font-size: 16px;
  font-weight: 600;
  color: #2f4f4f;
  line-height: 20px;
}

.submit-link {
  font-size: 16px;
  font-weight: 600;
  color: #c1a264;
  text-decoration: underline;
  line-height: 20px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.logo-img {
  height: 50px;
  width: auto;
}

.free-offer-btn {
  background-color: #2f4f4f;
  color: #ffffff;
  padding: 12px 22px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.free-offer-btn:hover {
  background-color: #1a3333;
  transform: translateY(-2px);
}

/* Hero and Contact Combined Section */
.hero-contact-wrapper {
  background-color: #f5f5f5;
  padding-bottom: 24px;
}

/* Hero Section */
.hero-section {
  background-color: #2f4f4f;
  color: white;
  padding: 40px;
  border-radius: 0 0 130px 130px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 1294px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-decorative {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
  position: relative;
}

/* .hero-accent {
            background-color: #c1a264;
            width: 144px;
            height: 38px;
            border-radius: 10px;
        } */

.hero-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  margin: 0;
  position: relative;
  z-index: 3;
}

.hero-title-span {
  background-color: #c1a264;
  border-radius: 10px;
  padding: 0px 0px 0px 5px;
  margin-right: 5px;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin: 12px 0 22px 0;
  text-align: center;
}

.submit-offer-btn {
  background-color: #c1a264;
  color: #ffffff;
  padding: 12px 34px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-offer-btn:hover {
  background-color: #a08952;
  transform: translateY(-2px);
}

/* Contact Info */
.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1420px;
  margin: 12px auto 24px auto;
  padding: 0 248px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  width: 24px;
  height: 24px;
}

.contact-text {
  font-size: 16px;
  font-weight: 700;
  color: #2f4f4f;
  line-height: 20px;
  text-decoration: none;
}

.contact-line {
  width: 100%;
  height: 2px;
  background-color: #2f4f4f;
}

/* Money Image Section */
.money-section {
  position: relative;
  width: 100%;
  height: 522px;
  /* margin-top: 24px; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f5f5f5;
}

.money-main {
  /* width: 52%; */
  height: 434px;
  /* object-fit: cover; */
  z-index: 1;
  position: relative;
}

.money-bg-left,
.money-bg-right {
  position: absolute;
  top: 60%;
  /* transform: translateY(-50%); */
  width: 35%;
  /* height: 350px; */
  object-fit: scale-down;
  z-index: 2;
}

.money-bg-left {
  left: 0%;
}

.money-bg-right {
  right: 0%;
}

/* Advantage Section */
.advantage-section {
  background-color: #2f4f4f;
  border-radius: 20px;
  padding: 62px 56px;
  margin: 80px auto 0;
  max-width: 1420px;
  text-align: center;
}

.section-badge {
  background-color: #516868;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 14px;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 44px;
}

.advantage-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 22px;
}

.advantage-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 38px 34px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.card-icon {
  width: 68px;
  height: 68px;
  border: 1px solid #2f4f4f;
  border-radius: 34px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-icon img {
  width: 40px;
  height: 40px;
}

.card-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 4px;
}

.card-content p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin: 0;
}

/* How It Works Section */
.how-it-works {
  max-width: 1420px;
  margin: 62px auto 0;
  text-align: center;

  margin-bottom: 76px;
}

.works-badge {
  background-color: #ffffff;
  color: #2f4f4f;
  padding: 6px 14px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 14px;
}

.works-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  color: #2a2a2a;
  margin-bottom: 26px;
}

.process-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 930px;
  margin: 0 auto 60px auto;
  position: relative;
}

.process-dot::before {
  content: "▼";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  /* color: #2f4f4f; */
  font-size: 16px;
  z-index: 1;
}

.process-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #2f4f4f,
    #2f4f4f 8px,
    transparent 8px,
    transparent 16px
  );
  z-index: 1;
}

.process-dot {
  width: 16px;
  height: 16px;
  background-color: #2f4f4f;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}

.process-dot::after {
  content: "";
  position: absolute;
  /* top: 16px; */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  background: repeating-linear-gradient(
    to bottom,
    #2f4f4f,
    #2f4f4f 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 1;
}

.process-dot:last-child::after {
  /* height: 80px; */
  background: repeating-linear-gradient(
    to bottom,
    #2f4f4f,
    #2f4f4f 6px,
    transparent 6px,
    transparent 12px
  );
}

.process-dot:last-child::before {
  content: "▼";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  /* color: #2f4f4f; */
  font-size: 16px;
  z-index: 1;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.process-step {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 32px;
  text-align: center;
}

.step-number {
  width: 56px;
  height: 56px;
  background-color: #2f4f4f;
  color: #ffffff;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 18px auto;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.step-description {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
}

/* Expert Section */
.expert-section {
  background-color: #ffffff;
  padding: 88px 56px;
}

.expert-content {
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 32%;
  gap: 30px;
  align-items: start;
}

.expert-left {
  display: flex;
  flex-direction: column;
}

.expert-badge {
  background-color: #badbdb;
  color: #2f4f4f;
  padding: 6px 14px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  width: fit-content;
  margin-bottom: 14px;
}

.expert-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  color: #2a2a2a;
  margin-bottom: 22px;
}

.expert-info {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.expert-image-container {
  position: relative;
  width: 400px;
  height: 380px;
  flex-shrink: 0;
}

.expert-bg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 350px;
  height: 350px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 3px solid #4a9eff;
  box-shadow: 0 10px 30px rgba(74, 158, 255, 0.15);
}

.expert-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 380px;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 20px;
  border: 3px solid #e0e0e0;
  background-color: #f9f9f9;
  transform: scale(1.05);
}

.expert-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #555555;
  flex: 1;
  max-width: 600px;
}

/* FAQ Section */
.faq-section {
  /* width: 32%; */
  background-color: #ffffff;
  border-radius: 10px;
  padding: 22px 30px;
}

.faq-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #2a2a2a;
  margin-bottom: 30px;
}

.faq-item {
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  background-color: #f0f0f0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question-text {
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  margin-left: 8px;
}

.faq-icon {
  width: 20px;
  height: 20px;
}

.faq-answer {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #666666;
  margin-top: 14px;
  padding-left: 8px;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* What We Buy Section */
.what-we-buy {
  padding: 0 56px;
}

.what-we-buy-content {
  max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 50%;
  gap: 126px;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.buy-image {
  width: 100%;
  height: 502px;
  object-fit: cover;
  border-radius: 10px;
}

.buy-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.buy-header {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.buy-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.buy-badge {
  background-color: #badbdb;
  color: #2f4f4f;
  padding: 6px 32px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  width: fit-content;
}

.buy-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  color: #2a2a2a;
}

.buy-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 58%;
}

.buy-feature {
  display: flex;
  align-items: center;
  gap: 22px;
}

.feature-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.feature-text {
  font-size: 16px;
  font-weight: 600;
  color: #262623;
  line-height: 20px;
}

.feature-special {
  background-color: #1dd882;
  border-radius: 16px;
  padding: 8px;
  position: relative;
}

.get-offer-btn {
  background-color: #c1a264;
  color: #ffffff;
  padding: 12px 34px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.get-offer-btn:hover {
  background-color: #a08952;
  transform: translateY(-2px);
}

/* Contact Form Section */
.contact-form-section {
  background-color: #f5f5f5;
  padding: 52px;
}

.form-container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 48px;
  text-align: center;
}

.form-badge {
  background-color: #badbdb;
  color: #2f4f4f;
  padding: 6px 14px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.form-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  color: #2a2a2a;
  margin-bottom: 46px;
}

.form-grid {
  display: grid;
  gap: 24px;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 15px;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 19px;
}

.required {
  color: #ff0000;
}

.form-input {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 12px;
  font-size: 15px;
  font-family: inherit;
}

.form-input:focus {
  outline: none;
  border-color: #c1a264;
}

.file-upload {
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 42px 52px 42px 12px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-upload input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.upload-icon {
  width: 40px;
  height: 40px;
}

.submit-btn {
  background-color: #c1a264;
  color: #ffffff;
  padding: 14px 34px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #a08952;
  transform: translateY(-2px);
}

/* Footer */
.footer {
  background-color: #2f4f4f;
  color: #c1cdcd;
  padding: 50px 250px 10px 250px;
}

.footer-content {
  max-width: 1420px;
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: 180px;
  margin-bottom: 72px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.footer-logo {
  width: 258px;
  height: 50px;
}

.footer-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #c1cdcd;
}

.footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 180px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.footer-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c1cdcd;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-link.special {
  color: #c1a264;
}

.footer-icon {
  width: 20px;
  height: 20px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #c1cdcd;
  margin: 72px 0 16px 0;
}

.footer-copyright {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .money-main {
    height: 300px;
  }
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .header-content {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .header-left {
    display: none;
  }

  .header-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .header-right {
  }

  .logo-img {
    height: 40px;
  }

  .hero-contact-wrapper {
    padding-bottom: 20px;
  }

  .hero-section {
    padding: 20px;
    border-radius: 0 0 50px 50px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .contact-info {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .money-section {
    height: 300px;
    /* margin-top: 20px; */
  }

  .money-main {
    height: 200px;
  }

  .money-bg-left,
  .money-bg-right {
    top: 50%;
    width: 40%;
    height: 180px;
  }

  .money-bg-left {
    left: 0%;
  }

  .money-bg-right {
    right: 0%;
  }

  .advantage-section {
    padding: 40px 20px;
    margin-top: 40px;
  }

  .advantage-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .advantage-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .how-it-works {
    margin-top: 40px;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .process-dots {
    display: none;
  }

  .process-lines {
    gap: 50px;
    margin: 0 20px 30px 20px;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .expert-section {
    padding: 40px 20px;
  }

  .expert-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .expert-info {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .expert-image-container {
    width: 350px;
    height: 300px;
    margin: 0 auto 30px auto;
    align-self: center;
  }

  .expert-bg {
    width: 280px;
    height: 280px;
    top: 10px;
    left: 15px;
  }

  .expert-image {
    width: 300px;
    height: 300px;
    left: 0;
    top: 0;
    object-position: center 15%;
    transform: scale(1.05);
  }

  .expert-description {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px;
  }

  .faq-section {
    width: 100%;
  }

  .what-we-buy {
    padding: 0 20px;
  }

  .what-we-buy-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .buy-features {
    width: 100%;
  }

  .contact-form-section {
    padding: 30px 20px;
  }

  .form-container {
    padding: 30px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer {
    padding: 40px 20px 10px 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-right {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .logo-img {
    height: 35px;
    margin-right: 0px;
  }

  .header-content {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .header-right {
    display: none;
  }

  .hero-title {
    font-size: 20px;
    line-height: 26px;
    padding: 8px 16px;
  }

  .hero-title-span {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-right: 0;
  }

  .section-title,
  .works-title,
  .expert-title,
  .buy-title,
  .form-title {
    font-size: 28px;
    line-height: 36px;
  }

  .money-section {
    height: 250px;
    /* margin-top: 15px; */
  }

  .money-main {
    height: 180px;
  }

  .money-bg-left,
  .money-bg-right {
    top: 50%;
    width: 45%;
    height: 140px;
  }

  .money-bg-left {
    left: 0%;
  }

  .money-bg-right {
    right: 0%;
  }

  .advantage-card {
    padding: 20px 15px;
  }

  .card-icon {
    width: 50px;
    height: 50px;
  }

  .card-icon img {
    width: 30px;
    height: 30px;
  }

  .expert-image-container {
    width: 280px;
    height: 240px;
  }

  .expert-bg {
    width: 220px;
    height: 220px;
    top: 10px;
    left: 15px;
  }

  .expert-image {
    width: 240px;
    height: 240px;
    left: 0;
    top: 0;
    object-position: center 15%;
    transform: scale(1.05);
  }

  .expert-title {
    font-size: 24px;
    line-height: 30px;
  }
}
