.hero-section {
  position: relative;
  height: 700px;
  width: 100%;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
}

.hero-background img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.hero-text {
  text-align: center;
  color: white;
}

.hero-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: -0.025em;
  font-style: italic;
}

.hero-description {
  font-size: 14px;
  font-weight: light;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 56px;
  }

  .hero-description {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 418px;
    min-height: auto;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-description {
    font-size: 14px;
  }
}

.features-section {
  background-color: white;
}

.features-container {
  max-width: 100%;
  margin: 50px 60px;
}

.features-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.features-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1C1C1C;
  max-width: 500px;
}

.features-description {
  font-size: 16px;
  color: #4B5563;
  line-height: 1.625;
  max-width: 600px;
}

.features-images {
  display: flex;
  gap: 24px;
}

.feature-image-wrapper {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}

.feature-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .features-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-title {
    font-size: 40px;
  }

  .features-description {
    font-size: 16px;
    max-width: 650px;
  }

  .features-images {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .features-container {
    margin: 30px 20px;
  }

  .features-header {
    flex-direction: column;
  }

  .features-title {
    font-size: 28px;
  }

  .features-description {
    font-size: 14px;
  }

  .features-images {
    flex-direction: column;
    gap: 16px;
  }
}

.smart-features-section {
  background-color: white;
}

.smart-features-container {
  max-width: 100%;
  margin: 50px 60px;
}

.smart-features-title {
  font-size: 32px;
  font-weight: bold;
  color: #1C1C1C;
  text-align: center;
  margin-bottom: 40px;
}

.smart-features-grid {
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
  border-radius: 12px;
  padding: 40px 20px;
}

.smart-features-header-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
}

.smart-features-column-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(28, 28, 28, 0.5);
}

.smart-features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 16px 0;
  border-bottom: 1px solid #E5E5E5;
}

.smart-features-row:last-child {
  border-bottom: none;
}

.feature-item {
  padding: 0;
}

.feature-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1C;
  margin-bottom: 8px;
}

.feature-item-description {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .smart-features-title {
    font-size: 36px;
    margin-bottom: 48px;
  }

  .smart-features-grid {
    padding: 48px 40px;
  }

  .smart-features-header-row {
    margin-bottom: 28px;
  }

  .smart-features-column-title {
    font-size: 24px;
  }

  .smart-features-row {
    padding: 20px 0;
  }

  .feature-item-title {
    font-size: 18px;
  }

  .feature-item-description {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .smart-features-container {
    margin: 30px 20px;
  }

  .smart-features-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .smart-features-grid {
    padding: 32px 20px;
  }
}

.feature-detail-section {
  background-color: white;
}

.feature-detail-container {
  max-width: 100%;
  margin: 50px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.feature-detail-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.feature-detail-row.reverse {
  flex-direction: column;
}

.feature-detail-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.feature-detail-title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1C1C1C;
  margin-bottom: 16px;
}

.feature-detail-desc {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 350;
  font-style: normal;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1C1C1CB2;
}

.feature-detail-image {
  display: flex;
  flex: 1;
  aspect-ratio: 600 / 460;
  width: 100%;
}

.feature-detail-image img,
.feature-detail-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .feature-detail-container {
    gap: 80px;
  }

  .feature-detail-row {
    flex-direction: row;
    gap: 60px;
    align-items: center;
  }

  .feature-detail-row.reverse {
    flex-direction: row-reverse;
  }

  .feature-detail-title {
    font-size: 42px;
  }

  .feature-detail-image img,
  .feature-detail-video {
    width: 100%;
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  .feature-detail-container {
    margin: 30px 20px;
    gap: 40px;
  }

  .feature-detail-row {
    gap: 16px;
  }

  .feature-detail-title {
    font-size: 24px;
  }

  .feature-detail-image img,
  .feature-detail-video {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
}