/* ============================================================
   ZORIANA TEST — single product page (AIDA)
   ============================================================ */

/* ---- SHARED MOBILE ---- */
@media (max-width: 900px) {
    .z-phero__badge,
    .z-pain__eyebrow,
    .z-process__eyebrow,
    .z-deliver__eyebrow,
    .z-ritual__eyebrow,
    .z-spell__eyebrow,
    .z-manifestation__eyebrow,
    .z-authority__eyebrow,
    .z-benefits__eyebrow,
    .z-final__eyebrow,
    .z-howitworks__eyebrow,
    .z-faq__eyebrow {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---- HERO (dark) ---- */

.z-phero {
    position: relative;
    z-index: 1;
    padding: clamp(80px, 10vw, 140px) 0 clamp(60px, 8vw, 100px);
    background:
        radial-gradient(ellipse 50% 40% at 70% 20%, rgba(224,133,58,0.05) 0%, transparent 70%),
        linear-gradient(180deg, var(--z-bg-deep) 0%, var(--z-bg-primary) 100%);
}

.z-phero__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
}

.z-phero__img-col {
    flex: 0 0 45%;
    max-width: 45%;
}

.z-phero__img-frame {
    position: relative;
    overflow: hidden;
}

.z-phero__img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(33,33,44,0.5) 100%);
    pointer-events: none;
}

.z-phero__img-frame img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.z-phero__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.z-phero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
}

.z-phero__badge img.emoji {
    display: none;
}

.z-phero__title {
    font-size: var(--text-display);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}

.z-phero__desc {
    font-size: var(--text-body);
    color: var(--z-text-muted);
    line-height: 1.8;
    max-width: 560px;
}

.z-phero__price-row {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.z-phero__price-current {
    font-size: 36px;
    font-weight: 700;
    color: var(--z-gold);
}

.z-phero__price-old {
    font-size: 18px;
    color: var(--z-text-muted);
    text-decoration: line-through;
    opacity: 0.5;
}

.z-phero__meta {
    font-size: var(--text-small);
    color: var(--z-text-muted);
    display: flex;
    gap: 1.5rem;
}

.z-phero__meta span::before {
    content: '\2726';
    color: var(--z-gold);
    font-size: 10px;
    margin-right: 0.4em;
}

@media (max-width: 900px) {
    .z-phero__wrapper { flex-direction: column; text-align: center; }
    .z-phero__img-col { flex: none; max-width: 100%; width: 100%; }
    .z-phero__img-frame img { display: none; }
    .z-phero__content { align-items: center; }
    .z-phero__desc { max-width: 100%; }
    .z-phero__price-row { justify-content: center; }
    .z-phero__meta { justify-content: center; flex-wrap: wrap; }
}

/* ---- PAIN / EMPATHY (dark) ---- */

.z-pain {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background:
        radial-gradient(ellipse 60% 50% at 20% 50%, rgba(224,133,58,0.03) 0%, transparent 70%),
        var(--z-bg-primary);
}

.z-pain__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
}

.z-pain__img-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.z-pain__img-col img {
    width: 100%;
}

.z-pain__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.z-pain__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
}

.z-pain__title {
    font-size: var(--text-h1);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.z-pain__text {
    font-size: var(--text-body);
    color: var(--z-text);
    line-height: 1.9;
}

.z-pain__text p { margin-bottom: 1.25rem; }
.z-pain__text p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
    .z-pain__wrapper { flex-direction: column-reverse; text-align: center; }
    .z-pain__img-col { flex: none; max-width: 80%; }
}

/* ---- PROCESS / 7 GATES (light) ---- */

.z-process {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--z-bg-light);
    color: var(--z-text-dark);
}

.z-process__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
}

.z-process__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.z-process__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
}

.z-process__title {
    font-size: var(--text-h1);
    font-weight: 700;
    line-height: 1.2;
}

.z-process__text {
    font-size: var(--text-body);
    color: var(--z-text-dark-muted);
    line-height: 1.9;
}

.z-process__text p { margin-bottom: 1.25rem; }
.z-process__text p:last-child { margin-bottom: 0; }

.z-process__img-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.z-process__img-col img {
    width: 100%;
    border-radius: 6px;
}

.z-gates {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 1rem 0;
}

.z-gate {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.z-gate:last-child { border-bottom: none; }

.z-gate__num {
    flex: 0 0 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--z-gold);
    border: 1px solid var(--z-gold);
    border-radius: 50%;
}

.z-gate__content h4 {
    font-size: var(--text-body);
    font-weight: 700;
    color: var(--z-text-dark);
    margin-bottom: 0.25rem;
}

.z-gate__content p {
    font-size: var(--text-small);
    color: var(--z-text-dark-muted);
    line-height: 1.6;
    margin: 0;
}

.z-process__cta {
    margin-top: 1.5rem;
    align-self: center;
}

@media (max-width: 900px) {
    .z-process__wrapper { flex-direction: column; text-align: left; }
    .z-process__content { gap: 0; }
    .z-process__eyebrow { margin-bottom: 1.25rem; }
    .z-process__img-col { flex: none; max-width: 100%; width: 100%; }
    .z-process__img-col img { width: 100%; }
    .z-process__cta { align-self: center; margin-top: 0.5rem; margin-bottom: 2rem; }
}

/* ---- SOCIAL PROOF (dark, narrow) ---- */

.z-proof {
    position: relative;
    z-index: 1;
    padding: clamp(48px, 6vw, 80px) 0;
    background:
        linear-gradient(180deg, #1c1c26 0%, var(--z-bg-primary) 50%, #1c1c26 100%);
    text-align: center;
}

.z-proof__quote {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1rem;
}

.z-proof__stars {
    color: var(--z-gold);
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
}

.z-proof__text {
    font-size: var(--text-h3);
    font-style: italic;
    color: var(--z-text);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.z-proof__author {
    font-size: var(--text-small);
    color: var(--z-gold);
    font-weight: 600;
}

.z-proof__ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
    color: var(--z-gold);
    opacity: 0.3;
    font-size: 12px;
    letter-spacing: 6px;
}

.z-proof__ornament::before,
.z-proof__ornament::after {
    content: '';
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--z-gold), transparent);
}

/* ---- DELIVERABLES (light) ---- */

.z-deliver {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--z-bg-light-alt);
    color: var(--z-text-dark);
}

.z-deliver__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
}

.z-deliver__img-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.z-deliver__img-col img {
    width: 100%;
}

.z-deliver__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.z-deliver__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
}

.z-deliver__title {
    font-size: var(--text-h1);
    font-weight: 700;
    line-height: 1.2;
}

.z-deliver__text {
    font-size: var(--text-body);
    color: var(--z-text-dark-muted);
    line-height: 1.9;
}

.z-deliver__text p { margin-bottom: 1.25rem; }
.z-deliver__text p:last-child { margin-bottom: 0; }

.z-deliver__cta-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .z-deliver__wrapper { flex-direction: column-reverse; text-align: center; gap: 2.5rem; }
    .z-deliver__img-col { flex: none; max-width: 80%; }
    .z-deliver__cta-row { justify-content: center; gap: 0; }
}

/* ---- RITUAL (dark — ceremony section for premium products) ---- */

.z-ritual {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background:
        radial-gradient(ellipse 60% 50% at 30% 70%, rgba(201,168,76,0.04) 0%, transparent 70%),
        linear-gradient(180deg, var(--z-bg-primary) 0%, var(--z-bg-deep) 100%);
    color: var(--z-text-light);
}

.z-ritual__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
}

.z-ritual__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.z-ritual__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
}

.z-ritual__title {
    font-size: var(--text-h1);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.z-ritual__text {
    font-size: var(--text-body);
    color: var(--z-text-muted);
    line-height: 1.9;
}

.z-ritual__text p { margin-bottom: 1.25rem; }
.z-ritual__text p:last-child { margin-bottom: 0; }

.z-ritual__img-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.z-ritual__img-col img {
    width: 100%;
}

/* -- ritual steps (bulleted ceremony list) -- */

.z-ritual__steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
}

.z-ritual__step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.z-ritual__step-num {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    color: var(--z-gold);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.z-ritual__step-body {
    flex: 1;
}

.z-ritual__step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.z-ritual__step-desc {
    font-size: var(--text-body);
    color: var(--z-text-muted);
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 900px) {
    .z-ritual__wrapper { flex-direction: column; text-align: center; gap: 2.5rem; }
    .z-ritual__img-col { flex: none; max-width: 80%; }
    .z-ritual__eyebrow { margin-left: auto; margin-right: auto; }
    .z-ritual__step { text-align: left; }
}

/* ---- SPELL (dark — zaklecie section for premium products) ---- */

.z-spell {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background:
        radial-gradient(ellipse 60% 50% at 70% 30%, rgba(213,132,110,0.05) 0%, transparent 70%),
        linear-gradient(180deg, var(--z-bg-deep) 0%, var(--z-bg-primary) 100%);
    color: var(--z-text-light);
}

.z-spell__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
}

.z-spell__img-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.z-spell__img-col img {
    width: 100%;
}

.z-spell__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.z-spell__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-warm);
    border: 1px solid rgba(213,132,110,0.3);
    background: rgba(213,132,110,0.08);
    width: max-content;
}

.z-spell__title {
    font-size: var(--text-h1);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.z-spell__text {
    font-size: var(--text-body);
    color: var(--z-text-muted);
    line-height: 1.9;
}

.z-spell__text p { margin-bottom: 1.25rem; }
.z-spell__text p:last-child { margin-bottom: 0; }

/* -- spell steps (7 available spells list) -- */

.z-spell__steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
}

.z-spell__step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.z-spell__step-num {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(213,132,110,0.3);
    background: rgba(213,132,110,0.08);
    color: var(--z-warm);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.z-spell__step-body {
    flex: 1;
}

.z-spell__step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.z-spell__step-desc {
    font-size: var(--text-body);
    color: var(--z-text-muted);
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 900px) {
    .z-spell__wrapper { flex-direction: column-reverse; text-align: center; gap: 2.5rem; }
    .z-spell__img-col { flex: none; max-width: 80%; }
    .z-spell__eyebrow { margin-left: auto; margin-right: auto; }
    .z-spell__step { text-align: left; }
}

/* ---- MANIFESTATION (light — audio bonus section for premium products) ---- */

.z-manifestation {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--z-bg-light);
    color: var(--z-text-dark);
}

.z-manifestation__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
}

.z-manifestation__img-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.z-manifestation__img-col img {
    width: 100%;
}

.z-manifestation__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.z-manifestation__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
}

.z-manifestation__title {
    font-size: var(--text-h1);
    font-weight: 700;
    line-height: 1.2;
}

.z-manifestation__text {
    font-size: var(--text-body);
    color: var(--z-text-dark-muted);
    line-height: 1.9;
}

.z-manifestation__text p { margin-bottom: 1.25rem; }
.z-manifestation__text p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
    .z-manifestation__wrapper { flex-direction: column-reverse; text-align: center; gap: 2.5rem; }
    .z-manifestation__img-col { flex: none; max-width: 80%; }
    .z-manifestation__eyebrow { margin-left: auto; margin-right: auto; }
}

/* ---- AUTHORITY (light) ---- */

.z-authority {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background: var(--z-bg-light);
    color: var(--z-text-dark);
}

.z-authority__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 5rem);
}

.z-authority__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.z-authority__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
}

.z-authority__title {
    font-size: var(--text-h1);
    font-weight: 700;
    line-height: 1.2;
}

.z-authority__text {
    font-size: var(--text-body);
    color: var(--z-text-dark-muted);
    line-height: 1.9;
}

.z-authority__text p { margin-bottom: 1.25rem; }
.z-authority__text p:last-child { margin-bottom: 0; }

.z-authority__img-col {
    flex: 0 0 40%;
    max-width: 40%;
}

.z-authority__img-col img {
    width: 100%;
}

@media (max-width: 900px) {
    .z-authority__wrapper { flex-direction: column; text-align: center; }
    .z-authority__img-col { flex: none; max-width: 60%; }
}

/* ---- FINAL CTA + CROSS-SELL (dark) ---- */

.z-final {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 120px) 0;
    background:
        radial-gradient(ellipse 50% 50% at 50% 50%, rgba(224,133,58,0.05) 0%, transparent 70%),
        linear-gradient(180deg, var(--z-bg-primary) 0%, var(--z-bg-deep) 100%);
    text-align: center;
}

.z-final__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
    margin-bottom: 1.25rem;
}

.z-final__title {
    font-size: var(--text-h1);
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.z-final__triggers {
    max-width: 600px;
    margin: 0 auto 2.5rem;
    font-size: var(--text-body);
    color: var(--z-text-muted);
    line-height: 2;
}

.z-final__triggers p { margin-bottom: 0.75rem; }

.z-final__cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: clamp(3rem, 5vw, 5rem);
}

.z-final__price {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.z-final__price-current {
    font-size: 42px;
    font-weight: 700;
    color: var(--z-gold);
}

.z-final__price-old {
    font-size: 20px;
    color: var(--z-text-muted);
    text-decoration: line-through;
    opacity: 0.5;
}

.z-final__meta {
    font-size: var(--text-small);
    color: var(--z-text-muted);
}

/* Cross-sell */

.z-crosssell {
    padding-top: clamp(2rem, 4vw, 4rem);
    border-top: 1px solid rgba(255,255,255,0.05);
}

.z-crosssell__label {
    font-size: var(--text-small);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--z-text-muted);
    margin-bottom: 1.5rem;
}

.z-crosssell__cards {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.z-crosssell__card {
    padding: 1.5rem 2rem;
    background: var(--z-bg-card);
    border: 1px solid var(--z-border);
    max-width: 320px;
    min-height: 220px;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.z-crosssell__card:hover {
    border-color: rgba(224,133,58,0.3);
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(224,133,58,0.08);
}

.z-crosssell__card-name {
    font-size: var(--text-h3);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.z-crosssell__card-desc {
    font-size: var(--text-small);
    color: var(--z-text-muted);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.z-crosssell__card-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: auto;
}

.z-crosssell__card-footer .z-crosssell__card-link {
    order: 2;
}

.z-crosssell__card-footer .z-crosssell__card-price,
.z-crosssell__card-footer .z-crosssell__card-price-old {
    order: 1;
}

.z-crosssell__card-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--z-gold);
}

.z-crosssell__card-price-old {
    font-size: 14px;
    color: var(--z-text-muted);
    text-decoration: line-through;
}

.z-crosssell__card-link {
    font-size: 13px;
    color: var(--z-gold);
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.z-crosssell__card-link:hover {
    border-color: var(--z-gold);
    color: var(--z-gold-light);
}

/* ---- STICKY MOBILE CTA ---- */

.z-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 12px 1.25rem;
    background: rgba(33,33,44,0.92);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--z-border);
    justify-content: space-between;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

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

.z-sticky-cta__price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.z-sticky-cta__current {
    font-size: 22px;
    font-weight: 700;
    color: var(--z-gold);
}

.z-sticky-cta__old {
    font-size: 13px;
    color: var(--z-text-muted);
    text-decoration: line-through;
}

.z-sticky-cta__btn {
    padding: 12px 28px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    background-color: #EC4400;
    border: none;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.z-sticky-cta__btn:hover,
.z-sticky-cta__btn:focus {
    background-color: #C93D03;
}

@media (max-width: 900px) {
    .z-sticky-cta { display: flex; }
}

/* ---- PAYMENT TRUST ---- */

@property --_trust-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.z-phero__trust {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 1.1rem 1.5rem;
    background: var(--z-bg-light);
    border: 4px solid transparent;
    border-image: conic-gradient(
        from var(--_trust-angle, 0deg),
        transparent 0%,
        #EC4400 15%,
        var(--z-gold) 30%,
        transparent 45%,
        transparent 100%
    ) 1;
    border-radius: 8px;
    width: max-content;
    animation: z-trust-spin 4s linear infinite, z-trust-glow 3s ease-in-out infinite;
}

@keyframes z-trust-spin {
    to { --_trust-angle: 360deg; }
}

@keyframes z-trust-glow {
    0%, 100% { box-shadow: 0 0 12px rgba(224,133,58,0.12), 0 0 30px rgba(224,133,58,0.05), 0 4px 16px rgba(0,0,0,0.08); }
    50%      { box-shadow: 0 0 20px rgba(224,133,58,0.22), 0 0 50px rgba(224,133,58,0.10), 0 4px 16px rgba(0,0,0,0.08); }
}

@supports not (background: conic-gradient(red, blue)) {
    .z-phero__trust {
        border: 2px solid var(--z-gold);
    }
}

.z-phero__trust-label {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.z-phero__trust-label::before {
    content: '🔒';
    font-size: 14px;
}

.z-phero__trust-icons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.z-phero__trust-icon {
    height: 24px;
    width: auto;
    opacity: 0.85;
    transition: opacity 0.3s ease, filter 0.3s ease;
    filter: grayscale(0.15);
}

.z-phero__trust-icon:hover {
    opacity: 1;
    filter: grayscale(0);
}

@media (max-width: 900px) {
    .z-phero__trust { width: 100%; align-items: center; }
}

/* ---- BENEFITS SECTION ---- */

.z-benefits {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(224,133,58,0.05) 0%, transparent 70%),
        var(--z-bg-primary);
}

.z-benefits__header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.z-benefits__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
    margin-bottom: 1.25rem;
}

.z-benefits__heading {
    font-size: var(--text-h1);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.z-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.z-benefits__box {
    position: relative;
    padding: 2.5rem 2rem 2rem;
    background: linear-gradient(160deg, var(--z-bg-card) 0%, rgba(224,133,58,0.04) 100%);
    border: 1px solid var(--z-border);
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Decorative top accent line */
.z-benefits__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--z-gold), transparent);
    opacity: 0.4;
    transition: opacity 0.4s ease;
}

.z-benefits__box:hover {
    border-color: rgba(224,133,58,0.3);
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(224,133,58,0.1);
}

.z-benefits__box:hover::before {
    opacity: 0.8;
}

/* Icon + number header */
.z-benefits__icon-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.z-benefits__num {
    flex: 0 0 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--z-gold);
    border: 1px solid rgba(224,133,58,0.35);
    border-radius: 50%;
    background: rgba(224,133,58,0.06);
}

.z-benefits__icon {
    display: block;
    width: 40px;
    height: 40px;
    color: var(--z-gold);
    opacity: 0.5;
}

.z-benefits__icon svg {
    width: 100%;
    height: 100%;
}

.z-benefits__title {
    font-size: var(--text-h3);
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--z-border);
}

.z-benefits__list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.z-benefits__list li {
    position: relative;
    padding-left: 1.5rem;
    font-size: var(--text-small);
    color: var(--z-text);
    line-height: 1.7;
}

.z-benefits__list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--z-gold);
    font-size: 10px;
    top: 0.3em;
}

@media (max-width: 1024px) {
    .z-benefits__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}

@media (max-width: 900px) {
    .z-benefits__eyebrow { margin-left: auto; margin-right: auto; }
    .z-benefits__heading { font-size: var(--text-h2); }
}

/* ---- HOW IT WORKS (dark) ---- */

.z-howitworks {
    position: relative;
    z-index: 1;
    padding: clamp(70px, 10vw, 120px) 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(201,168,76,0.04) 0%, transparent 70%),
        linear-gradient(180deg, var(--z-bg-deep) 0%, var(--z-bg-primary) 100%);
    color: var(--z-text);
    overflow: hidden;
}

.z-howitworks::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 10%, var(--z-gold) 50%, transparent 90%);
    opacity: 0.15;
}

.z-howitworks__header {
    text-align: center;
    margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.z-howitworks__eyebrow {
    display: inline-flex;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--z-gold);
    border: 1px solid rgba(201,168,76,0.25);
    background: rgba(201,168,76,0.06);
    width: max-content;
    margin-bottom: 1.25rem;
}

.z-howitworks__title {
    font-size: var(--text-h1);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    max-width: 720px;
    margin: 0 auto;
}

/* Steps container — vertical timeline on all screens */
.z-howitworks__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 680px;
    margin: 0 auto;
}

/* Single step card */
.z-howitworks__step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: clamp(1.25rem, 2.5vw, 2rem);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: 12px;
    width: 100%;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.z-howitworks__step:hover {
    border-color: rgba(201,168,76,0.3);
    background: rgba(255,255,255,0.05);
}

/* Step icon wrapper with glow */
.z-howitworks__step-icon {
    flex-shrink: 0;
    position: relative;
}

.z-howitworks__step-icon::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,0.15) 0%, transparent 70%);
    pointer-events: none;
}

.z-howitworks__num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--z-gold) 0%, var(--z-warm) 100%);
    border-radius: 50%;
    box-shadow:
        0 6px 24px rgba(224,133,58,0.3),
        0 0 40px rgba(201,168,76,0.1);
}

/* Step text body */
.z-howitworks__step-body {
    flex: 1;
    min-width: 0;
}

.z-howitworks__step-title {
    font-size: var(--text-h3);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.z-howitworks__step-desc {
    font-size: var(--text-body);
    color: var(--z-text-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.z-howitworks__step-highlight {
    display: inline-block;
    font-size: var(--text-small);
    font-weight: 600;
    color: var(--z-gold);
    padding: 6px 14px;
    background: rgba(201,168,76,0.08);
    border-left: 3px solid var(--z-gold);
    border-radius: 0 6px 6px 0;
    letter-spacing: 0.3px;
}

/* Arrow separator between steps */
.z-howitworks__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0;
    color: var(--z-gold);
    opacity: 0.35;
}

.z-howitworks__arrow svg {
    width: 24px;
    height: 40px;
}

/* Trust note at bottom */
.z-howitworks__trust {
    margin-top: clamp(2.5rem, 4vw, 3.5rem);
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.z-howitworks__trust p {
    font-size: var(--text-small);
    color: var(--z-text-muted);
    line-height: 1.8;
    padding: 1.25rem 2rem;
    border-top: 1px solid rgba(201,168,76,0.12);
    border-bottom: 1px solid rgba(201,168,76,0.12);
    font-style: italic;
}

/* Desktop: horizontal layout */
@media (min-width: 769px) {
    .z-howitworks__steps {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        max-width: 100%;
        gap: 0.75rem;
    }

    .z-howitworks__step {
        flex: 1;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2rem 1.5rem 2.5rem;
    }

    .z-howitworks__arrow {
        flex-shrink: 0;
        padding: 0;
        align-self: center;
    }

    .z-howitworks__arrow svg {
        width: 28px;
        height: 28px;
        transform: rotate(-90deg);
    }

    .z-howitworks__step-highlight {
        border-left: none;
        border-bottom: 2px solid var(--z-gold);
        border-radius: 6px 6px 0 0;
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .z-howitworks__step {
        padding: 1.25rem;
    }

    .z-howitworks__num {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .z-howitworks__step-icon::before {
        inset: -6px;
    }

    .z-howitworks__step-desc {
        font-size: var(--text-small);
    }
}

/* ---- FAQ ---- */

.z-faq {
    position: relative;
    z-index: 1;
    padding: clamp(60px, 8vw, 100px) 0;
    background:
        radial-gradient(ellipse 60% 40% at 50% 100%, rgba(224,133,58,0.04) 0%, transparent 70%),
        var(--z-bg-primary);
}

.z-faq__header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.z-faq__eyebrow {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    background: var(--z-gold-dim);
    width: max-content;
    margin-bottom: 1.25rem;
}

.z-faq__title {
    font-size: var(--text-h1);
    font-weight: 700;
    color: #fff;
}

.z-faq__list {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.z-faq__item {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.z-faq__item:first-child {
    border-top: 1px solid rgba(255,255,255,0.06);
}

.z-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    font-size: var(--text-body);
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    list-style: none;
    transition: color 0.3s ease;
}

.z-faq__question::-webkit-details-marker {
    display: none;
}

.z-faq__question::after {
    content: '+';
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 18px;
    font-weight: 300;
    color: var(--z-gold);
    border: 1px solid var(--z-border);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.z-faq__item[open] .z-faq__question {
    color: var(--z-gold);
}

.z-faq__item[open] .z-faq__question::after {
    content: '−';
    background: var(--z-gold);
    color: #21212C;
    border-color: var(--z-gold);
}

.z-faq__question:hover {
    color: var(--z-gold);
}

.z-faq__answer {
    padding: 0 0 1.25rem;
    animation: z-faqOpen 0.3s ease;
}

.z-faq__answer p {
    font-size: var(--text-small);
    color: var(--z-text-muted);
    line-height: 1.8;
    max-width: 640px;
}

@keyframes z-faqOpen {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- MICRO-ANIMATIONS ---- */

/* 1. Shimmer sweep on gold prices — brighter */
.z-phero__price-current,
.z-deliver__price-current,
.z-final__price-current {
    position: relative;
    overflow: hidden;
}

.z-phero__price-current::after,
.z-deliver__price-current::after,
.z-final__price-current::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,0.35) 50%, transparent 75%);
    background-size: 250% 100%;
    animation: shimmerSweep 3.5s ease-in-out infinite;
}

@keyframes shimmerSweep {
    0%, 25% { background-position: 150% 0; }
    55% { background-position: -50% 0; }
    100% { background-position: -50% 0; }
}

/* 2. Gold aura pulse on crosssell cards */
.z-crosssell__card {
    animation: auraPulse 3.5s ease-in-out infinite;
}

.z-crosssell__card:nth-child(2) { animation-delay: 1.2s; }

@keyframes auraPulse {
    0%, 100% { box-shadow: 0 0 8px rgba(224,133,58,0.05); }
    50% { box-shadow: 0 0 30px rgba(224,133,58,0.2), 0 0 60px rgba(224,133,58,0.06); }
}

/* 3. CTA glow pulse — draws eye on mobile */
.z-cta {
    animation: ctaGlow 2.5s ease-in-out infinite;
}

@keyframes ctaGlow {
    0%, 100% { box-shadow: 0px 10px 20px 0px rgba(255, 84, 84, 0.24); }
    50% { box-shadow: 0px 10px 30px 4px rgba(255, 84, 84, 0.4), 0 0 60px rgba(236, 68, 0, 0.15); }
}


/* 5. Glowing gold line separator between dark sections */
.z-pain::after,
.z-faq::after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    margin: 0 auto;
    position: relative;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, var(--z-gold), transparent);
    animation: linePulse 3s ease-in-out infinite;
}

@keyframes linePulse {
    0%, 100% { opacity: 0.3; width: 120px; }
    50% { opacity: 0.8; width: 200px; }
}

/* ---- RESPONSIVE ---- */

@media (max-width: 480px) {
    .z-phero { padding: 0 0 40px; }
    .z-final__price-current { font-size: 36px; }
    .z-crosssell__cards { flex-direction: column; align-items: center; }
    .z-crosssell__card { max-width: 100%; }
}
