:root{--bg:#07111f;--bg-soft:#0d1728;--surface:#0f1829b8;--surface-2:#ffffff0f;--text:#ecf4ff;--muted:#a7b5ca;--line:#ffffff1a;--primary:#6d5dfc;--primary-2:#8e7dff;--green:#17c38f;--cyan:#00d0ff;--pink:#ff4db8;--card-shadow:0 20px 60px #00000047;--radius:24px;--container:1200px}body.light{--bg:#eef4fb;--bg-soft:#f8fbff;--surface:#ffffff94;--surface-2:#ffffffd6;--text:#142033;--muted:#5b6b84;--line:#0f172a14;--card-shadow:0 20px 60px #1f29371a;background:radial-gradient(circle at 0 0,#6d5dfc24,#0000 32%),radial-gradient(circle at 100% 100%,#17c38f1a,#0000 32%),linear-gradient(135deg,#eef4fb 0%,#e8f1fb 48%,#f8fbff 100%)}.site-logo{object-fit:contain;width:140px;height:100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 0 0,#6d5dfc2e,#0000 30%),radial-gradient(circle at 100% 100%,#17c38f1a,#0000 30%),linear-gradient(135deg,#03101f 0%,#07213f 45%,#001a33 100%);font-family:Inter,sans-serif;transition:background .4s,color .35s;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}img{max-width:100%;display:block}.container{width:min(92%, var(--container));margin:0 auto}.section{z-index:2;padding:100px 0;position:relative}.glass{background:var(--surface);-webkit-backdrop-filter:blur(18px);border:1px solid var(--line);box-shadow:var(--card-shadow)}.bg-grid{pointer-events:none;opacity:.35;z-index:0;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:42px 42px;position:fixed;inset:0;mask-image:radial-gradient(circle,#000 40%,#0000 85%)}body.light .bg-grid{opacity:.22;background-image:linear-gradient(#0f172a0f 1px,#0000 1px),linear-gradient(90deg,#0f172a0f 1px,#0000 1px)}.bg-blur{filter:blur(70px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}.bg-blur-1{background:#6d5dfc47;width:280px;height:280px;top:100px;left:-50px}.bg-blur-2{background:#00d0ff24;width:340px;height:340px;bottom:80px;right:-60px}.site-header{z-index:999;backdrop-filter:blur(16px);border-bottom:.5px solid var(--line);background:#060c18b3;transition:background .35s,border-color .35s;position:sticky;top:0}body.light .site-header{background:#ffffffb8}.nav-wrap{justify-content:space-between;align-items:center;gap:18px;min-height:82px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg, var(--primary), var(--green));border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid;box-shadow:0 10px 30px #6d5dfc59}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-title{font-size:1.1rem;font-weight:800}.brand-subtitle{color:var(--muted);font-size:.82rem}.main-nav{align-items:center;gap:12px;display:flex}.main-nav a{color:var(--muted);font-weight:600;transition:all .25s;position:relative}.main-nav a:hover{color:var(--text)}.main-nav a:after{content:"";background:linear-gradient(90deg, var(--primary), var(--green));border-radius:10px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-6px;left:0}.main-nav a:hover:after{width:100%}.main-nav a.active,.main-nav a[aria-current=page]{color:var(--text)}.main-nav a.active:after,.main-nav a[aria-current=page]:after{width:100%}.nav-actions{align-items:center;gap:12px;display:flex}.theme-toggle{border:1px solid var(--line);background:var(--surface-2);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:14px;font-size:1rem}.mobile-menu-btn{border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:12px;width:44px;height:44px;display:none}.mobile-menu{border-top:1px solid var(--line);background:#060c18f2;flex-direction:column;gap:16px;padding:0 4% 20px;display:none}body.light .mobile-menu{background:#fffffff2}.mobile-menu a{color:var(--muted);font-weight:600}.mobile-menu a.active,.mobile-menu a[aria-current=page]{color:var(--text)}.btn{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:14px 22px;font-weight:700;transition:transform .2s,box-shadow .25s,opacity .25s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg, var(--primary), var(--green));box-shadow:0 16px 40px #4669ff47}.btn-secondary{color:var(--text);border:1px solid var(--line);background:var(--surface-2)}.btn-lg{padding:16px 26px}.btn-full{width:100%}.hero{align-items:center;min-height:calc(100vh - 82px);padding-top:60px;display:flex}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;display:grid}.hero-badge,.eyebrow{border:1px solid var(--line);color:#dbe6f9;background:#ffffff0d;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-size:.9rem;font-weight:600;display:inline-flex}body.light .hero-badge,body.light .eyebrow{color:#24324a;background:#0f172a0a}.badge-dot{background:linear-gradient(135deg, var(--green), var(--cyan));border-radius:50%;width:10px;height:10px;box-shadow:0 0 18px #17c38fcc}.hero-title{letter-spacing:.05em;margin-top:20px;font-size:clamp(1rem,3vw,5.3rem);font-weight:0;line-height:.97}.gradient-text{background:linear-gradient(90deg,#fff,#c9cbff 30%,#7fdcff 60%,#7fffc2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}body.light .gradient-text{background:linear-gradient(90deg,#101828,#3d46a7 35%,#1577b3 65%,#0b8e63 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:var(--muted);max-width:640px;margin-top:22px;font-size:1.08rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.hero-metrics{flex-wrap:wrap;gap:16px;margin-top:34px;display:flex}.metric-card{border-radius:20px;min-width:150px;padding:18px}.metric-card h3{margin-bottom:8px;font-size:1.7rem}.metric-card p{color:var(--muted);font-size:.95rem}.hero-visual{border-radius:32px;min-height:580px;padding:20px;position:relative;overflow:hidden}#networkCanvas{width:100%;height:100%;position:absolute;inset:0}.center-brain{z-index:3;background:linear-gradient(135deg,#6d5dfcf2,#17c38ff2);border-radius:50%;place-items:center;width:110px;height:110px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 0 50px #6d5dfc59}.brain-core{color:#fff;letter-spacing:.08em;font-size:1.7rem;font-weight:900}.pulse{border:1px solid #ffffff2e;border-radius:50%;position:absolute}.pulse-1{width:180px;height:180px;animation:3s linear infinite pulseRing}.pulse-2{width:250px;height:250px;animation:3s linear 1.2s infinite pulseRing}@keyframes pulseRing{0%{opacity:.7;transform:scale(.7)}to{opacity:0;transform:scale(1.2)}}.node-card{backdrop-filter:blur(14px);z-index:3;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;width:220px;padding:18px;position:absolute}.node-card-left{top:20%;left:28px}.node-card-right{top:22%;right:28px}.node-label{margin-bottom:8px;font-weight:800;display:block}.node-card p{color:var(--muted);font-size:.95rem;line-height:1.5}.floating-chip{color:#dce8ff;z-index:3;backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;padding:10px 14px;font-size:.88rem;font-weight:600;position:absolute}.chip-1{bottom:24%;left:40px}.chip-2{bottom:30%;right:40px}.chip-3{bottom:12%;left:24%}.chip-4{bottom:10%;right:18%}.section-head{text-align:center;max-width:780px;margin:0 auto 50px}.section-head h2{letter-spacing:-.04em;margin-top:18px;font-size:clamp(2rem,4vw,3.5rem)}.section-head p{color:var(--muted);margin-top:16px;font-size:1.04rem;line-height:1.8}.offerings-grid,.why-grid,.insights-grid{gap:24px;display:grid}.offerings-grid{grid-template-columns:repeat(2,1fr)}.offering-card,.insight-card,.why-card,.contact-card,.cta-panel{border-radius:28px}.offering-card{padding:30px}.offering-icon{color:#fff;border-radius:18px;place-items:center;width:62px;height:62px;margin-bottom:20px;font-size:1.5rem;display:grid}.gradient-purple{background:linear-gradient(135deg,#4a8dff,#8d3dff)}.gradient-green{background:linear-gradient(135deg,#12b76a,#00b8d9)}.offering-card h3{margin-bottom:14px;font-size:1.7rem}.offering-card p,.why-card p,.insight-card p,.footer-copy,.contact-left p,.flagship-copy{color:var(--muted);line-height:1.8}.offering-card ul{gap:12px;margin:22px 0 24px;list-style:none;display:grid}.offering-card li{color:var(--text);padding-left:24px;position:relative}.offering-card li:before{content:"•";color:var(--green);font-size:1.4rem;line-height:1;position:absolute;left:0}.first1{background:linear-gradient(90deg,#6d5dfc,#17c38f);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-link{color:#b9cbff;font-weight:700}body.light .text-link{color:#4053b3}.flagship-grid,.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:30px;display:grid}.feature-list{gap:16px;margin:28px 0;display:grid}.feature-item{border-radius:22px;gap:18px;padding:18px;display:flex}.feature-item span{color:#fff;background:linear-gradient(135deg, var(--primary), var(--green));border-radius:16px;place-items:center;min-width:52px;height:52px;font-weight:800;display:grid}.feature-item h4{margin-bottom:6px;font-size:1.05rem}.feature-item p{color:var(--muted);line-height:1.6}.program-showcase{border-radius:28px;overflow:hidden}.program-topbar{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:16px 18px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.red{background:#ff5f57}.yellow{background:#ffbd2e}.green{background:#28c840}.program-body{padding:30px}.program-badge{color:#d8d0ff;background:#6d5dfc2e;border-radius:999px;margin-bottom:20px;padding:10px 14px;font-weight:700;display:inline-block}body.light .program-badge{color:#4c3ba6;background:#6d5dfc1f}.program-body h3{margin-bottom:12px;font-size:2rem}.program-body p{color:var(--muted);line-height:1.8}.program-tags{flex-wrap:wrap;gap:12px;margin:24px 0;display:flex}.program-tags span,.insight-tag{background:var(--surface-2);border:1px solid var(--line);color:var(--text);border-radius:999px;padding:10px 14px;font-weight:600}.program-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:10px;display:grid}.program-stats div{border:1px solid var(--line);background:#ffffff0a;border-radius:18px;padding:18px}.program-stats strong{margin-bottom:8px;font-size:1.06rem;display:block}.program-stats span{color:var(--muted);font-size:.92rem}.why-grid{grid-template-columns:repeat(4,1fr)}.why-card{padding:28px 22px}.why-card h3{margin-bottom:10px;font-size:1.2rem}.insights-grid{grid-template-columns:repeat(3,1fr)}.insight-card{padding:28px}.insight-card h3{margin:18px 0 12px;font-size:1.36rem;line-height:1.35}.cta-panel{justify-content:space-between;align-items:center;gap:28px;padding:34px;display:flex}.cta-panel h2{margin:14px 0 12px;font-size:clamp(1.8rem,3vw,3rem)}.cta-panel p{color:var(--muted);max-width:680px;line-height:1.8}.cta-actions{flex-wrap:wrap;gap:14px;display:flex}.contact-form{border-radius:28px;margin-top:24px;padding:26px}.form-row{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--line);background:var(--surface-2);width:100%;color:var(--text);border-radius:16px;outline:none;padding:16px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--muted)}.contact-steps{gap:14px;margin-top:18px;list-style:none;display:grid}.contact-steps li{color:var(--muted);align-items:flex-start;gap:14px;line-height:1.7;display:flex}.contact-steps span{color:#fff;background:linear-gradient(135deg, var(--primary), var(--green));border-radius:10px;place-items:center;min-width:32px;height:32px;font-weight:800;display:grid}.contact-card{margin-bottom:18px;padding:28px}.contact-card h3{margin-bottom:8px;font-size:1.3rem}.site-footer{border-top:1px solid var(--line);z-index:2;padding:70px 0 24px;position:relative}.footer-grid{grid-template-columns:1.2fr .7fr .7fr .7fr;gap:30px;margin-bottom:28px;display:grid}.footer-brand{margin-bottom:16px}.site-footer h4{margin-bottom:14px;font-size:1rem}.site-footer a{color:var(--muted);margin-bottom:12px;display:block}.footer-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:20px;display:flex}.footer-bottom p,.back-top{color:var(--muted)}.reveal-up,.reveal-left,.reveal-right,.reveal-scale{opacity:0}@media (width<=1100px){.hero-grid,.flagship-grid,.contact-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(2,1fr)}.insights-grid,.offerings-grid{grid-template-columns:1fr}.hero-right{order:-1}.hero-visual{min-height:500px}}@media (width<=900px){.main-nav,.nav-actions{display:none}.mobile-menu-btn{place-items:center;display:inline-grid}.mobile-menu.active{display:flex}.hero-title{font-size:2.8rem}.why-grid,.program-stats{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=680px){.section{padding:75px 0}.form-row{grid-template-columns:1fr}.hero-metrics{flex-direction:column}.metric-card{width:100%}.hero-visual{min-height:430px;padding:14px}.node-card{width:180px;padding:14px}.node-card-left{top:10%;left:10px}.node-card-right{top:16%;right:10px}.floating-chip{padding:8px 10px;font-size:.78rem}.chip-1{bottom:26%;left:12px}.chip-2{bottom:24%;right:12px}.chip-3{bottom:10%;left:14%}.chip-4{bottom:8%;right:8%}.cta-panel{flex-direction:column;align-items:flex-start}.footer-grid,.footer-bottom{grid-template-columns:1fr;display:grid}.footer-bottom{gap:10px}}.modal{z-index:1000;backdrop-filter:blur(10px);background-color:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:auto}.modal-content{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);width:90%;max-width:600px;box-shadow:var(--card-shadow);margin:5% auto;padding:0;animation:.3s ease-out modalFadeIn}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.close{color:var(--muted);float:right;cursor:pointer;margin:10px;font-size:28px;font-weight:700}.close:hover,.close:focus{color:var(--text)}.modal-header{text-align:center;padding:20px 30px}.modal-header .eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.modal-header h2{color:var(--text);margin:10px 0;font-size:2rem}.modal-header p{color:var(--muted);margin-bottom:0}.modal .contact-form{margin:0;padding:0 30px 30px}.whatsapp-bubble{color:#fff;z-index:1000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:113px;right:20px;box-shadow:0 4px 12px #0000004d}.whatsapp-bubble:hover{transform:scale(1.1);box-shadow:0 6px 20px #0006}body.light{color:#142033}body.light .brand-title,body.light .hero-title,body.light .section-head h2,body.light .flagship-left h2,body.light .program-body h3,body.light .contact-left h2,body.light .why-card h3,body.light .offering-card h3,body.light .insight-card h3,body.light .contact-card h3,body.light .site-footer h4{color:#15243b}body.light .brand-subtitle,body.light .hero-subtitle,body.light .section-head p,body.light .flagship-copy,body.light .offering-card p,body.light .why-card p,body.light .insight-card p,body.light .contact-left p,body.light .footer-copy,body.light .footer-grid a,body.light .footer-bottom p,body.light .node-card p,body.light .metric-card p,body.light .feature-item p,body.light .program-body p,body.light .program-stats span,body.light .contact-steps li{color:#5b6b84}body.light .main-nav a,body.light .mobile-menu a{color:#4f6281}body.light .main-nav a:hover,body.light .mobile-menu a:hover{color:#15243b}body.light .btn-secondary{color:#1c2940;background:#ffffffb8;border:1px solid #1f29371a}body.light .glass,body.light .metric-card,body.light .offering-card,body.light .feature-item,body.light .program-showcase,body.light .why-card,body.light .insight-card,body.light .contact-card,body.light .contact-form,body.light .cta-panel,body.light .modal-content{-webkit-backdrop-filter:blur(16px);background:#ffffff94;border:1px solid #1e293b14;box-shadow:0 20px 50px #2c3e631a}body.light .hero-visual{background:#424c64e0;border:1px solid #ffffff1a}body.light .node-card,body.light .floating-chip{color:#f3f7ff;background:#192237b8;border:1px solid #ffffff14}body.light .node-label,body.light .floating-chip{color:#f7fbff}body.light .metric-card{background:#444e66e0}body.light .metric-card h3{color:#fff}body.light .metric-card p{color:#d2dbeb}body.light .contact-form input,body.light .contact-form select,body.light .contact-form textarea,body.light .modal .contact-form input,body.light .modal .contact-form select,body.light .modal .contact-form textarea{color:#15243b;background:#ffffffd1;border:1px solid #1f29371a}body.light .contact-form input::placeholder,body.light .contact-form textarea::placeholder{color:#6d7d95}body.light .hero-badge,body.light .eyebrow,body.light .program-tags span,body.light .insight-tag,body.light .program-badge{color:#20304b;background:#ffffff9e;border:1px solid #1f293714}body.light .site-footer,body.light .footer-bottom{border-top:1px solid #14203314}body.light .testimonial-card{color:#15243b;background:#ffffffc7;border:1px solid #1f293714;box-shadow:0 20px 45px #2c3e631a}body.light .testimonial-card p,body.light .testimonial-card h4{color:#15243b}body.light .testimonial-card span{color:#667791}body.light .stars{color:#ffb547}.testimonial-section{padding:20px 0 10px;overflow:hidden}.testimonial-title{text-align:center;margin-bottom:15px;font-size:42px}.testimonial-wrapper{width:100%;overflow:hidden}.testimonial-track{gap:30px;width:max-content;display:flex}.testimonial-card{-webkit-backdrop-filter:blur(12px);width:320px;transform-style:preserve-3d;color:var(--text);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:30px;transition:all .4s;box-shadow:0 16px 40px #0000002e}.testimonial-card:hover{border:1px solid #8264ff99;box-shadow:0 20px 60px #00000040,0 0 40px #8264ff2e}.testimonial-card p{color:var(--muted);margin:2px 0;line-height:1.7}.stars{color:gold;letter-spacing:3px;margin-bottom:12px;font-size:18px}.user{align-items:center;gap:12px;margin-top:20px;display:flex}.user img{object-fit:cover;border-radius:50%;width:45px;height:45px}.user h4{color:var(--text);margin:0;font-size:14px}.user span{color:var(--muted);opacity:.9;font-size:12px}body.light .testimonial-card{background:#ffffffb8;border:1px solid #1f293714;box-shadow:0 18px 45px #2c3e631a}body.light .testimonial-card p{color:#52637d}body.light .user h4{color:#15243b}body.light .user span{color:#6b7b93}
