@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&family=DM+Sans:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.about-page {
    font-family: 'DM Sans', sans-serif;
    color: #0F172A;
    background: #FFFFFF;
    overflow-x: hidden;
}

/* ========== HERO SECTION ========== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    animation: subtleZoom 20s ease-in-out infinite alternate;
}

@keyframes subtleZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 26, 77, 0.1) 0%, rgba(0, 26, 77, 0.5) 60%, rgba(0, 26, 77, 0.95) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
}

.tagline-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    animation: fadeInUp 1.2s ease-out;
}

.tagline-word {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(4rem, 12vw, 10rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin: 0;
}

.tagline-word.connect {
    color: #FFFFFF;
    text-shadow: 4px 4px 0 rgba(0, 85, 255, 0.4);
    animation: slideInLeft 0.8s ease-out;
}

.tagline-word.consult {
    color: transparent;
    -webkit-text-stroke: 3px #FFFFFF;
    text-stroke: 3px #FFFFFF;
    margin-left: 4rem;
    animation: slideInLeft 1s ease-out;
}

.tagline-word.care {
    color: #0055FF;
    text-shadow: 0 0 40px rgba(0, 85, 255, 0.6);
    margin-left: 8rem;
    animation: slideInLeft 1.2s ease-out;
}

.about-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 2.5rem;
    max-width: 600px;
    align-self: flex-end;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 1.5s ease-out 0.5s both;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 85, 255, 0.4);
}

.card-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0055FF, #3B82F6);
    color: #FFFFFF;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.about-card h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #001A4D;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 1rem;
}

.about-card strong {
    color: #0055FF;
    font-weight: 700;
}

.mission-statement {
    color: #001A4D;
    font-weight: 600;
    font-style: italic;
    border-left: 4px solid #0055FF;
    padding-left: 1.5rem;
    margin-top: 1.5rem;
}

/* ========== LEADERSHIP SECTION ========== */
.leadership-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
}

.section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.section-header {
    text-align: center;
    margin-bottom: 5rem;
    animation: fadeInUp 0.8s ease-out;
}

.section-badge {
    display: inline-block;
    color: #0055FF;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-header h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: #001A4D;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.section-header p {
    font-size: 1.25rem;
    color: #64748B;
    max-width: 600px;
    margin: 0 auto;
}

.leaders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.leader-card {
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    animation: fadeInUp 0.6s ease-out both;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.leader-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 85, 255, 0.15);
    border-color: #0055FF;
}

.leader-card.featured {
    grid-column: span 2;
}

.leader-image-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.leader-card.featured .leader-image-wrapper {
    height: 450px;
}

.leader-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s ease;
    filter: grayscale(0%);
}

.leader-card:hover .leader-image {
    transform: scale(1.08);
    filter: grayscale(0%);
}

.leader-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 26, 77, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.leader-card:hover .leader-overlay {
    opacity: 1;
}

.leader-info {
    padding: 2rem;
}

.leader-info h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #001A4D;
    margin-bottom: 0.5rem;
}

.leader-role {
    color: #0055FF;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.leader-bio {
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ========== PARTNERS SECTION ========== */
.partners-section {
    padding: 8rem 0;
    background: #FFFFFF;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.partner-card {
    background: #F8FAFC;
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    border: 2px solid #E2E8F0;
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
    animation: fadeInUp 0.6s ease-out both;
}

.partner-card:hover {
    transform: translateY(-8px);
    border-color: #0055FF;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(0, 85, 255, 0.1);
}

.partner-logo-wrapper {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.partner-logo {
    max-width: 180px;
    max-height: 100px;
    object-fit: contain;
    filter: grayscale(0%) opacity(0.8);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.partner-card:hover .partner-logo {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

.partner-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #001A4D;
    margin-bottom: 0.5rem;
}

.partner-card p {
    color: #64748B;
    font-size: 0.95rem;
}

/* ========== CONNECT SECTION ========== */
.connect-section {
    padding: 8rem 0;
    background: linear-gradient(135deg, #F0F7FF 0%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
}

.connect-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 85, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: floatBlob 15s ease-in-out infinite;
}

@keyframes floatBlob {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-50px, 50px);
    }
}

.connect-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.connect-info {
    animation: fadeInLeft 0.8s ease-out;
}

.connect-info h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #001A4D;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.connect-description {
    font-size: 1.2rem;
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 3rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    display: flex;
    gap: 1.5rem;
    align-items: start;
}

.contact-icon {
    width: 24px;
    height: 24px;
    color: #0055FF;
    flex-shrink: 0;
    margin-top: 0.25rem;
    font-size: 24px;
}

.contact-item h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #001A4D;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: #64748B;
    line-height: 1.6;
}

.contact-link {
    color: #0055FF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #0044CC;
    text-decoration: underline;
}

.connect-form-wrapper {
    animation: fadeInRight 0.8s ease-out;
}

.connect-form {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem 0;
    border: none;
    border-bottom: 2px solid #E2E8F0;
    background: transparent;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: #0F172A;
    transition: border-color 0.3s ease;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-bottom-color: #0055FF;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #94A3B8;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-button {
    width: 100%;
    padding: 1.25rem 2rem;
    background: linear-gradient(135deg, #0055FF, #3B82F6);
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 85, 255, 0.3);
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 85, 255, 0.4);
    background: linear-gradient(135deg, #0044CC, #2563EB);
}

.submit-button:active {
    transform: translateY(0);
}

.button-icon {
    width: 20px;
    height: 20px;
    font-size: 18px;
}

/* ========== FOOTER ========== */
.footer {
    padding: 4rem 0 2rem;
    background: linear-gradient(135deg, #001A4D, #002B80);
    color: #FFFFFF;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    font-style: italic;
}

.footer-social h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #FFFFFF;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
}

.social-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.social-link.youtube:hover {
    background: #FF0000;
    border-color: #FF0000;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF);
    border-color: #E1306C;
}

.social-link.linkedin:hover {
    background: #0077B5;
    border-color: #0077B5;
}

.social-link.whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.created-by a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: border-color 0.3s ease;
}

.created-by a:hover {
    border-bottom-color: #FFFFFF;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .hero-content {
        padding: 0 2rem;
    }

    .tagline-word.consult {
        margin-left: 2rem;
    }

    .tagline-word.care {
        margin-left: 4rem;
    }

    .about-card {
        align-self: center;
    }

    .connect-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-container {
        padding: 0 1.5rem;
    }

    .hero-content {
        padding: 0 1.5rem;
        align-items: center;
    }

    .tagline-word {
        font-size: clamp(3rem, 10vw, 6rem);
    }

    .tagline-word.consult,
    .tagline-word.care {
        margin-left: 0;
    }

    .about-card {
        padding: 2rem;
    }

    .leaders-grid {
        grid-template-columns: 1fr;
    }

    .leader-card.featured {
        grid-column: span 1;
    }

    .partners-grid {
        grid-template-columns: 1fr;
    }

    .connect-form {
        padding: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
.top-logo {
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 10;
}

.top-logo img {
    height: 300px;
    width: auto;
    object-fit: contain;
}
@media (max-width: 768px) {
    .top-logo img {
        height: 45px;
    }

    .top-logo {
        right: 20px;
        top: 20px;
    }
}