/* ==========================================================================
   PersonalDatia Marketing Site Stylesheet - Cosmic Dark & Royal Iris
   ========================================================================== */

/* Variables */
:root {
    --bg-dark: #080710;
    --bg-darker: #050409;
    --bg-glass: rgba(15, 14, 28, 0.7);
    --border-glass: rgba(255, 255, 255, 0.08);
    --border-focus: rgba(94, 90, 219, 0.4);
    
    /* Primary Color Palette */
    --color-primary: #5E5ADB;        /* Royal Iris */
    --color-primary-glow: rgba(94, 90, 219, 0.5);
    --color-secondary: #00F2FE;      /* Cyber Jade / Cyan */
    --color-secondary-glow: rgba(0, 242, 254, 0.4);
    --color-emerald: #10B981;        /* Safety Green */
    --color-emerald-glow: rgba(16, 185, 129, 0.3);
    --color-crimson: #EF4444;        /* Danger Red */
    --color-crimson-glow: rgba(239, 68, 68, 0.3);
    
    /* Text */
    --text-primary: #F3F4F6;
    --text-secondary: #9CA3AF;
    --text-muted: #6B7280;
    
    /* Transitions & Physics */
    --transition-fast: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    --transition-normal: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    --transition-slow: 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    --border-radius-lg: 16px;
    --border-radius-md: 10px;
    --border-radius-sm: 6px;
}

/* Theme Custom Overrides */
body.theme-cosmic-royal {
    /* Default Cosmic Royal Theme */
    --bg-dark: #080710;
    --bg-darker: #050409;
    --bg-glass: rgba(15, 14, 28, 0.7);
    --border-glass: rgba(255, 255, 255, 0.08);
    --border-focus: rgba(94, 90, 219, 0.4);
    --color-primary: #5E5ADB;
    --color-primary-glow: rgba(94, 90, 219, 0.5);
    --color-secondary: #00F2FE;
    --color-secondary-glow: rgba(0, 242, 254, 0.4);
    --text-primary: #F3F4F6;
    --text-secondary: #9CA3AF;
    --text-muted: #6B7280;
}

body.theme-neon-aurora {
    --bg-dark: #090514;
    --bg-darker: #04020a;
    --bg-glass: rgba(18, 12, 38, 0.7);
    --border-glass: rgba(255, 255, 255, 0.08);
    --border-focus: rgba(139, 92, 246, 0.4);
    --color-primary: #8B5CF6;
    --color-primary-glow: rgba(139, 92, 246, 0.5);
    --color-secondary: #10B981;
    --color-secondary-glow: rgba(16, 185, 129, 0.4);
    --text-primary: #F3F4F6;
    --text-secondary: #9CA3AF;
    --text-muted: #6B7280;
}

body.theme-solar-storm {
    --bg-dark: #0F0C08;
    --bg-darker: #070503;
    --bg-glass: rgba(28, 22, 14, 0.7);
    --border-glass: rgba(255, 255, 255, 0.08);
    --border-focus: rgba(245, 158, 11, 0.4);
    --color-primary: #F59E0B;
    --color-primary-glow: rgba(245, 158, 11, 0.5);
    --color-secondary: #EF4444;
    --color-secondary-glow: rgba(239, 68, 68, 0.4);
    --text-primary: #F3F4F6;
    --text-secondary: #E5E7EB;
    --text-muted: #9CA3AF;
}

body.theme-deep-cyber {
    --bg-dark: #03000A;
    --bg-darker: #000000;
    --bg-glass: rgba(12, 0, 24, 0.75);
    --border-glass: rgba(255, 255, 255, 0.08);
    --border-focus: rgba(236, 72, 153, 0.4);
    --color-primary: #EC4899;
    --color-primary-glow: rgba(236, 72, 153, 0.5);
    --color-secondary: #3B82F6;
    --color-secondary-glow: rgba(59, 130, 246, 0.4);
    --text-primary: #F3F4F6;
    --text-secondary: #9CA3AF;
    --text-muted: #6B7280;
}

body.theme-corporate-light {
    --bg-dark: #F8FAFC;
    --bg-darker: #F1F5F9;
    --bg-glass: rgba(255, 255, 255, 0.75);
    --border-glass: rgba(15, 23, 42, 0.08);
    --border-focus: rgba(37, 99, 235, 0.4);
    --color-primary: #2563EB;
    --color-primary-glow: rgba(37, 99, 235, 0.2);
    --color-secondary: #0F172A;
    --color-secondary-glow: rgba(15, 23, 42, 0.15);
    --text-primary: #0F172A;
    --text-secondary: #475569;
    --text-muted: #94A3B8;
}

/* Specific elements adjust for corporate-light theme */
body.theme-corporate-light .logo-svg {
    color: #0F172A;
}
body.theme-corporate-light .nav-link {
    color: #475569;
}
body.theme-corporate-light .nav-link:hover {
    color: #2563EB;
}
body.theme-corporate-light .btn-secondary {
    color: #0F172A;
    border-color: rgba(15, 23, 42, 0.15);
}
body.theme-corporate-light .btn-secondary:hover {
    background: rgba(15, 23, 42, 0.05);
}
body.theme-corporate-light .hero-shield-overlay {
    background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
}
body.theme-corporate-light .tour-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.08);
}
body.theme-corporate-light .tab-btn {
    color: #475569;
}
body.theme-corporate-light .tab-btn.active {
    color: #2563EB;
    background: rgba(37, 99, 235, 0.06);
    border-color: rgba(37, 99, 235, 0.3);
}
body.theme-corporate-light .tab-btn.active .tab-num {
    background: #2563EB;
    color: #FFF;
}
body.theme-corporate-light .phase-tag {
    background: rgba(37, 99, 235, 0.1);
    color: #2563EB;
}
body.theme-corporate-light .pane-list li {
    color: #475569;
}
body.theme-corporate-light .pane-list li::before {
    color: #10B981;
}
body.theme-corporate-light .feature-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(15, 23, 42, 0.08);
}
body.theme-corporate-light .feature-card h3 {
    color: #0F172A;
}
body.theme-corporate-light .feature-card p {
    color: #475569;
}
body.theme-corporate-light .feature-details span {
    background: rgba(15, 23, 42, 0.04);
    color: #475569;
}
body.theme-corporate-light .faq-item {
    background: rgba(255, 255, 255, 0.8);
}
body.theme-corporate-light .faq-trigger {
    color: #0F172A;
}
body.theme-corporate-light .faq-panel p {
    color: #475569;
}
body.theme-corporate-light .cta-card {
    background: rgba(255, 255, 255, 0.9);
}
body.theme-corporate-light .cta-card h2 {
    color: #0F172A;
}
body.theme-corporate-light .cta-card p {
    color: #475569;
}
body.theme-corporate-light .footer {
    background: #0F172A;
    --text-primary: #F8FAFC;
    --text-secondary: #94A3B8;
}
body.theme-corporate-light .footer .logo-svg {
    color: #F8FAFC;
}
body.theme-corporate-light .footer a {
    color: #94A3B8;
}
body.theme-corporate-light .footer a:hover {
    color: #2563EB;
}
body.theme-corporate-light .footer h4 {
    color: #FFF;
}
body.theme-corporate-light .slider-label,
body.theme-corporate-light .slider-val,
body.theme-corporate-light .checkbox-label {
    color: #0F172A;
}
body.theme-corporate-light .summary-item label {
    color: #475569;
}
body.theme-corporate-light .summary-item .val {
    color: #0F172A;
}
body.theme-corporate-light .roi-bar-bg {
    background: rgba(15, 23, 42, 0.1);
}
body.theme-corporate-light .roi-label {
    color: #0F172A;
}
body.theme-corporate-light .roi-num {
    color: #475569;
}
body.theme-corporate-light .interactive-canvas {
    opacity: 0.15; /* Subtler nodes on light background */
}

/* Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: var(--bg-dark);
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-primary);
    background-color: var(--bg-dark);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

/* Background Canvas */
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at 50% 20%, #12102e 0%, var(--bg-dark) 70%);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography styling */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #FFF;
}

span.logo-text, h1.hero-title span, h2.section-title span {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Glassmorphism utility */
.glass-effect {
    background: var(--bg-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-glass);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 22px;
    border-radius: var(--border-radius-md);
    cursor: pointer;
    transition: var(--transition-fast);
    text-decoration: none;
    border: 1px solid transparent;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, #4B46C9 100%);
    color: #FFF;
    box-shadow: 0 4px 14px 0 var(--color-primary-glow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 var(--color-primary-glow);
    background: linear-gradient(135deg, #6E6AE6 0%, var(--color-primary) 100%);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: #FFF;
    border: 1px solid var(--border-glass);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-large {
    padding: 14px 30px;
    font-size: 1.05rem;
}

.btn-block {
    display: flex;
    width: 100%;
}

.glow-btn {
    position: relative;
    overflow: hidden;
}

.glow-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 80%);
    opacity: 0;
    transition: opacity var(--transition-fast);
    pointer-events: none;
}

.glow-btn:hover::after {
    opacity: 1;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-glass);
    transition: padding var(--transition-normal);
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-area {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-svg {
    height: 32px;
    width: auto;
    color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s ease;
}

.logo-area:hover .logo-svg {
    transform: scale(1.03);
    filter: drop-shadow(0 0 10px var(--color-primary-glow));
}

.logo-svg .logo-shield {
    transition: stroke 0.3s ease;
}

.logo-area:hover .logo-svg .logo-shield {
    stroke: var(--color-secondary);
}

.logo-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-secondary);
    margin-right: 8px;
    box-shadow: 0 0 10px var(--color-secondary);
    animation: heartbeat 2s infinite;
}

.logo-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.45rem;
    color: #FFF;
}

.nav-menu {
    display: flex;
    gap: 32px;
}

.nav-link {
    text-decoration: none;
    color: var(--text-secondary);
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition-fast);
    position: relative;
    padding: 4px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    transition: width var(--transition-fast);
}

.nav-link:hover {
    color: #FFF;
}

.nav-link:hover::after {
    width: 100%;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 101;
}

.mobile-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: #FFF;
    border-radius: 2px;
    transition: var(--transition-fast);
}

/* Grids */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

/* Hero Section */
.hero-section {
    padding: 120px 0 80px;
    position: relative;
}

.badge-trust {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(94, 90, 219, 0.12);
    border: 1px solid rgba(94, 90, 219, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #C0BEFF;
    margin-bottom: 24px;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary);
    margin-bottom: 40px;
    max-width: 540px;
}

.hero-cta-group {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
}

.hero-stats {
    display: flex;
    gap: 48px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #FFF;
}

.stat-lbl {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.hero-media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interactive-shield-container {
    position: relative;
    z-index: 1;
}

.hero-image {
    max-width: 400px;
    height: auto;
    border-radius: var(--border-radius-lg);
    filter: drop-shadow(0 10px 20px rgba(94, 90, 219, 0.25));
    z-index: 2;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s ease;
}

.hero-image:hover {
    animation-play-state: paused;
    transform: translateY(-15px) scale(1.05) rotate(3deg);
    filter: drop-shadow(0 25px 45px rgba(0, 242, 254, 0.7));
}

.glow-orb {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--color-primary-glow) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(30px);
}

#orb-hero {
    top: -50px;
    right: -50px;
    animation: rotate-orb 15s linear infinite;
}

/* Sections General */
section {
    padding: 100px 0;
}

.section-header {
    margin-bottom: 64px;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.section-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-secondary);
    margin-bottom: 8px;
    display: block;
}

.section-desc {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto;
}

/* Product Tour Section */
.tour-section {
    position: relative;
    padding: 80px 0;
}

.tabs-nav-wrapper {
    overflow-x: auto;
    padding: 24px 10px 30px;
    margin-bottom: 40px;
    scrollbar-width: none; /* Firefox */
}

.tabs-nav-wrapper::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.tabs-navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
    min-width: 1000px;
    padding: 10px 0;
}

/* Cosmic neon progress line running behind nodes */
.tabs-navigation::before {
    content: '';
    position: absolute;
    top: 44px; /* Align with center of the 48px circle (20px top padding + 24px half height) */
    left: 50px;
    right: 50px;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(94, 90, 219, 0.15) 0%, 
        var(--color-primary) 30%, 
        var(--color-secondary) 70%, 
        rgba(0, 242, 254, 0.15) 100%
    );
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0 0 8px rgba(94, 90, 219, 0.2);
}

.tab-btn {
    position: relative;
    flex: 1;
    background: rgba(15, 14, 28, 0.45);
    border: 1px solid var(--border-glass);
    padding: 20px 12px 24px;
    border-radius: var(--border-radius-lg);
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--text-secondary);
    font-size: 0.95rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tab-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #090812;
    border: 2px solid var(--border-glass);
    color: var(--text-muted);
    font-size: 1.05rem;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.05);
}

/* Hover State */
.tab-btn:hover:not(.active) {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.15);
    color: #FFF;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.tab-btn:hover:not(.active) .tab-num {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
    box-shadow: 0 0 12px rgba(0, 242, 254, 0.35);
}

/* Active/Selected State */
.tab-btn.active {
    background: rgba(94, 90, 219, 0.09);
    border-color: rgba(94, 90, 219, 0.4);
    color: #FFF;
    box-shadow: 0 12px 28px -6px rgba(94, 90, 219, 0.3), 
                0 0 20px rgba(0, 242, 254, 0.08),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform: translateY(-6px);
}

.tab-btn.active .tab-num {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    border-color: #FFF;
    color: #050409;
    box-shadow: 0 0 20px var(--color-primary-glow), 
                0 0 10px var(--color-secondary-glow),
                inset 0 2px 4px rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

/* Glowing Indicator Dot under Active Node */
.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-secondary);
    transform: translateX(-50%);
    box-shadow: 0 0 10px var(--color-secondary), 0 0 20px var(--color-secondary);
    animation: active-pulse 2s infinite ease-in-out;
}

@keyframes active-pulse {
    0% { transform: translateX(-50%) scale(1); opacity: 0.8; }
    50% { transform: translateX(-50%) scale(1.5); opacity: 1; }
    100% { transform: translateX(-50%) scale(1); opacity: 0.8; }
}

.tabs-content-container {
    position: relative;
    padding: 36px;
    border-radius: var(--border-radius-lg);
    min-height: 380px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45), 
                inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

/* Organic background radial light flare inside the content panel */
.tabs-content-container::after {
    content: '';
    position: absolute;
    top: -20%;
    right: -15%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(94, 90, 219, 0.12) 0%, rgba(0, 242, 254, 0.03) 55%, rgba(0, 0, 0, 0) 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 1;
}

.tab-pane {
    display: none;
    position: relative;
    z-index: 2;
}

.tab-pane.active {
    display: block;
    animation: fade-in-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.pane-text h3 {
    font-size: 2rem;
    margin: 10px 0 18px;
    background: linear-gradient(135deg, #FFF 60%, var(--text-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pane-text p {
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 28px;
}

.phase-tag {
    font-family: 'Outfit', sans-serif;
    color: var(--color-secondary);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pane-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pane-list li {
    position: relative;
    padding-left: 32px;
    color: var(--text-primary);
    font-size: 1.05rem;
    line-height: 1.5;
}

.pane-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid var(--color-emerald);
    color: var(--color-emerald);
    font-size: 0.75rem;
    font-weight: 800;
}

/* Pane visual mockups */
.pane-visual {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.visual-card {
    background: rgba(10, 8, 20, 0.85);
    border: 1px solid var(--border-glass);
    border-radius: var(--border-radius-lg);
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55),
                0 0 30px rgba(94, 90, 219, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.visual-card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(94, 90, 219, 0.25);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.65),
                0 0 35px rgba(94, 90, 219, 0.08);
}

.visual-header {
    background: rgba(255, 255, 255, 0.02);
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-glass);
    display: flex;
    align-items: center;
    gap: 8px;
}

.v-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.v-dot.red { background: var(--color-crimson); }
.v-dot.yellow { background: #F59E0B; }
.v-dot.green { background: var(--color-emerald); }

.v-title {
    font-size: 0.85rem;
    color: var(--text-primary);
    margin-left: 6px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.visual-body {
    padding: 16px;
}

.gauge-container {
    background: rgba(255, 255, 255, 0.04);
    height: 38px;
    border-radius: var(--border-radius-md);
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.gauge-value {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #FFF;
    transition: width 1s ease;
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.list-small {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-item-check {
    color: var(--color-emerald);
    font-size: 0.85rem;
    font-weight: 600;
}

.list-item-alert {
    color: #F59E0B;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Fines and Risk Calculator Section */
.calculator-section {
    position: relative;
}

.calc-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.calculator-card {
    padding: 36px;
    border-radius: var(--border-radius-lg);
    margin-top: 24px;
}

.form-group {
    margin-bottom: 28px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.range-slider-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider {
    flex: 1;
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    transition: background var(--transition-fast);
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-secondary);
    cursor: pointer;
    box-shadow: 0 0 10px var(--color-secondary);
    transition: transform 0.1s;
}

.slider::-webkit-slider-thumb:hover {
    transform: scale(1.25);
}

.slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-secondary);
    cursor: pointer;
    box-shadow: 0 0 10px var(--color-secondary);
    transition: transform 0.1s;
}

.range-val {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--color-secondary);
    min-width: 130px;
    text-align: right;
}

.form-select {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    border-radius: var(--border-radius-md);
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: var(--transition-fast);
    cursor: pointer;
}

.form-select:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 10px var(--color-primary-glow);
}

.form-select option {
    background: var(--bg-darker);
    color: #FFF;
}

/* Results Display */
.calc-results-card {
    padding: 48px;
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(239, 68, 68, 0.2); /* Soft crimson default border */
    position: relative;
    overflow: hidden;
}

.calc-results-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-crimson), var(--color-primary));
}

.risk-indicator {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.risk-indicator.critical {
    background: rgba(239, 68, 68, 0.15);
    color: #FFA3A3;
    border: 1px solid rgba(239, 68, 68, 0.4);
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.2);
}

.risk-indicator.high {
    background: rgba(245, 158, 11, 0.15);
    color: #FFE0A3;
    border: 1px solid rgba(245, 158, 11, 0.4);
}

.risk-indicator.medium {
    background: rgba(59, 130, 246, 0.15);
    color: #A3C5FF;
    border: 1px solid rgba(59, 130, 246, 0.4);
}

.result-box {
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
}

.res-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.res-value {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.1;
}

.res-sub {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-top: 4px;
}

.roi-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-glass);
    padding: 24px;
    border-radius: var(--border-radius-lg);
    margin-bottom: 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.roi-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
}

.roi-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.roi-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
}

.roi-row-title {
    color: var(--text-secondary);
}

.roi-row-value {
    font-weight: 700;
    font-size: 0.85rem;
}

.roi-row-value.color-red {
    color: #FF5E5E;
}

.roi-row-value.color-green {
    color: var(--color-secondary);
}

.roi-bar-outer {
    height: 10px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.roi-bar-inner {
    height: 100%;
    border-radius: 50px;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.roi-bar-inner.bg-red {
    background: linear-gradient(90deg, #EF4444, #C22525);
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.2);
}

.roi-bar-inner.bg-green {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.2);
}

.roi-text {
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.5;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 12px;
}

/* Features/USPs Section */
.features-grid {
    margin-top: 24px;
}

.feature-card {
    padding: 40px;
    border-radius: var(--border-radius-lg);
    transition: var(--transition-normal);
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: var(--color-primary);
    box-shadow: 0 12px 40px 0 rgba(94, 90, 219, 0.15);
}

.feature-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: var(--border-radius-md);
    background: rgba(94, 90, 219, 0.1);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid rgba(94, 90, 219, 0.2);
}

.feature-card h3 {
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.feature-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.feature-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-details span {
    font-size: 0.8rem;
    color: var(--text-muted);
    position: relative;
    padding-left: 16px;
}

.feature-details span::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--color-secondary);
}

/* Dashboard Showcase */
.dashboard-showcase {
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.showcase-header {
    background: rgba(255,255,255,0.02);
    padding: 16px 32px;
    border-bottom: 1px solid var(--border-glass);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showcase-tabs {
    display: flex;
    gap: 24px;
}

.showcase-tab {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition-fast);
    padding-bottom: 4px;
}

.showcase-tab.active {
    color: var(--color-secondary);
    border-bottom: 2px solid var(--color-secondary);
}

.showcase-status {
    font-size: 0.8rem;
    color: var(--color-emerald);
    font-weight: 600;
}

.showcase-body {
    padding: 24px;
    background: rgba(5, 4, 9, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase-img-container {
    position: relative;
    width: 100%;
    max-width: 680px;
    aspect-ratio: 1000 / 600;
    display: inline-block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg) scale(0.98);
    transform-style: preserve-3d;
}

.showcase-img-container:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.03);
}

.dashboard-preview-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--border-radius-md);
    border: 1px solid var(--border-glass);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    display: block;
    transition: box-shadow 0.8s ease, border-color 0.8s ease;
}

.showcase-img-container:hover .dashboard-preview-img {
    border-color: rgba(94, 90, 219, 0.4);
    box-shadow: 0 25px 50px rgba(94, 90, 219, 0.25);
}

/* SVG Data Flow Overlays */
.data-flow-svg {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    pointer-events: none;
    z-index: 3;
}

.dashboard-flow-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

/* Data Flow Dash Animations */
@keyframes flow-dash {
    to {
        stroke-dashoffset: -120px;
    }
}

@keyframes flow-dash-reverse {
    to {
        stroke-dashoffset: 120px;
    }
}

.flowing-dash-fast {
    animation: flow-dash 1.8s linear infinite;
}

.flowing-dash-normal {
    animation: flow-dash 3.5s linear infinite;
}

.flowing-orbit-cw {
    animation: flow-dash 6s linear infinite;
}

.flowing-orbit-ccw {
    animation: flow-dash-reverse 8s linear infinite;
}

/* Network Nodes Pulse Animation */
@keyframes node-pulse-anim {
    0%, 100% {
        opacity: 0.6;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.25);
    }
}

.node-pulse {
    animation: node-pulse-anim 3s ease-in-out infinite;
    transform-origin: center;
}

.margin-top-large {
    margin-top: 80px;
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border-radius: var(--border-radius-md);
    overflow: hidden;
    transition: var(--transition-fast);
}

.faq-trigger {
    width: 100%;
    padding: 24px 32px;
    background: transparent;
    border: none;
    text-align: left;
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--color-secondary);
    transition: transform var(--transition-fast);
}

.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-normal) ease-out;
    padding: 0 32px;
}

.faq-panel p {
    color: var(--text-secondary);
    padding-bottom: 24px;
    font-size: 0.95rem;
}

.faq-item.active {
    border-color: rgba(94, 90, 219, 0.3);
    background: rgba(94, 90, 219, 0.03);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-item.active .faq-panel {
    max-height: 500px;
}

/* CTA and Contact Section */
.cta-contact-section {
    position: relative;
}

.cta-card {
    padding: 80px 48px;
    border-radius: var(--border-radius-lg);
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.cta-card h2 {
    font-size: 2.8rem;
    margin-bottom: 16px;
}

.cta-card p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 40px;
}

.contact-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.marketing-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-row:last-of-type {
    grid-template-columns: 1fr auto;
}

.form-input {
    width: 100%;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-glass);
    border-radius: var(--border-radius-md);
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    outline: none;
    transition: var(--transition-fast);
}

.form-input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 10px var(--color-primary-glow);
}

.form-message {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 10px;
}

.form-message.success {
    color: var(--color-emerald);
}

.form-message.error {
    color: var(--color-crimson);
}

/* Footer */
.footer {
    background: var(--bg-darker);
    border-top: 1px solid var(--border-glass);
    padding: 80px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 64px;
    margin-bottom: 60px;
}

.footer-info p {
    color: var(--text-secondary);
    margin-top: 20px;
    max-width: 320px;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links h4 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.footer-links a:hover {
    color: #FFF;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.03);
    padding-top: 32px;
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

/* Animations */
@keyframes heartbeat {
    0% { transform: scale(1); box-shadow: 0 0 10px var(--color-secondary-glow); }
    50% { transform: scale(1.1); box-shadow: 0 0 20px var(--color-secondary); }
    100% { transform: scale(1); box-shadow: 0 0 10px var(--color-secondary-glow); }
}

@keyframes rotate-orb {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animation-slide-in {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animation-fade-in {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.animation-slide-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.visible {
    opacity: 1;
    transform: translate(0, 0);
}

.float-animation {
    animation: float-premium 6s ease-in-out infinite;
}

@keyframes float-premium {
    0% {
        transform: translateY(0px) rotate(0deg);
        filter: drop-shadow(0 10px 20px rgba(94, 90, 219, 0.25));
    }
    50% {
        transform: translateY(-15px) rotate(1.5deg);
        filter: drop-shadow(0 25px 35px rgba(0, 242, 254, 0.45));
    }
    100% {
        transform: translateY(0px) rotate(0deg);
        filter: drop-shadow(0 10px 20px rgba(94, 90, 219, 0.25));
    }
}

.animation-pulse {
    animation: slow-pulse 10s ease-in-out infinite;
}

@keyframes slow-pulse {
    0% { box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); }
    50% { box-shadow: 0 8px 40px 0 var(--color-primary-glow); }
    100% { box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); }
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .grid-2 {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .hero-container {
        text-align: center;
    }
    
    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-cta-group {
        justify-content: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .grid-3 {
        grid-template-columns: 1fr 1fr;
    }
}

/* Dynamic Form Layout */
.form-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.form-group-full {
    grid-column: span 2;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--bg-darker);
        border-bottom: 1px solid var(--border-glass);
        padding: 24px;
        gap: 16px;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .cta-area {
        display: none;
    }
    
    .hero-section {
        padding: 90px 0 50px;
    }

    .hero-title {
        font-size: 2.5rem;
    }
    
    .grid-3 {
        grid-template-columns: 1fr;
    }
    
    .tabs-nav-wrapper {
        overflow-x: visible;
        padding: 10px 0;
        margin-bottom: 24px;
    }

    .tabs-navigation {
        min-width: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
    }

    .tabs-navigation::before {
        display: none;
    }

    .tab-btn {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding: 10px 14px;
        gap: 12px;
        border-radius: var(--border-radius-md);
        flex: none;
        width: 100%;
        box-sizing: border-box;
    }

    .tab-btn:hover:not(.active) {
        transform: none;
    }

    .tab-btn.active {
        transform: translateY(-2px);
    }

    .tab-btn.active::after {
        display: none;
    }

    .tab-num {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 0.85rem;
    }

    .tabs-content-container {
        padding: 24px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-row:last-of-type {
        grid-template-columns: 1fr;
    }
    
    .form-fields-grid {
        grid-template-columns: 1fr;
    }
    
    .form-group-full {
        grid-column: span 1;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* ==========================================================================
   Compliance Phases SVG Animations
   ========================================================================== */
.phase-svg {
    width: 100%;
    height: auto;
    max-height: 140px;
    display: block;
    margin: 0 auto;
}

@keyframes radar-scan-anim {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.radar-line-scan {
    transform-origin: 100px 75px;
    animation: radar-scan-anim 4s linear infinite;
}

@keyframes radar-dot-pulse-anim {
    0%, 100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.radar-dot-pulse {
    animation: radar-dot-pulse-anim 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes node-state-pulse {
    0%, 100% {
        stroke-width: 1.5px;
        opacity: 0.7;
    }
    50% {
        stroke-width: 3px;
        opacity: 1;
    }
}

.node-state-green {
    animation: node-state-pulse 2s ease-in-out infinite;
}

.node-state-red {
    animation: node-state-pulse 1.5s ease-in-out infinite;
}

@keyframes writing-line-anim {
    0% {
        stroke-dashoffset: 100;
    }
    50%, 100% {
        stroke-dashoffset: 0;
    }
}

.writing-line-anim {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: writing-line-anim 4s ease-in-out infinite;
}

@keyframes stamp-pulse-anim {
    0%, 75% {
        opacity: 0;
        transform: scale(1.6);
    }
    80% {
        opacity: 1;
        transform: scale(0.95);
    }
    85%, 100% {
        opacity: 1;
        transform: scale(1);
    }
}

.stamp-pulse {
    transform-origin: 117px 99px;
    animation: stamp-pulse-anim 4s ease-in-out infinite;
}

@keyframes envelope-flow-anim {
    0% {
        transform: translate(-40px, 0);
        opacity: 0;
    }
    30%, 70% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(70px, 0);
        opacity: 0;
    }
}

.envelope-flow {
    animation: envelope-flow-anim 3.5s ease-in-out infinite;
    transform-origin: center;
}

@keyframes arrow-slide-anim {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(5px, 0);
        opacity: 1;
    }
}

.arrow-slide-anim {
    animation: arrow-slide-anim 2s ease-in-out infinite;
}

@keyframes masked-text-blink-anim {
    0%, 45%, 100% {
        opacity: 1;
    }
    50%, 95% {
        opacity: 0.4;
    }
}

.masked-text-blink {
    animation: masked-text-blink-anim 3s ease-in-out infinite;
}

@keyframes radar-poly-pulse-anim {
    0%, 100% {
        fill-opacity: 0.3;
        stroke-opacity: 0.8;
    }
    50% {
        fill-opacity: 0.55;
        stroke-opacity: 1;
    }
}

.radar-poly-pulse {
    animation: radar-poly-pulse-anim 3s ease-in-out infinite;
}

@keyframes radar-text-pulse-anim {
    0%, 100% {
        opacity: 0.85;
        text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    }
    50% {
        opacity: 1;
        text-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    }
}

.radar-text-pulse {
    animation: radar-text-pulse-anim 2s ease-in-out infinite;
}
