.e8Examples {
  padding: 70px 0 74px;
  background: #ffffff;
}

.e8Examples__inner {
  width: min(1396px, calc(100% - 88px));
  margin: 0 auto;
}

.e8ExamplesHead {
  text-align: center;
}

.e8ExamplesPill {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #eef3ff;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
}

.e8ExamplesPill span,
.e8ExamplesPill b {
  color: #2563eb;
}

.e8ExamplesPill span {
  font-size: 21px;
}

.e8ExamplesHead h2 {
  margin: 22px 0 0;
  color: #111827;
  font-size: 61px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.e8ExamplesHead h2 span {
  background: linear-gradient(94deg, #ff6a00 0%, #df0d72 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.e8ExamplesHead p {
  margin: 16px 0 0;
  color: rgba(23, 32, 51, 0.7);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}

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

.e8ExampleCard {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
}

.e8ExampleCard > img {
  width: 100%;
  display: block;
}

.e8ExampleCard__body {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px 24px;
}

.e8ExampleCard__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  font-size: 33px;
  font-weight: 900;
}

.e8ExampleCard--italian .e8ExampleCard__icon {
  background: #dc2626;
}

.e8ExampleCard--seafood .e8ExampleCard__icon {
  background: #2563eb;
}

.e8ExampleCard--burger .e8ExampleCard__icon {
  background: #b33441;
}

.e8ExampleCard h3 {
  margin: 0;
  color: #111827;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}

.e8ExampleCard__place {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(23, 32, 51, 0.65);
  font-size: 16px;
  font-weight: 600;
}

.e8ExampleCard__place span {
  font-size: 18px;
}

.e8ExampleCard__rating {
  margin: 18px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.e8ExampleCard__rating strong {
  color: #16a34a;
  font-size: 21px;
  font-weight: 900;
}

.e8ExampleCard__rating span {
  color: #f8b400;
  letter-spacing: 1px;
}

.e8ExampleCard__rating em {
  color: rgba(23, 32, 51, 0.62);
  font-size: 13px;
  font-style: normal;
}

.e8ExampleDemo {
  min-height: 52px;
  grid-column: 1 / -1;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 12px;
  background: linear-gradient(96deg, #ff6a00 0%, #df0d72 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(223, 13, 114, 0.16);
}

.e8ExampleDemo span {
  color: currentColor;
  font-size: 24px;
}

.e8ExampleFeatures {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 24px 30px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.e8ExampleFeature {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid rgba(15, 23, 42, 0.12);
}

.e8ExampleFeature:last-child {
  border-right: 0;
}

.e8ExampleFeature > span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 31px;
}

.e8ExampleFeature--globe > span {
  background: #dcfce7;
  color: #16a34a;
}

.e8ExampleFeature--camera > span {
  background: #f3e8ff;
  color: #a855f7;
}

.e8ExampleFeature--trend > span {
  background: #fff2e5;
  color: #ff5a1f;
}

.e8ExampleFeature--star > span {
  background: #fef3c7;
  color: #f59e0b;
}

.e8ExampleFeature h3 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.e8ExampleFeature p {
  margin: 8px 0 0;
  color: rgba(23, 32, 51, 0.68);
  font-size: 15px;
  line-height: 1.45;
}
