/* ===== ABOUT PAGE ===== */

.about-page {
    background: #f6f1e8;
    color: #141414;
}

/* HERO */
.about-hero {
    min-height: 72vh;
    padding: 140px 7% 80px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 60px;
    background:
        linear-gradient(120deg, rgba(12, 35, 64, 0.92), rgba(12, 35, 64, 0.72)),
        url("/pages/assets/img/about-hero.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.about-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    color: #d8b56d;
    font-weight: 700;
}

.about-hero h1 {
    font-size: clamp(3rem, 7vw, 6.6rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
    margin: 0 0 24px;
    max-width: 850px;
}

.about-hero p {
    max-width: 620px;
    font-size: 1.18rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
}

.about-hero-card {
    background: rgba(255,255,255,0.94);
    color: #111;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.5);
}

.about-hero-card h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
}

.about-hero-card p {
    color: #333;
    font-size: 1rem;
}

/* CONTENT */
.about-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 7%;
}

.about-grid {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 70px;
    align-items: start;
}

.about-sidebar {
    position: sticky;
    top: 110px;
}

.about-sidebar-card {
    background: #111;
    color: #fff;
    padding: 32px;
    border-radius: 24px;
}

.about-sidebar-card h3 {
    margin: 0 0 18px;
    color: #d8b56d;
    font-size: 1.3rem;
}

.about-sidebar-card p {
    margin: 0 0 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.about-contact-card {
    margin-top: 22px;
    background: #fff;
    color: #111;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(20,20,20,0.06);
    box-shadow: 0 20px 60px rgba(22, 32, 50, 0.08);
}

.about-contact-card h3 {
    margin: 0 0 20px;
    color: #0c2340;
    font-size: 1.3rem;
}

.about-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.about-contact-list li {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: center;
}

.contact-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
}

.contact-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0c2340;
    color: #fff;
    flex: 0 0 34px;
}

.contact-logo svg {
    width: 21px;
    height: 21px;
    display: block;
}

.contact-logo path,
.contact-logo rect,
.contact-logo circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-logo text {
    fill: currentColor;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    text-anchor: middle;
}

.contact-logo-skype {
    background: #00aff0;
}

.contact-logo-scholar {
    background: #4285f4;
}

.contact-logo-researchgate {
    background: #00ccbb;
}

.contact-logo-academia {
    background: #111;
}

.contact-logo-mendeley {
    background: #9d162e;
}

.contact-logo-facebook {
    background: #1877f2;
}

.contact-logo-twitter {
    background: #111;
}

.contact-logo-instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.contact-logo-linkedin {
    background: #0a66c2;
}

.about-contact-list strong,
.about-contact-list a strong {
    display: block;
    color: #0c2340;
    font-size: 1rem;
    line-height: 1.2;
}

.about-contact-list a,
.about-contact-list li div span {
    display: block;
    color: #0c2340;
    font-size: 1rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.about-contact-list li div a:hover {
    color: #d8b56d;
}

.about-section {
    background: #fff;
    padding: 42px;
    border-radius: 28px;
    margin-bottom: 28px;
    box-shadow: 0 20px 60px rgba(22, 32, 50, 0.08);
    border: 1px solid rgba(20,20,20,0.06);
}

.about-section h2 {
    font-size: 2rem;
    margin: 0 0 22px;
    letter-spacing: -0.03em;
}

.about-section p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #333;
    margin-bottom: 20px;
}

/* AWARDS */
.awards-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.awards-list li {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #e8e1d5;
    color: #333;
}

.awards-list li strong {
    color: #0c2340;
    font-size: 1.1rem;
}

/* QUOTES */
.quotes-grid {
    display: grid;
    gap: 20px;
}

.quote-card {
    background: #f6f1e8;
    border-left: 6px solid #d8b56d;
    padding: 28px;
    border-radius: 18px;
}

.quote-card p {
    font-size: 1.15rem;
    font-style: italic;
    margin: 0 0 12px;
    color: #151515;
}

.quote-card span {
    font-weight: 800;
    color: #0c2340;
}

/* CONTACT */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.contact-card {
    background: #0c2340;
    color: #fff;
    padding: 28px;
    border-radius: 22px;
}

.contact-card h3 {
    margin: 0 0 12px;
    color: #d8b56d;
}

.contact-card p {
    color: rgba(255,255,255,0.86);
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .about-hero {
        grid-template-columns: 1fr;
        padding-top: 120px;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-sidebar {
        position: static;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .about-section {
        padding: 28px;
    }

    .awards-list li {
        grid-template-columns: 1fr;
    }
}
