.elementor-36015 .elementor-element.elementor-element-7699a44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-36015 .elementor-element.elementor-element-1df6f71{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-36015 .elementor-element.elementor-element-1df6f71.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-36015 .elementor-element.elementor-element-7699a44{--content-width:1280px;}}/* Start custom CSS for container, class: .elementor-element-7699a44 *//* =========================================================
   ZETX.RO — Blog Landing Widget: Generator pentru casă
   Prefix unic: ztx-gen-
   Gândit pentru Elementor container boxed 1280px
========================================================= */

.ztx-gen-article {
  --ztx-black: #0d0d0f;
  --ztx-soft-black: #17171a;
  --ztx-yellow: #ffd21f;
  --ztx-red: #e60012;
  --ztx-red-dark: #b8000e;
  --ztx-text: #171717;
  --ztx-muted: #616161;
  --ztx-border: #ececec;
  --ztx-bg: #ffffff;
  --ztx-bg-soft: #f7f7f7;
  --ztx-radius-xl: 28px;
  --ztx-radius-lg: 20px;
  --ztx-radius-md: 14px;
  --ztx-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
  --ztx-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.06);
  width: 100%;
  color: var(--ztx-text);
  font-family: inherit;
  line-height: 1.65;
  overflow: hidden;
}

.ztx-gen-article,
.ztx-gen-article * {
  box-sizing: border-box;
}

.ztx-gen-article a {
  color: inherit;
}

.ztx-gen-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  z-index: 99999;
  background: transparent;
  pointer-events: none;
}

.ztx-gen-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--ztx-yellow), var(--ztx-red));
  transform: scaleX(0);
  transform-origin: left center;
}

/* HERO */

.ztx-gen-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: center;
  padding: clamp(34px, 5vw, 70px);
  margin: 0 0 28px;
  border-radius: var(--ztx-radius-xl);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 210, 31, 0.35), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(230, 0, 18, 0.16), transparent 30%),
    linear-gradient(135deg, #111111 0%, #1b1b1f 54%, #09090b 100%);
  color: #ffffff;
  box-shadow: var(--ztx-shadow);
}

.ztx-gen-hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--ztx-radius-xl) - 10px);
  pointer-events: none;
}

.ztx-gen-hero__content {
  position: relative;
  z-index: 1;
}

.ztx-gen-eyebrow,
.ztx-gen-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 210, 31, 0.14);
  color: var(--ztx-yellow);
  border: 1px solid rgba(255, 210, 31, 0.28);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.ztx-gen-section .ztx-gen-kicker {
  background: #fff8d9;
  color: #5e4500;
  border-color: #ffe58a;
}

.ztx-gen-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: -1.8px;
  color: #ffffff;
}

.ztx-gen-lead {
  max-width: 770px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 20px);
}

.ztx-gen-hero-note {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.ztx-gen-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.ztx-gen-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none !important;
  line-height: 1.2;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  cursor: pointer;
}

.ztx-gen-btn:hover {
  transform: translateY(-2px);
}

.ztx-gen-btn--primary {
  background: var(--ztx-red);
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(230, 0, 18, 0.25);
}

.ztx-gen-btn--primary:hover {
  background: var(--ztx-red-dark);
  box-shadow: 0 18px 35px rgba(230, 0, 18, 0.32);
}

.ztx-gen-btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.24);
}

.ztx-gen-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ztx-gen-trust span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.ztx-gen-hero__media {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: 430px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at center, rgba(255, 210, 31, 0.18), transparent 48%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
}

.ztx-gen-hero__media img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.ztx-gen-hero__media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.62);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  backdrop-filter: blur(10px);
}

.ztx-gen-fallback-visual {
  display: none;
  height: 430px;
  place-items: center;
  padding: 32px;
  text-align: center;
}

.ztx-has-fallback .ztx-gen-fallback-visual {
  display: grid;
}

.ztx-gen-fallback-visual__circle {
  display: grid;
  place-items: center;
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ztx-yellow), #ffb000);
  box-shadow: 0 24px 70px rgba(255, 210, 31, 0.28);
}

.ztx-gen-fallback-visual__circle span {
  font-size: 72px;
  line-height: 1;
}

.ztx-gen-fallback-visual__text strong,
.ztx-gen-fallback-visual__text small {
  display: block;
}

.ztx-gen-fallback-visual__text strong {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
}

.ztx-gen-fallback-visual__text small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

/* TOC */

.ztx-gen-toc {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 0 34px;
  padding: 10px;
  border: 1px solid var(--ztx-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ztx-shadow-soft);
  backdrop-filter: blur(12px);
  scrollbar-width: none;
}

.ztx-gen-toc::-webkit-scrollbar {
  display: none;
}

.ztx-gen-toc a {
  flex: 0 0 auto;
  padding: 10px 13px;
  border-radius: 999px;
  background: #f4f4f4;
  color: #202020;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease;
}

.ztx-gen-toc a:hover {
  background: var(--ztx-black);
  color: #ffffff;
}

/* SECTIONS */

.ztx-gen-section {
  margin: 34px 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--ztx-border);
  border-radius: var(--ztx-radius-xl);
  background: var(--ztx-bg);
  box-shadow: var(--ztx-shadow-soft);
  scroll-margin-top: 96px;
}

.ztx-gen-section--soft {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 210, 31, 0.2), transparent 32%),
    #fafafa;
}

.ztx-gen-section--dark {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 210, 31, 0.2), transparent 30%),
    linear-gradient(135deg, #101010, #1b1b1b);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}

.ztx-gen-section--dark .ztx-gen-kicker {
  background: rgba(255, 210, 31, 0.14);
  color: var(--ztx-yellow);
  border-color: rgba(255, 210, 31, 0.28);
}

.ztx-gen-section__head {
  max-width: 890px;
  margin: 0 0 26px;
}

.ztx-gen-section__head h2,
.ztx-gen-content-block h2,
.ztx-gen-final-cta h2 {
  margin: 0 0 14px;
  color: inherit;
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.05;
  letter-spacing: -1px;
}

.ztx-gen-section__head p,
.ztx-gen-content-block p,
.ztx-gen-final-cta p {
  margin: 0 0 14px;
  color: var(--ztx-muted);
  font-size: 17px;
}

.ztx-gen-section--dark .ztx-gen-section__head p {
  color: rgba(255, 255, 255, 0.74);
}

/* QUICK CARDS */

.ztx-gen-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ztx-gen-quick-card {
  padding: 20px;
  border: 1px solid var(--ztx-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045);
}

.ztx-gen-quick-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #111111;
  color: var(--ztx-yellow);
  font-weight: 900;
  font-size: 13px;
}

.ztx-gen-quick-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.2;
  color: #111111;
}

.ztx-gen-quick-card p {
  margin: 0;
  color: #555555;
  font-size: 15px;
}

.ztx-gen-quick-card--featured {
  border-color: rgba(230, 0, 18, 0.28);
  background: linear-gradient(180deg, #ffffff, #fff8f8);
}

.ztx-gen-quick-card--featured span {
  background: var(--ztx-red);
  color: #ffffff;
}

.ztx-gen-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 22px;
  border-radius: 20px;
  background: #111111;
  color: #ffffff;
}

.ztx-gen-callout div {
  max-width: 850px;
}

.ztx-gen-callout a {
  flex: 0 0 auto;
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--ztx-yellow);
  color: #111111 !important;
  font-weight: 900;
  text-decoration: none !important;
}

/* SELECTOR */

.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44 {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
}

.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons {
  display: grid;
  gap: 10px;
}

.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons button {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--ztx-border);
  border-radius: 14px;
  background: #ffffff;
  color: #181818;
  text-align: left;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border 0.18s ease, transform 0.18s ease;
}

.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons button:hover,
.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons button.is-active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
  transform: translateX(2px);
}

.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__result {
  min-height: 260px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 210, 31, 0.24), transparent 32%),
    #ffffff;
  border: 1px solid var(--ztx-border);
  box-shadow: var(--ztx-shadow-soft);
}

.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__result h3 {
  margin: 12px 0 12px;
  color: #111111;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.06;
}

.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__result p {
  margin: 0 0 18px;
  color: #555555;
  font-size: 17px;
}

.ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__result a {
  display: inline-flex;
  font-weight: 900;
  color: var(--ztx-red) !important;
  text-decoration: none !important;
}

/* CALCULATOR */

.ztx-gen-calc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: start;
}

.ztx-gen-calc__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ztx-gen-calc__form label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--ztx-border);
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  transition: border 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ztx-gen-calc__form label:hover {
  border-color: rgba(230, 0, 18, 0.3);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055);
  transform: translateY(-1px);
}

.ztx-gen-calc__form input {
  margin-top: 3px;
  accent-color: var(--ztx-red);
}

.ztx-gen-calc__form span,
.ztx-gen-calc__form small {
  grid-column: 2;
}

.ztx-gen-calc__form span {
  color: #111111;
  font-weight: 850;
  line-height: 1.25;
}

.ztx-gen-calc__form small {
  color: #666666;
  font-size: 13px;
}

.ztx-gen-calc__result {
  position: sticky;
  top: 92px;
  padding: 24px;
  border-radius: 24px;
  background: #111111;
  color: #ffffff;
  box-shadow: var(--ztx-shadow);
}

.ztx-gen-pill {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff3c2;
  color: #6a4a00;
  font-size: 12px;
  font-weight: 900;
}

.ztx-gen-calc__result h3 {
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.14;
}

.ztx-gen-calc__result p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.74);
}

.ztx-gen-meter {
  height: 10px;
  margin: 18px 0;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.ztx-gen-meter span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--ztx-yellow), var(--ztx-red));
  transition: transform 0.25s ease;
}

.ztx-gen-calc__numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 18px;
}

.ztx-gen-calc__numbers div {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.ztx-gen-calc__numbers strong,
.ztx-gen-calc__numbers small {
  display: block;
}

.ztx-gen-calc__numbers strong {
  color: var(--ztx-yellow);
  font-size: 23px;
  line-height: 1;
}

.ztx-gen-calc__numbers small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.ztx-gen-calc__result .ztx-gen-btn {
  width: 100%;
}

.ztx-gen-disclaimer {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff8d9;
  color: #5f4a00;
  font-size: 14px;
  font-weight: 700;
}

/* PRODUCT CARDS — WooCommerce Dynamic Shortcode
   Shortcode folosit în HTML: [zetx_generator_cards]
*/

.ztx-gen-shortcode-wrap {
  width: 100%;
}

.ztx-gen-shortcode-wrap > p {
  margin: 0;
}

.ztx-gen-products,
.ztx-gen-products--woo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.ztx-gen-product-card {
  position: relative;
  display: grid;
  grid-template-rows: 230px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--ztx-border, #ececec);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--ztx-shadow-soft, 0 10px 30px rgba(0, 0, 0, 0.06));
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.ztx-gen-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(230, 0, 18, 0.28);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.11);
}

.ztx-gen-product-card--premium {
  border-color: rgba(255, 210, 31, 0.9);
  box-shadow:
    var(--ztx-shadow-soft, 0 10px 30px rgba(0, 0, 0, 0.06)),
    inset 0 0 0 1px rgba(255, 210, 31, 0.35);
}

.ztx-gen-product-card--out {
  opacity: 0.82;
}

.ztx-gen-product-card--out::after {
  content: "Stoc epuizat";
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  padding: 8px 11px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

/* Product image area */

.ztx-gen-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 210, 31, 0.28), transparent 38%),
    linear-gradient(145deg, #f8f8f8, #ffffff);
  overflow: hidden;
  text-decoration: none !important;
}

.ztx-gen-product-card__media::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255, 210, 31, 0.18);
  filter: blur(18px);
  pointer-events: none;
}

.ztx-gen-product-card__media img,
.ztx-gen-product-img,
.ztx-gen-product-card__media .attachment-woocommerce_thumbnail,
.ztx-gen-product-card__media .woocommerce-placeholder {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 190px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  padding: 0 !important;
  border: 0;
  background: transparent;
  box-shadow: none;
  mix-blend-mode: multiply;
  transition: transform 0.22s ease;
}

.ztx-gen-product-card:hover .ztx-gen-product-card__media img,
.ztx-gen-product-card:hover .ztx-gen-product-img {
  transform: scale(1.045);
}

.ztx-gen-svg-fallback {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 26px;
  background: #111111;
  color: var(--ztx-yellow, #ffd21f);
  font-size: 42px;
  line-height: 1;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

/* Body */

.ztx-gen-product-card__body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
}

.ztx-gen-product-card__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.ztx-gen-stock,
.ztx-gen-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 25px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 10.5px;
  font-weight: 950;
  letter-spacing: 0.25px;
  line-height: 1;
  text-transform: uppercase;
}

.ztx-gen-stock--last {
  background: #fff0e6;
  color: #bd3300;
  border: 1px solid #ffc7a8;
}

.ztx-gen-stock--low {
  background: #fff8d9;
  color: #745400;
  border: 1px solid #ffe58a;
}

.ztx-gen-stock--in {
  background: #eafbea;
  color: #166c25;
  border: 1px solid #b8edbd;
}

.ztx-gen-stock--out {
  background: #f1f1f1;
  color: #555555;
  border: 1px solid #d8d8d8;
}

.ztx-gen-tag {
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
}

.ztx-gen-product-card h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 21px;
  line-height: 1.16;
  letter-spacing: -0.3px;
}

.ztx-gen-product-card h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.ztx-gen-product-card h3 a:hover {
  color: var(--ztx-red, #e60012) !important;
}

.ztx-gen-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 12px;
  color: #111111;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
}

.ztx-gen-price .amount {
  color: #111111;
  font-weight: 950;
}

.ztx-gen-price del {
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.85;
}

.ztx-gen-price ins {
  color: var(--ztx-red, #e60012);
  text-decoration: none;
}

.ztx-gen-product-card p {
  margin: 0 0 14px;
  color: #555555;
  font-size: 14.5px;
  line-height: 1.55;
}

.ztx-gen-specs {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.ztx-gen-specs li {
  padding: 9px 10px;
  border-radius: 12px;
  background: #f7f7f7;
  color: #333333;
  font-size: 13.5px;
  line-height: 1.35;
}

.ztx-gen-specs li strong {
  color: #111111;
  font-weight: 900;
}

.ztx-gen-product-card__actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.ztx-gen-product-card__actions .ztx-gen-btn {
  width: 100%;
}

.ztx-gen-btn--disabled {
  background: #2b2b2b;
  color: #ffffff !important;
  box-shadow: none;
  cursor: pointer;
}

.ztx-gen-mini-link {
  display: inline-flex;
  justify-content: center;
  color: var(--ztx-red, #e60012) !important;
  font-size: 13.5px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.ztx-gen-mini-link:hover {
  text-decoration: underline !important;
}

/* TABLE */

.ztx-gen-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ztx-border);
  border-radius: 20px;
  background: #ffffff;
}

.ztx-gen-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.ztx-gen-table th,
.ztx-gen-table td {
  padding: 16px;
  border-bottom: 1px solid var(--ztx-border);
  text-align: left;
  vertical-align: top;
}

.ztx-gen-table th {
  background: #111111;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ztx-gen-table td {
  color: #333333;
  font-size: 15px;
}

.ztx-gen-table tr:last-child td {
  border-bottom: 0;
}

.ztx-gen-table a {
  color: var(--ztx-red) !important;
  font-weight: 900;
  text-decoration: none !important;
}

/* SPLIT */

.ztx-gen-section--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.ztx-gen-steps {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.ztx-gen-steps li {
  position: relative;
  padding: 16px 16px 16px 54px;
  border: 1px solid var(--ztx-border);
  border-radius: 16px;
  background: #ffffff;
  color: #333333;
}

.ztx-gen-steps li::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 14px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #111111;
  color: var(--ztx-yellow);
  font-size: 13px;
  font-weight: 950;
}

.ztx-gen-side-card {
  position: sticky;
  top: 92px;
  padding: 26px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 210, 31, 0.28), transparent 35%),
    #111111;
  color: #ffffff;
  box-shadow: var(--ztx-shadow);
}

.ztx-gen-side-card h3 {
  margin: 14px 0 12px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.08;
}

.ztx-gen-side-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
}

.ztx-gen-side-card a {
  color: var(--ztx-yellow) !important;
  font-weight: 950;
  text-decoration: none !important;
}

/* HIGHLIGHT / PRICE / WARNING */

.ztx-gen-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(230, 0, 18, 0.12), transparent 35%),
    #111111;
  color: #ffffff;
}

.ztx-gen-highlight h3 {
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.08;
}

.ztx-gen-highlight p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.ztx-gen-highlight .ztx-gen-btn {
  flex: 0 0 auto;
}

.ztx-gen-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ztx-gen-price-grid div {
  padding: 22px;
  border: 1px solid var(--ztx-border);
  border-radius: 18px;
  background: #ffffff;
}

.ztx-gen-price-grid strong,
.ztx-gen-price-grid span,
.ztx-gen-price-grid p {
  display: block;
}

.ztx-gen-price-grid strong {
  color: #111111;
  font-size: 28px;
  line-height: 1;
}

.ztx-gen-price-grid span {
  margin: 10px 0 8px;
  color: var(--ztx-red);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.ztx-gen-price-grid p {
  margin: 0;
  color: #555555;
  font-size: 14px;
}

.ztx-gen-warning {
  padding: 20px;
  border-radius: 20px;
  background: #fff8d9;
  color: #5f4a00;
  border: 1px solid #ffe58a;
  font-weight: 750;
}

/* SAFETY */

.ztx-gen-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ztx-gen-safety-grid div {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ztx-gen-safety-grid span {
  color: var(--ztx-yellow);
  font-weight: 950;
  font-size: 13px;
}

.ztx-gen-safety-grid h3 {
  margin: 10px 0 8px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.15;
}

.ztx-gen-safety-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.ztx-gen-source-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--ztx-yellow) !important;
  font-weight: 900;
  text-decoration: none !important;
}

/* FAQ */

.ztx-gen-faq {
  display: grid;
  gap: 12px;
}

.ztx-gen-faq details {
  border: 1px solid var(--ztx-border);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.ztx-gen-faq summary {
  position: relative;
  padding: 18px 54px 18px 18px;
  color: #111111;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}

.ztx-gen-faq summary::-webkit-details-marker {
  display: none;
}

.ztx-gen-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 10px;
  background: #111111;
  color: var(--ztx-yellow);
  font-weight: 950;
}

.ztx-gen-faq details[open] summary::after {
  content: "−";
}

.ztx-gen-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: #555555;
}

/* FINAL CTA */

.ztx-gen-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 34px 0 0;
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--ztx-radius-xl);
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 210, 31, 0.26), transparent 35%),
    linear-gradient(135deg, #111111, #1c1c1f);
  color: #ffffff;
  box-shadow: var(--ztx-shadow);
}

.ztx-gen-final-cta .ztx-gen-kicker {
  background: rgba(255, 210, 31, 0.14);
  color: var(--ztx-yellow);
  border-color: rgba(255, 210, 31, 0.28);
}

.ztx-gen-final-cta h2 {
  color: #ffffff;
}

.ztx-gen-final-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
}

.ztx-gen-final-cta .ztx-gen-btn {
  flex: 0 0 auto;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .ztx-gen-hero {
    grid-template-columns: 1fr;
  }

  .ztx-gen-hero__media,
  .ztx-gen-hero__media img,
  .ztx-gen-fallback-visual {
    min-height: 360px;
    height: 360px;
  }

  .ztx-gen-quick-grid,
  .ztx-gen-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ztx-gen-products,
  .ztx-gen-products--woo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ztx-gen-calc,
  .ztx-gen-section--split {
    grid-template-columns: 1fr;
  }

  .ztx-gen-calc__result,
  .ztx-gen-side-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .ztx-gen-article {
    overflow: visible;
  }

  .ztx-gen-hero,
  .ztx-gen-section,
  .ztx-gen-final-cta {
    border-radius: 22px;
  }

  .ztx-gen-hero {
    padding: 28px 18px;
    gap: 24px;
  }

  .ztx-gen-hero h1 {
    font-size: clamp(32px, 11vw, 44px);
    letter-spacing: -1.2px;
  }

  .ztx-gen-lead {
    font-size: 16px;
  }

  .ztx-gen-hero__actions {
    display: grid;
  }

  .ztx-gen-btn {
    width: 100%;
    min-height: 50px;
  }

  .ztx-gen-trust {
    display: grid;
  }

  .ztx-gen-hero__media,
  .ztx-gen-hero__media img,
  .ztx-gen-fallback-visual {
    min-height: 300px;
    height: 300px;
  }

  .ztx-gen-hero__media figcaption {
    font-size: 12px;
  }

  .ztx-gen-toc {
    top: 6px;
    margin-bottom: 24px;
    border-radius: 14px;
  }

  .ztx-gen-section {
    margin: 24px 0;
    padding: 24px 18px;
    scroll-margin-top: 84px;
  }

  .ztx-gen-section__head h2,
  .ztx-gen-content-block h2,
  .ztx-gen-final-cta h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .ztx-gen-section__head p,
  .ztx-gen-content-block p,
  .ztx-gen-final-cta p {
    font-size: 16px;
  }

  .ztx-gen-quick-grid,
  .ztx-gen-products,
  .ztx-gen-products--woo,
  .ztx-gen-price-grid,
  .ztx-gen-safety-grid,
  .ztx-gen-calc__form {
    grid-template-columns: 1fr;
  }

  .ztx-gen-callout,
  .ztx-gen-highlight,
  .ztx-gen-final-cta {
    display: grid;
  }

  .ztx-gen-callout a,
  .ztx-gen-highlight .ztx-gen-btn,
  .ztx-gen-final-cta .ztx-gen-btn {
    width: 100%;
    justify-content: center;
  }

  .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44 {
    grid-template-columns: 1fr;
  }

  .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons::-webkit-scrollbar {
    display: none;
  }

  .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons button {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
  }

  .ztx-gen-calc__numbers {
    grid-template-columns: 1fr;
  }

  .ztx-gen-product-card {
    grid-template-rows: 205px minmax(0, 1fr);
  }

  .ztx-gen-product-card__media {
    min-height: 205px;
    padding: 16px;
  }

  .ztx-gen-product-card__media img,
  .ztx-gen-product-img,
  .ztx-gen-product-card__media .attachment-woocommerce_thumbnail,
  .ztx-gen-product-card__media .woocommerce-placeholder {
    max-width: 230px;
    max-height: 170px;
    padding: 0 !important;
  }

  .ztx-gen-table {
    min-width: 760px;
  }
}

@media (max-width: 420px) {
  .ztx-gen-hero {
    padding: 24px 14px;
  }

  .ztx-gen-section,
  .ztx-gen-final-cta {
    padding: 22px 14px;
  }

  .ztx-gen-eyebrow,
  .ztx-gen-kicker {
    font-size: 12px;
  }

  .ztx-gen-hero h1 {
    font-size: 31px;
  }

  .ztx-gen-hero__media,
  .ztx-gen-hero__media img,
  .ztx-gen-fallback-visual {
    min-height: 260px;
    height: 260px;
  }

  .ztx-gen-product-card {
    grid-template-rows: 190px minmax(0, 1fr);
  }

  .ztx-gen-product-card__media {
    min-height: 190px;
  }

  .ztx-gen-product-card__media img,
  .ztx-gen-product-img,
  .ztx-gen-product-card__media .attachment-woocommerce_thumbnail,
  .ztx-gen-product-card__media .woocommerce-placeholder {
    max-width: 210px;
    max-height: 155px;
  }

  .ztx-gen-product-card__body {
    padding: 18px;
  }
}

/* ACCESSIBILITY + PERFORMANCE */

@media (prefers-reduced-motion: reduce) {
  .ztx-gen-article *,
  .ztx-gen-article *::before,
  .ztx-gen-article *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* FINAL OVERRIDES — Woo shortcode cards */
.ztx-gen-shortcode-wrap .ztx-gen-products,
.ztx-gen-shortcode-wrap .ztx-gen-products--woo {
  margin: 0;
}

.ztx-gen-shortcode-wrap .ztx-gen-product-card__media img,
.ztx-gen-shortcode-wrap .ztx-gen-product-img {
  padding: 0 !important;
}


/* =========================================================
   PUBLIC POLISH — final update
   Scop: aspect mai natural, mai editorial/ecommerce, fără look excesiv AI
========================================================= */

/* Layout mai curat, mai puțin "AI-generated" */
.ztx-gen-article {
  --ztx-radius-xl: 22px;
  --ztx-radius-lg: 18px;
  --ztx-radius-md: 12px;
  --ztx-shadow: 0 14px 38px rgba(0, 0, 0, 0.09);
  --ztx-shadow-soft: 0 8px 22px rgba(0, 0, 0, 0.055);
}

.ztx-gen-section {
  border-radius: 22px !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05) !important;
}

.ztx-gen-section--soft {
  background:
    linear-gradient(180deg, #fffaf0 0%, #ffffff 62%) !important;
}

.ztx-gen-section__head {
  max-width: 920px;
}

.ztx-gen-section__head h2,
.ztx-gen-content-block h2,
.ztx-gen-final-cta h2 {
  letter-spacing: -0.7px !important;
}

.ztx-gen-kicker,
.ztx-gen-eyebrow {
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.ztx-gen-section .ztx-gen-kicker {
  background: #fff7d6 !important;
  color: #604700 !important;
  border-color: #ffd85a !important;
}

/* Fix pentru secțiunea interactivă — elimină butoanele default de browser */
.ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44 {
  display: grid !important;
  grid-template-columns: minmax(0, 285px) minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons > button,
.ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons > button[type="button"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 13px 15px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #171717 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons > button:hover,
.ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons > button.is-active {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  transform: translateX(2px) !important;
}

.ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__result {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 250px !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  border: 1px solid #ececec !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055) !important;
}

.ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__result h3 {
  font-size: clamp(23px, 2.4vw, 32px) !important;
  letter-spacing: -0.45px !important;
}

/* Cards produse — look mai aproape de magazin online, nu mockup AI */
.ztx-gen-product-card {
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.055) !important;
}

.ztx-gen-product-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.09) !important;
}

.ztx-gen-product-card__media {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) !important;
}

.ztx-gen-product-card__media::before {
  width: 100px !important;
  height: 100px !important;
  background: rgba(255, 210, 31, 0.14) !important;
  filter: blur(16px) !important;
}

.ztx-gen-product-card h3 {
  font-size: 20px !important;
}

.ztx-gen-product-card p {
  color: #4f4f4f !important;
}

.ztx-gen-specs li {
  background: #f6f6f6 !important;
  border: 1px solid #eeeeee !important;
}

.ztx-gen-stock,
.ztx-gen-tag {
  letter-spacing: 0 !important;
}

/* Calculator + notă publică */
.ztx-gen-disclaimer {
  background: #fff7d6 !important;
  border: 1px solid #ffdf70 !important;
  color: #604700 !important;
  font-weight: 750 !important;
}

/* Warning public, fără limbaj intern */
.ztx-gen-warning {
  background: #fff7d6 !important;
  border: 1px solid #ffdf70 !important;
  color: #604700 !important;
}

/* Tabele / griduri mai curate */
.ztx-gen-table th {
  background: #151515 !important;
}

.ztx-gen-price-grid div,
.ztx-gen-quick-card,
.ztx-gen-steps li,
.ztx-gen-faq details {
  border-color: #e9e9e9 !important;
  box-shadow: none !important;
}

/* Responsive .elementor-36015 .elementor-element.elementor-element-7699a44 fix */
@media (max-width: 900px) {
  .ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44 {
    grid-template-columns: 1fr !important;
  }

  .ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding: 0 0 6px !important;
    scrollbar-width: none !important;
  }

  .ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons::-webkit-scrollbar {
    display: none !important;
  }

  .ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons > button,
  .ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__buttons > button[type="button"] {
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 42px !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    padding: 11px 14px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .ztx-gen-section {
    border-radius: 18px !important;
  }

  .ztx-gen-article .ztx-gen-.elementor-36015 .elementor-element.elementor-element-7699a44__result {
    min-height: auto !important;
    padding: 22px !important;
  }

  .ztx-gen-product-card {
    border-radius: 18px !important;
  }
}/* End custom CSS */