.page-header{position:relative;padding:160px 0 80px;text-align:center;overflow:hidden}.page-header-content{position:relative;z-index:1}.nav-links a.active{color:#fff}.filter-bar{display:flex;gap:12px;justify-content:center;margin-bottom:48px;flex-wrap:wrap}.filter-btn{padding:10px 24px;border-radius:100px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.5);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .25s}.filter-btn:hover{border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.8)}.filter-btn.active{background:#fff;color:#000;border-color:#fff}.products-section{padding:80px 0 120px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.products-grid{grid-template-columns:1fr}}.product-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden;transition:transform .3s,border-color .3s,background .3s}.product-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.05)}.product-card.hidden{display:none}.product-image{position:relative;height:200px;background:rgba(255,255,255,.02);display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.06)}.product-placeholder svg{width:56px;height:56px;color:rgba(255,255,255,.15)}.product-badge{position:absolute;top:12px;right:12px;padding:5px 14px;border-radius:100px;background:#fff;color:#000;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-info{padding:24px}.product-info h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}.product-info p{font-size:.85rem;color:rgba(255,255,255,.45);line-height:1.6;margin-bottom:20px}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.3rem;font-weight:800}.team-section{padding:80px 0 60px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.team-grid{grid-template-columns:1fr}}.team-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:40px 28px;text-align:center;transition:transform .3s,border-color .3s,background .3s}.team-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.05)}.team-avatar{width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.avatar-initials{font-size:1.6rem;font-weight:800;color:#fff}.team-card h3{font-size:1.15rem;font-weight:700;margin-bottom:6px}.team-role{display:inline-block;font-size:.8rem;font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.team-bio{font-size:.88rem;color:rgba(255,255,255,.45);line-height:1.6;margin-bottom:20px}.team-socials{display:flex;gap:10px;justify-content:center}.team-socials a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;transition:background .25s}.team-socials a:hover{background:rgba(255,255,255,.14)}.team-socials svg{width:18px;height:18px}.status-section{padding:60px 0 120px}.status-banner{display:flex;align-items:center;gap:14px;padding:20px 28px;border-radius:14px;margin-bottom:40px;font-weight:700;font-size:1.05rem}.status-banner.status-ok{background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.2);color:#22c55e}.status-banner-dot{width:12px;height:12px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px rgba(34,197,94,.5);animation:pulse-dot 2s ease infinite}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:.5}}.status-list{display:flex;flex-direction:column;gap:2px;margin-bottom:64px}.status-item{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-radius:12px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.04);transition:background .2s}.status-item:hover{background:rgba(255,255,255,.04)}.status-item-left{display:flex;align-items:center;gap:16px}.status-item h3{font-size:.95rem;font-weight:600}.status-item p{font-size:.8rem;color:rgba(255,255,255,.35);margin-top:2px}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-dot.green{background:#22c55e}.status-dot.yellow{background:#eab308}.status-dot.red{background:#ef4444}.status-label{font-size:.8rem;font-weight:600;padding:6px 16px;border-radius:100px}.status-label.operational{background:rgba(34,197,94,.1);color:#22c55e}.status-label.degraded{background:rgba(234,179,8,.1);color:#eab308}.status-label.down{background:rgba(239,68,68,.1);color:#ef4444}.uptime-section{margin-bottom:64px}.uptime-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.uptime-service{width:140px;flex-shrink:0;font-size:.85rem;font-weight:600;color:rgba(255,255,255,.7)}.uptime-bars{display:flex;gap:3px;flex:1}.uptime-bar{flex:1;height:28px;border-radius:4px;transition:opacity .2s}.uptime-bar:hover{opacity:.7}.uptime-bar.green{background:#22c55e}.uptime-bar.yellow{background:#eab308}.uptime-bar.red{background:#ef4444}.uptime-percent{width:60px;text-align:right;font-size:.85rem;font-weight:700;color:rgba(255,255,255,.5)}@media (max-width:600px){.uptime-service{width:100px;font-size:.75rem}.uptime-bar{height:20px}}.incidents-section{margin-bottom:40px}.incident-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:28px}.incident-header{margin-bottom:10px}.incident-date{font-size:.9rem;font-weight:700;color:rgba(255,255,255,.7)}.incident-desc{font-size:.88rem;color:rgba(255,255,255,.4);line-height:1.6}