@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;700;800&display=swap";
:root{--bg-color:#f8fafc;--text-color:#0f172a;--text-muted:#475569;--accent-primary:#1d4ed8;--accent-primary-hover:#1e40af;--accent-secondary:#3b82f6;--accent-blue:#3b82f6;--accent-cyan:#38bdf8;--surface-color:#fff;--surface-border:#00000014;--glass-bg:#fffffff2;--glass-border:#fff;--topbar-height:40px;--header-height:76px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .3s}.topbar{z-index:60;color:#a8c0e8;height:var(--topbar-height);background:#0d1b3e;align-items:center;font-size:.8rem;display:flex;position:fixed;top:0;left:0;right:0}.topbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.topbar-contacts{align-items:center;gap:2rem;display:flex}.topbar-contacts a,.topbar-email a{color:#a8c0e8;align-items:center;gap:.4rem;transition:color .2s;display:flex}.topbar-contacts a:hover,.topbar-email a:hover{color:#fff}.header{top:var(--topbar-height);z-index:50;-webkit-backdrop-filter:blur(20px);background:#fffffffa;border-bottom-right-radius:28px;border-bottom-left-radius:28px;padding:1rem 0;transition:all .3s;position:fixed;left:0;right:0;box-shadow:0 8px 32px #0000001a}.nav{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.02em;color:var(--text-color);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-muted);font-size:.95rem;font-weight:500;position:relative}.nav-link:hover{color:var(--accent-primary)}.nav-link:after{content:"";background:var(--accent-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-hover) 100%);color:#fff;box-shadow:0 4px 14px #1d4ed859}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1d4ed873}.btn-outline{color:var(--accent-primary);border:1.5px solid var(--accent-primary);background:0 0}.btn-outline:hover{background:#1d4ed80d;transform:translateY(-2px)}.btn-hero-primary{background:var(--accent-primary);color:#fff;border:none;box-shadow:0 4px 18px #1d4ed880}.btn-hero-primary:hover{background:var(--accent-primary-hover);transform:translateY(-2px);box-shadow:0 6px 24px #1d4ed899}.btn-hero-outline{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1.5px solid #fff9}.btn-hero-outline:hover{background:#ffffff38;border-color:#fff;transform:translateY(-2px)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.hero{min-height:100vh;padding-top:calc(var(--topbar-height) + var(--header-height) + 2rem);align-items:center;padding-bottom:4rem;display:flex;position:relative}.hero-bg{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-bg:after{content:"";background:linear-gradient(105deg,#081437e0 0%,#081437c7 35%,#0814378c 58%,#0814372e 80%,#0814370f 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;max-width:680px;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-.02em;color:#fff;margin-bottom:1.75rem;font-size:clamp(2.6rem,4.5vw,3.8rem);font-weight:800;line-height:1.15}.hero-accent-blue{color:#60a5fa}.hero-accent-cyan{color:var(--accent-cyan)}.hero-quote{color:#ffffffe6;background:#ffffff14;border:1.5px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;max-width:480px;margin-bottom:2.5rem;padding:.875rem 1.25rem;font-size:1rem;font-style:italic;display:inline-flex}.hero-quote-mark{color:#60a5fa;opacity:.7;flex-shrink:0;font-size:2rem;font-style:normal;line-height:1}.hero-quote .highlight{color:#60a5fa;font-style:normal}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:20px;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 40px -15px #1d4ed81f,0 0 10px #00000005}.glass:hover{transform:translateY(-5px);box-shadow:0 25px 50px -12px #1d4ed833,0 0 15px #0000000a}.gradient-text{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-blue{background:linear-gradient(135deg,#2563eb 0%,#60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.jobs-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.job-card{border:1px solid var(--surface-border);background:#fff;flex-direction:column;height:100%;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.job-card:hover{border-color:var(--accent-secondary);transform:translateY(-4px);box-shadow:0 10px 30px #1d4ed81a}.job-meta{color:var(--text-muted);gap:1rem;margin:1rem 0;font-size:.875rem;display:flex}.job-meta span{align-items:center;gap:.375rem;display:flex}.footer{border-top:1px solid var(--surface-border);background:#fff;margin-top:4rem;padding:4rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-col h4{color:var(--text-color);margin-bottom:1.5rem;font-size:1.125rem}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--accent-primary)}.page-hero{padding:calc(var(--topbar-height) + var(--header-height) + 4rem) 0 5rem;color:#fff;background:linear-gradient(135deg,#0d1b3e 0%,#1e3a8a 60%,#1d4ed8 100%);position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#60a5fa26 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-40%;right:-10%}.page-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#38bdf81a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-20%;left:-5%}.page-hero-image{object-fit:cover;object-position:center;opacity:.12;width:100%;height:100%;position:absolute;top:0;left:0}.page-hero-content{z-index:1;text-align:center;position:relative}.page-hero-eyebrow{color:#93c5fd;letter-spacing:.08em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.page-hero h1{letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.page-hero-sub{color:#ffffffbf;max-width:580px;margin:0 auto;font-size:1.15rem;line-height:1.7}.stat-strip{background:var(--accent-primary);color:#fff;padding:3rem 0}.stat-strip-inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-item{border-right:1px solid #fff3;padding:1.5rem 2rem}.stat-item:last-child{border-right:none}.stat-number{letter-spacing:-.03em;margin-bottom:.4rem;font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:800;line-height:1}.stat-label{opacity:.8;letter-spacing:.03em;font-size:.875rem;font-weight:500}.services-bento{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.bento-panel{border:1px solid var(--surface-border);background:#fff;border-radius:24px;transition:box-shadow .3s,transform .3s;overflow:hidden;box-shadow:0 4px 24px #1d4ed812}.bento-panel:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1d4ed824}.bento-panel-header{border-bottom:1px solid var(--surface-border);padding:2rem 2rem 1.5rem}.bento-panel-eyebrow{letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.bento-panel-header h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.bento-panel-header p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.bento-panel-items{flex-direction:column;gap:1rem;padding:1.5rem 2rem 2rem;display:flex}.bento-item{background:var(--bg-color);border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;transition:background .2s;display:flex}.bento-item:hover{background:#1d4ed80a}.bento-item-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.bento-item-text h4{color:var(--text-color);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.bento-item-text p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.process-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.process-grid:before{content:"";background:linear-gradient(to right, var(--accent-primary), var(--accent-secondary));z-index:0;height:2px;position:absolute;top:2.5rem;left:calc(16.666% + 1rem);right:calc(16.666% + 1rem)}.process-step{z-index:1;text-align:center;position:relative}.process-number{background:var(--accent-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin:0 auto 1.5rem;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800;display:flex;position:relative;box-shadow:0 8px 24px #1d4ed859}.process-number:after{content:"";border:2px dashed #1d4ed84d;border-radius:50%;position:absolute;inset:-4px}.process-step h3{color:var(--text-color);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.process-step p{color:var(--text-muted);max-width:240px;margin:0 auto;font-size:.95rem;line-height:1.6}.values-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.value-card{border:1px solid var(--surface-border);background:#fff;border-radius:20px;padding:2rem 1.75rem;transition:all .3s;position:relative;overflow:hidden}.value-card:before{content:"";background:var(--card-accent,var(--accent-primary));border-radius:20px 20px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.value-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #1d4ed81f}.value-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.value-card h3{color:var(--text-color);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.value-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.filter-row{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.filter-tag{border:1.5px solid var(--surface-border);color:var(--text-muted);cursor:pointer;background:#fff;border-radius:999px;padding:.45rem 1.1rem;font-size:.875rem;font-weight:500;transition:all .2s}.filter-tag:hover,.filter-tag.active{border-color:var(--accent-primary);color:var(--accent-primary);background:#1d4ed80d}.job-card-v2{border:1px solid var(--surface-border);background:#fff;border-radius:20px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.job-card-v2:before{content:"";background:var(--accent-primary);opacity:0;width:4px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.job-card-v2:hover{border-color:#1d4ed833;transform:translate(4px);box-shadow:0 12px 40px #1d4ed81f}.job-card-v2:hover:before{opacity:1}.job-logo{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;display:flex}.job-body{flex:1;min-width:0}.job-title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.job-title-row h2{color:var(--text-color);font-size:1.2rem;font-weight:700}.job-salary{color:var(--accent-primary);white-space:nowrap;background:#1d4ed812;border-radius:999px;padding:.3rem .75rem;font-size:.9rem;font-weight:700}.job-meta-row{flex-wrap:wrap;gap:1.25rem;margin-bottom:1rem;display:flex}.job-meta-item{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.job-desc{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.job-tags{flex-wrap:wrap;gap:.5rem;display:flex}.job-tag{color:var(--accent-blue);background:#3b82f61a;border-radius:999px;padding:.25rem .7rem;font-size:.78rem;font-weight:600}.job-type-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:.25rem .7rem;font-size:.75rem;font-weight:700}.job-type-badge.full-time{color:#059669;background:#10b9811a}.job-type-badge.executive{color:#7c3aed;background:#8b5cf61a}.job-type-badge.contract{color:#ea580c;background:#f973161a}.job-type-badge.remote{color:#0284c7;background:#0ea5e91a}.job-actions{flex-direction:column;flex-shrink:0;gap:.75rem;min-width:140px;display:flex}.pnet-banner{color:#fff;background:linear-gradient(135deg,#0d1b3e 0%,#1e3a8a 100%);border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding:3rem;display:flex}.pnet-banner h3{margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.pnet-banner p{color:#ffffffb3;max-width:500px}.article-featured{border:1px solid var(--surface-border);background:#fff;border-radius:24px;grid-template-columns:1fr 1fr;gap:0;margin-bottom:3rem;display:grid;overflow:hidden;box-shadow:0 8px 32px #1d4ed814}.article-featured-img{background:linear-gradient(135deg,#0d1b3e 0%,#1d4ed8 100%);flex-direction:column;justify-content:flex-end;min-height:320px;padding:3rem;display:flex;position:relative;overflow:hidden}.article-featured-img:before{content:"\"";color:#ffffff12;font-family:Outfit,sans-serif;font-size:10rem;font-weight:800;line-height:1;position:absolute;top:1rem;left:2rem}.article-featured-body{flex-direction:column;justify-content:center;padding:3rem;display:flex}.article-featured-body h2{color:var(--text-color);margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.25}.article-featured-body p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.975rem;line-height:1.7}.category-badge{letter-spacing:.07em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.3rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex}.category-badge.career{color:#1d4ed8;background:#1d4ed81a}.category-badge.industry{color:#059669;background:#10b9811a}.category-badge.leadership{color:#7c3aed;background:#8b5cf61a}.category-badge.hiring{color:#ea580c;background:#f973161a}.category-badge.culture{color:#db2777;background:#ec48991a}.article-meta{color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.82rem;display:flex}.article-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.article-card-v2:hover{border-color:#1d4ed826;transform:translateY(-5px);box-shadow:0 16px 40px #1d4ed81a}.article-card-accent{background:var(--card-accent,linear-gradient(to right, var(--accent-primary), var(--accent-secondary)));height:6px}.article-card-body{flex-direction:column;flex:1;padding:1.75rem;display:flex}.article-card-body h3{color:var(--text-color);margin-bottom:.75rem;font-size:1.15rem;font-weight:700;line-height:1.35}.article-card-body p{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.article-read-time{color:var(--text-muted);font-size:.78rem;font-weight:500}.contact-grid{grid-template-columns:1fr 1.6fr;align-items:start;gap:2rem;display:grid}.contact-info-panel{color:#fff;top:calc(var(--topbar-height) + var(--header-height) + 2rem);background:linear-gradient(145deg,#0d1b3e 0%,#1e3a8a 100%);border-radius:24px;padding:2.5rem;position:sticky}.contact-info-panel h2{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.contact-info-panel>p{color:#ffffffa6;border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:2rem;font-size:.95rem;line-height:1.6}.contact-detail{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-detail-icon{color:#93c5fd;background:#ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contact-detail-text label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:.25rem;font-size:.72rem;font-weight:700;display:block}.contact-detail-text a,.contact-detail-text span{color:#fff;font-size:.95rem;font-weight:500}.contact-detail-text a:hover{color:#93c5fd}.contact-socials{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.contact-socials p{letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem;font-size:.75rem;font-weight:700}.social-links{gap:.75rem;display:flex}.social-link{color:#ffffffb3;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.social-link:hover{color:#fff;background:#fff3;transform:translateY(-2px)}.contact-form-panel{border:1px solid var(--surface-border);background:#fff;border-radius:24px;padding:3rem;box-shadow:0 8px 32px #1d4ed812}.contact-form-panel h2{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.contact-form-panel>p{color:var(--text-muted);margin-bottom:2rem}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-color);font-size:.875rem;font-weight:600}.form-group label span{color:#ef4444}.form-input{border:1.5px solid var(--surface-border);background:var(--bg-color);color:var(--text-color);border-radius:10px;outline:none;width:100%;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #1d4ed81a}.form-input::placeholder{color:#94a3b8}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23475569' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:130px}.newsletter-strip{background:var(--bg-color);border:1px solid var(--surface-border);border-radius:16px;margin-top:2rem;padding:2rem}.newsletter-strip h4{margin-bottom:.25rem;font-size:1rem;font-weight:700}.newsletter-strip p{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.newsletter-form{gap:.75rem;display:flex}.newsletter-form input{flex:1}.section-heading{text-align:center;margin-bottom:3.5rem}.section-heading .eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-heading h2{letter-spacing:-.02em;color:var(--text-color);margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.section-heading p{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}@media (max-width:768px){.nav-logo-img{height:38px!important}.topbar-contacts{gap:1rem;font-size:.72rem}.hero-title{font-size:2.2rem}.hero-ctas{flex-direction:column}.hero-ctas .btn{justify-content:center;width:100%}}@media (max-width:640px){.topbar-email,.nav-links{display:none}}.article-card-v2{border:1px solid var(--surface-border);background:#fff;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.article-card-img{object-fit:cover;width:100%;height:200px;transition:transform .4s;display:block}.article-card-v2:hover .article-card-img{transform:scale(1.04)}.article-card-img-wrap{flex-shrink:0;position:relative;overflow:hidden}.article-card-img-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#00000014 100%);position:absolute;inset:0}.article-featured-img-photo{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.article-featured-img-overlay{background:linear-gradient(135deg,#0d1b3ed9 0%,#1d4ed8b3 100%);position:absolute;inset:0}.article-featured-img-content{z-index:1;flex-direction:column;justify-content:flex-end;height:100%;padding:2.5rem;display:flex;position:relative}.article-page{padding-top:calc(var(--topbar-height) + var(--header-height))}.article-page-hero{height:420px;position:relative;overflow:hidden}.article-page-hero img{object-fit:cover;width:100%;height:100%}.article-page-hero-overlay{background:linear-gradient(#0d1b3e66 0%,#0d1b3ebf 100%);align-items:flex-end;padding:3rem 0;display:flex;position:absolute;inset:0}.article-page-body{max-width:760px;margin:0 auto;padding:3.5rem 1.5rem 6rem}.article-page-body h2{color:var(--text-color);margin-top:2.5rem;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.article-page-body p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.article-page-back{color:var(--accent-primary);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;font-weight:600;display:inline-flex}.article-page-back:hover{color:var(--accent-primary-hover)}.article-divider{background:var(--surface-border);height:1px;margin:2.5rem 0}@media (max-width:900px){.services-bento{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr;gap:3rem}.process-grid:before{display:none}.stat-strip-inner{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.stat-item:nth-child(3){border-top:1px solid #fff3}.stat-item:nth-child(4){border-top:1px solid #fff3;border-right:none}.article-featured,.contact-grid{grid-template-columns:1fr}.contact-info-panel{position:static}.form-row{grid-template-columns:1fr}.job-card-v2{flex-direction:column}.job-actions{flex-direction:row;width:100%;min-width:0}.job-actions .btn{flex:1}}@media (max-width:600px){.stat-strip-inner{grid-template-columns:1fr 1fr}.stat-number{font-size:2rem}.pnet-banner{text-align:center;flex-direction:column;padding:2rem}.newsletter-form{flex-direction:column}}.about-flex{flex-wrap:wrap;align-items:center;gap:4rem;display:flex}.mobile-menu-btn{background:var(--bg-color);border:1.5px solid var(--surface-border);cursor:pointer;width:40px;height:40px;color:var(--text-color);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:none}.mobile-nav-drawer{z-index:200;flex-direction:column;width:100vw;height:100vh;display:none;position:fixed;inset:0;color:#1e293b!important;background-color:#fff!important}.mobile-nav-drawer.open{display:flex}.mobile-nav-header{background-color:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.mobile-nav-close{cursor:pointer;color:#1e293b;background-color:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mobile-nav-links{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background-color:#fff;flex-direction:column;flex:1;gap:.25rem;padding:1.25rem 1rem;display:flex;overflow-y:auto}.mobile-nav-link{background-color:#0000;border-radius:12px;padding:1rem 1.25rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:600;display:block;color:#374151!important}.mobile-nav-link.active{background-color:#eff6ff;color:#1d4ed8!important}.mobile-nav-footer{background-color:#fff;border-top:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;padding:1.25rem;display:flex}.mobile-nav-contact{align-items:center;gap:.5rem;padding:.4rem 0;font-size:.875rem;display:flex;color:#374151!important}@media (max-width:640px){:root{--topbar-height:0px}.topbar{display:none}.mobile-menu-btn{display:flex}.desktop-nav-btn{display:none}}@media (max-width:768px){.section{padding:3.5rem 0}.about-flex{gap:2rem}.hero{min-height:auto;padding-bottom:3rem}.hero-quote{max-width:100%;padding:.75rem 1rem;font-size:.9rem}.page-hero{padding-top:calc(var(--topbar-height) + var(--header-height) + 2rem);padding-bottom:3rem}.page-hero h1{font-size:clamp(1.75rem,7vw,2.5rem)}.page-hero-sub{padding:0 .5rem;font-size:1rem}.jobs-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.article-grid{grid-template-columns:1fr}.article-featured-img{min-height:220px}.article-featured-body{padding:1.75rem}.article-featured-body h2{font-size:1.3rem}.article-page-hero{height:240px}.article-page-body{padding:2rem 1.25rem 4rem}.article-page-body h2{margin-top:2rem;font-size:1.15rem}.article-page-body p{font-size:.975rem}.contact-form-panel,.contact-info-panel{padding:1.75rem}.pnet-banner{padding:2rem 1.5rem}.pnet-banner h3{font-size:1.25rem}.bento-panel-header{padding:1.5rem 1.5rem 1.25rem}.bento-panel-items{padding:1.25rem 1.5rem 1.5rem}.bento-panel-header h3{font-size:1.3rem}.values-grid{grid-template-columns:1fr 1fr}.value-card{padding:1.5rem 1.25rem}.footer{margin-top:2rem;padding:3rem 0 2rem}.footer-grid{gap:2rem}.stat-number{font-size:2.2rem}.filter-row{gap:.5rem}.filter-tag{padding:.4rem .9rem;font-size:.8rem}.glass:hover,.bento-panel:hover,.article-card-v2:hover,.value-card:hover,.job-card-v2:hover,.btn:hover,.article-card-v2:hover .article-card-img{transform:none}}@media (max-width:480px){.hero-title{font-size:1.85rem}.hero-quote{margin-bottom:2rem;font-size:.85rem}.hero-ctas{gap:.75rem}.section-heading h2{font-size:1.75rem}.values-grid{grid-template-columns:1fr}.stat-number{font-size:1.9rem}.stat-label{font-size:.8rem}.job-actions{flex-direction:column}.job-actions .btn{width:100%}.process-step p{max-width:100%}.pnet-banner{padding:1.75rem 1.25rem}.pnet-banner h3{font-size:1.1rem}}
