*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0e1a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}button{border:none;cursor:pointer;font-family:inherit;outline:none}a{color:inherit;text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes subtlePulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-on-scroll{animation:fadeInUp .8s ease-out forwards;opacity:0}.animate-on-scroll-delay-1{animation:fadeInUp .8s ease-out .1s forwards;opacity:0}.animate-on-scroll-delay-2{animation:fadeInUp .8s ease-out .2s forwards;opacity:0}.animate-on-scroll-delay-3{animation:fadeInUp .8s ease-out .3s forwards;opacity:0}.App{background:linear-gradient(135deg,#0a0e1a,#1a1f2e);min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{animation:fadeInUp .8s ease-out forwards;opacity:0;padding:80px 0}@supports (animation-timeline:scroll()){.section{animation:none;opacity:1}}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a8b2d1);-webkit-background-clip:text;background-clip:text}.section-subtitle{color:#a8b2d1;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 15px #3b82f64d;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.btn-secondary{background:#3b82f61a;border:1px solid #3b82f64d;color:#3b82f6}.btn-secondary:hover{background:#3b82f633;transform:translateY(-1px)}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:24px;transition:all .3s ease}.card:hover{border-color:#3b82f64d;box-shadow:0 20px 40px #0000004d;transform:translateY(-4px)}@media (max-width:768px){.container{padding:0 16px}.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width:480px){.section-title{font-size:1.75rem}.btn{font-size:.9rem;padding:10px 20px}}.threat-banner{background:#7f1d1df2;border-bottom:1px solid #ef44444d;left:0;padding:8px 0;position:fixed;right:0;top:0;z-index:1001}.threat-banner-content{align-items:center;color:#fff;display:flex;font-size:.75rem;font-weight:600;gap:8px;justify-content:center;margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center}.threat-indicator{animation:pulse-threat 2s ease-in-out infinite;font-size:.7rem}@keyframes pulse-threat{0%,to{opacity:1}50%{opacity:.5}}.threat-text{letter-spacing:.5px}.threat-link{color:#fca5a5;text-decoration:underline;transition:color .3s ease}.threat-link:hover{color:#fff}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0e27f2;border-bottom:1px solid #4f9cf91a;left:0;padding:1rem 0;position:fixed;right:0;top:32px;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4f9cf9);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s ease}.nav-logo:hover{transform:scale(1.05)}.nav-links{align-items:center;display:flex;gap:2rem}.nav-link{color:#c8d2e8;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#4f9cf9;transform:translateY(-1px)}.nav-link:after{background:linear-gradient(135deg,#4f9cf9,#2563eb);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-cta,.nav-demo-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;box-shadow:0 4px 15px #3b82f64d;color:#fff!important;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:600;padding:.625rem 1.25rem;transition:all .3s ease;white-space:nowrap}.nav-cta:hover,.nav-demo-btn:hover{background:linear-gradient(135deg,#4f9cf9,#2563eb);box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.nav-cta:after,.nav-demo-btn:after{display:none}.nav-cta svg{flex-shrink:0}.nav-contact{background:linear-gradient(135deg,#4f9cf9,#2563eb);border-radius:8px;color:#fff!important;font-weight:600;padding:.5rem 1rem}.nav-contact:hover{box-shadow:0 8px 25px #4f9cf94d;transform:translateY(-2px)}.nav-contact:after{display:none}@media (max-width:1024px){.threat-banner-content{font-size:.7rem;padding:0 1rem}.nav-cta{font-size:.9rem;padding:.5rem 1rem}.nav-cta svg{height:16px;margin-right:6px;width:16px}}@media (max-width:768px){.threat-banner{padding:6px 0}.threat-banner-content{flex-wrap:wrap;font-size:.65rem;gap:4px}.nav-container{padding:0 1rem}.nav-links{flex-wrap:wrap;gap:.75rem}.nav-link{font-size:.9rem}.nav-logo{font-size:1.25rem}.nav-cta{font-size:.85rem;padding:.5rem .875rem}.nav-cta svg{height:14px;margin-right:5px;width:14px}}@media (max-width:480px){.threat-banner-content{font-size:.6rem;padding:0 .75rem}.nav-links{gap:.5rem}.nav-cta{font-size:.8rem;padding:.4rem .75rem}.nav-cta svg{height:12px;margin-right:4px;width:12px}.nav-contact{font-size:.85rem;padding:.4rem .8rem}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-top:112px;position:relative}.hero:before{animation:subtlePulse 8s ease-in-out infinite;background:radial-gradient(circle at 30% 20%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 70% 80%,#9333ea1a 0,#0000 50%);bottom:0;content:"";left:0;right:0;top:0}.hero-aura,.hero:before{pointer-events:none;position:absolute}.hero-aura{border-radius:50%;filter:blur(60px);z-index:0}.hero-aura-1{background:radial-gradient(circle,#3b82f626 0,#0000 70%);height:400px;left:20%;top:10%;width:400px}.hero-aura-2{background:radial-gradient(circle,#9333ea1f 0,#0000 70%);bottom:15%;height:350px;right:25%;width:350px}@media (prefers-reduced-motion:reduce){.hero-aura,.hero:before{animation:none!important}}.hero-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-text{animation:fadeInUp .8s ease-out;max-width:600px}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a8b2d1);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title-accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ef4444,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-category{animation:fadeIn 1s ease-out .2s both;color:#3b82f6;font-size:1rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.hero-subtitle{animation:fadeIn 1s ease-out .3s both;color:#a8b2d1;font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:1.5rem}.hero-supporting{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:2.5rem}.hero-proof{border-top:1px solid #3b82f633;display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;padding-top:2rem}.hero-proof span{color:#64748b;font-size:.875rem;font-weight:500;transition:color .3s ease}.hero-proof span:hover{color:#3b82f6}.hero-cta{animation:fadeInUp 1s ease-out .5s both;display:flex;flex-wrap:wrap;gap:16px}.hero-btn,.hero-btn-secondary{font-size:1.1rem;padding:16px 32px}.hero-btn-secondary{align-items:center;background:#0000;border:2px solid #4f9cf9;border-radius:12px;color:#4f9cf9;display:inline-flex;font-weight:600;justify-content:center;text-decoration:none;transition:all .3s ease}.hero-btn-secondary:hover{background:#4f9cf91a;border-color:#60a5fa;color:#60a5fa;transform:translateY(-2px)}.hero-visual{animation:fadeIn 1.2s ease-out .4s both}.hero-graphic,.hero-visual{align-items:center;display:flex;justify-content:center}.hero-graphic{height:450px;max-width:600px;min-height:400px;position:relative;width:100%}.kill-switch-demo,.red-modal-preview{background:#0006;height:100%;object-fit:contain;transition:all .3s ease;width:100%}.kill-switch-demo,.red-modal-preview{border:3px solid #ef444466;border-radius:16px;box-shadow:0 25px 80px #ef444480,0 0 60px #ef44444d,inset 0 0 20px #ef44441a}.red-modal-preview{animation:modal-glow 3s ease-in-out infinite}@keyframes modal-glow{0%,to{box-shadow:0 25px 80px #ef444480,0 0 60px #ef44444d,inset 0 0 20px #ef44441a}50%{box-shadow:0 30px 100px #ef444499,0 0 80px #ef444466,inset 0 0 30px #ef444426}}.red-modal-preview:hover{box-shadow:0 30px 100px #ef444499,0 0 80px #ef444466,inset 0 0 30px #ef444426;transform:scale(1.02)}.demo-placeholder{align-items:center;background:#ef44441a;border:2px solid #ef44444d;border-radius:12px;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;width:100%}.placeholder-content{color:#fff;text-align:center}.placeholder-icon{animation:pulse 2s infinite;font-size:4rem;margin-bottom:12px}.placeholder-content p{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.placeholder-subtitle{color:#f59e0b;font-size:1rem;font-weight:600}@media (max-width:1024px){.hero-content{gap:40px;grid-template-columns:1fr;text-align:center}.hero-text{max-width:100%}.hero-title{font-size:3rem}}@media (max-width:768px){.hero{min-height:90vh;padding:60px 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-graphic{height:350px;max-width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-btn,.hero-subtitle{font-size:1rem}.hero-btn{padding:14px 28px}.hero-graphic{height:300px;max-width:100%}.placeholder-icon{font-size:3rem}.placeholder-content p{font-size:1.25rem}}.trusted-by{background:#0003;border-bottom:1px solid #ffffff0d;border-top:1px solid #ffffff0d;overflow:hidden;padding:40px 0}.trusted-by-heading{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:2px;margin-bottom:24px;text-align:center;text-transform:uppercase}.logo-carousel-wrapper{overflow:hidden;position:relative;width:100%}.logo-carousel{display:flex;gap:60px;will-change:transform}@supports not (will-change:transform){.logo-carousel{animation:scroll 30s linear infinite}}@media (prefers-reduced-motion:reduce){.logo-carousel,.trusted-by.reduced-motion .logo-carousel{animation:none!important}}.logo-item{cursor:default;flex-shrink:0;opacity:.5;padding:0 20px;transition:opacity .3s ease}.logo-item:hover{opacity:1}.logo-text{color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:1px;white-space:nowrap}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}@media (max-width:768px){.trusted-by{padding:30px 0}.logo-carousel{gap:40px}.logo-text{font-size:1.1rem}}@media (max-width:480px){.trusted-by-heading{font-size:.7rem;margin-bottom:20px}.logo-carousel{gap:30px}.logo-text{font-size:1rem}}.why-now{background:#0000;padding:4rem 0}.why-now .section-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.why-now-content{margin:0 auto;max-width:800px}.why-now-bullets{list-style:none;margin:0 0 2rem;padding:0}.why-now-bullets li{animation:fadeInUp .6s ease-out both;color:#e5e7eb;font-size:1.125rem;line-height:1.75;margin:0 auto;max-width:700px;padding:1rem 0 1rem 2rem;position:relative}.why-now-bullets li:first-child{animation-delay:.1s}.why-now-bullets li:nth-child(2){animation-delay:.2s}.why-now-bullets li:nth-child(3){animation-delay:.3s}.why-now-bullets li:before{color:#3b82f6;content:"→";font-size:1.25rem;font-weight:700;left:0;position:absolute}.why-now-closer{border-top:1px solid #3b82f633;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.6;margin-top:2rem;padding-top:2rem;text-align:center}@media (max-width:768px){.why-now .section-title{font-size:2rem}.why-now-bullets li{font-size:1rem;padding-left:1.5rem}.why-now-closer{font-size:1.125rem}}.the-air-gap{background:linear-gradient(135deg,#0a0e1a,#0f1419);padding:100px 0}.comparison-cards{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-top:60px}.comparison-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:40px;transition:all .3s ease}.comparison-card.old-way{border-color:#6b72804d}.comparison-card.blockintel-way{background:#3b82f60d;border:2px solid #3b82f680;box-shadow:0 0 40px #3b82f633}.card-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:16px;margin-bottom:32px;padding-bottom:24px}.card-icon{flex-shrink:0}.comparison-card.old-way .card-icon{background:#9ca3af1a;color:#9ca3af}.comparison-card.blockintel-way .card-icon{background:#3b82f61a;color:#3b82f6}.card-title{font-size:1.75rem;margin:0}.workflow{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.workflow-step{align-items:flex-start;background:#ffffff08;border-left:3px solid #fff3;border-radius:8px;display:flex;gap:16px;padding:16px}.workflow-step.highlight{background:#ef444426;border-left-color:#ef4444;box-shadow:0 4px 20px #ef444433}.workflow-step.success{background:#10b98126;border-left-color:#10b981}.step-icon{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:32px;justify-content:center;width:32px}.step-icon.highlight-icon{background:#ef4444;box-shadow:0 0 20px #ef444480}.step-title{font-size:1rem;margin:0 0 4px}.step-title.highlight-text{color:#ef4444;font-size:1.1rem;font-weight:700}.step-note{color:#a8b2d1;font-size:.85rem;margin:0}.workflow-arrow{color:#6b7280;font-size:1.5rem;font-weight:700;margin:-8px 0;text-align:center}.workflow-arrow.fast{animation:pulse-arrow 1.5s infinite;color:#3b82f6}@keyframes pulse-arrow{0%,to{opacity:.6}50%{opacity:1}}.result-badge{border-radius:8px;font-weight:600;padding:16px 24px;text-align:center}.result-badge.slow{background:#6b728033;border:1px solid #6b728066;color:#9ca3af}.result-badge.fast{background:#10b98133;border:1px solid #10b98166;color:#10b981}.result-label{display:block;font-size:.9rem;margin-bottom:4px;opacity:.8}.result-value{display:block;font-size:1.5rem;font-weight:700}@media (max-width:1024px){.comparison-cards{gap:30px}.comparison-card{padding:32px}}@media (max-width:768px){.comparison-cards{gap:40px;grid-template-columns:1fr}.comparison-card{padding:28px}.card-title{font-size:1.5rem}.workflow-step{padding:12px}.step-title{font-size:.95rem}.result-value{font-size:1.25rem}}@media (max-width:480px){.the-air-gap{padding:60px 0}.comparison-card{padding:24px}.card-icon{font-size:2.5rem}.card-title{font-size:1.25rem}.workflow-step{flex-direction:column;text-align:center}.workflow-arrow{margin:0;transform:rotate(90deg)}}.how-it-works{background:#0000;padding:4rem 0}.how-it-works .section-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.steps-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1000px}.step-card{animation:fadeInUp .6s ease-out both;background:#1e293b99;border:1px solid #3b82f633;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.step-card:first-child{animation-delay:.1s}.step-card:nth-child(2){animation-delay:.2s}.step-card:nth-child(3){animation-delay:.3s}.step-card:hover{border-color:#3b82f680;box-shadow:0 12px 30px #3b82f633;transform:translateY(-6px)}.step-number{margin:0 auto 1.5rem}.step-title{font-size:1.5rem}.step-description{color:#cbd5e1;margin:0}.latency-proof{border-top:1px solid #3b82f633;margin:0 auto;max-width:600px;padding-top:2rem;text-align:center}.latency-proof p{color:#9ca3af;font-size:1rem;font-style:italic;margin:0}@media (max-width:768px){.how-it-works .section-title{font-size:2rem}.steps-container{gap:1.5rem;grid-template-columns:1fr}.step-card{padding:1.5rem}.step-title{font-size:1.25rem}.step-description{font-size:.9375rem}}.demo-embed{background:linear-gradient(135deg,#0f1419,#1a1f2e);text-align:center}.demo-container{margin:0 auto 40px;max-width:900px}.video-wrapper{background:#0000;border:2px solid #3b82f64d;border-radius:16px;box-shadow:0 20px 60px #3b82f64d,0 0 40px #3b82f633;overflow:hidden;position:relative;width:100%}.video-wrapper:active,.video-wrapper:focus,.video-wrapper:hover{background:#0000;border-color:#3b82f64d;box-shadow:0 20px 60px #3b82f64d,0 0 40px #3b82f633;transform:none}.video-container{background:#0000;isolation:isolate;overflow:hidden;position:relative;width:100%}.video-container:not(.playing){cursor:pointer}.video-container.playing:hover,.video-container:hover{background:#0000}.video-container.playing:after,.video-container.playing:before{content:none!important;display:none!important}.demo-video{background:#000;border-radius:14px;display:block;filter:brightness(1)!important;height:auto;opacity:1!important;width:100%}.demo-video,.video-container.playing .demo-video{position:relative;z-index:0}.demo-video,.demo-video:hover{background:#000!important;filter:brightness(1)!important;opacity:1!important}.demo-video,.demo-video *{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.demo-video:after,.demo-video:before,.video-container:after,.video-container:before,.video-wrapper:after,.video-wrapper:before{content:none!important;display:none!important}.play-overlay{align-items:center;background:#0000;border-radius:14px;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;pointer-events:auto;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:5}.video-container.playing .play-overlay,.video-container.playing:hover .play-overlay{display:none!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important}.video-container.playing,.video-container.playing .demo-video{cursor:default}.big-play-button{align-items:center;display:flex;filter:drop-shadow(0 10px 30px rgba(59,130,246,.5));height:120px;justify-content:center;position:relative;transition:all .3s ease;width:120px;z-index:2}.big-play-button:hover{filter:drop-shadow(0 15px 40px rgba(59,130,246,.7));transform:scale(1.15)}.big-play-button:active{transform:scale(1.05)}.big-play-button svg{animation:pulse-play 2s ease-in-out infinite;height:100%;width:100%}@media (prefers-reduced-motion:reduce){.big-play-button svg{animation:none}}@keyframes pulse-play{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.demo-video::-webkit-media-controls-panel{background:#000000b3}.demo-video::-webkit-media-controls-overlay-play-button{display:none!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important}.demo-video:hover{background:#000!important;filter:brightness(1)!important;opacity:1!important}.demo-video:hover::-webkit-media-controls-panel{background:#000000b3!important;opacity:1!important}.demo-video::-webkit-media-controls{display:flex!important}.demo-video::-webkit-media-controls-enclosure,.demo-video:hover::-webkit-media-controls-enclosure{background:#0000!important;opacity:1!important}.demo-video::-webkit-media-controls-overlay-enclosure,.demo-video:hover::-webkit-media-controls-overlay-enclosure{background:#0000!important;display:none!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important}.demo-video::-webkit-media-controls-current-time-display,.demo-video::-webkit-media-controls-play-button,.demo-video::-webkit-media-controls-time-remaining-display,.demo-video::-webkit-media-controls-timeline-container{color:#fff}.demo-video::-webkit-media-controls-timeline{background:#ffffff4d;border-radius:2px}.demo-video::-webkit-media-controls-mute-button,.demo-video::-webkit-media-controls-volume-slider{display:none}.demo-video::-webkit-media-controls-fullscreen-button{display:none}.video-loading{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.loading-spinner{border:3px solid #3b82f64d;height:40px;margin-bottom:16px;width:40px}.video-loading p{color:#a8b2d1;font-size:.95rem}.video-error{align-items:center;background:#000000e6;border-radius:14px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.error-content{max-width:400px;padding:40px;text-align:center}.error-icon{font-size:3rem;margin-bottom:16px}.error-message{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:12px}.error-suggestion{color:#a8b2d1;font-size:.95rem;line-height:1.6;margin-bottom:24px}.demo-content{position:relative;text-align:center;z-index:1}.play-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;box-shadow:0 8px 25px #3b82f64d;cursor:pointer;display:flex;height:80px;justify-content:center;margin:0 auto 24px;transition:all .3s ease;width:80px}.play-button:hover{box-shadow:0 12px 35px #3b82f666;transform:scale(1.1)}.play-icon{color:#fff;font-size:24px;margin-left:4px}.demo-content h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:12px}.demo-content p{color:#a8b2d1;font-size:1rem;margin-bottom:24px}.demo-features{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.demo-feature{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;color:#a8b2d1;font-size:.85rem;font-weight:500;padding:6px 12px}.demo-cta{text-align:center}.demo-cta p{color:#a8b2d1;font-size:1.1rem;margin-bottom:16px}@media (max-width:768px){.demo-container{max-width:100%}.video-wrapper{border-width:2px}.big-play-button{height:100px;width:100px}.demo-cta p{font-size:1rem}}@media (max-width:480px){.video-wrapper{border-radius:12px;border-width:1.5px}.demo-video,.play-overlay{border-radius:10px}.big-play-button{height:80px;width:80px}.demo-cta p{font-size:.95rem}}.causal-architecture{background:linear-gradient(135deg,#0f1419,#1a1f2e);padding:100px 0}.section-header{margin-bottom:80px;text-align:center}.causal-chain-flow{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto;max-width:1200px;position:relative}.chain-node{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;min-width:250px;padding:40px;position:relative;text-align:center;transition:all .3s ease;z-index:2}.chain-node:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-4px)}.chain-node.web2-signals{border-color:#3b82f64d}.chain-node.causal-engine{background:#3b82f61a;border:2px solid #3b82f680;box-shadow:0 0 40px #3b82f633;min-width:300px}.chain-node.web3-action{border-color:#ef44444d}.node-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:12px}.node-subtitle{color:#a8b2d1;font-size:.95rem;margin-bottom:20px}.chain-icons,.signal-icons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:20px}.chain-icon,.signal-icon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;padding:12px 20px}.engine-badge{background:#3b82f633;border:1px solid #3b82f666;border-radius:8px;margin-top:16px;padding:12px 20px}.badge-text{color:#60a5fa;font-size:.9rem}.chain-connection{align-items:center;display:flex;flex-direction:column;gap:12px;min-width:120px;position:relative;z-index:1}.connection-line-wrapper{height:100px;overflow:visible;position:relative;width:120px}.connection-line{height:100%;overflow:visible;width:100%}.chain-connection.fast .connection-line-wrapper{width:120px}.data-particle{background:#60a5fa;border-radius:50%;box-shadow:0 0 10px #60a5facc,0 0 20px #60a5fa66;height:8px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:8px;z-index:10}@media (prefers-reduced-motion:reduce){.data-particle{display:none}}.data-particle-fast{background:#ef4444;box-shadow:0 0 10px #ef4444cc,0 0 20px #ef444466}@media (prefers-reduced-motion:reduce){.data-particle-fast{display:none}.web3-action-pulse{animation:none!important}}@keyframes travel-to-engine{0%{left:0;opacity:0;top:50%}1%{opacity:1}20%{left:100%;opacity:1;top:50%}23.33%{left:100%;opacity:0;top:50%}to{opacity:0}}@keyframes travel-to-action{0%{left:0;opacity:0;top:50%}20%{left:0;opacity:0;top:50%}23.33%{opacity:1}36.67%{left:100%;opacity:1;top:50%}37%{opacity:0}to{opacity:0}}.web3-action-pulse{animation:red-pulse-on-trigger 3s ease-in-out infinite}@keyframes red-pulse-on-trigger{0%,36%{border-color:#ef44444d;box-shadow:0 0 0 #ef444400}36.67%{border-color:#ef4444cc;box-shadow:0 0 30px #ef444499,0 0 60px #ef44444d}40%{border-color:#ef444480;box-shadow:0 0 20px #ef444466}45%{border-color:#ef44444d;box-shadow:0 0 0 #ef444400}to{border-color:#ef44444d;box-shadow:0 0 0 #ef444400}}.arrow-label{color:#a8b2d1;font-size:.85rem;font-weight:500;text-align:center;white-space:nowrap}.chain-connection.fast .arrow-label{color:#ef4444;font-weight:600}.action-badge{animation:pulse-badge 2s ease-in-out infinite;background:#ef444433;border:2px solid #ef4444;border-radius:8px;box-shadow:0 0 20px #ef44444d;margin-top:20px;padding:16px 24px}@keyframes pulse-badge{0%,to{box-shadow:0 0 20px #ef44444d}50%{box-shadow:0 0 30px #ef444480}}.action-text{color:#ef4444;font-size:1rem;font-weight:700;letter-spacing:1px}@media (max-width:1024px){.causal-chain-flow{flex-direction:column;gap:20px}.chain-connection{min-height:100px;min-width:auto;transform:rotate(90deg)}.connection-line{height:120px;width:100px}.arrow-label{transform:rotate(-90deg);white-space:nowrap}}@media (max-width:768px){.causal-architecture{padding:60px 0}.chain-node{padding:32px}.chain-node,.chain-node.causal-engine{min-width:100%}.node-title{font-size:1.25rem}}@media (max-width:480px){.chain-node{padding:24px}.chain-icons,.signal-icons{gap:8px}.chain-icon,.signal-icon{font-size:.85rem;padding:10px 16px}.action-badge{padding:12px 20px}.action-text{font-size:.9rem}}.key-features{background:linear-gradient(135deg,#0f1419,#1a1f2e)}.kill-switch-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-bottom:60px;margin-top:60px}.kill-switch-card:first-child{animation:fadeInUp .6s ease-out .1s both}.kill-switch-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.kill-switch-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.kill-switch-card{border:1px solid #ffffff1a;overflow:hidden;padding:40px;position:relative;transition:all .3s ease}.kill-switch-card:hover{border-color:#ef444466;box-shadow:0 20px 40px #ef444433;transform:translateY(-4px)}.kill-switch-card:before{background:linear-gradient(90deg,#ef4444,#f59e0b);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.kill-switch-card:hover:before{opacity:1}.kill-switch-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:20px}.kill-switch-logo{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:1px}.kill-switch-icon{align-items:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.kill-switch-icon svg{color:#ef4444;height:24px;width:24px}.kill-switch-content{flex:1 1}.kill-switch-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:12px}.kill-switch-description{color:#a8b2d1;font-size:1rem;line-height:1.6;margin:0}.enterprise-ready{border-top:1px solid #ffffff1a;margin-top:80px;padding-top:60px;text-align:center}.enterprise-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:24px}.enterprise-features{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.enterprise-feature{align-items:center;color:#a8b2d1;display:flex;font-size:.95rem;gap:8px}.feature-icon{color:#10b981;font-weight:700}@media (max-width:1024px){.kill-switch-grid{gap:24px;grid-template-columns:1fr}}@media (max-width:768px){.kill-switch-card{padding:32px}.kill-switch-title{font-size:1.25rem}.kill-switch-description{font-size:.95rem}.enterprise-features{gap:24px}}@media (max-width:480px){.kill-switch-card{padding:24px}.kill-switch-header{align-items:flex-start;flex-direction:column;gap:16px}.kill-switch-title{font-size:1.1rem}.enterprise-features{flex-direction:column;gap:16px}}.who-its-for{background:linear-gradient(135deg,#1a1f2e,#0f1419)}.audience-layout{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1200px}.primary-audience-card{animation:fadeInUp .8s ease-out .2s both;border:2px solid #3b82f64d;padding:40px;transition:transform .3s ease,box-shadow .3s ease}.primary-audience-card,.secondary-audience-card{align-items:flex-start;display:flex;flex-direction:row;overflow:hidden;position:relative;text-align:left}.secondary-audience-card{animation:fadeInUp .8s ease-out .4s both;opacity:.85;padding:32px;transition:transform .3s ease,opacity .3s ease}.secondary-audience-card:hover{opacity:1;transform:translateY(-2px)}.audience-card{align-items:center;display:flex;flex-direction:column;overflow:hidden;padding:32px 24px;position:relative;text-align:center}.audience-card:before{background:linear-gradient(135deg,#3b82f60d,#0000);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.audience-card:hover:before{opacity:1}.audience-icon{align-items:center;background:#3b82f626;border:2px solid #3b82f64d;border-radius:12px;color:#3b82f6;display:flex;flex-shrink:0;height:80px;justify-content:center;margin-bottom:0;margin-right:24px;transition:all .3s ease;width:80px}.audience-icon svg{height:40px;width:40px}.primary-audience-card .audience-icon{height:96px;margin-right:32px;width:96px}.primary-audience-card .audience-icon svg{height:48px;width:48px}.audience-card:hover .audience-icon{border-color:#3b82f666;box-shadow:0 8px 25px #3b82f633;transform:scale(1.1)}.primary-audience-card:hover .audience-icon,.secondary-audience-card:hover .audience-icon{border-color:#3b82f666;box-shadow:0 8px 25px #3b82f633;transform:scale(1.05)}.audience-content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.audience-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:12px}.primary-audience-card .audience-title{font-size:1.75rem}.audience-one-liner{color:#e5e7eb;font-size:1.125rem;font-weight:500;line-height:1.6;margin-bottom:16px}.audience-bullets{list-style:none;margin:0;padding:0}.audience-bullets li{color:#cbd5e1;font-size:1rem;line-height:1.8;margin-bottom:8px;padding-left:1.5rem;position:relative}.audience-bullets li:before{color:#3b82f6;content:"→";font-weight:700;left:0;position:absolute}.audience-focus{color:#f59e0b;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:12px}.audience-description{color:#a8b2d1;font-size:.95rem;line-height:1.6}.enterprise-badge{background:linear-gradient(135deg,#3b82f61a,#1d4ed80d);border:1px solid #3b82f633;border-radius:16px;margin:0 auto;max-width:600px;padding:40px;text-align:center}.badge-content{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:16px}.badge-icon{font-size:24px}.badge-text{color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.badge-description{color:#a8b2d1;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.audience-layout{gap:20px}.primary-audience-card,.secondary-audience-card{flex-direction:column;padding:32px 24px;text-align:center}.primary-audience-card .audience-icon,.secondary-audience-card .audience-icon{margin-bottom:20px;margin-right:0}.primary-audience-card .audience-icon{height:80px;width:80px}.audience-bullets{text-align:left}.audience-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.audience-card{padding:24px 20px}.audience-icon{height:70px;margin-bottom:16px;width:70px}.audience-icon svg{height:32px;width:32px}.audience-title{font-size:1.1rem}.primary-audience-card .audience-title{font-size:1.5rem}.enterprise-badge{padding:32px 24px}.badge-text{font-size:1.1rem}}@media (max-width:480px){.audience-grid{grid-template-columns:1fr}.audience-card{padding:20px 16px}.audience-icon{height:60px;margin-bottom:12px;width:60px}.audience-icon svg{height:28px;width:28px}.primary-audience-card .audience-icon svg{height:36px;width:36px}.audience-title{font-size:1rem}.audience-description{font-size:.9rem}.enterprise-badge{padding:24px 20px}.badge-text{font-size:1rem}.badge-description{font-size:.9rem}}.call-to-action{background:linear-gradient(135deg,#1a1f2e,#0f1419);text-align:center}.cta-content{animation:fadeInUp .8s ease-out;margin:0 auto;max-width:600px}.cta-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a8b2d1);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{color:#a8b2d1;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.cta-form{margin-bottom:2rem}.form-group{gap:12px;margin:0 auto;max-width:500px}.email-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;color:#fff;flex:1 1;font-size:1rem;padding:16px 20px;transition:all .3s ease}.email-input::placeholder{color:#a8b2d1}.email-input:focus{background:#ffffff14;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a;outline:none}.cta-btn{font-size:1rem;padding:16px 32px;white-space:nowrap}.success-message{align-items:center;animation:fadeIn .3s ease;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;display:flex;gap:8px;justify-content:center;margin-bottom:2rem;padding:16px 24px}.success-icon{font-size:1.2rem}.cta-features{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.feature-item{align-items:center;color:#a8b2d1;display:flex;font-size:.95rem;font-weight:500;gap:8px}.feature-icon{font-size:1.1rem}@media (max-width:768px){.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}.form-group{flex-direction:column;gap:16px}.email-input{padding:14px 18px}.cta-btn{padding:14px 28px}.cta-features{gap:24px}.feature-item{font-size:.9rem}}@media (max-width:480px){.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}.email-input{font-size:.95rem;padding:12px 16px}.cta-btn{font-size:.95rem;padding:12px 24px}.cta-features{align-items:center;flex-direction:column;gap:16px}.feature-item{font-size:.85rem}.success-message{font-size:.9rem;padding:12px 20px}}.footer{background:linear-gradient(135deg,#0a0e1a,#0f1419);border-top:1px solid #ffffff1a;padding:60px 0 40px}.footer-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 2fr;margin-bottom:40px}.footer-main{gap:24px}.footer-brand,.footer-main{display:flex;flex-direction:column}.footer-brand{gap:8px}.footer-logo{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.footer-tagline{color:#a8b2d1;font-size:.95rem;margin:0}.footer-status,.status-badge{align-items:center;display:flex}.status-badge{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:20px;color:#22c55e;font-size:.85rem;font-weight:500;gap:8px;padding:8px 16px}.status-dot{animation:pulse 2s infinite;background:#22c55e;border-radius:50%;height:8px;width:8px}.footer-info{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.footer-section h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:16px}.footer-section p{color:#a8b2d1;cursor:pointer;font-size:.9rem;margin-bottom:8px;transition:color .3s ease}.footer-section p:hover{color:#fff}.footer-link{color:#a8b2d1;display:block;font-size:.9rem;margin-bottom:8px;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#4f9cf9}.social-links{display:flex;flex-direction:column;gap:12px}.social-link{align-items:center;color:#a8b2d1;display:flex;font-size:.9rem;gap:8px;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#4f9cf9}.social-link svg{flex-shrink:0}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:24px;text-align:center}.footer-bottom p{color:#a8b2d1;font-size:.85rem;margin-bottom:4px}.footer-bottom p:last-child{margin-bottom:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.footer{padding:40px 0 30px}.footer-content{gap:40px;grid-template-columns:1fr}.footer-info{gap:30px;grid-template-columns:repeat(2,1fr)}.social-links{gap:10px}.footer-logo{font-size:1.25rem}.footer-tagline{font-size:.9rem}}@media (max-width:480px){.footer{padding:30px 0 20px}.footer-content{gap:30px}.footer-info{gap:24px;grid-template-columns:1fr}.footer-section h4{font-size:.95rem;margin-bottom:12px}.footer-section p{font-size:.85rem}.status-badge{padding:6px 12px}.footer-bottom p,.status-badge{font-size:.8rem}}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:linear-gradient(135deg,#1a1a1a,#0f172a);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 60px #00000080;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.modal-small{width:400px}.modal-large,.modal-medium{width:600px}.modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#a8b2d1;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px;z-index:10}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-header{border-bottom:1px solid #ffffff1a;margin-bottom:24px;padding:24px 24px 0}.modal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.5rem;font-weight:600;margin:0}.modal-body{padding:0 24px 24px}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-form{gap:24px;width:100%}.form-group,.modal-form{display:flex;flex-direction:column}.form-group{position:relative}.form-group.full-width{grid-column:1/-1;width:100%}.use-case-container{margin-top:8px;width:100%}.use-case-container .form-textarea{box-sizing:border-box!important;display:block!important;grid-column:unset!important;min-width:100%!important;width:100%!important}.form-label{color:#a8b2d1;font-size:.9rem;font-weight:500;line-height:1.4}.form-input,.form-select,.form-textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;box-sizing:border-box;color:#fff;font-size:.95rem;line-height:1.5;min-height:44px;padding:12px 16px;transition:all .3s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-textarea{font-family:inherit;grid-column:1/-1;max-width:100%;min-height:120px;resize:vertical;width:100%}.form-select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;-ms-appearance:none!important;background-color:#ffffff0d!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23a8b2d1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;background-size:16px!important;border:1px solid #ffffff1a!important;border-radius:8px!important;box-sizing:border-box!important;color:#fff!important;font-size:.95rem!important;min-height:44px!important;padding-right:40px!important;transition:all .3s ease!important;width:100%!important}.form-select option{background:#1a1a1a!important;color:#fff!important;padding:8px 12px!important}.modal-body .form-select,.modal-body select,.modal-content .form-select,.modal-content select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;-ms-appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23a8b2d1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;background-size:16px!important;padding-right:40px!important}.modal-body select,.modal-content select{background-color:#ffffff0d!important;border:1px solid #ffffff1a!important;border-radius:8px!important;color:#fff!important}.form-select:focus{background-color:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-row{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:1fr 1fr}.modal-submit{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:8px;overflow:hidden;padding:14px 24px;position:relative;transition:all .3s ease}.modal-submit:hover:not(:disabled){box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}.modal-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.modal-submit.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}.modal-success{padding:40px 20px;text-align:center}.success-icon{animation:successBounce .6s ease-out;font-size:3rem;margin-bottom:16px}.success-message{color:#fff;font-size:1.1rem;margin-bottom:8px}.success-subtitle{color:#a8b2d1;font-size:.9rem}@keyframes successBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media (max-width:768px){.modal-content{margin:20px;width:calc(100vw - 40px)}.modal-large,.modal-medium,.modal-small{width:100%}.form-row{grid-template-columns:1fr}}.about-page{background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#fff;min-height:100vh;padding:6rem 0 2rem}.about-page .container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-header{margin-bottom:4rem;padding:3rem 0;text-align:center}.about-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4f9cf9);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.about-category{color:#3b82f6;font-size:1.5rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.about-subtitle{color:#a0a9c0;font-size:1.25rem;line-height:1.6;margin:0 auto 2rem;max-width:700px}.about-proof{border-bottom:1px solid #3b82f633;border-top:1px solid #3b82f633;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0;padding:2rem 0}.about-proof span{color:#64748b;font-size:.875rem;font-weight:500}.about-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.about-btn-primary,.about-btn-secondary{font-size:1rem;font-weight:600;padding:14px 28px}.about-btn-secondary{background:#0000;border:2px solid #3b82f6;color:#3b82f6}.about-section{margin-bottom:5rem}@media (prefers-reduced-motion:reduce){.about-section,.overview-step,.principle-card,.section-content,.section-description,.section-title,.serve-card,.work-step{animation:none!important;transition:none!important}}.section-content{margin:0 auto;max-width:1000px}.section-title{font-size:2.5rem;margin-bottom:2rem;text-align:center}.section-description{color:#c8d2e8;font-size:1.125rem;line-height:1.8;margin:0 auto 1.5rem;max-width:800px;text-align:center}.overview-steps{display:flex;flex-direction:column;gap:1rem;margin:2rem auto 0;max-width:700px}.overview-step{align-items:flex-start;display:flex;gap:1rem;text-align:left}.overview-step-label{color:#3b82f6;flex-shrink:0;font-weight:600;min-width:80px}.overview-step-text{color:#c8d2e8;line-height:1.6}.execution-contrast{background:#3b82f61a;border-left:3px solid #3b82f6;border-radius:8px;color:#fff;font-size:1.25rem;line-height:1.6;margin:2rem auto;max-width:700px;padding:1.5rem;text-align:center}.execution-contrast strong{color:#fff;font-weight:600}.why-impossible-bullets{list-style:none;margin:0 auto 2rem;max-width:700px;padding:0}.why-impossible-bullets li{color:#e5e7eb;font-size:1.125rem;line-height:1.75;padding:1rem 0 1rem 2rem;position:relative}.why-impossible-bullets li:before{color:#3b82f6;content:"→";font-size:1.25rem;font-weight:700;left:0;position:absolute}.why-impossible-closer{border-top:1px solid #3b82f633;color:#fff;font-size:1.125rem;font-weight:500;line-height:1.6;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:700px;padding-top:2rem;text-align:center}.mission-statement{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.mission-tagline{color:#94a3b8;font-size:1.125rem;font-style:italic;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:700px;text-align:center}.how-it-works-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.work-step{align-items:center;background:#4f9cf91a;border:1px solid #4f9cf933;border-radius:16px;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:all .3s ease}.work-step:hover{border-color:#4f9cf966;box-shadow:0 20px 40px #4f9cf933;transform:translateY(-4px)}.step-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:48px;justify-content:center;margin-bottom:1.5rem;width:48px}.step-content{flex:1 1}.latency-note{border-top:1px solid #3b82f633;color:#9ca3af;font-size:.9375rem;font-style:italic;margin-top:2rem;padding-top:2rem;text-align:center}.step-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.step-description{color:#a0a9c0;font-size:1rem;line-height:1.6}.serve-layout{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.primary-serve-card{align-items:flex-start;background:#4f9cf91a;border:2px solid #4f9cf94d;border-radius:16px;display:flex;gap:2rem;padding:2.5rem;transition:all .3s ease}.primary-serve-card:hover{border-color:#4f9cf980;box-shadow:0 20px 40px #4f9cf933;transform:translateY(-4px)}.primary-serve-card .serve-icon{align-items:center;background:#4f9cf926;border:2px solid #4f9cf94d;border-radius:12px;color:#3b82f6;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.primary-serve-card .serve-icon svg{height:40px;width:40px}.serve-content{flex:1 1;text-align:left}.serve-one-liner{color:#e5e7eb;font-size:1.125rem;font-weight:500;line-height:1.6;margin:1rem 0}.serve-bullets{list-style:none;margin:1rem 0 0;padding:0}.serve-bullets li{color:#cbd5e1;font-size:1rem;line-height:1.8;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.serve-bullets li:before{color:#3b82f6;content:"→";font-weight:700;left:0;position:absolute}.secondary-serve-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.serve-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.serve-card:hover{border-color:#4f9cf94d;box-shadow:0 20px 40px #0000004d;transform:translateY(-4px)}.serve-icon-small{align-items:center;background:#4f9cf91a;border:1px solid #4f9cf933;border-radius:10px;color:#3b82f6;display:flex;height:48px;justify-content:center;margin:0 auto 1rem;width:48px}.serve-icon-small svg{height:24px;width:24px}.serve-title{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.serve-description{color:#a0a9c0;font-size:.95rem;line-height:1.6;margin-top:.5rem}.principles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.principle-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.principle-card:hover{background:#ffffff0d;border-color:#4f9cf94d;transform:translateY(-4px)}.principle-title{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.principle-description{color:#a0a9c0;font-size:.9375rem;line-height:1.6}.contact-section{background:#4f9cf90d;border:1px solid #4f9cf91a;border-radius:24px;margin-top:3rem;padding:3rem}.contact-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.contact-info{text-align:left}.contact-description{color:#c8d2e8;font-size:1.125rem;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{gap:1rem}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{background:linear-gradient(135deg,#4f9cf9,#2563eb);border-radius:8px;flex-shrink:0;height:40px;justify-content:center;width:40px}.contact-icon svg{color:#fff;height:20px;width:20px}.contact-link{color:#4f9cf9;font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#60a5fa}.contact-cta{text-align:center}.contact-btn{background:linear-gradient(135deg,#4f9cf9,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;min-width:200px;padding:1rem 2rem;transition:all .3s ease}.contact-btn:hover{box-shadow:0 10px 30px #4f9cf966;transform:translateY(-2px)}@media (max-width:768px){.about-page .container{padding:0 1rem}.about-title{font-size:2.5rem}.about-category{font-size:1.25rem}.about-subtitle{font-size:1.125rem}.about-proof{align-items:center;flex-direction:column;gap:.75rem}.about-cta{align-items:stretch;flex-direction:column}.about-btn-primary,.about-btn-secondary{width:100%}.section-title{font-size:2rem}.mission-statement{font-size:1.5rem}.overview-steps{gap:1.5rem}.overview-step{flex-direction:column;gap:.5rem}.how-it-works-grid{gap:1.5rem;grid-template-columns:1fr}.primary-serve-card{flex-direction:column;padding:2rem;text-align:center}.primary-serve-card .serve-icon{margin:0 auto 1rem}.serve-content{text-align:center}.serve-bullets{margin-left:auto;margin-right:auto;max-width:300px;text-align:left}.contact-content,.principles-grid,.secondary-serve-cards{grid-template-columns:1fr}.contact-content{gap:2rem}.contact-content,.contact-info{text-align:center}.contact-section{padding:2rem}}@media (max-width:480px){.about-header{padding:2rem 0}.about-title{font-size:2rem}.about-category{font-size:1.125rem}.about-proof span{font-size:.8125rem}.primary-serve-card,.serve-card,.work-step{padding:1.5rem}.primary-serve-card .serve-icon{font-size:2rem;height:60px;width:60px}}.legal-page{background:linear-gradient(135deg,#0a0e27,#1a1f3a);color:#fff;min-height:100vh;padding:6rem 0 2rem}.legal-page .container{margin:0 auto;max-width:800px;padding:0 2rem}.legal-header{margin-bottom:3rem;padding:2rem 0;text-align:center}.legal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#4f9cf9);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.legal-subtitle{color:#a0a9c0;font-size:1.125rem}.legal-content{display:flex;flex-direction:column;gap:2.5rem}.content-section{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.section-title{color:#4f9cf9;font-size:1.5rem;font-weight:600}.section-text{color:#c8d2e8;font-size:1rem;line-height:1.7;margin-bottom:1rem}.section-list{margin:1rem 0;padding-left:1.5rem}.section-list li{color:#c8d2e8;font-size:1rem;line-height:1.7;margin-bottom:.5rem}.section-list li::marker{color:#4f9cf9}.contact-info{background:#4f9cf91a;border:1px solid #4f9cf933;border-radius:12px;margin-top:1rem;padding:1.5rem}.contact-info p{color:#fff;font-size:1rem;margin:0}.contact-info a{color:#4f9cf9;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#60a5fa}@media (max-width:768px){.legal-page .container{padding:0 1rem}.legal-title{font-size:2.5rem}.content-section{padding:1.5rem}.section-title{font-size:1.25rem}}@media (max-width:480px){.legal-title{font-size:2rem}.content-section{padding:1.25rem}.section-list{padding-left:1.25rem}}.report-download-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:40px}.form-group{margin-bottom:24px}.form-label{color:#d1d5db;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.required{color:#ef4444}.form-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;color:#fff;font-family:inherit;font-size:1rem;padding:14px 18px;transition:all .3s ease;width:100%}.form-input:focus{background:#ffffff14;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input:disabled{cursor:not-allowed;opacity:.6}.submit-btn{font-size:1.1rem;font-weight:600;margin-top:8px;padding:16px 32px;width:100%}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.error-message{font-size:.95rem;margin-bottom:16px}.download-success{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #10b9814d;border-radius:12px;padding:40px;text-align:center}.success-icon{font-size:2rem;height:64px;margin:0 auto 20px;width:64px}.success-title{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:12px}.success-message{color:#a8b2d1;font-size:1rem;line-height:1.6;margin-bottom:16px}.success-additional{background:#3b82f614;border-left:3px solid #3b82f666;border-radius:6px;color:#c8d2e8;font-size:.95rem;font-style:italic;line-height:1.6;margin-bottom:24px;padding:12px 16px;text-align:left}.download-btn{font-size:1.1rem;font-weight:600;padding:16px 32px}@media (max-width:768px){.download-success,.report-download-form{padding:32px 24px}.form-group{margin-bottom:20px}.form-input{font-size:.95rem;padding:12px 16px}.submit-btn{font-size:1rem;padding:14px 28px}}@media (max-width:480px){.download-success,.report-download-form{padding:24px 20px}.form-input,.form-label{font-size:.9rem}.form-input{padding:12px 14px}.submit-btn{font-size:.95rem;padding:12px 24px}.success-title{font-size:1.5rem}.success-message{font-size:.95rem}.success-additional{font-size:.9rem;padding:10px 14px}}.threat-brief-subscription{margin:32px 0}.subscription-description{color:#a8b2d1;font-size:.95rem;line-height:1.6;margin-bottom:20px;text-align:center}.subscription-form{width:100%}.form-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px}.form-group{flex:1 1;min-width:200px}.form-input,.form-select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;color:#fff;font-family:inherit;font-size:.95rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-input::placeholder{color:#6b7280}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23a8b2d1' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;padding-right:36px}.form-input:focus,.form-select:focus{background:#ffffff14;border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input:disabled,.form-select:disabled{cursor:not-allowed;opacity:.6}.subscribe-btn{flex-shrink:0;font-size:.95rem;font-weight:600;padding:12px 24px;white-space:nowrap}.subscribe-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.error-message{animation:fadeIn .3s ease;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#fca5a5;font-size:.9rem;margin-top:12px;padding:12px 16px}.threat-brief-success{animation:fadeIn .3s ease;background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;padding:20px;text-align:center}.success-icon{align-items:center;background:#10b98133;border:2px solid #10b98180;border-radius:50%;color:#10b981;display:flex;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;margin:0 auto 12px;width:40px}.success-message{color:#10b981;font-size:.95rem;font-weight:500;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.form-row{flex-direction:column;gap:12px}.form-group{min-width:100%}.subscribe-btn{width:100%}.subscription-description{font-size:.9rem}}@media (max-width:480px){.threat-brief-subscription{margin:24px 0}.form-input,.form-select{font-size:.9rem;padding:10px 14px}.subscribe-btn{font-size:.9rem;padding:10px 20px}}.report-landing-page{background:linear-gradient(135deg,#0a0e1a,#050810);color:#fff;min-height:100vh;padding-top:80px}@media (prefers-reduced-motion:reduce){.report-content,.report-download-section,.report-hero,.report-highlights li,.report-landing-page,.report-structure,.structure-card,.threat-brief-section{animation:none!important;transition:none!important}}.report-hero{border-bottom:1px solid #ffffff1a;margin-bottom:60px;padding:80px 0 60px;text-align:center}.report-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a8b2d1);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.report-subtitle{color:#a8b2d1;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.report-subtext{color:#6b7280;font-size:1rem;font-style:italic}.report-content{margin-bottom:80px}.content-title{border-bottom:2px solid #3b82f64d;color:#fff;font-size:2rem;font-weight:700;margin-bottom:2rem;padding-bottom:.5rem}.report-highlights{list-style:none;max-width:800px;padding:0}.report-highlights li{border-bottom:1px solid #ffffff0d;color:#d1d5db;font-size:1.1rem;line-height:1.6;padding:16px 0 16px 32px;position:relative}.report-highlights li:last-child{border-bottom:none}.report-highlights li:before{color:#3b82f6;content:"▸";font-size:1.2rem;font-weight:700;left:0;position:absolute}.report-structure{margin-bottom:80px}.structure-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.structure-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:32px;transition:all .3s ease}.structure-card:hover{background:#ffffff0d;border-color:#3b82f64d;box-shadow:0 12px 40px #0000004d;transform:translateY(-4px)}.card-icon{align-items:center;background:#3b82f61a;border-radius:8px;color:#3b82f6;display:flex;height:48px;justify-content:center;margin-bottom:20px;width:48px}.card-icon svg{height:24px;width:24px}.card-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:12px}.card-description{color:#a8b2d1;font-size:.95rem;line-height:1.6;margin:0}.report-download-section{margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:600px}.download-description{color:#a8b2d1;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;text-align:center}.threat-brief-section{border-top:1px solid #ffffff1a;margin:60px auto 80px;max-width:800px;padding-top:60px}@media (max-width:768px){.report-hero{padding:60px 0 40px}.report-title{font-size:2.25rem}.report-subtitle{font-size:1.25rem}.content-title{font-size:1.75rem}.report-highlights li{font-size:1rem;padding:12px 0 12px 28px}.structure-grid{gap:20px;grid-template-columns:1fr}.report-content,.report-download-section,.report-structure{margin-bottom:60px}}@media (max-width:480px){.report-title{font-size:1.75rem}.report-subtitle{font-size:1.1rem}.report-subtext{font-size:.9rem}.content-title{font-size:1.5rem}.download-description{font-size:1rem}}.research-page{background:linear-gradient(135deg,#0a0e1a,#050810);color:#fff;min-height:100vh;padding-top:80px}@media (prefers-reduced-motion:reduce){.benefit-card,.research-benefits,.research-hero,.research-page,.research-subscription{animation:none!important;transition:none!important}}.research-hero{border-bottom:1px solid #ffffff1a;margin-bottom:60px;padding:80px 0 60px;text-align:center}.research-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a8b2d1);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.research-subtitle{color:#a8b2d1;font-size:1.5rem;font-weight:500}.research-subscription{margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:700px}.subscription-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:48px}.section-title{border-bottom:2px solid #3b82f64d;color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem}.section-description{color:#a8b2d1;font-size:1.1rem;line-height:1.6;margin-bottom:32px}.research-benefits{margin-bottom:80px}.benefits-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:40px}.benefit-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:32px;transition:all .3s ease}.benefit-card:hover{background:#ffffff0d;border-color:#3b82f64d;box-shadow:0 12px 40px #0000004d;transform:translateY(-4px)}.benefit-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:12px}.benefit-description{color:#a8b2d1;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:768px){.research-hero{padding:60px 0 40px}.research-title{font-size:2.25rem}.research-subtitle{font-size:1.25rem}.subscription-content{padding:32px 24px}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.benefits-grid{gap:20px;grid-template-columns:1fr}}@media (max-width:480px){.research-title{font-size:1.75rem}.research-subtitle{font-size:1.1rem}.subscription-content{padding:24px 20px}.section-title{font-size:1.5rem}.section-description{font-size:.95rem}}.unsubscribe-page{background:linear-gradient(135deg,#0a0e1a,#050810);color:#fff;min-height:100vh;padding-top:80px}.unsubscribe-content{margin:100px auto;max-width:600px;text-align:center}.unsubscribe-status{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:48px 32px}.unsubscribe-status.success{background:#10b9810d;border-color:#10b9814d}.unsubscribe-status.error{background:#ef44440d;border-color:#ef44444d}.status-icon{align-items:center;border-radius:50%;display:flex;font-size:2rem;font-weight:700;height:64px;justify-content:center;margin:0 auto 24px;width:64px}.unsubscribe-status.success .status-icon{background:#10b98133;border:2px solid #10b98180;color:#10b981}.unsubscribe-status.error .status-icon{background:#ef444433;border:2px solid #ef444480;color:#ef4444}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-radius:50%;border-top-color:#3b82f6;height:48px;margin:0 auto 24px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.unsubscribe-status h1{color:#fff;font-size:2rem;font-weight:700;margin-bottom:16px}.unsubscribe-status p{color:#a8b2d1;font-size:1.1rem;line-height:1.6;margin-bottom:16px}.sub-message{color:#6b7280;font-size:.95rem;margin-top:24px}.sub-message a{color:#3b82f6;text-decoration:none}.sub-message a:hover{text-decoration:underline}@media (max-width:768px){.unsubscribe-content{margin:60px auto;padding:0 20px}.unsubscribe-status{padding:32px 24px}.unsubscribe-status h1{font-size:1.75rem}.unsubscribe-status p{font-size:1rem}}
/*# sourceMappingURL=main.a6efb4fb.css.map*/