*{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}:root{--color-black:#0a0e27;--color-gray-dark:#0f1419;--color-gray:#1a1f2e;--color-gray-light:#6b7280;--color-gray-lightest:#f0f0f0;--color-white:#fff;--alpha:.7;--primary-color:#00bfff;--primary-color-dark:#09c;--secondary-color:#1e90ff;--accent-color:#0ff;--danger-color:#ff1744;--gradient-neon:linear-gradient(135deg, #00bfff 0%, #1e90ff 100%);--gradient-dark:linear-gradient(135deg, #0f1419 0%, #1a1f2e 100%);--space-xl:calc(var(--space) * 2);--space-lg:calc(var(--space) * 1.5);--space:2rem;--space-sm:calc(var(--space) / 2);--space-xs:calc(var(--space) / 3);--icon-size:var(--space);--icon-size-sm:calc(var(--space) * .75);--border-width:2px;--border-radius:8px;--bg-color:var(--color-gray-dark);--text-color:#e0e0e0;--text-xl:1.8rem;--text-lg:1.4rem;--text-base:1rem;--text-sm:.85rem;--weight-normal:500;--weight-medium:600;--weight-bold:700;--weight-black:800;--letter-spacing:-.05em;--transition-time:.3s;--transition-ease:ease-in-out;--glow-sm:0 0 10px #00bfff4d;--glow-md:0 0 20px #00bfff80;--glow-lg:0 0 30px #00bfffb3}html,body{font-size:16px}body{color:var(--text-color);background:linear-gradient(135deg,#0a0e27 0%,#1a1f2e 100%) fixed;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 20%,#00ffff0d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ff00ff0d 0%,#0000 50%);width:100%;height:100%;position:fixed;top:0;left:0}main{width:calc(100% - 100px);max-width:70%;margin:var(--space-sm) auto}h1{font-weight:var(--weight-bold);color:var(--primary-color);text-shadow:0 0 10px #00bfff80,0 0 20px #00bfff4d;letter-spacing:.05em;padding-bottom:1rem;line-height:1.15em}h2{font-weight:var(--weight-normal);line-height:calc(var(--text-lg) * 1.25);color:#e0e0e0;padding-bottom:1rem}a{color:var(--primary-color);transition:all var(--transition-time) var(--transition-ease);text-decoration:none}a:hover{text-shadow:0 0 10px #00bfff99;color:var(--secondary-color);text-decoration:none}button,.button{padding:var(--space-xs) var(--space);border-radius:var(--border-radius);border:var(--border-width) solid var(--color-gray);cursor:pointer;color:var(--text-color);font-weight:var(--weight-medium);transition:all var(--transition-time) var(--transition-ease);background:linear-gradient(135deg,#1a1f2e 0%,#2a2f3e 100%);position:relative;overflow:hidden}button:hover,.button:hover{border:var(--border-width) solid var(--primary-color);transform:translateY(-2px);box-shadow:0 0 15px #00bfff66}button.button--primary,.button.button--primary{color:#000;border:var(--border-width) solid var(--primary-color);font-weight:var(--weight-bold);background:linear-gradient(135deg,#00bfff 0%,#09c 100%);box-shadow:0 0 20px #00bfff80}button.button--primary:hover,.button.button--primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #00bfffcc}.cta-button{font-size:x-large}hr{background:linear-gradient(90deg, transparent, var(--primary-color), transparent);border:none;height:2px;box-shadow:0 0 10px #00bfff66}header{text-align:center;padding:var(--space) 0;margin-bottom:var(--space);flex-flow:column wrap;justify-content:space-between;align-items:center;padding-top:5px;display:flex}@media screen and (min-width:768px){header{flex-direction:row}}header h1 span{color:var(--primary-color)}header nav{gap:var(--space-xs);flex-direction:column;align-items:center;display:flex}@media screen and (min-width:768px){header nav{flex-direction:row}}header a{text-decoration:none!important}header nav a{color:var(--color-gray-light);padding:var(--space-xs);border-bottom:var(--border-width) solid transparent;transition:all var(--transition-time) var(--transition-ease)}header nav a:hover,header nav a.active{color:var(--primary-color);border-bottom:var(--border-width) solid var(--primary-color);text-shadow:0 0 8px #00bfff80}header #header__logo{font-size:var(--text-xl);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:var(--weight-bold);align-items:center;display:flex}header #header__recon{color:var(--color-white)}header #header__map{color:var(--primary-color)}header #header__logo img{width:60px}button svg,a svg{width:16px;height:16px;margin-right:5px;position:relative;top:2px}footer{width:calc(100% - 100px);max-width:1080px;padding-top:var(--space);gap:var(--space-sm);border-top:var(--border-width) solid var(--primary-color);margin:auto;margin-top:calc(var(--space) * 2);grid-template-columns:1fr;display:grid}@media screen and (min-width:768px){footer{grid-template-columns:130px repeat(5,1fr)}}footer h4{color:var(--primary-color)}footer div:first-child h4{text-align:left;color:var(--color-gray-light)}footer div h4{text-align:left;margin-bottom:var(--space-xs);font-weight:var(--weight-normal)}footer ul{margin-bottom:var(--space);list-style-type:none}footer ul li{text-align:left;margin-bottom:5px}footer a{color:var(--text-color)}.debug{border:2px dotted #dc143c}.mt{margin-top:var(--space)}.m{margin:var(--space)}.my{margin:var(--space) 0}.mx-auto{margin:auto}.py{padding:var(--space) 0}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.fifth,.fourth,.third,.two-fifths,.half,.two-thirds{width:100%}@media screen and (min-width:768px){.fifth{width:20%}.fourth{width:25%}.third{width:33%}.two-fifths{width:40%}.half{width:50%}.two-thirds{width:66%}}.flex{flex-direction:column;display:flex}@media screen and (min-width:768px){.flex{flex-direction:row}}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-gap{gap:var(--space-sm)}.gap-xl{gap:var(--space-xl)}.gap-lg{gap:var(--space-lg)}.gap{gap:var(--space)}.gap-sm{gap:var(--space-sm)}.gap-xs{gap:var(--space-xs)}.space-between{justify-content:space-between}.space-evenly{justify-content:space-evenly}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.max-w-md{max-width:800px}.max-w-xs{max-width:560px}ul.social-media-icons li{display:inline}ul.social-media-icons img{filter:grayscale(50%);width:24px;height:24px}details{margin-bottom:20px}details>summary{color:#fff}.hidden{display:none}
@media screen and (min-width:768px){.title{font-size:calc(.882353vw + 23.1765px)}}.fadeIn{animation-name:fadeIn;animation-duration:1s;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%,to{box-shadow:0 0 10px #00bfff66,0 0 20px #00bfff33}50%{box-shadow:0 0 20px #00bfff99,0 0 30px #00bfff4d}}@keyframes scanlines{0%{transform:translateY(0)}to{transform:translateY(10px)}}.desktop{border:2px solid var(--primary-color);border-top:28px solid var(--primary-color);z-index:2;background:linear-gradient(135deg,#00bfff05 0%,#1e90ff05 100%);border-radius:8px;animation:3s ease-in-out infinite glowPulse;position:relative;overflow:hidden;box-shadow:0 0 20px #00bfff66,inset 0 0 20px #00bfff0d}.desktop:after{content:"⊙ ⊙ ⊙  ";color:var(--primary-color);z-index:99;text-shadow:0 0 5px #00bfff99;font-size:.9rem;position:absolute;top:-23px;left:6px}.desktop:before{content:"> Neural Interface v2.0";color:var(--primary-color);z-index:99;text-align:center;text-shadow:0 0 5px #00bfff99;margin:auto;font-family:Courier New,monospace;font-size:.8rem;font-weight:700;position:absolute;top:-23px;left:6px;right:0}.products-grid{flex-wrap:wrap;justify-content:center}.product-card{background:#ffffff08;border:1px solid #00bfff1a;border-radius:8px;flex-direction:column;flex:1;min-width:300px;max-width:400px;padding:2rem;transition:transform .3s,border-color .3s;display:flex}.product-card:hover{border-color:var(--primary-color);transform:translateY(-5px)}.product-card h3{color:var(--primary-color);margin-top:0;font-size:1.5rem}.product-card .tagline{opacity:.8;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:700}.product-card p{flex-grow:1;line-height:1.6}.product-actions{gap:1rem;margin-top:1.5rem;display:flex}.product-actions .button{padding:.5rem 1rem;font-size:.9rem}.half{flex:1}.features-kicker{color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.8rem;font-weight:700}
.comparison-table{border-collapse:collapse;color:#fff;width:100%;margin:20px 0;font-size:1.1rem}.comparison-table th,.comparison-table td{border:1px solid var(--primary-color);text-align:left;padding:12px}.comparison-table th{background-color:#00bfff33;font-weight:700}.comparison-table tr:hover{background-color:#00bfff0d}.comparison-table .feature{width:30%}.comparison-table .product{text-align:center;width:35%}.check{color:#4caf50;font-weight:700}.cross{color:#f44336;font-weight:700}.comparison-section{padding:40px 0}.cta-section{text-align:center;background:#00bfff0d;border-radius:8px;margin:40px 0;padding:60px 0}.cta-button{background-color:var(--primary-color);color:#fff;border-radius:5px;padding:15px 30px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{background-color:#08c;transform:translateY(-2px);box-shadow:0 4px 15px #00bfff66}
.features-hero{background:linear-gradient(155deg,#0d1a38eb 0%,#091126d9 65%),radial-gradient(circle at 100% 0,#00bfff29,#0000 45%);border:1px solid #00bfff59;border-radius:18px;width:min(1100px,92%);margin:0 auto 3rem;padding:2.5rem 2rem;position:relative;box-shadow:0 18px 36px #000a2880,inset 0 0 0 1px #ffffff0a}.features-kicker{letter-spacing:.16em;text-transform:uppercase;color:#e0f0ffb8;margin-bottom:.75rem;font-size:.76rem}.features-hero h1{max-width:20ch;margin-bottom:.75rem}.features-hero>p{color:#e0f0ffdb;max-width:64ch}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.6rem;display:flex}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:2rem;display:grid}.hero-metrics div{background:#040e248c;border:1px solid #00bfff38;border-radius:12px;padding:.85rem 1rem}.hero-metrics strong{color:var(--primary-color);margin-bottom:.2rem;font-size:1.05rem;display:block}.hero-metrics span{color:#dcebffd1;font-size:.9rem}.feature-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:min(1100px,92%);margin:0 auto;display:grid}.feature-group{background:linear-gradient(#0b1732f2 0%,#091228d9 100%);border:1px solid #00bfff33;border-radius:14px;padding:1.25rem 1.15rem 1.1rem;box-shadow:0 12px 24px #000a284d}.feature-group h2{border-bottom:1px solid #00bfff26;margin-bottom:.65rem;padding-bottom:.3rem}.feature-group ul{list-style:none}.feature-group li{color:#dfeeffe6;padding:.42rem 0 .42rem 1.2rem;position:relative}.feature-group li:before{content:"";background:var(--primary-color);border-radius:999px;width:.45rem;height:.45rem;position:absolute;top:.92rem;left:0;box-shadow:0 0 10px #00bfffcc}.screenshots-section{width:min(1100px,92%);margin:3rem auto 0}.screenshots-section h2{margin-bottom:.35rem}.screenshots-section>p{color:#dcebffd1;margin-bottom:1rem}.screenshots-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.screenshots-grid figure{background:#081229cc;border:1px solid #00bfff4d;border-radius:12px;margin:0;overflow:hidden;box-shadow:0 8px 18px #000a2859}.screenshots-grid img{object-fit:cover;filter:brightness(.96)saturate(1.08);width:100%;height:100%;transition:transform .28s,filter .28s;display:block}.screenshots-grid figure:hover img{filter:brightness(1.03)saturate(1.16);transform:scale(1.03)}.feature-footer-note{background:#071023bf;border:1px solid #00bfff33;border-radius:12px;width:min(1100px,92%);margin:2rem auto 0;padding:1rem 1.2rem}.feature-footer-note p{color:#dcebffd1}.feature-footer-note a{margin:0 .35rem}@media screen and (max-width:1024px){.feature-groups{grid-template-columns:1fr}.screenshots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:640px){.features-hero{margin-bottom:2rem;padding:1.5rem 1rem}.hero-metrics{grid-template-columns:1fr}.feature-group{padding:1rem}.screenshots-grid{grid-template-columns:1fr}}
.about-hero,.about-story,.about-values,.about-timeline,.about-footprint,.about-cta{width:min(1100px,92%);margin:0 auto 2.5rem}.about-hero{display:block}.about-kicker{letter-spacing:.16em;text-transform:uppercase;color:#e0f0ffb8;margin-bottom:.75rem;font-size:.76rem}.about-hero__content,.about-card,.founder-card{background:linear-gradient(155deg,#0d1a38eb 0%,#091126d9 65%),radial-gradient(circle at 100% 0,#00bfff24,#0000 45%);border:1px solid #00bfff3d;border-radius:18px;box-shadow:0 18px 36px #000a286b,inset 0 0 0 1px #ffffff08}.about-hero__content{padding:2.5rem 2rem}.about-hero__content h1{max-width:13ch;margin-bottom:.75rem}.about-hero__content h2,.about-story__intro p,.about-card p,.about-footprint__locations span,.founder-card span{color:#dfeeffe0}.about-hero__actions,.about-story__links{flex-wrap:wrap;gap:.85rem;margin-top:1.6rem;display:flex}.about-hero__highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:2rem;display:grid}.about-hero__highlights div{background:#040e248c;border:1px solid #00bfff33;border-radius:12px;padding:.95rem 1rem}.about-hero__highlights strong{color:var(--primary-color);font-size:.95rem;line-height:1.45}.about-card__eyebrow{color:var(--primary-color);font-size:.85rem;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.08em}.about-story{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.5rem;display:grid}.about-story__intro{padding:.5rem 0}.founder-card{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.founder-card img{background:#00000040;border:1px solid #00bfff3d;border-radius:16px;width:100%}.founder-card h3,.about-card h3{margin-bottom:.4rem}.founder-card p{color:var(--primary-color);font-weight:var(--weight-bold);margin-bottom:.5rem}.about-section-heading{margin-bottom:1rem}.about-section-heading h2{max-width:26ch}.about-values__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.about-card{padding:1.3rem 1.15rem}.about-timeline__list{gap:1.15rem;margin-top:1.25rem;display:grid;position:relative}.about-timeline__list:before{content:"";background:linear-gradient(#00bfff26 0%,#00bfffcc 50%,#00bfff26 100%);width:2px;position:absolute;top:.5rem;bottom:.5rem;left:116px;box-shadow:0 0 18px #00bfff59}.about-timeline__item{grid-template-columns:88px minmax(0,1fr);align-items:start;gap:1.5rem;padding-left:1.5rem;display:grid;position:relative}.about-timeline__item:before{content:"";background:#091126;border:2px solid #00bfffd9;border-radius:999px;width:18px;height:18px;position:absolute;top:1.15rem;left:108px;box-shadow:0 0 0 5px #00bfff1f,0 0 18px #00bfff66}.about-timeline__year{color:var(--primary-color);font-weight:var(--weight-bold);letter-spacing:.08em;padding-top:.75rem;font-size:1rem}.about-timeline__media{margin-top:1.5rem}.about-timeline__media-card{padding:1.3rem}.about-timeline__media-card h3{margin-bottom:.4rem}.about-timeline__figure{background:#040e2485;border:1px solid #00bfff33;border-radius:16px;margin:1rem 0 0;padding:.9rem;overflow:hidden}.about-timeline__figure img{border:1px solid #00bfff29;border-radius:10px;width:100%;height:auto;display:block;box-shadow:0 10px 24px #000a2847}.about-card--wide{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:start;gap:1.5rem;display:grid}.about-footprint__locations{gap:1rem;display:grid}.about-footprint__locations div{background:#040e2473;border:1px solid #00bfff2e;border-radius:14px;padding:1rem}.about-footprint__locations strong{color:var(--primary-color);margin-bottom:.4rem;display:block}.about-cta{margin-bottom:1rem}@media screen and (max-width:960px){.about-hero,.about-story,.about-card--wide,.about-values__grid{grid-template-columns:1fr}.about-story{align-items:stretch}}@media screen and (max-width:640px){.about-hero__content,.about-card,.founder-card{padding:1.1rem}.about-hero__highlights{grid-template-columns:1fr}.about-hero__content h1{max-width:none}.about-timeline__list:before{left:20px}.about-timeline__item{grid-template-columns:1fr;gap:.65rem;padding-left:2.6rem}.about-timeline__item:before{top:.9rem;left:11px}.about-timeline__year{padding-top:0}}.about-hero__actions--stacked{align-content:center;align-items:flex-start}
.award{text-align:center;border:1px solid var(--color-gray);background:linear-gradient(135deg,#00bfff0d 0%,#1e90ff0d 100%);border-radius:8px;flex-direction:column;padding:10px;transition:all .3s ease-in-out;display:flex}.award:hover{border:1px solid var(--primary-color);transform:translateY(-2px);box-shadow:0 0 15px #00bfff4d}.award h3{color:var(--primary-color);text-shadow:0 0 8px #00bfff4d;font-weight:700}.award a{color:var(--text-color);font-size:small;transition:all .2s ease-in-out}.award a:hover{color:var(--primary-color);text-shadow:0 0 8px #00bfff66}.award figure{flex:auto;justify-content:center;align-items:center;display:flex}.award figure img{width:200px;transition:all .3s ease-in-out}.award:hover figure img{filter:drop-shadow(0 0 10px #00bfff4d)}.quotes{color:var(--text-color);margin-bottom:20px}.quotes em{color:var(--primary-color);display:block}
form{grid-gap:20px;grid-template-columns:1fr 1fr;display:grid}form label{display:block}form div{text-align:left;margin:0;display:block}.full-width{grid-column:1/3}.full-width textarea{width:100%}form button{border:0;width:100%}form button:hover,form button:focus{font-weight:700}form input,form textarea,form select{padding:var(--space-xs) var(--space);border-radius:var(--border-radius);border:var(--border-width) solid var(--color-gray);font-size:var(--text-sm);color:var(--text-color);transition:all var(--transition-time) var(--transition-ease);background-color:#1a1f2ecc;padding-left:10px}form input:focus,form textarea:focus,form select:focus{border:var(--border-width) solid var(--primary-color);background-color:#1a1f2ef2;outline:none;box-shadow:0 0 15px #00bfff66}
.featured-image figure img{border-radius:8px;width:100%;transition:all .3s ease-in-out;box-shadow:0 0 20px #00bfff4d}.featured-image figure img:hover{transform:scale(1.02);box-shadow:0 0 30px #00bfff80}
.partner{text-align:center;border:1px solid var(--color-gray);background:linear-gradient(135deg,#00bfff0d 0%,#1e90ff0d 100%);border-radius:8px;flex-direction:column;padding:10px;transition:all .3s ease-in-out;display:flex}.partner:hover{border:1px solid var(--primary-color);transform:translateY(-2px);box-shadow:0 0 15px #00bfff4d}.partner h2{color:var(--primary-color);text-shadow:0 0 8px #00bfff4d;font-weight:700}.partner a{color:var(--text-color);font-size:small;transition:all .2s ease-in-out}.partner a:hover{color:var(--primary-color);text-shadow:0 0 8px #00bfff66}.partner figure{flex:auto;justify-content:center;align-items:center;display:flex}.partner figure img{width:200px;transition:all .3s ease-in-out}.partner:hover figure img{filter:drop-shadow(0 0 10px #00bfff4d)}
#pricing svg{width:var(--icon-size);height:var(--icon-size);float:right}.pricing__product{width:50%;min-width:220px;min-height:250px;padding:var(--space);border-radius:var(--border-radius);border:var(--border-width) solid var(--color-gray);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00bfff0d 0%,#1e90ff0d 100%);flex-direction:column;transition:all .3s ease-in-out;display:flex}.pricing__product a{margin-top:auto}.pricing__product svg{color:var(--color-gray);transition:all .3s ease-in-out}.pricing__product h2{color:var(--color-white);margin:0;padding:0}.pricing__product p{color:var(--primary-color)}.pricing__product:hover{border:var(--border-width) solid var(--primary-color);transform:translateY(-4px);box-shadow:0 0 25px #00bfff80}.pricing__product:hover svg{color:var(--primary-color);filter:drop-shadow(0 0 8px #00bfff99)}.pricing__product ul{margin-bottom:40px}.pricing__product #pricing__price{color:var(--primary-color);text-align:center;text-shadow:0 0 10px #00bfff66;font-size:3rem;font-weight:400}.pricing__product.default{border:2px solid var(--primary-color);outline:none;box-shadow:0 0 20px #00bfff66}
table.support-levels{border-collapse:collapse;width:640px}table.support-levels th{border-bottom:2px solid var(--primary-color);color:var(--primary-color);text-shadow:0 0 8px #00bfff4d;background:linear-gradient(135deg,#00bfff0d 0%,#1e90ff0d 100%);padding:8px}table.support-levels tr td{text-align:center;border-bottom:1px solid #00bfff33;padding:8px}table.support-levels tr:hover td{background:#00bfff0d}table.support-levels tr td:first-child{text-align:left;color:var(--primary-color);font-weight:var(--weight-medium)}
