.p-iherb {
  font-family: var(--font-primary, 'Poppins', sans-serif);
  color: #1a1a1a;
}

/* ─── UTILS ─── */
.p-iherb .ih-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.p-iherb .ih-c-orange { color: #ff8724; }

/* ─── BUTTONS ─── */
.p-iherb .ih-btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s, transform .15s;
  border: none;
  text-decoration: none;
  font-family: inherit;
}
.p-iherb .ih-btn:active { transform: scale(.98); }
.p-iherb .ih-btn-green { background: #37620a; color: #fff; }
.p-iherb .ih-btn-green:hover { opacity: .88; color: #fff; }
.p-iherb .ih-btn-orange { background: #ff8724; color: #fff; }
.p-iherb .ih-btn-orange:hover { opacity: .88; color: #fff; }

/* ─── HERO ─── */
.p-iherb .ih-hero {
  background: #f9fff2;
  padding: 48px 0 64px;
  overflow: hidden;
}
.p-iherb .ih-hero-top {
  margin-bottom: 24px;
}
.p-iherb .ih-btn-belarus {
  display: inline-block;
  border: 2px solid #ff8724;
  color: #ff8724;
  background: transparent;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  font-family: inherit;
}
.p-iherb .ih-btn-belarus:hover { background: #ff8724; color: #fff; }
.p-iherb .ih-badge {
  display: inline-block;
  background: #37620a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-iherb .ih-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 32px;
  align-items: center;
}
.p-iherb .ih-hero h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #37620a;
}
.p-iherb .ih-price-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p-iherb .ih-price-pill {
  background: #ff8724;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
}
.p-iherb .ih-hero-sub {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  max-width: 440px;
}

/* Hero visual */
.p-iherb .ih-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-iherb .ih-hv-banner {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* ─── STEPS ─── */
.p-iherb .ih-steps {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb .ih-steps-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: flex-start;
}
.p-iherb .ih-steps-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: #37620a;
  line-height: 1.35;
  margin: 0;
  position: sticky;
  top: 32px;
}
.p-iherb .ih-steps-right {
  display: flex;
  flex-direction: column;
}
.p-iherb .ih-step {
  background: #fff;
  border: 1px solid #cce0b7;
  border-radius: 14px;
  padding: 24px 28px;
}
.p-iherb .ih-step-num {
  font-size: 22px;
  font-weight: 800;
  color: #ff8724;
  margin-bottom: 8px;
  line-height: 1;
}
.p-iherb .ih-step h3 {
  font-size: 15px;
  font-weight: 700;
  color: #37620a;
  margin-bottom: 8px;
}
.p-iherb .ih-step p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.p-iherb .ih-step-arrow {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-iherb .ih-step-arrow img {
  height: 28px;
  width: auto;
}

/* ─── URGENCY ─── */
.p-iherb .ih-urgency {
  padding: 48px 0;
  background: #ffffff;
}
.p-iherb .ih-urgency-card {
  background: #ff8724;
  border-radius: 20px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.p-iherb .ih-urgency-text {
  flex: 1;
}
.p-iherb .ih-urgency-badge {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.p-iherb .ih-urgency-card h2 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}
.p-iherb .ih-urgency-prices {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.p-iherb .ih-urgency-price {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 30px;
}
.p-iherb .ih-urgency-card p {
  font-size: 14px;
  color: rgba(255,255,255,.88);
  margin-bottom: 24px;
  line-height: 1.6;
}
.p-iherb .ih-urgency-img {
  flex-shrink: 0;
}
.p-iherb .ih-urgency-img img {
  width: 580px;
  max-width: 58%;
}

/* ─── BUYOUT ─── */
.p-iherb .ih-buyout {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb .ih-buyout-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 56px;
}
.p-iherb .ih-buyout-img img {
  width: 540px;
  max-width: 50%;
}
.p-iherb .ih-buyout h2 {
  font-size: 26px;
  font-weight: 800;
  color: #37620a;
  margin-bottom: 16px;
  line-height: 1.3;
}
.p-iherb .ih-buyout p {
  font-size: 15px;
  color: #555;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* ─── HOW ─── */
.p-iherb .ih-how {
  padding: 72px 0;
  background: #f9fff2;
}
.p-iherb .ih-how h2 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 44px;
}
.p-iherb .ih-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.p-iherb .ih-how-card {
  border: 1px solid #cce0b7;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.p-iherb .ih-how-card img {
  width: 100%;
  display: block;
}
.p-iherb .ih-how-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  padding: 16px 20px;
  margin: 0;
}
.p-iherb .ih-how-cta {
  text-align: center;
}

/* ─── ABOUT ─── */
.p-iherb .ih-about {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb .ih-about-card {
  background: #37620a;
  border-radius: 20px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}
.p-iherb .ih-about-card h2 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}
.p-iherb .ih-about-card p {
  font-size: 15px;
  color: rgba(255,255,255,.85);
  margin-bottom: 24px;
  line-height: 1.6;
}
.p-iherb .ih-about-img {
  flex-shrink: 0;
}
.p-iherb .ih-about-img img {
  width: 560px;
  max-width: 52%;
}
.p-iherb .ih-about-note {
  margin-top: 24px;
}
.p-iherb .ih-about-note p {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.7;
}
.p-iherb .ih-about-calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.p-iherb .ih-about-calc img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 2px dashed #cce0b7;
}
.p-iherb .ih-about-ins {
  text-align: center;
  margin-top: 24px;
}
.p-iherb .ih-about-ins p {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
  line-height: 1.6;
}

/* ─── CATEGORIES ─── */
.p-iherb .ih-cats {
  padding: 56px 0;
  background: #ffffff;
}
.p-iherb .ih-cats h2 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 28px;
}
.p-iherb .ih-cats-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.p-iherb .ih-cat {
  background: #f9fff2;
  border: 1px solid #cce0b7;
  border-radius: 30px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #37620a;
  transition: all .2s;
}
.p-iherb .ih-cat:hover {
  background: #37620a;
  color: #fff;
  border-color: #37620a;
}

/* ─── PRODUCTS ─── */
.p-iherb .ih-products {
  padding: 56px 0;
  background: #ffffff;
}
.p-iherb .ih-products h2 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 28px;
}

/* ─ HIDDEN RADIO INPUTS ─ */
.p-iherb .ih-tab-r { display: none; }

/* ─ TABS NAV ─ */
.p-iherb .ih-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  justify-content: center;
}
.p-iherb .ih-tab-btn {
  display: inline-block;
  background: #f0f7e8;
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #37620a;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  white-space: nowrap;
  user-select: none;
}
.p-iherb .ih-tab-btn:hover { background: #d6edbd; }

/* ─ TAB PANELS (CSS-only, all hidden by default) ─ */
.p-iherb .ih-tab-panel { display: none; }

/* Show panel when its radio is checked */
.p-iherb #ihp0:checked ~ #ihpp0,
.p-iherb #ihp1:checked ~ #ihpp1,
.p-iherb #ihp2:checked ~ #ihpp2,
.p-iherb #ihp3:checked ~ #ihpp3,
.p-iherb #ihp4:checked ~ #ihpp4,
.p-iherb #ihp5:checked ~ #ihpp5,
.p-iherb #ihp6:checked ~ #ihpp6,
.p-iherb #ihp7:checked ~ #ihpp7 { display: block; }

/* Highlight active tab label */
.p-iherb #ihp0:checked ~ .ih-tabs-nav label[for="ihp0"],
.p-iherb #ihp1:checked ~ .ih-tabs-nav label[for="ihp1"],
.p-iherb #ihp2:checked ~ .ih-tabs-nav label[for="ihp2"],
.p-iherb #ihp3:checked ~ .ih-tabs-nav label[for="ihp3"],
.p-iherb #ihp4:checked ~ .ih-tabs-nav label[for="ihp4"],
.p-iherb #ihp5:checked ~ .ih-tabs-nav label[for="ihp5"],
.p-iherb #ihp6:checked ~ .ih-tabs-nav label[for="ihp6"],
.p-iherb #ihp7:checked ~ .ih-tabs-nav label[for="ihp7"] {
  background: #37620a;
  color: #fff;
  border-color: #37620a;
}

/* ─ PRODUCT GRID ─ */
.p-iherb .ih-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.p-iherb .ih-product-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e0e8d8;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.p-iherb .ih-product-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
  transform: translateY(-3px);
}
.p-iherb .ih-product-img-wrap {
  background: #f9fff2;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  overflow: hidden;
}
.p-iherb .ih-product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
.p-iherb .ih-product-info {
  padding: 12px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-iherb .ih-product-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  flex: 1;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.p-iherb .ih-product-buy {
  display: block;
  background: #37620a;
  color: #fff;
  text-align: center;
  padding: 9px 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.p-iherb .ih-product-card:hover .ih-product-buy {
  opacity: .85;
}
.p-iherb .ih-products-cta {
  text-align: center;
}

/* ─── FAQ ─── */
.p-iherb .ih-faq {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb .ih-faq h2 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 36px;
}
/* ─ FAQ CHECKBOX (hidden) ─ */
.p-iherb .ih-faq-cb { display: none; }

.p-iherb .ih-faq-item {
  border-bottom: 1px solid #cce0b7;
}
.p-iherb .ih-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #37620a;
  font-family: inherit;
  user-select: none;
}
.p-iherb .ih-faq-q-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: #ff8724;
  font-weight: 400;
  transition: transform .25s;
  line-height: 1;
}
.p-iherb .ih-faq-a {
  display: none;
  padding: 0 0 18px;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}
/* CSS-only: show answer and rotate icon when checkbox is checked */
.p-iherb .ih-faq-cb:checked ~ .ih-faq-a { display: block; }
.p-iherb .ih-faq-cb:checked ~ .ih-faq-q .ih-faq-q-icon { transform: rotate(45deg); }
.p-iherb .ih-faq-a ul { padding-left: 20px; margin-top: 8px; }
.p-iherb .ih-faq-a li { margin-bottom: 4px; }
.p-iherb .ih-faq-a strong { color: #37620a; }

/* ─── TELEGRAM ─── */
.p-iherb .ih-tg {
  padding: 56px 0;
  background: #ffffff;
}
.p-iherb .ih-tg-card {
  background: #ebfaf0;
  border-radius: 20px;
  padding: 40px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.p-iherb .ih-tg-text {
  flex: 1;
}
.p-iherb .ih-tg-text h2 {
  font-size: 24px;
  font-weight: 800;
  color: #37620a;
  line-height: 1.4;
  margin: 0;
}
.p-iherb .ih-tg-img {
  flex-shrink: 0;
}
.p-iherb .ih-tg-img img {
  width: 220px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .p-iherb .ih-products-grid { grid-template-columns: repeat(4, 1fr); }
  .p-iherb .ih-tab-btn { font-size: 13px; padding: 7px 14px; }
}

@media (max-width: 768px) {
  .p-iherb .ih-hero-inner { grid-template-columns: 1fr; }
  .p-iherb .ih-hero h1 { font-size: 28px; }
  .p-iherb .ih-hero-visual { min-height: 300px; order: -1; }
  .p-iherb .ih-price-pill { font-size: 15px; padding: 8px 16px; }

  .p-iherb .ih-steps-inner { grid-template-columns: 1fr; gap: 32px; }
  .p-iherb .ih-steps-left h2 { position: static; font-size: 22px; }

  .p-iherb .ih-urgency-card { flex-direction: column; padding: 32px 24px; gap: 24px; }
  .p-iherb .ih-urgency-img { display: none; }

  .p-iherb .ih-buyout-inner { grid-template-columns: 1fr; }
  .p-iherb .ih-buyout-img { display: none; }

  .p-iherb .ih-how-grid { grid-template-columns: 1fr; }

  .p-iherb .ih-about-card { flex-direction: column; padding: 32px 24px; gap: 24px; }
  .p-iherb .ih-about-img { display: none; }

  .p-iherb .ih-products-grid { grid-template-columns: repeat(2, 1fr); }
  .p-iherb .ih-tab-btn { font-size: 12px; padding: 6px 11px; }
  .p-iherb .ih-urgency-img img { width: 280px; }
  .p-iherb .ih-buyout-img img { width: 280px; }
  .p-iherb .ih-about-img img { width: 300px; }

  .p-iherb .ih-tg-card { flex-direction: column; padding: 32px 24px; gap: 24px; }
  .p-iherb .ih-tg-img { display: none; }
}

@media (max-width: 480px) {
  .p-iherb .ih-urgency-card { padding: 24px 20px; }
  .p-iherb .ih-about-card { padding: 24px 20px; }
  .p-iherb .ih-tg-card { padding: 24px 20px; }
}