* {
  box-sizing: border-box;
}

.feature-hero,
.feature-section,
.feature-showcase,
.feature-cta,
.feature-seo {
  width: 100%;
}

.feature-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 96px);
  padding: clamp(72px, 8vw, 150px) 0 clamp(56px, 7vw, 120px)
}

.feature-hero__copy h1,
.feature-section h2,
.feature-showcase h2,
.feature-cta h2,
.feature-seo h2 {
  margin: 0;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: -.04em;
  line-height: 1.12
}

.feature-hero__copy h1 {
  font-size: clamp(36px, 4.2vw, 82px)
}

.feature-hero__copy>p:not(.feature-badge) {
  max-width: 760px;
  margin: clamp(18px, 1.6vw, 30px) 0 0;
  color: #666;
  font-size: clamp(16px, 1.2vw, 23px);
  line-height: 1.65
}

.feature-badge {
  width: fit-content;
  margin: 0 0 clamp(14px, 1.2vw, 22px);
  padding: 8px 16px;
  border-radius: 999px;
  background: #34d07b26;
  color: #25ad61;
  font-size: clamp(11px, .75vw, 15px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(26px, 2.5vw, 44px)
}

.feature-btn {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 26px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(13px, .85vw, 16px);
  font-weight: 700;
  transition: .25s ease
}

.feature-btn--primary {
  background: #34d07b;
  color: #1a1a1a
}

.feature-btn--primary:hover {
  background: #1a1a1a;
  color: #34d07b
}

.feature-btn--secondary {
  border: 1px solid #dcdcdc;
  color: #666
}

.feature-btn--secondary:hover {
  border-color: #34d07b;
  color: #25ad61
}

.feature-hero__media {
  display: flex;
  min-width: 0;
  justify-content: center;
}

.feature-hero__media img {
  display: block;
  max-height: 720px;
  object-fit: cover;
  border-radius: clamp(24px, 2.4vw, 48px);
  background: #fff
}

.feature-section {
  padding: clamp(56px, 7vw, 120px) 0
}

.feature-section h2,
.feature-showcase h2,
.feature-seo h2 {
  max-width: 1050px;
  font-size: clamp(29px, 2.8vw, 56px)
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 28px);
  margin-top: clamp(28px, 3vw, 54px)
}

.feature-card {
  min-width: 0;
  padding: clamp(22px, 2.1vw, 40px);
  border-radius: clamp(20px, 1.7vw, 34px);
  background: #f0f0f0
}

.feature-card__number {
  display: block;
  margin-bottom: clamp(24px, 3vw, 56px);
  color: #34d07b;
  font-size: clamp(14px, 1vw, 19px);
  font-weight: 700
}

.feature-card h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(19px, 1.35vw, 28px);
  line-height: 1.3;
  text-transform: uppercase
}

.feature-card p {
  margin: 12px 0 0;
  color: #666;
  font-size: clamp(14px, .95vw, 18px);
  line-height: 1.65
}

.feature-showcase {
  margin: clamp(48px, 5vw, 90px) 0;
  padding: clamp(28px, 4vw, 72px);
  border-radius: clamp(24px, 2.4vw, 48px);
  background: #1a1a1a
}

.feature-showcase h2 {
  color: #fff
}

.feature-showcase__copy>p:not(.feature-badge) {
  max-width: 850px;
  color: #ffffffa6;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.7
}

.feature-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 26px);
  margin-top: clamp(26px, 3vw, 52px)
}

.feature-gallery__item {
  margin: 0;
  min-width: 0
}

.feature-gallery__item img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: clamp(16px, 1.5vw, 28px);
  background: #2a2a2a
}

.feature-gallery__item figcaption {
  margin-top: 12px;
  text-align: center;
  color: #fff;
  font-size: clamp(13px, .9vw, 17px);
  line-height: 1.5
}

.feature-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: clamp(56px, 7vw, 120px) 0;
  padding: clamp(28px, 4vw, 72px);
  border-radius: clamp(24px, 2.4vw, 48px);
  background: #34d07b1a
}

.feature-cta h2 {
  font-size: clamp(27px, 2.5vw, 50px)
}

.feature-cta>div>p:not(.feature-badge) {
  max-width: 820px;
  color: #666;
  line-height: 1.65
}

.feature-seo {
  padding: clamp(48px, 6vw, 100px) 0
}

.feature-seo__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 60px);
  margin-top: clamp(24px, 2.5vw, 46px)
}

.feature-seo__columns p {
  margin: 0;
  color: #4b5563;
  font-size: clamp(14px, .95vw, 18px);
  line-height: 1.75
}

@media(max-width:980px) {
  .feature-hero {
    grid-template-columns: 1fr
  }

  .feature-hero__media {
    order: -1
  }

  .feature-hero__media img {
    max-height: 520px
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .feature-gallery {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    overflow-x: hidden;
    padding-bottom: 10px
  }

  .feature-cta {
    align-items: flex-start;
    flex-direction: column
  }

  .feature-seo__columns {
    grid-template-columns: 1fr
  }
}

@media(max-width:600px) {
  .feature-hero {
    padding-top: 42px
  }

  .feature-grid {
    grid-template-columns: 1fr
  }

  .feature-card__number {
    margin-bottom: 24px
  }

  .feature-actions {
    flex-direction: column
  }

  .feature-btn {
    width: 100%
  }

  .feature-showcase {
    padding: 24px 16px
  }

  .feature-gallery {
    grid-template-columns: 80vw
  }

  .feature-cta {
    padding: 26px 20px
  }

  .feature-hero__media img {
    border-radius: 24px
  }
}

@media(max-width:360px) {
  .feature-hero__copy h1 {
    font-size: 32px
  }

  .feature-section h2,
  .feature-showcase h2,
  .feature-cta h2,
  .feature-seo h2 {
    font-size: 25px
  }

  .feature-card {
    padding: 20px 16px
  }
}