/* =========================================================
   ENFOSGOLD COMPLETE GROWTH SUITE V6.8.3
========================================================= */

/* ---------- Product trust / delivery information ---------- */
body.single-product .eg-product-service-summary,
body.single-product .eg-product-support-actions,
body.single-product .eg-product-information-grid,
.eg-order-progress-card,
.eg-payment-proof-card,
.eg-policy-page,
.eg-supplier-form {
  --eg-growth-gold: #d8b84a;
  --eg-growth-gold2: #f4df78;
  --eg-growth-text: #f7edca;
  --eg-growth-muted: #c8c2af;
  --eg-growth-green: #2fd67a;
  --eg-growth-panel: #07100d;
  --eg-growth-panel2: #0b1713;
  --eg-growth-line: rgba(216,184,74,.15);
  box-sizing: border-box;
  color: var(--eg-growth-text);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

body.single-product .eg-product-service-summary *,
body.single-product .eg-product-support-actions *,
body.single-product .eg-product-information-grid *,
.eg-order-progress-card *,
.eg-payment-proof-card *,
.eg-policy-page *,
.eg-supplier-form * { box-sizing: border-box; }

body.single-product .eg-product-service-summary {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin: 0 0 18px;
}
body.single-product .eg-product-service-stat {
  min-height: 74px;
  padding: 14px 15px;
  border: 1px solid var(--eg-growth-line);
  border-radius: 13px;
  background: linear-gradient(180deg,rgba(12,27,21,.9),rgba(5,13,10,.95));
}
body.single-product .eg-product-service-stat small {
  display: block;
  margin-bottom: 7px;
  color: rgba(247,237,202,.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
body.single-product .eg-product-service-stat strong {
  display: block;
  color: var(--eg-growth-gold2);
  font-size: 12px;
  line-height: 1.35;
}
body.single-product .eg-product-service-stat.is-available strong { color: #5be596; }
body.single-product .eg-product-service-stat.is-low strong { color: #ffd36f; }
body.single-product .eg-product-service-stat.is-unavailable strong { color: #ff8b78; }

body.single-product .eg-select-options-price {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(216,184,74,.16);
  border-radius: 10px;
  color: rgba(247,237,202,.72);
  background: rgba(216,184,74,.035);
  font: 700 12px/1.35 Montserrat,Arial,sans-serif;
}

body.single-product .eg-product-support-actions {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  align-items: center;
  gap: 12px;
  margin: 16px 0 0;
  padding: 15px 16px;
  border: 1px solid rgba(47,214,122,.17);
  border-radius: 14px;
  background: radial-gradient(circle at 0 50%,rgba(47,214,122,.08),transparent 42%),rgba(5,16,11,.8);
}
body.single-product .eg-product-support-actions small {
  display: block;
  margin-bottom: 5px;
  color: rgba(247,237,202,.56);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.single-product .eg-product-support-actions strong { color: var(--eg-growth-text); font-size: 12px; }
body.single-product .eg-product-support-actions button,
body.single-product .eg-product-support-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(216,184,74,.2);
  border-radius: 9px;
  color: var(--eg-growth-gold2) !important;
  background: rgba(216,184,74,.045);
  font: 800 10px/1 Montserrat,Arial,sans-serif;
  text-decoration: none !important;
  cursor: pointer;
}
body.single-product .eg-product-support-actions a {
  color: #14200f !important;
  border-color: rgba(244,223,120,.45);
  background: linear-gradient(180deg,#edd36c,#d8b84a);
}

body.single-product .eg-product-information-grid {
  grid-column: 1 / -1;
  width: 100%;
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 13px;
  clear: both;
}
body.single-product .eg-product-information-grid article {
  position: relative;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--eg-growth-line);
  border-radius: 18px;
  background: radial-gradient(circle at 100% 0,rgba(216,184,74,.08),transparent 40%),linear-gradient(180deg,rgba(10,23,18,.94),rgba(4,11,8,.98));
}
body.single-product .eg-product-information-grid article > span {
  position: absolute;
  right: 16px;
  top: 10px;
  color: rgba(244,223,120,.07);
  font: 800 48px/1 Georgia,"Times New Roman",serif;
}
body.single-product .eg-product-information-grid h2 {
  position: relative;
  margin: 0 0 14px;
  color: var(--eg-growth-gold2);
  font: 700 20px/1.15 Georgia,"Times New Roman",serif;
}
body.single-product .eg-product-information-grid p {
  position: relative;
  margin: 0;
  color: rgba(247,237,202,.72);
  font-size: 12px;
  line-height: 1.65;
}

/* ---------- Order timeline / payment proof ---------- */
.eg-order-progress-card,
.eg-payment-proof-card {
  width: 100%;
  margin: 16px 0 0;
  padding: 24px;
  border: 1px solid var(--eg-growth-line);
  border-radius: 18px;
  background: radial-gradient(circle at 100% 0,rgba(216,184,74,.07),transparent 34%),linear-gradient(180deg,rgba(8,19,15,.96),rgba(4,10,8,.98));
}
.eg-growth-section-heading small {
  display: block;
  margin-bottom: 6px;
  color: var(--eg-growth-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eg-growth-section-heading h2 {
  margin: 0;
  color: #fff2c6;
  font: 700 27px/1.08 Georgia,"Times New Roman",serif;
}
.eg-growth-section-heading p {
  margin: 9px 0 0;
  max-width: 760px;
  color: rgba(247,237,202,.68);
  font-size: 12px;
  line-height: 1.55;
}
.eg-order-progress-track {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin-top: 22px;
}
.eg-order-progress-step {
  position: relative;
  min-height: 78px;
  padding: 0 16px 0 0;
}
.eg-order-progress-step::after {
  content: "";
  position: absolute;
  left: 38px;
  right: 0;
  top: 17px;
  height: 1px;
  background: rgba(216,184,74,.14);
}
.eg-order-progress-step:last-child::after { display: none; }
.eg-order-progress-step > span {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216,184,74,.18);
  border-radius: 50%;
  color: rgba(247,237,202,.52);
  background: #07100d;
  font-size: 11px;
  font-weight: 900;
}
.eg-order-progress-step strong {
  display: block;
  margin-top: 10px;
  color: rgba(247,237,202,.48);
  font-size: 11px;
  line-height: 1.3;
}
.eg-order-progress-step.is-active > span {
  border-color: rgba(244,223,120,.46);
  color: #171207;
  background: var(--eg-growth-gold);
  box-shadow: 0 0 18px rgba(216,184,74,.18);
}
.eg-order-progress-step.is-active strong { color: var(--eg-growth-gold2); }
.eg-order-progress-step.is-done::after { background: rgba(47,214,122,.42); }
.eg-order-progress-step.is-done > span { border-color: rgba(47,214,122,.5); background: #2fd67a; }

.eg-payment-proof-form {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 22px;
}
.eg-payment-proof-form label,
.eg-payment-proof-form .eg-payment-proof-field { display: block; }
.eg-payment-proof-form .eg-payment-proof-field.is-file { grid-column: 1/-1; }
.eg-payment-proof-form label > span,
.eg-payment-proof-form .eg-payment-proof-field > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(247,237,202,.78);
  font-size: 11px;
  font-weight: 800;
}
.eg-payment-proof-form label > span b { color: #ff7d6e; }
.eg-payment-proof-form input[type="text"] {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(216,184,74,.15);
  border-radius: 10px;
  color: var(--eg-growth-text);
  background: #06100c;
  font: 600 12px/1 Montserrat,Arial,sans-serif;
}
.eg-file-upload {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(216,184,74,.16);
  border-radius: 12px;
  background:
    linear-gradient(180deg,rgba(10,22,17,.94),rgba(4,12,9,.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.eg-file-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.eg-file-trigger {
  min-height: 38px;
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 !important;
  padding: 0 15px;
  border: 1px solid rgba(244,223,120,.32);
  border-radius: 9px;
  color: #171207;
  background: linear-gradient(180deg,#efd873,#d8b84a);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22),0 6px 16px rgba(216,184,74,.10);
  font: 900 10px/1 Montserrat,Arial,sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.eg-file-trigger:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26),0 9px 20px rgba(216,184,74,.14);
}
.eg-file-input:focus + .eg-file-trigger,
.eg-file-input:focus-visible + .eg-file-trigger {
  outline: 2px solid rgba(244,223,120,.62);
  outline-offset: 2px;
}
.eg-file-name {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  padding-right: 10px;
  color: rgba(247,237,202,.46);
  font: 600 12px/1.35 Montserrat,Arial,sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eg-file-upload.has-file .eg-file-name {
  color: rgba(247,237,202,.88);
}
.eg-payment-proof-form label small,
.eg-payment-proof-form .eg-payment-proof-field small {
  display: block;
  margin-top: 7px;
  color: rgba(247,237,202,.48);
  font-size: 10px;
}
@media (max-width: 560px) {
  .eg-file-upload {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }
  .eg-file-trigger { width: 100%; }
  .eg-file-name {
    width: 100%;
    padding: 3px 4px 2px;
    text-align: center;
  }
}
.eg-payment-proof-form button {
  min-height: 46px;
  justify-self: start;
  padding: 0 22px;
  border: 1px solid rgba(244,223,120,.46);
  border-radius: 10px;
  color: #171207;
  background: linear-gradient(180deg,#efd873,#d8b84a);
  font: 900 11px/1 Montserrat,Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
}
.eg-payment-proof-result {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-top: 20px;
}
.eg-payment-proof-result p,
.eg-payment-proof-result a {
  min-height: 72px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(47,214,122,.16);
  border-radius: 12px;
  background: rgba(47,214,122,.035);
  text-decoration: none !important;
}
.eg-payment-proof-result small { display: block; margin-bottom: 6px; color: rgba(247,237,202,.48); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.eg-payment-proof-result strong { color: #69eaa0; font-size: 12px; overflow-wrap: anywhere; }
.eg-payment-proof-result a { display: flex; align-items: center; justify-content: center; color: var(--eg-growth-gold2) !important; font-size: 11px; font-weight: 800; }
body.woocommerce-account .eg-v618-status.status-pay-verify {
  border-color: rgba(83,190,236,.46);
  background: rgba(42,139,181,.13);
  color: #8fdcff !important;
}
body.woocommerce-account .eg-v618-status.status-pay-verify::before { background: #75d3ff; }

/* ---------- Policy / trust pages ---------- */
.eg-policy-page {
  width: min(1380px,calc(100vw - 80px));
  margin: 0 auto;
  padding: 38px 0 24px;
}
.eg-policy-hero {
  padding: 42px;
  border: 1px solid var(--eg-growth-line);
  border-radius: 24px;
  background: radial-gradient(circle at 86% 0,rgba(216,184,74,.12),transparent 31%),linear-gradient(135deg,rgba(10,23,18,.97),rgba(4,10,8,.99));
}
.eg-policy-hero small {
  display: block;
  margin-bottom: 10px;
  color: var(--eg-growth-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
}
.eg-policy-hero h1 {
  margin: 0;
  color: #fff2c6;
  font: 700 clamp(38px,4vw,64px)/.98 Georgia,"Times New Roman",serif;
  letter-spacing: -.035em;
}
.eg-policy-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(247,237,202,.72);
  font-size: 15px;
  line-height: 1.65;
}
.eg-policy-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 14px;
}
.eg-policy-card {
  position: relative;
  min-height: 220px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--eg-growth-line);
  border-radius: 20px;
  background: linear-gradient(180deg,rgba(8,19,15,.94),rgba(4,10,8,.98));
}
.eg-policy-number {
  position: absolute;
  right: 18px;
  top: 12px;
  color: rgba(244,223,120,.07);
  font: 800 58px/1 Georgia,"Times New Roman",serif;
}
.eg-policy-card h2 {
  position: relative;
  margin: 0 0 14px;
  color: var(--eg-growth-gold2);
  font: 700 27px/1.08 Georgia,"Times New Roman",serif;
}
.eg-policy-card p {
  position: relative;
  margin: 0;
  color: rgba(247,237,202,.7);
  font-size: 13px;
  line-height: 1.7;
}

/* ---------- Supplier form ---------- */
.eg-supplier-form {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 14px;
  padding: 28px;
  border: 1px solid var(--eg-growth-line);
  border-radius: 20px;
  background: linear-gradient(180deg,rgba(8,19,15,.96),rgba(4,10,8,.99));
}
.eg-supplier-form label { display: block; }
.eg-supplier-form label.is-wide { grid-column: 1/-1; }
.eg-supplier-form label > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(247,237,202,.8);
  font-size: 11px;
  font-weight: 800;
}
.eg-supplier-form input,
.eg-supplier-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(216,184,74,.16);
  border-radius: 11px;
  color: var(--eg-growth-text);
  background: #06100c;
  font: 600 13px/1.4 Montserrat,Arial,sans-serif;
  outline: none;
}
.eg-supplier-form textarea { min-height: 130px; padding-top: 13px; resize: vertical; }
.eg-supplier-form input:focus,
.eg-supplier-form textarea:focus { border-color: rgba(244,223,120,.52); box-shadow: 0 0 0 3px rgba(216,184,74,.07); }
.eg-supplier-form button {
  min-height: 48px;
  justify-self: start;
  padding: 0 24px;
  border: 1px solid rgba(244,223,120,.45);
  border-radius: 11px;
  color: #171207;
  background: linear-gradient(180deg,#efd873,#d8b84a);
  font: 900 11px/1 Montserrat,Arial,sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.eg-honeypot { position: absolute !important; left: -9999px !important; }
.eg-form-notice { margin-top: 14px; padding: 14px 16px; border-radius: 12px; font-size: 12px; font-weight: 700; }
.eg-form-notice.is-success { border: 1px solid rgba(47,214,122,.25); color: #6ceca4; background: rgba(47,214,122,.06); }
.eg-form-notice.is-error { border: 1px solid rgba(255,99,80,.25); color: #ff9a8c; background: rgba(255,99,80,.06); }

/* ---------- Small copy toast ---------- */
.eg-growth-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 99999;
  transform: translate(-50%,16px);
  padding: 10px 14px;
  border: 1px solid rgba(216,184,74,.24);
  border-radius: 10px;
  color: #f7edca;
  background: #09140f;
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.eg-growth-toast.is-visible { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1180px) {
  body.single-product .eg-product-information-grid { width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eg-policy-page { width: calc(100vw - 36px); }
}
@media (max-width: 760px) {
  body.single-product .eg-product-service-summary { grid-template-columns: 1fr; }
  body.single-product .eg-product-support-actions { grid-template-columns: 1fr; }
  body.single-product .eg-product-support-actions button,
  body.single-product .eg-product-support-actions a { width: 100%; }
  body.single-product .eg-product-information-grid { width: 100%; grid-template-columns: 1fr; }
  .eg-order-progress-card,.eg-payment-proof-card { padding: 19px; }
  .eg-order-progress-track { grid-template-columns: 1fr; gap: 10px; }
  .eg-order-progress-step { min-height: 48px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding: 0; }
  .eg-order-progress-step::after { left: 16px; right: auto; top: 34px; bottom: -10px; width: 1px; height: auto; }
  .eg-order-progress-step strong { margin: 0; }
  .eg-payment-proof-form,.eg-payment-proof-result { grid-template-columns: 1fr; }
  .eg-policy-page { width: calc(100vw - 24px); padding-top: 24px; }
  .eg-policy-hero { padding: 28px 22px; }
  .eg-policy-grid,.eg-supplier-form { grid-template-columns: 1fr; }
  .eg-supplier-form { padding: 20px; }
  .eg-supplier-form label.is-wide { grid-column: auto; }
}

body.woocommerce-account .eg-status-pay-verify {
  border-color: rgba(83,190,236,.34) !important;
  color: #8fdcff !important;
  background: rgba(42,139,181,.13) !important;
}
body.woocommerce-order-received .eg-received-status.is-pay-verify {
  border-color: rgba(83,190,236,.34);
  color: #8fdcff;
  background: rgba(42,139,181,.13);
}
body.woocommerce-account .eg-account-status-pay-verify {
  border-color: rgba(83,190,236,.34) !important;
  color: #8fdcff !important;
  background: rgba(42,139,181,.13) !important;
}
