.glass-nav {
    padding-left: 0 !important;
    overflow: visible !important;
}

.glass-nav .max-w-7xl {
    padding-left: 0 !important;
    overflow: visible !important;
}

.nav-logo-trapezoid {
    align-items: center;
    background-color: #ffffff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
    display: flex;
    height: 100%;
    padding-left: 2rem;
    padding-right: 3.5rem;
}

.about-hero {
    background:
        linear-gradient(90deg, rgba(7, 11, 19, 0.78), rgba(15, 143, 148, 0.62)),
        url("../../ui/frontend/images/team/team.png") center 28% / cover no-repeat;
}

.about-hero-overlay {
    background:
        radial-gradient(circle at 18% 22%, rgba(42, 187, 199, 0.28), transparent 30%),
        linear-gradient(180deg, rgba(7, 11, 19, 0.1), rgba(7, 11, 19, 0.78));
}

.about-glow {
    border-radius: 9999px;
    filter: blur(120px);
    pointer-events: none;
    position: absolute;
}

.about-glow-a {
    background: rgba(42, 187, 199, 0.12);
    height: 420px;
    right: -120px;
    top: 80px;
    width: 420px;
}

.about-glow-b {
    background: rgba(230, 145, 34, 0.1);
    bottom: 10%;
    height: 440px;
    left: -130px;
    width: 440px;
}

.about-image-frame {
    aspect-ratio: 4 / 3;
    background: #ffffff;
    border: 1px solid rgba(15, 143, 148, 0.1);
    border-radius: 2rem;
    box-shadow: 0 28px 60px -30px rgba(7, 11, 19, 0.35);
    overflow: hidden;
    position: relative;
}

.about-image-frame::after {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 1.5rem;
    content: "";
    inset: 14px;
    pointer-events: none;
    position: absolute;
}

.about-stat {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 143, 148, 0.09);
    border-radius: 1.5rem;
    box-shadow: 0 16px 35px -24px rgba(7, 11, 19, 0.35);
    padding: 1.5rem;
}

.about-stat span {
    color: #0F8F94;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.about-stat p {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.55;
}

.profile-card {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 2rem;
    box-shadow: 0 10px 30px -22px rgba(7, 11, 19, 0.45);
    height: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.profile-card:hover {
    border-color: rgba(42, 187, 199, 0.45);
    box-shadow: 0 24px 45px -26px rgba(15, 143, 148, 0.45);
    transform: translateY(-6px);
}

.profile-card img {
    background: #EAF4F5;
    border: 8px solid #ffffff;
    box-shadow: 0 12px 24px -16px rgba(7, 11, 19, 0.45);
    object-fit: cover;
}

.profile-card h3 {
    color: #111827;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.profile-card p {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-word;
}

.founder-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2rem;
    position: relative;
}

.founder-card img {
    border-radius: 1.5rem;
    height: 160px;
    width: 160px;
}

.founder-card a {
    align-items: center;
    background: #0F8F94;
    border-radius: 0.9rem;
    color: #ffffff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
    width: 42px;
}

.founder-card a:hover {
    background: #E69122;
    transform: translateY(-2px);
}

.team-card {
    padding: 1.75rem;
}

.team-card img {
    border-radius: 9999px;
    height: 112px;
    margin-bottom: 1.25rem;
    width: 112px;
}

.team-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
}

.team-card span {
    color: #0F8F94;
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .nav-logo-trapezoid {
        padding-left: 1.25rem;
        padding-right: 2.75rem;
    }

    .about-hero {
        min-height: 68vh;
    }

    .founder-card,
    .team-card {
        border-radius: 1.5rem;
        padding: 1.5rem;
    }
}
