:root {
  --bg: #f8f3ff;
  --surface: #ffffff;
  --primary: #7b2cbf;
  --primary-soft: #c77dff;
  --text: #241734;
  --muted: #66507b;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fdf9ff 0%, var(--bg) 100%);
}

.container { width: min(1120px, 92vw); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eadfff;
}

.site-header::after {
  content: "Advertorial";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: #f3e8ff;
  border: 1px solid #d8b4fe;
  color: #5b21b6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-weight: 700; }
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-soft) 100%);
}
.main-nav a { margin-left: 18px; text-decoration: none; color: var(--muted); font-weight: 700; }

.hero { padding: 72px 0 48px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 34px;
  align-items: center;
}
.kicker { color: var(--primary); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 12px; }
h1 { font-size: clamp(30px, 4vw, 54px); margin: 12px 0; line-height: 1.1; }
h2 { font-size: clamp(26px, 3.2vw, 38px); margin: 0 0 22px; }

.hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(123, 44, 191, 0.22);
}

.hero-actions { display: flex; gap: 12px; margin-top: 20px; }
.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
}
.btn.primary { background: var(--primary); color: #fff; }
.btn.ghost { border: 1px solid #d9b8ff; color: var(--primary); background: #fff; }

.section { padding: 58px 0; }
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.card {
  background: var(--surface);
  border: 1px solid #ecdfff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(44, 21, 74, 0.08);
}
.card img { width: 100%; height: 190px; object-fit: cover; }
.card h3 { margin: 14px 14px 8px; }
.card p { margin: 0 14px 16px; color: var(--muted); }

.product-list {
  display: grid;
  gap: 26px;
}

.product-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid #ead6ff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 14px 30px rgba(44, 21, 74, 0.08);
}

.product-block.reverse img { order: 2; }
.product-block.reverse div { order: 1; }

.product-block img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
}

.product-block h3 {
  margin: 0 0 10px;
  font-size: 30px;
}

.product-block p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 18px;
}

.product-block ul {
  margin: 0;
  padding-left: 18px;
  color: #3c2b52;
  line-height: 1.7;
}

.feature-product {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-product .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 10, 38, 0.8) 0%, rgba(22, 10, 38, 0.55) 45%, rgba(22, 10, 38, 0.25) 100%);
}

.feature-content {
  position: relative;
  z-index: 1;
  color: #fff;
  width: min(900px, 92vw);
  padding: 70px 0;
}

.feature-content h3 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 52px);
}

.feature-content p {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.75;
  max-width: 860px;
}

.feature-product.tea {
  background-image: url("https://images.unsplash.com/photo-1515823064-d6e0c04616a7?auto=format&fit=crop&w=1800&q=80");
}

.feature-product.pomegranate {
  background-image: url("https://images.unsplash.com/photo-1541344999736-83eca272f6fc?auto=format&fit=crop&w=1800&q=80");
}

.feature-product.cottage {
  background-image: url("https://images.unsplash.com/photo-1559561853-08451507cbe7?auto=format&fit=crop&w=1800&q=80");
}

.feature-product.eggs {
  background-image: url("https://images.unsplash.com/photo-1582722872445-44dc5f7e3c8f?auto=format&fit=crop&w=1800&q=80");
}

.feature-product.banana {
  background-image: url("https://images.unsplash.com/photo-1571771894821-ce9b6c11b08e?auto=format&fit=crop&w=1800&q=80");
}

.offer-section {
  background: #f7efff;
}

.offer-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.offer-image img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  transform: rotate(-90deg) scale(0.82);
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(44, 21, 74, 0.14);
}

.offer-content {
  background: #fff;
  border: 1px solid #ead6ff;
  border-radius: 20px;
  padding: 24px;
}

.offer-content h2 {
  margin-bottom: 12px;
}

.offer-content p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0 0 14px;
}

.alt { background: #f2e7ff; }
.split {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 20px;
  align-items: stretch;
}
.contact-box {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ead6ff;
  padding: 20px;
}
.contact-box a { color: var(--primary); font-weight: 700; text-decoration: none; }

.site-footer {
  background: #1a1024;
  color: #f3ecff;
  padding: 34px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: start;
}
.site-footer a { color: #f3ecff; text-decoration: none; display: block; margin-bottom: 6px; }
.footer-disclaimer {
  margin: 22px 0 0;
  color: #ddd2f0;
  font-size: 14px;
  line-height: 1.6;
}
.footer-bottom {
  margin: 24px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 920px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-block {
    grid-template-columns: 1fr;
  }
  .product-block.reverse img,
  .product-block.reverse div {
    order: initial;
  }
  .feature-product {
    min-height: 500px;
  }
  .feature-product .overlay {
    background: linear-gradient(180deg, rgba(22, 10, 38, 0.75) 0%, rgba(22, 10, 38, 0.5) 100%);
  }
  .feature-content {
    padding: 48px 0;
  }
  .feature-content p {
    font-size: 18px;
    line-height: 1.7;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .offer-image img {
    height: 340px;
  }
}
@media (max-width: 620px) {
  .main-nav a { margin-left: 10px; font-size: 14px; }
  .cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .product-block h3 { font-size: 24px; }
  .product-block p { font-size: 16px; }
  .product-block img { height: 250px; }
  .products-intro { font-size: 16px; }
  .feature-product {
    min-height: 460px;
  }
  .feature-content h3 {
    font-size: 30px;
  }
  .feature-content p {
    font-size: 16px;
  }
  .offer-image img {
    height: 250px;
  }
}
