/**
 * Zeal Ad Manager
 *
 * This file contains the template-specific styles and animation triggers for the "Animated Ad" format.
 */

/**
 * TABLE OF CONTENTS
 * --------------------------------------------------------------------------
 * 3.0 - Animation Trigger Logic
 * 3.1 - Template 1: Classic Slide
 * 3.2 - Template 2: Focus Zoom
 * 3.3 - Template 3: Text Spotlight
 * 3.4 - Template 4: Cinematic Ken Burns
 * 3.5 - Template 5: Image Reveal
 * 3.6 - Template 6: Glitch & Decode
 * 3.7 - Template 7: Minimal Style
 * 3.8 - Template 8: Luxe Watch
 * 3.9 - Template 9: Luxury Perfume
 * 3.10 - Template 10: E-commerce Style
 * 3.11 - Template 11: Twitter Style
 * 3.12 - Template 12: Google Style
 * 3.13 - Template 13: Instagram Style
 * 3.14 - Template 14: TikTok Style
 * 3.15 - Template 15: Simple GIF Style
 * 3.16 - Template 16: Elite Casino
 * 3.17 - Template 17: Golden Spin
 * 3.18 - Template 18: DeFi Pulse
 * --------------------------------------------------------------------------
 */


/* --- 3.0 - Animation Trigger Logic --- */

/* 3.1 - Template 1: Classic Slide */
.zam-is-animating.zam-anim-classic-slide .zam-anim-headline {
    animation: zam-slide-in-left 6.0s cubic-bezier(0.2, 0.8, 0.2, 1) 1.0s infinite forwards;
}
.zam-is-animating.zam-anim-classic-slide .zam-anim-description {
    animation: zam-slide-in-right 6.0s cubic-bezier(0.2, 0.8, 0.2, 1) 2.0s infinite forwards;
}
.zam-is-animating.zam-anim-classic-slide .zam-anim-button {
    animation: zam-slide-in-bottom 5.0s cubic-bezier(0.2, 0.8, 0.2, 1) 3.0s infinite forwards;
}

/* 3.2 - Template 2: Focus Zoom */
.zam-is-animating.zam-anim-focus-zoom .zam-anim-background {
    animation: zam-slow-zoom 50.0s ease-in-out infinite alternate;
}
.zam-is-animating.zam-anim-focus-zoom .zam-anim-logo-wrapper {
    animation: zam-fade-in 7.5s ease 1.0s infinite forwards;
}
.zam-is-animating.zam-anim-focus-zoom .zam-anim-headline {
    animation: zam-slide-in-bottom 6.0s ease 2.5s infinite forwards;
}
.zam-is-animating.zam-anim-focus-zoom .zam-anim-description {
    display: none;
}
.zam-is-animating.zam-anim-focus-zoom .zam-anim-button {
    animation: zam-fade-in 7.5s ease 4.0s infinite forwards;
}

/* 3.3 - Template 3: Text Spotlight */
.zam-is-animating.zam-anim-text-spotlight .zam-anim-background {
    filter: brightness(0.6) blur(2px);
}
.zam-is-animating.zam-anim-text-spotlight .zam-anim-background::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%; width: 1px; height: 1px;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    animation: zam-light-reveal 20.0s ease-out infinite;
}
.zam-is-animating.zam-anim-text-spotlight .zam-anim-headline {
    animation: zam-fade-blur-in 7.5s ease 3.0s infinite forwards;
}
.zam-is-animating.zam-anim-text-spotlight .zam-anim-description {
    animation: zam-fade-blur-in 7.5s ease 4.0s infinite forwards;
}
.zam-is-animating.zam-anim-text-spotlight .zam-anim-button {
    animation: zam-fade-scale-in 6.0s ease 5.5s infinite forwards;
}

/* 3.4 - Template 4: Cinematic Ken Burns */
.zam-is-animating.zam-anim-ken-burns .zam-anim-background {
    animation: zam-ken-burns 12s ease-in-out infinite alternate;
}
.zam-is-animating.zam-anim-ken-burns .zam-anim-logo-wrapper {
    animation: zam-ken-burns-fade-up 8s ease 1s infinite forwards;
}
.zam-is-animating.zam-anim-ken-burns .zam-anim-headline {
    animation: zam-ken-burns-fade-up 8s ease 1.5s infinite forwards;
}
.zam-is-animating.zam-anim-ken-burns .zam-anim-description {
    animation: zam-ken-burns-fade-up 8s ease 2s infinite forwards;
}
.zam-is-animating.zam-anim-ken-burns .zam-anim-button {
    animation: zam-ken-burns-fade-up 8s ease 2.5s infinite forwards;
}

/* 3.5 - Template 5: Image Reveal (Enhanced) */
.zam-anim-image-reveal .zam-anim-background-after {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 2;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.zam-anim-image-reveal .zam-anim-content,
.zam-anim-image-reveal .zam-anim-button {
    z-index: 3;
}
.zam-is-animating.zam-anim-image-reveal .zam-anim-background-after {
    animation: zam-diagonal-wipe 7s ease-in-out 1s infinite;
}
.zam-is-animating.zam-anim-image-reveal .zam-anim-headline {
    animation: zam-reveal-text-anim 7s ease 1.5s infinite forwards;
}
.zam-is-animating.zam-anim-image-reveal .zam-anim-description {
    animation: zam-reveal-text-anim 7s ease 1.8s infinite forwards;
}
.zam-is-animating.zam-anim-image-reveal .zam-anim-button {
    animation: zam-reveal-text-anim 7s ease 2.1s infinite forwards;
}

/* 3.6 - Template 6: Glitch & Decode */
.zam-anim-glitch-decode::before,
.zam-anim-glitch-decode::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 5;
    opacity: 0;
}
.zam-is-animating.zam-anim-glitch-decode {
    animation: zam-glitch-main 4s steps(1, end) infinite;
}
.zam-is-animating.zam-anim-glitch-decode::before {
    animation: zam-glitch-sub 4s steps(1, end) infinite;
    background-color: #ff00c1;
    mix-blend-mode: screen;
}
.zam-is-animating.zam-anim-glitch-decode::after {
    animation: zam-glitch-sub 4s steps(1, end) infinite reverse;
    background-color: #00ffc1;
    mix-blend-mode: screen;
}
.zam-anim-glitch-decode .zam-anim-headline,
.zam-anim-glitch-decode .zam-anim-description {
    opacity: 1; /* Override base opacity for JS control */
    transition: opacity 0.3s ease;
}
.zam-is-animating.zam-anim-glitch-decode .zam-anim-button {
    animation: zam-fade-in 4s ease 1.5s infinite forwards;
}

/* 3.7 - Template 7: Minimal Style */
.zam-anim-ad-unit.zam-anim-minimal-style {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
}
.zam-anim-ad-unit.zam-anim-minimal-style:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-geometric {
    position: absolute;
    background: rgba(74, 144, 226, 0.08);
    border-radius: 5px;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-square {
    width: 60px; height: 60px; top: -15px; right: 40px; transform: rotate(45deg);
    animation: minimal-rotate 25s linear infinite;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-triangle {
    width: 0; height: 0; border-left: 40px solid transparent; border-right: 40px solid transparent;
    border-bottom: 70px solid rgba(226, 74, 144, 0.06);
    bottom: -25px; left: -15px; animation: minimal-float 8s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-content {
    padding: 25px; height: 100%; display: flex; flex-direction: column;
    justify-content: space-between; position: relative; z-index: 2;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-logo {
    display: flex; align-items: center; justify-content: center;
    width: fit-content; animation: minimal-fadeIn 1.2s ease-out;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-logo img {
    max-height: 35px; max-width: 100px;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-headline {
    color: #2c3e50; font-size: 20px; font-weight: 600; line-height: 1.3;
    text-align: center; margin-top: 10px; animation: minimal-slideUp 1s ease-out;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-headline span {
    position: relative; display: inline-block;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-headline span::after {
    content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px;
    transform: scaleX(0); transform-origin: right; animation: minimal-underline 3s infinite;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-product {
    position: absolute; right: 25px; bottom: 60px; width: 130px; height: 130px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
    animation: minimal-levitate 5s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-cta-button {
    color: white; border: none; padding: 10px 20px; border-radius: 25px;
    font-weight: 600; font-size: 14px; cursor: pointer; align-self: center;
    transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
    position: relative; overflow: hidden; animation: minimal-pulse 2.5s infinite;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-cta-button:hover {
    animation: none; transform: scale(1.05); box-shadow: 0 6px 20px rgba(74, 144, 226, 0.5);
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-cta-button::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-cta-button:hover::before { left: 100%; }
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-tagline {
    color: #7f8c8d; font-size: 11px; text-align: center;
    letter-spacing: 0.5px; margin-top: 8px; animation: minimal-fadeIn 1.5s ease-out;
}
.zam-anim-ad-unit.zam-anim-minimal-style .minimal-particle {
    position: absolute; width: 3px; height: 3px; border-radius: 50%;
    opacity: 0; animation: minimal-particle 4s infinite;
}
.zam-anim-ad-unit.zam-anim-minimal-style::after {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 20px 20px; pointer-events: none; opacity: 0.5;
}
.zam-anim-ad-unit.zam-anim-minimal-style.is-banner .minimal-geometric {
    display: none;
}
.zam-anim-ad-unit.zam-anim-minimal-style.is-banner .minimal-content {
    flex-direction: row; align-items: center; justify-content: space-between; padding: 15px; width: 100%;
}
.zam-anim-ad-unit.zam-anim-minimal-style.is-banner .minimal-logo { font-size: 14px; padding: 6px 12px; flex-shrink: 0; }
.zam-anim-ad-unit.zam-anim-minimal-style.is-banner .minimal-headline { font-size: 18px; margin: 0 15px; flex-grow: 1; text-align: left; }
.zam-anim-ad-unit.zam-anim-minimal-style.is-banner .minimal-product {
    display: block; position: static; width: 60px; height: 60px; animation: none;
    flex-shrink: 0; margin: 0 15px; border-radius: 6px;
}
.zam-anim-ad-unit.zam-anim-minimal-style.is-banner > div:last-of-type {
    display: flex; flex-direction: column; align-items: center; margin-left: auto; padding-right: 15px;
}
.zam-anim-ad-unit.zam-anim-minimal-style.is-banner .minimal-cta-button { padding: 10px 25px; white-space: nowrap; }
.zam-anim-ad-unit.zam-anim-minimal-style.is-banner .minimal-tagline { display: none; }


/* 3.8 - Template 8: Luxe Watch */
.zam-anim-ad-unit.zam-anim-luxe-watch {
    background: linear-gradient(135deg, #1a2a3a 0%, #0d1b2a 100%);
    border-radius: 8px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.zam-anim-ad-unit.zam-anim-luxe-watch:hover { transform: translateY(-5px); }
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-bg-circle {
    position: absolute; border-radius: 50%;
    background: rgba(255, 255, 255, 0.05); animation: luxe-pulse 4s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-circle-1 {
    width: 120px; height: 120px; top: -40px; right: -40px; animation-delay: 0s;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-circle-2 {
    width: 80px; height: 80px; bottom: -20px; left: -20px; animation-delay: 2s;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-content {
    padding: 20px; height: 100%; display: flex; flex-direction: column;
    justify-content: space-between; position: relative; z-index: 2;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-logo {
    color: #fff; font-weight: 700; font-size: 18px; letter-spacing: 1px;
    display: flex; align-items: center;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-logo span { color: #e0a80d; }
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-logo-icon {
    width: 24px; height: 24px; border-radius: 50%;
    margin-right: 8px; display: flex; align-items: center;
    justify-content: center; font-size: 14px; animation: luxe-rotate 8s linear infinite;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-headline {
    color: white; font-size: 22px; font-weight: 700; line-height: 1.2;
    margin-top: 10px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-headline span {
    animation: luxe-glow 3s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-product-image {
    position: absolute; right: 20px; bottom: 50px; width: 140px; height: 140px;
    background-repeat: no-repeat; background-position: center; background-size: contain;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
    animation: luxe-float 6s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-cta-button {
    border: none; padding: 8px 16px; border-radius: 20px;
    font-weight: 700; font-size: 14px; cursor: pointer; align-self: flex-start;
    transition: all 0.3s ease;
    animation: luxe-pulse-button 2s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-cta-button:hover {
    animation: none; transform: scale(1.08);
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-footer {
    display: flex; justify-content: space-between; align-items: center; margin-top: 10px;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-discount {
    font-weight: 700; font-size: 14px; padding: 4px 8px; border-radius: 4px;
    animation: luxe-bounce 3s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-tagline {
    color: rgba(255, 255, 255, 0.7); font-size: 10px; text-align: right;
}
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-fade-in { animation: luxe-fadeIn 1.5s ease-in-out; }
.zam-anim-ad-unit.zam-anim-luxe-watch .luxe-sparkle {
    position: absolute; width: 4px; height: 4px; background: white;
    border-radius: 50%; opacity: 0; animation: luxe-sparkle 3s infinite;
}
.zam-anim-ad-unit.zam-anim-luxe-watch::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: luxe-shine 6s infinite; z-index: 1;
}
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-bg-circle,
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-sparkle,
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-footer,
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-tagline {
    display: none;
}
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-content {
    flex-direction: row; align-items: center; justify-content: space-between; padding: 15px; width: 100%;
}
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-logo { font-size: 16px; flex-shrink: 0; }
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-headline { font-size: 18px; margin: 0 20px; text-align: left; flex-grow: 1; }
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-product-image {
    display: block; position: static; width: 60px; height: 60px; animation: none;
    flex-shrink: 0; margin: 0 15px; border-radius: 6px;
}
.zam-anim-ad-unit.zam-anim-luxe-watch.is-banner .luxe-cta-button { align-self: center; padding: 10px 25px; white-space: nowrap; }


/* 3.9 - Template 9: Luxury Perfume */
.zam-anim-ad-unit.zam-anim-luxury-perfume {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 12px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease; border-width: 2px; border-style: solid;
    font-family: 'Playfair Display', 'Times New Roman', serif;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume:hover {
    transform: scale(1.02); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
}
.zam-anim-ad-unit.zam-anim-luxury-perfume::after {
    content: ''; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px;
    border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 8px; pointer-events: none;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-filigree {
    position: absolute; opacity: 0.1; animation: luxury-shimmer 8s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-corner-1 {
    top: 0; left: 0; width: 60px; height: 60px;
    background: linear-gradient(135deg, transparent 40%, #d4af37 50%, transparent 60%);
    animation-delay: 0s;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-corner-2 {
    top: 0; right: 0; width: 60px; height: 60px;
    background: linear-gradient(225deg, transparent 40%, #d4af37 50%, transparent 60%);
    animation-delay: 2s;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-corner-3 {
    bottom: 0; left: 0; width: 60px; height: 60px;
    background: linear-gradient(45deg, transparent 40%, #d4af37 50%, transparent 60%);
    animation-delay: 4s;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-corner-4 {
    bottom: 0; right: 0; width: 60px; height: 60px;
    background: linear-gradient(315deg, transparent 40%, #d4af37 50%, transparent 60%);
    animation-delay: 6s;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-content {
    padding: 25px; height: 100%; display: flex; flex-direction: column;
    justify-content: space-between; position: relative; z-index: 2;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-logo {
    font-weight: 700; font-size: 18px; letter-spacing: 3px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(212, 175, 55, 0.1); padding: 10px 20px;
    border-radius: 30px; width: fit-content; margin: 0 auto;
    border: 1px solid rgba(212, 175, 55, 0.3);
    animation: luxury-fadeIn 2s ease-out; text-transform: uppercase;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-logo span {
    color: #ffffff; margin-left: 8px; font-weight: 300;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-headline {
    color: #ffffff; font-size: 22px; font-weight: 600; line-height: 1.3;
    text-align: center; margin-top: 15px; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    animation: luxury-slideUp 1.5s ease-out;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-headline span {
    position: relative; font-style: italic; font-weight: 700;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-headline span::after {
    content: ''; position: absolute; bottom: -3px; left: 0; width: 100%; height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    animation: luxury-gold-glow 4s infinite;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-product {
    position: absolute; right: 20px; bottom: 50px; width: 120px; height: 120px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
    filter: drop-shadow(0 5px 20px rgba(212, 175, 55, 0.4));
    animation: luxury-float 6s ease-in-out infinite; border-radius: 50%; border-width: 2px; border-style: solid;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-cta-button {
    border: none; padding: 12px 30px; border-radius: 30px;
    font-weight: 700; font-size: 14px; cursor: pointer; align-self: center;
    transition: all 0.3s ease; box-shadow: 0 5px 20px rgba(212, 175, 55, 0.5);
    position: relative; overflow: hidden; animation: luxury-button-glow 3s infinite;
    letter-spacing: 1px;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-cta-button:hover {
    animation: none; transform: scale(1.08); box-shadow: 0 5px 35px rgba(212, 175, 55, 1);
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-cta-button::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-cta-button:hover::before { left: 100%; }
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-tagline {
    color: rgba(255, 255, 255, 0.7); font-size: 12px; text-align: center;
    letter-spacing: 2px; margin-top: 10px; font-style: italic;
    animation: luxury-fadeIn 3s ease-out;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-particle {
    position: absolute; width: 3px; height: 3px; border-radius: 50%;
    opacity: 0; animation: luxury-sparkle 4s infinite;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-divider {
    width: 80%; height: 1px; background: linear-gradient(90deg, transparent, #d4af37, transparent);
    margin: 10px auto; opacity: 0.5;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume .luxury-crown {
    position: absolute; top: 30px; left: 50%; transform: translateX(-50%);
    font-size: 24px; opacity: 0.2; animation: luxury-crown-float 8s ease-in-out infinite;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-filigree,
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-particle,
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-crown,
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-tagline,
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-divider {
    display: none;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-content {
    flex-direction: row; align-items: center; justify-content: space-between; padding: 15px 25px; width: 100%;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-logo {
    font-size: 16px; padding: 8px 15px; margin: 0; flex-shrink: 0;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-headline {
    font-size: 18px; margin: 0 2px; flex-grow: 1; text-align: center; animation: none;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-product {
    display: block; position: static; width: 60px; height: 60px; animation: none;
    flex-shrink: 0; margin: 0 15px; border-radius: 50%;
}
.zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-cta-button {
    padding: 10px 25px; white-space: nowrap; animation: none; flex-shrink: 0;
}

/* Apply only on mobile screens */
@media (max-width: 767px) {
    .zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-headline {
        font-size: 14px;
        margin: 0 2px;
    }
}

@media (max-width: 767px) {
    .zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-content {
        padding: 5px 0px;
    }
}

/* Apply only on mobile screens */
@media (max-width: 767px) {
    .zam-anim-ad-unit.zam-anim-luxury-perfume.is-banner .luxury-cta-button {
        padding: 10px 8px;
        margin-left: -7px;
    }
}

/* --- 3.10 - Template 10: E-commerce Style --- */
.zam-anim-ad-unit.zam-anim-e-commerce-ad {
    background: #ffffff;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    font-family: 'Inter', 'Arial', sans-serif;
}
.zam-anim-e-commerce-ad * {
    font-family: 'Inter', 'Arial', sans-serif;
}
.zam-anim-e-commerce-ad .store-header {
    display: flex; align-items: center; padding: 12px 15px;
    background: #fafafa; border-bottom: 1px solid #f0f0f0;
}
.zam-anim-e-commerce-ad .store-logo {
    width: 24px; height: 24px; border-radius: 6px; background: #ff6b6b;
    margin-right: 8px; display: flex; align-items: center; justify-content: center;
    color: white; font-size: 12px; font-weight: bold;
}
.zam-anim-e-commerce-ad .store-name { font-weight: 600; font-size: 14px; color: #333; }
.zam-anim-e-commerce-ad .ad-badge {
    margin-left: auto; background: #4CAF50; color: white; padding: 2px 8px;
    border-radius: 12px; font-size: 10px; font-weight: 600;
}
.zam-anim-e-commerce-ad .product-content {
    padding: 15px; height: calc(100% - 48px);
    display: flex; flex-direction: column;
}
.zam-anim-e-commerce-ad .product-row { display: flex; gap: 15px; margin-bottom: 15px; }
.zam-anim-e-commerce-ad .product-image {
    width: 100px; height: 100px; background: #f8f9fa; border-radius: 8px;
    background-size: cover; background-position: center; border: 1px solid #f0f0f0;
    position: relative; flex-shrink: 0;
}
.zam-anim-e-commerce-ad .discount-badge {
    position: absolute; top: 8px; left: 8px; background: #ff4444; color: white;
    padding: 2px 6px; border-radius: 4px; font-size: 10px; font-weight: 600;
}
.zam-anim-e-commerce-ad .product-info { flex: 1; min-width: 0; }
.zam-anim-e-commerce-ad .product-title {
    font-weight: 600; font-size: 15px; color: #333; line-height: 1.3;
    margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
}
.zam-anim-e-commerce-ad .product-rating {
    display: flex; align-items: center; gap: 4px; margin-bottom: 10px;
}
.zam-anim-e-commerce-ad .stars { color: #ffc107; font-size: 12px; }
.zam-anim-e-commerce-ad .rating-count { color: #666; font-size: 11px; }
.zam-anim-e-commerce-ad .price-section { display: flex; align-items: center; gap: 8px; }
.zam-anim-e-commerce-ad .current-price { font-weight: 700; font-size: 18px; color: #2e7d32; }
.zam-anim-e-commerce-ad .original-price { font-size: 13px; color: #999; text-decoration: line-through; }
.zam-anim-e-commerce-ad .product-description {
    color: #666; font-size: 12px; line-height: 1.4; margin-bottom: 15px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden;
}
.zam-anim-e-commerce-ad .cta-section { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.zam-anim-e-commerce-ad .add-to-cart {
    flex: 1; background: #2196F3; color: white; border: none; padding: 10px;
    border-radius: 6px; font-weight: 600; font-size: 13px; cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 6px;
}
.zam-anim-e-commerce-ad .wishlist-btn {
    width: 36px; height: 36px; border: 1px solid #e0e0e0; background: white;
    border-radius: 6px; cursor: pointer; display: flex; align-items: center;
    justify-content: center; color: #666; flex-shrink: 0;
}
.zam-anim-e-commerce-ad .shipping-info {
    display: flex; align-items: center; gap: 6px; font-size: 11px; color: #4CAF50;
    margin-top: 8px;
}
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-portrait .product-content { padding: 20px; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-portrait .product-row { flex-direction: column; align-items: center; gap: 10px; margin-bottom: 10px; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-portrait .product-image { width: 220px; height: 220px; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-portrait .product-info { text-align: center; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-portrait .product-title { font-size: 18px; -webkit-line-clamp: 3; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-portrait .product-rating, .zam-anim-ad-unit.zam-anim-e-commerce-ad.is-portrait .price-section { justify-content: center; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-portrait .product-description { font-size: 14px; -webkit-line-clamp: 3; text-align: center; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .store-header { padding: 5px 10px; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .product-content { padding: 10px; flex-direction: row; align-items: center; gap: 15px; height: calc(100% - 35px); }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .product-row, .zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .product-description, .zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .shipping-info { display: none; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .product-image { width: 60px; height: 60px; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .product-title { margin-bottom: 2px; font-size: 14px; -webkit-line-clamp: 1; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .product-info { flex-grow: 2; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .price-section { margin-bottom: 4px; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .current-price { font-size: 16px; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .cta-section { margin: 0; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .add-to-cart { padding: 8px 12px; font-size: 12px; white-space: nowrap; }
.zam-anim-ad-unit.zam-anim-e-commerce-ad.is-banner .wishlist-btn { display: none; }

/* --- 3.11 - Template 11: Twitter Style --- */
.zam-anim-ad-unit.zam-anim-twitter-style {
    background: #ffffff; border-radius: 12px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.zam-anim-twitter-style * { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.zam-anim-twitter-style .tweet-header { display: flex; align-items: flex-start; padding: 6px 10px; position: relative; }
.zam-anim-twitter-style .tweet-avatar {
    width: 43px; height: 43px; border-radius: 50%; background-size: cover;
    background-position: center; flex-shrink: 0; margin-right: 12px;
}
.zam-anim-twitter-style .tweet-user-info { flex: 1; min-width: 0; }
.zam-anim-twitter-style .tweet-name-line { display: flex; align-items: center; gap: 4px; }
.zam-anim-twitter-style .tweet-display-name { font-weight: 700; font-size: 15px; color: #0f1419; }
.zam-anim-twitter-style .tweet-verified-check {
    width: 16px; height: 16px; background: #1d9bf0; border-radius: 50%;
    color: white; font-size: 10px; font-weight: bold;
    display: inline-flex; align-items: center; justify-content: center;
}
.zam-anim-twitter-style .tweet-username { color: #536471; font-size: 15px; margin-top: -5px; }
.zam-anim-twitter-style .tweet-promoted {
    position: absolute; top: 8px; right: 50px; color: #536471; font-size: 13px;
    display: flex; align-items: center; gap: 4px;
}
.zam-anim-twitter-style .promoted-icon {
    width: 16px; height: 16px; background: #536471; border-radius: 2px;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 10px; font-weight: bold;
}
.zam-anim-twitter-style .tweet-content { padding: 0 10px 2px; }
.zam-anim-twitter-style .tweet-text {
    color: #0f1419; font-size: 15px; line-height: 1.4; margin-bottom: 2px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.zam-anim-twitter-style .tweet-highlight { color: #1d9bf0; }
.zam-anim-twitter-style .tweet-media {
    width: 100%; height: 140px; background: #cfd9de; border-radius: 12px;
    overflow: hidden; background-size: cover; background-position: center; position: relative;
    border: 1px solid #cfd9de;
}
.zam-anim-twitter-style .tweet-media-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    padding: 8px 12px; color: white;
}
.zam-anim-twitter-style .tweet-media-title { font-weight: 700; font-size: 14px; margin-bottom: 2px; }
.zam-anim-twitter-style .tweet-media-url { font-size: 12px; opacity: 0.9; }
.zam-anim-twitter-style .tweet-actions { display: none; justify-content: space-around; padding: 4px 16px; border-top: 1px solid #eff3f4; }
.zam-anim-twitter-style .tweet-action { color: #536471; font-size: 13px; display: flex; align-items: center; gap: 6px; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-portrait .tweet-text { -webkit-line-clamp: 5; font-size: 16px; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-portrait .tweet-media { height: 250px; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-banner .tweet-header { padding: 8px 12px; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-banner .tweet-avatar { width: 40px; height: 40px; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-banner .tweet-content { padding: 0; display: flex; align-items: center; height: calc(100% - 57px); gap: 12px; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-banner .tweet-text { flex: 1; -webkit-line-clamp: 2; margin-bottom: 0; padding-left: 12px; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-banner .tweet-media { flex-shrink: 0; width: 350px; height: 100%; border-radius: 0; border: none; border-left: 1px solid #eff3f4; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-banner .tweet-actions { display: none; }
.zam-anim-ad-unit.zam-anim-twitter-style.is-banner .tweet-media-overlay { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }

/* --- 3.12 - Template 12: Google Style --- */
.zam-anim-ad-unit.zam-anim-google-style {
    background: #ffffff; border-radius: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0; font-family: 'Roboto', 'Arial', sans-serif;
}
.zam-anim-google-style * { font-family: 'Roboto', 'Arial', sans-serif; }
.zam-anim-google-style .ad-header { display: flex; align-items: center; padding: 7px 15px; border-bottom: solid 1px #ddd; }
.zam-anim-google-style .ad-badge { color: #70757a; font-size: 12px; font-weight: 700; }
.zam-anim-google-style .ad-content {
    padding: 5px 15px 15px 15px;
    height: calc(100% - 45px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}
.zam-anim-google-style .ad-text-wrapper {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.zam-anim-google-style .ad-title { color: #1a0dab; font-size: 20px; line-height: 1.3; text-decoration: none; margin-bottom: 4px; }
.zam-anim-google-style .ad-url { color: #006621; font-size: 14px; margin-bottom: 8px; }
.zam-anim-google-style .ad-description { color: #4d5156; font-size: 14px; line-height: 1.5; width: 145%; }
.zam-anim-google-style .ad-image-wrapper {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.zam-anim-google-style .ad-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.zam-anim-ad-unit.zam-anim-google-style.is-portrait .ad-title { font-size: 24px; }
.zam-anim-ad-unit.zam-anim-google-style.is-portrait .ad-description { font-size: 16px; -webkit-line-clamp: 10; }
.zam-anim-ad-unit.zam-anim-google-style.is-banner { flex-direction: row; align-items: center; padding: 0 15px; }
.zam-anim-ad-unit.zam-anim-google-style.is-banner .ad-header { display: none; }
.zam-anim-ad-unit.zam-anim-google-style.is-banner .ad-content { padding: 10px 0; height: 100%; justify-content: center; }
.zam-anim-ad-unit.zam-anim-google-style.is-banner .ad-image-wrapper { display: none; }
.zam-anim-ad-unit.zam-anim-google-style.is-banner .ad-title { font-size: 18px; margin-bottom: 2px; }
.zam-anim-ad-unit.zam-anim-google-style.is-banner .ad-url { font-size: 13px; margin-bottom: 4px; }
.zam-anim-ad-unit.zam-anim-google-style.is-banner .ad-description { display: none; }
.zam-anim-ad-unit.zam-anim-google-style.is-banner::before {
    content: 'Ad'; color: #70757a; font-size: 12px; font-weight: 700; margin-right: 15px;
}

/* --- 3.13 - Template 13: Instagram Style --- */
.zam-anim-ad-unit.zam-anim-instagram-style * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.zam-anim-ad-unit.zam-anim-instagram-style {
    background: #000;
}
.zam-anim-instagram-style .progress-bars {
    position: absolute; top: 8px; left: 8px; right: 8px; display: flex; gap: 4px; z-index: 10;
}
.zam-anim-instagram-style .progress-bar {
    flex: 1; height: 2px; background: rgba(255, 255, 255, 0.4); border-radius: 1px; overflow: hidden;
}
.zam-anim-instagram-style .progress-fill {
    width: 0%; height: 100%; background: #fff; border-radius: 1px;
}
.zam-is-animating.zam-anim-instagram-style .progress-fill { animation: storyProgress 5s linear forwards; }
@keyframes storyProgress { from { width: 0%; } to { width: 100%; } }
.zam-anim-instagram-style .story-content {
    width: 100%; height: 100%; background-size: cover; background-position: center;
    position: relative; display: flex; flex-direction: column;
    justify-content: space-between; padding: 40px 20px 20px;
}
.zam-anim-instagram-style .story-header { display: flex; align-items: center; gap: 8px; position: relative; z-index: 5; }
.zam-anim-instagram-style .profile-pic {
    width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff;
    background-size: cover; background-position: center; flex-shrink: 0;
}
.zam-anim-instagram-style .profile-info { color: #fff; }
.zam-anim-instagram-style .username { font-weight: 600; font-size: 14px; margin-bottom: 1px; }
.zam-anim-instagram-style .time-ago { font-size: 11px; opacity: 0.9; }
.zam-anim-instagram-style .story-text { text-align: center; color: #fff; position: relative; z-index: 5; }
.zam-anim-instagram-style .story-title {
    font-size: 24px; font-weight: 700; margin-bottom: 8px; text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    opacity: 0; transform: translateY(20px);
}
.zam-anim-instagram-style .story-subtitle {
    font-size: 14px; opacity: 0.9; margin-bottom: 15px; opacity: 0; transform: translateY(20px);
}
.zam-is-animating.zam-anim-instagram-style .story-title { animation: textSlideUp 0.6s ease-out 0.5s forwards; }
.zam-is-animating.zam-anim-instagram-style .story-subtitle { animation: textSlideUp 0.6s ease-out 0.8s forwards; }
@keyframes textSlideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.zam-anim-instagram-style .swipe-up-cta { text-align: center; position: relative; z-index: 5; animation: ctaBounce 2s ease-in-out infinite; }
.zam-anim-instagram-style .cta-container {
    background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-radius: 25px; padding: 8px 20px; display: inline-flex;
    align-items: center; gap: 8px; border: 1px solid rgba(255, 255, 255, 0.3);
}
.zam-anim-instagram-style .cta-text { color: #fff; font-weight: 600; font-size: 13px; }
.zam-anim-instagram-style .cta-arrow {
    width: 20px; height: 20px; background: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: #000;
    font-size: 12px; transform: rotate(-90deg);
}
@keyframes ctaBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.zam-anim-instagram-style .gradient-overlay {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(transparent 40%, rgba(0,0,0,0.6) 100%); pointer-events: none;
}
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .story-text { text-align: left; }
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .story-content {
    flex-direction: row; align-items: center; justify-content: space-between; padding: 15px;
}
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .story-header { margin-right: 15px; }
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .story-title { font-size: 18px; margin: 0; }
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .story-subtitle { font-size: 13px; margin: 2px 0 0 0; }
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .swipe-up-cta { animation: none; }
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .cta-container { padding: 8px 15px; }
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .cta-arrow { display: none; }
.zam-anim-ad-unit.zam-anim-instagram-style.is-banner .progress-bars, .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .gradient-overlay { display: none; }
@media(max-width: 767px) {
    .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .story-header { margin-right: 5px; }
    .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .profile-pic { width: 28px; height: 28px; }
    .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .username { font-size: 12px; }
    .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .time-ago { display: none; }
    .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .story-title { font-size: 14px; }
    .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .story-subtitle { display: none; }
    .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .cta-container { padding: 6px 12px; }
    .zam-anim-ad-unit.zam-anim-instagram-style.is-banner .cta-text { font-size: 11px; }
}

/* --- 3.14 - Template 14: TikTok Style --- */
.zam-anim-ad-unit.zam-anim-tiktok-style * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.zam-anim-ad-unit.zam-anim-tiktok-style { background: #000; }
.zam-anim-tiktok-style .video-container {
    width: 100%; height: 100%; background-size: cover; background-position: center;
    position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 15px;
}
.zam-anim-tiktok-style .top-bar { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 5; }
.zam-anim-tiktok-style .ad-badge {
    background: rgba(0,0,0,0.7); color: #fff; padding: 4px 8px; border-radius: 4px; font-size: 10px; font-weight: 600;
}
.zam-anim-tiktok-style .video-content { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; position: relative; z-index: 5; }
.zam-anim-tiktok-style .video-text { color: #fff; margin-bottom: 15px; }
.zam-anim-tiktok-style .video-caption { font-size: 14px; font-weight: 600; margin-bottom: 6px; text-shadow: 0 2px 8px rgba(0,0,0,0.7); line-height: 1.3; }
.zam-anim-tiktok-style .video-hashtags { font-size: 12px; opacity: 0.9; color: #fff; }
.zam-anim-tiktok-style .creator-info { display: flex; align-items: center; gap: 8px; margin-bottom: 15px; }
.zam-anim-tiktok-style .creator-avatar {
    width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff;
    background-size: cover; background-position: center; flex-shrink: 0;
}
.zam-anim-tiktok-style .creator-details { color: #fff; }
.zam-anim-tiktok-style .creator-name { font-size: 13px; font-weight: 600; margin-bottom: 1px; }
.zam-anim-tiktok-style .creator-handle { font-size: 11px; opacity: 0.9; }
.zam-anim-tiktok-style .cta-button {
    background: #fe2c55; color: #fff; border: none; padding: 10px 20px; border-radius: 25px;
    font-weight: 700; font-size: 12px; cursor: pointer; position: relative; z-index: 5;
    animation: ctaPulse 2s ease-in-out infinite; text-align: center;
}
@keyframes ctaPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.zam-anim-tiktok-style .gradient-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; height: 60%;
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.8) 100%); pointer-events: none;
}
.zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .video-container {
    flex-direction: row; align-items: center; padding: 10px 15px;
}
.zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .top-bar, .zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .gradient-overlay { display: none; }
.zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .video-content {
    flex-direction: row; align-items: center; justify-content: space-between; flex: 1;
}
.zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .creator-info { margin: 0; }
.zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .video-text { margin: 0 15px; flex: 1; }
.zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .video-caption { font-size: 16px; margin-bottom: 2px; }
.zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .video-hashtags { font-size: 12px; }
.zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .cta-button { padding: 10px 20px; white-space: nowrap; }
@media(max-width: 767px) {
    .zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .video-text { margin: 0 5px; }
    .zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .creator-avatar { width: 32px; height: 32px; }
    .zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .creator-handle { display: none; }
    .zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .video-caption { font-size: 13px; }
    .zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .video-hashtags { display: none; }
    .zam-anim-ad-unit.zam-anim-tiktok-style.is-banner .cta-button { padding: 8px 12px; font-size: 11px; }
}

/* --- 3.15 - Template 15: Simple GIF Style --- */
.zam-anim-ad-unit.zam-anim-gif-style {
    background: #000;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.zam-anim-ad-unit.zam-anim-gif-style .zam-anim-gif-element {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* --- 3.16 - Template 16: Elite Casino --- */
.zam-anim-elite-casino * {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.zam-anim-elite-casino {
    background: linear-gradient(145deg, #0c0c2e 0%, #1a1a4a 100%);
    border: 2px solid #ffd700;
    animation: elite-casino-float 6s ease-in-out infinite;
}

.zam-anim-elite-casino .warning-banner {
    background: linear-gradient(90deg, #ff416c, #ff4b2b);
    color: white;
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 5;
    animation: elite-casino-pulse 2s infinite;
}

.zam-anim-elite-casino .header {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    background: rgba(10, 15, 35, 0.9);
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    position: relative;
}

.zam-anim-elite-casino .logo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
    animation: elite-casino-glow 2s infinite alternate;
    background-size: cover;
    background-position: center;
}

.zam-anim-elite-casino .casino-name {
    flex: 1;
}

.zam-anim-elite-casino .casino-title {
    font-weight: 800;
    font-size: 16px;
    color: #ffd700;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.zam-anim-elite-casino .casino-subtitle {
    font-size: 11px;
    color: #a0a8d0;
    letter-spacing: 0.5px;
}

.zam-anim-elite-casino .badge {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(255, 75, 43, 0.4);
    animation: elite-casino-bounce 2s infinite;
}

.zam-anim-elite-casino .content {
    padding: 10px 15px;
    height: calc(100% - 78px);
    display: flex;
    flex-direction: column;
}

.zam-anim-elite-casino .jackpot-section {
    background: linear-gradient(90deg, #ffd700, #ffed4e);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
    position: relative;
    overflow: hidden;
    animation: elite-casino-jackpotShine 3s infinite;
}

.zam-anim-elite-casino .jackpot-label {
    margin-top: -18px;
    font-size: 10px;
    color: #8a5a00;
    font-weight: 700;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.zam-anim-elite-casino .jackpot-amount {
    font-weight: 900;
    font-size: 16px;
    margin-top: -7px;
    color: #b30000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: 'Courier New', monospace;
}

.zam-anim-elite-casino .bonus-section {
    background: rgba(179, 0, 0, 0.25);
    border: 1px dashed #ff6b6b;
    border-radius: 6px;
    padding: 8px;
    margin-top: 2px;
    margin-bottom: 10px;
    text-align: center;
}

.zam-anim-elite-casino .bonus-text {
    font-size: 11px;
    color: #ff8e8e;
    font-weight: 700;
    line-height: 1.3;
}

.zam-anim-elite-casino .bonus-highlight {
    color: #ffd700;
    font-weight: 900;
}

.zam-anim-elite-casino .cta-section {
    margin-top: auto;
}

.zam-anim-elite-casino .play-button {
    width: 100%;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #0c0c2e;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.5);
}
.zam-anim-elite-casino .floating-coins {
    position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; z-index: 1;
}
.zam-anim-elite-casino .coin {
    position: absolute; font-size: 16px; opacity: 0; animation: elite-casino-floatCoin 8s linear infinite;
}

/* Elite Casino Animations */
@keyframes elite-casino-float { 0%, 100% { transform: translateY(0) rotate(0.5deg); } 50% { transform: translateY(-5px) rotate(-0.5deg); } }
@keyframes elite-casino-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.8; } }
@keyframes elite-casino-glow { from { box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4); } to { box-shadow: 0 4px 20px rgba(255, 215, 0, 0.8); } }
@keyframes elite-casino-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes elite-casino-jackpotShine { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes elite-casino-floatCoin { 0% { transform: translateY(250px) rotate(0deg); opacity: 0; } 10% { opacity: 0.7; } 90% { opacity: 0.7; } 100% { transform: translateY(-50px) rotate(360deg); opacity: 0; } }

/* Elite Casino - Portrait Layout */
.zam-anim-ad-unit.is-portrait.zam-anim-elite-casino .content {
    padding: 20px;
}
.zam-anim-ad-unit.is-portrait.zam-anim-elite-casino .games-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 20px 0;
}
.zam-anim-ad-unit.is-portrait.zam-anim-elite-casino .game-card {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 20px;
    height: 50px;
}
.zam-anim-ad-unit.is-portrait.zam-anim-elite-casino .game-icon {
    margin-bottom: 0;
    margin-right: 15px;
}

/* Elite Casino - Banner Layout */
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino {
    padding: 0;
    display: flex;
    align-items: center;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .warning-banner {
    display: none;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .header,
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .content {
    height: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .header {
    width: 250px;
    padding: 10px;
    flex-shrink: 0;
    border-right: 1px solid rgba(255, 215, 0, 0.3);
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .content {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .jackpot-section,
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .bonus-section {
    margin: 0;
    padding: 8px 12px;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .jackpot-amount {
    font-size: 16px;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .bonus-text {
    font-size: 11px;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .cta-section {
    margin: 0;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .play-button {
    padding: 12px 20px;
    font-size: 13px;
    white-space: nowrap;
}
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .games-container,
.zam-anim-ad-unit.is-banner.zam-anim-elite-casino .footer {
    display: none;
}
@media (max-width: 767px) {
    .zam-anim-ad-unit.is-banner.zam-anim-elite-casino .header { display: none; }
    .zam-anim-ad-unit.is-banner.zam-anim-elite-casino .content { justify-content: space-evenly; }
    .zam-anim-ad-unit.is-banner.zam-anim-elite-casino .bonus-section { display: none; }
}

/* --- 3.17 - Template 17: Golden Spin --- */
.zam-anim-golden-spin * {
    font-family: 'Inter', 'Arial', sans-serif;
}
.zam-anim-golden-spin {
    background: linear-gradient(135deg, #1a0b2e 0%, #2d1b47 100%);
    border: 2px solid #ffd700;
}
.zam-anim-golden-spin .logo-section {
    display: flex; flex-direction: column; align-items: center; padding: 8px;
    background: rgba(26, 11, 46, 0.9); border-bottom: 2px solid #ffd700;
}
.zam-anim-golden-spin .large-logo {
    width: 60px; height: 60px; background: linear-gradient(135deg, #ffd700, #ff6b35);
    border-radius: 16px; display: flex; align-items: center; justify-content: center;
    color: #1a0b2e; font-size: 28px; font-weight: bold; margin-bottom: 5px;
    box-shadow: 0 4px 25px rgba(255, 215, 0, 0.4); animation: golden-spin-logoSpin 4s ease-in-out infinite;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}
.zam-anim-golden-spin .logo-text {
    margin: -8px 0;
    text-align: center;
    color: #ffd700; font-size: 16px; font-weight: 800;
    text-shadow: 0 2px 10px rgba(255, 215, 0, 0.3);
}
.footer {
    gap: 40%;
    font-size: 10px;
    display: inline-flex;
}
.zam-anim-golden-spin .slot-machine {
    padding: 1px 15px; display: flex; justify-content: center; gap: 8px; margin-bottom: 5px;
}
.zam-anim-golden-spin .slot-reel {
    width: 50px; height: 50px; background: linear-gradient(45deg, #2d1b47, #3d2b57);
    border: 2px solid #ffd700; border-radius: 8px; overflow: hidden; position: relative;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.zam-anim-golden-spin .reel-strip {
    position: absolute; top: 0; left: 0; width: 100%; animation: golden-spin-slotSpin 3s ease-in-out infinite;
}
.zam-anim-golden-spin .reel-item {
    height: 50px; display: flex; align-items: center; justify-content: center;
    font-size: 24px; font-weight: bold; color: #ffffff; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.zam-anim-golden-spin .reel-2 .reel-strip { animation-delay: 0.2s; }
.zam-anim-golden-spin .reel-3 .reel-strip { animation-delay: 0.4s; }
.zam-anim-golden-spin .jackpot-section { text-align: center; margin-bottom: 8px; }
.zam-anim-golden-spin .jackpot-amount {
    margin: -10px;
    color: #ffd700; font-size: 18px; margin-top: -11px; font-weight: 800; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    animation: golden-spin-jackpotGlow 2s ease-in-out infinite;
}
.zam-anim-golden-spin .bonus-offer {
    margin: 3px 10px;
    background: linear-gradient(45deg, #ff6b35, #ff8e53); margin-top: -20px; padding: 5px;
    border-radius: 6px; text-align: center; border: 1px solid #ffd700;
    animation: golden-spin-bonusPulse 3s ease-in-out infinite;
}
.zam-anim-golden-spin .bonus-text { color: #ffffff; font-size: 10px; font-weight: 700; }
.zam-anim-golden-spin .bonus-highlight { color: #ffd700; font-weight: 800; }
.zam-anim-golden-spin .cta-section { padding: 0 10px 10px; }
.zam-anim-golden-spin .cta-button {
    width: 100%; background: linear-gradient(45deg, #ffd700, #ff6b35);
    color: #1a0b2e; border: none; padding: 10px; border-radius: 8px;
    font-weight: 800; font-size: 13px; cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4); text-transform: uppercase;
}
.zam-anim-golden-spin .floating-coins {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none;
}
.zam-anim-golden-spin .coin {
    position: absolute; font-size: 16px; animation: golden-spin-coinFloat 4s ease-in-out infinite; opacity: 0;
}
.zam-anim-golden-spin .win-flash {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle, transparent 30%, rgba(255, 215, 0, 0.3) 70%, transparent 100%);
    opacity: 0; pointer-events: none; animation: golden-spin-winFlash 4s ease-in-out infinite;
}
/* Golden Spin Animations */
@keyframes golden-spin-logoSpin { 0%, 100% { transform: rotateY(0deg) scale(1); box-shadow: 0 4px 25px rgba(255, 215, 0, 0.4); } 50% { transform: rotateY(180deg) scale(1.1); box-shadow: 0 6px 30px rgba(255, 107, 53, 0.6); } }
@keyframes golden-spin-slotSpin { 0% { transform: translateY(0); } 20% { transform: translateY(-100px); } 40% { transform: translateY(-200px); } 60% { transform: translateY(-150px); } 80% { transform: translateY(-50px); } 100% { transform: translateY(0); } }
@keyframes golden-spin-jackpotGlow { 0%, 100% { text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); transform: scale(1); } 50% { text-shadow: 0 0 20px rgba(255, 215, 0, 0.8); transform: scale(1.05); } }
@keyframes golden-spin-bonusPulse { 0%, 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3); } 50% { transform: scale(1.02); box-shadow: 0 6px 20px rgba(255, 107, 53, 0.5); } }
@keyframes golden-spin-coinFloat { 0% { transform: translateY(250px) rotate(0deg); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateY(-50px) rotate(360deg); opacity: 0; } }
@keyframes golden-spin-winFlash { 0%, 100% { opacity: 0; } 25%, 75% { opacity: 0.3; } 50% { opacity: 0.6; } }

/* Golden Spin - Portrait Layout */
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .logo-section { padding: 20px; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .large-logo { width: 90px; height: 90px; font-size: 36px; margin-bottom: 10px; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .logo-text { font-size: 22px; text-align: center; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .slot-machine { margin: 10px 0; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .slot-reel { width: 70px; height: 70px; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .reel-item { height: 70px; font-size: 34px; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .jackpot-amount { font-size: 24px; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .bonus-offer { padding: 5px; margin: 0 20px 20px; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .bonus-text { font-size: 14px; }
.zam-anim-ad-unit.is-portrait.zam-anim-golden-spin .cta-button { padding: 15px; font-size: 16px; }

/* Golden Spin - Banner Layout */
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin { display: flex; align-items: center; padding: 10px 20px; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .logo-section { flex-direction: row; border: none; background: transparent; padding: 0; flex-shrink: 0; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .large-logo { width: 50px; height: 50px; font-size: 24px; margin: 0 15px 0 0; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .logo-text-container { text-align: left; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .logo-text { font-size: 20px; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .logo-tagline { font-size: 10px; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .jackpot-section { text-align: left; margin: 0 30px; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .bonus-offer { margin: 0; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .cta-section { margin-left: auto; padding: 0; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .cta-button { white-space: nowrap; padding: 12px 25px; }
.zam-anim-ad-unit.is-banner.zam-anim-golden-spin .slot-machine, .zam-anim-ad-unit.is-banner.zam-anim-golden-spin .win-flash { display: none; }
@media (max-width: 767px) {
    .zam-anim-ad-unit.is-banner.zam-anim-golden-spin { padding: 5px; }
    .zam-anim-ad-unit.is-banner.zam-anim-golden-spin .large-logo { width: 40px; height: 40px; font-size: 18px; margin-right: 8px; }
    .zam-anim-ad-unit.is-banner.zam-anim-golden-spin .logo-text { font-size: 14px; }
    .zam-anim-ad-unit.is-banner.zam-anim-golden-spin .logo-tagline, .zam-anim-ad-unit.is-banner.zam-anim-golden-spin .bonus-offer { display: none; }
    .zam-anim-ad-unit.is-banner.zam-anim-golden-spin .jackpot-section { margin: 0 10px; }
    .zam-anim-ad-unit.is-banner.zam-anim-golden-spin .jackpot-amount { font-size: 14px; }
}

/* --- 3.18 - Template 18: DeFi Pulse --- */
.zam-anim-defi-pulse * {
    font-family: 'Inter', 'Arial', sans-serif;
}
.zam-anim-defi-pulse {
    background: linear-gradient(135deg, #0a0b1d 0%, #1a1b2e 100%);
    border: 1px solid #2a2b3e;
}
.zam-anim-defi-pulse .header {
    display: flex; align-items: center; justify-content: space-between; padding: 10px 15px;
    background: rgba(10, 11, 29, 0.8); border-bottom: 1px solid #2a2b3e;
}
.zam-anim-defi-pulse .logo-section { display: flex; align-items: center; gap: 8px; }
.zam-anim-defi-pulse .logo {
    width: 24px; height: 24px; border-radius: 6px; display: flex; align-items: center; justify-content: center;
    background-size: contain; background-position: center;
}
.zam-anim-defi-pulse .logo-text { color: #ffffff; font-size: 14px; font-weight: 700; }
.zam-anim-defi-pulse .ad-badge {
    background: rgba(0, 255, 136, 0.2); color: #00ff88; padding: 3px 8px;
    border-radius: 12px; font-size: 10px; font-weight: 600; border: 1px solid rgba(0, 255, 136, 0.3);
}
.zam-anim-defi-pulse .chart-section {
    width: 100%; height: 80px; background: rgba(10, 11, 29, 0.8); position: relative;
    overflow: hidden; padding: 12px 15px;
}
.zam-anim-defi-pulse .chart-container { width: 100%; height: 100%; position: relative; }
.zam-anim-defi-pulse .chart-line {
    position: absolute; width: 100%; height: 100%; fill: none; stroke: #00ff88;
    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 10px rgba(0, 255, 136, 0.3));
}
.zam-anim-defi-pulse .chart-glow {
    position: absolute; width: 100%; height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 255, 136, 0.1) 0%, transparent 70%);
    animation: defi-pulse-chartGlow 3s ease-in-out infinite;
}
.zam-anim-defi-pulse .price-info { position: absolute; top: 12px; left: 15px; z-index: 5; }
.zam-anim-defi-pulse .crypto-name { color: #ffffff; font-size: 12px; font-weight: 700; margin-bottom: 2px; }
.zam-anim-defi-pulse .crypto-price {
    color: #00ff88; font-size: 16px; font-weight: 700; margin-bottom: 4px;
    animation: defi-pulse-priceChange 4s ease-in-out infinite;
}
.zam-anim-defi-pulse .price-change {
    background: rgba(0, 255, 136, 0.2); color: #00ff88; padding: 2px 6px;
    border-radius: 4px; font-size: 10px; font-weight: 600;
}
.zam-anim-defi-pulse .content-section {
    padding: 10px 15px; height: calc(100% - 130px); display: flex; flex-direction: column; justify-content: space-between;
}
.zam-anim-defi-pulse .ad-title { color: #ffffff; font-size: 14px; font-weight: 700; margin-top: -25px; }
.zam-anim-defi-pulse .ad-description {
    color: #a0a0b0; font-size: 11px; line-height: 1.3; margin-bottom: 6px;
    -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;
}
.zam-anim-defi-pulse .cta-button {
    width: 100%; background: linear-gradient(45deg, #00ff88, #00cc6a); color: #000000;
    border: none; padding: 8px 12px; border-radius: 6px; font-weight: 700;
    font-size: 12px; cursor: pointer; transition: all 0.3s ease;
}
/* DeFi Pulse Animations */
@keyframes defi-pulse-chartGlow { 0%, 100% { opacity: 0.3; } 50% { opacity: 0.6; } }
@keyframes defi-pulse-priceChange { 0%, 100% { transform: translateY(0); color: #00ff88; } 50% { transform: translateY(-2px); color: #7effd4; } }

/* DeFi Pulse - Portrait Layout */
.zam-anim-ad-unit.is-portrait.zam-anim-defi-pulse .chart-section { height: 180px; }
.zam-anim-ad-unit.is-portrait.zam-anim-defi-pulse .content-section { height: calc(100% - 230px); }
.zam-anim-ad-unit.is-portrait.zam-anim-defi-pulse .ad-title { font-size: 20px; margin-top: 10px; }
.zam-anim-ad-unit.is-portrait.zam-anim-defi-pulse .ad-description { font-size: 14px; -webkit-line-clamp: 4; }
.zam-anim-ad-unit.is-portrait.zam-anim-defi-pulse .cta-button { padding: 14px; font-size: 16px; }

/* DeFi Pulse - Banner Layout */
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse {
    width: 728px;
    max-width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0;
}
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .header { display: none; }
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .chart-section {
    width: 250px; height: 100%; flex-shrink: 0; border-right: 1px solid #2a2b3e;
}
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .content-section {
    flex-grow: 1; height: 100%; padding: 10px 15px;
    display: flex; align-items: center; justify-content: space-between;
}
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .text-content {
    flex-grow: 1;
}
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .cta-section {
    margin-left: 15px; flex-shrink: 0;
}
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .ad-title {
    margin-top: 0; font-size: 16px;
}
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .ad-description {
    font-size: 12px; -webkit-line-clamp: 1;
}
.zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .cta-button {
    white-space: nowrap; padding: 12px 20px;
}
@media (max-width: 767px) {
    .zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .chart-section { width: 150px; }
    .zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .content-section { padding: 10px; gap: 10px; }
    .zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .ad-title { font-size: 14px; line-height: 1.2; }
    .zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .ad-description { display: none; }
    .zam-anim-ad-unit.is-banner.zam-anim-defi-pulse .cta-button { width: auto; padding: 8px 12px; font-size: 11px; }
}
