*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0D2B45;--blue:#1C77C3;--sky:#39A9DB;--mint:#BEE9E8;--bg:#F7F9FB;--muted:#5b6b82}html{scroll-behavior:smooth}body{font-family:Segoe UI,Calibri,Arial,sans-serif;color:var(--navy);background:#ffffff;-webkit-font-smoothing:antialiased}.wrap{width:940px;max-width:100%;margin:0 auto;padding:0 46px 72px}a{color:inherit;text-decoration:none}.btns{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:7px;font-size:15px;padding:11px 20px;border-radius:999px;border:1.5px solid #d5dbe6;color:var(--navy);transition:transform .18s ease,border-color .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn.primary,.btn:hover{border-color:var(--blue)}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:#175f9e}.hero{display:flex;justify-content:space-between;align-items:center;gap:34px;padding:60px 0 18px}.hero .eyebrow{color:var(--blue);font-size:13px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:14px}.hero h1{font-size:52px;font-weight:700;letter-spacing:-1px;line-height:1.02;margin-bottom:14px}.hero .tag{font-size:19px;color:var(--muted);line-height:1.55;max-width:520px;margin-bottom:24px}.avatar{flex:0 0 152px;width:152px;height:152px;border-radius:50%;overflow:hidden;background:var(--mint);box-shadow:0 14px 34px rgba(28,119,195,.2)}.avatar img{width:100%;height:100%;object-fit:cover;object-position:center 14%}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:16px 0 8px}.stat{background:var(--bg);border:1px solid #eef2f7;border-radius:16px;padding:20px 18px;transition:transform .18s ease,box-shadow .18s ease}.stat:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(13,43,69,.07)}.stat .n{font-size:28px;font-weight:700;color:var(--blue)}.stat .l{font-size:12.5px;color:var(--muted);margin-top:5px;line-height:1.35}.sec{margin-top:60px}.sec-eyebrow{color:var(--blue);font-size:13px;text-transform:uppercase;letter-spacing:1.4px;font-weight:600;margin-bottom:8px}.sec-title{font-size:26px;font-weight:700;margin-bottom:8px}.about{font-size:17px;color:#3f4d63;line-height:1.78;max-width:700px}.about b{color:var(--navy)}.about-note{margin-top:14px}.exp{margin-top:34px}.exp-head{gap:16px;padding-bottom:14px;border-bottom:2px solid var(--mint);margin-bottom:20px}.exp-badge,.exp-head{display:flex;align-items:center}.exp-badge{flex:0 0 auto;width:52px;height:52px;border-radius:14px;background:var(--navy);color:#fff;justify-content:center;font-size:21px;font-weight:700}.exp-badge.blue{background:var(--blue)}.exp-badge.slate{background:#5b6b82}.exp-name{font-size:22px;font-weight:700}.exp-role{font-size:14px;color:var(--muted);margin-top:2px}.exp-dates{margin-left:auto;font-size:12.5px;color:#8a97ab;white-space:nowrap}.exp-lead{font-size:15.5px;color:#46546b;line-height:1.65;max-width:720px;margin-bottom:20px}.caps{flex-direction:column;gap:16px}.cap,.caps{display:flex}.cap{gap:24px;background:#fff;border:1px solid #e9eef4;border-radius:16px;padding:22px 24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cap:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(13,43,69,.08);border-color:#d8e4f0}.cap-body{flex:1 1;min-width:0}.cap-title{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--blue);background:var(--mint);padding:5px 12px;border-radius:999px;margin-bottom:12px}.cap-list{list-style:none}.cap-list li{position:relative;padding-left:20px;margin-bottom:8px;font-size:15px;color:#44536a;line-height:1.5}.cap-list li:last-child{margin-bottom:0}.cap-list li:before{content:"";position:absolute;left:2px;top:8px;width:7px;height:7px;border-radius:50%;background:var(--sky)}.cap-list li b{color:var(--navy);font-weight:700}.cap-desc{font-size:15px;color:#44536a;line-height:1.6}.ba-cap{margin-top:9px;font-size:12px;color:var(--muted);text-align:center;font-style:italic;line-height:1.4}.cap-media{flex:0 0 auto;display:flex;gap:8px;align-items:flex-start}.cap-media .thumb{width:96px;height:132px;border-radius:10px;border:1px solid #e5e9f0;overflow:hidden;background:var(--bg);cursor:zoom-in}.cap-media.sq .thumb{height:96px}.cap-media .thumb img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:opacity .15s ease}.cap-media .thumb:hover img{opacity:.82}.ba-media{flex:0 0 auto;width:300px;max-width:100%;display:block}.ba{--pos:55%;position:relative;width:100%;aspect-ratio:1/1;border-radius:10px;overflow:hidden;border:1px solid #e5e9f0;background:var(--bg);-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:none;cursor:ew-resize}.ba img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none}.ba .ba-base{z-index:1}.ba .ba-top{z-index:2;object-position:center 58%;-webkit-clip-path:inset(0 calc(100% - var(--pos)) 0 0);clip-path:inset(0 calc(100% - var(--pos)) 0 0)}.ba-line{top:0;bottom:0;width:3px;background:#fff;box-shadow:0 0 0 1px rgba(13,43,69,.15);transform:translateX(-50%);z-index:3;pointer-events:none}.ba-handle,.ba-line{position:absolute;left:var(--pos)}.ba-handle{top:50%;transform:translate(-50%,-50%);z-index:4;background:var(--navy);color:#fff;border:none;border-radius:999px;padding:7px 13px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;cursor:ew-resize;box-shadow:0 4px 16px rgba(13,43,69,.35)}.ba-handle:focus-visible{outline:2px solid var(--sky);outline-offset:2px}.ba-tag{position:absolute;top:10px;z-index:3;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#fff;background:rgba(13,43,69,.62);padding:3px 8px;border-radius:6px;pointer-events:none}.ba-tag-l{left:10px}.ba-tag-r,.ba-zoom{right:10px}.ba-zoom{position:absolute;bottom:10px;z-index:3;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(13,43,69,.62);color:#fff;pointer-events:none}.earlier{margin-top:18px;font-size:14px;color:var(--muted);line-height:1.6}.earlier b{color:var(--navy)}.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 16px;margin-top:20px}.logo{width:86px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.logo img{width:32px;height:32px;object-fit:contain}.logo .badge{width:32px;height:32px;border-radius:8px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.logo span{font-size:11px;color:var(--muted);line-height:1.25}.cta{margin-top:60px;background:linear-gradient(135deg,#0D2B45,#1C77C3);color:#fff;border-radius:24px;padding:46px 32px;text-align:center}.cta h3{font-size:27px;font-weight:700;margin-bottom:8px}.cta p{font-size:15px;opacity:.92;margin-bottom:22px}.cta .btns{justify-content:center}.cta .btn{border-color:rgba(255,255,255,.55);color:#fff}.cta .btn:hover{border-color:#fff;background:rgba(255,255,255,.12)}.cta .btn.primary{background:#fff;color:var(--navy);border-color:#fff}.cta .btn.primary:hover{background:#eef4fb}@keyframes reveal-in{0%{opacity:.35;transform:translateY(16px)}to{opacity:1;transform:none}}.reveal{opacity:1;animation:reveal-in .6s ease both}.caps .cap.reveal:nth-child(2){animation-delay:.06s}.caps .cap.reveal:nth-child(3){animation-delay:.12s}.caps .cap.reveal:nth-child(4){animation-delay:.18s}.caps .cap.reveal:nth-child(5){animation-delay:.24s}.caps .cap.reveal:nth-child(6){animation-delay:.3s}.caps .cap.reveal:nth-child(7){animation-delay:.36s}@media (prefers-reduced-motion:reduce){.reveal{animation:none}}@media (max-width:760px){.wrap{padding:0 18px 52px}.hero{flex-direction:column-reverse;align-items:flex-start;gap:18px;padding:32px 0 10px}.hero h1{font-size:38px}.hero .tag{font-size:16.5px}.avatar{flex-basis:96px;width:96px;height:96px}.stats{grid-template-columns:repeat(2,1fr)}.stat .n{font-size:24px}.sec{margin-top:44px}.sec-title{font-size:22px}.cap{flex-direction:column;gap:14px}.cap-media{order:-1}.exp-name{font-size:19px}.exp-dates{margin-left:0;width:100%;margin-top:4px}.exp-head{flex-wrap:wrap}}@media (max-width:380px){.stats{grid-template-columns:1fr}}.blog{padding-top:40px}.blog-head{margin-bottom:30px}.blog-back{display:inline-block;font-size:14px;color:var(--blue);margin-bottom:22px}.blog-back:hover{text-decoration:underline}.blog-eyebrow{color:var(--blue);font-size:13px;text-transform:uppercase;letter-spacing:1.4px;font-weight:600;margin-bottom:8px}.blog-h1{font-size:40px;font-weight:700;letter-spacing:-1px;line-height:1.05;margin-bottom:12px}.blog-sub{font-size:17px;line-height:1.6;max-width:640px}.blog-empty,.blog-sub{color:var(--muted)}.post-list{display:flex;flex-direction:column;gap:16px;margin-top:8px}.post-card{display:block;background:#fff;border:1px solid #e9eef4;border-radius:16px;padding:24px 26px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.post-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(13,43,69,.08);border-color:#d8e4f0}.post-date{font-size:12.5px;color:#8a97ab;margin-bottom:8px}.post-title{font-size:21px;font-weight:700;color:var(--navy);line-height:1.25;margin-bottom:8px}.post-excerpt{font-size:15px;color:#44536a;line-height:1.55;margin-bottom:12px}.post-more{font-size:14px;font-weight:600;color:var(--blue)}.post-h1{font-size:34px;font-weight:700;letter-spacing:-.6px;line-height:1.12;margin-bottom:8px}.post-meta{font-size:13px;color:#8a97ab}.post-body{max-width:680px;margin-top:22px;font-size:17px;line-height:1.75;color:#2f3b4d}.post-body h2{font-size:23px;margin:30px 0 10px}.post-body h2,.post-body h3{font-weight:700;color:var(--navy)}.post-body h3{font-size:19px;margin:24px 0 8px}.post-body p{margin:0 0 16px}.post-body ol,.post-body ul{margin:0 0 16px;padding-left:22px}.post-body li{margin-bottom:7px}.post-body a{color:var(--blue);text-decoration:underline}.post-body strong{color:var(--navy)}.post-body blockquote{margin:20px 0;padding:10px 20px;border-left:4px solid var(--mint);color:#46546b;font-style:italic;background:var(--bg);border-radius:0 10px 10px 0}.post-body code{background:var(--bg);border:1px solid #e5e9f0;border-radius:5px;padding:1px 6px;font-size:15px}.post-body pre{background:var(--navy);color:#eef4fb;padding:16px 18px;border-radius:12px;overflow-x:auto;margin:0 0 16px}.post-body pre code{background:none;border:none;padding:0;color:inherit}.post-foot{margin-top:36px;padding-top:20px;border-top:1px solid #eef2f7}@media (max-width:760px){.blog-h1{font-size:30px}.post-h1{font-size:26px}.post-body{font-size:16px}}.home{min-height:76vh;display:flex;align-items:center}.home-inner{max-width:600px;margin:0 auto;text-align:center;padding:40px 0}.home-avatar{width:118px;height:118px;border-radius:50%;overflow:hidden;margin:0 auto 24px;background:var(--mint);box-shadow:0 14px 34px rgba(28,119,195,.2)}.home-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 14%}.home-eyebrow{color:var(--blue);font-size:13px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:12px}.home-name{font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.02;margin-bottom:18px}.home-bio{font-size:18px;color:#3f4d63;line-height:1.7;margin-bottom:28px}.home-bio b{color:var(--navy)}.home-cta{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.home-blogline{margin-top:28px;font-size:14px;color:var(--muted)}.home-blogline b{color:var(--navy)}@media (max-width:760px){.home{min-height:auto;padding-top:20px}.home-name{font-size:36px}.home-bio{font-size:16.5px}}