.elementor-14931 .elementor-element.elementor-element-68cf1a9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9ea7636 *//* ═══════════════════════════════════════════
     RESET &amp; BASE
     ═══════════════════════════════════════════ */
  html { scroll-behavior: smooth; }
  body {
    background:
		radial-gradient(ellipse at 20% 50%, rgba(0,240,255,.04) 0%, transparent 60%),
		radial-gradient(ellipse at 80% 50%, rgba(0,255,65,.03) 0%, transparent 60%),
		linear-gradient(180deg,#0a0e17 0%,#0d1525 50%,#0a0e17 100%);
    color: #c9d1d9;
    line-height: 1.7;
    overflow-x: hidden;
  }
  a { color: #f97316; text-decoration: none; transition: color .3s; }
  a:hover { color: #fdba74; }
  a:focus-visible { outline: 2px solid #f97316; outline-offset: 2px; }

  /* ═══════════════════════════════════════════
     KEYFRAME ANIMATIONS (25+)
     ═══════════════════════════════════════════ */
  @keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-60px); }
    100% { opacity: 1; transform: translateX(0); }
  }
  @keyframes fadeInRight {
    0% { opacity: 0; transform: translateX(60px); }
    100% { opacity: 1; transform: translateX(0); }
  }
  @keyframes fadeInScale {
    0% { opacity: 0; transform: scale(.6); }
    100% { opacity: 1; transform: scale(1); }
  }
  @keyframes pulse {
    0%, 100% { opacity: .6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
  }
  @keyframes glow {
    0%, 100% { box-shadow: 0 0 8px rgba(249,115,22,.4), 0 0 20px rgba(249,115,22,.15); }
    50% { box-shadow: 0 0 18px rgba(249,115,22,.7), 0 0 40px rgba(249,115,22,.3); }
  }
  @keyframes glowOrange {
    0%, 100% { box-shadow: 0 0 6px rgba(249,115,22,.3); }
    50% { box-shadow: 0 0 22px rgba(249,115,22,.6), 0 0 44px rgba(249,115,22,.2); }
  }
  @keyframes glowRed {
    0%, 100% { box-shadow: 0 0 6px rgba(239,68,68,.3); }
    50% { box-shadow: 0 0 24px rgba(239,68,68,.7), 0 0 48px rgba(239,68,68,.3); }
  }
  @keyframes glowGreen {
    0%, 100% { box-shadow: 0 0 6px rgba(34,197,94,.3); }
    50% { box-shadow: 0 0 20px rgba(34,197,94,.6); }
  }
  @keyframes dataFlow {
    0% { stroke-dashoffset: 24; }
    100% { stroke-dashoffset: 0; }
  }
  @keyframes drawLine {
    0% { stroke-dashoffset: 400; }
    100% { stroke-dashoffset: 0; }
  }
  @keyframes nodeReveal {
    0% { opacity: 0; transform: scale(.3); filter: blur(8px); }
    60% { transform: scale(1.15); filter: blur(0); }
    100% { opacity: 1; transform: scale(1); filter: blur(0); }
  }
  @keyframes scanSweep {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: .2; }
  }
  @keyframes textGlow {
    0%, 100% { text-shadow: 0 0 8px rgba(249,115,22,.3); }
    50% { text-shadow: 0 0 18px rgba(249,115,22,.7), 0 0 36px rgba(249,115,22,.3); }
  }
  @keyframes slideInBorder {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
  }
  @keyframes ripple {
    0% { box-shadow: 0 0 0 0 rgba(249,115,22,.4); }
    100% { box-shadow: 0 0 0 20px rgba(249,115,22,0); }
  }
  @keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }
  @keyframes scrollHint {
    0%, 100% { opacity: .3; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(8px); }
  }
  @keyframes rotateGrad {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @keyframes borderTrace {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  @keyframes pinDrop {
    0% { opacity: 0; transform: translateY(-30px) scale(0); }
    60% { transform: translateY(2px) scale(1.2); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
  }
  @keyframes attackerScan {
    0%, 100% { transform: translateX(0); opacity: .7; }
    25% { transform: translateX(8px); opacity: 1; }
    50% { transform: translateX(0); opacity: .7; }
    75% { transform: translateX(-8px); opacity: 1; }
  }
  @keyframes originReveal {
    0% { background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.3); }
    30% { background: rgba(239,68,68,.25); border-color: rgba(239,68,68,.7); }
    60% { background: rgba(239,68,68,.15); border-color: rgba(239,68,68,.5); }
    100% { background: rgba(239,68,68,.3); border-color: rgba(239,68,68,.9); }
  }
  @keyframes wafInspect {
    0% { width: 0; opacity: 0; }
    50% { opacity: 1; }
    100% { width: 100%; opacity: 1; }
  }
  @keyframes trafficPulse {
    0% { opacity: .15; }
    50% { opacity: .8; }
    100% { opacity: .15; }
  }
  @keyframes mapGridPulse {
    0%, 100% { opacity: .04; }
    50% { opacity: .1; }
  }
  @keyframes userConnect {
    0% { opacity: 0; transform: scale(.5); }
    50% { opacity: 1; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
  }
  @keyframes edgeGlow {
    0%, 100% { box-shadow: 0 0 4px rgba(249,115,22,.3), inset 0 0 6px rgba(249,115,22,.1); }
    50% { box-shadow: 0 0 16px rgba(249,115,22,.6), inset 0 0 12px rgba(249,115,22,.2); }
  }
  @keyframes shieldPulse {
    0%, 100% { transform: scale(1); opacity: .8; }
    50% { transform: scale(1.15); opacity: 1; }
  }
  @keyframes ipReveal {
    0% { opacity: 0; letter-spacing: 8px; filter: blur(4px); }
    100% { opacity: 1; letter-spacing: 1px; filter: blur(0); }
  }
  @keyframes bypassArrow {
    0% { transform: translateX(0) scaleX(1); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateX(40px) scaleX(1); opacity: 0; }
  }
  @keyframes geoLabel {
    0% { opacity: 0; transform: translateY(6px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  /* ═══════════════════════════════════════════
     LAYOUT
     ═══════════════════════════════════════════ */
  .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  .section { padding: 80px 0; position: relative; }
  .divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #f97316, #fdba74, #f97316, transparent);
    margin: 0 auto;
    max-width: 600px;
    animation: slideInBorder 1.5s ease-out forwards;
    transform-origin: center;
  }

  /* ═══════════════════════════════════════════
     HERO
     ═══════════════════════════════════════════ */
  .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 60px 24px;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -40%; left: -20%;
    width: 140%; height: 180%;
    background: radial-gradient(ellipse at 30% 50%, rgba(249,115,22,.08) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 50%, rgba(253,186,116,.06) 0%, transparent 55%);
    animation: rotateGrad 30s linear infinite;
    z-index: 0;
  }
  .hero-badge {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid rgba(249,115,22,.4);
    border-radius: 40px;
    font-size: .8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f97316;
    margin-bottom: 24px;
    animation: fadeInUp .8s ease-out both, glow 3s ease-in-out infinite;
    position: relative;
    z-index: 1;
  }
  .hero h1 {
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 800;
    background: linear-gradient(135deg, #f97316, #fdba74, #fb923c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp .8s .2s ease-out both, textGlow 4s 2s ease-in-out infinite;
    position: relative;
    z-index: 1;
  }
  .hero .subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #8b949e;
    max-width: 700px;
    margin: 20px auto 0;
    animation: fadeInUp .8s .4s ease-out both;
    position: relative;
    z-index: 1;
  }
  .hero .tactic-tag {
    margin-top: 20px;
    animation: fadeInUp .8s .6s ease-out both;
    position: relative;
    z-index: 1;
  }
  .tactic-tag span {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 6px;
    font-size: .85rem;
    margin: 4px;
    background: rgba(249,115,22,.12);
    border: 1px solid rgba(249,115,22,.25);
    color: #fdba74;
  }

  /* ═══════════════════════════════════════════
     CDN SIMULATION
     ═══════════════════════════════════════════ */
  .cdn-sim {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: 560px;
    margin: 40px auto 0;
    animation: fadeInUp 1s .8s ease-out both;
    z-index: 1;
    background: rgba(0,0,0,.3);
    border: 1px solid rgba(249,115,22,.15);
    border-radius: 16px;
    overflow: hidden;
  }
  .cdn-sim::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(249,115,22,.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(249,115,22,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    animation: mapGridPulse 6s ease-in-out infinite;
    z-index: 0;
  }
  .cdn-sim svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  /* scan sweep */
  .cdn-scan-sweep {
    position: absolute;
    top: 50%; left: 50%;
    width: 100%; height: 100%;
    transform-origin: center center;
    animation: scanSweep 10s linear infinite;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(249,115,22,.03) 30deg, transparent 60deg);
    pointer-events: none;
    z-index: 2;
  }
  /* connection lines */
  .cdn-conn-line {
    fill: none;
    stroke-width: 1.5;
    stroke-dasharray: 400;
    animation: drawLine 3s ease-out forwards;
  }
  .cdn-conn-line.user1 { stroke: rgba(34,197,94,.5); animation-delay: 1.2s; }
  .cdn-conn-line.user2 { stroke: rgba(34,197,94,.5); animation-delay: 1.6s; }
  .cdn-conn-line.user3 { stroke: rgba(34,197,94,.5); animation-delay: 2s; }
  .cdn-conn-line.user4 { stroke: rgba(34,197,94,.5); animation-delay: 2.4s; }
  .cdn-conn-line.user5 { stroke: rgba(34,197,94,.5); animation-delay: 2.8s; }
  .cdn-conn-line.edge1 { stroke: rgba(249,115,22,.6); animation-delay: 3.2s; }
  .cdn-conn-line.edge2 { stroke: rgba(249,115,22,.6); animation-delay: 3.6s; }
  .cdn-conn-line.edge3 { stroke: rgba(249,115,22,.6); animation-delay: 4s; }
  .cdn-conn-line.origin { stroke: rgba(249,115,22,.8); animation-delay: 4.4s; }
  .cdn-conn-line.attack { stroke: rgba(239,68,68,.7); stroke-dasharray: 8 4; animation: drawLine 3s 5s ease-out forwards; }
  /* data flow lines */
  .cdn-data-flow {
    fill: none;
    stroke: rgba(249,115,22,.4);
    stroke-width: 1;
    stroke-dasharray: 6 6;
    animation: dataFlow .8s linear infinite;
  }
  .cdn-data-flow.d1 { animation-delay: 0s; }
  .cdn-data-flow.d2 { animation-delay: .3s; }
  .cdn-data-flow.d3 { animation-delay: .6s; }
  .cdn-data-flow.d4 { animation-delay: .15s; }
  .cdn-data-flow.d5 { animation-delay: .45s; }

  /* edge nodes */
  .cdn-edge-node {
    position: absolute;
    width: 44px; height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    opacity: 0;
    animation: nodeReveal .7s ease-out forwards, edgeGlow 3s ease-in-out infinite;
    z-index: 4;
    background: rgba(10,10,15,.9);
    border: 2px solid #f97316;
  }
  .cdn-edge-node::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid transparent;
    animation: ripple 2.5s ease-out infinite;
  }
  .cdn-edge-node::after { border-color: rgba(249,115,22,.3); }
  .cdn-edge-node.en1 { top: 15%; left: 18%; animation-delay: 1s; }
  .cdn-edge-node.en2 { top: 12%; left: 52%; animation-delay: 1.4s; }
  .cdn-edge-node.en3 { top: 35%; left: 35%; animation-delay: 1.8s; }
  .cdn-edge-node.en4 { top: 18%; left: 78%; animation-delay: 2.2s; }
  .cdn-edge-node.en5 { top: 38%; left: 65%; animation-delay: 2.6s; }

  /* user icons */
  .cdn-user {
    position: absolute;
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    opacity: 0;
    animation: userConnect .6s ease-out forwards, float 5s ease-in-out infinite;
    z-index: 4;
    background: rgba(34,197,94,.1);
    border: 1px solid rgba(34,197,94,.4);
  }
  .cdn-user.u1 { top: 4%; left: 12%; animation-delay: .5s, 0s; }
  .cdn-user.u2 { top: 2%; left: 46%; animation-delay: .8s, .5s; }
  .cdn-user.u3 { top: 24%; left: 26%; animation-delay: 1.1s, 1s; }
  .cdn-user.u4 { top: 6%; left: 72%; animation-delay: 1.4s, 1.5s; }
  .cdn-user.u5 { top: 26%; left: 56%; animation-delay: 1.7s, 2s; }

  /* origin server */
  .cdn-origin {
    position: absolute;
    bottom: 14%;
    left: 42%;
    width: 64px; height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    opacity: 0;
    animation: nodeReveal .8s 4.5s ease-out forwards, originReveal 4s 6s ease-in-out infinite;
    z-index: 5;
    background: rgba(10,10,15,.9);
    border: 2px solid rgba(249,115,22,.6);
  }
  .cdn-origin-label {
    position: absolute;
    bottom: 5%;
    left: 36%;
    font-size: .7rem;
    color: #f97316;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    animation: geoLabel .5s 5.2s ease-out forwards;
    z-index: 5;
    font-weight: 600;
  }
  .cdn-origin-ip {
    position: absolute;
    bottom: 2%;
    left: 38%;
    font-size: .65rem;
    color: #ef4444;
    font-family: 'Courier New', monospace;
    opacity: 0;
    animation: ipReveal 1s 7s ease-out forwards;
    z-index: 5;
  }

  /* attacker icon */
  .cdn-attacker {
    position: absolute;
    top: 28%;
    right: 6%;
    width: 50px; height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0;
    animation: nodeReveal .7s 5s ease-out forwards, attackerScan 2s 6s ease-in-out infinite;
    z-index: 6;
    background: rgba(239,68,68,.15);
    border: 2px solid rgba(239,68,68,.6);
  }
  .cdn-attacker::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(239,68,68,.2);
    animation: ripple 2s ease-out infinite;
  }
  .cdn-attacker-label {
    position: absolute;
    top: 22%;
    right: 2%;
    font-size: .65rem;
    color: #ef4444;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    animation: geoLabel .5s 5.5s ease-out forwards;
    z-index: 6;
  }

  /* shield icons (WAF) */
  .cdn-shield {
    position: absolute;
    font-size: 1.4rem;
    opacity: 0;
    animation: shieldPulse 3s ease-in-out infinite;
    z-index: 4;
  }
  .cdn-shield.s1 { top: 10%; left: 44%; animation-delay: 2s; }
  .cdn-shield.s2 { top: 28%; left: 30%; animation-delay: 2.5s; }
  .cdn-shield.s3 { top: 30%; left: 60%; animation-delay: 3s; }
  .cdn-shield-label {
    position: absolute;
    top: 7%;
    left: 42%;
    font-size: .6rem;
    color: #fdba74;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    animation: geoLabel .5s 2.8s ease-out forwards;
    z-index: 5;
    font-weight: 600;
  }

  /* WAF config panel */
  .cdn-waf-panel {
    position: absolute;
    top: 56%;
    right: 4%;
    width: 180px;
    background: rgba(0,0,0,.8);
    border: 1px solid rgba(239,68,68,.3);
    border-radius: 8px;
    padding: 12px;
    font-family: 'Courier New', monospace;
    font-size: .6rem;
    color: #ef4444;
    opacity: 0;
    animation: fadeInRight .8s 6.5s ease-out both;
    z-index: 7;
  }
  .cdn-waf-panel h4 {
    color: #fca5a5;
    font-size: .68rem;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 1px;
  }
  .cdn-waf-panel .waf-line {
    padding: 3px 0;
    border-bottom: 1px solid rgba(239,68,68,.1);
    opacity: 0;
    animation: fadeInUp .4s ease-out forwards;
    white-space: nowrap;
  }
  .cdn-waf-panel .waf-line:nth-child(2) { animation-delay: 7s; }
  .cdn-waf-panel .waf-line:nth-child(3) { animation-delay: 7.3s; }
  .cdn-waf-panel .waf-line:nth-child(4) { animation-delay: 7.6s; }
  .cdn-waf-panel .waf-line:nth-child(5) { animation-delay: 7.9s; }
  .cdn-waf-panel .waf-line:nth-child(6) { animation-delay: 8.2s; }
  .cdn-waf-panel .waf-line:nth-child(7) { animation-delay: 8.5s; }
  .cdn-waf-panel .waf-line:nth-child(8) { animation-delay: 8.8s; }

  /* CDN info terminal */
  .cdn-terminal {
    position: absolute;
    bottom: 2%;
    left: 2%;
    background: rgba(0,0,0,.8);
    border: 1px solid rgba(249,115,22,.25);
    border-radius: 8px;
    padding: 10px 14px;
    font-family: 'Courier New', monospace;
    font-size: .62rem;
    color: #22c55e;
    line-height: 1.8;
    animation: fadeInUp 1s 3s ease-out both;
    max-width: 280px;
    z-index: 7;
  }
  .cdn-terminal .cursor {
    display: inline-block;
    width: 6px; height: 12px;
    background: #22c55e;
    animation: blink 1s step-end infinite;
    vertical-align: middle;
    margin-left: 2px;
  }
  .cdn-terminal .term-line {
    opacity: 0;
    animation: fadeInLeft .5s ease-out forwards;
  }
  .cdn-terminal .term-line:nth-child(2) { animation-delay: 3.5s; }
  .cdn-terminal .term-line:nth-child(3) { animation-delay: 4.5s; }
  .cdn-terminal .term-line:nth-child(4) { animation-delay: 5.5s; }
  .cdn-terminal .term-line:nth-child(5) { animation-delay: 6.5s; }
  .cdn-terminal .term-line:nth-child(6) { animation-delay: 7.5s; }
  .cdn-terminal .term-line:nth-child(7) { animation-delay: 8.5s; }

  /* geo labels */
  .cdn-geo-label {
    position: absolute;
    font-size: .58rem;
    color: #8b949e;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    animation: geoLabel .5s ease-out forwards;
    z-index: 4;
  }
  .cdn-geo-label.g1 { top: 1%; left: 8%; animation-delay: .6s; }
  .cdn-geo-label.g2 { top: 0%; left: 42%; animation-delay: .9s; }
  .cdn-geo-label.g3 { top: 22%; left: 20%; animation-delay: 1.2s; }
  .cdn-geo-label.g4 { top: 0%; left: 68%; animation-delay: 1.5s; }
  .cdn-geo-label.g5 { top: 22%; left: 50%; animation-delay: 1.8s; }

  /* traffic arrows */
  .cdn-traffic-arrow {
    position: absolute;
    font-size: .9rem;
    color: #f97316;
    opacity: 0;
    animation: trafficPulse 2s ease-in-out infinite, geoLabel .5s ease-out forwards;
    z-index: 3;
  }
  .cdn-traffic-arrow.a1 { top: 50%; left: 28%; animation-delay: 3.5s; }
  .cdn-traffic-arrow.a2 { top: 48%; left: 50%; animation-delay: 4s; }
  .cdn-traffic-arrow.a3 { top: 46%; left: 68%; animation-delay: 4.5s; }

  /* bypass indicator */
  .cdn-bypass {
    position: absolute;
    top: 32%;
    right: 14%;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: .7rem;
    color: #ef4444;
    opacity: 0;
    animation: fadeInScale .6s 8s ease-out both;
    z-index: 7;
  }
  .cdn-bypass .arrow {
    display: inline-block;
    animation: bypassArrow 1.5s 8s ease-in-out infinite;
    color: #ef4444;
    font-size: 1rem;
  }

  /* CDN provider badges */
  .cdn-provider-bar {
    position: absolute;
    top: 42%;
    left: 4%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    animation: fadeInLeft .8s 3s ease-out both;
    z-index: 6;
  }
  .cdn-provider-bar .prov-badge {
    display: inline-block;
    padding: 3px 8px;
    background: rgba(249,115,22,.1);
    border: 1px solid rgba(249,115,22,.25);
    border-radius: 4px;
    font-size: .58rem;
    color: #fdba74;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .scroll-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollHint 2s ease-in-out infinite;
    color: #f97316;
    font-size: 1.5rem;
    z-index: 1;
  }

  /* ═══════════════════════════════════════════
     SECTION HEADERS
     ═══════════════════════════════════════════ */
  .section-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .section-header h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700;
    color: #e6edf3;
    margin-bottom: 8px;
  }
  .section-header .accent-line {
    width: 60px; height: 3px;
    background: linear-gradient(90deg, #f97316, #fdba74);
    margin: 12px auto;
    border-radius: 3px;
    animation: slideInBorder 1s ease-out both;
  }
  .section-header p {
    color: #8b949e;
    font-size: .95rem;
    max-width: 650px;
    margin: 0 auto;
  }

  /* ═══════════════════════════════════════════
     WHY IT MATTERS
     ═══════════════════════════════════════════ */
  .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 32px;
  }
  .why-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(249,115,22,.15);
    border-radius: 12px;
    padding: 28px;
    transition: transform .3s, box-shadow .3s, border-color .3s;
    animation: fadeInUp .7s ease-out both;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .why-card:nth-child(1) { animation-delay: .1s; }
  .why-card:nth-child(2) { animation-delay: .25s; }
  .why-card:nth-child(3) { animation-delay: .4s; }
  .why-card:nth-child(4) { animation-delay: .55s; }
  .why-card:nth-child(5) { animation-delay: .7s; }
  .why-card:nth-child(6) { animation-delay: .85s; }
  .why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(253,186,116,.4);
    box-shadow: 0 8px 32px rgba(249,115,22,.08);
  }
  .why-card .icon { font-size: 1.8rem; margin-bottom: 12px; display: block; }
  .why-card h3 { color: #e6edf3; font-size: 1.05rem; margin-bottom: 8px; }
  .why-card p { font-size: .9rem; color: #8b949e; line-height: 1.7; }
  .why-card .source {
    display: block;
    margin-top: 10px;
    font-size: .78rem;
    color: #f97316;
  }
  .stat-box {
    text-align: center;
    padding: 32px;
    background: rgba(249,115,22,.06);
    border: 1px solid rgba(249,115,22,.2);
    border-radius: 12px;
    margin-top: 32px;
    animation: fadeInUp .7s 1s ease-out both;
  }
  .stat-box .big-num {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #f97316, #fdba74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textGlow 3s ease-in-out infinite;
  }
  .stat-box p { color: #8b949e; margin-top: 8px; font-size: .95rem; }
  .links-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
  }
  .links-row a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(249,115,22,.3);
    border-radius: 8px;
    font-size: .85rem;
    color: #fdba74;
    background: rgba(249,115,22,.05);
    transition: all .3s;
    animation: float 4s ease-in-out infinite;
  }
  .links-row a:nth-child(2) { animation-delay: .5s; }
  .links-row a:nth-child(3) { animation-delay: 1s; }
  .links-row a:nth-child(4) { animation-delay: 1.5s; }
  .links-row a:nth-child(5) { animation-delay: 2s; }
  .links-row a:hover {
    border-color: #f97316;
    color: #fff;
    background: rgba(249,115,22,.15);
    transform: translateY(-2px);
  }

  /* ═══════════════════════════════════════════
     KEY TERMS
     ═══════════════════════════════════════════ */
  .terms-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 32px;
  }
  @media (max-width: 768px) {
    .terms-layout { grid-template-columns: 1fr; }
  }
  .term-block {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(249,115,22,.15);
    border-radius: 12px;
    padding: 28px 32px;
    position: relative;
    overflow: hidden;
    animation: fadeInUp .7s ease-out both;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .term-block:nth-child(1) { animation-delay: .1s; }
  .term-block:nth-child(2) { animation-delay: .3s; }
  .term-block:nth-child(3) { animation-delay: .5s; }
  .term-block:nth-child(4) { animation-delay: .7s; }
  .term-block::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    border-radius: 4px 0 0 4px;
  }
  .term-block.def::before { background: linear-gradient(180deg, #f97316, #fdba74); }
  .term-block.analogy::before { background: linear-gradient(180deg, #22c55e, #fdba74); }
  .term-block h3 { font-size: 1.1rem; color: #e6edf3; margin-bottom: 12px; }
  .term-block p { font-size: .92rem; color: #8b949e; line-height: 1.8; }

  /* ═══════════════════════════════════════════
     REAL-WORLD SCENARIO
     ═══════════════════════════════════════════ */
  .scenario {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    gap: 0;
    margin-top: 32px;
    align-items: stretch;
  }
  @media (max-width: 768px) {
    .scenario { grid-template-columns: 1fr; }
    .scenario-divider-col { display: none; }
  }
  .scenario-panel {
    background: rgba(255,255,255,.03);
    border-radius: 12px;
    padding: 32px;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .scenario-panel.before {
    border-color: rgba(239,68,68,.2);
    animation: fadeInLeft .7s .2s ease-out both;
  }
  .scenario-panel.before::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ef4444, #f59e0b);
  }
  .scenario-panel.after {
    border-color: rgba(34,197,94,.2);
    animation: fadeInRight .7s .4s ease-out both;
  }
  .scenario-panel.after::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #22c55e, #fdba74);
  }
  .scenario-divider-col {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scenario-divider {
    width: 2px;
    height: 80%;
    background: linear-gradient(180deg, transparent, #f97316, #fdba74, #f97316, transparent);
    animation: pulse 3s ease-in-out infinite;
  }
  .scenario-tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
  }
  .scenario-panel.before .scenario-tag {
    background: rgba(239,68,68,.15);
    color: #fca5a5;
    border: 1px solid rgba(239,68,68,.3);
  }
  .scenario-panel.after .scenario-tag {
    background: rgba(34,197,94,.15);
    color: #86efac;
    border: 1px solid rgba(34,197,94,.3);
  }
  .scenario-panel h3 { font-size: 1rem; color: #e6edf3; margin-bottom: 12px; }
  .scenario-panel p { font-size: .9rem; color: #8b949e; line-height: 1.8; }
  .char-intro {
    text-align: center;
    padding: 24px;
    margin-bottom: 24px;
    background: rgba(249,115,22,.06);
    border: 1px solid rgba(249,115,22,.15);
    border-radius: 12px;
    animation: fadeInUp .6s ease-out both;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .char-intro h3 { color: #e6edf3; font-size: 1.1rem; margin-bottom: 6px; }
  .char-intro p { color: #8b949e; font-size: .9rem; }

  /* ═══════════════════════════════════════════
     STEP-BY-STEP GUIDE
     ═══════════════════════════════════════════ */
  .steps-track {
    display: flex;
    gap: 0;
    margin-top: 40px;
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .step-card {
    flex: 0 0 270px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(249,115,22,.12);
    border-radius: 12px;
    padding: 24px 20px;
    margin-right: 16px;
    position: relative;
    transition: border-color .3s;
    animation: fadeInUp .6s ease-out both;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .step-card:hover { border-color: rgba(253,186,116,.4); }
  .step-card:nth-child(1) { animation-delay: .1s; }
  .step-card:nth-child(2) { animation-delay: .2s; }
  .step-card:nth-child(3) { animation-delay: .3s; }
  .step-card:nth-child(4) { animation-delay: .4s; }
  .step-card:nth-child(5) { animation-delay: .5s; }
  .step-card:nth-child(6) { animation-delay: .6s; }
  .step-card:nth-child(7) { animation-delay: .7s; }
  .step-num {
    display: inline-block;
    width: 32px; height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f97316, #fdba74);
    color: #0a0a0f;
    font-weight: 700;
    font-size: .85rem;
    margin-bottom: 12px;
  }
  .step-card h3 { font-size: .95rem; color: #e6edf3; margin-bottom: 8px; }
  .step-card p { font-size: .82rem; color: #8b949e; line-height: 1.7; }
  .step-card .sub-points {
    margin-top: 8px;
    padding-left: 16px;
    font-size: .78rem;
    color: #8b949e;
    line-height: 1.7;
  }
  .step-card .sub-points li { margin-bottom: 4px; }
  .step-card .sub-points li::marker { color: #f97316; }
  .step-card .tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: .68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 8px;
    margin-right: 4px;
  }
  .tag.prevent { background: rgba(34,197,94,.15); color: #86efac; border: 1px solid rgba(34,197,94,.3); }
  .tag.detect { background: rgba(249,115,22,.15); color: #fdba74; border: 1px solid rgba(249,115,22,.3); }
  .tag.respond { background: rgba(59,130,246,.15); color: #93c5fd; border: 1px solid rgba(59,130,246,.3); }
  .step-card a { color: #fdba74; }

  /* ═══════════════════════════════════════════
     MISTAKES / BEST PRACTICES
     ═══════════════════════════════════════════ */
  .mbp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
  }
  @media (max-width: 768px) { .mbp-grid { grid-template-columns: 1fr; } }
  .mbp-col { display: flex; flex-direction: column; gap: 16px; }
  .mbp-item {
    background: rgba(255,255,255,.03);
    border: 1px solid;
    border-radius: 10px;
    padding: 20px 24px;
    animation: fadeInUp .6s ease-out both;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .mbp-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 3px; height: 100%;
  }
  .mbp-item.mistake { border-color: rgba(239,68,68,.2); }
  .mbp-item.mistake::before { background: #ef4444; }
  .mbp-item.mistake h4 { color: #fca5a5; }
  .mbp-item.practice { border-color: rgba(34,197,94,.2); }
  .mbp-item.practice::before { background: #22c55e; }
  .mbp-item.practice h4 { color: #86efac; }
  .mbp-item h4 {
    font-size: .92rem;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mbp-item h4 .mark { font-size: 1.1rem; }
  .mbp-item p { font-size: .85rem; color: #8b949e; line-height: 1.7; }

  /* ═══════════════════════════════════════════
     RED / BLUE TEAM
     ═══════════════════════════════════════════ */
  .rb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
  }
  @media (max-width: 768px) { .rb-grid { grid-template-columns: 1fr; } }
  .rb-panel {
    border-radius: 12px;
    padding: 32px;
    border: 1px solid;
    animation: fadeInUp .7s ease-out both;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .rb-panel::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
  }
  .rb-panel.red {
    background: rgba(239,68,68,.04);
    border-color: rgba(239,68,68,.2);
  }
  .rb-panel.red::before { background: linear-gradient(90deg, #ef4444, #f59e0b); }
  .rb-panel.blue {
    background: rgba(249,115,22,.04);
    border-color: rgba(249,115,22,.2);
  }
  .rb-panel.blue::before { background: linear-gradient(90deg, #f97316, #fdba74); }
  .rb-panel h3 {
    font-size: 1.1rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .rb-panel.red h3 { color: #fca5a5; }
  .rb-panel.blue h3 { color: #fdba74; }
  .rb-panel ul { list-style: none; padding: 0; }
  .rb-panel li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.04);
    font-size: .88rem;
    color: #8b949e;
    line-height: 1.7;
    display: flex;
    gap: 10px;
  }
  .rb-panel li:last-child { border-bottom: none; }
  .rb-panel li .li-icon { flex-shrink: 0; font-size: 1rem; }

  /* ═══════════════════════════════════════════
     THREAT HUNTER
     ═══════════════════════════════════════════ */
  .hunter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 32px;
  }
  .hunter-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(253,186,116,.15);
    border-radius: 12px;
    padding: 24px;
    transition: border-color .3s, box-shadow .3s;
    animation: fadeInUp .6s ease-out both;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .hunter-card:nth-child(1) { animation-delay: .1s; }
  .hunter-card:nth-child(2) { animation-delay: .25s; }
  .hunter-card:nth-child(3) { animation-delay: .4s; }
  .hunter-card:nth-child(4) { animation-delay: .55s; }
  .hunter-card:hover {
    border-color: rgba(253,186,116,.4);
    box-shadow: 0 4px 20px rgba(249,115,22,.08);
  }
  .hunter-card h4 {
    font-size: .95rem;
    color: #fdba74;
    margin-bottom: 8px;
  }
  .hunter-card .query {
    display: block;
    background: rgba(0,0,0,.4);
    border: 1px solid rgba(253,186,116,.15);
    border-radius: 6px;
    padding: 10px 14px;
    font-family: 'Courier New', monospace;
    font-size: .75rem;
    color: #22c55e;
    margin: 10px 0;
    white-space: pre-wrap;
    word-break: break-all;
  }
  .hunter-card p { font-size: .83rem; color: #8b949e; line-height: 1.7; }

  /* ═══════════════════════════════════════════
     CTA
     ═══════════════════════════════════════════ */
  .cta-section {
    text-align: center;
    padding: 100px 24px;
    position: relative;
  }
  .cta-section::before {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 400px;
    background: radial-gradient(ellipse, rgba(249,115,22,.1) 0%, transparent 70%);
    pointer-events: none;
  }
  .cta-box {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(249,115,22,.25);
    border-radius: 16px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    animation: fadeInUp .7s ease-out both;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(249,115,22,.06), rgba(253,186,116,.04), rgba(249,115,22,.04));
    background-size: 200% 200%;
    animation: borderTrace 6s ease infinite;
  }
  .cta-box h2 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: #e6edf3;
    margin-bottom: 16px;
    position: relative;
  }
  .cta-box p {
    color: #8b949e;
    font-size: .95rem;
    margin-bottom: 28px;
    line-height: 1.8;
    position: relative;
  }
  .cta-btn {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, #f97316, #fdba74);
    color: #0a0a0f;
    font-weight: 700;
    font-size: .95rem;
    border-radius: 8px;
    text-decoration: none;
    transition: transform .3s, box-shadow .3s;
    position: relative;
  }
  .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(249,115,22,.25);
    color: #0a0a0f;
  }
  .related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 32px;
  }
  .related-links a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid rgba(249,115,22,.2);
    border-radius: 8px;
    font-size: .78rem;
    color: #8b949e;
    background: rgba(255,255,255,.02);
    transition: all .3s;
  }
  .related-links a:hover {
    border-color: rgba(253,186,116,.4);
    color: #fdba74;
    background: rgba(249,115,22,.05);
  }

  /* ═══════════════════════════════════════════
     RESPONSIVE
     ═══════════════════════════════════════════ */
  @media (max-width: 968px) {
    .top-nav .nav-links a { font-size: .65rem; padding: 3px 7px; }
    .cdn-waf-panel { width: 150px; font-size: .55rem; }
    .cdn-terminal { max-width: 220px; }
  }
  @media (max-width: 768px) {
    section { padding: 60px 0; }
    .cdn-sim { height: 420px; }
    .cdn-provider-bar { display: none; }
    .step-card { flex: 0 0 240px; }
  }
  @media (max-width: 480px) {
    .top-nav-inner { flex-direction: column; align-items: flex-start; }
    .top-nav .nav-links { gap: 4px; }
    .cdn-sim { height: 340px; }
    .step-card { flex: 0 0 220px; padding: 18px 16px; }
    .cta-box { padding: 32px 24px; }
  }

  /* ═══════════════════════════════════════════
     REDUCED MOTION
     ═══════════════════════════════════════════ */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }/* End custom CSS */