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

:root {
  --primary: #93ae43;
  --dark: #2c2c2c;
  --light-bg: #f5f5f5;
  --gray: #666;
  --accent-orange: #f98509;
  --accent-pink: #ff6b9d;
  --blue: #4a90e2;
  --white: #ffffff;
  --border-light: #e0e0e0;
  --bold-font: "Be Vietnam Pro";
  --regular-font: "Poppins";
  font-family: "Poppins", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
  line-height: 1.6;
  color: #333;
  background: var(--white);
}

/* Header */
header {
  background: var(--white);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.header__txt {
  font-family: var(--bold-font) !important;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--primary);
}

.inner_header {
  color: var(--accent-orange);
}

.logo {
  width: 2.5rem;
  height: 2.5rem;
}

.btn-request {
  background: #93ae43;
  color: var(--white);
  border: none;
  padding: 14px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: "Poppins";
}

.btn-request:hover {
  background: rgb(137, 171, 35);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 195, 74, 0.3);
}

/* Hero Section */
.hero {
  background: #eef6e1;
  background: -webkit-linear-gradient(
    90deg,
    rgba(238, 246, 225, 1) 0%,
    rgba(255, 231, 204, 0.27) 66%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(238, 246, 225, 1) 0%,
    rgba(255, 231, 204, 0.27) 66%
  );
  background: linear-gradient(
    90deg,
    rgba(238, 246, 225, 1) 0%,
    rgba(255, 231, 204, 0.27) 66%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#EEF6E1",
  endColorstr="#FFE7CC",
  GradientType=1
);
  padding: 60px 20px;
  text-align: center;
}

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

.hero h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: var(--bold-font);
  letter-spacing: -0.14rem;
  text-align: center;
  color: #495922;
  line-height: 110%;
}

.hero h1 .buy {
  font-family: "Caveat", cursive;
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent-orange);
  letter-spacing: -0.16rem;
  text-transform: capitalize;
}

.hero h1 .sell {
  font-family: "Caveat", cursive;
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent-orange);
  letter-spacing: -0.16rem;
  text-transform: capitalize;
}

.hero-subtitle {
  color: #374151;
  font-family: var(--bold-font);
  font-size: 1rem;
  letter-spacing: -0.4px;
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-top: 24px;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #b7d669;
  border-radius: 25px;
  min-width: 400px;
  max-width: 400px;
  background-color: #ffffff;
  gap: 10px;
}

@media (max-width: 600px) {
  .search-input-wrapper {
    width: 90%;
    min-width: 90%;
  }
}

.input {
  border: none;
  outline: none;
  flex: 1;
  background-color: transparent;
  font-size: 14px;
  font-family: var(--regular-font);
}

.search-input {
  padding: 16px 20px;
  border: 1px solid #b7d669;
  border-radius: 25px;
  font-size: 14px;
  flex: 1;
  min-width: 250px;
  max-width: 350px;
}

.search-input::placeholder {
  color: #9ca3af;
  font-weight: 300;
  font-size: 13px;
  font-family: var(--regular-font);
}
.input::placeholder {
  color: #9ca3af;
  font-weight: 300;
  font-size: 13px;
  font-family: var(--regular-font);
}

.hero-avatars-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.hero-avatars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.avatars-group {
  display: flex;
}

.avatar {
  width: 32px;
  height: 33px;
  border-radius: 50%;
  border: 1.5px solid var(--white);
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: var(--white);
  position: relative;
  background-color: #00000031;
  overflow: hidden;
}

.avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.avatars-text {
  display: block;
  font-size: 13px;
  color: #374151;
  font-family: var(--regular-font);
  font-weight: 400;
  font-style: italic;
}

.hero-promo {
  display: inline-block;
  font-size: clamp(0.8rem, 4vw, 1.1rem);
  color: #374151;
  font-family: var(--bold-font);
  font-weight: 700;
}

.hero-promo-perc {
  /* font-size: 8vw; */
  font-size: clamp(0.8rem, 6vw, 2.5rem);
  font-family: "Caveat";
  font-weight: 700;
  letter-spacing: -0.8px;
  color: var(--accent-orange);
}

/* Feature Banner */

.feature-wrapper {
  padding-inline: 20px;
  background: #eef6e1;
  background: -webkit-linear-gradient(
    90deg,
    rgba(238, 246, 225, 1) 0%,
    rgba(255, 231, 204, 0.27) 66%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(238, 246, 225, 1) 0%,
    rgba(255, 231, 204, 0.27) 66%
  );
  background: linear-gradient(
    90deg,
    rgba(238, 246, 225, 1) 0%,
    rgba(255, 231, 204, 0.27) 66%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#EEF6E1",
  endColorstr="#FFE7CC",
  GradientType=1
);
}

.feature-banner {
  background-color: #334016;
  color: var(--white);
  padding-left: 4.4rem;
  display: grid;
  /* grid-template-columns: 0.85fr 1.15fr; */
  grid-template-columns: 0.7fr 0.5fr;
  /* gap: 20px; */
  align-items: center;
  margin-inline: auto;
  border-radius: 33.808px 33.808px 0 0;
  max-width: 1600px;
  position: relative;
  overflow: hidden;
}

.banner-text {
  padding-left: 40%;
}

@media (max-width: 1157px) {
  .banner-text {
    padding-left: 20%;
  }
}

.awesome {
  font-family: Caveat;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.28px;
  color: #93ae43;
}

@media (max-width: 740px) {
  .awesome {
    font-size: 32px;
  }
  .banner-text {
    padding-left: 0px;
  }
}

.banner-text h2 {
  font-size: 32px;
  font-family: var(--bold-font);
  font-weight: 700;
  letter-spacing: -1.92px;
  line-height: 100%;
  margin-block: 8px;
}

.banner-text p {
  font-size: min(16px, 200%);
  color: #ddd;
  font-family: var(--bold-font);
  font-weight: 500;
}

.banner-more-text {
  font-size: 16px;
  color: #ddd;
  font-family: var(--bold-font);
  font-weight: 500;
}

.banner-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.banner-logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff9933, #ffb84d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-phone-img {
  text-align: center;
  /* background-color: yellow; */
}

.banner-image-wrapper {
  width: 100%;
  height: 620px;
  position: relative;
  /* flex: 1; */
}

.banner-image-wrapper img {
  position: absolute;
  bottom: 0;
  /* left: -70%; */
  right: 0%;
  /* left: -30%; */
  /* width: 150%; */
  width: 110%;
  height: 100%;
  object-fit: cover;
  z-index: 100;
}

@media (max-width: 840px) {
  .banner-image-wrapper img {
    position: absolute;
    bottom: -10%;
    left: -20%;
    width: 150%;
    height: 100%;
    object-fit: contain;
  }

  .what-does-content {
    padding-inline: 16px !important;
    padding-top: 80px !important;
  }
}

.phone-mockup {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ff9933 0%, #ffb84d 100%);
  border-radius: 30px;
  padding: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.phone-mockup img {
  width: 100%;
  border-radius: 25px;
}

/* Features Section */
.features {
  padding: 60px 20px;
  background: #ffffff;
}

.features-content {
  max-width: 1600px;
  margin-inline: auto;
}

.section-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  font-family: var(--bold-font);
  letter-spacing: -1.92px;
}

.section-title .is {
  color: var(--dark);
}

.section-title .highlight {
  color: var(--accent-orange);
  font-style: italic;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  width: 100%;
}

.feature-card {
  background: var(--white);
  border-radius: 24px;
  padding-top: 30px;
  padding-inline: 20px;
  /* text-align: center; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.feature-card.green {
  background: #839c3c;
  color: var(--white);
}

.feature-card.yellow {
  background: #c9a249;
  color: var(--dark);
}

.feature-card-header {
  color: #ffffff;
  font-family: var(--bold-font);
  font-weight: 700;
  letter-spacing: -1.44px;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

/* .feature-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
} */

.feature-card p {
  color: #ffffff;
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  height: 30px;
}

.feature-icon {
  font-size: 24px;
  margin-right: 5px;
}

.feature-card-image {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  height: 600px;
}

.feature-card-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Why Choose Section */
.why-choose {
  padding: 60px 20px;
  background: var(--white);
}

.why-choose-content {
  max-width: 1600px;
  margin: 0 auto;
}

.why-title {
  color: #111827;
  font-family: var(--bold-font);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 100%;
  letter-spacing: -1.92px;
}

.why-subtitle {
  font-family: var(--regular-font);
  text-align: center;
  color: #374151;
  margin-bottom: 50px;
  font-size: 18px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
}

.reason-card {
  text-align: center;
  padding: 30px;
  padding-inline: 16px;
  background-color: #f4f5f7;
  border-radius: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason-icon {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  border-radius: 30px;
  width: 72px;
  height: 72px;
}

.reason-card h4 {
  font-family: (var(--bold-font));
  color: #111827;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.reason-card p {
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
  font-family: var(--regular-font);
  font-weight: 400;
}

/* What Does Section */
.what-does {
  /* padding: 60px 20px; */
  max-width: 1600px;
  margin: 0 auto;
  padding-inline: 20px;
}

.what-does-content {
  display: grid;
  grid-template-columns: 0.6fr 1.2fr;
  gap: 40px;
  align-items: center;
  background: #fff3e5;
  border-radius: 16px;
  padding-inline: 48px;
  padding-top: 110px;
}

.what-does-text {
}

.what-does-text h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -2.56px;
  line-height: 100%;
}

.highlight {
  font-family: "Caveat";
  font-weight: 700;
  font-size: 2.5rem;
}

.what-does-text h2 .highlight {
  color: var(--accent-orange);
  font-size: 64px;
  letter-spacing: -2.56px;
  line-height: 100%;
  margin-bottom: 0px;
}

.what-does-text p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #374151;
  font-family: var(--bold-font);
  line-height: 120%;
  letter-spacing: -0.4px;
}

.what-does-item {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.what-does-item-title {
  margin: 0;
  font-family: var(--bold-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #111827 !important;
  margin-bottom: 0px !important;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.what-does-item-desc {
  margin: 0;
  font-family: var(--regular-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #374151;
  line-height: 145% !important;
}

.what-does-image {
  text-align: center;
}

.what-does-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Ready Section */
.ready {
  margin-block: 70px;
  color: var(--white);
  padding: 60px 20px;
}

.ready-content {
  max-width: 1600px;
  background-color: #c4dd66;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  border-radius: 16px;
  position: relative;
  padding-inline: 48px;
}

.pattern-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  object-fit: cover;
}

.ready-text {
  position: relative;
  z-index: 10;
}
.ready-phone {
  position: relative;
  z-index: 10;
}

.ready-text h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1f2937;
  line-height: 100%;
}

.ready-text h2 .highlight {
  color: #1f2937;
  font-size: 42px;
  letter-spacing: -2.56px;
  line-height: 100%;
  margin-bottom: 0px;
}

.ready-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  font-family: var(--regular-font);
  margin-top: 16px;
}

.ready-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.ready-search {
  padding: 12px 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 14px;
  flex: 1;
  min-width: 200px;
}

.ready-search::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.ready-phone {
  text-align: center;
}

.ready-phone-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}

@media (max-width: 840px) {
  .ready-phone-img {
    max-width: 320px;
  }
}

.ready-phone-img img {
  width: 100%;
  height: 100%;
}

/* Contact Section */
.contact {
  padding: 0px 20px;
}

.contact-content {
  background: #f9f5f0;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  border-radius: 16px;
}

.contact-form {
  padding: 48px;
}

.contact-form h2 {
  font-size: 32px;
  font-weight: 700;
  color: #374151;
  letter-spacing: -1.92px;
  font-family: var(--bold-font);
  line-height: 100%;
  margin-bottom: 8px;
}

.form-label {
  color: #111827;
  font-family: var(--regular-font);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}

.contact-form h2 .highlight {
  color: var(--accent-orange);
  font-style: italic;
}

.contact-form > p {
  color: #374151;
  margin-bottom: 30px;
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}

.form {
  background-color: #ffffff;
  padding-block: 16px;
  padding-inline: 24px;
  border-radius: 20px;
}

.form-group input {
  width: 100%;
  padding: 16px 15px;
  border: 1px solid var(--border-light);
  border-radius: 48px;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  background-color: #f9fafb;
  border: none;
  outline: none;
}

.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  background-color: #f9fafb;
  border: none;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}

.contact-image {
  text-align: center;
  height: 100%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
  overflow: hidden;
}

.contact-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* Footer */
footer {
  background: #f7faef;
  color: #374151;
  text-align: center;
  padding: 48px 20px;
  font-size: 14px;
  font-family: var(--regular-font);
}

@media (max-width: 1440px) {
  .feature-card-image {
    height: 400px;
  }
}

@media (max-width: 1053px) {
  .feature-banner {
    grid-template-columns: 0.6fr 0.7fr;
    /* gap: 10px; */
  }
}

/* Responsive */
@media (max-width: 768px) {
  .features {
    padding: 10px 16px !important;
  }

  .banner-image-wrapper {
    height: 350px;
  }

  .banner-image-wrapper img {
    height: 110%;
  }

  .feature-wrapper {
    padding: 16px 16px !important;
  }

  .section-title {
    margin-bottom: 0px !important;
  }

  .what-does-text h2 .highlight {
    font-size: 40px;
  }

  .ready {
    margin-block: 10px !important;
  }

  .ready-text {
    padding-top: 30px;
  }

  .ready-content {
    padding-inline: 16px;
  }

  .ready-actions .search-input-wrapper {
    width: 100%;
  }

  .logo {
    width: 8vw;
    height: 8vw;
  }

  .contact-form {
    padding-inline: 16px !important;
  }

  .form {
    padding-inline: 16px !important;
  }

  .what-does-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .highlight {
    font-size: 30px;
  }
  .header-content {
    gap: 4px;
  }
  .btn-request {
    font-size: min(2.5vw, 14px);
  }
  .feature-banner {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .what-does-content {
    grid-template-columns: 1fr;
  }

  .ready-content {
    grid-template-columns: 1fr;
  }

  .contact-content {
    grid-template-columns: 1fr;
  }

  .header__txt {
    font-size: 4vw;
  }

  .hero h1 {
    font-size: 6vw;
    padding-inline: 10px;
  }

  .hero h1 .buy {
    font-size: 6.5vw;
  }

  .hero h1 .sell {
    font-size: 6.5vw;
  }

  .hero-subtitle {
    font-size: 0.7rem;
    padding-inline: 10px;
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .search-input {
    max-width: 100%;
    min-width: 100%;
  }

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

  header {
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 22px;
  }

  .feature-card h3 {
    font-size: 16px;
  }

  .why-title {
    font-size: 22px;
  }

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

  .ready-text h2 {
    font-size: 24px;
  }

  .contact-form h2 {
    font-size: 22px;
  }

  .avatars-group {
    margin-right: 0;
  }

  .ready-actions {
    flex-direction: column;
  }

  .ready-search {
    min-width: 100%;
  }
}
