.hero-sec{min-height:100vh;padding:calc(var(--nav-height) + 45px) 6% 80px;z-index:2;background:0 0;align-items:center;display:flex;position:relative;overflow:hidden}#hero-canvas{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-sec:before{content:"";filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(circle,#d8a47f26,#0000 70%);width:450px;height:450px;position:absolute;top:15%;left:5%}.hero-sec:after{content:"";filter:blur(90px);pointer-events:none;z-index:0;background:radial-gradient(circle,#b85c3814,#0000 70%);width:500px;height:500px;position:absolute;bottom:10%;right:5%}.hero-sec-container{z-index:2;justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.hero-sec-left{z-index:2;flex:1.1;max-width:650px}.hero-sec-right{z-index:2;perspective:1000px;flex:.9;justify-content:center;align-items:center;display:flex}.hero-sec-badge{color:var(--accent-primary);font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;background:#b85c380a;border:1px solid #b85c3826;border-radius:100px;align-items:center;gap:10px;margin-bottom:24px;padding:8px 18px;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #b85c3808}.hero-sec-badge-dot{background:var(--accent-primary);width:6px;height:6px;box-shadow:0 0 10px var(--accent-primary);border-radius:50%;animation:1.8s infinite alternate badge-pulse}@keyframes badge-pulse{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.3)}}.hero-sec-title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.8rem,4.2vw,4.2rem);font-weight:800;line-height:1.1}.hero-sec-title span{display:block}.hero-sec-title-gradient{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline}.hero-sec-description{color:#5a5a5a;max-width:580px;margin-bottom:36px;font-size:1.05rem;line-height:1.8}.hero-sec-actions{flex-wrap:wrap;gap:20px;margin-bottom:50px;display:flex}.hero-sec-actions .btn{border-radius:10px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:all .35s cubic-bezier(.16,1,.3,1)}.hero-sec-actions .btn-primary{background:linear-gradient(135deg, var(--accent-primary) 0%, #c87b5b 100%);color:#fff;border:none;position:relative;overflow:hidden;box-shadow:0 8px 24px #b85c3833}.hero-sec-actions .btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.hero-sec-actions .btn-primary:hover:before{left:100%}.hero-sec-actions .btn-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 32px #b85c3852}.hero-sec-actions .btn-secondary{color:var(--accent-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:0 0;border:1.5px solid #b85c3859}.hero-sec-actions .btn-secondary:hover{border-color:var(--accent-primary);background:#b85c380d;transform:translateY(-2px);box-shadow:0 6px 20px #b85c3814}.hero-sec-stats{grid-template-columns:repeat(2,1fr);gap:20px;max-width:580px;display:grid}.hero-sec-stat-box{-webkit-backdrop-filter:blur(12px);background:#ffffff8c;border:1px solid #d8a47f38;border-radius:14px;padding:20px 24px;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 6px 20px #d8a47f0a}.hero-sec-stat-box:hover{background:#fffffff2;border-color:#b85c3859;transform:translateY(-3px);box-shadow:0 12px 30px #b85c3814}.hero-sec-stat-num{font-family:var(--font-heading);color:var(--accent-primary);margin-bottom:6px;font-size:2.2rem;font-weight:800;line-height:1}.hero-sec-stat-label{color:#757575;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:600}.hero-sec-right .dashboard-container{-webkit-backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #d8a47f40;border-radius:20px;width:100%;max-width:520px;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s;overflow:hidden;box-shadow:0 30px 60px #b85c3814,inset 0 1px #ffffffe6}.hero-sec-right .dashboard-container:hover{box-shadow:0 40px 80px #b85c3824,inset 0 1px #ffffffe6}.hero-sec-right .db-header{background:#f7f3edd9;border-bottom:1px solid #d8a47f2e;padding:16px 24px}.hero-sec-right .db-dots span{width:10px;height:10px;margin-right:2px}.hero-sec-right .db-title{color:#4a4a4a;letter-spacing:.08em;text-transform:uppercase;font-family:Georgia,serif;font-size:.85rem;font-weight:700}.hero-sec-right .db-tabs{background:#f7f3ed73;border-bottom:1px solid #d8a47f24}.hero-sec-right .db-tab{color:#757575;font-family:var(--font-heading);border-bottom:none;padding:14px;font-size:.8rem;transition:all .3s}.hero-sec-right .db-tab:hover{color:var(--accent-primary);background:#b85c3808}.hero-sec-right .db-tab.active{color:var(--accent-primary);background:#ffffffa6;border-bottom:none;font-weight:700}.hero-sec-right .db-content{height:315px;padding:24px}.hero-sec-right .ai-nodes-grid{background:#f7f3ed80;border:1px solid #d8a47f24;gap:12px;padding:14px}.hero-sec-right .ai-node-box{color:var(--text-primary);background:#ffffffd9;border:1px solid #d8a47f2e;border-radius:12px;flex-direction:column;justify-content:space-between;align-items:center;min-height:108px;padding:22px 8px;font-family:Georgia,serif;font-size:.75rem;font-weight:700;transition:all .3s;display:flex}.hero-sec-right .ai-node-box.active{background:#fff;border-color:#b85c38;box-shadow:0 6px 16px #b85c3812}.hero-sec-right .node-pulse{background:#eadcd0;border-radius:50%;width:9px;height:9px;transition:all .3s}.hero-sec-right .ai-node-box.active .node-pulse{background:var(--accent-primary);box-shadow:0 0 10px var(--accent-primary)}.hero-sec-right .telemetry-item{border-left:3px solid var(--accent-secondary);margin-bottom:20px;padding-left:14px}.hero-sec-right .telemetry-item.success{border-left-color:var(--accent-success)}.hero-sec-right .telemetry-item h4{color:#8c8c8c;font-size:.72rem;font-family:var(--font-heading);letter-spacing:.02em;margin-bottom:4px;font-weight:500}.hero-sec-right .telemetry-item p{color:#2f2f2f;font-family:Georgia,serif;font-size:1.45rem;font-weight:700}.hero-sec-right .cloud-chart-svg{background:#f7f3ed80;border:1px solid #d8a47f1f}.hero-sec-right .cloud-metric-card{background:#ffffffb3;border:1px solid #d8a47f24;border-radius:8px}.hero-sec-right .cloud-metric-card p{color:var(--accent-primary)}.hero-sec-right .threat-stream{background:#f7f3ed80;border:1px solid #d8a47f24}.hero-sec-right .threat-log-line{border-bottom:1px solid #d8a47f14}.hero-sec-right .threat-log-line .timestamp{color:var(--accent-primary);opacity:.85}.hero-sec-right .threat-log-line .status-badge.blocked{color:var(--accent-primary);background:#b85c3814;border:1px solid #b85c3826}.hero-sec-right .threat-log-line .status-badge.flagged{color:#8c5333;background:#d8a47f26;border:1px solid #d8a47f40}.hero-sec-right .analytics-pie-widget{background:#f7f3ed80;border:1px solid #d8a47f24}.hero-sec-right .analytics-list-item{border-bottom:1px solid #d8a47f14}.hero-sec-right .analytics-list-item span:last-child{color:var(--accent-primary)}@media (max-width:1200px){.hero-sec-container{gap:40px}}@media (max-width:991px){.hero-sec{padding-top:calc(var(--nav-height) + 30px);min-height:auto}.hero-sec-container{text-align:center;flex-direction:column;gap:50px}.hero-sec-left{flex-direction:column;align-items:center;max-width:100%;display:flex}.hero-sec-description{margin-left:auto;margin-right:auto}.hero-sec-actions{justify-content:center}.hero-sec-stats{width:100%;margin-left:auto;margin-right:auto}.hero-sec-right{width:100%;max-width:520px;margin:0 auto}}@media (max-width:576px){.hero-sec-stats{grid-template-columns:1fr}.hero-sec-actions{flex-direction:column;gap:12px;width:100%}.hero-sec-actions .btn{width:100%}}@media (max-width:480px){.hero-sec-title{font-size:2.1rem!important}}
