
/* shared rules copied from domain-registration-in-nepal (used by this page, split from pages.css) */
.team-hero {
    background: linear-gradient(135deg,#0f172a,#134e4a);
    color: #fff;
    padding: 72px 24px;
    text-align: center;
}
.team-hero h1 { font-size: 2.2rem; font-weight: 900; margin-bottom: 12px; text-align: center; }
.team-hero p { color: #94a3b8; max-width: 540px; margin: 0 auto; }
.team-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 24px;
}
.team-section h2 { font-size: 1.6rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.team-section .section-sub { color: #64748b; margin-bottom: 40px; }
.team-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 64px;
}
.team-row {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 36px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.team-row:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,0.09); }
.team-edit-btn {
    position: absolute;
    top: 16px; right: 16px;
    display: inline-flex; align-items: center; gap: 6px;
    background: #f0fdfa; border: 1px solid #99f6e4; color: #0f766e;
    font-size: 12px; font-weight: 700;
    padding: 6px 12px; border-radius: 999px;
    text-decoration: none;
}
.team-edit-btn:hover { background: #ccfbf1; color: #0f766e; text-decoration: none; }
.team-side {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team-avatar {
    width: 96px; height: 96px;
    border-radius: 50%;
    margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg,#0d9488,#0f766e);
    flex-shrink: 0;
}
.team-avatar-photo {
    object-fit: cover;
    border: 3px solid #f0fdfa;
}
.team-social {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.team-social a {
    width: 30px; height: 30px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: #f0fdfa;
    color: #0f766e;
    font-size: 13px;
    transition: background 0.15s, color 0.15s;
}
.team-social a:hover { background: #0d9488; color: #fff; }
.team-avatar.green { background: linear-gradient(135deg,#059669,#0d9488); }
.team-avatar.orange { background: linear-gradient(135deg,#ea580c,#d97706); }
.team-avatar.red { background: linear-gradient(135deg,#dc2626,#e11d48); }
.team-avatar.purple { background: linear-gradient(135deg,#0f766e,#0d9488); }
.team-avatar.teal { background: linear-gradient(135deg,#0891b2,#0369a1); }
.team-avatar.blue { background: linear-gradient(135deg,#2563eb,#1d4ed8); }
.team-side h3 { font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
.team-side .team-role {
    font-size: 12px; font-weight: 700; color: #0d9488;
    text-transform: uppercase; letter-spacing: 0.5px;
    background: #ccfbf1; border: 1px solid #99f6e4;
    padding: 4px 12px; border-radius: 999px;
}
.team-body { position: relative; padding-top: 6px; align-self: center; }
.team-quote-icon { color: #ccfbf1; font-size: 26px; display: block; margin-bottom: 8px; }
.team-body p { font-size: 14.5px; color: #475569; line-height: 1.75; margin: 0 0 14px; }
.team-body p:last-child { margin-bottom: 0; }
@media (max-width: 720px) {
    .team-row { grid-template-columns: 1fr; padding: 28px 24px; gap: 20px; }
    .team-body { text-align: left; }
}
.team-office {
    background: #f8fafc;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}
.team-office h3 { font-size: 1.2rem; font-weight: 800; color: #0f172a; margin-bottom: 12px; }
.team-office p { color: #64748b; font-size: 14px; line-height: 1.75; margin-bottom: 16px; }
.team-office-stat { display: flex; gap: 24px; flex-wrap: wrap; }
.tos-num { font-size: 1.8rem; font-weight: 900; color: #0d9488; display: block; }
.tos-lbl { font-size: 14px; color: #64748b; }
.team-office-img {
    background: linear-gradient(135deg, #0f172a, #134e4a);
    border-radius: 12px;
    height: 220px;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.15);
    font-size: 80px;
}
.team-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.team-value-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}
.team-value-card i { font-size: 28px; color: #0d9488; margin-bottom: 12px; display: block; }
.team-value-card h4 { font-size: 14px; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.team-value-card p { font-size: 14px; color: #64748b; margin: 0; }
.exec-summary {
    background: #f0fdfa;
    border-left: 4px solid #0d9488;
    border-radius: 0 12px 12px 0;
    padding: 20px 28px;
    max-width: 860px;
    margin: 0 auto 40px;
    font-size: 14px;
    color: #134e4a;
    line-height: 1.75;
}
.exec-summary-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0d9488;
    display: block;
    margin-bottom: 6px;
}
@media (max-width: 640px) {
.team-office { grid-template-columns: 1fr; }
}
