:root{
  --bg:#03111d;
  --bg2:#061a2a;
  --panel:#071a2a;
  --panel2:#0a2032;
  --line:#16445e;
  --line-soft:rgba(49,154,201,.22);
  --cyan:#19c9ff;
  --cyan2:#79e5ff;
  --text:#f5fbff;
  --muted:#a8b9c7;
  --green:#39c98a;
  --shadow:0 0 32px rgba(0,191,255,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 50% -10%,#09253a 0,#03111d 45%,#020b13 100%);color:var(--text);font-family:"Bahnschrift Condensed","Arial Narrow","Segoe UI",sans-serif;font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{display:block;max-width:100%}
.site-shell{min-height:100vh;overflow:hidden;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18))}
.site-width{width:min(1180px,calc(100% - 42px));margin-inline:auto}
.site-header{height:72px;position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(2,13,23,.91);border-bottom:1px solid rgba(40,155,206,.22);backdrop-filter:blur(16px);transition:.25s}
.site-header.scrolled{background:rgba(2,13,23,.98);box-shadow:0 10px 40px rgba(0,0,0,.34)}
.header-inner{height:100%;display:flex;align-items:center;gap:25px}
.brand{display:flex;align-items:center;gap:13px;min-width:max-content}
.brand-ring{width:45px;height:45px;border:1px solid #d7f4ff;border-radius:50%;display:grid;place-items:center;font-size:18px;letter-spacing:.7px;box-shadow:0 0 18px rgba(25,201,255,.09)}
.brand-name{font-size:20px;letter-spacing:.4px}
.main-nav{display:flex;align-items:stretch;justify-content:center;gap:4px;flex:1;height:100%}
.main-nav a{position:relative;display:flex;align-items:center;gap:6px;padding:0 10px;color:#d9e3ea;font-size:14px;white-space:nowrap;transition:.2s}
.main-nav a span{color:#a8dff1;font-size:13px}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a.active:after,.main-nav a:hover:after{content:"";position:absolute;left:10px;right:10px;bottom:6px;height:2px;background:var(--cyan);box-shadow:0 0 10px rgba(25,201,255,.7)}
.header-contact{border:1px solid var(--cyan);border-radius:4px;padding:10px 17px;display:flex;align-items:center;gap:9px;color:var(--cyan2);white-space:nowrap;font-size:15px;transition:.2s}
.header-contact:hover{background:rgba(25,201,255,.1);box-shadow:var(--shadow)}
.header-contact svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.4}
.nav-toggle{display:none;background:none;border:0;padding:8px;margin-left:auto}
.nav-toggle span{display:block;width:24px;height:2px;background:#dff7ff;margin:5px 0}

.hero{position:relative;min-height:600px;padding-top:72px;overflow:hidden;border-bottom:1px solid rgba(41,131,170,.15);background:linear-gradient(90deg,rgba(1,10,18,.6),rgba(2,17,29,.1) 47%,rgba(1,11,18,.05))}
.hero-grid{position:absolute;inset:72px 0 0;background-image:linear-gradient(rgba(23,109,145,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(23,109,145,.08) 1px,transparent 1px);background-size:50px 50px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 90%)}
.hero:after{content:"";position:absolute;inset:72px 0 0;background:linear-gradient(90deg,rgba(1,9,16,.1),rgba(1,11,19,.02) 48%,rgba(1,8,14,.34)),linear-gradient(180deg,rgba(0,0,0,.04),rgba(2,13,22,.74) 94%);pointer-events:none}
.hero-control-room{position:absolute;left:0;top:72px;bottom:0;width:46%;opacity:.82;background:radial-gradient(circle at 23% 80%,rgba(9,85,116,.44),transparent 28%),linear-gradient(160deg,rgba(3,21,35,.3),rgba(0,5,10,.82)),linear-gradient(110deg,#071724,#020a11 72%)}
.hero-control-room:before{content:"";position:absolute;left:0;right:0;bottom:0;height:230px;background:linear-gradient(174deg,transparent 0 34%,rgba(5,37,55,.62) 35% 46%,transparent 47%),linear-gradient(10deg,rgba(2,11,18,.96),rgba(4,25,38,.8));clip-path:polygon(0 36%,28% 47%,56% 36%,100% 52%,100% 100%,0 100%)}
.window-line{position:absolute;top:0;bottom:0;width:7px;background:linear-gradient(#0c2332,#07131d);box-shadow:0 0 0 1px rgba(40,114,145,.14)}
.window-line.one{left:6%;transform:skewX(-7deg)}.window-line.two{left:31%;transform:skewX(-3deg)}.window-line.three{left:70%;transform:skewX(2deg)}
.city-lights{position:absolute;left:0;right:0;top:235px;height:75px;background-image:radial-gradient(circle,#e7953a 0 1px,transparent 2px),radial-gradient(circle,#5fc0dd 0 1px,transparent 2px),radial-gradient(circle,#ffd48b 0 1px,transparent 2px);background-size:31px 18px,44px 26px,68px 33px;opacity:.36;filter:blur(.2px)}
.airspace-map{position:absolute;right:0;top:72px;width:62%;height:510px;z-index:1;opacity:.96}
.airspace-map svg{width:100%;height:100%;overflow:visible}
.sector-lines path{fill:none;stroke:#1b7197;stroke-width:1;stroke-dasharray:3 5;opacity:.62}
.route-secondary path{fill:none;stroke:#1f7da7;stroke-width:1.1;stroke-dasharray:3 4;opacity:.75}
.route-main{fill:none;stroke:#38d6ff;stroke-width:2.2}
.route-points circle{fill:#d9f9ff;stroke:#30d5ff;stroke-width:2}
.map-labels text{fill:#7cdcf6;font-size:12px;letter-spacing:.8px}
.plane-icon path{fill:#c9f7ff;filter:drop-shadow(0 0 8px #4adeff)}
.status-panel{position:absolute;right:32px;top:45px;width:132px;border:1px solid rgba(94,182,218,.35);border-radius:8px;padding:14px;background:rgba(3,15,25,.72);box-shadow:0 0 25px rgba(0,0,0,.32)}
.status-title{font-size:10px;color:#d4edf5;letter-spacing:.7px}
.radar{height:86px;position:relative;margin:10px 0 13px;border-radius:50%;background:repeating-radial-gradient(circle at center,transparent 0 10px,rgba(55,205,255,.35) 11px 12px),linear-gradient(90deg,transparent 49%,rgba(55,205,255,.35) 50% 51%,transparent 52%),linear-gradient(transparent 49%,rgba(55,205,255,.35) 50% 51%,transparent 52%)}
.radar:after{content:"";position:absolute;inset:8px;border-radius:50%;background:conic-gradient(from 20deg,rgba(35,215,255,.3),transparent 80deg)}
.radar b{position:absolute;left:50%;top:50%;width:4px;height:4px;border-radius:50%;background:#9ef0ff;box-shadow:0 0 8px #35d9ff;z-index:2}
.status-row{border-top:1px solid rgba(58,139,174,.26);padding:8px 0 3px}
.status-row small{display:block;color:#8eaebc;font-size:9px;margin-bottom:3px}.status-row strong{font-size:11px;font-weight:500;color:#d9eef5}.status-row .cyan{color:var(--cyan)}.status-row .green{color:var(--green)}
.hero-content{position:relative;z-index:3;min-height:528px;display:flex;align-items:center;padding-top:44px}
.hero-copy{width:54%;padding-left:135px}
.hero-kicker{font-size:21px;color:#74dbf7;margin:0 0 8px}
.wing-rule{display:flex;align-items:center;gap:12px;width:300px;margin:8px 0 17px}.wing-rule span{height:1px;background:linear-gradient(90deg,#d8f5ff,transparent);flex:1}.wing-rule span:last-child{background:linear-gradient(90deg,transparent,#1dcfff)}.wing-rule b{font-size:23px;color:#90e9ff;font-weight:400}
.hero h1{font-size:28px;line-height:1.35;font-weight:500;margin:0 0 8px;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.75)}
.hero-note{margin:0;color:#15ccff;font-size:17px;font-style:italic}
.hero-actions{display:flex;gap:12px;margin-top:34px}
.primary-btn,.outline-btn{min-height:56px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 19px;font-size:17px;transition:.2s;border:1px solid var(--cyan)}
.primary-btn{background:linear-gradient(180deg,#1198d1,#086ea4);box-shadow:0 0 24px rgba(12,176,236,.27),inset 0 1px rgba(255,255,255,.3);color:#fff}
.primary-btn:hover{transform:translateY(-1px);filter:brightness(1.12);box-shadow:0 0 30px rgba(12,176,236,.45)}
.outline-btn{background:rgba(4,17,28,.64);color:#fff}.outline-btn:hover{background:rgba(20,174,225,.12)}
.button-icon{font-size:24px;color:#d8faff}.hero-actions b{font-size:24px;font-weight:400}

.capability-section{position:relative;z-index:4;margin-top:-10px;padding:0 0 25px}
.capability-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.capability-panel{min-height:205px;border:1px solid rgba(47,144,184,.34);border-radius:7px;background:linear-gradient(135deg,rgba(6,27,42,.96),rgba(3,15,25,.96));display:grid;grid-template-columns:160px 1fr;gap:17px;align-items:center;padding:18px 18px 18px 24px;box-shadow:inset 0 0 30px rgba(0,0,0,.18)}
.capability-panel h2{font-size:27px;color:#28ccff;font-weight:500;margin:0 0 8px}.capability-panel p{color:#c2d1da;font-size:16px;margin:0 0 15px;line-height:1.58}.tags{display:flex;flex-wrap:wrap;gap:6px}.tags span{border:1px solid #155271;background:rgba(8,45,65,.42);border-radius:3px;padding:5px 8px;color:#75cce7;font-size:12px}
.radar-large{width:135px;height:135px;border-radius:50%;position:relative;background:repeating-radial-gradient(circle at center,transparent 0 18px,rgba(51,203,255,.34) 19px 20px),linear-gradient(90deg,transparent 49.5%,rgba(51,203,255,.38) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(51,203,255,.38) 50%,transparent 50.5%)}
.radar-large:before{content:"";position:absolute;inset:10px;border-radius:50%;background:conic-gradient(from 215deg,rgba(37,218,255,.52),transparent 74deg)}.radar-large b{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#b9f5ff;box-shadow:0 0 12px #1bd4ff}.radar-large span{position:absolute;left:50%;top:50%;height:2px;width:62px;transform-origin:left center;transform:rotate(-47deg);background:#d5fbff;box-shadow:0 0 12px #22d5ff}
.integration-icon{width:126px;height:126px;position:relative;filter:drop-shadow(0 0 12px rgba(38,190,255,.3))}.piece{position:absolute;width:60px;height:60px;border:2px solid #4fcfff;border-radius:7px;display:grid;place-items:center;font-size:42px;color:#4fcfff;background:rgba(16,71,101,.22)}.p1{left:0;top:0}.p2{right:0;top:4px;transform:rotate(90deg)}.p3{left:4px;bottom:0;transform:rotate(180deg)}.p4{right:0;bottom:0;transform:rotate(270deg)}

.projects-section,.stack-section{padding:8px 0 24px}.section-title{display:flex;align-items:center;gap:12px;margin:0 0 18px}.section-title .title-icon{font-size:24px;color:#28cfff}.section-title h2{font-size:18px;letter-spacing:.8px;color:#26caff;font-weight:500;white-space:nowrap;margin:0}.section-title i{height:1px;background:linear-gradient(90deg,rgba(65,170,213,.45),rgba(65,170,213,.06));flex:1}
.project-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.project-card{border:1px solid rgba(57,137,172,.38);border-radius:6px;background:linear-gradient(180deg,rgba(8,28,43,.92),rgba(5,18,29,.94));overflow:hidden;min-height:292px;transition:.23s}.project-card:hover{transform:translateY(-4px);border-color:#2fcafc;box-shadow:0 12px 30px rgba(0,0,0,.3),0 0 20px rgba(31,191,246,.12)}.project-image{position:relative;height:148px;overflow:hidden;border-bottom:1px solid rgba(65,155,194,.27)}.project-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.86) brightness(.82);transition:.3s}.project-card:hover img{transform:scale(1.04);filter:saturate(1) brightness(.94)}.project-image:after{content:"";position:absolute;inset:auto 0 0;height:42px;background:linear-gradient(transparent,rgba(3,16,26,.96))}.project-round-icon{position:absolute;left:50%;bottom:-21px;transform:translateX(-50%);width:46px;height:46px;border:1px solid #52d5ff;border-radius:50%;background:#061724;z-index:2;box-shadow:0 0 15px rgba(43,204,255,.23)}.project-round-icon:before,.project-round-icon:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1.5px solid #8de8ff}.icon-document:before{width:16px;height:21px;border-radius:2px}.icon-document:after{width:10px;height:1px;border-width:1px 0 0;box-shadow:0 5px 0 #8de8ff,0 10px 0 #8de8ff}.icon-database:before{width:19px;height:23px;border-radius:50%/18%}.icon-chart:before{width:21px;height:19px;border-radius:2px}.icon-chart:after{width:15px;height:9px;border-width:0 0 2px 2px;transform:translate(-50%,-43%) skewY(-30deg)}.icon-video:before{width:17px;height:14px;border-radius:2px}.icon-video:after{left:68%;width:7px;height:10px;clip-path:polygon(0 25%,100% 0,100% 100%,0 75%);background:#8de8ff;border:0}.icon-location:before{width:18px;height:23px;border-radius:50% 50% 50% 0;transform:translate(-50%,-56%) rotate(-45deg)}.icon-ai:before{width:22px;height:22px;border-radius:50%}.icon-ai:after{width:11px;height:11px;border-radius:50%;box-shadow:11px 0 0 -4px #8de8ff,-11px 0 0 -4px #8de8ff,0 11px 0 -4px #8de8ff,0 -11px 0 -4px #8de8ff}
.project-card-body{padding:28px 10px 14px;text-align:center}.project-card h3{font-size:17px;font-weight:500;margin:0 0 9px;color:#fff}.project-card p{font-size:12.5px;color:#a9bbc7;margin:0;line-height:1.7}
.stack-section{padding-top:12px}.tech-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:8px}.tech-card{height:70px;border:1px solid rgba(50,132,167,.35);border-radius:5px;background:linear-gradient(180deg,rgba(7,28,43,.95),rgba(4,17,28,.95));display:flex;align-items:center;justify-content:center;gap:10px;transition:.2s}.tech-card:hover{border-color:#25c9fa;background:#08273d}.tech-card strong{font-size:15px;font-weight:500}.tech-icon{width:31px;height:31px;display:grid;place-items:center;position:relative}.tech-icon:after{display:block;font-weight:700;font-size:17px}.tech-icon.java:after{content:"♨";color:#ff965a;font-size:27px}.tech-icon.sql:after{content:"◉";color:#d8edf4}.tech-icon.dotnet:after{content:"C#";color:#9fc8ff;font-size:12px;border:2px solid #89b7ff;border-radius:5px;padding:3px}.tech-icon.python:after{content:"PY";color:#ffd85a;font-size:12px;background:#2d87bc;padding:5px;border-radius:6px}.tech-icon.laravel:after{content:"◇";color:#ff4438;font-size:31px}.tech-icon.flutter:after{content:"◆";color:#48bfff;font-size:27px}.tech-icon.ai:after{content:"◉";color:#dbefff;font-size:25px;box-shadow:0 0 0 2px #dbefff inset;border-radius:50%}.tech-icon.security:after{content:"♢";color:#c6d9e3;font-size:30px}.tech-icon.blockchain:after{content:"⬡";color:#55aef7;font-size:28px}

.contact-section{padding:20px 0 88px}.contact-shell{min-height:610px;border:1px solid rgba(49,139,177,.38);border-radius:7px;background:linear-gradient(135deg,rgba(6,27,42,.94),rgba(3,15,25,.97));display:grid;grid-template-columns:1fr 1.05fr;overflow:hidden}.contact-intro{position:relative;padding:150px 45px 45px 30px;background:radial-gradient(circle at 27% 33%,rgba(13,97,132,.19),transparent 28%),linear-gradient(110deg,rgba(4,18,29,.96),rgba(5,25,40,.68));overflow:hidden}.contact-intro:after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:linear-gradient(transparent,rgba(53,163,205,.35),transparent)}.contact-radar{position:absolute;left:25px;top:20px;width:340px;height:240px;opacity:.38;background:repeating-radial-gradient(circle at 34% 38%,transparent 0 35px,rgba(39,170,214,.28) 36px 37px),linear-gradient(90deg,transparent 33.8%,rgba(39,170,214,.28) 34%,transparent 34.2%),linear-gradient(transparent 37.8%,rgba(39,170,214,.28) 38%,transparent 38.2%)}.contact-radar:before{content:"";position:absolute;left:34%;top:38%;width:230px;height:1px;background:#38d4ff;transform:rotate(38deg);transform-origin:left}.contact-radar:after{content:"";position:absolute;left:34%;top:38%;width:5px;height:5px;border-radius:50%;background:#b9f6ff;box-shadow:0 0 18px #32d9ff}.contact-intro h2{position:relative;z-index:2;color:#22caff;font-size:38px;line-height:1.28;font-weight:600;margin:0 0 10px}.contact-rule{width:200px;position:relative;z-index:2}.contact-intro p{position:relative;z-index:2;color:#bdcbd4;font-size:18px;line-height:1.75;margin:12px 0 24px}.wide{width:100%;margin-top:14px}.linkedin-icon{display:inline-grid;place-items:center;border:2px solid #21ccff;border-radius:4px;color:#21ccff;font-family:Arial,sans-serif;font-weight:bold;width:31px;height:31px;font-size:18px}
.contact-form-card{margin:20px;padding:27px;border:1px solid rgba(62,145,180,.42);border-radius:8px;background:rgba(4,20,32,.76);align-self:stretch}.contact-form-card form{display:grid;gap:14px}.contact-form-card label{display:grid;gap:6px;color:#fff;font-size:15px}.contact-form-card label span{color:#aabdc8;font-size:13px}.contact-form-card input,.contact-form-card textarea{width:100%;border:1px solid #31566c;border-radius:4px;background:#071a2a;color:#eaf8ff;padding:12px 13px;outline:none;transition:.2s}.contact-form-card textarea{height:145px;resize:vertical}.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:#23c9fb;box-shadow:0 0 0 2px rgba(25,201,255,.08)}.contact-form-card ::placeholder{color:#728894}.form-submit{border:1px solid #37d6ff;cursor:pointer}.honeypot{position:absolute;left:-9999px}
.flash-wrap{position:fixed;top:82px;left:0;right:0;z-index:60}.flash{border:1px solid rgba(53,197,237,.45);background:#0a2536;color:#dff9ff;border-radius:5px;padding:12px 15px}.flash-success{border-color:rgba(57,201,138,.5);background:#0a2c25}.flash-error{border-color:rgba(255,101,101,.5);background:#351719}.error-text{color:#ff9c9c}
.site-footer{border-top:1px solid rgba(45,131,166,.2);background:#020b13}.footer-inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;color:#75909f;font-size:12px;gap:20px}.footer-inner a{color:#5bbfdd}
.reveal{opacity:0;transform:translateY(15px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}

/* Supporting inner pages */
.page-hero,.project-hero{padding:150px 0 70px;background:radial-gradient(circle at 70% 10%,rgba(20,138,181,.22),transparent 35%),linear-gradient(180deg,#051c2b,#03111d);border-bottom:1px solid rgba(49,143,182,.25)}
.page-hero .container,.project-hero .container,.page-shell .container{width:min(1100px,calc(100% - 42px));margin:auto}.page-hero h1,.project-hero h1{font-size:48px;line-height:1.1;margin:8px 0 15px}.page-hero p,.project-hero p{max-width:760px;color:#adc1cd;font-size:18px}.eyebrow,.project-kicker{color:#26caff;letter-spacing:1.2px;font-size:13px}.page-shell{padding:55px 0 80px}.contact-layout,.case-layout{display:grid;grid-template-columns:.85fr 1.25fr;gap:20px}.contact-panel,.form-card,.case-panel{border:1px solid rgba(54,139,175,.35);background:#071a2a;border-radius:8px;padding:26px}.contact-methods{display:grid;gap:10px;margin-top:20px}.contact-method{border-top:1px solid rgba(50,137,172,.28);padding-top:12px}.contact-method small{display:block;color:#7ca6b9}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:grid;gap:6px}.form-group.full{grid-column:1/-1}.form-control{width:100%;border:1px solid #31566c;border-radius:4px;background:#071a2a;color:#eaf8ff;padding:12px}.case-layout{grid-template-columns:1.3fr .7fr}.case-stack{display:grid;gap:16px}.project-meta-row{display:flex;flex-wrap:wrap;gap:7px}.project-meta-row span{border:1px solid #25556d;padding:5px 8px;border-radius:3px;color:#7cdcf6}.metric-list{padding-left:18px;color:#c1d0d8}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:45px;border-radius:4px;padding:0 16px;border:1px solid #22c8fb}.btn-primary{background:#0c81b5}.btn-secondary{background:transparent}.case-sidebar{align-self:start;position:sticky;top:95px}

@media (max-width:1050px){
  .main-nav a{padding:0 6px;font-size:12px}.header-contact{padding:9px 12px}.brand-name{font-size:17px}
  .hero-copy{padding-left:50px;width:58%}.airspace-map{width:66%}.status-panel{right:12px}
  .project-grid{grid-template-columns:repeat(3,1fr)}.tech-grid{grid-template-columns:repeat(5,1fr)}
}
@media (max-width:850px){
  .site-header{height:64px}.header-inner{gap:12px}.brand-ring{width:39px;height:39px}.brand-name{font-size:16px}
  .nav-toggle{display:block}.main-nav{position:absolute;top:64px;left:0;right:0;height:auto;display:none;flex-direction:column;background:#03111d;border-bottom:1px solid #16445e;padding:10px 20px}.main-nav.open{display:flex}.main-nav a{padding:12px}.main-nav a:after{display:none}.header-contact{margin-left:0}
  .hero{min-height:650px;padding-top:64px}.hero-content{min-height:575px;align-items:flex-end;padding-bottom:70px}.hero-copy{width:78%;padding-left:0}.airspace-map{top:64px;width:100%;opacity:.66}.hero-control-room{top:64px;width:70%}.status-panel{display:none}.hero:after{inset:64px 0 0;background:linear-gradient(90deg,rgba(1,9,16,.78),rgba(1,11,19,.25)),linear-gradient(180deg,rgba(0,0,0,.08),rgba(2,13,22,.87) 94%)}
  .capability-row,.contact-shell{grid-template-columns:1fr}.capability-panel{grid-template-columns:125px 1fr}.contact-intro:after{display:none}.contact-form-card{margin-top:0}
  .tech-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:620px){
  .site-width{width:min(100% - 24px,1180px)}.header-contact{font-size:0;padding:8px}.header-contact svg{width:22px;height:22px}.brand-name{font-size:15px}
  .hero{min-height:610px}.hero-content{padding-bottom:48px}.hero-copy{width:100%}.hero-kicker{font-size:17px}.hero h1{font-size:24px}.hero-note{font-size:15px}.hero-actions{flex-direction:column}.hero-actions a{width:100%}.airspace-map{width:145%;right:-40%}
  .capability-panel{grid-template-columns:1fr;text-align:center}.radar-large,.integration-icon{margin:auto}.tags{justify-content:center}.capability-panel h2{font-size:24px}
  .project-grid{grid-template-columns:repeat(2,1fr)}.project-card{min-height:275px}.project-image{height:125px}.tech-grid{grid-template-columns:repeat(2,1fr)}
  .section-title h2{font-size:15px;white-space:normal}.contact-intro{padding:145px 22px 28px}.contact-intro h2{font-size:30px}.contact-form-card{margin:12px;padding:18px}.footer-inner{flex-direction:column;justify-content:center;padding:15px 0}.contact-layout,.case-layout{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.page-hero h1,.project-hero h1{font-size:38px}.case-sidebar{position:static}
}
@media (max-width:390px){.project-grid{grid-template-columns:1fr}.tech-grid{grid-template-columns:1fr 1fr}.brand-name{display:none}}

/* ======================================================================
   v1.0.6 — Approved desktop composition alignment
   Restores the wide, edge-to-edge proportions of the selected concept.
   ====================================================================== */
@media (min-width:1280px){
  .site-width{width:min(1500px,calc(100% - 64px))}
  .site-header{height:78px}
  .header-inner{gap:28px}
  .brand-ring{width:48px;height:48px;font-size:19px}
  .brand-name{font-size:21px}
  .main-nav{gap:6px}
  .main-nav a{padding:0 12px;font-size:15px}
  .header-contact{padding:11px 20px;font-size:16px}

  .hero{min-height:650px;padding-top:78px}
  .hero-grid,.hero:after{inset:78px 0 0}
  .hero-control-room{top:78px;width:48%;opacity:1;background:
    radial-gradient(circle at 12% 82%,rgba(18,144,192,.24),transparent 19%),
    radial-gradient(circle at 30% 78%,rgba(12,95,132,.38),transparent 31%),
    linear-gradient(160deg,rgba(4,30,48,.30),rgba(0,7,13,.84)),
    linear-gradient(110deg,#092237,#020a11 74%)}
  .hero-control-room:after{content:"";position:absolute;left:0;right:8%;bottom:38px;height:150px;opacity:.85;background:
    linear-gradient(168deg,transparent 0 35%,rgba(16,74,103,.7) 36% 45%,transparent 46%),
    repeating-linear-gradient(90deg,rgba(25,130,171,.22) 0 1px,transparent 1px 72px),
    repeating-linear-gradient(0deg,rgba(25,130,171,.13) 0 1px,transparent 1px 36px);
    clip-path:polygon(0 24%,29% 42%,53% 30%,100% 48%,100% 100%,0 100%)}
  .city-lights{top:258px;height:120px;opacity:.62;background-size:24px 17px,36px 24px,58px 31px;filter:drop-shadow(0 0 4px rgba(255,177,80,.36))}
  .window-line.one{left:5%}.window-line.two{left:29%}.window-line.three{left:66%}

  .airspace-map{top:78px;width:67%;height:570px}
  .map-labels text{font-size:10.5px;letter-spacing:.65px}
  .status-panel{right:26px;top:39px;width:142px;padding:15px}
  .hero-content{min-height:572px;padding-top:28px}
  .hero-copy{width:49%;padding-left:72px}
  .hero-kicker{font-size:22px}
  .hero h1{font-size:31px;line-height:1.34;letter-spacing:.1px}
  .hero-note{font-size:18px}
  .hero-actions{margin-top:32px;gap:14px}
  .primary-btn,.outline-btn{min-height:59px;padding:0 22px;font-size:18px}

  .capability-section{margin-top:-34px;padding-bottom:32px}
  .capability-row{gap:16px}
  .capability-panel{min-height:220px;grid-template-columns:175px 1fr;gap:22px;padding:20px 24px}
  .capability-panel h2{font-size:29px}
  .capability-panel p{font-size:17px;max-width:520px}
  .tags span{font-size:13px;padding:5px 9px}
  .radar-large{width:145px;height:145px}
  .integration-icon{width:138px;height:138px}
  .piece{width:65px;height:65px}

  .projects-section,.stack-section{padding-bottom:31px}
  .section-title{margin-bottom:19px}
  .section-title h2{font-size:19px}
  .project-grid{gap:13px}
  .project-card{min-height:335px}
  .project-image{height:182px}
  .project-card-body{padding:30px 13px 18px}
  .project-card h3{font-size:18px}
  .project-card p{font-size:13.5px;line-height:1.66}

  .tech-grid{gap:10px}
  .tech-card{height:78px;gap:12px}
  .tech-card strong{font-size:16px}
  .tech-icon{width:35px;height:35px}

  .contact-section{padding-top:23px}
  .contact-shell{min-height:640px}
  .contact-intro{padding:160px 62px 52px 42px}
  .contact-intro h2{font-size:42px}
  .contact-intro p{font-size:19px}
  .contact-form-card{margin:24px;padding:31px}
  .contact-form-card label{font-size:16px}
  .contact-form-card input,.contact-form-card textarea{padding:13px 14px}
  .contact-form-card textarea{height:155px}
}

@media (min-width:1450px){
  .hero-copy{padding-left:46px}
  .hero h1{font-size:33px}
  .airspace-map{width:66%;right:0}
}

/* ======================================================================
   v1.0.7 — Featured Aviation Projects premium 3 × 2 card experience
   Replaces the compressed six-column strip with the approved clear,
   user-friendly project showcase while retaining the main-page position.
   ====================================================================== */
.projects-section{
  padding:24px 0 48px;
  background:
    radial-gradient(circle at 50% 8%,rgba(20,126,171,.075),transparent 42%),
    linear-gradient(180deg,rgba(2,12,21,.12),rgba(2,12,21,.38));
}
.project-section-title{margin-bottom:26px}
.project-section-title .title-icon{font-size:29px;filter:drop-shadow(0 0 8px rgba(38,207,255,.28))}
.project-section-title h2{font-size:21px;font-weight:600;letter-spacing:1px}
.project-section-title i{background:linear-gradient(90deg,rgba(68,177,220,.56),rgba(68,177,220,.13) 74%,rgba(34,210,255,.78));position:relative}
.project-section-title i:after{content:"";position:absolute;right:0;top:50%;width:5px;height:5px;border-radius:50%;background:#41d9ff;box-shadow:0 0 12px #27cfff;transform:translateY(-50%)}

.premium-project-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.premium-project-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:448px;
  overflow:hidden;
  border:1px solid rgba(66,151,190,.48);
  border-radius:9px;
  background:
    linear-gradient(180deg,rgba(7,27,43,.97),rgba(3,16,27,.99)),
    #051522;
  box-shadow:0 18px 42px rgba(0,0,0,.18),inset 0 1px 0 rgba(139,226,255,.025);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.premium-project-card:before{
  content:"";
  position:absolute;
  z-index:4;
  top:0;
  left:13%;
  right:13%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(97,217,255,.36),transparent);
  pointer-events:none;
}
.premium-project-card:hover{
  transform:translateY(-5px);
  border-color:rgba(74,209,251,.82);
  box-shadow:0 22px 50px rgba(0,0,0,.34),0 0 24px rgba(26,181,229,.1),inset 0 1px 0 rgba(137,230,255,.06);
}
.project-media{
  position:relative;
  display:block;
  height:226px;
  flex:0 0 226px;
  overflow:hidden;
  background:#061522;
  border-bottom:1px solid rgba(62,143,181,.38);
}
.project-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 65%,rgba(3,16,27,.18));
  pointer-events:none;
}
.project-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:none;
  transform:scale(1.001);
  transition:transform .35s ease,filter .35s ease;
}
.premium-project-card:hover .project-media img{
  transform:scale(1.025);
  filter:brightness(1.04) saturate(1.04);
}
.premium-project-card .project-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:stretch;
  padding:20px 22px 18px;
  text-align:left;
}
.premium-project-card h3{
  margin:0 0 8px;
  color:#f5fbff;
  font-size:22px;
  font-weight:650;
  line-height:1.24;
  letter-spacing:-.2px;
}
.premium-project-card h3 span{color:#f5fbff;font-weight:650}
.premium-project-card p{
  margin:0;
  color:#aebfca;
  font-size:15px;
  line-height:1.55;
}
.project-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:15px;
}
.project-tags span{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:4px 9px;
  border:1px solid rgba(53,137,178,.62);
  border-radius:4px;
  background:rgba(4,25,40,.66);
  color:#73cdec;
  font-size:12px;
  line-height:1;
  white-space:nowrap;
}
.project-details{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:10px;
  margin-top:auto;
  padding-top:17px;
  color:#20d3ff;
  font-size:15px;
  font-weight:600;
  letter-spacing:.1px;
  transition:color .2s ease,gap .2s ease,text-shadow .2s ease;
}
.project-details span{font-size:22px;line-height:1}
.project-details:hover{gap:14px;color:#89eaff;text-shadow:0 0 12px rgba(33,211,255,.32)}

@media (max-width:1150px){
  .premium-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .project-media{height:225px;flex-basis:225px}
}
@media (max-width:720px){
  .projects-section{padding:20px 0 38px}
  .project-section-title{margin-bottom:20px}
  .project-section-title .title-icon{font-size:24px}
  .project-section-title h2{font-size:16px;white-space:normal}
  .premium-project-grid{grid-template-columns:1fr;gap:16px}
  .premium-project-card{min-height:0}
  .project-media{height:auto;aspect-ratio:1.95/1;flex-basis:auto}
  .premium-project-card .project-card-body{padding:18px 18px 17px}
  .premium-project-card h3{font-size:21px}
  .premium-project-card p{font-size:14.5px}
}
@media (max-width:430px){
  .project-media{aspect-ratio:1.72/1}
  .premium-project-card h3{font-size:19px}
  .project-tags span{font-size:11.5px;padding:4px 8px}
}


/* ======================================================================
   v1.0.9 — Hero alignment and aircraft icon refinement
   Moves the hero copy slightly left and replaces abstract aircraft shapes
   with clear ✈ aviation glyphs on the trajectory and destination marker.
   ====================================================================== */
@media (min-width:1280px){
  .hero-content{padding-left:0}
}
@media (min-width:1450px){
  .hero-copy{padding-left:46px}
}

/* ======================================================================
   v1.0.8 — Active AirTOP trajectory, moving simulation flight and weather
   Adds motion without changing the approved homepage composition.
   ====================================================================== */
.route-main{
  stroke:#58dcff;
  stroke-width:2.7;
  opacity:.92;
}
.route-flow{
  fill:none;
  stroke:#e4fbff;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-dasharray:1.4 7.2;
  opacity:.85;
  filter:drop-shadow(0 0 5px rgba(48,215,255,.9));
  animation:routeFlow 3.2s linear infinite;
}
.waypoint-core,.destination-node{
  fill:#dffbff;
  stroke:#36d8ff;
  stroke-width:2.2;
  filter:drop-shadow(0 0 7px rgba(54,216,255,.95));
}
.pulse-ring{
  fill:none;
  stroke:#42d8ff;
  stroke-width:1.2;
  opacity:0;
  transform-box:fill-box;
  transform-origin:center;
  animation:waypointPulse 2.8s ease-out infinite;
}
.pulse-delay{animation-delay:1.4s}
.pulse-2 .pulse-ring{animation-delay:.45s}.pulse-2 .pulse-delay{animation-delay:1.85s}
.pulse-3 .pulse-ring{animation-delay:.9s}.pulse-3 .pulse-delay{animation-delay:2.3s}
.pulse-4 .pulse-ring{animation-delay:1.25s}.pulse-4 .pulse-delay{animation-delay:2.65s}
.destination-plane-symbol,.moving-plane-symbol{
  fill:#effdff;
  font-family:"Segoe UI Symbol","Noto Sans Symbols 2","Arial Unicode MS",sans-serif;
  font-weight:400;
  paint-order:stroke fill;
  stroke:rgba(104,224,255,.5);
  stroke-width:.45px;
  filter:drop-shadow(0 0 7px #30d6ff) drop-shadow(0 0 15px rgba(48,214,255,.55));
}
.destination-plane-symbol{font-size:31px}
.live-flight{pointer-events:none}
.moving-plane-symbol{font-size:27px}
.moving-plane-glyph{transform-box:fill-box;transform-origin:center}
.flight-halo{fill:rgba(81,220,255,.24);stroke:rgba(160,242,255,.8);stroke-width:1;animation:flightHalo 1.35s ease-in-out infinite}
.flight-label{
  position:absolute;
  z-index:4;
  left:56%;
  top:48%;
  min-width:132px;
  padding:10px 12px 9px;
  border:1px solid rgba(76,186,228,.62);
  border-radius:7px;
  background:linear-gradient(145deg,rgba(4,24,38,.94),rgba(2,14,24,.86));
  box-shadow:0 10px 28px rgba(0,0,0,.28),0 0 18px rgba(33,199,244,.08),inset 0 1px rgba(148,232,255,.05);
  backdrop-filter:blur(8px);
  animation:flightLabelGlow 3s ease-in-out infinite;
}
.flight-label:before{
  content:"";
  position:absolute;
  left:-34px;
  top:50%;
  width:30px;
  height:1px;
  background:linear-gradient(90deg,transparent,#4ad9ff);
}
.flight-label strong{display:block;color:#7edfff;font-size:18px;line-height:1.1;letter-spacing:.7px}
.flight-label>span{display:flex;align-items:center;gap:7px;margin-top:6px;padding-top:6px;border-top:1px solid rgba(59,143,178,.32);color:#e8f9ff;font-size:13px}
.flight-label b{color:#e8fbff;font-weight:400}.flight-label em{margin-left:auto;color:#62df9f;font-style:normal;font-size:12px}

.status-panel{
  width:184px;
  padding:14px 15px;
  background:linear-gradient(180deg,rgba(4,20,32,.9),rgba(2,13,22,.92));
  border-color:rgba(96,183,219,.46);
  box-shadow:0 18px 38px rgba(0,0,0,.32),inset 0 1px rgba(127,225,255,.04);
  backdrop-filter:blur(10px);
}
.status-title{font-size:11px;font-weight:600;letter-spacing:.85px}
.radar{
  width:104px;
  height:104px;
  margin:11px auto 14px;
  overflow:hidden;
  border:1px solid rgba(71,181,222,.16);
  box-shadow:inset 0 0 22px rgba(25,171,219,.08),0 0 16px rgba(17,185,232,.07);
}
.radar:after{opacity:.16}
.radar-sweep{
  position:absolute;
  inset:6px;
  border-radius:50%;
  background:conic-gradient(from 0deg,rgba(62,218,255,.56),rgba(62,218,255,.16) 28deg,transparent 70deg);
  transform-origin:center;
  animation:radarSweep 3.4s linear infinite;
}
.radar-sweep:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:45%;
  height:1px;
  transform-origin:left center;
  background:linear-gradient(90deg,#bcf5ff,rgba(64,217,255,.05));
  box-shadow:0 0 8px #39d9ff;
}
.radar-blip{position:absolute!important;width:4px;height:4px;border-radius:50%;background:#8becff;box-shadow:0 0 9px #35d8ff;animation:radarBlip 3.4s ease-in-out infinite}
.radar .blip-one{left:68%;top:31%;animation-delay:.4s}.radar .blip-two{left:28%;top:61%;animation-delay:1.45s}.radar .blip-three{left:61%;top:70%;animation-delay:2.25s}
.radar b{transform:translate(-50%,-50%)}
.status-row{padding:9px 0 5px}
.status-row small{font-size:9px;letter-spacing:.35px;margin-bottom:5px}
.status-row strong{font-size:11px}
.flight-status-row strong{display:flex;align-items:center;gap:5px;color:#daf7ff;white-space:nowrap}
.flight-status-row strong>span:first-child{color:#e8fbff}
.flight-status-row em{margin-left:auto;color:#55dc94;font-size:10px;font-style:normal}
.weather-status-row{padding-bottom:8px}
.weather-primary{display:flex;align-items:center;gap:9px;margin:7px 0 8px}
.weather-icon{display:grid;place-items:center;width:34px;height:34px;color:#dff8ff;font-size:27px;line-height:1;filter:drop-shadow(0 0 6px rgba(77,211,255,.35))}
.weather-primary>span:last-child{display:grid;line-height:1.05}
.weather-primary strong{color:#8bdfff;font-size:20px;font-weight:500}
.weather-primary em{margin-top:4px;color:#c4d5dd;font-size:10px;font-style:normal;line-height:1.25}
.weather-metrics{display:grid;gap:5px;margin:0}
.weather-metrics div{display:flex;align-items:center;justify-content:space-between;gap:8px}
.weather-metrics dt{color:#779aa9;font-size:8px;letter-spacing:.35px}
.weather-metrics dd{margin:0;color:#d8edf5;font-size:9px;text-align:right}
.weather-updated{display:block;margin-top:7px;color:#547f91;font-size:7.5px;line-height:1.25}

@keyframes routeFlow{to{stroke-dashoffset:-17.2}}
@keyframes waypointPulse{0%{opacity:.7;transform:scale(.45)}75%,100%{opacity:0;transform:scale(1.65)}}
@keyframes flightHalo{0%,100%{opacity:.35;transform:scale(.75)}50%{opacity:.9;transform:scale(1.12)}}
@keyframes flightLabelGlow{0%,100%{border-color:rgba(76,186,228,.48);box-shadow:0 10px 28px rgba(0,0,0,.28),0 0 12px rgba(33,199,244,.05)}50%{border-color:rgba(94,216,255,.75);box-shadow:0 10px 28px rgba(0,0,0,.28),0 0 22px rgba(33,199,244,.14)}}
@keyframes radarSweep{to{transform:rotate(360deg)}}
@keyframes radarBlip{0%,18%,100%{opacity:.16;transform:scale(.65)}34%,58%{opacity:1;transform:scale(1.35)}}

@media (min-width:1280px){
  .status-panel{right:20px;top:24px;width:194px;padding:16px}
  .radar{width:112px;height:112px}
  .flight-label{left:58%;top:49%;min-width:142px;padding:11px 13px}
  .flight-label strong{font-size:19px}
}
@media (max-width:1120px) and (min-width:851px){
  .status-panel{right:10px;width:166px;padding:12px}
  .radar{width:91px;height:91px}
  .flight-label{left:51%;top:51%;transform:scale(.9);transform-origin:left center}
  .weather-primary strong{font-size:17px}
}
@media (max-width:850px){
  .flight-label{display:none}
}
@media (prefers-reduced-motion:reduce){
  .route-flow,.pulse-ring,.flight-halo,.flight-label,.radar-sweep,.radar-blip{animation:none!important}
  .live-flight{display:none}
}
.flight-halo{transform-box:fill-box;transform-origin:center}
.weather-status-row.weather-live>small:before,.weather-status-row.weather-unavailable>small:before{content:"";display:inline-block;width:5px;height:5px;margin-right:5px;border-radius:50%;vertical-align:1px}
.weather-status-row.weather-live>small:before{background:#56dd97;box-shadow:0 0 7px rgba(86,221,151,.8)}
.weather-status-row.weather-unavailable>small:before{background:#d7a34b}

/* v1.0.11 — Restored approved focused trajectory hero from v1.0.9. */

/* ========================================================================== 
   Project detail experience — v1.0.12
   Isolated from the completed homepage design.
   ========================================================================== */
.project-detail-width{width:min(1480px,calc(100% - 40px));margin-inline:auto}
.project-detail-hero{position:relative;padding:112px 0 30px;overflow:hidden;background:
  radial-gradient(circle at 78% 22%,rgba(31,186,239,.16),transparent 33%),
  radial-gradient(circle at 18% 32%,rgba(17,103,144,.14),transparent 29%),
  linear-gradient(180deg,#071a2a 0,#04121f 78%,#03101b 100%);border-bottom:1px solid rgba(54,150,191,.24)}
.project-detail-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(46,143,183,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(46,143,183,.05) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.92),transparent 95%);pointer-events:none}
.project-detail-hero:after{content:"";position:absolute;right:-90px;top:54px;width:620px;height:620px;border-radius:50%;border:1px solid rgba(35,190,241,.08);box-shadow:0 0 0 54px rgba(35,190,241,.025),0 0 0 110px rgba(35,190,241,.018);pointer-events:none}
.project-breadcrumb{position:relative;z-index:2;display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#6fa6bc;font-size:13px;letter-spacing:.4px}
.project-breadcrumb a{color:#8edcf5;transition:.2s}.project-breadcrumb a:hover{color:#fff}
.project-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);gap:26px;align-items:center}
.project-hero-copy{min-width:0;padding-right:8px}
.project-hero-labels{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:#95bfd0;font-size:12px;letter-spacing:.7px;text-transform:uppercase;margin-bottom:18px}
.project-status-dot{width:8px;height:8px;border-radius:50%;background:#48d994;box-shadow:0 0 12px rgba(72,217,148,.75)}
.project-public-badge{border:1px solid rgba(55,194,239,.34);background:rgba(13,102,137,.12);border-radius:999px;padding:5px 10px;color:#76d8f5}
.project-detail-kicker{margin:0 0 8px;color:#26caff;font-size:13px;letter-spacing:1.4px;text-transform:uppercase}
.project-detail-hero h1{max-width:720px;margin:0;color:#f7fcff;font-size:clamp(42px,3.85vw,64px);line-height:1.02;letter-spacing:-1.1px;font-weight:650;text-wrap:balance;text-shadow:0 12px 38px rgba(0,0,0,.32)}
.project-detail-summary{max-width:720px;margin:18px 0 0;color:#b5c9d5;font-family:"Segoe UI",Arial,sans-serif;font-size:17px;line-height:1.66}
.project-detail-meta{display:grid;grid-template-columns:1.18fr .82fr;gap:10px;margin-top:20px}
.project-detail-meta div{min-height:76px;border:1px solid rgba(54,139,175,.28);border-radius:8px;padding:13px 15px;background:linear-gradient(180deg,rgba(10,36,54,.72),rgba(5,23,37,.72));box-shadow:inset 0 1px rgba(255,255,255,.02)}
.project-detail-meta small{display:block;margin-bottom:5px;color:#5fa9c7;font-size:10px;letter-spacing:1.2px}.project-detail-meta strong{color:#e7f5fa;font-size:14px;line-height:1.42;font-weight:500}
.project-technology-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.project-technology-list span{border:1px solid rgba(47,143,182,.42);border-radius:4px;padding:6px 10px;background:rgba(6,28,44,.66);color:#8fdcf4;font-size:13px}
.project-hero-visual{min-width:0;width:100%;align-self:center}
.project-visual-frame{position:relative;overflow:hidden;border:1px solid rgba(64,169,211,.42);border-radius:12px;background:#05131f;box-shadow:0 28px 70px rgba(0,0,0,.42),0 0 32px rgba(27,169,222,.12)}
.project-visual-frame:before{content:"";position:absolute;z-index:2;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(177,235,255,.04),inset 0 -80px 100px rgba(1,11,19,.52);pointer-events:none}
.project-visual-frame img{width:100%;aspect-ratio:16/9;object-fit:cover;filter:saturate(.92) contrast(1.05)}
.project-visual-scan{position:absolute;z-index:3;left:0;right:0;top:-10%;height:2px;background:linear-gradient(90deg,transparent,#62dcff,transparent);box-shadow:0 0 17px #43ceff;opacity:.55;animation:projectScan 5.6s ease-in-out infinite}
@keyframes projectScan{0%,12%{transform:translateY(0);opacity:0}20%{opacity:.7}80%{opacity:.38}100%{transform:translateY(340px);opacity:0}}
.project-visual-caption{position:absolute;z-index:4;left:16px;right:16px;bottom:14px;display:flex;justify-content:space-between;gap:15px;align-items:end;border:1px solid rgba(58,155,195,.25);border-radius:7px;padding:10px 12px;background:rgba(2,15,25,.82);backdrop-filter:blur(8px)}
.project-visual-caption span{color:#27cafb;font-size:10px;letter-spacing:1.2px}.project-visual-caption strong{color:#dceef5;font-size:12px;font-weight:500;text-align:right}
.project-privacy-banner{position:relative;z-index:2;display:flex;gap:13px;align-items:flex-start;margin-top:24px;border:1px solid rgba(50,175,218,.28);border-radius:9px;padding:13px 16px;background:linear-gradient(90deg,rgba(8,50,70,.48),rgba(4,24,38,.7));box-shadow:inset 3px 0 #20c9f5}
.project-privacy-icon{display:grid;place-items:center;flex:0 0 31px;height:31px;border-radius:50%;border:1px solid rgba(75,202,240,.5);color:#57dcff}.project-privacy-banner strong{display:block;color:#dff7ff;font-size:14px;margin-bottom:2px}.project-privacy-banner p{margin:0;color:#91afbd;font-family:"Segoe UI",Arial,sans-serif;font-size:13px;line-height:1.55}
.project-section-nav{position:sticky;top:72px;z-index:25;border-bottom:1px solid rgba(50,139,176,.24);background:rgba(3,15,25,.93);backdrop-filter:blur(14px)}
.project-section-nav .project-detail-width{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}.project-section-nav .project-detail-width::-webkit-scrollbar{display:none}
.project-section-nav a{position:relative;display:flex;align-items:center;min-height:52px;padding:0 18px;color:#91adba;font-size:13px;white-space:nowrap;transition:.2s}.project-section-nav a:hover{color:#fff;background:rgba(30,174,223,.06)}.project-section-nav a:hover:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;background:#27caff}
.project-detail-main,.project-workflow-section,.project-capability-section,.project-architecture-section,.project-outcomes-section,.related-projects-section{scroll-margin-top:128px}
.project-detail-main{padding:58px 0 36px;background:linear-gradient(180deg,#03101b,#041522)}
.project-section-heading{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px}
.project-section-heading>span{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border:1px solid rgba(42,174,221,.44);border-radius:50%;background:rgba(13,76,102,.18);color:#3bd3ff;font-size:15px;box-shadow:0 0 20px rgba(26,192,241,.08)}
.project-section-heading p{margin:1px 0 3px;color:#4fcff5;font-size:11px;letter-spacing:1.5px}.project-section-heading h2{margin:0;color:#effaff;font-size:32px;line-height:1.15;font-weight:600}.project-section-intro{max-width:760px!important;margin-top:10px!important;color:#96b1bf!important;font-family:"Segoe UI",Arial,sans-serif;font-size:14px!important;letter-spacing:0!important;line-height:1.65}
.project-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.project-overview-card{position:relative;overflow:hidden;min-height:245px;border:1px solid rgba(52,139,175,.32);border-radius:10px;padding:24px;background:linear-gradient(150deg,rgba(10,34,52,.94),rgba(5,22,35,.94));box-shadow:inset 0 1px rgba(255,255,255,.025);transition:.25s}
.project-overview-card:before{content:"";position:absolute;right:-80px;bottom:-100px;width:230px;height:230px;border-radius:50%;border:1px solid rgba(32,190,239,.08);box-shadow:0 0 0 38px rgba(32,190,239,.018)}
.project-overview-card:hover{transform:translateY(-3px);border-color:rgba(69,190,236,.56);box-shadow:0 18px 38px rgba(0,0,0,.22)}
.project-card-index{display:grid;place-items:center;width:31px;height:31px;margin-bottom:24px;border:1px solid rgba(54,180,224,.38);border-radius:5px;color:#4ed6ff;background:rgba(10,78,103,.16);font-size:13px}
.project-card-eyebrow{margin:0 0 8px;color:#5ed9fa;font-size:11px;letter-spacing:1.3px}.project-overview-card h3{margin:0 0 14px;color:#fff;font-size:23px}.project-overview-card>p:last-child{position:relative;z-index:1;margin:0;color:#b0c3cf;font-family:"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.72}
.project-workflow-section{padding:56px 0 64px;background:radial-gradient(circle at 70% 40%,rgba(20,122,163,.12),transparent 36%),#061725;border-top:1px solid rgba(53,138,174,.17);border-bottom:1px solid rgba(53,138,174,.17)}
.project-workflow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid rgba(51,144,181,.3);border-radius:10px;overflow:hidden;background:rgba(4,20,32,.75)}
.project-workflow-step{position:relative;min-height:194px;padding:19px 16px 17px;border-right:1px solid rgba(51,144,181,.22);background:linear-gradient(180deg,rgba(10,38,57,.55),rgba(4,20,32,.45));transition:.22s}.project-workflow-step:last-child{border-right:0}.project-workflow-step:hover{background:linear-gradient(180deg,rgba(12,53,76,.76),rgba(4,24,38,.64))}
.workflow-step-number{display:block;color:#3fcdf5;font-size:11px;letter-spacing:1px}.workflow-step-icon{display:grid;place-items:center;width:38px;height:38px;margin:19px 0 16px;border:1px solid rgba(57,185,229,.42);border-radius:50%;color:#7de4ff;background:rgba(10,70,94,.2);font-size:19px}.project-workflow-step h3{margin:0 0 8px;color:#effaff;font-size:18px}.project-workflow-step p{margin:0;color:#92adbb;font-family:"Segoe UI",Arial,sans-serif;font-size:13px;line-height:1.55}
.project-workflow-step:not(:last-child):after{content:"";position:absolute;right:-7px;top:50%;z-index:2;width:13px;height:13px;transform:translateY(-50%) rotate(45deg);border-top:1px solid rgba(70,182,225,.32);border-right:1px solid rgba(70,182,225,.32);background:#071d2c}
.project-capability-section{padding:62px 0 70px;background:linear-gradient(180deg,#03101b,#041725)}
.project-capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.project-feature-card{position:relative;overflow:hidden;border:1px solid rgba(52,141,178,.31);border-radius:10px;padding:25px 25px 23px;background:linear-gradient(150deg,rgba(9,33,51,.96),rgba(5,21,34,.96));box-shadow:inset 0 1px rgba(255,255,255,.025);transition:.24s}.project-feature-card:hover{transform:translateY(-3px);border-color:rgba(56,187,232,.51);box-shadow:0 18px 45px rgba(0,0,0,.22),0 0 28px rgba(24,167,214,.06)}
.project-feature-card:after{content:"";position:absolute;right:-38px;top:-55px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(28,193,242,.08),transparent 68%);pointer-events:none}
.project-feature-header{display:grid;grid-template-columns:46px 1fr;gap:15px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid rgba(50,132,166,.22)}
.project-feature-header>span{display:grid;place-items:center;width:46px;height:46px;border-radius:8px;border:1px solid rgba(55,186,229,.42);color:#3ed4ff;background:rgba(10,74,99,.18);font-size:14px}.project-feature-header h3{margin:0 0 4px;color:#f0fbff;font-size:22px}.project-feature-header p{margin:0;color:#87a8b8;font-family:"Segoe UI",Arial,sans-serif;font-size:13px;line-height:1.5}
.project-feature-card ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin:0;padding:0;list-style:none}.project-feature-card li{display:flex;align-items:flex-start;gap:8px;color:#b9cad3;font-family:"Segoe UI",Arial,sans-serif;font-size:13.5px;line-height:1.5}.project-feature-card li span{flex:0 0 auto;margin-top:1px;color:#49d895;font-weight:700}
.project-architecture-section{padding:60px 0 68px;background:radial-gradient(circle at 52% 100%,rgba(23,138,179,.11),transparent 42%),#061724;border-top:1px solid rgba(53,138,174,.17);border-bottom:1px solid rgba(53,138,174,.17)}
.project-architecture-flow{display:flex;align-items:stretch;gap:0}
.architecture-node{flex:1;min-width:0;border:1px solid rgba(51,146,183,.34);border-radius:9px;padding:20px 17px;background:linear-gradient(180deg,rgba(10,39,58,.77),rgba(4,21,34,.77));text-align:center}.architecture-node>span{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid rgba(53,183,228,.4);border-radius:50%;color:#46d5fe;font-size:11px}.architecture-node h3{margin:14px 0 7px;color:#eefbff;font-size:17px;line-height:1.22}.architecture-node p{margin:0;color:#8eabb9;font-family:"Segoe UI",Arial,sans-serif;font-size:12.5px;line-height:1.5}
.architecture-link{display:flex;align-items:center;justify-content:center;flex:0 0 48px;position:relative}.architecture-link i{position:absolute;left:5px;right:5px;height:1px;background:linear-gradient(90deg,rgba(40,177,224,.22),rgba(71,211,253,.75),rgba(40,177,224,.22))}.architecture-link b{position:relative;z-index:1;color:#64ddff;font-size:25px;font-weight:400;background:#061724;padding:0 4px}
.project-outcomes-section{padding:62px 0 70px;background:linear-gradient(180deg,#03101b,#041522)}
.project-outcomes-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}
.project-outcome-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.project-outcome-list article{display:flex;gap:11px;align-items:flex-start;min-height:74px;border:1px solid rgba(49,139,174,.27);border-radius:8px;padding:15px;background:rgba(7,28,43,.76)}.project-outcome-list article span{display:grid;place-items:center;flex:0 0 25px;height:25px;border-radius:50%;background:rgba(56,203,141,.12);color:#4ddd99;border:1px solid rgba(70,205,150,.3)}.project-outcome-list p{margin:1px 0 0;color:#bbccd5;font-family:"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.5}
.project-contact-panel{position:sticky;top:145px;border:1px solid rgba(55,163,205,.38);border-radius:11px;padding:28px;background:radial-gradient(circle at 90% 0,rgba(31,179,226,.13),transparent 37%),linear-gradient(150deg,#0a2940,#061a2a);box-shadow:0 22px 54px rgba(0,0,0,.27)}.project-contact-panel h2{margin:3px 0 13px;color:#fff;font-size:29px;line-height:1.15}.project-contact-panel>p:not(.project-card-eyebrow){margin:0 0 22px;color:#a9bdc8;font-family:"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.68}.project-contact-panel .primary-btn{width:100%;min-height:52px;font-size:15px}.project-contact-panel small{display:block;margin-top:17px;padding-top:15px;border-top:1px solid rgba(66,149,182,.24);color:#7897a6;font-family:"Segoe UI",Arial,sans-serif;font-size:11.5px;line-height:1.55}
.related-projects-section{padding:60px 0 82px;background:#061725;border-top:1px solid rgba(53,138,174,.17)}
.related-projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.related-project-card{position:relative;min-height:190px;border:1px solid rgba(52,141,178,.3);border-radius:9px;padding:22px;background:linear-gradient(150deg,rgba(9,35,53,.95),rgba(5,21,34,.95));transition:.23s}.related-project-card:hover{transform:translateY(-3px);border-color:rgba(69,191,236,.58);box-shadow:0 18px 40px rgba(0,0,0,.22)}.related-project-card>span{color:#38d0fa;font-size:12px;letter-spacing:1px}.related-project-card p{margin:27px 0 5px;color:#54cdef;font-size:11px;letter-spacing:1.2px;text-transform:uppercase}.related-project-card h3{margin:0;color:#eefaff;font-size:22px;line-height:1.2}.related-project-card strong{position:absolute;left:22px;bottom:19px;color:#41d4ff;font-size:13px;font-weight:500}.related-project-card strong b{font-size:18px;font-weight:400;margin-left:5px}

/* v1.0.13 — Wider, tighter project-detail experience across all six project pages. */
@media (min-width:1500px){
  .project-detail-hero h1{font-size:62px}
  .project-visual-frame img{aspect-ratio:16/8.7}
}

@media (max-width:1100px){
  .project-detail-width{width:min(100% - 32px,1180px)}.project-hero-grid{grid-template-columns:1fr .88fr;gap:24px}.project-detail-hero h1{font-size:48px}.project-detail-meta{grid-template-columns:1fr}
  .project-workflow{grid-template-columns:repeat(3,1fr)}.project-workflow-step{border-bottom:1px solid rgba(51,144,181,.22)}.project-workflow-step:nth-child(3){border-right:0}.project-workflow-step:nth-child(4),.project-workflow-step:nth-child(5),.project-workflow-step:nth-child(6){border-bottom:0}.project-workflow-step:nth-child(3):after{display:none}
  .project-architecture-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.architecture-link{display:none}.architecture-node{padding-inline:12px}
  .project-outcomes-layout{grid-template-columns:1fr 350px}
}
@media (max-width:850px){
  .project-detail-width{width:min(100% - 32px,720px)}.project-detail-hero{padding-top:112px}.project-hero-grid{grid-template-columns:1fr}.project-hero-visual{max-width:640px}.project-detail-hero h1{font-size:44px}.project-detail-meta{grid-template-columns:1fr 1fr}
  .project-overview-grid{grid-template-columns:1fr}.project-overview-card{min-height:auto}.project-capability-grid{grid-template-columns:1fr}.project-feature-card ul{grid-template-columns:1fr 1fr}
  .project-architecture-flow{grid-template-columns:1fr}.architecture-node{text-align:left;display:grid;grid-template-columns:40px 1fr;column-gap:12px}.architecture-node>span{grid-row:1/3}.architecture-node h3{margin:1px 0 4px}.architecture-node p{grid-column:2}
  .project-outcomes-layout{grid-template-columns:1fr}.project-contact-panel{position:static}.related-projects-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  .project-detail-width{width:calc(100% - 24px)}.project-detail-hero{padding-top:104px}.project-detail-hero h1{font-size:37px;letter-spacing:-.6px}.project-detail-summary{font-size:16px}.project-detail-meta{grid-template-columns:1fr}.project-visual-caption{display:block}.project-visual-caption strong{display:block;text-align:left;margin-top:3px}.project-privacy-banner{padding:14px}
  .project-section-nav{top:72px}.project-section-nav a{padding-inline:13px}.project-section-heading{gap:12px}.project-section-heading>span{width:40px;height:40px;flex-basis:40px}.project-section-heading h2{font-size:27px}
  .project-workflow{grid-template-columns:1fr}.project-workflow-step{min-height:auto;border-right:0;border-bottom:1px solid rgba(51,144,181,.22)!important}.project-workflow-step:last-child{border-bottom:0!important}.project-workflow-step:after{display:none!important}.workflow-step-icon{margin:14px 0 12px}
  .project-feature-card{padding:20px}.project-feature-header{grid-template-columns:40px 1fr}.project-feature-header>span{width:40px;height:40px}.project-feature-card ul{grid-template-columns:1fr}.project-outcome-list{grid-template-columns:1fr}.related-projects-grid{grid-template-columns:1fr}.project-contact-panel{padding:22px}.project-overview-card{padding:22px}
}
@media (prefers-reduced-motion:reduce){.project-visual-scan{animation:none;display:none}}

/* v1.0.15 — branding-only contact context */
.contact-form-note,.form-context{color:#88a2b1;font-size:12px;line-height:1.6;margin:0 0 14px}
.form-card .form-context{max-width:680px}

/* v1.0.16 — professional profile / resume capability page */
.profile-hero{padding:138px 0 72px;background:radial-gradient(circle at 82% 18%,rgba(37,170,224,.12),transparent 32%),linear-gradient(180deg,#071726 0%,#04111d 100%);border-bottom:1px solid rgba(56,139,176,.22)}
.profile-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:48px;align-items:center}.profile-back{display:inline-flex;margin-bottom:30px;color:#89b6c8;font-size:13px}.profile-back:hover{color:#fff}.profile-eyebrow,.profile-section-heading p,.profile-summary-label,.profile-close>div>p,.profile-language-card>p:first-child{margin:0 0 10px;color:#5fd4ff;font-size:12px;font-weight:700;letter-spacing:1.7px}.profile-hero-copy h1{max-width:850px;margin:0;font-size:clamp(40px,5vw,72px);line-height:1.03;letter-spacing:-1.9px;color:#f4f8fb}.profile-lead{max-width:810px;margin:27px 0 0;color:#a9becb;font-size:19px;line-height:1.75}.profile-hero-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.profile-hero-tags span,.credential-grid span{border:1px solid rgba(70,157,198,.38);background:rgba(9,31,47,.72);border-radius:5px;color:#bfeaff;padding:9px 12px;font-size:13px}.profile-summary-card{border:1px solid rgba(74,157,195,.35);border-radius:12px;background:linear-gradient(180deg,rgba(13,37,55,.96),rgba(6,22,35,.96));padding:30px;box-shadow:0 20px 60px rgba(0,0,0,.18)}.profile-monogram{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(90,211,205,.5);border-radius:14px;color:#7fe4d8;font-weight:800;font-size:20px;margin-bottom:28px}.profile-summary-card>strong{display:block;font-size:42px;color:#fff;line-height:1}.profile-summary-card>p:not(.profile-summary-label){color:#9eb5c2;line-height:1.65;margin:14px 0 22px}.profile-summary-lines{border-top:1px solid rgba(81,145,174,.22);padding-top:14px;display:grid;gap:12px}.profile-summary-lines span{display:grid;grid-template-columns:120px 1fr;gap:10px;color:#a6bdc9;font-size:13px}.profile-summary-lines b{color:#e4f1f7;font-weight:600}.profile-section{padding:72px 0}.profile-section-alt{background:linear-gradient(180deg,rgba(6,20,32,.82),rgba(4,16,27,.95));border-top:1px solid rgba(42,117,151,.18);border-bottom:1px solid rgba(42,117,151,.18)}.profile-section-heading{display:flex;align-items:center;gap:17px;margin-bottom:27px}.profile-section-heading>span{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(75,162,203,.45);border-radius:50%;color:#77d8ff;font-size:12px}.profile-section-heading p{margin-bottom:4px}.profile-section-heading h2{margin:0;color:#f0f6f9;font-size:30px;line-height:1.25}.profile-capability-groups{display:grid;gap:22px}.profile-capability-group{border:1px solid rgba(64,139,175,.3);border-radius:9px;background:linear-gradient(180deg,rgba(9,29,45,.94),rgba(5,19,31,.96));padding:25px}.profile-capability-group>header{display:flex;gap:15px;align-items:flex-start;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid rgba(66,142,178,.18)}.profile-category-icon{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border:1px solid rgba(56,193,239,.4);border-radius:9px;color:#67d6ff;background:#081f30;font-size:19px}.profile-capability-group h3{margin:0 0 5px;color:#eaf5fa;font-size:21px}.profile-capability-group>header p{margin:0;color:#8fa9b7;font-size:14px}.profile-skill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-skill-item{min-height:133px;padding:16px;border:1px solid rgba(53,126,161,.25);border-radius:6px;background:rgba(4,17,28,.58)}.profile-skill-top{display:flex;align-items:center;gap:10px;margin-bottom:9px}.profile-skill-top>span{min-width:31px;height:31px;padding:0 6px;display:grid;place-items:center;border-radius:6px;background:#0a2a40;color:#6bd8ff;font-size:10px;font-weight:800}.profile-skill-top strong{font-size:14px;color:#ecf5f9}.profile-skill-item p{margin:0;color:#8fa8b5;font-size:12.5px;line-height:1.55}.profile-foundation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.profile-foundation-card{position:relative;min-height:195px;padding:23px;border:1px solid rgba(64,139,175,.28);border-radius:8px;background:linear-gradient(180deg,#0b2133,#071724)}.profile-foundation-card>span{color:#45c8f9;font-size:11px;letter-spacing:1px}.profile-foundation-card h3{margin:29px 0 9px;color:#edf6fa;font-size:19px}.profile-foundation-card p{margin:0;color:#94adba;font-size:13.5px;line-height:1.65}.profile-credentials-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.5fr);gap:28px;align-items:start}.credential-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.credential-grid span{min-height:57px;display:flex;align-items:center;color:#dcecf3}.profile-language-card{border:1px solid rgba(66,145,181,.3);border-radius:9px;background:#091d2d;padding:26px}.profile-language-card h3{margin:0 0 18px;color:#fff;font-size:26px}.profile-language-card>div{display:flex;gap:8px;flex-wrap:wrap}.profile-language-card>div span{padding:8px 12px;border:1px solid rgba(84,176,216,.34);border-radius:5px;color:#bdeaff;background:#061723}.profile-language-note{margin:22px 0 0;padding-top:18px;border-top:1px solid rgba(65,140,174,.2);color:#8da8b6;line-height:1.6;font-size:13px}.profile-close-section{padding-top:20px}.profile-close{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:34px;align-items:center;border:1px solid rgba(65,144,181,.3);border-radius:10px;background:linear-gradient(90deg,#0b2437,#071725);padding:28px}.profile-close h2{margin:0;color:#eff8fb;font-size:24px}.profile-close>p{margin:0;color:#91abb8;font-size:13.5px;line-height:1.65}.profile-close .outline-btn{white-space:nowrap}
@media(max-width:1050px){.profile-hero-grid,.profile-credentials-grid{grid-template-columns:1fr}.profile-summary-card{max-width:none}.profile-skill-grid,.profile-foundation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-close{grid-template-columns:1fr}.profile-close .outline-btn{width:max-content}}
@media(max-width:720px){.profile-hero{padding:108px 0 52px}.profile-hero-grid{gap:28px}.profile-hero-copy h1{font-size:42px}.profile-lead{font-size:16px}.profile-section{padding:50px 0}.profile-section-heading h2{font-size:24px}.profile-skill-grid,.profile-foundation-grid,.credential-grid{grid-template-columns:1fr}.profile-capability-group{padding:18px}.profile-summary-lines span{grid-template-columns:1fr;gap:2px}.profile-close{padding:21px}}

/* v1.0.18 — redesigned About / Professional Profile page */
.about-hero{position:relative;overflow:hidden;padding:118px 0 58px;background:
radial-gradient(circle at 85% 7%,rgba(59,151,205,.14),transparent 33%),
linear-gradient(rgba(80,166,208,.03) 1px,transparent 1px),
linear-gradient(90deg,rgba(80,166,208,.03) 1px,transparent 1px),
#04111c;background-size:auto,32px 32px,32px 32px;border-bottom:1px solid rgba(65,152,195,.22)}
.about-hero:after{content:"";position:absolute;inset:auto -4% -24% 49%;height:430px;border:1px solid rgba(44,129,174,.12);border-radius:50%;box-shadow:0 0 0 74px rgba(53,132,172,.035),0 0 0 148px rgba(53,132,172,.025);pointer-events:none}.about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.93fr);gap:56px;align-items:center}.about-eyebrow{margin:0 0 14px;color:#67cdf4;font-size:13px;font-weight:800;letter-spacing:1.7px}.about-hero-copy h1{margin:0;color:#f7fbfd;font-size:clamp(42px,4.2vw,64px);line-height:1.04;letter-spacing:-1.3px}.about-title-rule{display:flex;align-items:center;gap:10px;width:min(440px,92%);margin:18px 0}.about-title-rule span{height:1px;flex:1;background:linear-gradient(90deg,#b5d8e7,rgba(71,160,201,.3))}.about-title-rule b{color:#8fe0ff;font-size:19px;transform:rotate(-5deg)}.about-lead{max-width:690px;margin:0;color:#a8bac6;font-size:16px;line-height:1.72}.about-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.about-chip-list span{padding:8px 11px;border:1px solid rgba(80,171,215,.38);border-radius:4px;background:rgba(5,24,38,.68);color:#a9ddf3;font-size:12px;font-weight:600}.about-privacy-note{display:flex;align-items:center;gap:12px;width:max-content;max-width:100%;margin-top:18px;padding:12px 15px;border:1px solid rgba(73,167,213,.42);border-radius:5px;background:rgba(5,25,39,.7);box-shadow:inset 0 0 24px rgba(65,181,235,.025)}.about-privacy-icon{width:31px;height:31px;display:grid;place-items:center;flex:0 0 31px;border:1px solid rgba(87,199,241,.4);border-radius:50%;color:#8be2ff}.about-privacy-note p{margin:0;color:#9fc4d5;font-size:12px;line-height:1.45}.about-privacy-note strong{color:#cdeaf5}.about-focus-panel{padding:8px 24px;border:1px solid rgba(82,172,214,.5);border-radius:6px;background:linear-gradient(145deg,rgba(9,32,49,.9),rgba(4,17,28,.93));box-shadow:0 28px 90px rgba(0,0,0,.28),inset 0 0 45px rgba(35,134,188,.035)}.about-focus-row{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:center;min-height:87px;border-bottom:1px solid rgba(73,149,184,.25)}.about-focus-row:last-child{border-bottom:0}.about-focus-icon{width:47px;height:47px;display:grid;place-items:center;border:1px solid rgba(91,189,235,.5);border-radius:50%;color:#9ce6ff;background:radial-gradient(circle,rgba(73,178,226,.1),transparent 67%);font-size:24px}.about-focus-row p{margin:0 0 5px;color:#72cef3;font-size:11px;font-weight:800;letter-spacing:1.45px}.about-focus-row strong{color:#c1d0d8;font-size:13px;font-weight:500}
.about-section{padding:38px 0;background:#03101b}.about-expertise-section{padding-top:43px}.about-snapshot-section{padding-top:22px}.about-stack-section{padding-top:20px}.about-certifications-section{padding-top:18px;padding-bottom:32px}.about-section-title{display:flex;align-items:center;gap:12px;margin-bottom:22px}.about-section-title>span{color:#80d9fb;font-size:18px;transform:rotate(-8deg)}.about-section-title h2{margin:0;color:#f0f6f9;font-size:20px;letter-spacing:.4px}.about-section-title i{height:1px;flex:1;background:linear-gradient(90deg,rgba(93,176,214,.45),rgba(93,176,214,.04))}
.about-expertise-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.about-expertise-card{min-height:188px;padding:19px 16px 17px;border:1px solid rgba(78,160,200,.42);border-radius:5px;background:linear-gradient(180deg,rgba(8,29,45,.9),rgba(5,20,32,.95));text-align:center;box-shadow:inset 0 0 35px rgba(62,166,215,.025);transition:.25s ease}.about-expertise-card:hover{transform:translateY(-3px);border-color:rgba(101,205,247,.62);box-shadow:0 14px 34px rgba(0,0,0,.18),inset 0 0 38px rgba(62,166,215,.04)}.about-card-icon{width:52px;height:52px;display:grid;place-items:center;margin:0 auto 14px;border:1px solid rgba(88,192,237,.55);border-radius:50%;background:radial-gradient(circle,rgba(49,170,225,.13),transparent 68%);color:#8ee3ff;font-size:18px;font-weight:800}.about-expertise-card h3{margin:0 0 9px;color:#edf5f9;font-size:15px}.about-expertise-card p{margin:0;color:#9fb1bc;font-size:12px;line-height:1.58}
.about-snapshot-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:18px}.about-snapshot-card{padding:22px;border:1px solid rgba(77,157,195,.42);border-radius:5px;background:linear-gradient(180deg,rgba(8,29,44,.92),rgba(4,18,29,.96))}.about-snapshot-card header{display:flex;align-items:center;gap:11px;margin-bottom:14px}.about-snapshot-card header>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(85,189,231,.4);border-radius:50%;color:#8fdffc}.about-snapshot-card h3{margin:0;color:#75d2f5;font-size:14px;letter-spacing:.9px}.about-direction-list{list-style:none;margin:0;padding:0}.about-direction-list li{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 0;border-bottom:1px dashed rgba(78,146,176,.2);color:#bccbd3;font-size:12.5px}.about-direction-list li:last-child{border-bottom:0}.about-direction-list b{color:#80dafb;font-size:18px;font-weight:400}.about-capability-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.about-capability-columns ul{margin:0;padding:0;list-style:none}.about-capability-columns li{position:relative;margin:0 0 12px;padding-left:15px;color:#bccbd3;font-size:12.5px}.about-capability-columns li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:#64d1f6;box-shadow:0 0 8px rgba(100,209,246,.5)}
.about-stack-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:8px}.about-stack-tile{min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:10px 5px;border:1px solid rgba(76,156,193,.42);border-radius:4px;background:linear-gradient(180deg,rgba(7,27,42,.9),rgba(4,18,28,.96));text-align:center}.about-stack-tile span{height:26px;display:grid;place-items:center;color:#82dbff;font-size:19px;font-weight:800}.about-stack-tile strong{color:#cbd8df;font-size:10.5px;font-weight:600}.stack-java span{color:#f0ad55}.stack-dotnet span{color:#cfd9ff}.stack-python span{color:#f0cc56}.stack-laravel span{color:#ff6455}.stack-flutter span{color:#58c9ff}.stack-js span{color:#f8d83d;background:#2f2d12;padding:2px 4px;border-radius:2px}.stack-html span{color:#ff7657}.stack-security span{color:#8be2ff}.stack-blockchain span{color:#76d5ff}
.about-cert-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px}.about-cert-grid>div{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:13px 8px;border:1px solid rgba(75,157,195,.42);border-radius:5px;background:linear-gradient(180deg,rgba(8,29,44,.92),rgba(4,18,29,.96));text-align:center}.about-cert-grid span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(88,190,233,.45);border-radius:50%;color:#86defe;font-size:17px}.about-cert-grid strong{color:#d9e4e9;font-size:10.5px;line-height:1.35}
.about-closing-section{padding:0 0 34px;background:#03101b}.about-closing-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto 54px;gap:20px;align-items:center;padding:20px 25px;border:1px solid rgba(76,159,200,.42);border-radius:5px;background:linear-gradient(90deg,rgba(8,30,45,.98),rgba(4,20,32,.96));box-shadow:inset 0 0 50px rgba(55,166,215,.025)}.about-closing-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 38% 90%,rgba(37,155,207,.09),transparent 28%),linear-gradient(90deg,transparent,rgba(76,177,219,.025));pointer-events:none}.about-closing-brand{position:relative;z-index:1;display:flex;align-items:center;gap:18px}.about-closing-brand>span{width:47px;height:47px;display:grid;place-items:center;border:1px solid rgba(91,190,233,.52);border-radius:50%;color:#9ce6ff;font-weight:700}.about-closing-brand p{margin:0;max-width:340px;color:#a6c2cf;font-size:12px;line-height:1.5}.about-linkedin-btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border:1px solid rgba(92,200,242,.62);border-radius:4px;color:#e5f4fa;background:rgba(4,24,38,.72);font-size:12px;font-weight:700}.about-linkedin-btn>span{width:22px;height:22px;display:grid;place-items:center;border-radius:2px;background:#dff4ff;color:#0c2636;font-weight:900}.about-linkedin-btn b{color:#7fdcff;font-size:17px}.about-linkedin-btn:hover{border-color:#84dcff;background:rgba(10,40,58,.88)}.about-closing-plane{position:relative;z-index:1;color:#8cdcf9;font-size:30px;transform:rotate(-13deg);filter:drop-shadow(0 0 10px rgba(86,194,239,.3))}
@media(min-width:1400px){.about-hero .site-width,.about-section .site-width,.about-closing-section .site-width{max-width:1440px}.about-expertise-card{min-height:178px}}
@media(max-width:1120px){.about-hero-grid{grid-template-columns:1fr;gap:30px}.about-focus-panel{max-width:none}.about-expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-stack-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.about-cert-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){.about-hero{padding:102px 0 44px}.about-hero-copy h1{font-size:42px}.about-lead{font-size:15px}.about-focus-panel{padding:5px 17px}.about-focus-row{grid-template-columns:47px 1fr;gap:12px}.about-focus-icon{width:39px;height:39px;font-size:19px}.about-section{padding:30px 0}.about-section-title h2{font-size:17px}.about-expertise-grid,.about-snapshot-grid{grid-template-columns:1fr}.about-expertise-card{min-height:0}.about-capability-columns{grid-template-columns:1fr;gap:0}.about-stack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-closing-card{grid-template-columns:1fr}.about-closing-plane{display:none}.about-linkedin-btn{width:max-content}}


/* v1.0.21 — certification card alignment, hierarchy and icon refinement */
.about-certifications-section .about-section-title{margin-bottom:24px}
.about-cert-featured{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  margin:0 0 30px;
}
.about-cert-grid .featured-cert-card{
  min-height:142px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:16px;
  align-items:center;
  justify-content:stretch;
  padding:18px 20px;
  border:1px solid rgba(78,164,203,.44);
  border-radius:8px;
  background:linear-gradient(145deg,rgba(10,33,49,.96),rgba(4,18,29,.98));
  box-shadow:inset 0 0 38px rgba(69,172,219,.025),0 8px 22px rgba(0,0,0,.12);
  text-align:left;
  transition:border-color .2s ease,transform .2s ease,background .2s ease,box-shadow .2s ease;
}
.about-cert-grid .featured-cert-card:hover{
  transform:translateY(-2px);
  border-color:rgba(102,205,245,.68);
  background:linear-gradient(145deg,rgba(12,39,57,.98),rgba(5,21,33,.98));
  box-shadow:inset 0 0 42px rgba(69,172,219,.04),0 12px 28px rgba(0,0,0,.16);
}
.featured-cert-icon{
  width:54px!important;
  height:54px!important;
  display:grid!important;
  place-items:center;
  align-self:center;
  justify-self:start;
  margin:0;
  border:1px solid rgba(93,199,240,.54)!important;
  border-radius:50%;
  color:#8ee4ff!important;
  background:radial-gradient(circle,rgba(69,181,226,.15),rgba(5,25,38,.5) 70%);
  box-shadow:0 0 22px rgba(61,179,225,.09);
}
.featured-cert-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.featured-cert-copy{
  min-width:0;
  min-height:72px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:5px;
  padding:0;
}
.about-cert-grid .featured-cert-card strong{
  margin:0;
  color:#edf6fa;
  font-size:14.5px;
  line-height:1.34;
  font-weight:750;
  letter-spacing:.01px;
}
.featured-cert-card small{
  margin:0;
  color:#9cb3bf;
  font-size:11.5px;
  line-height:1.42;
  font-weight:520;
}
.featured-cert-card em{
  margin:1px 0 0;
  color:#67cdef;
  font-size:10.75px;
  line-height:1.3;
  font-style:normal;
  font-weight:760;
  letter-spacing:.35px;
}
.cert-category-list{display:grid;gap:12px;margin-top:0}
.cert-category{
  border:1px solid rgba(72,158,196,.38);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(8,28,43,.94),rgba(4,18,29,.98));
  overflow:hidden;
  box-shadow:inset 0 0 30px rgba(60,159,204,.02);
}
.cert-category summary{
  list-style:none;
  cursor:pointer;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 30px;
  gap:15px;
  align-items:center;
  min-height:74px;
  padding:12px 18px;
  transition:background .2s ease,border-color .2s ease;
}
.cert-category summary::-webkit-details-marker{display:none}
.cert-category summary:hover{background:rgba(30,100,130,.13)}
.cert-category[open] summary{border-bottom:1px solid rgba(72,157,194,.22);background:rgba(19,65,86,.14)}
.cert-category-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  align-self:center;
  justify-self:start;
  border:1px solid rgba(83,190,231,.46);
  border-radius:10px;
  color:#83dcfb;
  background:rgba(25,86,112,.12);
}
.cert-category-mark svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.cert-category-title{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:3px;
}
.cert-category-title strong{margin:0;color:#e5eff3;font-size:14.5px;line-height:1.32;font-weight:740}
.cert-category-title small{margin:0;color:#7f9aa8;font-size:10.75px;line-height:1.3;font-weight:520}
.cert-category-chevron{width:26px;height:26px;display:grid;place-items:center;align-self:center;color:#73d5f7;transition:transform .2s ease}
.cert-category-chevron svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cert-category[open] .cert-category-chevron{transform:rotate(180deg)}
.cert-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(64,140,173,.14)}
.cert-item{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:13px;
  align-items:center;
  min-height:92px;
  padding:16px 18px;
  background:#061724;
}
.cert-item-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  align-self:center;
  margin:0;
  border:1px solid rgba(81,184,226,.38);
  border-radius:9px;
  color:#7cddfb;
  background:rgba(26,88,114,.13);
}
.cert-item-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cert-item>div{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:6px}
.cert-item h4{margin:0;color:#dce9ee;font-size:13.75px;line-height:1.4;font-weight:700}
.cert-item p{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0;color:#819ba8;font-size:11px;line-height:1.42}
.cert-item p span{color:#98afbb}.cert-item p b{color:#557a8c;font-weight:400}.cert-item time{color:#66ccee;font-weight:680}

@media(max-width:1250px){
  .about-cert-featured{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .about-cert-featured{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cert-list-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .about-certifications-section .about-section-title{margin-bottom:18px}
  .about-cert-featured{grid-template-columns:1fr;gap:10px;margin-bottom:22px}
  .about-cert-grid .featured-cert-card{min-height:0;grid-template-columns:48px minmax(0,1fr);padding:15px;gap:13px}
  .featured-cert-icon{width:46px!important;height:46px!important}.featured-cert-icon svg{width:24px;height:24px}
  .featured-cert-copy{min-height:58px;gap:4px}
  .about-cert-grid .featured-cert-card strong{font-size:13.75px}.featured-cert-card small{font-size:11px}.featured-cert-card em{font-size:10.5px}
  .cert-category summary{grid-template-columns:42px minmax(0,1fr) 26px;gap:11px;min-height:66px;padding:11px 13px}
  .cert-category-mark{width:38px;height:38px}.cert-category-mark svg{width:20px;height:20px}
  .cert-category-title strong{font-size:13.25px}.cert-category-title small{font-size:10.5px}
  .cert-item{min-height:0;grid-template-columns:36px minmax(0,1fr);gap:10px;padding:14px 13px}.cert-item-icon{width:32px;height:32px}.cert-item h4{font-size:12.75px}.cert-item p{font-size:10.5px}
}
