/* ==========================================================================
   TerzaPower 60mg — theme + unique sections (loads product_page_base.css)
   Flagship gold/champagne on charcoal. Unique: gold hex-lattice hero,
   clinical evidence timeline signature, effects.
   ========================================================================== */

.pdp-page.theme-sixty {
    --pdp-bg: #12100c;
    --pdp-bg2: #1b1712;
    --pdp-ink: #f7f1e6;
    --pdp-muted: #bcae95;
    --pdp-accent: #e8c489;
    --pdp-accent2: #f6e2b8;
    --pdp-accent-ink: #2a1e0c;
    --pdp-line: rgba(255,255,255,.09);
    --pdp-card: rgba(255,255,255,.04);
    --pdp-glass: rgba(27,23,18,.62);
    --pdp-alt-mid: #241d13;
    --pdp-hero-bg:
        radial-gradient(85% 70% at 75% 15%, rgba(232,196,137,.16), transparent 55%),
        radial-gradient(70% 60% at 15% 95%, rgba(199,139,70,.12), transparent 55%),
        linear-gradient(180deg, var(--pdp-bg2), var(--pdp-bg));
    --pdp-cta-bg:
        radial-gradient(90% 120% at 100% 0%, rgba(232,196,137,.14), transparent 55%),
        linear-gradient(180deg, #241d13, var(--pdp-bg));
}

/* hero motif — gold hex lattice */
.theme-sixty .tzs-hglow { position: absolute; width: 60%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(246,226,184,.3), transparent 65%); filter: blur(10px); animation: tzs-pulse 6.5s ease-in-out infinite; }
@keyframes tzs-pulse { 0%,100% { transform: scale(.96); opacity: .8; } 50% { transform: scale(1.05); opacity: 1; } }
.theme-sixty .tzs-hexwrap { position: absolute; inset: 0; display: grid; place-items: center; }
.theme-sixty .tzs-hex { width: 82%; aspect-ratio: 1; animation: tzs-spin 40s linear infinite; }
.theme-sixty .tzs-hex svg { width: 100%; height: 100%; }
.theme-sixty .tzs-vial { position: relative; z-index: 2; max-height: 78%; max-width: 60%; filter: drop-shadow(0 30px 50px rgba(0,0,0,.55)); animation: tzs-float 7s ease-in-out infinite; }
@keyframes tzs-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes tzs-spin { to { transform: rotate(360deg); } }

/* signature — evidence timeline */
.theme-sixty .tzs-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.theme-sixty .tzs-timeline::before { content: ""; position: absolute; left: 5%; right: 5%; top: 13px; height: 2px; background: linear-gradient(90deg, transparent, var(--pdp-accent), #c78b46, transparent); opacity: .5; }
.theme-sixty .tzs-mile { position: relative; padding-top: 44px; }
.theme-sixty .tzs-mile .knob { position: absolute; top: 6px; left: 0; width: 16px; height: 16px; border-radius: 50%; background: var(--pdp-bg); border: 2px solid var(--pdp-accent); box-shadow: 0 0 12px rgba(232,196,137,.5); }
.theme-sixty .tzs-mile h3 { margin: 0 0 8px; font-size: 1.06rem; color: var(--pdp-accent2); }
.theme-sixty .tzs-mile p { color: var(--pdp-muted); line-height: 1.5; margin: 0; font-size: .9rem; }

/* effects */
.theme-sixty .tzs-effects { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.theme-sixty .tzs-effect { display: flex; gap: 12px; align-items: center; padding: 18px; border-radius: 14px; background: var(--pdp-card); border: 1px solid var(--pdp-line); }
.theme-sixty .tzs-effect .spark { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: rgba(232,196,137,.14); color: var(--pdp-accent); }
.theme-sixty .tzs-effect span { font-weight: 600; font-size: .95rem; line-height: 1.3; }

@media (prefers-reduced-motion: reduce) {
    .theme-sixty .tzs-hex, .theme-sixty .tzs-vial, .theme-sixty .tzs-hglow { animation: none !important; }
}
@media (max-width: 900px) {
    .theme-sixty .tzs-timeline { grid-template-columns: 1fr; gap: 4px; }
    .theme-sixty .tzs-timeline::before { display: none; }
    .theme-sixty .tzs-mile { padding: 12px 0 12px 34px; }
    .theme-sixty .tzs-mile .knob { top: 16px; }
    .theme-sixty .tzs-effects { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) { .theme-sixty .tzs-effects { grid-template-columns: 1fr; } }
