
html { scroll-behavior: smooth; }
body:has(.grimoire-systeme-clone) #header-group,
body:has(.grimoire-systeme-clone) > footer { display: none !important; }
body:has(.grimoire-systeme-clone) { background: #0A0A0A; }
body:has(.grimoire-systeme-clone) #MainContent { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: none !important; }
.grimoire-systeme-clone { display: block; width: 100%; background: #0A0A0A; color: #F0E6D0; }
.grimoire-systeme-clone .cdn-wrap,
.grimoire-systeme-clone .cdn-intro-wrap,
.grimoire-systeme-clone .cdn-reviews-wrap,
.grimoire-systeme-clone .cdn-volumes-wrap,
.grimoire-systeme-clone .cdn-features-section,
.grimoire-systeme-clone .cdn-bonuses-section,
.grimoire-systeme-clone .cdn-pricing-section,
.grimoire-systeme-clone .cdn-faq-section,
.grimoire-systeme-clone .cdn-footer-section { width: 100%; max-width: none; }


/* Extracted original landing styles */
/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE BESTIARY V3 */
  /* ============================================ */
  .cdn-wrap {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #111111;
    --c-bg-card: #161616;
    --c-bg-card-hover: #1C1C1C;
    --c-surface: #222222;
    --c-surface-hover: #2A2A2A;
    --c-header: #1a1a1a;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --c-purple: #8B6914;
    --c-purple-soft: rgba(139,105,20,0.15);
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-romantic: linear-gradient(135deg, #C9A84C 0%, #8B6914 50%, #6B1515 100%);
    --gradient-dark: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-elevated) 100%);
    --gradient-card: linear-gradient(145deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(240,230,208,0.06) 0%, rgba(240,230,208,0.01) 100%);
    --gradient-aurora: linear-gradient(135deg, #C9A84C 0%, #6B1515 25%, #C9A84C 50%, #8B6914 75%, #C9A84C 100%);
    --gradient-rune: linear-gradient(90deg, #C9A84C 0%, #6B1515 33%, #C9A84C 66%, #6B1515 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
    --shadow-glow: 0 0 60px var(--c-accent-glow);
    --shadow-glow-intense: 0 0 80px var(--c-accent-glow), 0 0 120px rgba(201,168,76,0.2);
    --shadow-inner: inset 0 1px 0 rgba(240,230,208,0.04);
    --blur-sm: blur(8px);
    --blur-md: blur(16px);
    --blur-lg: blur(32px);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 48px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
    --t-slow: 0.6s var(--ease-out);
    --t-slower: 1s var(--ease-out);
  }

  /* ============================================ */
  /* BASE RESET */
  /* ============================================ */
  .cdn-wrap {
    font-family: var(--f-serif);
    background: #0A0A0A;
    color: var(--c-white-90);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  .cdn-wrap *, .cdn-wrap *::before, .cdn-wrap *::after {
    box-sizing: border-box;
  }

  .cdn-wrap h1, .cdn-wrap h2, .cdn-wrap h3, .cdn-wrap h4, .cdn-wrap h5, .cdn-wrap h6 {
    font-family: var(--f-sans);
    font-weight: 700;
    color: var(--c-white);
    margin: 0;
    line-height: 1.1;
  }

  .cdn-wrap p { margin: 0; }
  .cdn-wrap img { max-width: 100%; height: auto; display: block; }
  .cdn-wrap a { text-decoration: none; color: inherit; transition: var(--t-normal); }
  .cdn-wrap button { font-family: inherit; cursor: pointer; border: none; background: none; }

  /* ============================================ */
  /* KEYFRAMES */
  /* ============================================ */
  @keyframes cdnPulse {
    0%, 100% { opacity: 1; transform: scale3d(1,1,1); }
    50% { opacity: 0.5; transform: scale3d(0.95,0.95,1); }
  }

  @keyframes cdnGlow {
    0%, 100% { box-shadow: 0 0 20px var(--c-accent-glow); }
    50% { box-shadow: 0 0 40px var(--c-accent-glow), 0 0 80px var(--c-accent-glow); }
  }

  @keyframes cdnGlowIntense {
    0%, 100% {
      box-shadow: 0 0 30px var(--c-accent-glow), 0 0 60px rgba(201,168,76,0.2);
      filter: brightness(1);
    }
    50% {
      box-shadow: 0 0 50px var(--c-accent-glow), 0 0 100px rgba(201,168,76,0.3), 0 0 150px rgba(201,168,76,0.1);
      filter: brightness(1.1);
    }
  }

  @keyframes cdnFloat {
    0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
    25% { transform: translate3d(0,-6px,0) rotate(1deg); }
    75% { transform: translate3d(0,-3px,0) rotate(-1deg); }
  }

  @keyframes cdnFloatRotate {
    0%, 100% { transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1); }
    25% { transform: translate3d(0,-8px,0) rotate(3deg) scale3d(1.02,1.02,1); }
    50% { transform: translate3d(0,-4px,0) rotate(0deg) scale3d(1,1,1); }
    75% { transform: translate3d(0,-10px,0) rotate(-3deg) scale3d(1.02,1.02,1); }
  }

  @keyframes cdnShimmer {
    0% { transform: translateX(-200%); }
    100% { transform: translateX(200%); }
  }

  @keyframes cdnShimmerFast {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
  }

  @keyframes cdnGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes cdnGradientFlow {
    0% { background-position: 0% 50%; }
    25% { background-position: 50% 100%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 0%; }
    100% { background-position: 0% 50%; }
  }

  @keyframes cdnFlicker {
    0%, 100% { opacity: 1; }
    5% { opacity: 0.8; }
    10% { opacity: 1; }
    15% { opacity: 0.6; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    85% { opacity: 0.7; }
    90% { opacity: 1; }
  }

  @keyframes cdnRuneGlow {
    0%, 100% { text-shadow: 0 0 10px var(--c-accent-glow), 0 0 20px var(--c-accent-glow); }
    50% { text-shadow: 0 0 20px var(--c-accent-glow), 0 0 40px var(--c-accent-glow), 0 0 60px rgba(201,168,76,0.2); }
  }

  @keyframes cdnZoomSlow {
    0% { transform: scale3d(1,1,1); }
    100% { transform: scale3d(1.08,1.08,1); }
  }

  @keyframes cdnRotateSlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  @keyframes cdnWave {
    0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
    25% { transform: translate3d(0,-4px,0) rotate(3deg); }
    75% { transform: translate3d(0,4px,0) rotate(-3deg); }
  }

  @keyframes cdnBounce {
    0%, 100% { transform: translate3d(0,0,0); }
    50% { transform: translate3d(0,-12px,0); }
  }

  @keyframes cdnSlideUp {
    0% { transform: translate3d(0,30px,0); opacity: 0; }
    100% { transform: translate3d(0,0,0); opacity: 1; }
  }

  @keyframes cdnRipple {
    0% { transform: scale3d(1,1,1); opacity: 0.4; }
    100% { transform: scale3d(2.5,2.5,1); opacity: 0; }
  }

  @keyframes cdnAurora {
    0% { background-position: 0% 50%; filter: hue-rotate(0deg); }
    50% { background-position: 100% 50%; filter: hue-rotate(15deg); }
    100% { background-position: 0% 50%; filter: hue-rotate(0deg); }
  }

  @keyframes cdnBorderFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
  }

  @keyframes cdnEmber {
    0% { transform: translateY(0) scale(1); opacity: 0.6; }
    50% { opacity: 1; }
    100% { transform: translateY(-120px) scale(0); opacity: 0; }
  }

  @keyframes cdnCountdown {
    0%, 100% { color: var(--c-white); }
    50% { color: var(--c-accent); }
  }

  /* ============================================ */
  /* UTILITY CLASSES */
  /* ============================================ */
  .cdn-wrap .text-gradient {
    background: var(--gradient-accent);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cdnGradient 4s ease infinite;
  }

  .cdn-wrap .text-gradient-blood {
    background: linear-gradient(135deg, #C9A84C 0%, #6B1515 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cdnGradient 4s ease infinite;
  }

  .cdn-wrap .text-gold {
    color: var(--c-gold);
    text-shadow: 0 0 20px var(--c-accent-glow);
  }

  .cdn-wrap .top-bar,
  .cdn-wrap .top-bar::before,
  .cdn-wrap .hero-bg-glow,
  .cdn-wrap .hero-particle,
  .cdn-wrap .product-bestseller-badge,
  .cdn-wrap .pricing-cta,
  .cdn-wrap .faq-cta-btn,
  .cdn-wrap .top-bar-icon,
  .cdn-wrap .bonuses-card-icon,
  .cdn-wrap .product-features-star,
  .cdn-wrap .social-proof-icon {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  /* ============================================ */
  /* TOP BAR */
  /* ============================================ */
  .cdn-wrap .top-bar {
    background: linear-gradient(90deg, #6B1515 0%, #8B2020 25%, #C9A84C 50%, #8B2020 75%, #6B1515 100%);
    background-size: 300% 100%;
    animation: cdnGradientFlow 8s ease infinite;
    padding: 10px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .cdn-wrap .top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent);
    animation: cdnShimmer 3s infinite linear;
  }

  .cdn-wrap .top-bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.5), transparent);
  }

  .cdn-wrap .top-bar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    z-index: 1;
  }

  .cdn-wrap .top-bar-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--c-white);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    font-family: var(--f-sans);
    text-transform: uppercase;
  }

  .cdn-wrap .top-bar-badge {
    background: var(--c-bg);
    color: var(--c-accent);
    font-size: 9px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: var(--r-full);
    letter-spacing: 1.5px;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    transition: transform var(--t-normal);
    font-family: var(--f-sans);
    text-transform: uppercase;
  }

  .cdn-wrap .top-bar-badge:hover {
    transform: scale3d(1.05,1.05,1);
  }

  .cdn-wrap .top-bar-icon {
    animation: cdnFlicker 3s ease-in-out infinite;
    display: inline-block;
    filter: drop-shadow(0 0 6px rgba(201,168,76,0.6));
  }

  .cdn-wrap .top-bar-copy--mobile {
    display: none;
  }

  /* ============================================ */
  /* MOBILE MENU */
  /* ============================================ */
  .cdn-wrap .mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    backdrop-filter: var(--blur-md);
    -webkit-backdrop-filter: var(--blur-md);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--t-normal), visibility var(--t-normal);
    z-index: 998;
  }

  .cdn-wrap .mobile-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .cdn-wrap .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: linear-gradient(180deg, #1a1a1a 0%, var(--c-bg) 100%);
    padding: 100px 24px 40px;
    transition: transform var(--t-slow);
    z-index: 999;
    overflow-y: auto;
    border-left: 1px solid var(--c-white-08);
    box-shadow: -20px 0 60px rgba(0,0,0,0.7);
    transform: translate3d(100%,0,0);
    will-change: transform;
  }

  .cdn-wrap .mobile-menu.active {
    transform: translate3d(0,0,0);
  }

  .cdn-wrap .mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--f-sans);
    color: var(--c-white-70);
    border-bottom: 1px solid var(--c-white-08);
    transition: color var(--t-normal), padding var(--t-normal);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
  }

  .cdn-wrap .mobile-menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--gradient-accent);
    transform: scaleY(0);
    transition: transform var(--t-normal);
  }

  .cdn-wrap .mobile-menu-link:hover {
    color: var(--c-white);
    padding-left: 12px;
  }

  .cdn-wrap .mobile-menu-link:hover::before {
    transform: scaleY(1);
  }

  .cdn-wrap .mobile-menu-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    background: var(--gradient-accent);
    color: var(--c-bg);
    padding: 16px 24px;
    border-radius: var(--r-sm);
    font-size: 13px;
    font-weight: 700;
    font-family: var(--f-sans);
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 20px var(--c-accent-glow);
    transition: transform var(--t-normal), box-shadow var(--t-normal);
  }

  .cdn-wrap .mobile-menu-cta:hover {
    transform: scale3d(1.02,1.02,1);
    box-shadow: var(--shadow-glow-intense);
  }

  /* ============================================ */
  /* HEADER */
  /* ============================================ */
  .cdn-wrap .header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #1A1A1A;
    backdrop-filter: var(--blur-md);
    -webkit-backdrop-filter: var(--blur-md);
    border-bottom: 1px solid var(--c-white-08);
    transition: background var(--t-normal), box-shadow var(--t-normal);
  }

  .cdn-wrap .header.scrolled {
    background: #1A1A1A;
    box-shadow: 0 4px 30px rgba(0,0,0,0.5), 0 1px 0 rgba(201,168,76,0.1);
  }

  .cdn-wrap .header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 32px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
  }

  .cdn-wrap .nav {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-self: start;
  }

  .cdn-wrap .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    position: relative;
  }

  .cdn-wrap .logo-img {
    height: 68px;
    width: auto;
    transition: transform var(--t-normal);
  }

  .cdn-wrap .logo:hover .logo-img {
    transform: scale3d(1.05,1.05,1);
  }

  .cdn-wrap .nav-link {
    font-size: 12px;
    font-weight: 600;
    font-family: var(--f-sans);
    color: var(--c-white-70);
    padding: 10px 16px;
    border-radius: var(--r-xs);
    transition: color var(--t-normal), background var(--t-normal);
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .cdn-wrap .nav-link::before {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-accent);
    transition: width var(--t-normal);
    transform: translateX(-50%);
    border-radius: 2px;
  }

  .cdn-wrap .nav-link:hover {
    color: var(--c-white);
    background: var(--c-white-08);
  }

  .cdn-wrap .nav-link:hover::before {
    width: 60%;
  }

  .cdn-wrap .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .cdn-wrap .nav-cta {
    background: var(--c-accent);
    color: var(--c-bg);
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 10px 22px;
    border-radius: var(--r-xs);
    transition: background var(--t-normal), color var(--t-normal), transform var(--t-normal), box-shadow var(--t-normal);
    position: relative;
    overflow: hidden;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .cdn-wrap .nav-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: translateX(-100%);
    transition: transform var(--t-slow);
  }

  .cdn-wrap .nav-cta:hover {
    background: #D4B96A;
    color: var(--c-bg);
    transform: scale3d(1.05,1.05,1);
    box-shadow: 0 4px 20px var(--c-accent-glow);
  }

  .cdn-wrap .nav-cta:hover::before {
    transform: translateX(100%);
  }

  .cdn-wrap .menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: var(--r-sm);
    transition: background var(--t-normal);
    cursor: pointer;
    justify-self: end;
  }

  .cdn-wrap .menu-btn:hover {
    background: var(--c-white-08);
  }

  .cdn-wrap .menu-icon {
    width: 20px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .cdn-wrap .menu-icon span {
    width: 100%;
    height: 2px;
    background: var(--c-accent);
    border-radius: 2px;
    transition: transform var(--t-normal), opacity var(--t-normal);
  }

  /* ============================================ */
  /* HERO SECTION */
  /* ============================================ */
  .cdn-wrap .hero-wrapper {
    position: relative;
    overflow: hidden;
  }

  .cdn-wrap .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .cdn-wrap .hero-bg-image {
    position: absolute;
    inset: 0;
    background-image: var(--grimoire-asset-grimoire-original-01-png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    filter: saturate(0.3) brightness(0.4);
  }

  .cdn-wrap .hero-bg-image-mobile {
    display: none;
  }

  .cdn-wrap .hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,10,10,0.7) 0%, rgba(10,10,10,0.8) 30%, rgba(10,10,10,0.92) 60%, rgba(10,10,10,1) 100%);
  }

  .cdn-wrap .hero-bg-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(10,10,10,0.6) 100%);
  }

  .cdn-wrap .hero-bg-glow {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    height: 800px;
    background: radial-gradient(ellipse, rgba(201,168,76,0.08) 0%, transparent 60%);
    pointer-events: none;
    animation: cdnPulse 8s ease-in-out infinite;
  }

  .cdn-wrap .hero-bg-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    contain: strict;
  }

  .cdn-wrap .hero-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--c-accent);
    border-radius: 50%;
    opacity: 0.2;
    animation: cdnEmber 12s ease-in-out infinite;
  }

  .cdn-wrap .hero-particle:nth-child(1) { left: 10%; bottom: 20%; animation-delay: 0s; animation-duration: 10s; }
  .cdn-wrap .hero-particle:nth-child(2) { left: 25%; bottom: 10%; animation-delay: 2s; animation-duration: 14s; }
  .cdn-wrap .hero-particle:nth-child(3) { left: 65%; bottom: 30%; animation-delay: 4s; animation-duration: 11s; }
  .cdn-wrap .hero-particle:nth-child(4) { left: 80%; bottom: 15%; animation-delay: 1s; animation-duration: 13s; }
  .cdn-wrap .hero-particle:nth-child(5) { left: 50%; bottom: 5%; animation-delay: 3s; animation-duration: 16s; }

  .cdn-wrap .hero {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 32px 25px;
  }

  .cdn-wrap .hero-top {
    text-align: center;
    margin-bottom: 56px;
  }

  .cdn-wrap .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201,168,76,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: var(--r-xs);
    padding: 10px 22px;
    margin-bottom: 24px;
    animation: cdnSlideUp 0.8s var(--ease-out) both;
    transition: background var(--t-normal), border-color var(--t-normal), transform var(--t-normal);
  }

  .cdn-wrap .hero-badge:hover {
    background: rgba(201,168,76,0.12);
    border-color: var(--c-accent);
    transform: scale3d(1.02,1.02,1);
  }

  .cdn-wrap .hero-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--c-accent);
    border-radius: 50%;
    animation: cdnPulse 1.5s infinite;
    box-shadow: 0 0 10px var(--c-accent-glow);
  }

  .cdn-wrap .hero-badge-text {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  /* HERO — CREDIBILITY ROW */
  .cdn-wrap .hero-credibility {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    animation: cdnSlideUp 0.8s var(--ease-out) 0.1s both;
  }

  .cdn-wrap .hero-cred-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 7px 14px;
    border-radius: var(--r-xs);
    border: 1px solid var(--c-white-08);
    transition: transform var(--t-normal), background var(--t-normal);
  }

  .cdn-wrap .hero-cred-item:hover {
    transform: scale3d(1.02,1.02,1);
    background: rgba(0, 0, 0, 0.6);
  }

  .cdn-wrap .hero-cred-icon {
    font-size: 14px;
    filter: drop-shadow(0 0 4px var(--c-accent-glow));
  }

  .cdn-wrap .hero-cred-text {
    font-size: 11px;
    color: var(--c-white-50);
    font-family: var(--f-serif);
    letter-spacing: 0.3px;
  }

  .cdn-wrap .hero-cred-text strong {
    color: var(--c-white-90);
    font-weight: 700;
  }

  /* ============================================ */
  /* HERO TITLE */
  /* ============================================ */
  .cdn-wrap .hero-title {
    font-size: clamp(38px, 7vw, 80px);
    font-weight: 900;
    font-family: var(--f-display);
    letter-spacing: 1px;
    margin-bottom: 12px;
    line-height: 1.1;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.8);
    animation: cdnSlideUp 0.8s var(--ease-out) 0.2s both;
    color: var(--c-white);
  }

  .cdn-wrap .hero-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
    position: relative;
  }

  .cdn-wrap .hero-title-tagline {
    display: block;
    font-size: clamp(18px, 3vw, 28px);
    font-weight: 600;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 16px;
    animation: cdnSlideUp 0.8s var(--ease-out) 0.25s both;
  }

  .cdn-wrap .hero-title-tagline .highlight {
    color: var(--c-accent);
    font-weight: 700;
    animation: cdnRuneGlow 3s ease-in-out infinite;
  }

  .cdn-wrap .hero-subtitle {
    font-size: clamp(15px, 2vw, 18px);
    color: var(--c-white-50);
    max-width: 680px;
    margin: 24px auto 0;
    line-height: 1.8;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    animation: cdnSlideUp 0.8s var(--ease-out) 0.3s both;
    font-family: var(--f-serif);
  }

  .cdn-wrap .hero-subtitle strong {
    color: var(--c-white-90);
    font-weight: 700;
  }

  /* ============================================ */
  /* PRODUCT SHOWCASE */
  /* ============================================ */
  .cdn-wrap .product-showcase {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: center;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: var(--r-lg);
    padding: 48px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    transition: border-color var(--t-normal), box-shadow var(--t-normal);
  }

  .cdn-wrap .product-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-rune);
    background-size: 200% 100%;
    animation: cdnGradient 4s ease infinite;
  }

  .cdn-wrap .product-showcase::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(201,168,76,0.03) 0%, transparent 50%);
    pointer-events: none;
  }

  .cdn-wrap .product-showcase:hover {
    border-color: rgba(201,168,76,0.25);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(201,168,76,0.05);
  }

  .cdn-wrap .product-image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cdn-wrap .product-bestseller-badge {
    position: absolute;
    top: -12px;
    left: -12px;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 10px 20px;
    border-radius: var(--r-xs);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 25px var(--c-accent-glow);
    animation: cdnWave 3s ease-in-out infinite, cdnGlowIntense 3s ease-in-out infinite;
  }

  .cdn-wrap .product-image {
    max-width: 100%;
    border-radius: var(--r-md);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7);
    transition: transform var(--t-slow), box-shadow var(--t-slow);
    border: 1px solid var(--c-white-08);
  }

  .cdn-wrap .product-showcase:hover .product-image {
    transform: scale3d(1.02,1.02,1) rotate(0.3deg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 40px var(--c-accent-glow);
  }

  .cdn-wrap .product-info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }

  .cdn-wrap .product-info-header {
    margin-bottom: 28px;
    text-align: left;
  }

  .cdn-wrap .product-info-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 800;
    font-family: var(--f-sans);
    margin-bottom: 14px;
    line-height: 1.2;
    color: var(--c-white);
  }

  .cdn-wrap .product-info-title-break {
    display: inline;
  }

  .cdn-wrap .product-info-subtitle {
    font-size: 15px;
    color: var(--c-white-50);
    line-height: 1.7;
    font-family: var(--f-serif);
  }

  .cdn-wrap .product-features-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--c-white-08);
  }

  .cdn-wrap .product-features-star {
    color: var(--c-gold);
    font-size: 18px;
    animation: cdnRuneGlow 3s ease-in-out infinite;
  }

  .cdn-wrap .product-features-title {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .cdn-wrap .product-features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .cdn-wrap .product-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
    transition: transform var(--t-normal);
  }

  .cdn-wrap .product-feature-item:hover {
    transform: translate3d(6px,0,0);
  }

  .cdn-wrap .product-feature-check {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: var(--c-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--t-normal), box-shadow var(--t-normal);
  }

  .cdn-wrap .product-feature-item:hover .product-feature-check {
    transform: scale3d(1.1,1.1,1);
    box-shadow: 0 4px 15px var(--c-accent-glow);
  }

  .cdn-wrap .product-feature-check svg {
    width: 12px;
    height: 12px;
    color: var(--c-bg);
    stroke-width: 3;
  }

  .cdn-wrap .product-feature-text {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--f-serif);
    color: var(--c-white-90);
    line-height: 1.4;
  }

  .cdn-wrap .product-feature-text strong {
    color: var(--c-white);
    font-weight: 700;
  }

  .cdn-wrap .product-feature-emoji {
    margin-left: 3px;
    display: inline-block;
    transition: transform var(--t-normal);
  }

  .cdn-wrap .product-feature-item:hover .product-feature-emoji {
    transform: scale3d(1.2,1.2,1);
  }

  /* ============================================ */
  /* PRICING + BONUSES ROW */
  /* ============================================ */
  .cdn-wrap .hero-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
  }

  .cdn-wrap .pricing-card {
    background: rgba(22, 22, 22, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: var(--r-lg);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: border-color var(--t-normal), box-shadow var(--t-normal);
  }

  .cdn-wrap .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-accent);
    background-size: 200% 100%;
    animation: cdnGradient 3s ease infinite;
  }

  .cdn-wrap .pricing-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--c-accent-subtle) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity var(--t-normal);
    pointer-events: none;
  }

  .cdn-wrap .pricing-card:hover {
    border-color: rgba(201,168,76,0.3);
    box-shadow: 0 20px 60px rgba(201,168,76,0.08);
  }

  .cdn-wrap .pricing-card:hover::after {
    opacity: 1;
  }

  .cdn-wrap .pricing-header {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--c-white-08);
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
  }

  .cdn-wrap .pricing-label {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .cdn-wrap .pricing-old {
    font-size: 16px;
    color: var(--c-white-30);
    text-decoration: line-through;
    margin-bottom: 4px;
    font-family: var(--f-serif);
  }

  .cdn-wrap .pricing-amount {
    font-size: 64px;
    font-weight: 900;
    font-family: var(--f-sans);
    color: var(--c-white);
    line-height: 1;
    letter-spacing: -2px;
    transition: transform var(--t-normal), text-shadow var(--t-normal);
  }

  .cdn-wrap .pricing-card:hover .pricing-amount {
    transform: scale3d(1.03,1.03,1);
    text-shadow: 0 0 30px var(--c-accent-glow);
  }

  .cdn-wrap .pricing-amount sup {
    font-size: 24px;
    font-weight: 600;
    vertical-align: super;
    margin-right: 2px;
  }

  .cdn-wrap .pricing-save {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--c-success-soft);
    color: var(--c-accent);
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 8px 16px;
    border-radius: var(--r-xs);
    margin-top: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: cdnPulse 3s ease-in-out infinite;
  }

  .cdn-wrap .pricing-includes {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
  }

  .cdn-wrap .pricing-includes-title {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .cdn-wrap .pricing-includes-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white-70);
  }

  .cdn-wrap .pricing-includes-item .pi-icon {
    font-size: 14px;
    min-width: 20px;
    text-align: center;
  }

  .cdn-wrap .pricing-includes-item .pi-value {
    margin-left: auto;
    font-size: 11px;
    color: var(--c-white-30);
    text-decoration: line-through;
    font-family: var(--f-sans);
  }

  .cdn-wrap .pricing-divider {
    width: 100%;
    height: 1px;
    background: var(--c-white-08);
    margin: 16px 0;
    position: relative;
    z-index: 1;
  }

  .cdn-wrap .pricing-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }

  .cdn-wrap .pricing-total-label {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .cdn-wrap .pricing-total-value {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-30);
    text-decoration: line-through;
  }

  .cdn-wrap .pricing-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 13px;
    font-weight: 700;
    font-family: var(--f-sans);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 24px;
    border-radius: var(--r-sm);
    transition: transform var(--t-normal), box-shadow var(--t-normal);
    animation: cdnGlowIntense 3s infinite;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .cdn-wrap .pricing-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: cdnShimmerFast 2s infinite linear;
  }

  .cdn-wrap .pricing-cta:hover {
    transform: translate3d(0,-3px,0) scale3d(1.01,1.01,1);
    box-shadow: var(--shadow-glow-intense);
  }

  .cdn-wrap .pricing-trust {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  .cdn-wrap .pricing-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    transition: color var(--t-normal);
  }

  .cdn-wrap .pricing-trust-item:hover {
    color: var(--c-white);
  }

  .cdn-wrap .pricing-trust-item svg {
    width: 14px;
    height: 14px;
    color: var(--c-accent);
  }

  .cdn-wrap .pricing-payments {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    position: relative;
    z-index: 1;
  }

  .cdn-wrap .pricing-payments-img {
    height: 26px;
    width: auto;
    border-radius: var(--r-xs);
    transition: transform var(--t-normal);
    filter: grayscale(0.5) brightness(0.8);
  }

  .cdn-wrap .pricing-payments-img:hover {
    transform: scale3d(1.05,1.05,1);
    filter: grayscale(0) brightness(1);
  }

  /* BONUSES CARD */
  .cdn-wrap .bonuses-card {
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-lg);
    padding: 36px;
    display: flex;
    flex-direction: column;
    transition: border-color var(--t-normal), box-shadow var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-wrap .bonuses-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-aurora);
    background-size: 300% 100%;
    animation: cdnAurora 6s ease infinite;
  }

  .cdn-wrap .bonuses-card:hover {
    border-color: rgba(201,168,76,0.2);
    box-shadow: 0 20px 60px rgba(201,168,76,0.06);
  }

  .cdn-wrap .bonuses-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--c-white-08);
    flex-wrap: wrap;
  }

  .cdn-wrap .bonuses-card-icon {
    font-size: 26px;
    animation: cdnFloat 3s ease-in-out infinite;
    filter: drop-shadow(0 0 10px var(--c-accent-glow));
  }

  .cdn-wrap .bonuses-card-title {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .cdn-wrap .bonuses-card-value {
    font-size: 11px;
    color: var(--c-gold);
    font-weight: 700;
    font-family: var(--f-sans);
    margin-left: auto;
    background: rgba(201,168,76,0.12);
    padding: 4px 12px;
    border-radius: var(--r-xs);
    letter-spacing: 0.5px;
    animation: cdnPulse 3s ease-in-out infinite;
  }

  .cdn-wrap .bonus-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: var(--c-white-04);
    border-radius: var(--r-md);
    margin-bottom: 12px;
    transition: background var(--t-normal), transform var(--t-normal), border-color var(--t-normal);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
  }

  .cdn-wrap .bonus-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.04), transparent);
    transform: translateX(-200%);
    transition: transform var(--t-slow);
  }

  .cdn-wrap .bonus-item:hover {
    background: var(--c-white-08);
    transform: translate3d(6px,0,0);
    border-color: var(--c-white-15);
  }

  .cdn-wrap .bonus-item:hover::before {
    transform: translateX(300%);
  }

  .cdn-wrap .bonus-item:last-child {
    margin-bottom: 0;
  }

  .cdn-wrap .bonus-item-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: var(--c-white-08);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform var(--t-normal);
  }

  .cdn-wrap .bonus-item:hover .bonus-item-icon {
    transform: scale3d(1.1,1.1,1) rotate(5deg);
  }

  .cdn-wrap .bonus-item-content {
    flex: 1;
    min-width: 0;
  }

  .cdn-wrap .bonus-item-label {
    font-size: 9px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  .cdn-wrap .bonus-item-title {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--f-serif);
    color: var(--c-white);
    margin-bottom: 4px;
  }

  .cdn-wrap .bonus-item-desc {
    font-size: 12px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.4;
  }

  .cdn-wrap .bonus-item-badge {
    font-size: 9px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    background: var(--c-success-soft);
    padding: 5px 10px;
    border-radius: var(--r-xs);
    white-space: nowrap;
    align-self: flex-start;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: cdnPulse 2s ease-in-out infinite;
  }

  /* BONUSES — COMING SOON TEASER */
  .cdn-wrap .bonus-coming {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(201,168,76,0.06) 0%, rgba(107,21,21,0.06) 100%);
    border: 1px dashed rgba(201,168,76,0.2);
    border-radius: var(--r-md);
    margin-top: 12px;
  }

  .cdn-wrap .bonus-coming-icon {
    font-size: 16px;
    animation: cdnPulse 2s ease-in-out infinite;
  }

  .cdn-wrap .bonus-coming-text {
    font-size: 12px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    font-style: italic;
    line-height: 1.4;
  }

  .cdn-wrap .bonus-coming-text strong {
    color: var(--c-accent);
    font-weight: 700;
    font-style: normal;
  }

  /* ============================================ */
  /* SOCIAL PROOF ROW */
  /* ============================================ */
  .cdn-wrap .social-proof-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
  }

  .cdn-wrap .social-proof-card {
    background: rgba(22, 22, 22, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-md);
    padding: 24px 16px;
    text-align: center;
    transition: border-color var(--t-normal), transform var(--t-normal), box-shadow var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-wrap .social-proof-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-accent);
    transform: scaleX(0);
    transition: transform var(--t-normal);
  }

  .cdn-wrap .social-proof-card:hover {
    border-color: rgba(201,168,76,0.15);
    transform: translate3d(0,-4px,0);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  }

  .cdn-wrap .social-proof-card:hover::before {
    transform: scaleX(1);
  }

  .cdn-wrap .social-proof-icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: inline-block;
    animation: cdnFloat 3s ease-in-out infinite;
  }

  .cdn-wrap .social-proof-value {
    font-size: 28px;
    font-weight: 800;
    font-family: var(--f-sans);
    color: var(--c-white);
    margin-bottom: 4px;
    transition: transform var(--t-normal), color var(--t-normal);
  }

  .cdn-wrap .social-proof-card:hover .social-proof-value {
    transform: scale3d(1.05,1.05,1);
    color: var(--c-accent);
  }

  .cdn-wrap .social-proof-label {
    font-size: 12px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
  }

  .cdn-wrap .social-proof-label strong {
    color: var(--c-white);
  }

  /* ============================================ */
  /* SECTION STYLES */
  /* ============================================ */
  .cdn-wrap .section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 32px;
    position: relative;
  }

  .cdn-wrap .section-header {
    text-align: center;
    margin-bottom: 56px;
  }

  .cdn-wrap .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--c-white-08);
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: var(--r-xs);
    padding: 8px 18px;
    margin-bottom: 20px;
    transition: background var(--t-normal), transform var(--t-normal);
  }

  .cdn-wrap .section-badge:hover {
    background: var(--c-white-15);
    transform: scale3d(1.02,1.02,1);
  }

  .cdn-wrap .section-badge-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .cdn-wrap .section-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    font-family: var(--f-sans);
    letter-spacing: 0px;
    margin-bottom: 16px;
    line-height: 1.15;
  }

  .cdn-wrap .section-title-inline {
    display: inline;
  }

  .cdn-wrap .section-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
  }

  .cdn-wrap .section-subtitle {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* ============================================ */
  /* UNIFIED CTA BLOCK */
  /* ============================================ */
  .cdn-wrap .cta-block {
    background: rgba(22, 22, 22, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: var(--r-lg);
    padding: 40px 48px;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    transition: border-color var(--t-normal), box-shadow var(--t-normal);
  }

  .cdn-wrap .cta-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-accent);
    background-size: 200% 100%;
    animation: cdnGradient 3s ease infinite;
  }

  .cdn-wrap .cta-block:hover {
    border-color: rgba(201,168,76,0.3);
    box-shadow: 0 20px 60px rgba(201,168,76,0.08);
  }

  /* PRICE ROW */
  .cdn-wrap .cta-block-price-row {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0;
    align-items: center;
  }

  /* LEFT — PRICE STACK */
  .cdn-wrap .cta-block-price-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 32px;
    gap: 0;
  }

  .cdn-wrap .cta-block-label {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .cdn-wrap .cta-block-old {
    font-size: 18px;
    color: var(--c-white-30);
    text-decoration: line-through;
    font-family: var(--f-serif);
    line-height: 1;
    margin-bottom: 4px;
  }

  .cdn-wrap .cta-block-amount {
    font-size: 60px;
    font-weight: 900;
    font-family: var(--f-sans);
    color: var(--c-white);
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 12px;
  }

  .cdn-wrap .cta-block-amount sup {
    font-size: 24px;
    font-weight: 600;
    vertical-align: super;
    margin-right: 1px;
  }

  .cdn-wrap .cta-block-save {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--c-success-soft);
    color: var(--c-accent);
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 5px 14px;
    border-radius: var(--r-xs);
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: cdnPulse 3s ease-in-out infinite;
  }

  /* VERTICAL DIVIDER */
  .cdn-wrap .cta-block-vdivider {
    width: 1px;
    height: 80%;
    min-height: 80px;
    background: linear-gradient(180deg, transparent, var(--c-white-15), transparent);
    justify-self: center;
    align-self: center;
  }

  /* RIGHT — CTA + TRUST + PAYMENTS */
  .cdn-wrap .cta-block-price-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
  }

  .cdn-wrap .cta-block-price-right .pricing-cta {
    width: 100%;
  }

  .cdn-wrap .cta-block-trust {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* DIVIDER */
  .cdn-wrap .cta-block-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--c-white-15), transparent);
    margin: 28px 0;
  }

  /* BONUSES ROW */
  .cdn-wrap .cta-block-bonuses {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .cdn-wrap .cta-block-bonuses-label {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .cdn-wrap .cta-block-bonus-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .cdn-wrap .cta-block-bonus {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--c-white-04);
    border-radius: var(--r-md);
    border: 1px solid var(--c-white-08);
    transition: background var(--t-normal), transform var(--t-normal), border-color var(--t-normal);
  }

  .cdn-wrap .cta-block-bonus:hover {
    background: var(--c-white-08);
    transform: translate3d(4px, 0, 0);
    border-color: var(--c-white-15);
  }

  .cdn-wrap .cta-block-bonus-icon {
    font-size: 22px;
    min-width: 30px;
    text-align: center;
  }

  .cdn-wrap .cta-block-bonus-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .cdn-wrap .cta-block-bonus-text strong {
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white);
    font-weight: 700;
  }

  .cdn-wrap .cta-block-bonus-text span {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.3;
  }

  .cdn-wrap .cta-block-bonus-value {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-30);
    text-decoration: line-through;
    white-space: nowrap;
  }

  /* ============================================ */
  /* CTA BLOCK RESPONSIVE — TABLET */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-wrap .cta-block {
      padding: 32px;
    }

    .cdn-wrap .cta-block-price-row {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .cdn-wrap .cta-block-vdivider {
      display: none;
    }

    .cdn-wrap .cta-block-price-left {
      padding: 0;
    }

    .cdn-wrap .cta-block-price-right {
      padding: 0;
    }

    .cdn-wrap .cta-block-bonus-items {
      grid-template-columns: 1fr;
    }
  }

  /* ============================================ */
  /* CTA BLOCK RESPONSIVE — MOBILE */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-wrap .cta-block {
      padding: 24px 20px;
    }

    .cdn-wrap .cta-block-amount {
      font-size: 48px;
    }

    .cdn-wrap .cta-block-amount sup {
      font-size: 20px;
    }

    .cdn-wrap .cta-block-bonus {
      padding: 12px;
      gap: 10px;
    }

    .cdn-wrap .cta-block-bonus-text strong {
      font-size: 12px;
    }

    .cdn-wrap .cta-block-bonus-text span {
      font-size: 10px;
    }

    .cdn-wrap .cta-block-divider {
      margin: 20px 0;
    }
  }

  /* ============================================ */
  /* CTA BLOCK RESPONSIVE — SMALL MOBILE */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-wrap .cta-block {
      padding: 20px 16px;
    }

    .cdn-wrap .cta-block-amount {
      font-size: 42px;
    }

    .cdn-wrap .cta-block-amount sup {
      font-size: 18px;
    }

    .cdn-wrap .cta-block-save {
      font-size: 9px;
      padding: 4px 10px;
    }

    .cdn-wrap .cta-block-bonus-icon {
      font-size: 20px;
      min-width: 26px;
    }
  }

  @media (max-width: 360px) {
    .cdn-wrap .cta-block {
      padding: 16px 12px;
    }

    .cdn-wrap .cta-block-amount {
      font-size: 36px;
    }

    .cdn-wrap .cta-block-amount sup {
      font-size: 16px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - TABLET (1024px) */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-wrap .nav { display: none; }
    .cdn-wrap .header-right { display: none; }
    .cdn-wrap .menu-btn { display: flex; }

    .cdn-wrap .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 24px;
    }

    .cdn-wrap .logo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }

    .cdn-wrap .logo-img { height: 58px; }
    .cdn-wrap .hero { padding: 50px 24px 80px; }

    .cdn-wrap .product-showcase {
      grid-template-columns: 1fr;
      gap: 32px;
      padding: 32px;
    }

    .cdn-wrap .product-image-wrap {
      order: -1;
    }

    .cdn-wrap .product-info-header {
      text-align: center;
    }

    .cdn-wrap .hero-bottom-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .cdn-wrap .social-proof-row {
      grid-template-columns: repeat(4, 1fr);
    }

    .cdn-wrap .section { padding: 60px 24px; }

    .cdn-wrap .hero-title {
      font-size: clamp(34px, 7vw, 60px);
    }

    .cdn-wrap .hero-title-tagline {
      font-size: clamp(16px, 3vw, 24px);
    }
  }

  /* ============================================ */
  /* RESPONSIVE - MOBILE (768px) */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-wrap .header-inner { padding: 10px 16px; }
    .cdn-wrap .logo-img { height: 55px; }
    .cdn-wrap .hero { padding: 36px 16px 60px; }
    .cdn-wrap .hero-top { margin-bottom: 36px; }

    .cdn-wrap .top-bar {
      padding: 7px 8px;
    }

    .cdn-wrap .top-bar-text {
      font-size: clamp(7px, 2.1vw, 9px);
      gap: 4px;
      letter-spacing: 0.04em;
    }

    .cdn-wrap .top-bar-copy--desktop {
      display: none;
    }

    .cdn-wrap .top-bar-copy--mobile {
      display: inline;
    }

    .cdn-wrap .top-bar-badge {
      font-size: clamp(6.5px, 1.9vw, 7.5px);
      padding: 3px 6px;
      letter-spacing: 0.08em;
    }

    .cdn-wrap .product-showcase { padding: 24px; }
    .cdn-wrap .pricing-card { padding: 28px; }
    .cdn-wrap .bonuses-card { padding: 28px; }

    .cdn-wrap .social-proof-row {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .cdn-wrap .social-proof-card {
      padding: 20px;
    }

    .cdn-wrap .section { padding: 50px 16px; }
    .cdn-wrap .section-header { margin-bottom: 36px; }

    .cdn-wrap .hero-bg-image {
      display: none;
    }

    .cdn-wrap .hero-bg-image-mobile {
      display: block;
      position: absolute;
      inset: 0;
      background-image: var(--grimoire-asset-grimoire-original-02-png);
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      filter: saturate(0.3) brightness(0.3);
    }

    .cdn-wrap .product-info-title-break {
      display: block;
    }

    .cdn-wrap .hero-title {
      font-size: clamp(28px, 9vw, 46px);
      letter-spacing: 0px;
    }

    .cdn-wrap .hero-title-tagline {
      font-size: clamp(14px, 4vw, 22px);
      margin-top: 10px;
    }

    .cdn-wrap .product-feature-check {
      width: 28px;
      height: 28px;
      min-width: 28px;
    }

    .cdn-wrap .product-feature-check svg {
      width: 14px;
      height: 14px;
    }

    .cdn-wrap .product-features-list {
      gap: 14px;
    }

    .cdn-wrap .hero-credibility {
      gap: 8px;
    }

    .cdn-wrap .hero-cred-item {
      padding: 5px 10px;
    }

    .cdn-wrap .hero-cred-text {
      font-size: 10px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - SMALL MOBILE (480px) */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-wrap .header-inner { padding: 8px 12px; }
    .cdn-wrap .logo-img { height: 50px; }
    .cdn-wrap .hero { padding: 28px 12px 50px; }

    .cdn-wrap .hero-title {
      font-size: 28px;
      letter-spacing: 0px;
    }
    .cdn-wrap .hero-title-tagline {
      font-size: 14px;
      margin-top: 8px;
    }
    .cdn-wrap .hero-subtitle { font-size: 14px; margin-top: 16px; }

    .cdn-wrap .section { padding: 40px 12px; }
    .cdn-wrap .section-title { font-size: 24px; }
    .cdn-wrap .section-subtitle { font-size: 14px; }

    .cdn-wrap .top-bar-text { font-size: 9px; }
    .cdn-wrap .top-bar-badge { font-size: 7px; padding: 2px 6px; }

    .cdn-wrap .product-showcase { padding: 20px; gap: 24px; }
    .cdn-wrap .product-info-title { font-size: 20px; }
    .cdn-wrap .product-feature-text { font-size: 13px; }

    .cdn-wrap .product-feature-check {
      width: 30px;
      height: 30px;
      min-width: 30px;
    }

    .cdn-wrap .product-feature-check svg {
      width: 15px;
      height: 15px;
    }

    .cdn-wrap .product-features-list {
      gap: 16px;
    }

    .cdn-wrap .pricing-card { padding: 24px 18px; }
    .cdn-wrap .pricing-amount { font-size: 52px; }
    .cdn-wrap .pricing-cta { padding: 16px 20px; font-size: 12px; }

    .cdn-wrap .bonuses-card { padding: 24px 18px; }
    .cdn-wrap .bonus-item { padding: 14px; gap: 10px; }
    .cdn-wrap .bonus-item-icon { width: 40px; height: 40px; min-width: 40px; font-size: 18px; }
    .cdn-wrap .bonus-item-title { font-size: 13px; }
    .cdn-wrap .bonus-item-desc { font-size: 11px; }

    .cdn-wrap .social-proof-card { padding: 18px 12px; }
    .cdn-wrap .social-proof-value { font-size: 24px; }
    .cdn-wrap .social-proof-icon { font-size: 28px; }

    .cdn-wrap .social-proof-row {
      grid-template-columns: repeat(2, 1fr);
    }

    .cdn-wrap .hero-credibility {
      flex-direction: column;
      gap: 6px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - EXTRA SMALL (360px) */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-wrap .header-inner { padding: 6px 10px; }
    .cdn-wrap .logo-img { height: 44px; }
    .cdn-wrap .hero { padding: 24px 10px 40px; }

    .cdn-wrap .hero-title { font-size: 24px; }
    .cdn-wrap .hero-title-tagline { font-size: 13px; }

    .cdn-wrap .section { padding: 32px 10px; }
    .cdn-wrap .section-title { font-size: 22px; }

    .cdn-wrap .top-bar-text { font-size: 8px; }
    .cdn-wrap .top-bar-badge { font-size: 7px; padding: 2px 5px; }

    .cdn-wrap .product-showcase { padding: 16px; }
    .cdn-wrap .product-info-title { font-size: 18px; }
    .cdn-wrap .pricing-card { padding: 20px 14px; }
    .cdn-wrap .pricing-amount { font-size: 46px; }
    .cdn-wrap .bonuses-card { padding: 20px 14px; }

    .cdn-wrap .top-bar { padding: 6px 8px; }
  }

  /* ============================================ */
  /* REDUCED MOTION */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-wrap *, .cdn-wrap *::before, .cdn-wrap *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  /* ============================================ */
  /* CUSTOM SCROLLBAR */
  /* ============================================ */
  .cdn-wrap ::-webkit-scrollbar {
    width: 8px;
  }

  .cdn-wrap ::-webkit-scrollbar-track {
    background: var(--c-bg);
  }

  .cdn-wrap ::-webkit-scrollbar-thumb {
    background: var(--c-surface);
    border-radius: var(--r-full);
  }

  .cdn-wrap ::-webkit-scrollbar-thumb:hover {
    background: var(--c-accent);
  }

  /* ============================================ */
  /* SELECTION STYLES */
  /* ============================================ */
  .cdn-wrap ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  .cdn-wrap ::-moz-selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE MONSTER VAULT */
  /* ============================================ */
  .cdn-intro-wrap {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #111111;
    --c-bg-card: #161616;
    --c-bg-card-hover: #1C1C1C;
    --c-surface: #222222;
    --c-surface-hover: #2A2A2A;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --c-ember: #8B6914;
    --c-ember-soft: rgba(139,105,20,0.15);
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-romantic: linear-gradient(135deg, #C9A84C 0%, #8B6914 50%, #6B1515 100%);
    --gradient-dark: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-elevated) 100%);
    --gradient-card: linear-gradient(145deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(240,230,208,0.06) 0%, rgba(240,230,208,0.01) 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
    --shadow-glow: 0 0 60px var(--c-accent-glow);
    --shadow-inner: inset 0 1px 0 rgba(240,230,208,0.04);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 48px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
    --t-slow: 0.6s var(--ease-out);
  }

  /* ============================================ */
  /* BASE RESET */
  /* ============================================ */
  .cdn-intro-wrap {
    font-family: var(--f-serif);
    background: var(--c-bg);
    color: var(--c-white-90);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .cdn-intro-wrap *, .cdn-intro-wrap *::before, .cdn-intro-wrap *::after {
    box-sizing: border-box;
  }

  .cdn-intro-wrap h1, .cdn-intro-wrap h2, .cdn-intro-wrap h3, .cdn-intro-wrap h4, .cdn-intro-wrap h5, .cdn-intro-wrap h6 {
    font-family: var(--f-sans);
    font-weight: 700;
    color: var(--c-white);
    margin: 0;
    line-height: 1.1;
  }

  .cdn-intro-wrap p { margin: 0; }
  .cdn-intro-wrap img { max-width: 100%; height: auto; display: block; }
  .cdn-intro-wrap a { text-decoration: none; color: inherit; transition: var(--t-normal); }

  /* ============================================ */
  /* KEYFRAMES — DESKTOP ONLY (lightweight)       */
  /* ============================================ */
  @keyframes introGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes introPulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.7; }
  }

  @keyframes introShine {
    0% { left: -100%; }
    100% { left: 200%; }
  }

  @keyframes introFlicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
  }

  @keyframes introGlowBtn {
    0%, 100% { box-shadow: 0 0 20px var(--c-accent-glow); }
    50% { box-shadow: 0 0 40px var(--c-accent-glow), 0 0 80px rgba(201,168,76,0.15); }
  }

  @keyframes introShimmerFast {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
  }

  @keyframes introEmber {
    0% { transform: translateY(0) scale(1); opacity: 0.4; }
    50% { opacity: 0.7; }
    100% { transform: translateY(-80px) scale(0); opacity: 0; }
  }

  @keyframes introMonsterFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  /* ============================================ */
  /* UTILITY */
  /* ============================================ */
  .cdn-intro-wrap .text-gradient {
    background: var(--gradient-accent);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: introGradient 4s ease infinite;
  }

  .cdn-intro-wrap .hero-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
    position: relative;
  }

  /* ============================================ */
  /* BACKGROUND EFFECTS */
  /* ============================================ */
  .cdn-intro-wrap .intro-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
  }

  .cdn-intro-wrap .intro-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(ellipse, rgba(201,168,76,0.05) 0%, transparent 60%);
    opacity: 0.5;
    animation: introPulse 8s ease-in-out infinite;
    will-change: opacity;
  }

  .cdn-intro-wrap .intro-bg-orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
  }

  .cdn-intro-wrap .intro-bg-orb-1 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(201,168,76,0.3) 0%, transparent 70%);
    top: 10%;
    left: 10%;
    animation: introPulse 6s ease-in-out infinite;
    will-change: opacity;
  }

  .cdn-intro-wrap .intro-bg-orb-2 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(107,21,21,0.3) 0%, transparent 70%);
    bottom: 20%;
    right: 15%;
    animation: introPulse 8s ease-in-out infinite 2s;
    will-change: opacity;
  }

  .cdn-intro-wrap .intro-bg-orb-3 {
    width: 130px;
    height: 130px;
    background: radial-gradient(circle, rgba(201,168,76,0.2) 0%, transparent 70%);
    top: 60%;
    left: 5%;
    animation: introPulse 7s ease-in-out infinite 1s;
    will-change: opacity;
  }

  .cdn-intro-wrap .intro-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--c-accent);
    border-radius: 50%;
    opacity: 0.3;
  }

  .cdn-intro-wrap .intro-particle:nth-child(1) { top: 20%; left: 15%; animation: introEmber 6s ease-in-out infinite; }
  .cdn-intro-wrap .intro-particle:nth-child(2) { top: 70%; left: 85%; animation: introEmber 8s ease-in-out infinite 0.5s; }
  .cdn-intro-wrap .intro-particle:nth-child(3) { top: 40%; left: 90%; animation: introEmber 7s ease-in-out infinite 1s; }
  .cdn-intro-wrap .intro-particle:nth-child(4) { top: 80%; left: 10%; animation: introEmber 5s ease-in-out infinite 1.5s; }
  .cdn-intro-wrap .intro-particle:nth-child(5) { top: 10%; left: 70%; animation: introEmber 9s ease-in-out infinite 2s; }

  /* ============================================ */
  /* SECTION */
  /* ============================================ */
  .cdn-intro-wrap .section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 32px;
    position: relative;
    z-index: 1;
  }

  /* ============================================ */
  /* SECTION HEADER */
  /* ============================================ */
  .cdn-intro-wrap .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .cdn-intro-wrap .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .cdn-intro-wrap .section-eyebrow-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--c-accent), transparent);
  }

  .cdn-intro-wrap .section-eyebrow-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 2.5px;
    text-transform: uppercase;
  }

  .cdn-intro-wrap .section-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    font-family: var(--f-sans);
    letter-spacing: 0px;
    margin-bottom: 16px;
    line-height: 1.15;
  }

  .cdn-intro-wrap .section-subtitle {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* ============================================ */
  /* INTRO GRID */
  /* ============================================ */
  .cdn-intro-wrap .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .cdn-intro-wrap .intro-content {
    padding-right: 24px;
  }

  .cdn-intro-wrap .intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(107,21,21,0.08) 100%);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: var(--r-xs);
    padding: 10px 20px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
  }

  .cdn-intro-wrap .intro-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.2), transparent);
    animation: introShine 3s ease-in-out infinite;
  }

  .cdn-intro-wrap .intro-badge-icon {
    font-size: 16px;
    animation: introFlicker 3s ease-in-out infinite;
  }

  .cdn-intro-wrap .intro-badge-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .cdn-intro-wrap .intro-badge-new {
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 8px;
    font-weight: 800;
    font-family: var(--f-sans);
    padding: 3px 8px;
    border-radius: var(--r-xs);
    letter-spacing: 1px;
  }

  .cdn-intro-wrap .intro-title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 800;
    font-family: var(--f-sans);
    letter-spacing: 0px;
    margin-bottom: 24px;
    line-height: 1.15;
  }

  .cdn-intro-wrap .intro-desc {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.8;
    margin-bottom: 36px;
  }

  .cdn-intro-wrap .intro-desc strong {
    color: var(--c-white);
    font-weight: 700;
  }

  /* Stats Row */
  .cdn-intro-wrap .intro-stats {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
    padding: 20px 0;
    border-top: 1px solid var(--c-white-08);
    border-bottom: 1px solid var(--c-white-08);
    justify-content: center;
  }

  .cdn-intro-wrap .intro-stat {
    text-align: center;
  }

  .cdn-intro-wrap .intro-stat-value {
    font-size: 28px;
    font-weight: 800;
    font-family: var(--f-sans);
    color: var(--c-accent);
    line-height: 1;
    margin-bottom: 4px;
  }

  .cdn-intro-wrap .intro-stat-label {
    font-size: 12px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    font-weight: 400;
  }

  /* Features */
  .cdn-intro-wrap .intro-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .cdn-intro-wrap .intro-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(135deg, var(--c-bg-card) 0%, rgba(34,34,34,0.5) 100%);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-md);
    transition: border-color var(--t-normal), transform var(--t-normal);
    position: relative;
    cursor: default;
  }

  .cdn-intro-wrap .intro-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--gradient-accent);
    transform: scaleY(0);
    transition: transform var(--t-normal);
    transform-origin: bottom;
  }

  .cdn-intro-wrap .intro-feature:hover {
    border-color: rgba(201,168,76,0.3);
    transform: translateX(8px);
  }

  .cdn-intro-wrap .intro-feature:hover::before {
    transform: scaleY(1);
  }

  .cdn-intro-wrap .intro-feature-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: var(--gradient-accent);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform var(--t-normal);
  }

  .cdn-intro-wrap .intro-feature:hover .intro-feature-icon {
    transform: scale(1.1) rotate(5deg);
  }

  .cdn-intro-wrap .intro-feature-content {
    flex: 1;
  }

  .cdn-intro-wrap .intro-feature-title {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cdn-intro-wrap .intro-feature-badge {
    font-size: 8px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-gold);
    background: rgba(201,168,76,0.12);
    padding: 3px 8px;
    border-radius: var(--r-xs);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .cdn-intro-wrap .intro-feature-text {
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.6;
  }

  .cdn-intro-wrap .intro-feature-arrow {
    color: var(--c-white-30);
    font-size: 18px;
    transition: all var(--t-normal);
    opacity: 0;
    transform: translateX(-10px);
  }

  .cdn-intro-wrap .intro-feature:hover .intro-feature-arrow {
    opacity: 1;
    transform: translateX(0);
    color: var(--c-accent);
  }

  /* ============================================ */
  /* RIGHT COLUMN — MONSTER SHOWCASE              */
  /* ============================================ */
  .cdn-intro-wrap .intro-monster-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    overflow: visible;
  }

  .cdn-intro-wrap .intro-monster-figure {
    position: relative;
    z-index: 1;
    width: 130%;
    max-width: none;
    margin-left: -15%;
    margin-right: -15%;
    animation: introMonsterFloat 8s ease-in-out infinite;
    will-change: transform;
  }

  .cdn-intro-wrap .intro-monster-figure img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-mask-image: radial-gradient(
      ellipse 80% 85% at 50% 45%,
      rgba(0,0,0,1) 20%,
      rgba(0,0,0,0.4) 55%,
      rgba(0,0,0,0) 80%
    );
    mask-image: radial-gradient(
      ellipse 80% 85% at 50% 45%,
      rgba(0,0,0,1) 20%,
      rgba(0,0,0,0.4) 55%,
      rgba(0,0,0,0) 80%
    );
  }

  /* Embers — desktop only */
  .cdn-intro-wrap .intro-monster-ember {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--c-gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
  }

  .cdn-intro-wrap .intro-monster-ember:nth-child(1) {
    bottom: 30%;
    left: 20%;
    animation: introEmber 4s ease-in-out infinite;
  }

  .cdn-intro-wrap .intro-monster-ember:nth-child(2) {
    bottom: 35%;
    right: 25%;
    animation: introEmber 5s ease-in-out infinite 0.8s;
  }

  .cdn-intro-wrap .intro-monster-ember:nth-child(3) {
    bottom: 25%;
    left: 45%;
    animation: introEmber 6s ease-in-out infinite 1.5s;
  }

  .cdn-intro-wrap .intro-monster-ember:nth-child(4) {
    bottom: 40%;
    right: 15%;
    animation: introEmber 4.5s ease-in-out infinite 2s;
  }

  /* Stats row — desktop only */
  .cdn-intro-wrap .intro-monster-stats {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 32px;
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid var(--c-white-08);
    border-bottom: 1px solid var(--c-white-08);
    margin-top: -20px;
    width: 100%;
  }

  /* CTA — desktop only */
  .cdn-intro-wrap .intro-monster-cta-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  /* ============================================ */
  /* CTA BUTTON */
  /* ============================================ */
  .cdn-intro-wrap .intro-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 13px;
    font-weight: 700;
    font-family: var(--f-sans);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 32px;
    border-radius: var(--r-sm);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;
    animation: introGlowBtn 3s ease-in-out infinite;
    will-change: box-shadow;
    transition: transform var(--t-normal);
  }

  .cdn-intro-wrap .intro-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: introShimmerFast 2.5s ease-in-out infinite;
  }

  .cdn-intro-wrap .intro-cta:hover {
    transform: translateY(-3px) scale(1.02);
  }

  .cdn-intro-wrap .intro-cta-icon {
    transition: transform var(--t-normal);
  }

  .cdn-intro-wrap .intro-cta:hover .intro-cta-icon {
    transform: translateX(4px);
  }

  /* ============================================ */
  /* DESKTOP ONLY ELEMENTS                        */
  /* ============================================ */
  .cdn-intro-wrap .intro-stats-mobile,
  .cdn-intro-wrap .intro-cta-wrap-mobile {
    display: none;
  }

  /* ============================================ */
  /* RESPONSIVE — TABLET (1024px)                 */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-intro-wrap .intro-grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }

    .cdn-intro-wrap .intro-content {
      padding-right: 0;
      text-align: center;
    }

    .cdn-intro-wrap .intro-badge {
      justify-content: center;
    }

    .cdn-intro-wrap .intro-monster-col {
      order: -1;
      max-width: 420px;
      margin: 0 auto;
      min-height: 380px;
    }

    .cdn-intro-wrap .intro-monster-figure {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }

    .cdn-intro-wrap .intro-monster-stats {
      display: none;
    }

    .cdn-intro-wrap .intro-monster-cta-wrap {
      display: none;
    }

    .cdn-intro-wrap .section {
      padding: 80px 24px;
    }

    .cdn-intro-wrap .intro-stats-mobile {
      display: flex;
      gap: 24px;
      margin-top: 36px;
      padding: 20px 0;
      border-top: 1px solid var(--c-white-08);
      border-bottom: 1px solid var(--c-white-08);
      justify-content: center;
      flex-wrap: wrap;
    }

    .cdn-intro-wrap .intro-cta-wrap-mobile {
      display: flex;
      margin-top: 24px;
      justify-content: center;
    }

    .cdn-intro-wrap .intro-bg-glow {
      width: 500px;
      height: 500px;
    }

    .cdn-intro-wrap .intro-bg-orb-1 {
      width: 180px;
      height: 180px;
    }

    .cdn-intro-wrap .intro-bg-orb-2 {
      width: 130px;
      height: 130px;
    }

    .cdn-intro-wrap .intro-bg-orb-3 {
      width: 90px;
      height: 90px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE — MOBILE (768px)                  */
  /* Kill heavy animations, simplify backgrounds  */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-intro-wrap .section {
      padding: 60px 16px;
    }

    .cdn-intro-wrap .section-header {
      margin-bottom: 40px;
    }

    .cdn-intro-wrap .intro-stats {
      gap: 24px;
    }

    .cdn-intro-wrap .intro-stat-value {
      font-size: 24px;
    }

    .cdn-intro-wrap .intro-feature {
      padding: 16px;
    }

    .cdn-intro-wrap .intro-feature-icon {
      width: 42px;
      height: 42px;
      min-width: 42px;
      font-size: 18px;
    }

    .cdn-intro-wrap .intro-monster-col {
      max-width: 340px;
      min-height: 300px;
    }

    /* Kill monster float animation on mobile */
    .cdn-intro-wrap .intro-monster-figure {
      animation: none;
    }

    /* Kill ember animations */
    .cdn-intro-wrap .intro-monster-ember {
      display: none;
    }

    /* Simplify background orbs */
    .cdn-intro-wrap .intro-bg-glow {
      width: 350px;
      height: 350px;
      opacity: 0.3;
      animation: none;
    }

    .cdn-intro-wrap .intro-bg-orb-1 {
      width: 130px;
      height: 130px;
      opacity: 0.1;
      animation: none;
    }

    .cdn-intro-wrap .intro-bg-orb-2 {
      width: 100px;
      height: 100px;
      opacity: 0.08;
      animation: none;
    }

    .cdn-intro-wrap .intro-bg-orb-3 {
      display: none;
    }

    /* Kill particles */
    .cdn-intro-wrap .intro-particle {
      display: none;
    }

    /* Kill badge shimmer */
    .cdn-intro-wrap .intro-badge::before {
      animation: none;
      display: none;
    }

    /* Kill CTA heavy glow */
    .cdn-intro-wrap .intro-cta {
      animation: none;
      box-shadow: 0 0 20px var(--c-accent-glow);
    }

    .cdn-intro-wrap .intro-cta::before {
      animation: none;
      display: none;
    }

    /* Kill text gradient animation */
    .cdn-intro-wrap .text-gradient {
      animation: none;
      background-size: 100% auto;
    }

    /* Kill feature hover effects on touch */
    .cdn-intro-wrap .intro-feature:hover {
      transform: none;
      border-color: var(--c-white-08);
    }

    .cdn-intro-wrap .intro-feature:hover::before {
      transform: scaleY(0);
    }

    .cdn-intro-wrap .intro-feature-arrow {
      display: none;
    }
  }

  /* ============================================ */
  /* RESPONSIVE — SMALL MOBILE (480px)            */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-intro-wrap .section {
      padding: 50px 12px;
    }

    .cdn-intro-wrap .intro-title {
      font-size: 24px;
    }

    .cdn-intro-wrap .intro-desc {
      font-size: 14px;
    }

    .cdn-intro-wrap .section-title {
      font-size: 28px;
    }

    .cdn-intro-wrap .intro-stats,
    .cdn-intro-wrap .intro-stats-mobile {
      flex-wrap: wrap;
      gap: 16px;
    }

    .cdn-intro-wrap .intro-stat {
      flex: 1;
      min-width: 80px;
    }

    .cdn-intro-wrap .intro-stat-value {
      font-size: 22px;
    }

    .cdn-intro-wrap .intro-feature {
      padding: 14px;
      gap: 12px;
    }

    .cdn-intro-wrap .intro-feature-icon {
      width: 38px;
      height: 38px;
      min-width: 38px;
      font-size: 16px;
    }

    .cdn-intro-wrap .intro-feature-title {
      font-size: 13px;
    }

    .cdn-intro-wrap .intro-cta {
      width: 100%;
      justify-content: center;
      padding: 14px 24px;
    }

    .cdn-intro-wrap .intro-monster-col {
      max-width: 280px;
      min-height: 250px;
    }

    .cdn-intro-wrap .intro-bg-glow {
      width: 250px;
      height: 250px;
      opacity: 0.2;
    }

    .cdn-intro-wrap .intro-bg-orb-1 {
      width: 100px;
      height: 100px;
      opacity: 0.08;
    }

    .cdn-intro-wrap .intro-bg-orb-2 {
      display: none;
    }
  }

  /* ============================================ */
  /* RESPONSIVE — EXTRA SMALL (360px)             */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-intro-wrap .section {
      padding: 40px 10px;
    }

    .cdn-intro-wrap .intro-title {
      font-size: 22px;
    }

    .cdn-intro-wrap .section-title {
      font-size: 24px;
    }

    .cdn-intro-wrap .intro-monster-col {
      max-width: 240px;
      min-height: 220px;
    }

    .cdn-intro-wrap .intro-bg-glow {
      width: 200px;
      height: 200px;
      opacity: 0.15;
    }

    .cdn-intro-wrap .intro-bg-orb-1 {
      width: 80px;
      height: 80px;
      opacity: 0.06;
    }
  }

  /* ============================================ */
  /* REDUCED MOTION                               */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-intro-wrap *,
    .cdn-intro-wrap *::before,
    .cdn-intro-wrap *::after {
      animation: none !important;
      transition: none !important;
    }
  }

  /* ============================================ */
  /* SELECTION */
  /* ============================================ */
  .cdn-intro-wrap ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  .cdn-intro-wrap ::-moz-selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE BESTIARY */
  /* ============================================ */
  .cdn-reviews-wrap {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #111111;
    --c-bg-card: #161616;
    --c-bg-card-hover: #1C1C1C;
    --c-surface: #222222;
    --c-surface-hover: #2A2A2A;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-romantic: linear-gradient(135deg, #C9A84C 0%, #8B6914 50%, #6B1515 100%);
    --gradient-dark: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-elevated) 100%);
    --gradient-card: linear-gradient(145deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(240,230,208,0.06) 0%, rgba(240,230,208,0.01) 100%);
    --gradient-rune: linear-gradient(90deg, #C9A84C 0%, #6B1515 33%, #C9A84C 66%, #6B1515 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
    --shadow-glow: 0 0 60px var(--c-accent-glow);
    --blur-sm: blur(8px);
    --blur-md: blur(16px);
    --blur-lg: blur(32px);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 48px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
    --t-slow: 0.6s var(--ease-out);
    --t-slower: 1s var(--ease-out);
  }

  /* ============================================ */
  /* BASE RESET */
  /* ============================================ */
  .cdn-reviews-wrap {
    font-family: var(--f-serif);
    background: var(--c-bg);
    color: var(--c-white-90);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  .cdn-reviews-wrap *, .cdn-reviews-wrap *::before, .cdn-reviews-wrap *::after {
    box-sizing: border-box;
  }

  .cdn-reviews-wrap h1, .cdn-reviews-wrap h2, .cdn-reviews-wrap h3, .cdn-reviews-wrap h4, .cdn-reviews-wrap h5, .cdn-reviews-wrap h6 {
    font-family: var(--f-sans);
    font-weight: 700;
    color: var(--c-white);
    margin: 0;
    line-height: 1.1;
  }

  .cdn-reviews-wrap p { margin: 0; }
  .cdn-reviews-wrap img { max-width: 100%; height: auto; display: block; }

  /* ============================================ */
  /* KEYFRAMES */
  /* ============================================ */
  @keyframes cdnGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes cdnSlideUp {
    0% { transform: translateY(30px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
  }

  @keyframes cdnPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.95); }
  }

  /* ============================================ */
  /* UTILITY CLASSES */
  /* ============================================ */
  .cdn-reviews-wrap .text-gradient {
    background: var(--gradient-accent);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cdnGradient 4s ease infinite;
  }

  /* ============================================ */
  /* SECTION STYLES */
  /* ============================================ */
  .cdn-reviews-wrap .section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 32px;
    position: relative;
  }

  .cdn-reviews-wrap .section-header {
    text-align: center;
    margin-bottom: 56px;
  }

  .cdn-reviews-wrap .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--c-white-08);
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: var(--r-xs);
    padding: 8px 18px;
    margin-bottom: 20px;
    transition: var(--t-normal);
  }

  .cdn-reviews-wrap .section-badge:hover {
    background: var(--c-white-15);
    transform: scale(1.02);
  }

  .cdn-reviews-wrap .section-badge-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .cdn-reviews-wrap .section-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    font-family: var(--f-sans);
    letter-spacing: 0px;
    margin-bottom: 16px;
    line-height: 1.15;
  }

  .cdn-reviews-wrap .section-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
  }

  .cdn-reviews-wrap .section-subtitle {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* ============================================ */
  /* EARLY ACCESS DISCLAIMER */
  /* ============================================ */
  .cdn-reviews-wrap .reviews-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
    padding: 10px 20px;
    background: rgba(201,168,76,0.06);
    border: 1px dashed rgba(201,168,76,0.2);
    border-radius: var(--r-xs);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .cdn-reviews-wrap .reviews-disclaimer-icon {
    font-size: 14px;
    min-width: 20px;
    text-align: center;
  }

  .cdn-reviews-wrap .reviews-disclaimer-text {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    font-style: italic;
    line-height: 1.5;
  }

  /* ============================================ */
  /* REVIEWS GRID */
  /* ============================================ */
  .cdn-reviews-wrap .reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .cdn-reviews-wrap .review-card {
    background: var(--c-bg-card);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-md);
    padding: 24px;
    transition: var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-reviews-wrap .review-card::before {
    content: '"';
    position: absolute;
    top: 8px;
    right: 14px;
    font-size: 80px;
    color: var(--c-white-04);
    font-family: 'Crimson Text', Georgia, serif;
    line-height: 1;
    pointer-events: none;
    transition: var(--t-normal);
  }

  .cdn-reviews-wrap .review-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-accent);
    transform: scaleX(0);
    transition: transform var(--t-normal);
  }

  .cdn-reviews-wrap .review-card:hover {
    border-color: rgba(201,168,76,0.2);
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg), 0 0 30px rgba(201,168,76,0.05);
  }

  .cdn-reviews-wrap .review-card:hover::before {
    color: var(--c-accent-subtle);
    transform: scale(1.1);
  }

  .cdn-reviews-wrap .review-card:hover::after {
    transform: scaleX(1);
  }

  .cdn-reviews-wrap .review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
  }

  .cdn-reviews-wrap .review-avatar-img {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--c-white-15);
    transition: var(--t-normal);
  }

  .cdn-reviews-wrap .review-card:hover .review-avatar-img {
    border-color: var(--c-accent);
    box-shadow: 0 0 15px var(--c-accent-glow);
  }

  .cdn-reviews-wrap .review-name {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    margin-bottom: 4px;
  }

  .cdn-reviews-wrap .review-role {
    font-size: 10px;
    font-family: var(--f-serif);
    color: var(--c-white-30);
    font-style: italic;
  }

  .cdn-reviews-wrap .review-stars {
    display: flex;
    gap: 2px;
  }

  .cdn-reviews-wrap .review-star {
    width: 12px;
    height: 12px;
    color: var(--c-gold);
    filter: drop-shadow(0 0 3px var(--c-accent-glow));
  }

  .cdn-reviews-wrap .review-text {
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white-70);
    line-height: 1.7;
    font-style: italic;
    position: relative;
    z-index: 1;
  }

  .cdn-reviews-wrap .review-source {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
    font-size: 10px;
    font-family: var(--f-sans);
    color: var(--c-white-30);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }

  .cdn-reviews-wrap .review-source svg {
    width: 12px;
    height: 12px;
    color: var(--c-accent);
  }

  /* ============================================ */
  /* RESPONSIVE - TABLET (1024px) */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-reviews-wrap .reviews-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cdn-reviews-wrap .section { padding: 60px 24px; }
  }

  /* ============================================ */
  /* RESPONSIVE - MOBILE (768px) */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-reviews-wrap .section { padding: 50px 16px; }
    .cdn-reviews-wrap .section-header { margin-bottom: 36px; }

    .cdn-reviews-wrap .reviews-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .cdn-reviews-wrap .review-card { padding: 20px; }

    .cdn-reviews-wrap .reviews-disclaimer {
      flex-direction: column;
      text-align: center;
      gap: 6px;
      padding: 12px 16px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - SMALL MOBILE (480px) */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-reviews-wrap .section { padding: 40px 12px; }
    .cdn-reviews-wrap .section-title { font-size: 24px; }
    .cdn-reviews-wrap .section-subtitle { font-size: 14px; }
    .cdn-reviews-wrap .review-card { padding: 18px; }
    .cdn-reviews-wrap .review-text { font-size: 12px; }
  }

  /* ============================================ */
  /* RESPONSIVE - EXTRA SMALL (360px) */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-reviews-wrap .section { padding: 32px 10px; }
    .cdn-reviews-wrap .section-title { font-size: 22px; }
  }

  /* ============================================ */
  /* REDUCED MOTION */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-reviews-wrap *, .cdn-reviews-wrap *::before, .cdn-reviews-wrap *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  /* ============================================ */
  /* SELECTION STYLES */
  /* ============================================ */
  .cdn-reviews-wrap ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  .cdn-reviews-wrap ::-moz-selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE BESTIARY */
  /* ============================================ */
  .cdn-volumes-wrap {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #111111;
    --c-bg-card: #161616;
    --c-bg-card-hover: #1C1C1C;
    --c-surface: #222222;
    --c-surface-hover: #2A2A2A;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --c-ember: #8B6914;
    --c-ember-soft: rgba(139,105,20,0.15);
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-romantic: linear-gradient(135deg, #C9A84C 0%, #8B6914 50%, #6B1515 100%);
    --gradient-dark: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-elevated) 100%);
    --gradient-card: linear-gradient(145deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(240,230,208,0.06) 0%, rgba(240,230,208,0.01) 100%);
    --gradient-rune: linear-gradient(90deg, #C9A84C 0%, #6B1515 33%, #C9A84C 66%, #6B1515 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
    --shadow-glow: 0 0 60px var(--c-accent-glow);
    --shadow-glow-intense: 0 0 80px var(--c-accent-glow), 0 0 120px rgba(201,168,76,0.2);
    --shadow-inner: inset 0 1px 0 rgba(240,230,208,0.04);
    --blur-sm: blur(8px);
    --blur-md: blur(16px);
    --blur-lg: blur(32px);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 48px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
    --t-slow: 0.6s var(--ease-out);
    --t-slower: 1s var(--ease-out);
  }

  /* ============================================ */
  /* BASE RESET */
  /* ============================================ */
  .cdn-volumes-wrap {
    font-family: var(--f-serif);
    background: var(--c-bg);
    color: var(--c-white-90);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .cdn-volumes-wrap *, .cdn-volumes-wrap *::before, .cdn-volumes-wrap *::after {
    box-sizing: border-box;
  }

  .cdn-volumes-wrap h1, .cdn-volumes-wrap h2, .cdn-volumes-wrap h3, .cdn-volumes-wrap h4, .cdn-volumes-wrap h5, .cdn-volumes-wrap h6 {
    font-family: var(--f-sans);
    font-weight: 700;
    color: var(--c-white);
    margin: 0;
    line-height: 1.1;
  }

  .cdn-volumes-wrap p { margin: 0; }
  .cdn-volumes-wrap img { max-width: 100%; height: auto; display: block; }

  /* ============================================ */
  /* KEYFRAMES */
  /* ============================================ */
  @keyframes volGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes volPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.05); }
  }

  @keyframes volPulseMobile {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.5; }
  }

  @keyframes volShine {
    0% { left: -100%; }
    100% { left: 200%; }
  }

  @keyframes volGlow {
    0%, 100% { box-shadow: 0 0 20px var(--c-accent-glow), 0 0 40px rgba(201,168,76,0.1); }
    50% { box-shadow: 0 0 30px var(--c-accent-glow), 0 0 60px rgba(201,168,76,0.2); }
  }

  @keyframes volFlicker {
    0%, 100% { opacity: 1; }
    5% { opacity: 0.8; }
    10% { opacity: 1; }
    15% { opacity: 0.6; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    85% { opacity: 0.7; }
    90% { opacity: 1; }
  }

  @keyframes volEmber {
    0% { transform: translateY(0) scale(1); opacity: 0.5; }
    50% { opacity: 0.8; }
    100% { transform: translateY(-80px) scale(0); opacity: 0; }
  }

  @keyframes volBossGlow {
    0%, 100% { box-shadow: 0 0 8px rgba(201,168,76,0.2); }
    50% { box-shadow: 0 0 16px rgba(201,168,76,0.4), 0 0 32px rgba(201,168,76,0.1); }
  }

  /* ============================================ */
  /* UTILITY CLASSES */
  /* ============================================ */
  .cdn-volumes-wrap .text-gradient {
    background: var(--gradient-accent);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: volGradient 4s ease infinite;
  }

  .cdn-volumes-wrap .vol-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
    position: relative;
  }

  /* ============================================ */
  /* BACKGROUND EFFECTS */
  /* ============================================ */
  .cdn-volumes-wrap .vol-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
  }

  .cdn-volumes-wrap .vol-bg-glow {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    background: radial-gradient(ellipse, var(--c-accent-subtle) 0%, transparent 60%);
    opacity: 0.4;
    animation: volPulse 8s ease-in-out infinite;
  }

  .cdn-volumes-wrap .vol-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.2;
  }

  .cdn-volumes-wrap .vol-bg-orb-1 {
    width: 400px;
    height: 400px;
    background: var(--c-blood);
    top: 20%;
    right: 10%;
    animation: volPulse 10s ease-in-out infinite;
  }

  .cdn-volumes-wrap .vol-bg-orb-2 {
    width: 300px;
    height: 300px;
    background: var(--c-accent);
    bottom: 10%;
    left: 5%;
    animation: volPulse 8s ease-in-out infinite 2s;
  }

  .cdn-volumes-wrap .vol-bg-orb-3 {
    width: 200px;
    height: 200px;
    background: var(--c-gold);
    top: 60%;
    right: 5%;
    animation: volPulse 12s ease-in-out infinite 1s;
  }

  .cdn-volumes-wrap .vol-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--c-accent);
    border-radius: 50%;
    opacity: 0.3;
  }

  .cdn-volumes-wrap .vol-particle:nth-child(1) { top: 15%; left: 10%; animation: volEmber 6s ease-in-out infinite; }
  .cdn-volumes-wrap .vol-particle:nth-child(2) { top: 60%; left: 90%; animation: volEmber 8s ease-in-out infinite 0.5s; }
  .cdn-volumes-wrap .vol-particle:nth-child(3) { top: 30%; left: 85%; animation: volEmber 7s ease-in-out infinite 1s; }
  .cdn-volumes-wrap .vol-particle:nth-child(4) { top: 85%; left: 15%; animation: volEmber 5s ease-in-out infinite 1.5s; }
  .cdn-volumes-wrap .vol-particle:nth-child(5) { top: 5%; left: 60%; animation: volEmber 9s ease-in-out infinite 2s; }

  /* ============================================ */
  /* SECTION */
  /* ============================================ */
  .cdn-volumes-wrap .section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 32px;
    position: relative;
    z-index: 1;
  }

  /* ============================================ */
  /* SECTION HEADER */
  /* ============================================ */
  .cdn-volumes-wrap .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .cdn-volumes-wrap .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--c-accent-subtle) 0%, var(--c-blood-soft) 100%);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: var(--r-xs);
    padding: 10px 20px;
    margin-bottom: 24px;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-volumes-wrap .section-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.2), transparent);
    animation: volShine 3s ease-in-out infinite;
  }

  .cdn-volumes-wrap .section-badge-icon {
    font-size: 18px;
    animation: volFlicker 3s ease-in-out infinite;
  }

  .cdn-volumes-wrap .section-badge-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .cdn-volumes-wrap .section-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    font-family: var(--f-sans);
    margin-bottom: 20px;
    line-height: 1.15;
  }

  .cdn-volumes-wrap .section-subtitle {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
  }

  .cdn-volumes-wrap .section-subtitle strong {
    color: var(--c-white);
    font-weight: 700;
  }

  /* ============================================ */
  /* SLIDESHOW CONTAINER */
  /* ============================================ */
  .cdn-volumes-wrap .vol-slideshow {
    position: relative;
    overflow: hidden;
    border-radius: var(--r-lg);
    margin: 0 -8px;
  }

  .cdn-volumes-wrap .vol-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }

  .cdn-volumes-wrap .vol-slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 8px;
    min-width: 0;
  }

  /* ============================================ */
  /* VOLUME CARD */
  /* ============================================ */
  .cdn-volumes-wrap .volume-card {
    background: linear-gradient(135deg, var(--c-bg-card) 0%, rgba(34,34,34,0.5) 100%);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: all var(--t-normal);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .cdn-volumes-wrap .volume-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r-lg);
    padding: 2px;
    background: var(--gradient-rune);
    background-size: 200% 100%;
    animation: volGradient 4s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity var(--t-normal);
    z-index: 3;
    pointer-events: none;
  }

  .cdn-volumes-wrap .volume-card:hover {
    border-color: transparent;
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px var(--c-accent-subtle);
  }

  .cdn-volumes-wrap .volume-card:hover::before {
    opacity: 0.6;
  }

  /* ============================================ */
  /* VOLUME VIDEO / IMAGE */
  /* ============================================ */
  .cdn-volumes-wrap .volume-media-wrap {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--c-bg);
  }

  .cdn-volumes-wrap .volume-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
  }

  .cdn-volumes-wrap .volume-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(22,22,22,0.4) 60%, var(--c-bg-card) 100%);
    z-index: 1;
    pointer-events: none;
  }

  /* Volume Number Badge */
  .cdn-volumes-wrap .volume-num {
    position: absolute;
    top: 14px;
    left: 14px;
    min-width: 44px;
    height: 44px;
    background: rgba(10,10,10,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: var(--c-white);
    z-index: 4;
    transition: all var(--t-normal);
    border: 1px solid var(--c-white-15);
    font-family: var(--f-serif);
    font-style: italic;
    pointer-events: none;
    padding: 0 10px;
  }

  .cdn-volumes-wrap .volume-card:hover .volume-num {
    background: var(--gradient-accent);
    color: var(--c-bg);
    border-color: transparent;
    box-shadow: 0 6px 20px var(--c-accent-glow);
  }

  /* Monster Count Badge */
  .cdn-volumes-wrap .volume-count {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(10,10,10,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 7px 12px;
    border-radius: var(--r-full);
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 4;
    transition: all var(--t-normal);
    border: 1px solid var(--c-white-15);
    pointer-events: none;
    letter-spacing: 0.5px;
  }

  .cdn-volumes-wrap .volume-count-icon {
    font-size: 12px;
  }

  .cdn-volumes-wrap .volume-card:hover .volume-count {
    background: var(--c-accent);
    border-color: var(--c-accent);
    color: var(--c-bg);
  }

  /* Included Badge */
  .cdn-volumes-wrap .volume-included {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(10,10,10,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(201,168,76,0.3);
    color: var(--c-accent);
    font-size: 8px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 5px 12px;
    border-radius: var(--r-xs);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 4;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .cdn-volumes-wrap .volume-included-dot {
    width: 5px;
    height: 5px;
    background: var(--c-accent);
    border-radius: 50%;
    animation: volPulse 2s ease-in-out infinite;
  }

  /* ============================================ */
  /* VOLUME CONTENT */
  /* ============================================ */
  .cdn-volumes-wrap .volume-content {
    padding: 20px;
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .cdn-volumes-wrap .volume-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .cdn-volumes-wrap .volume-label-dot {
    width: 5px;
    height: 5px;
    background: var(--c-accent);
    border-radius: 50%;
    animation: volPulse 2s ease-in-out infinite;
  }

  .cdn-volumes-wrap .volume-title {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    margin-bottom: 8px;
    transition: all var(--t-normal);
    line-height: 1.2;
  }

  .cdn-volumes-wrap .volume-card:hover .volume-title {
    color: var(--c-accent-soft);
  }

  .cdn-volumes-wrap .volume-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--c-accent);
  }

  .cdn-volumes-wrap .volume-desc {
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.65;
    margin-bottom: 14px;
    flex: 1;
  }

  /* Volume Tags */
  .cdn-volumes-wrap .volume-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 14px;
  }

  .cdn-volumes-wrap .volume-tag {
    font-size: 9px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-70);
    background: var(--c-white-08);
    padding: 5px 10px;
    border-radius: var(--r-xs);
    transition: all var(--t-normal);
    border: 1px solid transparent;
    letter-spacing: 0.5px;
  }

  .cdn-volumes-wrap .volume-tag:hover {
    background: var(--c-accent);
    color: var(--c-bg);
    border-color: var(--c-accent);
  }

  /* Boss Highlight */
  .cdn-volumes-wrap .volume-boss {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: linear-gradient(135deg, rgba(201,168,76,0.06) 0%, rgba(107,21,21,0.06) 100%);
    border: 1px solid rgba(201,168,76,0.15);
    border-radius: var(--r-xs);
    margin-bottom: 14px;
    transition: all var(--t-normal);
    animation: volBossGlow 4s ease-in-out infinite;
  }

  .cdn-volumes-wrap .volume-boss:hover {
    border-color: rgba(201,168,76,0.3);
    background: linear-gradient(135deg, rgba(201,168,76,0.1) 0%, rgba(107,21,21,0.1) 100%);
  }

  .cdn-volumes-wrap .volume-boss-icon {
    font-size: 18px;
    flex-shrink: 0;
  }

  .cdn-volumes-wrap .volume-boss-info {
    flex: 1;
    min-width: 0;
  }

  .cdn-volumes-wrap .volume-boss-name {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    line-height: 1.2;
  }

  .cdn-volumes-wrap .volume-boss-cr {
    font-size: 10px;
    font-family: var(--f-serif);
    color: var(--c-accent);
  }

  /* Volume Stats Row */
  .cdn-volumes-wrap .volume-stats {
    display: flex;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--c-white-08);
    margin-top: auto;
  }

  .cdn-volumes-wrap .volume-stat {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .cdn-volumes-wrap .volume-stat-icon {
    font-size: 13px;
  }

  .cdn-volumes-wrap .volume-stat-text {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
  }

  .cdn-volumes-wrap .volume-stat-text strong {
    color: var(--c-white);
    font-weight: 700;
  }

  /* ============================================ */
  /* SLIDESHOW CONTROLS */
  /* ============================================ */
  .cdn-volumes-wrap .vol-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }

  .cdn-volumes-wrap .vol-arrow {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    border: 1px solid var(--c-white-15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--t-normal);
    padding: 0;
    outline: none;
    flex-shrink: 0;
  }

  .cdn-volumes-wrap .vol-arrow:hover {
    background: var(--c-accent);
    border-color: var(--c-accent);
    transform: scale(1.1);
    box-shadow: 0 6px 25px var(--c-accent-glow);
  }

  .cdn-volumes-wrap .vol-arrow:active {
    transform: scale(0.95);
  }

  .cdn-volumes-wrap .vol-arrow svg {
    width: 18px;
    height: 18px;
    stroke: var(--c-white-70);
    stroke-width: 2;
    fill: none;
    transition: stroke var(--t-normal);
  }

  .cdn-volumes-wrap .vol-arrow:hover svg {
    stroke: var(--c-bg);
  }

  /* Dots */
  .cdn-volumes-wrap .vol-dots {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cdn-volumes-wrap .vol-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--c-white-15);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all var(--t-normal);
    outline: none;
  }

  .cdn-volumes-wrap .vol-dot:hover {
    background: var(--c-white-30);
    transform: scale(1.2);
  }

  .cdn-volumes-wrap .vol-dot.is-active {
    background: var(--c-accent);
    box-shadow: 0 0 12px var(--c-accent-glow);
    transform: scale(1.3);
  }

  /* Progress Bar */
  .cdn-volumes-wrap .vol-progress {
    width: 100%;
    max-width: 400px;
    height: 3px;
    background: var(--c-white-08);
    border-radius: 2px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .cdn-volumes-wrap .vol-progress-bar {
    height: 100%;
    background: var(--gradient-accent);
    border-radius: 2px;
    width: 0%;
    transition: width 0.3s ease;
  }

  .cdn-volumes-wrap .vol-progress-bar.is-animating {
    transition: width linear;
  }

  /* ============================================ */
  /* TOTALS ROW */
  /* ============================================ */
  .cdn-volumes-wrap .vol-totals {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
    padding: 20px 28px;
    background: linear-gradient(135deg, rgba(22,22,22,0.9) 0%, rgba(34,34,34,0.5) 100%);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-md);
    flex-wrap: wrap;
  }

  .cdn-volumes-wrap .vol-total-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .cdn-volumes-wrap .vol-total-icon {
    font-size: 20px;
  }

  .cdn-volumes-wrap .vol-total-value {
    font-size: 18px;
    font-weight: 800;
    font-family: var(--f-sans);
    color: var(--c-white);
    line-height: 1;
  }

  .cdn-volumes-wrap .vol-total-label {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    margin-left: 2px;
  }

  .cdn-volumes-wrap .vol-total-divider {
    width: 1px;
    height: 28px;
    background: var(--c-white-15);
  }

  /* ============================================ */
  /* CTA SECTION */
  /* ============================================ */
  .cdn-volumes-wrap .volumes-cta-wrap {
    text-align: center;
    margin-top: 36px;
  }

  .cdn-volumes-wrap .volumes-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 13px;
    font-weight: 700;
    font-family: var(--f-sans);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 36px;
    border-radius: var(--r-sm);
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px var(--c-accent-glow);
    cursor: pointer;
    border: none;
    text-decoration: none;
    animation: volGlow 3s ease-in-out infinite;
  }

  .cdn-volumes-wrap .volumes-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: volShine 2s ease-in-out infinite;
  }

  .cdn-volumes-wrap .volumes-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px var(--c-accent-glow), 0 0 60px rgba(201,168,76,0.2);
  }

  .cdn-volumes-wrap .volumes-cta-icon {
    transition: transform var(--t-normal);
  }

  .cdn-volumes-wrap .volumes-cta:hover .volumes-cta-icon {
    transform: translateX(4px);
  }

  .cdn-volumes-wrap .volumes-cta-subtext {
    display: block;
    margin-top: 16px;
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
  }

  .cdn-volumes-wrap .volumes-cta-subtext strong {
    color: var(--c-accent);
    font-weight: 700;
  }

  /* ============================================ */
  /* RESPONSIVE - TABLET (1024px) */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-volumes-wrap .section { padding: 80px 24px; }

    .cdn-volumes-wrap .vol-slide {
      flex: 0 0 50%;
    }

    .cdn-volumes-wrap .vol-bg-orb-1 { width: 300px; height: 300px; }
    .cdn-volumes-wrap .vol-bg-orb-2 { width: 220px; height: 220px; }
    .cdn-volumes-wrap .vol-bg-orb-3 { width: 150px; height: 150px; }

    .cdn-volumes-wrap .vol-totals {
      gap: 20px;
      padding: 16px 20px;
    }

    .cdn-volumes-wrap .vol-total-value { font-size: 16px; }
  }

  /* ============================================ */
  /* RESPONSIVE - MOBILE (768px) */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-volumes-wrap .section { padding: 60px 16px; }
    .cdn-volumes-wrap .section-header { margin-bottom: 40px; }

    .cdn-volumes-wrap .vol-slide {
      flex: 0 0 100%;
    }

    .cdn-volumes-wrap .vol-slideshow {
      margin: 0 -4px;
    }

    .cdn-volumes-wrap .vol-slide {
      padding: 0 4px;
    }

    .cdn-volumes-wrap .volume-title { font-size: 17px; }
    .cdn-volumes-wrap .volume-content { padding: 18px; }

    .cdn-volumes-wrap .vol-arrow {
      width: 42px;
      height: 42px;
    }

    .cdn-volumes-wrap .vol-arrow svg {
      width: 16px;
      height: 16px;
    }

    .cdn-volumes-wrap .vol-dot {
      width: 8px;
      height: 8px;
    }

    .cdn-volumes-wrap .vol-bg-glow { width: 600px; height: 400px; opacity: 0.3; }
    .cdn-volumes-wrap .vol-bg-orb { filter: blur(60px); opacity: 0.15; }
    .cdn-volumes-wrap .vol-bg-orb-1 { width: 200px; height: 200px; animation: volPulseMobile 10s ease-in-out infinite; }
    .cdn-volumes-wrap .vol-bg-orb-2 { width: 150px; height: 150px; animation: volPulseMobile 8s ease-in-out infinite 2s; }
    .cdn-volumes-wrap .vol-bg-orb-3 { width: 120px; height: 120px; animation: volPulseMobile 12s ease-in-out infinite 1s; }

    .cdn-volumes-wrap .vol-particle { width: 2px; height: 2px; opacity: 0.2; }

    .cdn-volumes-wrap .volumes-cta-wrap { margin-top: 28px; }

    .cdn-volumes-wrap .vol-totals {
      gap: 16px;
      padding: 16px;
    }

    .cdn-volumes-wrap .vol-total-value { font-size: 15px; }
    .cdn-volumes-wrap .vol-total-label { font-size: 10px; }
    .cdn-volumes-wrap .vol-total-divider { height: 22px; }
  }

  /* ============================================ */
  /* RESPONSIVE - SMALL MOBILE (480px) */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-volumes-wrap .section { padding: 50px 12px; }
    .cdn-volumes-wrap .section-title { font-size: 28px; }
    .cdn-volumes-wrap .section-subtitle { font-size: 14px; }

    .cdn-volumes-wrap .volume-content { padding: 16px; }
    .cdn-volumes-wrap .volume-title { font-size: 16px; }
    .cdn-volumes-wrap .volume-desc { font-size: 12px; }

    .cdn-volumes-wrap .volume-num { min-width: 38px; height: 38px; font-size: 12px; top: 12px; left: 12px; }
    .cdn-volumes-wrap .volume-count { top: 12px; right: 12px; padding: 5px 9px; font-size: 9px; }
    .cdn-volumes-wrap .volume-included { bottom: 12px; left: 12px; font-size: 7px; padding: 4px 9px; }

    .cdn-volumes-wrap .volume-boss { padding: 8px 10px; gap: 8px; }
    .cdn-volumes-wrap .volume-boss-icon { font-size: 16px; }
    .cdn-volumes-wrap .volume-boss-name { font-size: 10px; }
    .cdn-volumes-wrap .volume-boss-cr { font-size: 9px; }

    .cdn-volumes-wrap .volumes-cta { width: 100%; padding: 16px 28px; }

    .cdn-volumes-wrap .vol-arrow { width: 38px; height: 38px; }
    .cdn-volumes-wrap .vol-controls { gap: 14px; }

    .cdn-volumes-wrap .vol-bg-orb-1 { width: 150px; height: 150px; }
    .cdn-volumes-wrap .vol-bg-orb-2 { width: 100px; height: 100px; }
    .cdn-volumes-wrap .vol-bg-orb-3 { width: 80px; height: 80px; }

    .cdn-volumes-wrap .vol-totals {
      gap: 12px;
      padding: 14px 12px;
    }

    .cdn-volumes-wrap .vol-total-icon { font-size: 16px; }
    .cdn-volumes-wrap .vol-total-value { font-size: 14px; }
    .cdn-volumes-wrap .vol-total-label { font-size: 9px; }
    .cdn-volumes-wrap .vol-total-divider { height: 18px; }
  }

  /* ============================================ */
  /* RESPONSIVE - EXTRA SMALL (360px) */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-volumes-wrap .section { padding: 40px 10px; }
    .cdn-volumes-wrap .section-title { font-size: 24px; }

    .cdn-volumes-wrap .vol-bg-orb-1 { width: 120px; height: 120px; opacity: 0.12; }
    .cdn-volumes-wrap .vol-bg-orb-2 { width: 80px; height: 80px; opacity: 0.1; }
    .cdn-volumes-wrap .vol-bg-orb-3 { display: none; }

    .cdn-volumes-wrap .vol-totals {
      flex-direction: column;
      gap: 10px;
    }

    .cdn-volumes-wrap .vol-total-divider { display: none; }
  }

  /* ============================================ */
  /* REDUCED MOTION */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-volumes-wrap *, .cdn-volumes-wrap *::before, .cdn-volumes-wrap *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  .cdn-volumes-wrap ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE BESTIARY */
  /* ============================================ */
  .cdn-features-section {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #111111;
    --c-bg-card: #161616;
    --c-bg-card-hover: #1C1C1C;
    --c-surface: #222222;
    --c-surface-hover: #2A2A2A;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --c-ember: #8B6914;
    --c-ember-soft: rgba(139,105,20,0.15);
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-romantic: linear-gradient(135deg, #C9A84C 0%, #8B6914 50%, #6B1515 100%);
    --gradient-dark: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-elevated) 100%);
    --gradient-card: linear-gradient(145deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(240,230,208,0.06) 0%, rgba(240,230,208,0.01) 100%);
    --gradient-rune: linear-gradient(90deg, #C9A84C 0%, #6B1515 33%, #C9A84C 66%, #6B1515 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
    --shadow-glow: 0 0 60px var(--c-accent-glow);
    --shadow-glow-intense: 0 0 80px var(--c-accent-glow), 0 0 120px rgba(201,168,76,0.2);
    --shadow-inner: inset 0 1px 0 rgba(240,230,208,0.04);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 48px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
    --t-slow: 0.6s var(--ease-out);
    --t-slower: 1s var(--ease-out);
    
    font-family: var(--f-serif);
    background: var(--c-bg);
    color: var(--c-white-90);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
  }

  .cdn-features-section *, .cdn-features-section *::before, .cdn-features-section *::after {
    box-sizing: border-box;
  }

  .cdn-features-section h1, .cdn-features-section h2, .cdn-features-section h3, .cdn-features-section h4, .cdn-features-section h5, .cdn-features-section h6 {
    font-family: var(--f-sans);
    font-weight: 700;
    color: var(--c-white);
    margin: 0;
    line-height: 1.1;
  }

  .cdn-features-section p { margin: 0; }
  .cdn-features-section img { max-width: 100%; height: auto; display: block; }

  /* ============================================ */
  /* KEYFRAMES */
  /* ============================================ */
  @keyframes cdnFeatGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes cdnFeatPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.95); }
  }

  /* ============================================ */
  /* UTILITY CLASSES */
  /* ============================================ */
  .cdn-features-section .text-gradient {
    background: var(--gradient-accent);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cdnFeatGradient 4s ease infinite;
  }

  .cdn-features-section .feat-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
    position: relative;
  }

  /* ============================================ */
  /* SECTION STYLES */
  /* ============================================ */
  .cdn-features-section .section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 32px;
    position: relative;
  }

  .cdn-features-section .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .cdn-features-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--c-accent-subtle) 0%, var(--c-blood-soft) 100%);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: var(--r-xs);
    padding: 10px 20px;
    margin-bottom: 24px;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-features-section .section-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.2), transparent);
    animation: cdnFeatGradient 3s ease-in-out infinite;
  }

  .cdn-features-section .section-badge:hover {
    background: rgba(201,168,76,0.15);
    transform: scale(1.02);
    box-shadow: 0 4px 20px var(--c-accent-glow);
  }

  .cdn-features-section .section-badge-icon {
    font-size: 16px;
  }

  .cdn-features-section .section-badge-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .cdn-features-section .section-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    font-family: var(--f-sans);
    letter-spacing: 0px;
    margin-bottom: 16px;
    line-height: 1.15;
  }

  .cdn-features-section .section-subtitle {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
  }

  .cdn-features-section .section-subtitle strong {
    color: var(--c-white);
    font-weight: 700;
  }

  /* ============================================ */
  /* FEATURE BLOCKS */
  /* ============================================ */
  .cdn-features-section .feature-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 48px;
    background: linear-gradient(135deg, var(--c-bg-card) 0%, rgba(34,34,34,0.5) 100%);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-lg);
    margin-bottom: 24px;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-features-section .feature-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-rune);
    background-size: 200% 100%;
    transform: scaleX(0);
    transition: transform var(--t-normal);
    animation: cdnFeatGradient 3s ease infinite;
  }

  .cdn-features-section .feature-block::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--c-accent-subtle) 0%, transparent 60%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity var(--t-normal);
    pointer-events: none;
  }

  .cdn-features-section .feature-block:hover {
    border-color: rgba(201,168,76,0.2);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 40px var(--c-accent-subtle);
  }

  .cdn-features-section .feature-block:hover::before {
    transform: scaleX(1);
  }

  .cdn-features-section .feature-block:hover::after {
    opacity: 1;
  }

  .cdn-features-section .feature-block:last-child {
    margin-bottom: 0;
  }

  .cdn-features-section .feature-block.reverse {
    direction: rtl;
  }

  .cdn-features-section .feature-block.reverse > * {
    direction: ltr;
  }

  .cdn-features-section .feature-num {
    position: absolute;
    top: -14px;
    left: 0;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 6px 16px;
    border-radius: var(--r-xs);
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 4px 15px var(--c-accent-glow);
  }

  .cdn-features-section .feature-content {
    position: relative;
    z-index: 1;
    text-align: left;
  }

  .cdn-features-section .feature-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--c-accent-subtle) 0%, var(--c-blood-soft) 100%);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
    transition: all var(--t-normal);
    position: relative;
  }

  .cdn-features-section .feature-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: calc(var(--r-sm) + 4px);
    background: var(--gradient-accent);
    opacity: 0;
    z-index: -1;
    transition: opacity var(--t-normal);
    filter: blur(8px);
  }

  .cdn-features-section .feature-block:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px var(--c-accent-glow);
    background: var(--c-bg-card);
    border-color: var(--c-accent);
  }

  .cdn-features-section .feature-block:hover .feature-icon::before {
    opacity: 0.4;
  }

  .cdn-features-section .feature-title {
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 700;
    font-family: var(--f-sans);
    margin-bottom: 14px;
    letter-spacing: 0px;
  }

  .cdn-features-section .feature-tagline {
    font-size: 14px;
    font-family: var(--f-serif);
    color: var(--c-accent);
    font-style: italic;
    margin-bottom: 12px;
  }

  /* Mobile image — hidden on desktop, shown on mobile after tagline */
  .cdn-features-section .feature-image-mobile {
    display: none;
  }

  .cdn-features-section .feature-desc {
    font-size: 15px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.7;
    margin-bottom: 22px;
  }

  .cdn-features-section .feature-desc strong {
    color: var(--c-white);
    font-weight: 700;
  }

  .cdn-features-section .feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .cdn-features-section .feature-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-70);
    background: var(--c-white-08);
    padding: 8px 14px;
    border-radius: var(--r-xs);
    transition: all var(--t-normal);
    border: 1px solid transparent;
    letter-spacing: 0.5px;
  }

  .cdn-features-section .feature-pill:hover {
    background: var(--c-accent);
    color: var(--c-bg);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px var(--c-accent-glow);
    border-color: var(--c-accent);
  }

  /* Desktop image column */
  .cdn-features-section .feature-image-wrap {
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    position: relative;
    z-index: 1;
    border: 1px solid var(--c-white-08);
  }

  .cdn-features-section .feature-image-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--c-accent-subtle) 0%, transparent 50%);
    opacity: 0;
    transition: opacity var(--t-normal);
    pointer-events: none;
    z-index: 1;
  }

  .cdn-features-section .feature-block:hover .feature-image-wrap::before {
    opacity: 1;
  }

  .cdn-features-section .feature-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform var(--t-slower);
  }

  .cdn-features-section .feature-block:hover .feature-image {
    transform: scale(1.04);
  }

  /* ============================================ */
  /* BOSS LIST (Feature 4) */
  /* ============================================ */
  .cdn-features-section .feature-boss-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
  }

  .cdn-features-section .feature-boss-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: var(--c-white-04);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-xs);
    transition: all var(--t-normal);
  }

  .cdn-features-section .feature-boss-item:hover {
    background: var(--c-white-08);
    border-color: rgba(201,168,76,0.2);
    transform: translateX(4px);
  }

  .cdn-features-section .feature-boss-crown {
    font-size: 16px;
    flex-shrink: 0;
  }

  .cdn-features-section .feature-boss-name {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    flex: 1;
  }

  .cdn-features-section .feature-boss-detail {
    font-size: 10px;
    font-family: var(--f-serif);
    color: var(--c-accent);
    white-space: nowrap;
  }

  /* ============================================ */
  /* RESPONSIVE — TABLET (1024px) */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-features-section .feature-block {
      grid-template-columns: 1fr;
      gap: 28px;
      padding: 36px 28px;
    }

    .cdn-features-section .feature-block.reverse {
      direction: ltr;
    }

    .cdn-features-section .feature-content {
      text-align: center;
    }

    .cdn-features-section .feature-icon {
      margin: 0 auto 20px;
    }

    .cdn-features-section .feature-pills {
      justify-content: center;
    }

    .cdn-features-section .feature-boss-list {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 22px;
    }

    .cdn-features-section .section {
      padding: 80px 24px;
    }

    /* Hide desktop image column, show mobile image */
    .cdn-features-section .feature-image-wrap {
      display: none;
    }

    .cdn-features-section .feature-image-mobile {
      display: block;
      border-radius: var(--r-md);
      overflow: hidden;
      box-shadow: var(--shadow-md);
      border: 1px solid var(--c-white-08);
      margin: 0 auto 20px;
      max-width: 480px;
    }

    .cdn-features-section .feature-image-mobile img {
      width: 100%;
      height: auto;
      display: block;
    }
  }

  /* ============================================ */
  /* RESPONSIVE — MOBILE (768px) */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-features-section .section {
      padding: 60px 16px;
    }

    .cdn-features-section .section-header {
      margin-bottom: 40px;
    }

    .cdn-features-section .feature-block {
      padding: 28px 20px;
      margin-bottom: 16px;
    }

    .cdn-features-section .feature-num {
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 16px;
      display: inline-block;
    }

    .cdn-features-section .feature-title {
      font-size: 18px;
    }

    .cdn-features-section .feature-image-mobile {
      max-width: 100%;
    }

    .cdn-features-section .feature-boss-item {
      padding: 7px 10px;
    }

    .cdn-features-section .feature-boss-name {
      font-size: 11px;
    }

    .cdn-features-section .feature-boss-detail {
      font-size: 9px;
    }

    /* Kill hover effects on touch */
    .cdn-features-section .feature-block:hover {
      border-color: var(--c-white-08);
      box-shadow: none;
    }

    .cdn-features-section .feature-block:hover::before {
      transform: scaleX(0);
    }

    .cdn-features-section .feature-block:hover::after {
      opacity: 0;
    }

    .cdn-features-section .feature-block:hover .feature-icon {
      transform: none;
      box-shadow: none;
      background: linear-gradient(135deg, var(--c-accent-subtle) 0%, var(--c-blood-soft) 100%);
      border-color: rgba(201,168,76,0.2);
    }

    .cdn-features-section .feature-block:hover .feature-icon::before {
      opacity: 0;
    }

    .cdn-features-section .feature-pill:hover {
      background: var(--c-white-08);
      color: var(--c-white-70);
      transform: none;
      box-shadow: none;
      border-color: transparent;
    }

    .cdn-features-section .feature-boss-item:hover {
      background: var(--c-white-04);
      border-color: var(--c-white-08);
      transform: none;
    }

    /* Kill badge shimmer */
    .cdn-features-section .section-badge::before {
      display: none;
    }

    .cdn-features-section .section-badge:hover {
      transform: none;
      box-shadow: none;
      background: linear-gradient(135deg, var(--c-accent-subtle) 0%, var(--c-blood-soft) 100%);
    }

    /* Kill text gradient animation */
    .cdn-features-section .text-gradient {
      animation: none;
      background-size: 100% auto;
    }
  }

  /* ============================================ */
  /* RESPONSIVE — SMALL MOBILE (480px) */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-features-section .section {
      padding: 50px 12px;
    }

    .cdn-features-section .section-title {
      font-size: 24px;
    }

    .cdn-features-section .section-subtitle {
      font-size: 14px;
    }

    .cdn-features-section .feature-block {
      padding: 24px 16px;
    }

    .cdn-features-section .feature-title {
      font-size: 17px;
    }

    .cdn-features-section .feature-desc {
      font-size: 13px;
    }

    .cdn-features-section .feature-icon {
      width: 48px;
      height: 48px;
      font-size: 20px;
    }

    .cdn-features-section .feature-boss-item {
      gap: 8px;
      padding: 6px 8px;
    }

    .cdn-features-section .feature-boss-crown {
      font-size: 14px;
    }

    .cdn-features-section .feature-boss-name {
      font-size: 10px;
    }

    .cdn-features-section .feature-boss-detail {
      font-size: 9px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE — EXTRA SMALL (360px) */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-features-section .section {
      padding: 40px 10px;
    }

    .cdn-features-section .section-title {
      font-size: 22px;
    }
  }

  /* ============================================ */
  /* REDUCED MOTION */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-features-section *, .cdn-features-section *::before, .cdn-features-section *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  /* ============================================ */
  /* SELECTION STYLES */
  /* ============================================ */
  .cdn-features-section ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  .cdn-features-section ::-moz-selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE BESTIARY */
  /* ============================================ */
  .cdn-bonuses-section {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #111111;
    --c-bg-card: #161616;
    --c-bg-card-hover: #1C1C1C;
    --c-surface: #222222;
    --c-surface-hover: #2A2A2A;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-gold-glow: rgba(201,168,76,0.35);
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --c-ember: #8B6914;
    --c-ember-soft: rgba(139,105,20,0.15);
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-romantic: linear-gradient(135deg, #C9A84C 0%, #8B6914 50%, #6B1515 100%);
    --gradient-gold: linear-gradient(135deg, #C9A84C 0%, #D4B96A 50%, #C9A84C 100%);
    --gradient-dark: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-elevated) 100%);
    --gradient-card: linear-gradient(145deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(240,230,208,0.06) 0%, rgba(240,230,208,0.01) 100%);
    --gradient-rune: linear-gradient(90deg, #C9A84C 0%, #6B1515 33%, #C9A84C 66%, #6B1515 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
    --shadow-glow: 0 0 60px var(--c-accent-glow);
    --shadow-glow-intense: 0 0 80px var(--c-accent-glow), 0 0 120px rgba(201,168,76,0.2);
    --shadow-gold-glow: 0 0 40px var(--c-gold-glow);
    --shadow-inner: inset 0 1px 0 rgba(240,230,208,0.04);
    --blur-sm: blur(8px);
    --blur-md: blur(16px);
    --blur-lg: blur(32px);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 48px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
    --t-slow: 0.6s var(--ease-out);
    --t-slower: 1s var(--ease-out);
    
    font-family: var(--f-serif);
    background: var(--c-bg);
    color: var(--c-white-90);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .cdn-bonuses-section *, 
  .cdn-bonuses-section *::before, 
  .cdn-bonuses-section *::after {
    box-sizing: border-box;
  }

  .cdn-bonuses-section h1, 
  .cdn-bonuses-section h2, 
  .cdn-bonuses-section h3, 
  .cdn-bonuses-section h4, 
  .cdn-bonuses-section h5, 
  .cdn-bonuses-section h6 {
    font-family: var(--f-sans);
    font-weight: 700;
    color: var(--c-white);
    margin: 0;
    line-height: 1.1;
  }

  .cdn-bonuses-section p { margin: 0; }
  .cdn-bonuses-section img { max-width: 100%; height: auto; display: block; }

  /* ============================================ */
  /* KEYFRAMES */
  /* ============================================ */
  @keyframes cdnBonusesPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.03); }
  }

  @keyframes cdnBonusesGlow {
    0%, 100% { box-shadow: 0 0 15px rgba(201,168,76,0.15); }
    50% { box-shadow: 0 0 30px rgba(201,168,76,0.25), 0 0 50px rgba(201,168,76,0.1); }
  }

  @keyframes cdnBonusesFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }

  @keyframes cdnBonusesFloatSubtle {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-4px) rotate(1deg); }
    75% { transform: translateY(-2px) rotate(-1deg); }
  }

  @keyframes cdnBonusesGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes cdnBonusesShine {
    0% { left: -100%; }
    100% { left: 200%; }
  }

  @keyframes cdnBonusesEmber {
    0% { transform: translateY(0) scale(1); opacity: 0.3; }
    50% { opacity: 0.6; }
    100% { transform: translateY(-80px) scale(0); opacity: 0; }
  }

  @keyframes cdnBonusesFlicker {
    0%, 100% { opacity: 1; }
    5% { opacity: 0.8; }
    10% { opacity: 1; }
    15% { opacity: 0.6; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    85% { opacity: 0.7; }
    90% { opacity: 1; }
  }

  @keyframes cdnBonusesRuneLine {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
  }

  @keyframes cdnBonusesFadeNumber {
    0%, 100% { opacity: 0.03; }
    50% { opacity: 0.06; }
  }

  /* ============================================ */
  /* TEXT UTILITIES */
  /* ============================================ */
  .cdn-bonuses-section .text-gradient {
    background: var(--gradient-accent);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cdnBonusesGradient 4s ease infinite;
  }

  .cdn-bonuses-section .bonus-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
    position: relative;
  }

  /* ============================================ */
  /* BACKGROUND */
  /* ============================================ */
  .cdn-bonuses-section .bonuses-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
  }

  .cdn-bonuses-section .bonuses-bg-image {
    position: absolute;
    inset: 0;
    background-image: var(--grimoire-asset-grimoire-original-20-png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.12;
  }

  .cdn-bonuses-section .bonuses-bg-image-mobile {
    display: none;
    position: absolute;
    inset: 0;
    background-image: var(--grimoire-asset-grimoire-original-21-png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0.1;
  }

  .cdn-bonuses-section .bonuses-bg-fade-top {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(10,10,10,1) 0%, rgba(10,10,10,0.8) 40%, rgba(10,10,10,0) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .cdn-bonuses-section .bonuses-bg-fade-bottom {
    position: absolute;
    top: 25%; left: 0; right: 0; bottom: 0;
    background: linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(10,10,10,1) 30%, rgba(10,10,10,0.98) 45%, rgba(10,10,10,0.9) 55%, rgba(10,10,10,0.7) 70%, rgba(10,10,10,0.4) 85%, rgba(10,10,10,0) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .cdn-bonuses-section .bonuses-bg-fade-left {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    width: 100px;
    background: linear-gradient(90deg, rgba(10,10,10,1) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .cdn-bonuses-section .bonuses-bg-fade-right {
    position: absolute;
    top: 0; bottom: 0; right: 0;
    width: 100px;
    background: linear-gradient(270deg, rgba(10,10,10,1) 0%, rgba(10,10,10,0.6) 50%, rgba(10,10,10,0) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .cdn-bonuses-section .bonuses-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,10,10,0.5);
    z-index: 0;
  }

  .cdn-bonuses-section .bonuses-bg-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(201,168,76,0.06) 0%, transparent 60%);
    animation: cdnBonusesPulse 10s ease-in-out infinite;
    z-index: 2;
  }

  .cdn-bonuses-section .bonuses-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--c-gold);
    border-radius: 50%;
    opacity: 0.3;
    z-index: 3;
  }

  .cdn-bonuses-section .bonuses-particle:nth-child(1) { top: 20%; left: 20%; animation: cdnBonusesEmber 8s ease-in-out infinite; }
  .cdn-bonuses-section .bonuses-particle:nth-child(2) { top: 70%; left: 80%; animation: cdnBonusesEmber 10s ease-in-out infinite 0.5s; }
  .cdn-bonuses-section .bonuses-particle:nth-child(3) { top: 40%; left: 85%; animation: cdnBonusesEmber 9s ease-in-out infinite 1s; }
  .cdn-bonuses-section .bonuses-particle:nth-child(4) { top: 80%; left: 15%; animation: cdnBonusesEmber 7s ease-in-out infinite 1.5s; }
  .cdn-bonuses-section .bonuses-particle:nth-child(5) { top: 15%; left: 70%; animation: cdnBonusesEmber 11s ease-in-out infinite 2s; }

  /* ============================================ */
  /* SECTION HEADER */
  /* ============================================ */
  .cdn-bonuses-section .section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 32px;
    position: relative;
    z-index: 10;
  }

  .cdn-bonuses-section .section-header {
    text-align: center;
    margin-bottom: 64px;
  }

  .cdn-bonuses-section .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .cdn-bonuses-section .section-eyebrow-line {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent);
  }

  .cdn-bonuses-section .section-eyebrow-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .cdn-bonuses-section .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(107,21,21,0.05) 100%);
    border: 1px solid rgba(201,168,76,0.25);
    border-radius: var(--r-xs);
    padding: 12px 24px;
    margin-bottom: 24px;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-bonuses-section .section-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.12), transparent);
    animation: cdnBonusesShine 4s ease-in-out infinite;
  }

  .cdn-bonuses-section .section-badge:hover {
    background: rgba(201,168,76,0.12);
    transform: scale(1.02);
    box-shadow: 0 4px 20px rgba(201,168,76,0.15);
  }

  .cdn-bonuses-section .section-badge-icon {
    font-size: 16px;
    animation: cdnBonusesFlicker 3s ease-in-out infinite;
  }

  .cdn-bonuses-section .section-badge-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-gold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .cdn-bonuses-section .section-title {
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 800;
    font-family: var(--f-sans);
    letter-spacing: 0px;
    margin-bottom: 18px;
    line-height: 1.2;
  }

  .cdn-bonuses-section .section-subtitle {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.75;
  }

  .cdn-bonuses-section .section-subtitle strong {
    color: var(--c-white-70);
    font-weight: 700;
  }

  /* ============================================ */
  /* BONUSES GRID */
  /* ============================================ */
  .cdn-bonuses-section .bonuses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  /* ============================================ */
  /* BONUS CARD */
  /* ============================================ */
  .cdn-bonuses-section .bonus-card {
    display: flex;
    flex-direction: column;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-lg);
    transition: all 0.5s var(--ease-out);
    position: relative;
    overflow: hidden;
  }

  .cdn-bonuses-section .bonus-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gradient-rune);
    background-size: 200% 100%;
    animation: cdnBonusesRuneLine 6s linear infinite;
    opacity: 0.4;
    transition: opacity var(--t-normal);
  }

  .cdn-bonuses-section .bonus-card:hover {
    border-color: rgba(201,168,76,0.2);
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 0 40px rgba(201,168,76,0.06);
  }

  .cdn-bonuses-section .bonus-card:hover::before {
    opacity: 1;
  }

  .cdn-bonuses-section .bonus-card-number {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 180px;
    font-weight: 900;
    font-family: var(--f-display);
    color: var(--c-white);
    opacity: 0.025;
    line-height: 1;
    pointer-events: none;
    z-index: 0;
    animation: cdnBonusesFadeNumber 6s ease-in-out infinite;
  }

  /* Bonus Image */
  .cdn-bonuses-section .bonus-image-wrap {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
  }

  .cdn-bonuses-section .bonus-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out);
  }

  .cdn-bonuses-section .bonus-card:hover .bonus-image {
    transform: scale(1.05);
  }

  .cdn-bonuses-section .bonus-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(22,22,22,0.5) 60%, rgba(22,22,22,1) 100%);
    pointer-events: none;
  }

  .cdn-bonuses-section .bonus-image-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(10,10,10,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(201,168,76,0.3);
    color: var(--c-gold);
    font-size: 9px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 7px 14px;
    border-radius: var(--r-xs);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    z-index: 2;
  }

  .cdn-bonuses-section .bonus-image-value {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(10,10,10,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(201,168,76,0.15);
    color: var(--c-white-50);
    font-size: 11px;
    font-weight: 600;
    font-family: var(--f-serif);
    padding: 7px 14px;
    border-radius: var(--r-xs);
    z-index: 2;
    text-decoration: line-through;
    letter-spacing: 0.3px;
  }

  /* Bonus Content */
  .cdn-bonuses-section .bonus-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 28px 32px 32px;
    position: relative;
    z-index: 1;
    flex: 1;
  }

  .cdn-bonuses-section .bonus-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
    align-self: flex-start;
  }

  .cdn-bonuses-section .bonus-label-dot {
    width: 5px;
    height: 5px;
    background: var(--c-accent);
    border-radius: 50%;
    opacity: 0.7;
  }

  .cdn-bonuses-section .bonus-title {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    margin-bottom: 12px;
    line-height: 1.25;
    transition: color var(--t-normal);
  }

  .cdn-bonuses-section .bonus-card:hover .bonus-title {
    color: var(--c-accent-soft);
  }

  .cdn-bonuses-section .bonus-desc {
    font-size: 14px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.75;
    margin-bottom: 20px;
    flex: 1;
  }

  .cdn-bonuses-section .bonus-desc strong {
    color: var(--c-white-70);
    font-weight: 700;
  }

  /* Feature pills */
  .cdn-bonuses-section .bonus-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }

  .cdn-bonuses-section .bonus-feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    background: var(--c-white-04);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-full);
    padding: 6px 14px;
    transition: all var(--t-normal);
  }

  .cdn-bonuses-section .bonus-card:hover .bonus-feature-pill {
    border-color: var(--c-white-15);
    background: var(--c-white-08);
  }

  .cdn-bonuses-section .bonus-feature-pill-icon {
    font-size: 10px;
    opacity: 0.7;
  }

  /* Bonus footer */
  .cdn-bonuses-section .bonus-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--c-white-08);
  }

  .cdn-bonuses-section .bonus-value-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-gold);
    letter-spacing: 0.5px;
  }

  .cdn-bonuses-section .bonus-value-check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: var(--c-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--t-normal);
  }

  .cdn-bonuses-section .bonus-card:hover .bonus-value-check {
    transform: scale(1.1);
  }

  .cdn-bonuses-section .bonus-value-check svg {
    width: 10px;
    height: 10px;
    color: var(--c-bg);
    stroke-width: 3;
  }

  .cdn-bonuses-section .bonus-value-old {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-30);
    text-decoration: line-through;
  }

  /* Boss list inside bonus card */
  .cdn-bonuses-section .bonus-boss-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
  }

  .cdn-bonuses-section .bonus-boss-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: var(--c-white-04);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-xs);
    transition: all var(--t-normal);
  }

  .cdn-bonuses-section .bonus-boss-item:hover {
    background: var(--c-white-08);
    border-color: rgba(201,168,76,0.15);
    transform: translateX(3px);
  }

  .cdn-bonuses-section .bonus-boss-icon {
    font-size: 12px;
    flex-shrink: 0;
  }

  .cdn-bonuses-section .bonus-boss-name {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cdn-bonuses-section .bonus-boss-cr {
    font-size: 9px;
    font-family: var(--f-serif);
    color: var(--c-accent);
    white-space: nowrap;
  }

  /* ============================================ */
  /* TOTAL VALUE BAR */
  /* ============================================ */
  .cdn-bonuses-section .bonuses-total {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    padding: 20px 32px;
    background: rgba(22,22,22,0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-sm);
    flex-wrap: wrap;
  }

  .cdn-bonuses-section .bonuses-total-text {
    font-size: 12px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
  }

  .cdn-bonuses-section .bonuses-total-value {
    font-size: 13px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-30);
    text-decoration: line-through;
  }

  .cdn-bonuses-section .bonuses-total-separator {
    width: 1px;
    height: 20px;
    background: var(--c-white-15);
  }

  .cdn-bonuses-section .bonuses-total-free {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-gold);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .cdn-bonuses-section .bonuses-total-free-dot {
    width: 6px;
    height: 6px;
    background: var(--c-gold);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(201,168,76,0.4);
  }

  /* ============================================ */
  /* RESPONSIVE - TABLET (1024px) */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-bonuses-section .section { padding: 80px 24px; }
    
    .cdn-bonuses-section .bonuses-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .cdn-bonuses-section .bonuses-bg-fade-left,
    .cdn-bonuses-section .bonuses-bg-fade-right {
      width: 80px;
    }

    .cdn-bonuses-section .bonus-card-number {
      font-size: 140px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - MOBILE (768px) */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-bonuses-section .section { padding: 60px 16px; }
    .cdn-bonuses-section .section-header { margin-bottom: 42px; }

    .cdn-bonuses-section .bonuses-bg-image { display: none; }
    .cdn-bonuses-section .bonuses-bg-image-mobile { display: block; }

    .cdn-bonuses-section .bonuses-bg-fade-left,
    .cdn-bonuses-section .bonuses-bg-fade-right {
      width: 50px;
    }

    .cdn-bonuses-section .bonus-body { padding: 24px 20px 28px; }

    .cdn-bonuses-section .bonus-card-number {
      font-size: 120px;
      top: -15px;
      right: -5px;
    }

    .cdn-bonuses-section .bonuses-total {
      gap: 12px;
      padding: 16px 20px;
    }

    .cdn-bonuses-section .bonus-boss-name {
      font-size: 10px;
    }

    .cdn-bonuses-section .bonus-boss-cr {
      font-size: 8px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - SMALL MOBILE (480px) */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-bonuses-section .section { padding: 50px 12px; }
    .cdn-bonuses-section .section-title { font-size: 24px; }
    .cdn-bonuses-section .section-subtitle { font-size: 14px; }

    .cdn-bonuses-section .bonuses-bg-fade-left,
    .cdn-bonuses-section .bonuses-bg-fade-right {
      width: 30px;
    }

    .cdn-bonuses-section .bonus-body { padding: 20px 16px 24px; }
    .cdn-bonuses-section .bonus-title { font-size: 17px; }
    .cdn-bonuses-section .bonus-desc { font-size: 13px; }

    .cdn-bonuses-section .bonus-card-number {
      font-size: 100px;
      top: -10px;
    }

    .cdn-bonuses-section .bonus-feature-pill {
      font-size: 10px;
      padding: 5px 10px;
    }

    .cdn-bonuses-section .bonuses-total {
      flex-direction: column;
      gap: 8px;
      text-align: center;
    }

    .cdn-bonuses-section .bonuses-total-separator {
      width: 40px;
      height: 1px;
    }

    .cdn-bonuses-section .bonus-boss-item {
      padding: 5px 8px;
      gap: 6px;
    }

    .cdn-bonuses-section .bonus-boss-icon { font-size: 10px; }
    .cdn-bonuses-section .bonus-boss-name { font-size: 9px; }
    .cdn-bonuses-section .bonus-boss-cr { font-size: 8px; }
  }

  /* ============================================ */
  /* RESPONSIVE - EXTRA SMALL (360px) */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-bonuses-section .section { padding: 40px 10px; }
    .cdn-bonuses-section .section-title { font-size: 22px; }

    .cdn-bonuses-section .bonus-body { padding: 18px 14px 22px; }

    .cdn-bonuses-section .bonus-card-number {
      font-size: 80px;
    }
  }

  /* ============================================ */
  /* REDUCED MOTION */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-bonuses-section *, 
    .cdn-bonuses-section *::before, 
    .cdn-bonuses-section *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  /* ============================================ */
  /* SELECTION */
  /* ============================================ */
  .cdn-bonuses-section ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  .cdn-bonuses-section ::-moz-selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE BESTIARY */
  /* ============================================ */
  .cdn-section-8 {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #111111;
    --c-bg-card: #161616;
    --c-bg-card-hover: #1C1C1C;
    --c-surface: #222222;
    --c-surface-hover: #2A2A2A;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --c-ember: #8B6914;
    --c-ember-soft: rgba(139,105,20,0.15);
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-romantic: linear-gradient(135deg, #C9A84C 0%, #8B6914 50%, #6B1515 100%);
    --gradient-dark: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-elevated) 100%);
    --gradient-card: linear-gradient(145deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(240,230,208,0.06) 0%, rgba(240,230,208,0.01) 100%);
    --gradient-rune: linear-gradient(90deg, #C9A84C 0%, #6B1515 33%, #C9A84C 66%, #6B1515 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
    --shadow-glow: 0 0 60px var(--c-accent-glow);
    --shadow-glow-intense: 0 0 80px var(--c-accent-glow), 0 0 120px rgba(201,168,76,0.2);
    --shadow-inner: inset 0 1px 0 rgba(240,230,208,0.04);
    --blur-sm: blur(8px);
    --blur-md: blur(16px);
    --blur-lg: blur(32px);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 48px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
    --t-slow: 0.6s var(--ease-out);
    --t-slower: 1s var(--ease-out);
    
    font-family: var(--f-serif);
    background: var(--c-bg);
    color: var(--c-white-90);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  .cdn-section-8 *, .cdn-section-8 *::before, .cdn-section-8 *::after {
    box-sizing: border-box;
  }

  .cdn-section-8 h1, .cdn-section-8 h2, .cdn-section-8 h3, .cdn-section-8 h4, .cdn-section-8 h5, .cdn-section-8 h6 {
    font-family: var(--f-sans);
    font-weight: 700;
    color: var(--c-white);
    margin: 0;
    line-height: 1.1;
  }

  .cdn-section-8 p { margin: 0; }
  .cdn-section-8 img { max-width: 100%; height: auto; display: block; }
  .cdn-section-8 a { text-decoration: none; color: inherit; transition: all var(--t-normal); }
  .cdn-section-8 button { font-family: inherit; cursor: pointer; border: none; background: none; }

  /* ============================================ */
  /* KEYFRAMES */
  /* ============================================ */
  @keyframes cdn8Pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.95); }
  }

  @keyframes cdn8GlowIntense {
    0%, 100% { 
      box-shadow: 0 0 30px var(--c-accent-glow), 0 0 60px rgba(201,168,76,0.2);
      filter: brightness(1);
    }
    50% { 
      box-shadow: 0 0 50px var(--c-accent-glow), 0 0 100px rgba(201,168,76,0.3), 0 0 150px rgba(201,168,76,0.1);
      filter: brightness(1.1);
    }
  }

  @keyframes cdn8Float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-6px) rotate(1deg); }
    75% { transform: translateY(-3px) rotate(-1deg); }
  }

  @keyframes cdn8FloatRotate {
    0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
    25% { transform: translateY(-8px) rotate(3deg) scale(1.02); }
    50% { transform: translateY(-4px) rotate(0deg) scale(1); }
    75% { transform: translateY(-10px) rotate(-3deg) scale(1.02); }
  }

  @keyframes cdn8ShimmerFast {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
  }

  @keyframes cdn8Gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes cdn8Wave {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-4px) rotate(3deg); }
    75% { transform: translateY(4px) rotate(-3deg); }
  }

  @keyframes cdn8Ripple {
    0% { transform: scale(1); opacity: 0.4; }
    100% { transform: scale(2.5); opacity: 0; }
  }

  @keyframes cdn8Flicker {
    0%, 100% { opacity: 1; }
    5% { opacity: 0.8; }
    10% { opacity: 1; }
    15% { opacity: 0.6; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    85% { opacity: 0.7; }
    90% { opacity: 1; }
  }

  /* ============================================ */
  /* UTILITY CLASSES */
  /* ============================================ */
  .cdn-section-8 .text-gradient {
    background: var(--gradient-accent);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cdn8Gradient 4s ease infinite;
  }

  .cdn-section-8 .cta-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
    position: relative;
  }

  /* ============================================ */
  /* SECTION STYLES */
  /* ============================================ */
  .cdn-section-8 .section-header {
    text-align: center;
    margin-bottom: 56px;
  }

  .cdn-section-8 .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--c-accent-subtle) 0%, var(--c-blood-soft) 100%);
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: var(--r-xs);
    padding: 10px 20px;
    margin-bottom: 20px;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-section-8 .section-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.2), transparent);
    animation: cdn8Gradient 3s ease-in-out infinite;
  }

  .cdn-section-8 .section-badge:hover {
    background: rgba(201,168,76,0.15);
    transform: scale(1.02);
    box-shadow: 0 4px 20px var(--c-accent-glow);
  }

  .cdn-section-8 .section-badge-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .cdn-section-8 .section-badge-icon {
    font-size: 16px;
    animation: cdn8Flicker 3s ease-in-out infinite;
  }

  .cdn-section-8 .section-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    font-family: var(--f-sans);
    letter-spacing: 0px;
    margin-bottom: 16px;
    line-height: 1.15;
  }

  /* ============================================ */
  /* PRICING WRAPPER */
  /* ============================================ */
  .cdn-section-8 .pricing-section-wrapper {
    position: relative;
    overflow: hidden;
    background: var(--c-bg);
  }

  .cdn-section-8 .pricing-section-full {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin: 0 auto;
    padding: 100px 32px;
  }
  
  .cdn-section-8 .pricing-section-full .section-header {
    position: relative;
    z-index: 2;
  }

  /* ============================================ */
  /* PRICING CARD */
  /* ============================================ */
  .cdn-section-8 .pricing-card-full {
    background: rgba(22, 22, 22, 0.95);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--c-white-15);
    border-radius: var(--r-lg);
    padding: 44px;
    position: relative;
    overflow: hidden;
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-card-full::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--grimoire-asset-grimoire-original-02-png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.06;
    filter: blur(1px);
    z-index: 0;
  }

  .cdn-section-8 .pricing-card-full .top-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-rune);
    background-size: 200% 100%;
    animation: cdn8Gradient 3s ease infinite;
    z-index: 2;
  }

  .cdn-section-8 .pricing-card-full:hover {
    border-color: rgba(201,168,76,0.3);
    box-shadow: 0 30px 80px rgba(0,0,0,0.4), 0 0 60px var(--c-accent-subtle);
  }

  .cdn-section-8 .pricing-card-full > * {
    position: relative;
    z-index: 1;
  }

  /* PRODUCT HEADER */
  .cdn-section-8 .pricing-product-header {
    text-align: center;
    margin-bottom: 32px;
  }

  .cdn-section-8 .pricing-product-badge {
    display: inline-block;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 8px 18px;
    border-radius: var(--r-xs);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    box-shadow: 0 4px 25px var(--c-accent-glow);
    animation: cdn8Wave 3s ease-in-out infinite;
  }

  .cdn-section-8 .pricing-product-title {
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 800;
    font-family: var(--f-sans);
    margin-bottom: 12px;
    line-height: 1.2;
  }

  .cdn-section-8 .pricing-product-subtitle {
    font-size: 15px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* PRODUCT SPLIT */
  .cdn-section-8 .pricing-product-split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    margin-bottom: 32px;
    align-items: start;
  }

  .cdn-section-8 .pricing-product-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(34,34,34,0.5) 0%, rgba(22,22,22,0.5) 100%);
    border-radius: var(--r-lg);
    padding: 24px;
    border: 1px solid var(--c-white-08);
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-product-image-wrap:hover {
    border-color: rgba(201,168,76,0.3);
    box-shadow: 0 10px 40px var(--c-accent-subtle);
  }

  .cdn-section-8 .pricing-product-image {
    max-width: 100%;
    border-radius: var(--r-sm);
    box-shadow: var(--shadow-lg);
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-product-image-wrap:hover .pricing-product-image {
    transform: scale(1.02) rotate(0.5deg);
  }

  /* FEATURES LIST */
  .cdn-section-8 .pricing-features-wrap {
    display: flex;
    flex-direction: column;
  }

  .cdn-section-8 .pricing-features-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
  }

  .cdn-section-8 .pricing-features-star {
    color: var(--c-gold);
    font-size: 18px;
    animation: cdn8FloatRotate 4s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(201,168,76,0.5));
  }

  .cdn-section-8 .pricing-features-title {
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .cdn-section-8 .pricing-features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .cdn-section-8 .pricing-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-feature-item:hover {
    transform: translateX(4px);
  }

  .cdn-section-8 .pricing-feature-check {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: var(--c-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-feature-item:hover .pricing-feature-check {
    transform: scale(1.1);
    box-shadow: 0 4px 15px var(--c-accent-glow);
  }

  .cdn-section-8 .pricing-feature-check svg {
    width: 12px;
    height: 12px;
    color: var(--c-bg);
    stroke-width: 3;
  }

  .cdn-section-8 .pricing-feature-text {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--f-serif);
    color: var(--c-white-90);
    line-height: 1.4;
  }

  .cdn-section-8 .pricing-feature-text strong {
    color: var(--c-white);
    font-weight: 700;
  }

  .cdn-section-8 .pricing-feature-emoji {
    margin-left: 3px;
    display: inline-block;
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-feature-item:hover .pricing-feature-emoji {
    transform: scale(1.2);
  }

  /* PRICING HEADER */
  .cdn-section-8 .pricing-header {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--c-white-08);
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
  }

  .cdn-section-8 .pricing-label {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .cdn-section-8 .pricing-old {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-30);
    text-decoration: line-through;
    margin-bottom: 4px;
  }

  .cdn-section-8 .pricing-amount {
    font-size: 64px;
    font-weight: 800;
    font-family: var(--f-sans);
    color: var(--c-white);
    line-height: 1;
    letter-spacing: -2px;
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-card-full:hover .pricing-amount {
    transform: scale(1.03);
    text-shadow: 0 0 30px var(--c-accent-glow);
  }

  .cdn-section-8 .pricing-amount sup {
    font-size: 24px;
    font-weight: 600;
    vertical-align: super;
    margin-right: 2px;
  }

  .cdn-section-8 .pricing-amount .pricing-cents {
    font-size: 28px;
    font-weight: 600;
  }

  .cdn-section-8 .pricing-save {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--c-success-soft);
    color: var(--c-success);
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 8px 16px;
    border-radius: var(--r-xs);
    margin-top: 14px;
    letter-spacing: 0.5px;
    animation: cdn8Pulse 3s ease-in-out infinite;
  }

  /* BONUSES WRAP */
  .cdn-section-8 .pricing-bonuses-wrap {
    margin-bottom: 26px;
  }

  .cdn-section-8 .pricing-bonuses-title {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-align: center;
  }

  .cdn-section-8 .pricing-bonuses {
    flex: 1;
    margin-bottom: 20px;
  }

  .cdn-section-8 .pricing-bonus {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: var(--c-white-04);
    border-radius: var(--r-sm);
    margin-bottom: 10px;
    transition: all var(--t-normal);
    border: 1px solid transparent;
  }

  .cdn-section-8 .pricing-bonus:last-child {
    margin-bottom: 0;
  }

  .cdn-section-8 .pricing-bonus:hover {
    background: var(--c-white-08);
    transform: translateX(4px);
    border-color: var(--c-white-15);
  }

  .cdn-section-8 .pricing-bonus-icon {
    width: 38px;
    height: 38px;
    background: var(--c-white-08);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-bonus:hover .pricing-bonus-icon {
    transform: scale(1.1) rotate(5deg);
  }

  .cdn-section-8 .pricing-bonus-text {
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white-70);
    line-height: 1.4;
    text-align: left;
    flex: 1;
  }

  .cdn-section-8 .pricing-bonus-text strong {
    display: block;
    color: var(--c-white);
    font-size: 10px;
    font-family: var(--f-sans);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
  }

  .cdn-section-8 .pricing-bonus-value {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-30);
    text-decoration: line-through;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* CTA BUTTON */
  .cdn-section-8 .pricing-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 13px;
    font-weight: 700;
    font-family: var(--f-sans);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 24px;
    border-radius: var(--r-sm);
    transition: all var(--t-normal);
    animation: cdn8GlowIntense 3s infinite;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .cdn-section-8 .pricing-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: cdn8ShimmerFast 1.5s infinite;
  }

  .cdn-section-8 .pricing-cta:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: var(--shadow-glow-intense);
  }

  .cdn-section-8 .pricing-cta-icon {
    transition: transform var(--t-normal);
  }

  .cdn-section-8 .pricing-cta:hover .pricing-cta-icon {
    transform: translateX(4px);
  }

  /* TRUST ITEMS */
  .cdn-section-8 .pricing-trust {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  .cdn-section-8 .pricing-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-trust-item:hover {
    color: var(--c-white);
  }

  .cdn-section-8 .pricing-trust-item svg {
    width: 14px;
    height: 14px;
    color: var(--c-accent);
  }

  /* PAYMENTS */
  .cdn-section-8 .pricing-payments {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    position: relative;
    z-index: 1;
  }

  .cdn-section-8 .pricing-payments-img {
    height: 26px;
    width: auto;
    border-radius: var(--r-xs);
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-payments-img:hover {
    transform: scale(1.05);
  }

  /* ============================================ */
  /* BOTTOM ROW: STATS + TESTIMONIAL */
  /* ============================================ */
  .cdn-section-8 .pricing-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 16px;
    margin-top: 24px;
  }

  /* STAT CARDS */
  .cdn-section-8 .pricing-stat-card {
    background: rgba(22, 22, 22, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-lg);
    padding: 20px 16px;
    text-align: center;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-section-8 .pricing-stat-card .top-border-stat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-accent);
    transform: scaleX(0);
    transition: transform var(--t-normal);
  }

  .cdn-section-8 .pricing-stat-card:hover {
    border-color: var(--c-white-15);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  }

  .cdn-section-8 .pricing-stat-card:hover .top-border-stat {
    transform: scaleX(1);
  }

  .cdn-section-8 .pricing-stat-icon {
    font-size: 24px;
    margin-bottom: 6px;
    display: inline-block;
    animation: cdn8Float 3s ease-in-out infinite;
  }

  .cdn-section-8 .pricing-stat-value {
    font-size: 22px;
    font-weight: 800;
    font-family: var(--f-sans);
    color: var(--c-white);
    margin-bottom: 2px;
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-stat-card:hover .pricing-stat-value {
    transform: scale(1.05);
    color: var(--c-accent);
  }

  .cdn-section-8 .pricing-stat-label {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.3;
  }

  .cdn-section-8 .pricing-stat-label strong {
    color: var(--c-white);
    font-weight: 700;
  }

  /* TESTIMONIAL COMPACT */
  .cdn-section-8 .pricing-testimonial-compact {
    background: rgba(22, 22, 22, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-lg);
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all var(--t-normal);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cdn-section-8 .pricing-testimonial-compact .top-border-testimonial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-rune);
    background-size: 200% 100%;
    animation: cdn8Gradient 3s ease infinite;
  }

  .cdn-section-8 .pricing-testimonial-compact:hover {
    border-color: rgba(201,168,76,0.3);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px var(--c-accent-subtle);
  }

  .cdn-section-8 .pricing-testimonial-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .cdn-section-8 .pricing-testimonial-avatar {
    flex-shrink: 0;
  }

  .cdn-section-8 .pricing-testimonial-avatar .review-avatar-img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--c-white-15);
    transition: all var(--t-normal);
  }

  .cdn-section-8 .pricing-testimonial-compact:hover .review-avatar-img {
    border-color: var(--c-accent);
    box-shadow: 0 0 15px var(--c-accent-glow);
  }

  .cdn-section-8 .pricing-testimonial-body {
    flex: 1;
    min-width: 0;
  }

  .cdn-section-8 .pricing-testimonial-quote-icon {
    color: var(--c-accent);
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
    opacity: 0.8;
  }

  .cdn-section-8 .pricing-testimonial-text {
    font-size: 13px;
    font-style: italic;
    font-family: var(--f-serif);
    color: var(--c-white-70);
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .cdn-section-8 .pricing-testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .cdn-section-8 .pricing-testimonial-author-info {
    display: flex;
    flex-direction: column;
  }

  .cdn-section-8 .pricing-testimonial-name {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white);
  }

  .cdn-section-8 .pricing-testimonial-role {
    font-size: 10px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
  }

  .cdn-section-8 .pricing-testimonial-badge {
    font-size: 8px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-accent);
    background: var(--c-success-soft);
    padding: 4px 10px;
    border-radius: var(--r-xs);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  /* ============================================ */
  /* RESPONSIVE - TABLET (1024px) */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-section-8 .pricing-product-split {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .cdn-section-8 .pricing-card-full {
      padding: 36px;
    }

    .cdn-section-8 .pricing-section-full {
      padding: 80px 24px;
    }

    .cdn-section-8 .pricing-bottom-row {
      grid-template-columns: 1fr 1fr;
    }

    .cdn-section-8 .pricing-testimonial-compact {
      grid-column: 1 / -1;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - MOBILE (768px) */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-section-8 .pricing-section-full {
      padding: 60px 16px;
    }
    
    .cdn-section-8 .pricing-card-full {
      padding: 28px 20px;
    }
    
    .cdn-section-8 .pricing-bottom-row {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    .cdn-section-8 .pricing-stat-card {
      padding: 16px 12px;
    }

    .cdn-section-8 .pricing-stat-value {
      font-size: 20px;
    }

    .cdn-section-8 .pricing-testimonial-compact {
      padding: 16px;
    }

    .cdn-section-8 .pricing-testimonial-content {
      flex-direction: column;
      gap: 12px;
    }

    .cdn-section-8 .pricing-testimonial-avatar .review-avatar-img {
      width: 40px;
      height: 40px;
      min-width: 40px;
    }

    .cdn-section-8 .section-header {
      margin-bottom: 36px;
    }

    .cdn-section-8 .pricing-feature-check {
      width: 28px;
      height: 28px;
      min-width: 28px;
    }

    .cdn-section-8 .pricing-feature-check svg {
      width: 14px;
      height: 14px;
    }

    .cdn-section-8 .pricing-features-list {
      gap: 14px;
    }

    .cdn-section-8 .pricing-bonus {
      align-items: flex-start;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - SMALL MOBILE (480px) */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-section-8 .pricing-section-full {
      padding: 50px 12px;
    }
    
    .cdn-section-8 .pricing-card-full {
      padding: 24px 16px;
    }
    
    .cdn-section-8 .pricing-product-title {
      font-size: 20px;
    }

    .cdn-section-8 .pricing-feature-check {
      width: 30px;
      height: 30px;
      min-width: 30px;
    }

    .cdn-section-8 .pricing-feature-check svg {
      width: 15px;
      height: 15px;
    }

    .cdn-section-8 .pricing-feature-text {
      font-size: 13px;
    }

    .cdn-section-8 .pricing-features-list {
      gap: 16px;
    }
    
    .cdn-section-8 .pricing-bonus {
      padding: 14px 12px;
      gap: 12px;
    }
    
    .cdn-section-8 .pricing-bonus-icon {
      width: 36px;
      height: 36px;
      font-size: 15px;
    }

    .cdn-section-8 .pricing-bottom-row {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .cdn-section-8 .section-title {
      font-size: 24px;
    }

    .cdn-section-8 .pricing-amount {
      font-size: 52px;
    }

    .cdn-section-8 .pricing-cta {
      padding: 16px 20px;
      font-size: 12px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - EXTRA SMALL (360px) */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-section-8 .pricing-card-full {
      padding: 20px 12px;
    }
    
    .cdn-section-8 .pricing-product-title {
      font-size: 18px;
    }

    .cdn-section-8 .section-title {
      font-size: 22px;
    }

    .cdn-section-8 .pricing-amount {
      font-size: 46px;
    }

    .cdn-section-8 .pricing-bonus {
      padding: 12px 10px;
      gap: 10px;
    }

    .cdn-section-8 .pricing-bonus-icon {
      width: 32px;
      height: 32px;
      font-size: 14px;
    }

    .cdn-section-8 .pricing-stat-card {
      padding: 12px 10px;
    }

    .cdn-section-8 .pricing-stat-value {
      font-size: 16px;
    }
  }

  /* ============================================ */
  /* REDUCED MOTION */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-section-8 *, .cdn-section-8 *::before, .cdn-section-8 *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  .cdn-section-8 ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  .cdn-section-8 ::-moz-selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE MONSTER VAULT */
  /* ============================================ */
  .cdn-faq-wrap {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #111111;
    --c-bg-card: #161616;
    --c-bg-card-hover: #1C1C1C;
    --c-surface: #222222;
    --c-surface-hover: #2A2A2A;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --c-ember: #8B6914;
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-romantic: linear-gradient(135deg, #C9A84C 0%, #8B6914 50%, #6B1515 100%);
    --gradient-dark: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-elevated) 100%);
    --gradient-card: linear-gradient(145deg, var(--c-bg-card) 0%, var(--c-surface) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(240,230,208,0.06) 0%, rgba(240,230,208,0.01) 100%);
    --gradient-rune: linear-gradient(90deg, #C9A84C 0%, #6B1515 33%, #C9A84C 66%, #6B1515 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
    --shadow-glow: 0 0 60px var(--c-accent-glow);
    --shadow-glow-intense: 0 0 80px var(--c-accent-glow), 0 0 120px rgba(201,168,76,0.2);
    --shadow-inner: inset 0 1px 0 rgba(240,230,208,0.04);
    --blur-sm: blur(8px);
    --blur-md: blur(16px);
    --blur-lg: blur(32px);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;
    --r-2xl: 48px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
    --t-slow: 0.6s var(--ease-out);
    --t-slower: 1s var(--ease-out);
    
    font-family: var(--f-serif);
    background: var(--c-bg);
    color: var(--c-white-90);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .cdn-faq-wrap *, .cdn-faq-wrap *::before, .cdn-faq-wrap *::after {
    box-sizing: border-box;
  }

  .cdn-faq-wrap h1, .cdn-faq-wrap h2, .cdn-faq-wrap h3, .cdn-faq-wrap h4, .cdn-faq-wrap h5, .cdn-faq-wrap h6 {
    font-family: var(--f-sans);
    font-weight: 700;
    color: var(--c-white);
    margin: 0;
    line-height: 1.1;
  }

  .cdn-faq-wrap p { margin: 0; }
  .cdn-faq-wrap a { text-decoration: none; color: inherit; transition: var(--t-normal); }
  .cdn-faq-wrap button { font-family: inherit; cursor: pointer; border: none; background: none; }

  /* ============================================ */
  /* KEYFRAMES */
  /* ============================================ */
  @keyframes faqPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.03); }
  }

  @keyframes faqGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
  }

  @keyframes faqGlowIntense {
    0%, 100% { 
      box-shadow: 0 0 25px var(--c-accent-glow), 0 0 50px rgba(201,168,76,0.15);
      filter: brightness(1);
    }
    50% { 
      box-shadow: 0 0 40px var(--c-accent-glow), 0 0 80px rgba(201,168,76,0.2), 0 0 120px rgba(201,168,76,0.08);
      filter: brightness(1.05);
    }
  }

  @keyframes faqShimmerFast {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
  }

  @keyframes faqRuneLine {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
  }

  @keyframes faqEmber {
    0% { transform: translateY(0) scale(1); opacity: 0.25; }
    50% { opacity: 0.5; }
    100% { transform: translateY(-80px) scale(0); opacity: 0; }
  }

  @keyframes faqFlicker {
    0%, 100% { opacity: 1; }
    5% { opacity: 0.8; }
    10% { opacity: 1; }
    15% { opacity: 0.6; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    85% { opacity: 0.7; }
    90% { opacity: 1; }
  }

  @keyframes faqFloatSubtle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }

  /* ============================================ */
  /* UTILITY CLASSES */
  /* ============================================ */
  .cdn-faq-wrap .text-gradient {
    background: var(--gradient-accent);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: faqGradient 4s ease infinite;
  }

  .cdn-faq-wrap .section-title-italic {
    font-family: var(--f-serif);
    font-style: italic;
    font-weight: 400;
    position: relative;
  }

  /* ============================================ */
  /* BACKGROUND */
  /* ============================================ */
  .cdn-faq-wrap .faq-bg-effects {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
  }

  .cdn-faq-wrap .faq-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(ellipse, rgba(201,168,76,0.05) 0%, transparent 60%);
    animation: faqPulse 10s ease-in-out infinite;
  }

  .cdn-faq-wrap .faq-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--c-gold);
    border-radius: 50%;
    opacity: 0.25;
  }

  .cdn-faq-wrap .faq-particle:nth-child(1) { top: 20%; left: 15%; animation: faqEmber 9s ease-in-out infinite; }
  .cdn-faq-wrap .faq-particle:nth-child(2) { top: 65%; left: 82%; animation: faqEmber 11s ease-in-out infinite 0.5s; }
  .cdn-faq-wrap .faq-particle:nth-child(3) { top: 40%; left: 88%; animation: faqEmber 8s ease-in-out infinite 1s; }
  .cdn-faq-wrap .faq-particle:nth-child(4) { top: 78%; left: 12%; animation: faqEmber 10s ease-in-out infinite 1.5s; }

  /* ============================================ */
  /* SECTION */
  /* ============================================ */
  .cdn-faq-wrap .section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 32px;
    position: relative;
    z-index: 1;
  }

  /* ============================================ */
  /* SECTION HEADER */
  /* ============================================ */
  .cdn-faq-wrap .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .cdn-faq-wrap .section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .cdn-faq-wrap .section-eyebrow-line {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent);
  }

  .cdn-faq-wrap .section-eyebrow-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .cdn-faq-wrap .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(107,21,21,0.05) 100%);
    border: 1px solid rgba(201,168,76,0.25);
    border-radius: var(--r-xs);
    padding: 10px 22px;
    margin-bottom: 24px;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-faq-wrap .section-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.12), transparent);
    animation: faqShimmerFast 4s ease-in-out infinite;
  }

  .cdn-faq-wrap .section-badge:hover {
    background: rgba(201,168,76,0.12);
    transform: scale(1.02);
  }

  .cdn-faq-wrap .section-badge-icon {
    font-size: 14px;
    animation: faqFlicker 3s ease-in-out infinite;
  }

  .cdn-faq-wrap .section-badge-text {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-gold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .cdn-faq-wrap .section-title {
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 800;
    font-family: var(--f-sans);
    letter-spacing: 0px;
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .cdn-faq-wrap .section-subtitle {
    font-size: 16px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.7;
  }

  /* ============================================ */
  /* FAQ CONTAINER */
  /* ============================================ */
  .cdn-faq-wrap .faq-container {
    max-width: 780px;
    margin: 0 auto;
  }

  .cdn-faq-wrap .faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 56px;
  }

  /* ============================================ */
  /* FAQ ITEM */
  /* ============================================ */
  .cdn-faq-wrap .faq-item {
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-md);
    overflow: hidden;
    transition: all 0.4s var(--ease-out);
    position: relative;
  }

  .cdn-faq-wrap .faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--gradient-accent);
    transform: scaleY(0);
    transition: transform 0.4s var(--ease-out);
    transform-origin: bottom;
    z-index: 2;
  }

  .cdn-faq-wrap .faq-item:hover {
    border-color: var(--c-white-15);
    transform: translateX(3px);
  }

  .cdn-faq-wrap .faq-item:hover::before {
    transform: scaleY(1);
  }

  .cdn-faq-wrap .faq-item.active {
    border-color: rgba(201,168,76,0.3);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 30px rgba(201,168,76,0.06);
    transform: translateX(3px);
  }

  .cdn-faq-wrap .faq-item.active::before {
    transform: scaleY(1);
  }

  /* ============================================ */
  /* FAQ QUESTION */
  /* ============================================ */
  .cdn-faq-wrap .faq-question {
    width: 100%;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    transition: all var(--t-normal);
    cursor: pointer;
    color: var(--c-white);
    position: relative;
  }

  .cdn-faq-wrap .faq-question:hover {
    background: var(--c-white-04);
  }

  .cdn-faq-wrap .faq-num {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: var(--c-white-08);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-xs);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    transition: all 0.4s var(--ease-out);
    letter-spacing: 0.5px;
  }

  .cdn-faq-wrap .faq-item.active .faq-num {
    background: var(--gradient-accent);
    border-color: transparent;
    color: var(--c-bg);
    transform: scale(1.05);
    box-shadow: 0 4px 15px var(--c-accent-glow);
  }

  .cdn-faq-wrap .faq-question-text {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--f-sans);
    color: var(--c-white-90);
    line-height: 1.4;
    letter-spacing: 0px;
  }

  .cdn-faq-wrap .faq-item.active .faq-question-text {
    color: var(--c-white);
  }

  .cdn-faq-wrap .faq-arrow {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s var(--ease-out);
  }

  .cdn-faq-wrap .faq-arrow svg {
    width: 16px;
    height: 16px;
    color: var(--c-white-30);
    transition: color 0.4s var(--ease-out);
  }

  .cdn-faq-wrap .faq-item.active .faq-arrow {
    transform: rotate(180deg);
  }

  .cdn-faq-wrap .faq-item.active .faq-arrow svg {
    color: var(--c-accent);
  }

  /* ============================================ */
  /* FAQ ANSWER */
  /* ============================================ */
  .cdn-faq-wrap .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s var(--ease-out);
  }

  .cdn-faq-wrap .faq-item.active .faq-answer {
    max-height: 500px;
  }

  .cdn-faq-wrap .faq-answer-inner {
    padding: 0 24px 24px;
    padding-left: 78px;
  }

  .cdn-faq-wrap .faq-answer-text {
    font-size: 14px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    line-height: 1.8;
    padding-top: 12px;
    border-top: 1px solid var(--c-white-08);
  }

  .cdn-faq-wrap .faq-answer-text strong {
    color: var(--c-white-90);
    font-weight: 700;
  }

  .cdn-faq-wrap .faq-answer-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(201,168,76,0.08);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: var(--r-full);
    padding: 7px 14px;
    margin-top: 14px;
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-gold);
    letter-spacing: 0.5px;
    transition: all var(--t-normal);
  }

  .cdn-faq-wrap .faq-answer-tag:hover {
    background: rgba(201,168,76,0.14);
    transform: scale(1.02);
  }

  .cdn-faq-wrap .faq-answer-tag-dot {
    width: 5px;
    height: 5px;
    background: var(--c-gold);
    border-radius: 50%;
    opacity: 0.7;
  }

  /* ============================================ */
  /* FAQ CTA BOX */
  /* ============================================ */
  .cdn-faq-wrap .faq-cta-box {
    background: rgba(22, 22, 22, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--c-white-15);
    border-radius: var(--r-lg);
    padding: 52px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s var(--ease-out);
  }

  .cdn-faq-wrap .faq-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-rune);
    background-size: 200% 100%;
    animation: faqRuneLine 5s linear infinite;
  }

  .cdn-faq-wrap .faq-cta-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 60%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: faqPulse 6s ease-in-out infinite;
  }

  .cdn-faq-wrap .faq-cta-box:hover {
    border-color: rgba(201,168,76,0.3);
    box-shadow: 0 24px 60px rgba(0,0,0,0.4), 0 0 40px rgba(201,168,76,0.06);
  }

  .cdn-faq-wrap .faq-cta-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, rgba(201,168,76,0.1) 0%, rgba(201,168,76,0.03) 100%);
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: var(--r-md);
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    animation: faqFloatSubtle 5s ease-in-out infinite;
    transition: all var(--t-normal);
  }

  .cdn-faq-wrap .faq-cta-box:hover .faq-cta-icon-wrap {
    border-color: rgba(201,168,76,0.35);
    box-shadow: 0 6px 25px rgba(201,168,76,0.12);
  }

  .cdn-faq-wrap .faq-cta-icon-wrap svg {
    width: 28px;
    height: 28px;
    color: var(--c-gold);
  }

  .cdn-faq-wrap .faq-cta-title {
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 800;
    font-family: var(--f-sans);
    margin-bottom: 14px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
  }

  .cdn-faq-wrap .faq-cta-subtitle {
    font-size: 15px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    margin-bottom: 32px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    position: relative;
    z-index: 1;
  }

  .cdn-faq-wrap .faq-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 13px;
    font-weight: 700;
    font-family: var(--f-sans);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 36px;
    border-radius: var(--r-sm);
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: faqGlowIntense 3s ease-in-out infinite;
    cursor: pointer;
  }

  .cdn-faq-wrap .faq-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(240,230,208,0.3), transparent);
    animation: faqShimmerFast 2s ease-in-out infinite;
  }

  .cdn-faq-wrap .faq-cta-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-glow-intense);
  }

  .cdn-faq-wrap .faq-cta-btn-icon {
    transition: transform var(--t-normal);
    font-size: 14px;
  }

  .cdn-faq-wrap .faq-cta-btn:hover .faq-cta-btn-icon {
    transform: translateX(4px);
  }

  .cdn-faq-wrap .faq-trust-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  .cdn-faq-wrap .faq-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    transition: color var(--t-normal);
  }

  .cdn-faq-wrap .faq-trust-item:hover {
    color: var(--c-white);
  }

  .cdn-faq-wrap .faq-trust-item svg {
    width: 14px;
    height: 14px;
    color: var(--c-accent);
  }

  /* ============================================ */
  /* RESPONSIVE - TABLET (1024px) */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-faq-wrap .section { padding: 80px 24px; }
  }

  /* ============================================ */
  /* RESPONSIVE - MOBILE (768px) */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-faq-wrap .section { padding: 60px 16px; }
    .cdn-faq-wrap .section-header { margin-bottom: 40px; }
    
    .cdn-faq-wrap .faq-question { padding: 18px 20px; gap: 12px; }
    .cdn-faq-wrap .faq-num { width: 34px; height: 34px; min-width: 34px; font-size: 11px; }
    .cdn-faq-wrap .faq-question-text { font-size: 14px; }
    .cdn-faq-wrap .faq-answer-inner { padding: 0 20px 20px; padding-left: 66px; }
    
    .cdn-faq-wrap .faq-cta-box { padding: 40px 24px; }
    .cdn-faq-wrap .faq-cta-title { font-size: 22px; }
    .cdn-faq-wrap .faq-cta-subtitle { font-size: 14px; }
    .cdn-faq-wrap .faq-cta-icon-wrap { width: 58px; height: 58px; }
    .cdn-faq-wrap .faq-cta-icon-wrap svg { width: 24px; height: 24px; }
  }

  /* ============================================ */
  /* RESPONSIVE - SMALL MOBILE (480px) */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-faq-wrap .section { padding: 50px 12px; }
    .cdn-faq-wrap .section-title { font-size: 24px; }
    .cdn-faq-wrap .section-subtitle { font-size: 14px; }
    
    .cdn-faq-wrap .faq-list { gap: 8px; margin-bottom: 40px; }
    .cdn-faq-wrap .faq-question { padding: 16px 14px; gap: 10px; }
    .cdn-faq-wrap .faq-num { width: 32px; height: 32px; min-width: 32px; font-size: 10px; }
    .cdn-faq-wrap .faq-question-text { font-size: 13px; }
    .cdn-faq-wrap .faq-answer-inner { padding: 0 14px 18px; padding-left: 56px; }
    .cdn-faq-wrap .faq-answer-text { font-size: 13px; }
    .cdn-faq-wrap .faq-answer-tag { padding: 6px 12px; font-size: 10px; }
    
    .cdn-faq-wrap .faq-cta-box { padding: 32px 18px; }
    .cdn-faq-wrap .faq-cta-icon-wrap { width: 52px; height: 52px; margin-bottom: 20px; }
    .cdn-faq-wrap .faq-cta-icon-wrap svg { width: 22px; height: 22px; }
    .cdn-faq-wrap .faq-cta-title { font-size: 20px; }
    .cdn-faq-wrap .faq-cta-btn { padding: 16px 28px; font-size: 12px; width: 100%; }
    .cdn-faq-wrap .faq-trust-row { gap: 14px; }
    .cdn-faq-wrap .faq-trust-item { font-size: 10px; }
  }

  /* ============================================ */
  /* RESPONSIVE - EXTRA SMALL (360px) */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-faq-wrap .section { padding: 40px 10px; }
    .cdn-faq-wrap .section-title { font-size: 22px; }
    .cdn-faq-wrap .faq-cta-title { font-size: 18px; }
    .cdn-faq-wrap .faq-answer-inner { padding-left: 14px; }
    .cdn-faq-wrap .faq-question { padding: 14px 12px; }
  }

  /* ============================================ */
  /* REDUCED MOTION */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-faq-wrap *, .cdn-faq-wrap *::before, .cdn-faq-wrap *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  /* ============================================ */
  /* SELECTION */
  /* ============================================ */
  .cdn-faq-wrap ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  .cdn-faq-wrap ::-moz-selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

/* ============================================ */
  /* DESIGN SYSTEM TOKENS — GRIMOIRE MONSTER VAULT FOOTER */
  /* ============================================ */
  .cdn-footer-wrap {
    --c-bg: #0A0A0A;
    --c-bg-elevated: #1a1a1a;
    --c-bg-card: #161616;
    --c-surface: #222222;
    --c-white: #F0E6D0;
    --c-white-90: rgba(240,230,208,0.9);
    --c-white-70: rgba(240,230,208,0.7);
    --c-white-50: rgba(240,230,208,0.5);
    --c-white-30: rgba(240,230,208,0.3);
    --c-white-15: rgba(240,230,208,0.15);
    --c-white-08: rgba(240,230,208,0.08);
    --c-white-04: rgba(240,230,208,0.04);
    --c-accent: #C9A84C;
    --c-accent-soft: #D4B96A;
    --c-accent-glow: rgba(201,168,76,0.35);
    --c-accent-subtle: rgba(201,168,76,0.1);
    --c-gold: #C9A84C;
    --c-gold-soft: #D4B96A;
    --c-blood: #6B1515;
    --c-blood-soft: rgba(107,21,21,0.4);
    --c-success: #C9A84C;
    --c-success-soft: rgba(201,168,76,0.15);
    --gradient-accent: linear-gradient(135deg, #C9A84C 0%, #A6842A 50%, #6B1515 100%);
    --gradient-rune: linear-gradient(90deg, #C9A84C 0%, #6B1515 33%, #C9A84C 66%, #6B1515 100%);
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.6);
    --r-xs: 8px;
    --r-sm: 12px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-full: 9999px;
    --f-sans: 'Cinzel', Georgia, serif;
    --f-serif: 'Crimson Text', Georgia, serif;
    --f-display: 'Cinzel Decorative', 'Cinzel', serif;
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --t-fast: 0.25s var(--ease-out);
    --t-normal: 0.4s var(--ease-out);
  }

  /* ============================================ */
  /* KEYFRAMES */
  /* ============================================ */
  @keyframes cdnFooterRuneLine {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
  }

  @keyframes cdnFooterPulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.05); }
  }

  @keyframes cdnFooterEmber {
    0% { transform: translateY(0) scale(1); opacity: 0.3; }
    50% { opacity: 0.5; }
    100% { transform: translateY(-60px) scale(0); opacity: 0; }
  }

  /* ============================================ */
  /* FOOTER BASE */
  /* ============================================ */
  .cdn-footer-wrap {
    font-family: var(--f-serif);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--c-bg);
    color: var(--c-white-90);
    line-height: 1.6;
    margin: 0;
    padding: 0;
  }

  .cdn-footer-wrap *, .cdn-footer-wrap *::before, .cdn-footer-wrap *::after {
    box-sizing: border-box;
  }

  .cdn-footer-wrap a {
    text-decoration: none;
    color: inherit;
    transition: all var(--t-normal);
  }

  .cdn-footer-wrap p { margin: 0; }
  .cdn-footer-wrap img { max-width: 100%; height: auto; display: block; }

  .cdn-footer-wrap .footer {
    border-top: 1px solid var(--c-white-08);
    background: linear-gradient(180deg, #1a1a1a 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
  }

  .cdn-footer-wrap .footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gradient-rune);
    background-size: 200% 100%;
    animation: cdnFooterRuneLine 6s linear infinite;
  }

  .cdn-footer-wrap .footer-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--c-gold);
    border-radius: 50%;
    opacity: 0.2;
    pointer-events: none;
  }

  .cdn-footer-wrap .footer-particle:nth-child(1) { bottom: 30%; left: 15%; animation: cdnFooterEmber 8s ease-in-out infinite; }
  .cdn-footer-wrap .footer-particle:nth-child(2) { bottom: 20%; left: 75%; animation: cdnFooterEmber 10s ease-in-out infinite 1s; }
  .cdn-footer-wrap .footer-particle:nth-child(3) { bottom: 40%; left: 50%; animation: cdnFooterEmber 9s ease-in-out infinite 2s; }

  .cdn-footer-wrap .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px 48px;
    position: relative;
    z-index: 1;
  }

  /* ============================================ */
  /* FOOTER TOP: Logo + Tagline + Social */
  /* ============================================ */
  .cdn-footer-wrap .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .cdn-footer-wrap .footer-logo {
    display: inline-block;
    margin-bottom: 16px;
  }

  .cdn-footer-wrap .footer-logo-img {
    height: 68px;
    width: auto;
    transition: transform var(--t-normal);
  }

  .cdn-footer-wrap .footer-logo:hover .footer-logo-img {
    transform: scale(1.04);
  }

  .cdn-footer-wrap .footer-tagline {
    font-family: var(--f-serif);
    font-style: italic;
    font-size: 15px;
    color: var(--c-white-50);
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 0.3px;
  }

  .cdn-footer-wrap .footer-social {
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .cdn-footer-wrap .footer-social-link {
    width: 44px;
    height: 44px;
    background: var(--c-white-04);
    border: 1px solid var(--c-white-08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-footer-wrap .footer-social-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-accent);
    opacity: 0;
    transition: opacity var(--t-normal);
    border-radius: 50%;
  }

  .cdn-footer-wrap .footer-social-link:hover {
    border-color: rgba(201,168,76,0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(201,168,76,0.15);
  }

  .cdn-footer-wrap .footer-social-link:hover::before {
    opacity: 1;
  }

  .cdn-footer-wrap .footer-social-link svg {
    width: 18px;
    height: 18px;
    fill: var(--c-white-70);
    position: relative;
    z-index: 1;
    transition: all var(--t-normal);
  }

  .cdn-footer-wrap .footer-social-link:hover svg {
    fill: var(--c-bg);
    transform: scale(1.1);
  }

  /* ============================================ */
  /* TRUST BADGES */
  /* ============================================ */
  .cdn-footer-wrap .footer-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 32px 0;
    border-top: 1px solid var(--c-white-08);
    border-bottom: 1px solid var(--c-white-08);
    margin-bottom: 32px;
  }

  .cdn-footer-wrap .footer-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 12px;
    background: var(--c-white-04);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-sm);
    transition: all var(--t-normal);
  }

  .cdn-footer-wrap .footer-trust-item:hover {
    background: var(--c-white-08);
    border-color: var(--c-white-15);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  }

  .cdn-footer-wrap .footer-trust-icon {
    width: 48px;
    height: 48px;
    background: rgba(201,168,76,0.06);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: var(--r-xs);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 12px;
    transition: all var(--t-normal);
  }

  .cdn-footer-wrap .footer-trust-item:hover .footer-trust-icon {
    background: rgba(201,168,76,0.12);
    border-color: rgba(201,168,76,0.25);
    transform: scale(1.08);
  }

  .cdn-footer-wrap .footer-trust-text strong {
    display: block;
    font-size: 12px;
    font-family: var(--f-sans);
    color: var(--c-white);
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
  }

  .cdn-footer-wrap .footer-trust-text span {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
  }

  /* ============================================ */
  /* PAYMENTS & LINKS */
  /* ============================================ */
  .cdn-footer-wrap .footer-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
  }

  .cdn-footer-wrap .footer-payments {
    display: flex;
    justify-content: center;
    padding: 14px 24px;
    background: var(--c-white-04);
    border-radius: var(--r-full);
    border: 1px solid var(--c-white-08);
    transition: all var(--t-normal);
  }

  .cdn-footer-wrap .footer-payments:hover {
    border-color: var(--c-white-15);
  }

  .cdn-footer-wrap .footer-payments-img {
    height: 24px;
    width: auto;
    opacity: 0.7;
    transition: opacity var(--t-normal);
  }

  .cdn-footer-wrap .footer-payments:hover .footer-payments-img {
    opacity: 1;
  }

  .cdn-footer-wrap .footer-links {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .cdn-footer-wrap .footer-link {
    font-size: 12px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    padding: 8px 14px;
    border-radius: var(--r-full);
    transition: all var(--t-normal);
    background: transparent;
    border: 1px solid transparent;
  }

  .cdn-footer-wrap .footer-link:hover {
    color: var(--c-white);
    background: var(--c-white-08);
    border-color: var(--c-white-15);
  }

  .cdn-footer-wrap .footer-link-divider {
    color: var(--c-white-15);
    font-size: 12px;
    user-select: none;
  }

  /* ============================================ */
  /* CTA REMINDER */
  /* ============================================ */
  .cdn-footer-wrap .footer-cta-reminder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px 32px;
    background: rgba(201,168,76,0.04);
    border: 1px solid rgba(201,168,76,0.12);
    border-radius: var(--r-sm);
    margin-bottom: 32px;
    transition: all var(--t-normal);
    flex-wrap: wrap;
  }

  .cdn-footer-wrap .footer-cta-reminder:hover {
    background: rgba(201,168,76,0.06);
    border-color: rgba(201,168,76,0.2);
  }

  .cdn-footer-wrap .footer-cta-text {
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
  }

  .cdn-footer-wrap .footer-cta-text strong {
    color: var(--c-white-70);
    font-weight: 700;
  }

  .cdn-footer-wrap .footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient-accent);
    color: var(--c-bg);
    font-size: 11px;
    font-weight: 700;
    font-family: var(--f-sans);
    padding: 10px 20px;
    border-radius: var(--r-xs);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all var(--t-normal);
    position: relative;
    overflow: hidden;
  }

  .cdn-footer-wrap .footer-cta-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
  }

  .cdn-footer-wrap .footer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201,168,76,0.25);
  }

  .cdn-footer-wrap .footer-cta-btn:hover::before {
    left: 200%;
  }

  /* ============================================ */
  /* COPYRIGHT */
  /* ============================================ */
  .cdn-footer-wrap .footer-copyright-section {
    text-align: center;
    margin-bottom: 32px;
  }

  .cdn-footer-wrap .footer-copyright {
    font-size: 13px;
    font-family: var(--f-serif);
    color: var(--c-white-50);
    margin-bottom: 6px;
  }

  .cdn-footer-wrap .footer-copyright .skull {
    display: inline-block;
    animation: cdnFooterPulse 3s ease-in-out infinite;
    filter: drop-shadow(0 0 4px rgba(201,168,76,0.3));
  }

  .cdn-footer-wrap .footer-copyright-sub {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-30);
  }

  /* ============================================ */
  /* DISCLAIMER */
  /* ============================================ */
  .cdn-footer-wrap .footer-disclaimer-section {
    background: rgba(22,22,22,0.8);
    border: 1px solid var(--c-white-08);
    border-radius: var(--r-sm);
    padding: 24px;
    position: relative;
    overflow: hidden;
  }

  .cdn-footer-wrap .footer-disclaimer-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--c-white-08), transparent);
  }

  .cdn-footer-wrap .footer-disclaimer-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
  }

  .cdn-footer-wrap .footer-disclaimer-icon {
    width: 28px;
    height: 28px;
    background: var(--c-white-04);
    border: 1px solid var(--c-white-08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  .cdn-footer-wrap .footer-disclaimer-title {
    font-size: 10px;
    font-weight: 700;
    font-family: var(--f-sans);
    color: var(--c-white-30);
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .cdn-footer-wrap .footer-disclaimer-content {
    text-align: center;
  }

  .cdn-footer-wrap .footer-disclaimer-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--c-white-04);
    border: 1px solid var(--c-white-08);
    padding: 7px 16px;
    border-radius: var(--r-full);
    margin-bottom: 14px;
  }

  .cdn-footer-wrap .footer-disclaimer-brand-icon {
    font-size: 12px;
    opacity: 0.6;
  }

  .cdn-footer-wrap .footer-disclaimer-brand-text {
    font-size: 11px;
    font-weight: 600;
    font-family: var(--f-sans);
    color: var(--c-white-50);
    letter-spacing: 0.3px;
  }

  .cdn-footer-wrap .footer-disclaimer-text {
    font-size: 11px;
    font-family: var(--f-serif);
    color: var(--c-white-30);
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .cdn-footer-wrap .footer-disclaimer-text:last-child {
    margin-bottom: 0;
  }

  .cdn-footer-wrap .footer-disclaimer-text strong {
    color: var(--c-white-50);
    font-weight: 700;
  }

  .cdn-footer-wrap .footer-disclaimer-trademark {
    font-size: 10px;
    font-family: var(--f-serif);
    color: var(--c-white-30);
    line-height: 1.65;
    padding-top: 12px;
    border-top: 1px solid var(--c-white-08);
    margin-top: 12px;
  }

  /* ============================================ */
  /* RESPONSIVE - TABLET (1024px) */
  /* ============================================ */
  @media (max-width: 1024px) {
    .cdn-footer-wrap .footer-inner {
      padding: 56px 24px 40px;
    }

    .cdn-footer-wrap .footer-logo-img {
      height: 60px;
    }

    .cdn-footer-wrap .footer-trust {
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - MOBILE (768px) */
  /* ============================================ */
  @media (max-width: 768px) {
    .cdn-footer-wrap .footer-inner {
      padding: 48px 16px 36px;
    }

    .cdn-footer-wrap .footer-logo-img {
      height: 54px;
    }

    .cdn-footer-wrap .footer-tagline {
      font-size: 14px;
    }

    .cdn-footer-wrap .footer-trust {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .cdn-footer-wrap .footer-trust-item {
      padding: 16px 12px;
    }

    .cdn-footer-wrap .footer-trust-icon {
      width: 42px;
      height: 42px;
      font-size: 20px;
    }

    .cdn-footer-wrap .footer-trust-text strong {
      font-size: 11px;
    }

    .cdn-footer-wrap .footer-trust-text span {
      font-size: 10px;
    }

    .cdn-footer-wrap .footer-payments-img {
      height: 20px;
    }

    .cdn-footer-wrap .footer-link {
      font-size: 11px;
      padding: 6px 12px;
    }

    .cdn-footer-wrap .footer-disclaimer-section {
      padding: 20px 16px;
    }

    .cdn-footer-wrap .footer-disclaimer-text {
      font-size: 10px;
    }

    .cdn-footer-wrap .footer-disclaimer-trademark {
      font-size: 9px;
    }

    .cdn-footer-wrap .footer-cta-reminder {
      flex-direction: column;
      gap: 12px;
      text-align: center;
      padding: 18px 20px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - SMALL MOBILE (480px) */
  /* ============================================ */
  @media (max-width: 480px) {
    .cdn-footer-wrap .footer-inner {
      padding: 40px 12px 32px;
    }

    .cdn-footer-wrap .footer-logo-img {
      height: 48px;
    }

    .cdn-footer-wrap .footer-tagline {
      font-size: 13px;
      padding: 0 8px;
    }

    .cdn-footer-wrap .footer-social-link {
      width: 40px;
      height: 40px;
    }

    .cdn-footer-wrap .footer-social-link svg {
      width: 16px;
      height: 16px;
    }

    .cdn-footer-wrap .footer-trust {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .cdn-footer-wrap .footer-trust-item {
      padding: 14px 10px;
    }

    .cdn-footer-wrap .footer-trust-icon {
      width: 38px;
      height: 38px;
      font-size: 18px;
      margin-bottom: 8px;
    }

    .cdn-footer-wrap .footer-trust-text strong {
      font-size: 10px;
    }

    .cdn-footer-wrap .footer-trust-text span {
      font-size: 9px;
    }

    .cdn-footer-wrap .footer-payments {
      padding: 12px 16px;
    }

    .cdn-footer-wrap .footer-payments-img {
      height: 18px;
    }

    .cdn-footer-wrap .footer-links {
      gap: 4px;
    }

    .cdn-footer-wrap .footer-link {
      font-size: 10px;
      padding: 6px 10px;
    }

    .cdn-footer-wrap .footer-link-divider {
      display: none;
    }

    .cdn-footer-wrap .footer-copyright {
      font-size: 11px;
    }

    .cdn-footer-wrap .footer-copyright-sub {
      font-size: 10px;
    }

    .cdn-footer-wrap .footer-disclaimer-section {
      padding: 16px 12px;
    }

    .cdn-footer-wrap .footer-disclaimer-header {
      gap: 8px;
      margin-bottom: 12px;
    }

    .cdn-footer-wrap .footer-disclaimer-icon {
      width: 24px;
      height: 24px;
      font-size: 10px;
    }

    .cdn-footer-wrap .footer-disclaimer-title {
      font-size: 9px;
    }

    .cdn-footer-wrap .footer-disclaimer-brand {
      padding: 6px 12px;
    }

    .cdn-footer-wrap .footer-disclaimer-brand-text {
      font-size: 10px;
    }

    .cdn-footer-wrap .footer-disclaimer-text {
      font-size: 9px;
      line-height: 1.6;
    }

    .cdn-footer-wrap .footer-disclaimer-trademark {
      font-size: 8px;
    }

    .cdn-footer-wrap .footer-cta-btn {
      font-size: 10px;
      padding: 9px 16px;
    }

    .cdn-footer-wrap .footer-cta-text {
      font-size: 12px;
    }
  }

  /* ============================================ */
  /* RESPONSIVE - EXTRA SMALL (360px) */
  /* ============================================ */
  @media (max-width: 360px) {
    .cdn-footer-wrap .footer-inner {
      padding: 32px 10px 28px;
    }

    .cdn-footer-wrap .footer-logo-img {
      height: 42px;
    }

    .cdn-footer-wrap .footer-tagline {
      font-size: 12px;
    }

    .cdn-footer-wrap .footer-trust-icon {
      width: 34px;
      height: 34px;
      font-size: 16px;
    }

    .cdn-footer-wrap .footer-trust-text strong {
      font-size: 9px;
    }
  }

  /* ============================================ */
  /* REDUCED MOTION */
  /* ============================================ */
  @media (prefers-reduced-motion: reduce) {
    .cdn-footer-wrap *, .cdn-footer-wrap *::before, .cdn-footer-wrap *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }

  /* ============================================ */
  /* SELECTION */
  /* ============================================ */
  .cdn-footer-wrap ::selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  .cdn-footer-wrap ::-moz-selection {
    background: var(--c-accent);
    color: var(--c-bg);
  }

  /* Shopify native header correction: hamburger left, cart right. */
  @media (max-width: 1024px) {
    .grimoire-systeme-clone .cdn-wrap .header-inner {
      display: grid !important;
      grid-template-columns: 44px minmax(0, 1fr) 44px !important;
      align-items: center !important;
      gap: 8px !important;
      padding: 10px 12px !important;
    }

    .grimoire-systeme-clone .cdn-wrap .nav,
    .grimoire-systeme-clone .cdn-wrap .nav-cta {
      display: none !important;
    }

    .grimoire-systeme-clone .cdn-wrap .menu-btn {
      display: flex !important;
      grid-column: 1 !important;
      grid-row: 1 !important;
      justify-self: start !important;
      justify-content: flex-start !important;
      margin: 0 !important;
    }

    .grimoire-systeme-clone .cdn-wrap .logo {
      grid-column: 2 !important;
      grid-row: 1 !important;
      justify-self: center !important;
      position: static !important;
      left: auto !important;
      transform: none !important;
    }

    .grimoire-systeme-clone .cdn-wrap .header-right {
      display: flex !important;
      grid-column: 3 !important;
      grid-row: 1 !important;
      justify-self: end !important;
      gap: 0 !important;
    }

    .grimoire-systeme-clone .cdn-wrap .grimoire-header-actions {
      display: flex !important;
    }
  }

  @media (max-width: 749px) {
    .grimoire-systeme-clone .cdn-wrap .top-bar-content,
    .grimoire-systeme-clone .cdn-wrap .top-bar-text {
      flex-wrap: nowrap !important;
      white-space: nowrap !important;
    }

    .grimoire-systeme-clone .cdn-wrap .top-bar {
      overflow: hidden !important;
    }

    .grimoire-systeme-clone .cdn-wrap .top-bar-text {
      font-size: clamp(7px, 2.1vw, 9px) !important;
      gap: 4px !important;
      letter-spacing: 0.04em !important;
    }

    .grimoire-systeme-clone .cdn-wrap .top-bar-copy--desktop {
      display: none !important;
    }

    .grimoire-systeme-clone .cdn-wrap .top-bar-copy--mobile {
      display: inline !important;
    }

    .grimoire-systeme-clone .cdn-wrap .top-bar-badge {
      flex: 0 0 auto !important;
      font-size: clamp(6.5px, 1.9vw, 7.5px) !important;
      padding: 3px 6px !important;
      letter-spacing: 0.08em !important;
    }

    .grimoire-systeme-clone .cdn-wrap .logo-img {
      height: 54px !important;
    }

    .grimoire-systeme-clone .cdn-wrap .grimoire-header-action:not(.grimoire-header-cart) {
      display: none !important;
    }
  }

  @media (max-width: 390px) {
    .grimoire-systeme-clone .cdn-wrap .top-bar-icon {
      display: none !important;
    }
  }

  /* Final header pinning override: fixed must work across the whole landing, not only one section. */
  .grimoire-systeme-clone {
    --grimoire-fixed-header-offset: 126px;
  }

  @media (max-width: 749px) {
    .grimoire-systeme-clone {
      --grimoire-fixed-header-offset: 101px;
    }
  }

  .grimoire-systeme-clone .cdn-wrap {
    overflow-x: clip !important;
    overflow-y: visible !important;
    padding-top: var(--grimoire-fixed-header-offset) !important;
  }

  .grimoire-systeme-clone .cdn-wrap .top-bar {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1502 !important;
  }

  .grimoire-systeme-clone .cdn-wrap .header {
    position: fixed !important;
    top: 39px !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1501 !important;
  }

  @media (max-width: 749px) {
    .grimoire-systeme-clone .cdn-wrap .header {
      top: 28px !important;
    }
  }
/* Fix global header wrapper: it must not inherit landing min-height. */
.grimoire-systeme-clone.grimoire-global-shell,
body.grimoire-native-home .grimoire-systeme-clone.grimoire-global-shell {
  min-height: 0 !important;
  height: auto !important;
  position: relative !important;
  z-index: 1200 !important;
  overflow: visible !important;
}
.grimoire-systeme-clone.grimoire-global-shell .cdn-wrap,
body.grimoire-native-home .grimoire-systeme-clone.grimoire-global-shell .cdn-wrap {
  min-height: 0 !important;
  height: auto !important;
}
