/* ==========================================================================
   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; } }

/* «Как работает TerzaPower» — тёмный золото-янтарный инфографик (4:5) сливается со
   страницей: убираем карточку-рамку, фото крупно edge-to-edge + тёплое свечение и
   тонкая золотая градиентная кайма, единообразно с MOTS-c / KLOW / NovaNAD. */
.theme-sixty .pdp-how { align-items: center; }
.theme-sixty .pdp-how-visual {
    position: relative;
    aspect-ratio: 4 / 5;
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
    padding: 0;
    border: 0;
    background: none;
    border-radius: 24px;
    overflow: visible;
    place-items: unset;
    display: block;
    transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.theme-sixty .pdp-how-visual::before {
    content: "";
    position: absolute;
    inset: -12% -14% -16%;
    z-index: 0;
    background:
        radial-gradient(55% 50% at 42% 40%, rgba(232,196,137,.40), transparent 70%),
        radial-gradient(50% 55% at 70% 66%, rgba(199,139,70,.34), transparent 72%);
    filter: blur(46px);
    opacity: .95;
    pointer-events: none;
}
.theme-sixty .pdp-how-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    filter: none;
    border-radius: 22px;
    box-shadow:
        0 44px 90px -30px rgba(0,0,0,.85),
        0 8px 26px -12px rgba(232,196,137,.28);
}
.theme-sixty .pdp-how-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(140deg, rgba(246,226,184,.70), rgba(199,139,70,.35) 46%, rgba(232,196,137,.60));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}
.theme-sixty .pdp-how-visual:hover { transform: translateY(-6px); }
@media (max-width: 900px) {
    .theme-sixty .pdp-how-visual { order: -1; max-width: 380px; }
}
