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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
  position: relative;
  overflow-x: hidden;
}

article {
  position: relative;
  z-index: 1;
}

.advertorial-mark {
  background-color: #fff;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
}

.header {
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #2d8659;
  text-decoration: none;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2d8659, #5cb85c);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.home-btn {
  padding: 8px 20px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
}

.home-btn:hover {
  background-color: #e0e0e0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  position: relative;
  overflow: visible;
}

.hero-section {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  padding: 40px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: visible;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 36px;
  color: #1b5e20;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content .subtitle {
  font-size: 20px;
  color: #2d6a2f;
  margin-bottom: 25px;
  font-weight: 500;
}

.hero-content .price-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 20px;
  margin: 15px 0;
  display: inline-block;
  border: 2px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.price-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  font-weight: 600;
  margin-bottom: 3px;
}

.price-amount {
  font-size: 28px;
  font-weight: 800;
  color: #2d8659;
  line-height: 1;
  margin-bottom: 3px;
}

.price-description {
  font-size: 11px;
  color: #888;
  font-weight: 500;
}

.benefits-list {
  list-style: none;
  margin: 25px 0;
}

.benefits-list li {
  padding: 12px 0 12px 35px;
  position: relative;
  font-size: 16px;
  color: #2d6a2f;
  font-weight: 500;
}

.benefits-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2d8659;
  font-weight: bold;
  font-size: 22px;
}

.hero-product {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-badge {
  background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.article-header {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.article-meta {
  color: #888;
  font-size: 14px;
  margin-bottom: 20px;
}

.hero-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.2));
  position: relative;
  z-index: 1;
}

.cta-button {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #1b5e20;
  border: none;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
  margin-top: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
}

.article-content {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  position: relative;
  z-index: 1;
}

.article-content p {
  margin-bottom: 20px;
}

.article-content h2 {
  font-size: 24px;
  color: #2d8659;
  margin: 35px 0 20px;
  font-weight: 600;
}

.article-content ul {
  margin: 20px 0;
  padding-left: 25px;
}

.article-content li {
  margin-bottom: 12px;
}

.highlight-box {
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  border-left: 4px solid #2d8659;
  padding: 25px;
  margin: 30px 0;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  clear: both;
}

.highlight-box h3 {
  color: #2d8659;
  font-size: 20px;
  margin-bottom: 15px;
}

.product-showcase {
  background: linear-gradient(135deg, #f0f9f4, #e8f5e9);
  padding: 40px;
  border-radius: 16px;
  margin: 40px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  clear: both;
}

.product-showcase h2 {
  color: #2d8659;
  font-size: 28px;
  margin-bottom: 25px;
}

.cta-section {
  background: linear-gradient(135deg, #1b5e20, #2d8659, #5cb85c);
  padding: 50px 40px;
  border-radius: 20px;
  color: white;
  text-align: center;
  margin: 40px 0;
  box-shadow: 0 10px 40px rgba(45, 134, 89, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 2;
  clear: both;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.8; }
}

.cta-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: white;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.cta-section p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.order-price-box {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 20px 30px;
  margin: 25px 0;
  text-align: center;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

.order-price-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-bottom: 8px;
}

.order-price-amount {
  font-size: 42px;
  font-weight: 900;
  color: #ffd700;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.order-price-description {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.order-form {
  position: relative;
  z-index: 1;
}

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

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  font-size: 16px;
  background-color: rgba(255,255,255,0.95);
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: white;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.submit-btn {
  width: 100%;
  padding: 22px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #1b5e20;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
}

.submit-btn:active {
  transform: translateY(0);
}

.disclaimer-box {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  font-size: 14px;
  color: #856404;
  position: relative;
  z-index: 1;
  clear: both;
}

.disclaimer-box strong {
  display: block;
  margin-bottom: 10px;
  color: #856404;
}

.ingredient-detail-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid #e8f5e9;
  position: relative;
  z-index: 1;
  height: 100%;
}

.ingredient-detail-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(45, 134, 89, 0.15);
  border-color: #2d8659;
}

.footer {
  background-color: #2c2c2c;
  color: #ccc;
  padding: 50px 30px 30px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
  clear: both;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-section h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #5cb85c;
}

.footer-disclosures {
  border-top: 1px solid #444;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.6;
}

.footer-disclosures p {
  margin-bottom: 20px;
}

.footer-disclosures strong {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  margin-top: 20px;
  font-size: 12px;
  color: #888;
}

.ingredients-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 40px 0;
  position: relative;
  z-index: 1;
}

.ingredient-card {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 25px;
  border-radius: 15px;
  border: 2px solid #e8f5e9;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ingredient-card:hover {
  transform: translateY(-5px);
  border-color: #2d8659;
  box-shadow: 0 10px 30px rgba(45, 134, 89, 0.2);
}

.ingredient-card h3 {
  color: #2d8659;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ingredient-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.trust-badge {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #2d8659;
  font-size: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.legal-page {
  position: relative;
  z-index: 1;
}

.legal-page h2 {
  font-size: 22px;
  color: #1b5e20;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  clear: both;
}

.legal-page h3 {
  font-size: 18px;
  color: #2d8659;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.legal-page ul {
  margin: 15px 0;
  padding-left: 25px;
}

.legal-page li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.legal-page p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: start;
}

@media (max-width: 968px) {
  .hero-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content .subtitle {
    font-size: 18px;
  }

  .hero-image {
    max-width: 300px;
  }

  .container {
    padding: 15px;
  }

  .cta-section {
    padding: 30px 20px;
  }

  .cta-section h2 {
    font-size: 24px;
  }

  .product-showcase {
    padding: 30px 20px;
  }

  .submit-btn,
  .cta-button {
    font-size: 16px;
    padding: 18px;
  }

  .ingredients-section {
    grid-template-columns: 1fr;
  }

  .trust-badges {
    gap: 15px;
    flex-direction: column;
  }

  .trust-badge {
    width: 100%;
    max-width: 300px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .benefits-list li {
    font-size: 15px;
  }

  .order-price-amount {
    font-size: 36px;
  }
}
