#golnoor_high_efficacy {
  color-scheme: light;
  --bg: #ffffff;
  --bg-alt: #ffffff;
  --text-gold: #d2ab67;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-soft: rgba(255, 255, 255, 0.7);
  --note-bg: #e8f0ff;
  --note-border: rgba(109, 138, 181, 0.35);
  --text: #1c1b17;
  --text-soft: #5c5950;
  --text-muted: #8c887f;
  --gold: #d2ab67;
  --sand: #f4eadc;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0 25px 60px rgba(15, 15, 15, 0.08);
  --badge-background: var(--golnoor-gold/10);
  --cta-primary-gradient: linear-gradient(120deg, var(--gold), #b57a3a);
  --cta-primary-text: #1f160d;
  --cta-primary-shadow: 0 20px 45px rgba(210, 171, 103, 0.35);
  --cta-secondary-bg: rgba(210, 171, 103, 0.1);
  --cta-secondary-border: rgba(210, 171, 103, 0.35);
  --cta-secondary-text: rgba(0, 0, 0, 0.92);
  --cta-secondary-hover-bg: rgba(210, 171, 103, 0.18);
  --serif: "Playfair Display", "Times New Roman", serif;
}

html.dark #golnoor_high_efficacy {
  color-scheme: dark;
  --bg: #41392f;
  --bg-alt: #090c14;
  --text-gold: #d2ab67;
  --surface: rgba(13, 15, 22, 0.92);
  --surface-soft: rgba(18, 20, 28, 0.82);
  --note-bg: rgba(21, 31, 50, 0.85);
  --note-border: rgba(133, 172, 214, 0.4);
  --text: #f8f6f3;
  --text-soft: rgba(248, 246, 243, 0.78);
  --text-muted: rgba(248, 246, 243, 0.45);
  --sand: #dbccb7;
  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 30px 70px rgba(0, 0, 0, 0.7);
  --badge-background: rgba(0, 0, 0, 0.7);
  --cta-primary-gradient: linear-gradient(125deg, #ffe2ad, #d79b49);
  --cta-primary-text: #130a02;
  --cta-primary-shadow: 0 28px 55px rgba(210, 171, 103, 0.45);
  --cta-secondary-bg: rgba(0, 0, 0, 0.511);
  --cta-secondary-border: rgba(210, 171, 103, 0.52);
  --cta-secondary-text: rgba(255, 255, 255, 0.92);
  --cta-secondary-hover-bg: rgba(204, 162, 90, 0.737);
  --serif: "Playfair Display", "Times New Roman", serif;
}

#golnoor_high_efficacy * {
  box-sizing: border-box;
}

#golnoor_high_efficacy {
  margin: 0;
  background: radial-gradient(circle at top, var(--sand), var(--bg) 50%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  /* Performance optimizations */
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* All animations disabled */
/* *,
*::before,
*::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
} */

[data-animate] {
  opacity: 1 !important;
  transform: none !important;
}

#golnoor_high_efficacy .ghe-section {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  /* Performance optimization */
  contain: layout style paint;
}

#golnoor_high_efficacy .ghe-section + .ghe-section {
  margin-top: -1.5rem; /* کمی هم‌پوشانی ظریف بین سکشن‌ها برای حس یکپارچه */
}

#golnoor_high_efficacy .ghe-container {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 0px 0px 30px 0px;
}

#golnoor_high_efficacy .ghe-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

#golnoor_high_efficacy .ghe-hero-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  margin-top: 1rem;
}

/* تراز بهتر hero در دسکتاپ: حذف فاصله اضافی بالای ستون متن */
@media (min-width: 1024px) {
  #golnoor_high_efficacy .ghe-hero-title-block {
    margin-top: 0;
  }
}

#golnoor_high_efficacy .ghe-hero-title-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  /* font-family: var(--serif); */
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: rgba(28, 27, 23, 0.55);
}

#golnoor_high_efficacy .ghe-hero-title-meta strong {
  color: var(--text);
  font-weight: 700;
}

#golnoor_high_efficacy .ghe-hero-title-meta .ghe-divider {
  color: rgba(28, 27, 23, 0.35);
  font-weight: 400;
  letter-spacing: 0.2em;
}

html.dark #golnoor_high_efficacy .ghe-hero-title-meta {
  color: rgba(0, 0, 0, 0.55);
}

html.dark #golnoor_high_efficacy .ghe-hero-title-meta strong {
  color: rgba(0, 0, 0, 0.92);
}

#golnoor_high_efficacy .ghe-hero-title-card {
  display: flex;
  align-items: stretch;
  gap: 0.85rem;
  padding: 0.65rem 0.75rem;
  border-radius: 1.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 13px 22px rgba(0, 0, 0, 0.25);
  direction: ltr;
  overflow: hidden;
}

html.dark .ghe-hero-title-card {
  background: rgba(18, 20, 28, 0.9);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.55);
}

.ghe-hero-title-card__badge {
  position: relative;
  padding: 0.65rem 1.15rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(210, 171, 103, 0.55);
  background: linear-gradient(145deg, rgba(210, 171, 103, 0.85), #b98741);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #1f1206;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 10px 18px rgba(210, 171, 103, 0.35);
}

.ghe-hero-title-card__badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(255, 239, 210, 0.7), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.ghe-hero-title-card__badge-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  /* font-family: var(--serif); */
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.ghe-hero-title-card__badge-text small {
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.ghe-hero-title-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.1rem;
  border-left: 1px solid rgba(28, 27, 23, 0.08);
}

/* .ghe-hero-title-card__text span {
  font-family: var(--serif);
} */

.ghe-hero-title-card__text-en {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
}

.ghe-hero-title-card__text-fa {
  font-size: 0.95rem;
  color: var(--text-soft);
  display: block;
  margin-top: 0.2rem;
  direction: rtl;
}

html.dark .ghe-hero-title-card__text {
  border-left-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
  .ghe-hero-title-block {
    align-items: center;
    text-align: center;
    gap: 0.85rem;
  }

  .ghe-hero-title-meta {
    justify-content: center;
    font-size: 0.85rem;
  }

  .ghe-hero-title-card {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    direction: rtl;
    align-items: center;
    padding: 0.75rem;
  }

  .ghe-hero-title-card__badge {
    width: 100%;
    justify-content: center;
    padding: 0.55rem 1rem;
  }

  .ghe-hero-title-card__badge-text {
    font-size: 1rem;
  }

  .ghe-hero-title-card__text {
    border: none;
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .ghe-hero-title-card__text-en {
    font-size: 1rem;
  }
}

.ghe-feature-card {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 2vw, 1.4rem);
  padding: clamp(1.6rem, 3.2vw, 2.3rem);
}

.ghe-feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ghe-feature-card .ghe-card-icon {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .ghe-feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem !important;
  }

  .ghe-feature-card__content {
    align-items: center;
  }

  .ghe-feature-card .ghe-card-icon {
    margin-bottom: 0.5rem;
  }
}

.ghe-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  background: var(--badge-background);
  border: 1px solid rgba(210, 171, 103, 0.4);
  letter-spacing: 0.45em;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
}

.ghe-badge span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

#golnoor_high_efficacy .ghe-h1 {
  font-size: clamp(1.5rem, 4.8vw, 4rem);
  line-height: 1.25;
  margin: 1.2rem 0 1rem;
}

#golnoor_high_efficacy .ghe-h2 {
  margin: 0;
}

#golnoor_high_efficacy .ghe-h3 {
  margin: 0;
}

#golnoor_high_efficacy .ghe-h4 {
  margin: 0;
}

#golnoor_high_efficacy .ghe-h5 {
  margin: 0;
}

#golnoor_high_efficacy .ghe-p {
  margin: 0;
}

#golnoor_high_efficacy .ghe-ul {
  margin: 0;
  padding: 0;
}

#golnoor_high_efficacy .ghe-li {
  margin: 0;
}

.ghe-body-text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-soft);
  text-align: justify;
}

.ghe-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2.2rem 0 2.5rem;
}

.ghe-cta {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.95rem 2.6rem;
  font-size: 0.9rem;
  font-weight: 800;

  text-transform: uppercase;
  cursor: pointer;
  transition: none;
}

.ghe-cta-primary {
  background: var(--cta-primary-gradient);
  color: var(--cta-primary-text);
  box-shadow: var(--cta-primary-shadow);
}

.ghe-cta-secondary {
  background: var(--cta-secondary-bg);
  border-color: var(--cta-secondary-border);
  color: var(--cta-secondary-text);
}

.ghe-cta:hover {
  transform: none;
}

html.dark .ghe-cta:hover {
  transform: none;
}

.ghe-cta-secondary:hover {
  background: var(--cta-secondary-hover-bg);
}

.ghe-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.ghe-metric-card {
  padding: 1.3rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(248, 245, 239, 0.96)
  );
  text-align: center;
  box-shadow: 0 8px 18px rgba(15, 15, 15, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

html.dark .ghe-metric-card {
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(18, 20, 28, 0.98);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 255, 255, 0.03);
}

.ghe-metric-card strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--gold);
}

.ghe-metric-card span {
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ghe-metric-card .ghe-metric-icon {
  width: clamp(3rem, 2.4vw + 2.6rem, 3.4rem);
  height: clamp(3rem, 2.4vw + 2.6rem, 3.4rem);
  border-radius: 1rem;
  background: linear-gradient(
    135deg,
    rgba(210, 171, 103, 0.22),
    rgba(210, 171, 103, 0.06)
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  color: var(--gold);
  border: 1px solid rgba(210, 171, 103, 0.3);
  box-shadow: 0 6px 18px rgba(210, 171, 103, 0.18);
}

/* متریک‌های داخل کارت‌های متنی (مثل سکشن دستاورد) بدون هاله طلایی */
.ghe-card .ghe-metrics .ghe-metric-card {
  background: transparent;
  box-shadow: none;
  border-radius: 1rem;
  border: 1px solid var(--border);
  align-items: flex-start;
  text-align: right;
  gap: 0.35rem;
}

.ghe-card .ghe-metrics .ghe-metric-card .ghe-h3 {
  font-size: 0.95rem;
}

.ghe-card .ghe-metrics .ghe-metric-card span {
  font-size: 0.85rem;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text-soft);
}

.ghe-card .ghe-metrics .ghe-metric-card .ghe-metric-icon {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

html.dark .ghe-card .ghe-metrics .ghe-metric-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(15, 18, 26, 0.75);
}

.ghe-metric-card .ghe-metric-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1.7;
}

@media (max-width: 640px) {
  .ghe-metric-card .ghe-metric-icon {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.6rem;
  }

  .ghe-metric-card .ghe-metric-icon svg {
    width: 1.35rem;
    height: 1.35rem;
  }
}

.ghe-hero-panel {
  border-radius: 2.4rem;
  padding: clamp(1.8rem, 3vw, 2.6rem);
  border: 1px solid var(--border);
  background: var(--surface-soft);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0); /* GPU acceleration */
  backface-visibility: hidden; /* Smooth animations */
  -webkit-backface-visibility: hidden;
}

.ghe-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(210, 171, 103, 0.28),
    transparent 65%
  );
  opacity: 0.8;
  mix-blend-mode: screen;
}

.ghe-hero-panel > * {
  position: relative;
  z-index: 1;
}

.ghe-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.ghe-feature-tags span {
  padding: 0.35rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--text-soft);
  letter-spacing: 0.08em;
}

.ghe-brand-logo-section {
  display: flex;
  justify-content: center;
  margin: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.ghe-brand-logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.18);
}

html.dark .ghe-brand-logo-wrapper {
  background: rgba(13, 15, 22, 0.88);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.6);
}

.ghe-brand-logo {
  max-width: min(460px, 70vw);
  height: auto;
  display: block;
}

.ghe-brand-logo--light {
  display: block;
}

.ghe-brand-logo--dark {
  display: none;
}

html.dark .ghe-brand-logo--light {
  display: none;
}

html.dark .ghe-brand-logo--dark {
  display: block;
}

.ghe-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
  will-change: transform;
  transform: translateZ(0); /* GPU acceleration */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ghe-section-header .ghe-h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin-bottom: 0.75rem;
  color: var(--gold);
}

.ghe-section-header .ghe-p {
  color: var(--text-soft);
  line-height: 1.9;
}

.ghe-card-b {
  border-radius: 24px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.ghe-card {
  border-radius: 18px;
  padding: clamp(1.4rem, 3.4rem, 2.2rem);
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: var(--surface);
  box-shadow: 0 10px 25px rgba(15, 15, 15, 0.04),
    0 2px 8px rgba(15, 15, 15, 0.03);
  will-change: transform, opacity;
  transform: translateZ(0); /* GPU acceleration */
  backface-visibility: hidden; /* Smooth animations */
  -webkit-backface-visibility: hidden;
  contain: layout style paint; /* Performance optimization */
}

html.dark .ghe-card {
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(18, 20, 28, 0.96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.02);
}

.ghe-card:not(:last-child) {
  margin-bottom: 1.25rem;
}

.ghe-grid-two .ghe-card {
  height: 100%;
}

.ghe-card .ghe-h3,
.ghe-card .ghe-h4,
.ghe-card .ghe-h5 {
  color: var(--text);
  margin-top: 0;
}

.ghe-card .ghe-p {
  color: var(--text-soft);
  line-height: 1.85;
  margin: 0.4rem 0 0;
}

.ghe-grid-two {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
}

.ghe-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.ghe-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
}

.ghe-benefits-grid .ghe-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: clamp(1.4rem, 3.5vw, 2rem);
}

.ghe-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(210, 171, 103, 0.26),
    rgba(210, 171, 103, 0.08)
  );
  border: 1px solid rgba(210, 171, 103, 0.35);
  color: var(--gold);
  box-shadow: 0 12px 28px -18px rgba(210, 171, 103, 0.6);
}

.ghe-card-icon svg {
  width: 28px;
  height: 28px;
}

.ghe-benefits-grid .ghe-card .ghe-h5 {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text);
  text-align: center;
}

.ghe-benefits-grid .ghe-card .ghe-p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-soft);
  text-align: center;
}

/* کارت‌های مزایا (Benefits) با کلاس اختصاصی */
.ghe-card-ben {
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(15, 15, 15, 0.04),
    0 1px 4px rgba(15, 15, 15, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  transition: none;
}

html.dark .ghe-card-ben {
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(18, 20, 28, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.02);
}

.ghe-card-ben:hover {
  transform: none;
}

html.dark .ghe-card-ben:hover {
  transform: none;
}

.ghe-card-ben .ghe-card-icon {
  margin-bottom: 0.4rem;
}

.ghe-card-ben .ghe-h5 {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
}

html.dark .ghe-card-ben .ghe-h5 {
  color: var(--text);
}

.ghe-note-card {
  background: var(--note-bg);
  border: 1px solid var(--note-border);
  color: var(--text);
  box-shadow: var(--shadow);
}

/* سکشن پایانی و کارت‌های متنی بلند */
.ghe-section:last-of-type .ghe-card {
  max-width: 56rem;
  margin-inline: auto;
}

.ghe-section:last-of-type .ghe-card .ghe-p {
  font-size: 0.98rem;
  line-height: 1.9;
}

.ghe-section:last-of-type .ghe-card .ghe-p + .ghe-p {
  margin-top: 0.9rem;
}

.ghe-section:last-of-type .ghe-card > div[style*="border-top"] {
  margin-top: 1.75rem !important;
  padding-top: 1.75rem !important;
}

.ghe-highlight-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(210, 171, 103, 0.45);
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.35em;
}

.ghe-theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text-soft);
  padding: 0.5rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

.ghe-theme-toggle span {
  font-size: 0.85rem;
}

/* GSAP handles animations now - CSS transitions removed */
/* [data-animate] {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--delay, 0ms);
}

.ghe-is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ghe-animate-up {
  opacity: 0;
  transform: translateY(-40px);
} */

/* Animations disabled - all elements visible immediately */
/* [data-animate] {
  opacity: 1 !important;
  transform: none !important;
  will-change: auto;
} */

@media (max-width: 768px) {
  #golnoor_high_efficacy .ghe-section {
    padding: clamp(1.5rem, 4vw, 3rem) clamp(0.75rem, 3vw, 0);
  }

  #golnoor_high_efficacy .ghe-container {
    padding: 0px 0px 70px 0px;
  }

  #golnoor_high_efficacy .ghe-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ghe-hero-panel {
    padding: clamp(1.2rem, 4vw, 2rem) !important;
  }

  .ghe-section-header {
    margin-bottom: 2rem !important;
  }

  .ghe-grid-two {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ghe-benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
  }

  .ghe-metrics {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

@media (max-width: 640px) {
  #golnoor_high_efficacy .ghe-section {
    padding: clamp(1.25rem, 3vw, 2.5rem) clamp(0.5rem, 2vw, 0);
  }

  #golnoor_high_efficacy .ghe-container {
    padding: 0 clamp(0.5rem, 2vw, 0);
  }

  .ghe-hero-title-block {
    align-items: center !important;
    text-align: center;
    margin-top: 0.5rem;
  }

  .ghe-hero-title-block-title {
    text-align: center !important;
    padding: 0.5rem;
  }

  .ghe-hero-title-block-title .ghe-h1 {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
    line-height: 1.3;
  }

  .ghe-body-text {
    font-size: 0.95rem !important;
    line-height: 1.8;
    text-align: justify;
  }

  .ghe-cta-row {
    flex-direction: column;
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
  }

  .ghe-cta {
    width: 100%;
    text-align: center;
    padding: 0.85rem 2rem;
    font-size: 0.85rem;
  }

  .ghe-metrics {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .ghe-metric-card {
    padding: 1rem;
  }

  .ghe-metric-card strong {
    font-size: 1.8rem !important;
  }

  .ghe-card {
    padding: clamp(1.2rem, 3vw, 2rem) !important;
    border-radius: 18px;
  }
  .ghe-card-ben {
    padding: clamp(1.2rem, 3vw, 2rem) !important;
    border-radius: 18px;
  }
  .ghe-section-header .ghe-h2 {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
    margin-bottom: 0.75rem;
  }

  .ghe-section-header .ghe-p {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .ghe-hero-panel .ghe-card strong {
    font-size: 1.5rem !important;
  }

  .ghe-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .ghe-benefits-grid .ghe-card {
    padding: 1rem 0.75rem !important;
  }

  .ghe-benefits-grid .ghe-card .ghe-h5 {
    font-size: 0.8rem !important;
  }

  .ghe-card-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .ghe-card-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  .ghe-theme-toggle {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  #golnoor_high_efficacy .ghe-section {
    padding: clamp(1rem, 3vw, 2rem) clamp(0.5rem, 2vw, 0);
  }

  .ghe-hero-title-block-title .ghe-h1 {
    font-size: 1.35rem !important;
  }

  .ghe-section-header .ghe-h2 {
    font-size: 1.35rem !important;
  }

  .ghe-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ghe-metric-card strong {
    font-size: 1.5rem !important;
  }

  .ghe-card {
    padding: 1rem !important;
  }
}
