.elementor-18697 .elementor-element.elementor-element-4e548a5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-18697 .elementor-element.elementor-element-211ba3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18697 .elementor-element.elementor-element-ca28a7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18697 .elementor-element.elementor-element-9a4ec88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18697 .elementor-element.elementor-element-8747f16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18697 .elementor-element.elementor-element-75fa0bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18697 .elementor-element.elementor-element-0c70158{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-18697 .elementor-element.elementor-element-211ba3d{--width:33.3333%;}.elementor-18697 .elementor-element.elementor-element-ca28a7e{--width:66.6666%;}.elementor-18697 .elementor-element.elementor-element-9a4ec88{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-2dda3ed *//* ===== Aurora Glassmorphism Beer Reveal (CSS only) ===== */
#aurora-beer-reveal, #aurora-beer-reveal * { box-sizing: border-box; }

/* Theme Vars */
#aurora-beer-reveal.aurora-reveal-root{
  --w: min(100%, 1024px);
  --h: clamp(260px, 55vw, 540px);

  /* Glass / morphic */
  --glass-bg: rgba(255,255,255,0.06);
  --glass-brd: rgba(255,255,255,0.22);
  --glass-highlight: rgba(255,255,255,0.55);

  /* Handle */
  --handle-size: 64px;
  --handle-line-w: 2px;
  --handle-shadow: 0 10px 30px rgba(0,0,0,.45);

  /* Aurora colors */
  --c1: 255, 83, 112;   /* neon pink */
  --c2: 120, 146, 255;  /* indigo */
  --c3: 67, 255, 164;   /* mint */
  --c4: 255, 214, 102;  /* warm */

  /* Dark surface */
  --surface: radial-gradient(1200px 600px at 10% 10%, rgba(255,255,255,.08), transparent 60%),
             radial-gradient(900px 500px at 90% 90%, rgba(255,255,255,.06), transparent 60%),
             linear-gradient(180deg, #0b0e14, #05070b 60%, #0a0d12);
  --radius: 24px;
}

/* Container */
#aurora-beer-reveal .aurora-reveal{
  position: relative;
  width: var(--w);
  height: var(--h);
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 20px 60px rgba(0,0,0,.55);
  isolation: isolate;
}

/* Images */
#aurora-beer-reveal .aurora-reveal-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
#aurora-beer-reveal .clip-wrap{
  position: absolute; inset: 0; overflow: hidden;
}

/* Handle */
#aurora-beer-reveal .handle{
  position: absolute;
  top: 50%; transform: translate(-50%, -50%);
  left: 50%;
  width: var(--handle-size); height: var(--handle-size);
  border-radius: 999px;
  border: 1px solid var(--glass-brd);
  background:
    linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.06)) padding-box,
    radial-gradient(180px 180px at 30% 20%, rgba(255,255,255,.35), transparent),
    linear-gradient(135deg, rgba(var(--c2),.35), rgba(var(--c1),.35));
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  box-shadow: var(--handle-shadow);
  display: grid; place-items: center;
  cursor: ew-resize;
  transition: transform .18s ease;
  z-index: 5;
}
#aurora-beer-reveal .handle:focus-visible { outline: 2px solid rgba(var(--c2), .8); outline-offset: 2px; }
#aurora-beer-reveal .handle:active { transform: translate(-50%, -50%) scale(.96); }

#aurora-beer-reveal .handle-line{
  position: absolute; height: 2px; width: 90vmin; max-width: 1300px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  pointer-events: none; filter: drop-shadow(0 0 6px rgba(255,255,255,.35));
}
#aurora-beer-reveal .handle-dot{
  width: 14px; height: 14px; border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, var(--glass-highlight), rgba(255,255,255,.1));
  border: 1px solid var(--glass-brd);
  box-shadow: inset 0 0 10px rgba(255,255,255,.3);
}

/* Aurora Background / Morphic Blobs */
#aurora-beer-reveal .aurora-bg{
  position: absolute; inset: -20%;
  filter: blur(40px) saturate(140%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}
#aurora-beer-reveal .blob{
  position: absolute; width: 50vmax; height: 50vmax; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(var(--c1),.7), rgba(var(--c1),0) 60%);
  animation: aurora-float 18s ease-in-out infinite alternate;
}
#aurora-beer-reveal .b1{ left: -10%; top: 10%; background:
     radial-gradient(circle at 30% 30%, rgba(var(--c2),.8), rgba(var(--c2),0) 60%); animation-delay: -2s;}
#aurora-beer-reveal .b2{ right: -20%; bottom: 0; background:
     radial-gradient(circle at 70% 40%, rgba(var(--c1),.75), rgba(var(--c1),0) 60%); animation-duration: 22s; }
#aurora-beer-reveal .b3{ left: 30%; bottom: -15%; background:
     radial-gradient(circle at 40% 60%, rgba(var(--c3),.75), rgba(var(--c3),0) 60%); animation-duration: 26s; }

#aurora-beer-reveal .grain{
  position: absolute; inset: -100px;
  background-image: repeating-radial-gradient(circle at 10% 10%, rgba(255,255,255,.02) 0 2px, transparent 2px 8px);
  opacity: .35; mix-blend-mode: overlay;
  animation: aurora-twinkle 6s linear infinite;
}

@keyframes aurora-float{
  0%{ transform: translate3d(0,0,0) scale(1); }
  100%{ transform: translate3d(5%, -6%, 0) scale(1.06); }
}
@keyframes aurora-twinkle{
  0%{ transform: translate3d(0,0,0); }
  100%{ transform: translate3d(-2%,2%,0); }
}

/* Subtle zoom on top image */
#aurora-beer-reveal .top{ animation: aurora-topZoom 12s ease-in-out infinite alternate; }
@keyframes aurora-topZoom{
  0%{ transform: scale(1); }
  100%{ transform: scale(1.03); }
}

/* Responsive */
@media (max-width: 640px){
  #aurora-beer-reveal.aurora-reveal-root{ --handle-size: 56px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a64f7d *//* ============================================
   SALES NAVIGATOR DATA EXPORT SERVICE
   Modern Dark Morphic Glass Design with Animations
   Combined & Organized by Section Order
   ============================================ */

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

/* ===== ROOT VARIABLES ===== */
:root {
    /* Gradients */
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --accent-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --gold-gradient: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    
    /* Colors */
    --dark-bg: #0a0e27;
    --darker-bg: #060913;
    --card-bg: rgba(255, 255, 255, 0.05);
    --glow-color: rgba(102, 126, 234, 0.4);
    --text-primary: #ffffff;
    --text-secondary: #b4b7c9;
    --border-color: rgba(255, 255, 255, 0.1);
    
    /* Aurora colors */
    --aurora-a: rgba(0,212,255,.35);
    --aurora-b: rgba(0,255,163,.30);
    --aurora-c: rgba(173,94,255,.28);
    --aurora-d: rgba(255,71,129,.26);
    --grid-tint: rgba(255,255,255,.018);
    
    /* UI colors */
    --card-border: rgba(255,255,255,.12);
    --brand-1: #00d4ff;
    --brand-2: #4f9dff;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: var(--dark-bg);
    color: var(--text-primary);
    line-height: 1.7;
    overflow-x: hidden;
}

/* ===== ANIMATED BACKGROUND ===== */
.bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, var(--darker-bg) 0%, var(--dark-bg) 100%);
    overflow: hidden;
    animation: hue-wash 30s ease-in-out infinite;
}

@keyframes hue-wash {
    0%, 100% {
        filter: hue-rotate(0deg) saturate(110%);
    }
    50% {
        filter: hue-rotate(12deg) saturate(125%);
    }
}

/* Gradient Orbs */
.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    animation: float 20s ease-in-out infinite;
}

.orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.4) 0%, transparent 70%);
    top: -10%;
    left: -10%;
    animation-delay: 0s;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 87, 108, 0.3) 0%, transparent 70%);
    top: 20%;
    right: -5%;
    animation-delay: 3s;
}

.orb-3 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(79, 172, 254, 0.3) 0%, transparent 70%);
    bottom: -15%;
    left: 20%;
    animation-delay: 6s;
}

.orb-4 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.4) 0%, transparent 70%);
    top: 50%;
    right: 30%;
    animation-delay: 9s;
}

.orb-5 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(240, 147, 251, 0.3) 0%, transparent 70%);
    bottom: 20%;
    right: -10%;
    animation-delay: 12s;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, -50px) scale(1.1);
    }
    50% {
        transform: translate(-30px, 30px) scale(0.9);
    }
    75% {
        transform: translate(40px, 60px) scale(1.05);
    }
}

@keyframes float-slow {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: .55;
    }
    25% {
        transform: translate(60px, -50px) scale(1.08);
        opacity: .6;
    }
    50% {
        transform: translate(-40px, 40px) scale(0.96);
        opacity: .5;
    }
    75% {
        transform: translate(50px, 70px) scale(1.04);
        opacity: .58;
    }
}

/* Floating Particles */
.particles-container {
    position: absolute;
    width: 100%;
    height: 100%;
    perspective: 800px;
}

.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 255, 255, .35);
    animation: particle-float 15s infinite ease-in-out;
}

.particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.particle:nth-child(2) { left: 20%; top: 80%; animation-delay: 1s; }
.particle:nth-child(3) { left: 30%; top: 40%; animation-delay: 2s; }
.particle:nth-child(4) { left: 40%; top: 60%; animation-delay: 3s; }
.particle:nth-child(5) { left: 50%; top: 30%; animation-delay: 4s; }
.particle:nth-child(6) { left: 60%; top: 70%; animation-delay: 5s; }
.particle:nth-child(7) { left: 70%; top: 50%; animation-delay: 6s; }
.particle:nth-child(8) { left: 80%; top: 20%; animation-delay: 7s; }
.particle:nth-child(9) { left: 90%; top: 60%; animation-delay: 8s; }
.particle:nth-child(10) { left: 15%; top: 90%; animation-delay: 9s; }
.particle:nth-child(11) { left: 25%; top: 10%; animation-delay: 1.5s; }
.particle:nth-child(12) { left: 35%; top: 85%; animation-delay: 2.5s; }
.particle:nth-child(13) { left: 45%; top: 15%; animation-delay: 3.5s; }
.particle:nth-child(14) { left: 55%; top: 95%; animation-delay: 4.5s; }
.particle:nth-child(15) { left: 65%; top: 25%; animation-delay: 5.5s; }
.particle:nth-child(16) { left: 75%; top: 75%; animation-delay: 6.5s; }
.particle:nth-child(17) { left: 85%; top: 35%; animation-delay: 7.5s; }
.particle:nth-child(18) { left: 5%; top: 55%; animation-delay: 8.5s; }
.particle:nth-child(19) { left: 95%; top: 45%; animation-delay: 9.5s; }
.particle:nth-child(20) { left: 12%; top: 65%; animation-delay: 10s; }

@keyframes particle-float {
    0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-200px) translateX(100px);
        opacity: 0;
    }
}

@keyframes particle-drift {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translate3d(120px, -220px, -30px);
        opacity: 0;
    }
}

/* Grid Overlay */
.grid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: grid-move 20s linear infinite;
}

@keyframes grid-move {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes grid-slow-move {
    0% {
        transform: translate(0, 0) rotate(0.15deg);
    }
    100% {
        transform: translate(42px, 42px) rotate(0.15deg);
    }
}

/* ===== MORPHIC GLASS CARD ===== */
.glass-card {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37),
                inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-card:hover {
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 12px 48px 0 var(--glow-color),
                inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
}

/* ===== CONTAINER ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 40px;
}

section {
    padding: 80px 0;
}

/* ===== HEADER ===== */
header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(10, 14, 39, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

/* ===== BUTTONS ===== */
.cta-button {
    padding: 12px 32px;
    background: var(--primary-gradient);
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 16px var(--glow-color);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px var(--glow-color);
}

.button-secondary {
    padding: 12px 32px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.button-secondary:hover {
    border-color: rgba(102, 126, 234, 0.5);
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

/* ===== HERO SECTION ===== */
.hero {
    padding: 100px 0 80px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.hero-text h1 {
    font-size: clamp(36px, 5vw, 56px);
    font-family: roboto;
    font-weight: 800;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #b4b7c9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    color: var(--text-secondary);
    margin-bottom: 40px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Hero Image */
.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: var(--primary-gradient);
    filter: blur(60px);
    opacity: 0.3;
    z-index: -1;
    animation: glow-pulse 4s ease-in-out infinite;
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* ===== STATS ===== */
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.stat-card {
    text-align: center;
    padding: 30px;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    color: var(--text-secondary);
    margin-top: 8px;
    font-size: 14px;
}

/* ===== HORIZONTAL BREAKDOWN SECTION ===== */
.breakdown-section {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.breakdown-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.3), transparent);
}

/* Breakdown Title Specific Styling */
.breakdown-title {
    font-size: clamp(36px, 4.5vw, 52px);
    font-weight: 800;
    text-align: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #667eea 50%, #4facfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -1.5px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    width: 100%;
}

.breakdown-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: var(--primary-gradient);
    border-radius: 2px;
    box-shadow: 0 2px 12px var(--glow-color);
}

.breakdown-subtitle {
    text-align: center;
    color: var(--text-secondary);
    font-size: 19px;
    max-width: 650px;
    margin: 0 auto 60px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.breakdown-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.breakdown-item {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    transition: all 0.4s ease;
}

.breakdown-item:hover {
    transform: translateY(-8px);
}

.breakdown-item:hover .breakdown-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 40px var(--glow-color);
}

.breakdown-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.breakdown-icon svg {
    width: 48px;
    height: 48px;
}

.breakdown-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-primary);
    letter-spacing: -0.5px;
}

.breakdown-item p {
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.7;
    max-width: 280px;
    margin: 0 auto;
}

.breakdown-divider {
    display: flex;
    align-items: center;
    position: relative;
    height: 80px;
}

.divider-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.5), transparent);
    position: relative;
}

.divider-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #4facfe, transparent);
    transform: translateY(-50%);
    animation: line-flow 3s ease-in-out infinite;
}

@keyframes line-flow {
    0%, 100% {
        opacity: 0.3;
        transform: translateY(-50%) scaleX(0.8);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scaleX(1);
    }
}

.divider-dot {
    width: 8px;
    height: 8px;
    background: var(--primary-gradient);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px rgba(102, 126, 234, 0.8);
    animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 0 12px rgba(102, 126, 234, 0.8);
    }
    50% {
        transform: translateX(-50%) scale(1.5);
        box-shadow: 0 0 20px rgba(102, 126, 234, 1);
    }
}

/* ===== SERVICES / ADVANCED FEATURES SECTION ===== */
.section-title {
    text-align: center;
    font-size: clamp(28px, 4.2vw, 44px);
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 0%, #9ecfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.section-subtitle {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 60px;
    font-size: 18px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.advanced-features-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
}

.advanced-features-image {
    position: relative;
}

.advanced-features-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 22px;
    border: 1px solid var(--card-border);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
}

.advanced-features-image::after {
    content: "";
    position: absolute;
    inset: -8%;
    z-index: -1;
    background: radial-gradient(circle at 50% 50%, rgba(0, 212, 255, .35), rgba(173, 94, 255, .25), transparent 70%);
    filter: blur(70px);
    opacity: .28;
}

/* Feature list */
.advanced-features-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* Feature item layout */
.advanced-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 22px;
}

.advanced-feature-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
    box-shadow: 0 6px 18px rgba(0, 212, 255, .35);
    transition: transform .35s ease;
    position: relative;
    overflow: hidden;
}

.advanced-feature-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg,
        rgba(255, 255, 255, 0.15) 0%,
        rgba(255, 255, 255, 0.02) 40%,
        rgba(255, 255, 255, 0.15) 100%);
    mix-blend-mode: overlay;
    animation: feature-shimmer 4s linear infinite;
}

@keyframes feature-shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.advanced-feature-item:hover .advanced-feature-icon {
    transform: scale(1.06) rotate(3deg);
}

.advanced-feature-icon svg {
    width: 26px;
    height: 26px;
}

.feature-icon-img {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.45));
    opacity: 0.95;
    transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.advanced-feature-item:hover .feature-icon-img {
    transform: scale(1.1);
    opacity: 1;
    filter: drop-shadow(0 0 12px rgba(79, 157, 255, 0.6));
}

.advanced-feature-content h3 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.25px;
    margin-bottom: 6px;
    color: white;
}

.advanced-feature-content p {
    color: var(--text-secondary);
    font-size: 15.5px;
    line-height: 1.7;
}

/* ===== RELATED SERVICE SECTION ===== */
.relatedservice {
    text-align: center;
    padding: 50px;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid var(--border-color);
    margin: 40px auto;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37),
                inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    max-width: 900px;
    width: 90%;
}

.relatedservice-container h3 {
    color: White;
    font-family: roboto;
    text-align: center;
    font-size: clamp(28px, 4.2vw, 44px);
    font-family: Bebas Neue;
    font-weight: 800;
    letter-spacing: 3.9px;
    background: linear-gradient(135deg, #ffffff 0%, #9ecfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.internal-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.internal-links a {
    color: #667eea;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.internal-links a:hover {
    color: #4facfe;
    transform: translateY(-2px);
}

/* ===== GENERAL SECTIONS ===== */
h2 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
}

h3 {
    font-size: clamp(24px, 3vw, 32px);
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 700;
}

h4 {
    font-size: clamp(18px, 2.5vw, 22px);
    margin-bottom: 12px;
    color: var(--text-primary);
    font-weight: 600;
}

.faq-h2 {
    font-size: 40px;
    color: white;
}

/* ===== INTRO CARD ===== */
.intro-card {
    padding: 40px;
    margin-top: 40px;
}

.intro-card p {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 20px;
}

.intro-card p:last-child {
    margin-bottom: 0;
}

.intro-card strong {
    color: white;
}

/* ===== FEATURES GRID ===== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    padding: 40px 30px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-gradient);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px var(--glow-color);
}

.feature-card p {
    color: var(--text-secondary);
    margin-top: 12px;
    line-height: 1.7;
}

/* ===== HOW IT WORKS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.step {
    padding: 30px;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--secondary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(245, 87, 108, 0.4);
}

.step p {
    color: var(--text-secondary);
    line-height: 1.7;
}

.workflow-card {
    padding: 40px;
    margin-top: 60px;
}

.workflow-card p {
    color: var(--text-secondary);
    margin-top: 16px;
    line-height: 1.8;
    font-size: 17px;
}

/* ===== USE CASES ===== */
.use-cases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.use-case {
    padding: 30px;
    border-left: 3px solid transparent;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.use-case:hover {
    border-left-color: #667eea;
    transform: translateX(8px);
    background: rgba(255, 255, 255, 0.08);
}

.use-case h4 {
    margin-bottom: 12px;
}

.use-case p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 15px;
}

/* ===== PRICING ===== */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.pricing-card {
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.pricing-card.featured {
    border: 2px solid rgba(102, 126, 234, 0.5);
    transform: scale(1.05);
}

.pricing-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary-gradient);
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-plan {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #667eea;
}

.pricing-price {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 8px;
    color: white;
}

.pricing-price span {
    font-size: 20px;
    color: var(--text-secondary);
    font-weight: 400;
}

.pricing-desc {
    color: var(--text-secondary);
    margin-bottom: 30px;
}

.pricing-features {
    list-style: none;
    margin: 30px 0;
    text-align: left;
}

.pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-secondary);
    font-size: 15px;
}

.pricing-features li:before {
    content: "✓";
    color: #4facfe;
    font-weight: 700;
    margin-right: 12px;
}

.btn-full {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.pricing-note {
    text-align: center;
    color: var(--text-secondary);
    margin-top: 40px;
    font-size: 16px;
}

/* ===== FAQ ===== */
.faq-list {
    max-width: 900px;
    margin: 60px auto 0;
}

.faq-item {
    margin-bottom: 16px;
    overflow: hidden;
    border-left: 3px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
    border-left-color: #667eea;
    transform: translateX(4px);
}

.faq-item.active {
    border-left-color: #4facfe;
    background: rgba(255, 255, 255, 0.08);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    padding: 28px 32px;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: all 0.3s ease;
}

.faq-question::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-item.active .faq-question::before {
    opacity: 1;
}

.faq-question:hover {
    background: rgba(102, 126, 234, 0.05);
}

.faq-question h4 {
    margin: 0;
    font-size: 18px;
    color: var(--text-primary);
    transition: color 0.3s ease;
    padding-right: 20px;
}

.faq-item.active .faq-question h4 {
    color: #4facfe;
}

.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(102, 126, 234, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-toggle::before {
    content: '';
    width: 12px;
    height: 2px;
    background: #667eea;
    position: absolute;
    transition: all 0.3s ease;
}

.faq-toggle::after {
    content: '';
    width: 2px;
    height: 12px;
    background: #667eea;
    position: absolute;
    transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
    background: var(--primary-gradient);
    transform: rotate(180deg);
}

.faq-item.active .faq-toggle::after {
    opacity: 0;
    transform: rotate(90deg);
}

.faq-item.active .faq-toggle::before {
    background: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
    opacity: 0;
    padding: 0 32px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    padding: 0 32px 28px 32px;
}

.faq-answer p {
    color: var(--text-secondary);
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
}

/* ===== CTA SECTION ===== */
.cta-section {
    text-align: center;
    padding: 100px 40px;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid var(--border-color);
    margin: 10px 0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37),
                inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cta-section p {
    color: var(--text-secondary);
}

.cta-section::hover {
    content: '';
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 12px 48px 0 var(--glow-color),
                inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    animation: cta-rotate 10s linear infinite;
}

@keyframes cta-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cta-section h2 {
    color: white;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.cta-section p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.cta-section .cta-button {
    background: white;
    color: #667eea;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.cta-section .cta-button:hover {
    transform: translateY(-4px);
    background: red;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* ===== RELATED SECTION ===== */
.related-section {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37),
                inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 60px 0;
}

.related-section h3 {
    text-align: center;
    margin-bottom: 40px;
    color: White;
}

/* ===== FOOTER ===== */
footer {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--text-secondary);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .breakdown-container {
        flex-wrap: wrap;
    }
    
    .breakdown-item {
        flex: 1 1 calc(50% - 40px);
        min-width: 250px;
    }
    
    .breakdown-divider {
        display: none;
    }
    
    .breakdown-item:nth-child(2) .breakdown-divider,
    .breakdown-item:nth-child(4) .breakdown-divider {
        display: none;
    }
    
    .advanced-features-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    
    .advanced-features-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-image {
        order: -1;
    }
    
    .hero {
        padding: 80px 0 60px;
    }
    
    .stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
    
    section {
        padding: 60px 0;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-buttons a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .breakdown-item {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
    
    .breakdown-section {
        padding: 60px 0;
    }
    
    section {
        padding: 72px 0;
    }
    
    .advanced-feature-item {
        padding: 18px;
    }
    
    .advanced-feature-icon {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 480px) {
    .stats {
        grid-template-columns: 1fr;
    }
    
    .hero-text h1 {
        font-size: 32px;
    }
    
    .features-grid,
    .use-cases,
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .internal-links {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de6b9cf *//* ================================================================
   Data Extraction Section - Dark Morphic Cards
   ================================================================ */

.data-extraction-section {
  position: relative;
  padding: var(--space-2xl) 0;
  opacity: 1;
}

/* Section Header */
.section-header {
  margin-bottom: 60px;
}

.data-extraction-section .section-title {
  position: relative;
  opacity: 1;
  font-size: var(--font-size-3xl);
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* Gradient text animation */
.data-extraction-section .gradient-text {
  background: linear-gradient(
    120deg,
    #6366f1 0%,
    #818cf8 30%,
    #ec4899 60%,
    #818cf8 80%,
    #6366f1 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientFlow 6s ease-in-out infinite;
}

@keyframes gradientFlow {
  0%, 100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

/* Data Grid */
.data-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  perspective: 1000px;
}

/* Dark Morphic Card */
.data-card {
  position: relative;
  padding: 0;
  border-radius: var(--radius-md);
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9) 0%,
    rgba(30, 41, 59, 0.8) 100%
  );
  border: 1px solid rgba(99, 102, 241, 0.2);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
}

/* Card animated background gradient */
.data-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(99, 102, 241, 0.15) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.5);
}

.data-card:hover::before {
  opacity: 1;
  transform: scale(1) rotate(180deg);
}

/* Shimmer effect */
.data-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 50%,
    transparent 100%
  );
  transition: left 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.data-card:hover::after {
  left: 100%;
}

/* Card hover state */
.data-card:hover {
  transform: translateY(-12px) scale(1.03);
  border-color: rgba(99, 102, 241, 0.5);
  background: linear-gradient(
    135deg,
    rgba(30, 41, 59, 0.95) 0%,
    rgba(51, 65, 85, 0.9) 100%
  );
  box-shadow: 
    0 20px 60px rgba(99, 102, 241, 0.3),
    0 0 0 1px rgba(99, 102, 241, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 80px rgba(99, 102, 241, 0.2);
}

/* Card Content */
.card-content {
  position: relative;
  z-index: 2;
  padding: 35px;
}

/* Card Title (h3) */
.data-card h3 {
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0 0 16px 0;
  position: relative;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Title underline effect */
.data-card h3::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #6366f1 0%,
    #ec4899 100%
  );
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

.data-card:hover h3::after {
  width: 100%;
}

.data-card:hover h3 {
  color: #ffffff;
  transform: translateX(8px);
  text-shadow: 0 0 30px rgba(99, 102, 241, 0.6);
}

/* Card Paragraph */
.data-card p {
  font-size: var(--font-size-base);
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.data-card:hover p {
  color: var(--color-text-primary);
  transform: translateX(8px);
}

/* Staggered entrance animation */
.data-card {
  animation: cardEntrance 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.data-card:nth-child(1) { animation-delay: 0.1s; }
.data-card:nth-child(2) { animation-delay: 0.2s; }
.data-card:nth-child(3) { animation-delay: 0.3s; }
.data-card:nth-child(4) { animation-delay: 0.4s; }
.data-card:nth-child(5) { animation-delay: 0.5s; }
.data-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/* Floating animation */
@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.data-card:nth-child(odd):not(:hover) {
  animation: cardEntrance 0.8s cubic-bezier(0.4, 0, 0.2, 1) both,
             cardFloat 5s ease-in-out infinite 1s;
}

.data-card:nth-child(even):not(:hover) {
  animation: cardEntrance 0.8s cubic-bezier(0.4, 0, 0.2, 1) both,
             cardFloat 5s ease-in-out infinite reverse 1.5s;
}

/* Glow pulse animation */
@keyframes glowPulse {
  0%, 100% {
    box-shadow: 
      0 8px 32px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
  50% {
    box-shadow: 
      0 8px 32px rgba(0, 0, 0, 0.4),
      0 0 30px rgba(99, 102, 241, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
}

.data-card {
  animation: cardEntrance 0.8s cubic-bezier(0.4, 0, 0.2, 1) both,
             glowPulse 4s ease-in-out infinite 2s;
}

/* Responsive design */
@media (max-width: 768px) {
  .data-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .data-card:hover {
    transform: translateY(-8px) scale(1.02);
  }
  
  .card-content {
    padding: 25px;
  }
  
  .data-card h3 {
    font-size: var(--font-size-lg);
  }
  
  @keyframes cardFloat {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-4px);
    }
  }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .data-card,
  .data-card::before,
  .data-card::after,
  .data-card h3,
  .data-card p {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  
  .data-card:hover {
    transform: translateY(-4px);
  }
}/* End custom CSS */