/**
 * VEGA Products Page — brand colors from vega.com
 * Primary: #FFDE00 (yellow) · Text: #1a1a1a
 */
body[data-page="vega"] {
  --vega-accent: #ffde00;
  --vega-accent-dark: #c9a800;
  --vega-ink: #1a1a1a;
  --vega-muted: #4b5563;
}

body[data-page="vega"] .site-main {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body[data-page="vega"] .section__title,
body[data-page="vega"] .section__desc {
  text-wrap: balance;
}

.vega-hero {
  background: #fff;
  color: #1a1a1a;
  padding: 20px 0 48px;
  position: relative;
  overflow: visible;
}

.vega-hero .container {
  position: relative;
  z-index: 1;
  display: block;
}

.vega-hero__frame {
  position: relative;
}

.vega-hero__stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 28px;
  min-height: 460px;
  aspect-ratio: 16 / 9;
  background: #111;
}

.vega-hero__scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vega-hero__rings {
  position: absolute;
  inset-inline-end: 6%;
  top: 50%;
  width: min(44%, 480px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle, transparent 38%, rgba(255, 222, 0, 0.22) 39%, transparent 44%, rgba(255, 222, 0, 0.16) 45%, transparent 52%, rgba(255, 222, 0, 0.1) 53%, transparent 62%);
}

.vega-hero__product {
  position: absolute;
  inset-inline-end: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: min(36%, 400px);
  height: 78%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.vega-hero__card {
  position: absolute;
  inset-inline-start: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: min(460px, 48%);
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  padding: 28px 30px 24px;
  box-shadow: 0 22px 56px rgba(16, 16, 16, 0.16);
}

.vega-hero__logo {
  display: block;
  width: min(148px, 55%);
  height: auto;
  margin-bottom: 14px;
}

.vega-hero__claim {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.vega-hero__eyebrow {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  padding-inline-end: 14px;
  border-inline-end: 4px solid #ffde00;
}

.vega-hero__badge {
  display: inline-block;
  background: #ffde00;
  color: #1a1a1a;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 700;
  margin-bottom: 14px;
}

.vega-hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  font-weight: var(--fw-black);
  line-height: 1.18;
  margin-bottom: 12px;
  color: #1a1a1a;
  letter-spacing: -0.03em;
}

.vega-hero__subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  font-weight: var(--fw-semibold);
  color: #374151;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.vega-hero__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--fw-regular);
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 20px;
}

.vega-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.vega-hero__actions .btn {
  min-height: 44px;
}

.vega-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.vega-hero__stat {
  background: #f7f7f4;
  border: 1px solid #ecece7;
  border-top: 3px solid #ffde00;
  border-radius: 10px;
  padding: 8px 12px;
  flex: 1 1 110px;
}

.vega-hero__stat strong {
  display: block;
  font-size: var(--text-sm);
  color: #1a1a1a;
}

.vega-hero__stat span {
  font-size: 11px;
  color: var(--text-muted);
}

.vega-hero .btn--yellow {
  background: #ffde00;
  color: #1a1a1a;
  border-color: #ffde00;
}

.vega-hero .btn--yellow:hover {
  background: #e6c800;
  border-color: #e6c800;
  color: #1a1a1a;
}

.vega-hero .btn--outline {
  background: #fff;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.vega-hero .btn--outline:hover {
  background: #1a1a1a;
  color: #ffde00;
}

.vega-hero .btn--primary {
  background: #ffde00;
  border-color: #ffde00;
  color: #1a1a1a;
}

.vega-hero .btn--primary:hover {
  background: #e6c800;
  border-color: #e6c800;
  color: #1a1a1a;
}

/* Category nav — yellow bar like vega.com */
.vega-cat-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  padding: 0 12px;
  background: #ffde00;
  border-bottom: 1px solid #e6c800;
  position: sticky;
  top: var(--header-height, 72px);
  z-index: var(--z-dropdown);
}

.vega-cat-nav__item {
  padding: 14px 18px;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: var(--text-sm);
  font-weight: 700;
  color: #1a1a1a;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.vega-cat-nav__item:hover,
.vega-cat-nav__item.active {
  background: #1a1a1a;
  color: #ffde00;
}

/* Product cards */
.vega-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.vega-product-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8e8e4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vega-product-card:hover {
  transform: translateY(-3px);
  border-color: #d6d6d0;
  box-shadow: 0 14px 36px rgba(26, 26, 26, 0.08);
}

.vega-product-card__media {
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  min-height: 0;
  aspect-ratio: 1;
  border-bottom: 1px solid #ecece7;
}

.vega-product-card__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.vega-product-card__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: 0;
}

.vega-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 10px;
}

.vega-product-card__badge {
  display: inline-flex;
  align-items: center;
  background: #1a1a1a;
  color: #ffde00;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  padding: 4px 9px;
  border-radius: 6px;
  line-height: 1.2;
}

.vega-product-card__series {
  font-size: 12px;
  font-weight: var(--fw-semibold);
  color: #6b7280;
  letter-spacing: 0.01em;
}

.vega-product-card__name {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  font-weight: var(--fw-extrabold);
  color: #1a1a1a;
  margin: 0 0 8px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.vega-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0ec;
}

.vega-product-card__price-value {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-weight: var(--fw-black);
  color: #1a1a1a;
  letter-spacing: -0.03em;
  line-height: 1;
}

.vega-product-card__price-note {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  background: none;
  padding: 0;
  border-radius: 0;
}

.vega-product-card__summary {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.65;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vega-product-card__features {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.vega-product-card__features li {
  font-size: 0.875rem;
  padding: 0;
  padding-inline-start: 14px;
  position: relative;
  color: #374151;
  line-height: 1.5;
}

.vega-product-card__features li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffde00;
  box-shadow: 0 0 0 1px #1a1a1a;
  mask: none;
  -webkit-mask: none;
}

.vega-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
}

.vega-product-card__tag {
  font-size: 11px;
  font-weight: 600;
  background: #f3f4f6;
  padding: 4px 9px;
  border-radius: 999px;
  color: #4b5563;
}

.vega-product-card__usecase {
  font-size: 0.875rem;
  color: #374151;
  background: transparent;
  border: none;
  border-inline-start: 3px solid #ffde00;
  padding-inline-start: 12px;
  margin: 0 0 14px;
  line-height: 1.55;
  border-radius: 0;
}

.vega-product-card__usecase strong {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  color: #1a1a1a;
}

.vega-product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 4px;
}

.vega-product-card__actions .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 11px 12px;
  font-size: 0.875rem;
}

.vega-btn-wa {
  padding: 11px 12px;
  font-size: 0.875rem;
}

.vega-product-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
}

.vega-product-card__link:hover {
  color: #1a1a1a;
}

/* Trust bar */
.vega-trust-bar {
  background: #1a1a1a;
  color: var(--white);
  padding: 18px 0;
}

.vega-trust-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.vega-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.vega-trust-item__icon {
  flex-shrink: 0;
  color: #ffde00;
}

.vega-trust-item__icon .bd-icon {
  color: #ffde00;
}

.vega-trust-item strong {
  display: block;
  font-size: var(--text-sm);
  margin-bottom: 2px;
}

.vega-trust-item span {
  font-size: 11px;
  opacity: 0.82;
  line-height: 1.4;
}

/* Why buy */
.vega-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.vega-why-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1px solid var(--gray-200);
  border-top: 4px solid #ffde00;
  box-shadow: var(--shadow-sm);
}

.vega-why-card__icon {
  display: block;
  color: #c9a800;
  margin-bottom: 14px;
}

.vega-why-card h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: var(--fw-bold);
  margin-bottom: 10px;
  color: #1a1a1a;
  line-height: 1.35;
}

.vega-why-card p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.65;
}

/* Purchase steps */
.vega-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.vega-step {
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px 18px;
  border: 1px solid var(--gray-200);
  text-align: center;
  position: relative;
}

.vega-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #ffde00;
  color: #1a1a1a;
  font-weight: 800;
  border-radius: 50%;
  margin-bottom: 12px;
  font-size: var(--text-sm);
}

.vega-step h3 {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: var(--fw-bold);
  margin-bottom: 8px;
  color: #1a1a1a;
  line-height: 1.35;
}

.vega-step p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.65;
}

/* Iran industries */
.vega-iran-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vega-iran-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  transition: var(--transition);
}

.vega-iran-card:hover {
  border-color: #ffde00;
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.vega-iran-card__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: #0b0b0b;
}

.vega-iran-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 18px;
}

.vega-iran-card__body {
  padding: 18px 20px 22px;
}

.vega-iran-card__icon {
  color: #c9a800;
  margin-bottom: 8px;
  display: block;
}

.vega-iran-card h3 {
  font-size: var(--text-base);
  margin-bottom: 8px;
  color: #1a1a1a;
}

.vega-iran-card p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: var(--leading-relaxed);
}

/* Supply cards */
.vega-supply-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.vega-supply-card {
  background: var(--white);
  padding: 22px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  border-inline-end: 4px solid #ffde00;
}

.vega-supply-card h4 {
  font-size: var(--text-base);
  margin-bottom: 8px;
  color: #1a1a1a;
}

.vega-supply-card p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: var(--leading-relaxed);
  margin: 0;
}

/* FAQ */
.vega-faq {
  max-width: 760px;
  margin: 0 auto;
}

.vega-faq__item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  margin-bottom: 10px;
  overflow: hidden;
}

.vega-faq__item summary {
  padding: 18px 20px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: #1a1a1a;
}

.vega-faq__item summary::-webkit-details-marker {
  display: none;
}

.vega-faq__item summary::before {
  content: '+';
  float: left;
  font-weight: 800;
  color: #c9a800;
}

.vega-faq__item[open] summary::before {
  content: '−';
}

.vega-faq__item p {
  padding: 0 20px 18px;
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: var(--leading-relaxed);
  margin: 0;
}

/* Sticky CTA */
.vega-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-dropdown);
  background: #1a1a1a;
  color: var(--white);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.vega-sticky-cta.is-visible {
  transform: translateY(0);
}

.vega-sticky-cta__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.vega-sticky-cta__text strong {
  font-size: var(--text-sm);
  font-weight: 600;
}

.vega-sticky-cta__text span {
  font-size: 11px;
  opacity: 0.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vega-sticky-cta__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.vega-sticky-cta__actions .btn {
  padding: 10px 14px;
  font-size: var(--text-sm);
}

.vega-btn-inquiry {
  padding: 10px 18px;
  font-size: var(--text-sm);
}

/* Quick series strip */
.vega-quick-series-wrap {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  padding: 14px 0;
}

.vega-quick-series {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.vega-quick-series__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  background: #fafafa;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.vega-quick-series__item:hover {
  border-color: #ffde00;
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.vega-quick-series__item strong {
  font-size: var(--text-sm);
  color: #1a1a1a;
}

.vega-quick-series__tag {
  font-size: 11px;
  font-weight: 700;
  color: #7a6200;
  background: #fff3b0;
  padding: 2px 8px;
  border-radius: 999px;
  width: fit-content;
}

.vega-quick-series__hint {
  font-size: var(--text-xs);
  color: var(--text-muted);
}

/* Quote checklist */
.vega-quote-box {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 24px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}

.vega-quote-box__content h3 {
  margin: 0 0 8px;
  font-size: var(--text-xl);
}

.vega-quote-box__content > p {
  margin: 0 0 16px;
  color: var(--text-muted);
}

.vega-quote-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.vega-quote-box__list li {
  position: relative;
  padding-inline-start: 22px;
  font-size: var(--text-sm);
  line-height: 1.5;
}

.vega-quote-box__list li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffde00;
  border: 2px solid #1a1a1a;
}

.vega-quote-box__tip {
  margin: 16px 0 0;
  padding: 12px 14px;
  background: #fffbeb;
  border-radius: var(--radius);
  font-size: var(--text-sm);
  color: #7a6200;
}

.vega-quote-box__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vega-iran-card--link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.vega-iran-card__models {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  background: #f3f4f6;
  padding: 4px 8px;
  border-radius: 6px;
}

.vega-iran-card__cta {
  display: inline-block;
  margin-top: 10px;
  font-size: var(--text-sm);
  font-weight: 700;
  color: #7a6200;
}

/* Value props */
.vega-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vega-value-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.vega-value-card__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: #0b0b0b;
}

.vega-value-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 16px;
}

.vega-value-card__media--photo img,
.vega-industry-item__media--photo img {
  object-fit: cover;
  padding: 0;
}

.vega-value-card__body {
  padding: 22px 20px 24px;
  border-top: 4px solid #ffde00;
}

.vega-value-card__en {
  display: block;
  font-size: 10px;
  color: var(--text-muted);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.vega-value-card h3 {
  font-size: var(--text-lg);
  margin-bottom: 10px;
  color: #1a1a1a;
}

.vega-value-card p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: var(--leading-relaxed);
}

/* Industries — 15 cards: 5×3, then 3×5, so the last row stays full */
.vega-industries-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.vega-industry-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  transition: var(--transition);
}

.vega-industry-item:hover {
  border-color: #ffde00;
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.vega-industry-item__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8eaed;
}

.vega-industry-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vega-industry-item__icon {
  display: block;
  font-size: 1.25rem;
  margin: 10px 0 6px;
  color: #c9a800;
}

.vega-industry-item strong,
.vega-industry-item small {
  display: block;
  padding: 0 10px;
}

.vega-industry-item strong {
  padding-bottom: 4px;
  font-size: var(--text-sm);
  margin-bottom: 4px;
}

.vega-industry-item small {
  padding-bottom: 14px;
  font-size: 10px;
  color: var(--text-muted);
}

/* Principles */
.vega-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vega-principle-item {
  background: var(--white);
  padding: 24px;
  border-radius: var(--radius);
  border-inline-end: 4px solid #ffde00;
  box-shadow: var(--shadow-sm);
}

.vega-principle-item h4 {
  font-size: var(--text-base);
  margin-bottom: 8px;
  color: #1a1a1a;
}

.vega-principle-item p {
  font-size: var(--text-sm);
  color: var(--text-muted);
}

/* myVEGA block */
.vega-digital-block {
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: center;
  border-top: 4px solid #ffde00;
}

.vega-digital-block__visual {
  background: #0b0b0b;
  border-radius: var(--radius);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.vega-digital-block__visual img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  border-radius: var(--radius);
}

.vega-digital-block h3 {
  font-size: var(--text-3xl);
  margin-bottom: 12px;
}

.vega-digital-block__list {
  list-style: none;
}

.vega-digital-block__list li {
  padding: 6px 0;
  font-size: var(--text-sm);
  opacity: 0.92;
}

.vega-digital-block__list li::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-inline-end: 0.25em;
  vertical-align: -0.15em;
  background-color: #ffde00;
  mask: var(--bd-icon-arrow) no-repeat center / contain;
  -webkit-mask: var(--bd-icon-arrow) no-repeat center / contain;
}

.vega-digital-block .btn--yellow {
  background: #ffde00;
  color: #1a1a1a;
  border-color: #ffde00;
}

/* Bizdavar supply */
.vega-supply-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  list-style: none;
}

.vega-supply-list li {
  background: var(--white);
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--gray-200);
  border-inline-end: 4px solid #ffde00;
  font-size: var(--text-sm);
  font-weight: var(--fw-semibold);
}

.vega-supply-list li::before {
  content: '✦ ';
  color: #c9a800;
}

.vega-official-note {
  text-align: center;
  font-size: var(--text-sm);
  color: var(--text-muted);
  padding: 24px;
  background: #fffef5;
  border-radius: var(--radius);
  margin-top: 40px;
  border: 1px solid #fff3b0;
}

.vega-official-note a {
  color: #7a6200;
  font-weight: 600;
}

.vega-official-note a:hover {
  color: #1a1a1a;
}

/* Responsive */
@media (max-width: 1024px) {
  .vega-hero__stage {
    min-height: 380px;
  }
  .vega-hero__card {
    width: min(400px, 52%);
    padding: 22px 22px 18px;
    inset-inline-start: 18px;
  }
  .vega-hero__title {
    font-size: clamp(1.35rem, 3vw, 1.8rem);
  }
  .vega-hero__stat span {
    display: none;
  }
  .vega-value-grid { grid-template-columns: repeat(2, 1fr); }
  .vega-digital-block { grid-template-columns: 1fr; }
  .vega-digital-block__visual { order: -1; }
  .vega-principles-grid { grid-template-columns: repeat(2, 1fr); }
  .vega-trust-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .vega-steps { grid-template-columns: repeat(3, 1fr); }
  .vega-iran-grid { grid-template-columns: repeat(2, 1fr); }
  .vega-industries-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vega-supply-grid { grid-template-columns: repeat(2, 1fr); }
  .vega-quick-series { grid-template-columns: repeat(2, 1fr); }
  .vega-quote-box { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .vega-hero {
    padding: 12px 0 32px;
  }
  .vega-hero__frame {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .vega-hero__stage {
    aspect-ratio: 4 / 3;
    min-height: 240px;
    border-radius: 20px;
  }
  .vega-hero__card {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    box-shadow: 0 10px 28px rgba(16, 16, 16, 0.08);
    padding: 22px 20px 18px;
  }
  .vega-hero__product {
    width: min(48%, 220px);
    height: 72%;
  }
  .vega-hero__rings {
    width: min(58%, 260px);
  }
  .vega-hero__stat span {
    display: block;
  }
  .vega-products-grid { grid-template-columns: 1fr; }
  .vega-product-card__media {
    padding: 22px 18px;
  }
  .vega-product-card__body { padding: 18px 16px 16px; }
  .vega-product-card__actions { grid-template-columns: 1fr; }
  .vega-value-grid { grid-template-columns: 1fr; }
  .vega-principles-grid { grid-template-columns: 1fr; }
  .vega-cat-nav { overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; }
  .vega-why-grid { grid-template-columns: 1fr; }
  .vega-steps { grid-template-columns: 1fr; }
  .vega-iran-grid { grid-template-columns: 1fr; }
  .vega-industries-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vega-industry-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, 280px);
    justify-self: center;
  }
  .vega-quick-series { grid-template-columns: 1fr 1fr; }
  .vega-sticky-cta__text span { display: none; }
  .vega-supply-grid { grid-template-columns: 1fr; }
  .vega-trust-bar__inner { grid-template-columns: 1fr; }
  body[data-page="vega"] .footer { padding-bottom: 64px; }
}
