.profile-page{padding:8rem 0 5rem;background-color:var(--bg-color);animation:revealUp .8s ease forwards}.profile-layout{display:grid;grid-template-columns:350px 1fr;gap:3rem}.profile-avatar-card{background:var(--primary-light);padding:2.5rem 2rem;border-radius:var(--radius-lg);box-shadow:0 10px 30px #00000080;text-align:center;margin-bottom:2rem;border:1px solid var(--surface-border);position:relative;overflow:hidden}.profile-avatar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--secondary),var(--accent))}.avatar-large{width:160px;height:160px;background-color:var(--primary);border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border:3px solid rgba(0,229,255,.4);box-shadow:var(--shadow-glow);overflow:hidden}.avatar-large img{width:100%;height:100%;object-fit:cover}.profile-avatar-card h2{font-size:1.6rem;margin-bottom:.5rem;color:var(--white)}.profile-subtitle{color:var(--white);font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.unit-tag{background:var(--secondary);color:var(--primary);display:inline-block;padding:.2rem .6rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;border-radius:2px;margin-bottom:1.5rem}.platform-tag{color:var(--secondary);font-size:.9rem;font-weight:600;margin-bottom:1rem}.profile-focus{font-size:.95rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.w-100{width:100%}.mb-sm{margin-bottom:1rem}.btn-text{background:transparent;border:none;color:var(--text-muted);font-size:.9rem;text-decoration:underline;cursor:pointer;padding:.5rem}.btn-text:hover{color:var(--secondary)}.profile-info-box{background:var(--primary-light);padding:2rem;border-radius:var(--radius-md);border:1px solid var(--surface-border)}.profile-info-box h4{margin-bottom:1.5rem;color:var(--white);font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.75rem}.location-item{display:flex;gap:1rem;font-size:.95rem;color:var(--text-main);line-height:1.5}.location-item svg{color:var(--secondary);margin-top:2px}.bio-section{background:var(--primary-light);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--surface-border);margin-bottom:2.5rem}.bio-section h3{color:var(--white);margin-bottom:1.5rem;font-size:1.4rem}.bio-text{font-size:1.1rem;line-height:1.8;color:var(--text-muted)}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2.5rem}.cred-card{background:var(--primary-light);padding:2rem;border-radius:var(--radius-md);border:1px solid var(--surface-border);text-align:center;transition:all .3s ease}.cred-card:hover{border-color:#00e5ff66;box-shadow:var(--shadow-glow);transform:translateY(-5px)}.cred-icon{color:var(--secondary);width:36px;height:36px;margin-bottom:1.5rem}.cred-card h4{margin-bottom:.75rem;color:var(--white);font-size:1.1rem}.cred-card p{font-size:.95rem;color:var(--text-muted);line-height:1.5}.specialties-section{background:var(--primary-light);padding:3rem;border-radius:var(--radius-lg);border:1px solid var(--surface-border)}.specialties-section h3{color:var(--white);margin-bottom:2rem;font-size:1.4rem}.specialty-checklist{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.specialty-checklist li{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;font-weight:500;color:var(--text-main);line-height:1.4}.check-icon{color:var(--secondary);flex-shrink:0;margin-top:2px}@media(max-width:992px){.profile-layout{grid-template-columns:1fr}}.sticky-cta-bar{display:none}@media(max-width:768px){.sticky-cta-bar{display:flex;position:fixed;bottom:0;left:0;right:0;background:#0a0a0ae6;backdrop-filter:blur(15px);border-top:1px solid var(--surface-border);padding:1rem;gap:1rem;z-index:1000;box-shadow:0 -10px 30px #00000080;animation:slideUp .4s ease-out}.sticky-cta-bar .btn{flex:1;font-size:.8rem;padding:.8rem .5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.profile-page{padding-bottom:8rem}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
