.profile-main{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.profile-narrow{
  max-width:860px;
}

.profile-hero{
  padding-top:96px;
}

.profile-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:24px;
  align-items:start;
}

.profile-copy h1{
  margin:0 0 14px;
  font-size:clamp(40px,6vw,60px);
  line-height:1.03;
  letter-spacing:-.04em;
}

.profile-copy h1 span{
  color:#0891b2;
}

.profile-lead{
  max-width:620px;
  margin:0 0 18px;
  font-size:18px;
  color:var(--muted);
}

.profile-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  padding:6px 14px;
  border:1px solid rgba(6,182,212,.2);
  border-radius:999px;
  background:rgba(6,182,212,.08);
  color:#0891b2;
  font-size:12px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  font-weight:800;
}

.profile-badge-dot{
  width:7px;
  height:7px;
  border-radius:999px;
  background:#06b6d4;
}

.profile-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.profile-card{
  border:1px solid var(--border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.profile-metrics{
  padding:22px;
}

.profile-metric-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:16px;
  background:var(--border);
}

.profile-metric{
  padding:18px 14px;
  text-align:center;
  background:#fff;
}

.profile-metric strong{
  display:block;
  margin-bottom:5px;
  font-size:28px;
  line-height:1;
}

.profile-metric span{
  display:block;
  font-size:11px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:1.3px;
}

.profile-metrics p{
  margin:16px 0 0;
  color:var(--muted);
}

.profile-photo-row{
  position:relative;
  height:200px;
  margin-top:36px;
}

.profile-photo{
  position:absolute;
  bottom:0;
  overflow:hidden;
  border-radius:999px;
  box-shadow:0 16px 32px rgba(15,23,42,.12);
}

.profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.profile-photo span{
  position:absolute;
  left:50%;
  bottom:-24px;
  transform:translateX(-50%);
  white-space:nowrap;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:var(--muted);
}

.profile-photo-left{
  left:calc(50% - 128px);
  width:114px;
  height:114px;
  border:3px solid rgba(37,99,235,.5);
}

.profile-photo-center{
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  width:146px;
  height:146px;
  border:4px solid #06b6d4;
}

.profile-photo-right{
  right:calc(50% - 128px);
  width:114px;
  height:114px;
  border:3px solid rgba(16,185,129,.45);
}

.profile-section-label{
  margin:0 0 12px;
  font-size:12px;
  color:#0891b2;
  letter-spacing:1.8px;
  text-transform:uppercase;
  font-weight:800;
}

.profile-problem-list{
  margin:22px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.profile-problem-list li{
  display:flex;
  gap:12px;
  color:var(--muted);
  line-height:1.7;
}

.profile-problem-list li::before{
  content:"✕";
  color:#dc2626;
  font-weight:900;
}

.profile-team-grid{
  display:grid;
  gap:18px;
}

.profile-member{
  display:flex;
  overflow:hidden;
}

.profile-member-accent{
  width:5px;
  flex:0 0 auto;
}

.accent-gold{
  background:linear-gradient(180deg,#f59e0b 0%,#c97c20 100%);
}

.accent-blue{
  background:linear-gradient(180deg,#06b6d4 0%,#2563eb 100%);
}

.accent-green{
  background:linear-gradient(180deg,#10b981 0%,#059669 100%);
}

.profile-member-body{
  flex:1;
  padding:22px;
}

.profile-member-top{
  display:flex;
  gap:16px;
  align-items:center;
  margin-bottom:14px;
}

.profile-avatar{
  width:64px;
  height:64px;
  overflow:hidden;
  border-radius:999px;
  box-shadow:0 8px 18px rgba(15,23,42,.12);
}

.profile-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.profile-member-top h3{
  margin:0 0 4px;
}

.profile-role{
  margin:0;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#c97c20;
}

.profile-role.blue{
  color:#2563eb;
}

.profile-role.green{
  color:#059669;
}

.profile-member-desc{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.7;
}

.profile-tags,
.profile-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.profile-tags{
  margin-bottom:14px;
}

.profile-tags span,
.profile-links a{
  display:inline-flex;
  align-items:center;
  padding:6px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.profile-tags span,
.profile-links a{
  color:#a16207;
  background:rgba(245,158,11,.09);
  border:1px solid rgba(245,158,11,.2);
}

.profile-tags.blue span,
.profile-links.blue a{
  color:#1d4ed8;
  background:rgba(37,99,235,.08);
  border-color:rgba(37,99,235,.18);
}

.profile-tags.green span,
.profile-links.green a{
  color:#047857;
  background:rgba(16,185,129,.08);
  border-color:rgba(16,185,129,.18);
}

.profile-cta{
  padding:30px 28px;
  text-align:center;
}

.profile-cta h2{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.15;
  letter-spacing:-.03em;
}

.profile-cta p{
  max-width:680px;
  margin:0 auto 20px;
  color:var(--muted);
}

.profile-guarantee{
  margin-top:18px;
  padding:14px 18px;
  border:1px solid rgba(6,182,212,.18);
  border-radius:14px;
  background:#ecfeff;
  color:#155e75;
}

.profile-guarantee strong{
  margin-right:6px;
}

@media (max-width: 960px){
  .profile-hero-grid{
    grid-template-columns:1fr;
  }

  .profile-metric-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .profile-hero{
    padding-top:76px;
  }

  .profile-photo-row{
    height:180px;
  }

  .profile-photo-left{
    left:calc(50% - 110px);
    width:98px;
    height:98px;
  }

  .profile-photo-center{
    width:130px;
    height:130px;
  }

  .profile-photo-right{
    right:calc(50% - 110px);
    width:98px;
    height:98px;
  }

  .profile-member-top{
    align-items:flex-start;
  }
}
