.portfolio-bento-section{color:#111;background-color:#f7f7f9;min-height:100vh;padding:6rem 2rem}.pb-container{max-width:1400px;margin:0 auto}.pb-header{margin-bottom:4rem}.pb-header h2{letter-spacing:-.03em;color:#111;margin-bottom:1rem;font-size:3.5rem;font-weight:500}.pb-header p{color:#555;max-width:500px;font-size:1.1rem}.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(320px,auto);gap:1.5rem;display:grid}.bento-card{background:#fff;border:1px solid #00000008;border-radius:32px;flex-direction:column;padding:2.5rem;text-decoration:none;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000008}.bento-card:hover{transform:translateY(-5px)}.bento-card h3{letter-spacing:-.03em;z-index:10;margin-bottom:.8rem;font-size:2rem;font-weight:500}.bento-card p{color:#666;z-index:10;max-width:90%;font-size:.95rem;line-height:1.5}.wide-card{grid-column:span 2}.tall-card{grid-row:span 2}.project-card{background:#000;align-items:flex-end;padding:0;display:flex;position:relative;overflow:hidden}.project-img{object-fit:cover;filter:brightness(.7);z-index:1;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s;position:absolute;top:0;left:0}.project-card:hover .project-img{filter:brightness(.5);transform:scale(1.05)}.project-overlay{z-index:2;color:#fff;background:linear-gradient(#0000 0%,#0006 40%,#000000e6 100%);width:100%;padding:2.5rem;position:relative}.project-category{text-transform:uppercase;letter-spacing:.1em;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff1a;border-radius:4px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.project-card h3{color:#fff;margin-bottom:.5rem;font-size:2rem}.project-card p{color:#fffc;opacity:0;margin-bottom:0;font-size:1rem;transition:all .4s;transform:translateY(10px)}.project-card:hover p{opacity:1;transform:translateY(0)}.wide-card .project-card h3{font-size:2.5rem}.card-analytics{background:#fff}.analytics-graphic{justify-content:center;align-items:center;margin:auto 0;display:flex}.circle-chart{background:conic-gradient(#4a7c59 0% 89%,#f0f0f0 89% 100%);border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;display:flex}.inner-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;font-size:2.5rem;font-weight:600;display:flex}.analytics-footer{border-top:1px solid #f0f0f0;justify-content:space-around;padding-top:1.5rem;display:flex}.a-item{color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.green{background:#4a7c59}.dot.blue{background:#3b82f6}.card-ai{color:#fff;background:linear-gradient(135deg,#2b5876 0%,#4e4376 100%)}.card-ai h3{color:#fff}.card-ai p{color:#fffc}.ai-graphic{justify-content:center;align-items:center;height:120px;margin-top:auto;display:flex}.pulse-circle{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:2s infinite pulse;display:flex;position:relative;box-shadow:0 0 20px #fff3}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #fff6}70%{transform:scale(1);box-shadow:0 0 0 20px #fff0}to{transform:scale(.95);box-shadow:0 0 #fff0}}.card-security{background:#fff}.card-pathways{background:#fff;flex-direction:column;display:flex}.pathways-graphic{border-radius:20px;height:180px;margin-top:auto;position:relative;overflow:hidden}.pathways-img{object-fit:cover;width:100%;height:100%}.pathways-tags{align-items:center;gap:8px;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.p-tag{background:#ffffffe6;border-radius:20px;padding:6px 12px;font-size:.8rem;font-weight:500;box-shadow:0 2px 10px #0000001a}.black-tag{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;padding:6px;display:flex}.card-learning-path{background:#fff;flex-direction:column;padding:0;display:flex}.lp-header{justify-content:space-between;padding:2rem 2.5rem 0;display:flex}.logo{align-items:center;gap:8px;font-size:1.1rem;font-weight:600;display:flex}.lp-content{text-align:center;flex-direction:column;align-items:center;padding:2rem 2.5rem;display:flex}.rebound{color:#666;margin-bottom:1rem;font-size:.8rem}.lp-content h3{font-size:2.2rem}.search-bar{width:100%;max-width:300px;margin-top:1.5rem;position:relative}.search-bar input{background:#f9f9f9;border:1px solid #eee;border-radius:30px;outline:none;width:100%;padding:12px 20px;font-size:.9rem;box-shadow:inset 0 2px 5px #00000005}.search-btn{cursor:pointer;background:#4a7c59;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.lp-graphic{height:250px;margin-top:auto;position:relative}.lp-bg{object-fit:cover;object-position:bottom;width:100%;height:100%}.card-education{color:#fff;background:linear-gradient(135deg,#e8a24c 0%,#a4c49d 50%,#4a7c59 100%);flex-direction:row;align-items:center;overflow:visible}.education-content{z-index:2;flex:1}.education-content h3{color:#fff;font-size:2.5rem;line-height:1.1}.education-content p{color:#ffffffe6}.edu-buttons{gap:1rem;margin-top:1.5rem;display:flex}.btn-solid{color:#fff;cursor:pointer;background:#4a7c59;border:none;border-radius:20px;padding:10px 20px;font-weight:500}.btn-outline{color:#111;cursor:pointer;background:#fff;border:none;border-radius:20px;padding:10px 20px;font-weight:500}.education-graphic{flex:1;height:100%;min-height:250px;position:relative}.edu-img{object-fit:contain;width:120%;height:120%;position:absolute;bottom:-40px;right:-20px;transform:rotate(5deg)}.card-teamwork{background:#fff;flex-direction:column;display:flex}.teamwork-graphic{flex-direction:column;align-items:center;margin-top:auto;padding-top:2rem;display:flex;position:relative}.avatar{z-index:2;border:3px solid #fff;border-radius:50%;overflow:hidden;box-shadow:0 4px 10px #0000001a}.avatar img{object-fit:cover;width:100%;height:100%}.main-avatar{width:60px;height:60px;margin-bottom:20px}.sub-avatars{justify-content:space-between;width:100%;padding:0 10px;display:flex}.sub{width:40px;height:40px}.network-lines{z-index:1;width:100%;height:100px;position:absolute;top:50px}.security-graphic{justify-content:center;align-items:center;height:120px;margin-top:auto;display:flex}.shield-icon{color:#4a7c59;background:#f7f7f9;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:inset 0 4px 10px #0000000d}.card-immersive{color:#fff;padding:0;position:relative}.full-bg-img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.immersive-overlay{z-index:2;background:linear-gradient(90deg,#000c 0%,#0003 100%);flex-direction:column;justify-content:center;height:100%;padding:3.5rem;display:flex;position:relative}.immersive-overlay h3{color:#fff;margin-bottom:1rem;font-size:2.5rem}.immersive-overlay p{color:#ffffffe6;max-width:400px;font-size:1.1rem}.card-mobile{color:#fff;background:#111}.card-mobile h3{color:#fff}.card-mobile p{color:#ffffffb3}.mobile-graphic{justify-content:center;align-items:center;height:120px;margin-top:auto;display:flex}.perf-score{color:#4ade80;border:4px solid #4ade80;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.perf-score strong{font-size:2rem;line-height:1}.perf-score span{text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:.65rem}@media (max-width:1024px){.bento-grid{grid-template-columns:1fr 1fr}.wide-card,.tall-card{grid-area:auto/span 1}.card-education,.card-network,.card-cloud{flex-direction:column}.education-graphic,.network-graphic,.cloud-graphic{min-height:250px}}@media (max-width:768px){.bento-grid{grid-template-columns:1fr}.pb-header h2{font-size:2.5rem}}
