@font-face{font-family:Urbanist;src:url(/assets/Urbanist-VariableFont_wght.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Urbanist;src:url(/assets/Urbanist-VariableFont_wght.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Urbanist;src:url(/assets/Urbanist-VariableFont_wght.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Urbanist;src:url(/assets/Urbanist-VariableFont_wght.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg-primary: #07111f;--bg-secondary: #0c1a2e;--bg-card: rgba(16, 28, 48, .7);--border-color: rgba(255, 255, 255, .08);--border-hover: rgba(200, 255, 0, .3);--text-main: #f3f4f6;--text-muted: #94a3b8;--accent-lime: #c8ff00;--accent-lime-hover: #b3e600;--blue: #4f93ff;--electric: #4f93ff;--font-sans: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-main);font-family:var(--font-sans);min-height:100vh;overflow-x:hidden;line-height:1.5}html,body,#root,.site-shell,.site-shell *{font-family:"Urbanist",var(--font-sans)}h1,h2,.solution-card h3,.flow-step h3,.brand-copy strong{font-weight:600;line-height:1.04}h1,h2{letter-spacing:-.01em}.site-shell{display:flex;flex-direction:column;min-height:100vh;position:relative;--site-pointer-x: -999px;--site-pointer-y: -999px}.site-shell>:not(.site-spotlight){position:relative;z-index:1}.site-spotlight{position:fixed;left:var(--site-pointer-x);top:var(--site-pointer-y);width:130px;height:130px;z-index:9999;pointer-events:none;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(79,147,255,.075) 0%,rgba(79,147,255,.025) 38%,transparent 72%);opacity:0;transition:opacity 1.9s ease-in-out}.site-shell:hover .site-spotlight{opacity:1}main{flex:1}.topbar{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5%;background:#07111fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)}.site-shell>.topbar{z-index:100}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.brand-icon img{width:45px;height:45px;object-fit:contain}.brand-copy{display:flex;margin-top:3px;flex-direction:column}.brand-copy strong{font-size:1.15rem;letter-spacing:-.5px}.brand-copy small{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.nav{display:flex;align-items:center;gap:2rem}.mobile-nav{display:none}.nav-link{text-decoration:none;color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:var(--accent-lime)}.nav-cta{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff0d;border:1px solid var(--border-color);color:var(--text-main);padding:.5rem 1rem;border-radius:9999px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease}.nav-cta:hover{background:var(--accent-lime);color:#000;border-color:var(--accent-lime)}.menu-toggle{display:none;background:none;border:none;color:var(--text-main);cursor:pointer;font-size:1.5rem}.section-pad{padding:6rem 5%}.page-container{max-width:1200px;margin:0 auto;width:100%}.container{width:100%;max-width:1200px;margin-inline:auto}.section{padding:6rem 5%}.grid{display:grid;gap:2rem}.grid--cards,.grid--solutions{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--steps{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem 2rem}.card--feature,.card--solution{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;transition:border-color .2s ease,transform .2s ease}.card--feature:hover,.card--solution:hover{border-color:var(--border-hover);transform:translateY(-4px)}.form{width:min(100%,720px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:500;color:var(--text-muted)}.form-field--wide{grid-column:1 / -1}.form-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:.75rem;border-radius:8px}.status-message{margin:10px 0;font-size:.9rem}.form-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.35);color:#86efac;padding:.75rem;border-radius:8px}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;max-width:100%;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:1rem}.eyebrow-mark,.pulse{width:8px;height:8px;flex:0 0 8px;background:var(--accent-lime);border-radius:50%}.eyebrow-text{display:block;min-width:0}.eyebrow-mark,.pulse,.proof-dot,.visual-branch:before{box-shadow:0 0 #c8ff0066;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #c8ff0066}70%{box-shadow:0 0 0 10px #c8ff0000}to{box-shadow:0 0 #c8ff0000}}@keyframes halo-rotate{to{transform:rotate(360deg)}}.lime-text{color:var(--accent-lime)}.button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:9999px;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:transform .15s ease,background .2s ease}.button-lime{background:var(--accent-lime);color:#07111f!important}.button-lime:hover{background:var(--accent-lime-hover);transform:translateY(-2px)}.text-button{background:none;border:none;color:var(--text-main);display:inline-flex;align-items:center;gap:.4rem;font-weight:600;cursor:pointer;text-decoration:none}.text-button:hover{color:var(--accent-lime)}.hero{position:relative;display:flex;align-items:center;min-height:620px;gap:4rem}.hero-copy{position:relative;z-index:2;flex:0 1 52%;max-width:560px}.hero-grid-lines{position:absolute;inset:0 50% 0 0;pointer-events:none;opacity:.18;background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to right,#000,transparent 92%);mask-image:linear-gradient(to right,#000,transparent 92%)}.hero-copy h1{font-size:3.75rem;line-height:1.1;font-weight:800;letter-spacing:-1.5px;margin-bottom:1.5rem}.hero-copy h1 em{font-style:normal;color:var(--accent-lime)}.hero-lede{font-size:1.125rem;line-height:1.7;letter-spacing:.015em;color:var(--text-muted);margin-bottom:2rem;max-width:540px}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.hero-note{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;letter-spacing:.015em;color:var(--text-muted)}.hero-visual{position:absolute;width:min(49vw,600px);height:min(49vw,600px);right:1vw;top:50%;transform:translateY(-44%);pointer-events:none}.visual-glow{position:absolute;inset:12%;border-radius:50%;background:radial-gradient(circle,rgba(79,147,255,.17),transparent 63%);filter:blur(10px)}.matrix-rain{position:absolute;inset:8%;z-index:1;overflow:hidden;opacity:.42;pointer-events:none;-webkit-mask-image:radial-gradient(circle at center,#000 0 42%,transparent 76%);mask-image:radial-gradient(circle at center,#000 0 42%,transparent 76%)}.matrix-rain span{position:absolute;top:-36%;color:#77beffb8;font:700 clamp(.55rem,1.15vw,.8rem) / 1.55 "DM Mono",monospace;letter-spacing:.18em;writing-mode:vertical-rl;text-shadow:0 0 8px rgba(79,147,255,.8);animation:matrix-fall 9s linear infinite}.matrix-rain span:nth-child(1){left:8%;animation-delay:-5.8s;animation-duration:8.4s}.matrix-rain span:nth-child(2){left:22%;animation-delay:-1.6s;animation-duration:10.8s}.matrix-rain span:nth-child(3){left:36%;animation-delay:-7.2s;animation-duration:9.6s}.matrix-rain span:nth-child(4){left:50%;animation-delay:-3.4s;animation-duration:11.5s}.matrix-rain span:nth-child(5){left:64%;animation-delay:-8.7s;animation-duration:9.1s}.matrix-rain span:nth-child(6){left:78%;animation-delay:-2.3s;animation-duration:12.2s}.matrix-rain span:nth-child(7){left:92%;animation-delay:-6.4s;animation-duration:10.2s}@keyframes matrix-fall{0%{transform:translateY(0);opacity:0}10%{opacity:.8}78%{opacity:.55}to{transform:translateY(175%);opacity:0}}.visual-ring{position:absolute;z-index:3;border:1px solid rgba(220,233,255,.1);border-radius:40%}.ring-outer{inset:10%;border-style:dashed;transform-origin:center;animation:ring-wave-outer 28s linear infinite}.ring-inner{inset:22%;border-style:dashed;border-color:#dce9ff12;transform-origin:center;animation:ring-wave-inner 18s linear infinite reverse}@keyframes ring-wave-outer{0%{transform:rotate(0) scale(1);border-radius:40%}20%{transform:rotate(72deg) scale(1.07,.93) skew(2deg,-1deg);border-radius:24% 58% 38% 48%}40%{transform:rotate(144deg) scale(.93,1.07) skew(-2deg,1deg);border-radius:52% 30% 55% 24%}60%{transform:rotate(216deg) scale(1.065,.935) skew(2deg,1deg);border-radius:28% 54% 22% 56%}80%{transform:rotate(288deg) scale(.935,1.065) skew(-2deg,-1deg);border-radius:56% 22% 50% 30%}to{transform:rotate(360deg) scale(1);border-radius:40%}}@keyframes ring-wave-inner{0%{transform:rotate(0) scale(1);border-radius:40%}25%{transform:rotate(90deg) scale(.93,1.07) skew(-2deg,1deg);border-radius:26% 52% 44% 34%}50%{transform:rotate(180deg) scale(1.07,.93) skew(2deg,-1deg);border-radius:54% 24% 32% 58%}75%{transform:rotate(270deg) scale(.935,1.065) skew(2deg,1deg);border-radius:34% 58% 26% 48%}to{transform:rotate(360deg) scale(1);border-radius:40%}}.visual-core{position:absolute;z-index:5;left:50%;top:50%;width:220px;height:220px;transform:translate(-50%,-50%);display:grid;place-items:center}.visual-core:before{content:"";position:absolute;inset:10px;border:1px solid var(--blue);border-radius:40%;box-shadow:0 0 65px #4f93ff40;z-index:2}.visual-core img{position:relative;z-index:3;width:150px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(79,147,255,.7))}.visual-label{position:absolute;padding:10px 13px;border:1px solid rgba(79,147,255,.45);background:#09192de6;font:10px Urbanist,monospace;letter-spacing:.04em;white-space:nowrap;box-shadow:0 10px 25px #0003}.visual-label i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--blue);margin-right:8px;box-shadow:0 0 9px var(--blue)}.visual-label b{color:#cde0fa;font-weight:400;margin-left:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.visual-branch{position:absolute;z-index:3;background:#101c30f2;border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:600;letter-spacing:.5px;color:var(--text-main);box-shadow:0 4px 12px #0000004d;display:flex;align-items:center;gap:.4rem}.visual-branch:before{content:"";width:6px;height:6px;background:var(--accent-lime);border-radius:50%}.branch-a{top:18%;left:8%}.branch-b{top:72%;left:10%}.branch-c{top:24%;right:8%}.branch-d{top:76%;right:8%}.branch-e{top:46%;left:0}.branch-f{top:46%;right:0}.proof-bar{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:1.5rem;display:flex;justify-content:center;align-items:center;gap:1rem;font-size:.95rem;color:var(--text-muted)}.proof-bar strong{color:var(--text-main)}.proof-dot{width:6px;height:6px;background:var(--accent-lime);border-radius:50%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.section-heading h2{font-size:2.5rem;font-weight:700;letter-spacing:-1px}.section-heading h2 em{font-style:normal;color:var(--accent-lime)}.section-heading p{max-width:450px;color:var(--text-muted);font-size:1.0625rem;line-height:1.75}.contact-form-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.contact-form-copy h2{font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem}.contact-form-copy p{max-width:450px;color:var(--text-muted);font-size:1.0625rem;line-height:1.75}.contact-form-panel{min-width:0}.card-top{display:flex;justify-content:space-between;align-items:center}.card-top span{font-size:1.25rem;font-weight:700;color:var(--text-muted)}.card-icon{background:#c8ff001a;color:var(--accent-lime);padding:.75rem;border-radius:12px;display:inline-flex}.solution-card h3{font-size:1.25rem;margin-bottom:.5rem}.solution-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.65}.card-arrow{color:var(--text-muted)}.how-heading{text-align:center;margin-bottom:4rem}.how-heading h2{font-size:2.5rem;font-weight:700}.flow-map{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.flow-step{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;position:relative}.flow-number{font-size:.85rem;font-weight:700;color:var(--accent-lime);display:block;margin-bottom:1rem}.flow-icon{color:var(--accent-lime);margin-bottom:1rem}.flow-step h3{font-size:1.25rem;margin-bottom:.5rem}.flow-step p{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.why{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.why-art{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative}.art-core{display:flex;align-items:center;gap:.75rem;background:#c8ff001a;color:var(--accent-lime);padding:1rem 1.5rem;border-radius:14px;font-weight:700}.art-caption{font-size:.75rem;letter-spacing:2px;color:var(--text-muted)}.why-copy h2{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.why-copy p{color:var(--text-muted);font-size:1.125rem;line-height:1.75;margin-bottom:2rem}.benefits{display:flex;flex-direction:column;gap:1.25rem}.benefit{display:flex;align-items:flex-start;gap:1rem}.benefit span{background:#c8ff001a;color:var(--accent-lime);padding:.5rem;border-radius:8px}.benefit strong{display:block;font-size:1rem;margin-bottom:.2rem}.benefit small{color:var(--text-muted);font-size:.85rem}.references-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.reference-card p{color:var(--text-main);font-size:1.05rem;font-style:italic;line-height:1.6}.reference-card strong{color:var(--accent-lime);font-size:.9rem}.ref-header{display:flex;align-items:center;gap:.75rem;color:var(--accent-lime);font-weight:600}.section--narrow{max-width:700px;margin:0 auto}.section--center{text-align:center}.section--narrow h2{font-size:2.75rem;margin-bottom:1rem}.section--narrow>p{color:var(--text-muted);font-size:1.125rem;line-height:1.6;letter-spacing:.03em;margin-bottom:.5rem}.section-trial{font-weight:500;color:var(--text-main)!important;font-size:.9375rem;margin-top:-1.25rem;margin-bottom:2.5rem}.form--lead{margin-top:.75rem;text-align:left}.form input,.form textarea{background:var(--bg-secondary);border:1px solid var(--border-color);padding:.875rem 1rem;border-radius:12px;color:var(--text-main);font-family:inherit;font-size:.95rem;outline:none;transition:border-color .2s ease}.form input:focus,.form textarea:focus{border-color:var(--accent-lime)}.form-honeypot{display:none}.form button[type=submit]{grid-column:auto;width:100%;justify-content:center;margin-top:1rem}.form-field>span{font-size:.6875rem;color:#a9bfd9;letter-spacing:.04em}.form input,.form textarea{width:100%;border-radius:0;background:#07111f80;border-color:#dce9ff38;padding:.8125rem .875rem}.form input{height:46px}.form textarea{min-height:84px;resize:vertical}.form input::placeholder,.form textarea::placeholder{color:#71859d}.form input:focus,.form textarea:focus{border-color:var(--blue);background:#07111fbf}.form .button{justify-self:center;margin-top:5px}.corporate-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:5rem 5% 2rem;margin-top:auto}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem}.footer-col .footer-brand{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;display:inline-block;margin-bottom:1rem}.footer-col .footer-brand span{color:var(--accent-lime)}.footer-col p{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem;line-height:1.6}.footer-badges{display:flex;gap:1rem}.footer-badges span{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text-muted);background:#ffffff08;border:1px solid var(--border-color);padding:.3rem .6rem;border-radius:6px}.footer-col h4{font-size:1rem;font-weight:600;margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col ul li a{text-decoration:none;color:var(--text-muted);font-size:.9rem;transition:color .2s ease}.footer-col ul li a:hover{color:var(--accent-lime)}.footer-link-btn{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent-lime);text-decoration:none;font-size:.9rem;font-weight:600}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--border-color);text-align:center;font-size:.85rem;color:var(--text-muted)}@media(max-width:968px){.hero{gap:3rem}.hero-copy h1{font-size:3rem}.hero-visual{width:min(46vw,480px);height:min(46vw,480px);right:-2vw}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:768px){.topbar{padding:.875rem 1.25rem}.brand-icon img{width:38px;height:38px}.desktop-nav{display:none}.mobile-nav{display:flex;position:static;width:100%;max-height:0;height:auto;overflow:hidden;overscroll-behavior:contain;background:var(--bg-secondary);flex-direction:column;padding:0 2rem;border-bottom:1px solid var(--border-color);box-shadow:0 10px 25px #00000080;opacity:0;pointer-events:none;transform:translateY(-.75rem);transition:max-height .36s ease,padding .36s ease,opacity .22s ease,transform .36s ease}.mobile-nav.open{max-height:calc(100dvh - 4.5rem);overflow-y:auto;padding:2rem;opacity:1;pointer-events:auto;transform:translateY(0)}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.25rem}.section-pad{padding:4rem 1.25rem}.contact-form-layout{grid-template-columns:1fr;gap:2.5rem}.contact-form-copy h2{font-size:clamp(2rem,9vw,2.75rem)}.hero{display:flex;flex-direction:column;align-items:stretch;min-height:0;gap:2rem;overflow:hidden}.hero-grid-lines{inset:0;background-size:30px 30px}.hero-copy{max-width:none}.hero-copy h1{font-size:clamp(2.5rem,12vw,3.5rem)}.hero-lede{font-size:1rem}.hero-actions{flex-wrap:wrap;gap:1rem}.hero-actions .button{width:100%;justify-content:center}.hero-visual{position:relative;inset:auto;width:100%;height:min(88vw,390px);transform:none;opacity:.85}.visual-core{width:170px;height:170px}.visual-core img{width:120px}.visual-branch{max-width:42%;padding:.4rem .6rem;font-size:.625rem;white-space:normal}.proof-bar{padding:1rem 1.25rem;text-align:center;line-height:1.45}.section-heading{display:block;margin-bottom:2rem}.section-heading h2,.how-heading h2,.why-copy h2,.silhouette-copy h2{font-size:clamp(2rem,9vw,2.75rem)}.section-heading p{margin-top:1rem;font-size:1rem}.solution-grid,.about-grid,.flow-map,.references-grid{grid-template-columns:1fr;gap:1rem}.solution-card,.about-card,.reference-card,.flow-step{padding:1.75rem 1.25rem}.how-heading{margin-bottom:2rem}.silhouette{grid-template-columns:1fr;gap:2.5rem}.silhouette-card{height:auto;min-height:320px;padding:1.5rem}.why{grid-template-columns:1fr;gap:2.5rem}.why-art{height:300px}.form{grid-template-columns:1fr}.form-field--wide,.form button[type=submit]{grid-column:span 1}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.corporate-footer{padding:3.5rem 1.25rem 1.5rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.infinite-logos-container{display:flex;flex-direction:column;gap:20px;width:100%;padding:10px 0}.logo-row{display:flex;width:max-content}.logo-track{display:flex;gap:30px;padding-right:30px;animation:scrollRight 25s linear infinite}.logo-row:hover .logo-track{animation-play-state:paused}.logo-item{width:80px;height:80px;background-color:#1e293b;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;opacity:.4;filter:grayscale(100%);transition:opacity .3s ease,filter .3s ease,transform .3s ease;cursor:pointer}.logo-item img{width:100%;height:100%;object-fit:contain}.logo-item:hover{opacity:1;filter:grayscale(0%);transform:scale(1.1);box-shadow:0 10px 15px -3px #0000004d}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.silhouette{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.silhouette-card{background:radial-gradient(circle at 18% 18%,rgba(79,147,255,.12),transparent 34%),linear-gradient(145deg,#10233cfa,#07111ffa);border:1px solid var(--border-color);border-radius:24px;height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative;padding:30px;box-shadow:0 10px 30px #00000080;overflow:hidden;--spotlight-x: -999px;--spotlight-y: -999px;--grid-x: 0px;--grid-y: 0px;transition:border-color .3s ease,box-shadow .3s ease}.silhouette-card:hover{border-color:#4f93ff6b;box-shadow:0 10px 34px #0000006b,0 0 28px #4f93ff14}.silhouette-spotlight{position:absolute;left:var(--spotlight-x);top:var(--spotlight-y);width:184px;height:184px;z-index:1;pointer-events:none;opacity:0;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(111,177,255,.2) 0%,rgba(79,147,255,.08) 38%,transparent 72%);transition:opacity .16s ease}.silhouette-card:hover .silhouette-spotlight{opacity:1}.silhouette-card:before{content:"";position:absolute;inset:0;z-index:1;background-image:linear-gradient(to right,rgba(132,183,255,.085) 1px,transparent 1px),linear-gradient(to bottom,rgba(132,183,255,.085) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(to right,transparent,#000 25%,#000 75%,transparent),linear-gradient(to bottom,transparent,#000 25%,#000 75%,transparent);mask-image:linear-gradient(to right,transparent,#000 25%,#000 75%,transparent),linear-gradient(to bottom,transparent,#000 25%,#000 75%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect;pointer-events:none}.silhouette-card:after{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;background:transparent;box-shadow:inset 0 0 50px #4f93ff0d,0 0 35px #4f93ff0d;opacity:.72;pointer-events:none}@keyframes silhouette-glow{0%,to{transform:translate(-2%,-1%) scale(.98);opacity:.65}50%{transform:translate(3%,2%) scale(1.04);opacity:1}}.silhouette-card:hover:before{animation:none;transform:none}.silhouette-card:hover:after{animation:none;transform:none}@keyframes silhouette-grid-drift{0%{transform:translate(0)}to{transform:translate(12px,8px)}}.silhouette-card-content{position:relative;z-index:2;width:min(100%,29rem);padding:1.5rem;border:1px solid rgba(220,233,255,.14);border-radius:12px;background:#07111f6b;box-shadow:0 18px 45px #00000038;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.silhouette-card-header{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#3b82f6;margin-bottom:10px;font-weight:700}.silhouette-card-title{font-size:22px;margin:0 0 15px;font-weight:600;letter-spacing:.5px;color:#eef4ff}.silhouette-card-body{font-size:14px;color:#9ca3af;line-height:1.6;margin-bottom:25px;border-left:2px dashed rgba(255,255,255,.2);padding-left:15px}.silhouette-card-btn{display:inline-block;padding:10px 20px;background:transparent;color:#3b82f6;border:1px dashed #3b82f6;border-radius:3px;cursor:pointer;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease}.silhouette-card-btn:hover{background:#3b82f61a;border-style:solid;color:#fff}.silhouette-copy h2{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.silhouette-copy p{color:var(--text-muted);margin-bottom:2rem}@media(max-width:1024px){.silhouette{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,2.5rem)}.silhouette-card{height:clamp(320px,38vw,380px);padding:clamp(1.25rem,3vw,1.875rem)}.silhouette-card-title{font-size:clamp(1.25rem,3vw,1.375rem)}.silhouette-copy h2{font-size:clamp(2.25rem,5vw,3rem)}}@media(max-width:768px){.silhouette{grid-template-columns:1fr;gap:2rem}.silhouette-card{height:auto;min-height:clamp(280px,80vw,340px);padding:1.25rem}.silhouette-card-content{width:min(100%,28rem)}.silhouette-card-header{font-size:.6875rem;letter-spacing:.14em}.silhouette-card-body{font-size:.8125rem;margin-bottom:1.5rem}.silhouette-card-btn{max-width:100%;padding:.625rem .875rem;font-size:.6875rem}}
