.presentation-container{width:100%;height:100vh;font-family:Arial,sans-serif;position:relative;overflow:hidden}.slide-background{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.slide-overlay{z-index:1;background:#0a1d2ea6;position:absolute;inset:0}.slide-wrapper{z-index:10;height:100%;transition:all .5s;position:relative}.slide-wrapper.transitioning{opacity:0;transform:scale(.98)}.slide-content{z-index:2;color:#fff;width:100%;max-width:1400px;height:100%;margin:0 auto;position:relative}.logo-area{letter-spacing:5px;color:#fff;text-shadow:0 4px 10px #0000004d;margin-bottom:40px;font-size:80px;font-weight:700}.accent-line{background-color:#8d6f59;width:100px;height:4px;margin:0 auto 40px}.main-title{text-align:center;color:#fff;max-width:900px;margin-bottom:20px;font-size:48px;font-weight:300;line-height:1.3}.subtitle-accent{color:#8d6f59;text-transform:uppercase;letter-spacing:2px;font-size:24px}.slide-title{color:#fff;margin-bottom:10px;font-size:52px;font-weight:700;line-height:1.1}.slide-subtitle{color:#8d6f59;font-size:24px;font-weight:600}.header-section{border-bottom:2px solid #8d6f59;margin-bottom:30px;padding-bottom:20px}.description-box{color:#d8d3c8;background:#8d6f5914;border-left:5px solid #8d6f59;border-radius:8px;margin-bottom:15px;padding:20px 20px 20px 25px;font-size:18px;line-height:1.9}.strategic-goal{color:#d8d3c8;border-left:4px solid #8d6f59;margin-bottom:20px;padding-left:20px;font-size:18px;font-style:italic;line-height:1.5}.features-list{background:#8d6f590f;border:2px solid #8d6f5933;border-radius:12px;flex-direction:column;gap:18px;padding:25px;list-style:none;display:flex}.feature-item{color:#fff;align-items:center;gap:16px;font-size:17px;font-weight:500;animation:.8s ease-out backwards featureSlide;display:flex}.feature-item i{color:#8d6f59;flex-shrink:0;font-size:22px}@keyframes featureSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.problem-stats-list{background:#8d6f590f;border:2px solid #8d6f5933;border-radius:12px;flex-direction:column;gap:18px;padding:25px;list-style:none;display:flex}.problem-stat-item{color:#fff;align-items:center;gap:16px;font-size:17px;font-weight:500;animation:.8s ease-out backwards featureSlide;display:flex}.problem-stat-item i{color:#8d6f59;flex-shrink:0;font-size:22px}.problem-stat-item .stat-value{color:#fff;min-width:70px;font-weight:800}.problem-stat-item .stat-label{color:#d8d3c8;font-weight:400}.feature-card{background:#8d6f5914;border:1px solid #8d6f5940;border-left:4px solid #8d6f59;border-radius:8px;padding:16px 20px;animation:.8s ease-out backwards featureSlide}.feature-card-header{align-items:center;gap:12px;margin-bottom:8px;display:flex}.feature-card-header i{color:#8d6f59;font-size:18px}.feature-card-title{color:#fff;font-size:17px;font-weight:700}.feature-card-desc{color:#b0b0b0;padding-left:30px;font-size:15px;line-height:1.5}.process-list{list-style:none}.process-item{margin-bottom:20px}.process-item h3{color:#fff;align-items:center;gap:10px;margin-bottom:8px;font-size:18px;display:flex}.process-item h3 i{color:#8d6f59;font-size:16px}.process-item p{color:#b0b0b0;padding-left:26px;font-size:15px;line-height:1.4}.heartbeat-icon{animation:1.5s ease-in-out infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}}.investor-value{background:#8d6f591a;border:1px solid #8d6f594d;border-radius:8px;margin-top:20px;padding:15px}.investor-value h4{color:#8d6f59;margin-bottom:8px;font-size:16px}.investor-value p{color:#fff;font-size:15px}.network-canvas{justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative}.network-node{background:#8d6f59;border-radius:50%;width:16px;height:16px;animation:2s ease-in-out infinite nodePulse;position:absolute;box-shadow:0 0 12px #8d6f5999}.node-1{animation-delay:0s;top:10%;left:10%}.node-2{animation-delay:.3s;top:15%;right:15%}.node-3{animation-delay:.6s;top:50%;left:5%}.node-4{animation-delay:.9s;top:50%;right:8%}.node-5{animation-delay:1.2s;bottom:15%;left:12%}.node-6{animation-delay:1.5s;bottom:10%;right:10%}.node-7{animation-delay:.2s;top:30%;left:25%}.node-8{animation-delay:.8s;top:65%;right:20%}@keyframes nodePulse{0%,to{transform:scale(1);box-shadow:0 0 12px #8d6f5999}50%{transform:scale(1.4);box-shadow:0 0 20px #8d6f59}}.connection-path{opacity:0;background:linear-gradient(90deg,#0000,#8d6f59,#0000);animation:3s ease-in-out infinite pathFlow;position:absolute}.path-1{width:180px;height:2px;animation-delay:0s;top:12%;left:15%}.path-2{width:150px;height:2px;animation-delay:.5s;top:48%;left:10%}.path-3{width:200px;height:2px;animation-delay:1s;bottom:12%;left:15%}.path-4{width:2px;height:180px;animation-delay:.3s;top:15%;right:12%}.path-5{width:2px;height:150px;animation-delay:.8s;top:50%;right:10%}@keyframes pathFlow{0%,20%{opacity:0}50%,80%{opacity:.7}to{opacity:0}}.central-hub{z-index:10;background:radial-gradient(circle,#8d6f594d,#0000);border:3px solid #8d6f59;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:2.5s ease-in-out infinite hubPulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #8d6f5980}.hub-icon{color:#8d6f59;font-size:40px;animation:2s ease-in-out infinite hubGlow}@keyframes hubPulse{0%,to{box-shadow:0 0 40px #8d6f5980,inset 0 0 20px #8d6f591a}50%{box-shadow:0 0 80px #8d6f59e6,inset 0 0 40px #8d6f594d}}@keyframes hubGlow{0%,to{text-shadow:0 0 15px #8d6f5999}50%{text-shadow:0 0 30px #8d6f59}}.diagram-container-v2{width:600px;height:400px;position:relative}.department-module-v2{z-index:5;color:#fff;background:#ffffff0d;border:1px solid #5c656d;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;width:100px;height:50px;font-size:12px;display:flex;position:absolute}.department-module-v2 i{color:#d8d3c8;margin-bottom:4px;font-size:14px}.connector-line-v2{z-index:2;background-color:#8d6f5966;height:2px;animation:2s ease-in-out infinite lineGlowV2;position:absolute;box-shadow:0 0 10px #8d6f5999}@keyframes lineGlowV2{0%,to{box-shadow:0 0 10px #8d6f5999}50%{box-shadow:0 0 20px #8d6f59}}.ai-core-v2{z-index:10;background:#8d6f5926;border:2px solid #8d6f59;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;animation:1.5s ease-in-out infinite corePulseV2;display:flex;position:absolute;top:200px;left:300px;transform:translate(-50%,-50%);box-shadow:0 0 30px #8d6f5980}.brain-icon-v2{color:#fff;margin-bottom:8px;font-size:30px;animation:1.5s ease-in-out infinite brainGlowV2}@keyframes corePulseV2{0%,to{box-shadow:0 0 30px #8d6f5980,inset 0 0 20px #8d6f5933}50%{box-shadow:0 0 60px #8d6f59,inset 0 0 40px #8d6f5980}}@keyframes brainGlowV2{0%,to{color:#fff;text-shadow:0 0 10px #8d6f5980}50%{color:#8d6f59;text-shadow:0 0 20px #8d6f59}}.ai-core-v2 span{letter-spacing:1px;color:#fff;font-size:16px;font-weight:700}.data-packet-v2{z-index:3;background:#8d6f59;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite packetMove;position:absolute;box-shadow:0 0 8px #8d6f59cc}@keyframes packetMove{0%{left:var(--startX);top:var(--startY);opacity:1}50%{left:var(--endX);top:var(--endY);opacity:1;box-shadow:0 0 12px #8d6f59}to{left:var(--startX);top:var(--startY);opacity:1}}.packet-inbound-0,.packet-inbound-1,.packet-inbound-2,.packet-inbound-3,.packet-inbound-4,.packet-inbound-5,.packet-outbound-0,.packet-outbound-1,.packet-outbound-2,.packet-outbound-3,.packet-outbound-4,.packet-outbound-5{animation:2s ease-in-out infinite packetMove}.talent-visualization{width:250px;height:300px;position:relative}.talent-node{color:#fff;background:#8d6f5926;border:2px solid #8d6f59;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex;position:absolute}.node-pos-1{animation:2s ease-in-out infinite talentPulse;top:0;left:50%;transform:translate(-50%)}.node-pos-2{animation:2s ease-in-out .3s infinite talentPulse;top:80px;left:0}.node-pos-3{animation:2s ease-in-out .6s infinite talentPulse;top:80px;right:0}.node-pos-4{animation:2s ease-in-out .9s infinite talentPulse;bottom:0;left:50%;transform:translate(-50%)}@keyframes talentPulse{0%,to{transform:scale(1);box-shadow:0 0 10px #8d6f5980}50%{transform:scale(1.1);box-shadow:0 0 20px #8d6f59}}.node-pos-1{animation:2s ease-in-out infinite talentPulse;transform:translate(-50%)scale(1)}.funnel-container{width:200px;height:300px;position:relative}.funnel-stage{color:#fff;background:#8d6f591a;border:2px solid #8d6f59;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute}.stage-1{width:100%;height:60px;top:0;left:0}.stage-2{width:80%;height:60px;top:70px;left:10%}.stage-3{width:60%;height:60px;top:140px;left:20%}.stage-4{width:40%;height:60px;top:210px;left:30%}.conversion-item{background:#8d6f59;border-radius:50%;width:12px;height:12px;position:absolute;box-shadow:0 0 8px #8d6f59cc}.item-1{animation:3s ease-in-out infinite flowDown1}.item-2{animation:3s ease-in-out infinite flowDown2}.item-3{animation:3s ease-in-out infinite flowDown3}@keyframes flowDown1{0%{opacity:1;top:20px;left:50%}to{opacity:.3;top:240px;left:50%}}@keyframes flowDown2{0%{opacity:0;top:20px;left:45%}33%{opacity:1;top:20px;left:45%}to{opacity:.3;top:240px;left:50%}}@keyframes flowDown3{0%{opacity:0;top:20px;left:55%}66%{opacity:1;top:20px;left:55%}to{opacity:.3;top:240px;left:50%}}.wave-container{width:250px;height:250px;position:relative}.wave{opacity:.6;border:2px solid #8d6f59;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wave-1{animation:2s ease-out infinite expandWave}.wave-2{animation:2s ease-out .5s infinite expandWave}.wave-3{animation:2s ease-out 1s infinite expandWave}@keyframes expandWave{0%{opacity:1;width:20px;height:20px}to{opacity:0;width:200px;height:200px}}.center-point{color:#fff;z-index:10;background:#8d6f59;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 15px #8d6f59cc}.audience-node{color:#fff;background:#8d6f5926;border:1px solid #8d6f59;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:14px;display:flex;position:absolute}.audience-1{top:10px;left:50%;transform:translate(-50%)}.audience-2{bottom:10px;left:50%;transform:translate(-50%)}.audience-3{top:50%;left:10px;transform:translateY(-50%)}.audience-4{top:50%;right:10px;transform:translateY(-50%)}.gears-container{width:200px;height:150px;position:relative}.gear{color:#8d6f59;background:#8d6f591a;border:3px solid #8d6f59;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex;position:absolute}.gear-1{animation:3s linear infinite rotateCW;top:0;left:0}.gear-2{animation:3s linear infinite rotateCCW;top:0;right:0}.gear-3{animation:3s linear infinite rotateCW;bottom:0;left:50%;transform:translate(-50%)}@keyframes rotateCW{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateCCW{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.chart-container{justify-content:space-around;align-items:flex-end;gap:10px;width:180px;height:120px;display:flex}.chart-bar{background:#8d6f594d;border-top:2px solid #8d6f59;width:30px;animation:2s ease-out infinite growBar}.bar-1{animation-delay:0s}.bar-2{animation-delay:.3s}.bar-3{animation-delay:.6s}.bar-4{animation-delay:.9s}.bar-5{animation-delay:1.2s}@keyframes growBar{0%{height:20px}50%{height:100px}to{height:20px}}.stat-card{background:linear-gradient(135deg,#8d6f5926,#8d6f590d);border:2px solid #8d6f5966;border-radius:10px;padding:14px 16px;animation:3s ease-in-out infinite cardFloat;position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg,#0000,#8d6f59,#0000);height:2px;animation:2s ease-in-out infinite topGlow;position:absolute;top:0;left:0;right:0}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes topGlow{0%,to{opacity:.3}50%{opacity:1}}.team-item{background:linear-gradient(135deg,#8d6f5914,#8d6f5905);border:1px solid #8d6f5940;border-radius:10px;padding:12px 14px;animation:.8s ease-out backwards itemSlide}.team-item h3{color:#fff;text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:8px;margin-bottom:4px;font-size:13px;font-weight:700;display:flex}.team-item h3 i{color:#8d6f59;font-size:14px}.team-item p{color:#b8b0a0;font-size:12px;line-height:1.3}@keyframes itemSlide{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}.team-network{width:280px;height:280px;position:relative}.network-center{color:#8d6f59;z-index:2;background:linear-gradient(135deg,#8d6f594d,#8d6f591a);border:2px solid #8d6f59;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;animation:2s ease-in-out infinite centerPulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes centerPulse{0%,to{box-shadow:0 0 15px #8d6f594d}50%{box-shadow:0 0 30px #8d6f59b3}}.team-member{color:#8d6f59;opacity:0;background:#8d6f591f;border:2px solid #8d6f59;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:22px;animation:.8s ease-out forwards memberFadeIn;display:flex;position:absolute}.member-1{animation-delay:0s;top:10px;left:50%;transform:translate(-50%)}.member-2{animation-delay:.2s;top:50%;left:10px;transform:translateY(-50%)}.member-3{animation-delay:.4s;top:50%;right:10px;transform:translateY(-50%)}.member-4{animation-delay:.6s;bottom:10px;left:50%;transform:translate(-50%)}@keyframes memberFadeIn{0%{opacity:0}to{opacity:1}}.connection-line-h,.connection-line-v{opacity:0;background:linear-gradient(90deg,#0000,#8d6f59,#0000);animation:1.2s ease-out .8s forwards lineAppear;position:absolute}.connection-line-h{width:80px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.connection-line-v{width:2px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes lineAppear{0%{opacity:0}to{opacity:.5}}.metric-box{text-align:center;background:#8d6f5914;border:2px solid #8d6f594d;border-radius:8px;padding:12px;animation:2.5s ease-in-out infinite metricPulse}@keyframes metricPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.metric-value{color:#8d6f59;margin-bottom:3px;font-size:24px;font-weight:900}.metric-label{color:#d8d3c8;text-transform:uppercase;letter-spacing:.2px;font-size:10px;font-weight:700}.compliance-card{background:linear-gradient(135deg,#8d6f5926,#8d6f590d);border:2px solid #8d6f5966;border-radius:10px;padding:16px;animation:3s ease-in-out infinite cardFloat;position:relative;overflow:hidden}.compliance-card:before{content:"";background:linear-gradient(90deg,#0000,#8d6f59,#0000);height:2px;animation:2s ease-in-out infinite topGlow;position:absolute;top:0;left:0;right:0}.radar-container{justify-content:center;align-items:center;width:100%;height:100%;min-height:350px;display:flex;position:relative}.radar-ring{border:3px solid #8d6f5966;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-1{width:320px;height:320px}.ring-2{width:220px;height:220px}.ring-3{width:140px;height:140px}.sweep-line{transform-origin:top;background:linear-gradient(#8d6f59,#0000);width:2px;height:150px;animation:4s linear infinite sweepRotate;position:absolute;top:50%;left:50%;box-shadow:0 0 15px #8d6f59cc}@keyframes sweepRotate{0%{transform:translate(-50%)rotate(0)}to{transform:translate(-50%)rotate(360deg)}}.threat-dot{background:#8d6f59;border-radius:50%;width:12px;height:12px;animation:4s ease-in-out infinite threatAppear;position:absolute;top:50%;left:50%}.threat-1{animation-delay:0s}.threat-2{animation-delay:1.3s}.threat-3{animation-delay:2.6s}@keyframes threatAppear{0%{opacity:0;transform:translate(-50%,-50%)translateY(-80px)scale(0)}20%{opacity:1}40%{opacity:1;transform:translate(-50%,-50%)translate(60px,-60px)scale(1);box-shadow:0 0 20px #8d6f59e6}60%{opacity:.7;transform:translate(-50%,-50%)translate(60px,-60px)scale(1.3)}to{opacity:0;transform:translate(-50%,-50%)translate(60px,-60px)scale(0)}}.center-shield{z-index:10;background:radial-gradient(circle,#8d6f5966,#8d6f591a);border:2px solid #8d6f59;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:2s ease-in-out infinite shieldPulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shield-icon{color:#8d6f59;font-size:30px;animation:2s ease-in-out infinite shieldGlow}@keyframes shieldPulse{0%,to{box-shadow:0 0 20px #8d6f5966}50%{box-shadow:0 0 40px #8d6f59cc}}@keyframes shieldGlow{0%,to{text-shadow:0 0 10px #8d6f5980}50%{text-shadow:0 0 20px #8d6f59}}.status-indicator{color:#8d6f59;font-size:12px;font-weight:700;animation:1.5s ease-in-out infinite statusBlink;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@keyframes statusBlink{0%,to{opacity:.5}50%{opacity:1}}.accent-line-center{background:linear-gradient(90deg,#0000,#8d6f59,#0000);width:80px;height:3px;margin:0 auto;animation:2s ease-in-out infinite lineGlow}.accent-line-small{background:linear-gradient(90deg,#0000,#8d6f59,#0000);width:80px;height:3px;animation:2s ease-in-out infinite lineGlow}.contact-card{background:linear-gradient(135deg,#8d6f591f,#8d6f590a);border:2px solid #8d6f5959;border-radius:12px;align-items:flex-start;gap:14px;padding:18px 20px;animation:.8s ease-out backwards cardSlide;display:flex}@keyframes cardSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.contact-icon-pulse{color:#8d6f59;flex-shrink:0;font-size:32px;animation:2s ease-in-out infinite iconPulse}@keyframes iconPulse{0%,to{text-shadow:0 0 12px #8d6f5966;transform:scale(1)}50%{text-shadow:0 0 25px #8d6f59cc;transform:scale(1.1)}}.benefit-box{text-align:center;background:#8d6f5914;border:2px solid #8d6f5940;border-radius:10px;flex-direction:column;align-items:center;padding:16px;animation:3s ease-in-out infinite boxFloat;display:flex}@keyframes boxFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.nav-arrow{z-index:40;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.nav-arrow:hover{background:#fff3;transform:translateY(-50%)scale(1.1)}.nav-arrow-left{left:80px}.nav-arrow-right{right:100px}.slide-counter{z-index:40;color:#fff9;letter-spacing:2px;font-family:monospace;font-size:14px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.keyboard-hint{z-index:40;color:#fff6;align-items:center;gap:8px;font-size:12px;display:flex;position:fixed;bottom:24px;right:24px}.key-hint{border:1px solid #fff3;border-radius:4px;padding:4px 8px}.portal-stat-card{text-align:center;background:#8d6f5914;border:2px solid #8d6f594d;border-radius:10px;padding:20px;animation:3s ease-in-out infinite cardFloat}.portal-stat-value{color:#8d6f59;margin-bottom:5px;font-size:28px;font-weight:900}.portal-stat-label{color:#d8d3c8;text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.ecosystem-card{background:#8d6f590f;border:2px solid #8d6f5940;border-left:4px solid #8d6f59;border-radius:8px;padding:16px 20px}.ecosystem-title{color:#8d6f59;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:12px;font-weight:700}.ecosystem-platforms{justify-content:space-between;gap:10px;display:flex}.ecosystem-platform{color:#d8d3c8;font-size:13px;font-weight:500}.investment-card{background:#8d6f5914;border:2px solid #8d6f5940;border-radius:12px;align-items:flex-start;gap:16px;padding:24px;animation:.8s ease-out backwards featureSlide;display:flex}.investment-icon{background:#8d6f5926;border:2px solid #8d6f5966;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.investment-icon i{color:#8d6f59;font-size:20px}.investment-content{flex:1}.investment-title{color:#fff;margin-bottom:8px;font-size:18px;font-weight:700}.investment-desc{color:#b0b0b0;font-size:14px;line-height:1.5}.investment-tagline{color:#d8d3c8;text-align:center;background:#8d6f590f;border-left:4px solid #8d6f59;border-radius:8px;padding:20px 40px;font-size:20px}.security-card{background:#8d6f590f;border:2px solid #8d6f5933;border-radius:10px;align-items:flex-start;gap:16px;padding:16px 20px;animation:.8s ease-out backwards featureSlide;display:flex}.security-icon{background:#8d6f5926;border:2px solid #8d6f594d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.security-icon i{color:#8d6f59;font-size:16px}.security-content{flex:1}.security-title{color:#fff;margin-bottom:6px;font-size:16px;font-weight:700}.security-desc{color:#b0b0b0;font-size:13px;line-height:1.5}.security-stat-card{text-align:center;background:#8d6f5914;border:2px solid #8d6f594d;border-radius:12px;padding:30px 20px;animation:3s ease-in-out infinite cardFloat}.security-stat-value{color:#8d6f59;margin-bottom:8px;font-size:42px;font-weight:900}.security-stat-label{color:#d8d3c8;text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:700}.compliance-feature-card{text-align:center;background:#8d6f590f;border:2px solid #8d6f5933;border-radius:12px;padding:30px 24px;animation:.8s ease-out backwards featureSlide}.compliance-feature-icon{background:#8d6f591a;border:2px solid #8d6f5966;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;display:flex}.compliance-feature-icon i{color:#8d6f59;font-size:28px}.compliance-feature-title{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:16px;font-weight:800}.compliance-feature-desc{color:#b0b0b0;font-size:14px;line-height:1.6}.eleva-standard-box{background:#8d6f5914;border:2px solid #8d6f5940;border-left:4px solid #8d6f59;border-radius:8px;padding:20px 30px}.eleva-standard-label{color:#8d6f59;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px;font-size:12px;font-weight:700}.eleva-standard-text{color:#d8d3c8;font-size:16px;font-style:italic;line-height:1.6}.training-card{background:0 0;border-left:3px solid #8d6f59;padding:16px 20px;animation:.8s ease-out backwards featureSlide}.training-card-header{align-items:center;gap:12px;margin-bottom:8px;display:flex}.training-card-header i{color:#8d6f59;font-size:18px}.training-card-title{color:#fff;font-size:18px;font-weight:700}.training-card-desc{color:#a0a0a0;font-size:14px;line-height:1.6}.retention-circle{border:3px dashed #8d6f5980;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:220px;height:220px;animation:3s ease-in-out infinite pulseGlow;display:flex}.retention-value{color:#8d6f59;font-size:72px;font-weight:300;line-height:1}.retention-label{color:#fff;letter-spacing:2px;margin-top:8px;font-size:18px;font-weight:700}.retention-sublabel{color:#a0a0a0;margin-top:4px;font-size:12px}.training-stat-card{text-align:center;background:#8d6f5914;border:1px solid #8d6f5933;border-radius:8px;padding:20px;animation:.8s ease-out backwards featureSlide}.training-stat-value{color:#fff;font-size:32px;font-weight:700}.training-stat-label{color:#a0a0a0;text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:11px}.comparison-container{grid-template-columns:1fr 1fr;gap:30px;display:grid}.comparison-column{flex-direction:column;gap:12px;display:flex}.comparison-header{text-align:center;border-bottom:2px solid #ffffff1a;margin-bottom:8px;padding-bottom:10px;font-size:20px;font-weight:700}.before-header{color:#e74c3c}.after-header{color:#2ecc71}.comparison-cards{flex-direction:column;gap:12px;display:flex}.comparison-card{background:#8d6f590f;border:1px solid #8d6f5926;border-radius:10px;padding:18px 24px;animation:.6s ease-out backwards featureSlide}.before-card{border-left:3px solid #e74c3c66}.after-card{border-left:3px solid #2ecc7180}.comparison-label{color:#a0a0a0;margin-bottom:6px;font-size:13px}.comparison-value{color:#fff;font-size:32px;font-weight:700}.comparison-value-row{justify-content:space-between;align-items:center;display:flex}.comparison-badge{color:#2ecc71;background:#2ecc7126;border:1px solid #2ecc7166;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600}.why-card{background:#8d6f590f;border:1px solid #8d6f5933;border-left:3px solid #8d6f59;border-radius:10px;padding:20px 24px;animation:.6s ease-out backwards featureSlide}.ceo-card{min-height:100px}.why-card-header{align-items:center;gap:12px;margin-bottom:10px;display:flex}.why-card-header i{color:#8d6f59;font-size:18px}.why-card-title{color:#fff;font-size:18px;font-weight:700}.why-card-desc{color:#a0a0a0;font-size:14px;line-height:1.6}.why-accent{color:#8d6f59;font-weight:600}.why-stat-card{text-align:center;background:#8d6f590f;border:1px solid #8d6f5933;border-radius:10px;padding:24px;animation:.6s ease-out backwards featureSlide}.why-stat-value{color:#8d6f59;font-size:48px;font-weight:300;line-height:1}.why-stat-label{color:#a0a0a0;text-transform:uppercase;letter-spacing:2px;margin-top:8px;font-size:12px}.why-feature-card{background:#8d6f590a;border:1px solid #8d6f5926;border-radius:10px;padding:18px 24px;animation:.6s ease-out backwards featureSlide}.competitive-edge-box{text-align:center;background:#8d6f5914;border:2px solid #8d6f5940;border-radius:10px;padding:20px 24px;animation:.6s ease-out backwards featureSlide}.competitive-edge-label{color:#8d6f59;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-size:12px;font-weight:700}.competitive-edge-text{color:#d8d3c8;font-size:15px;font-style:italic;line-height:1.6}
