.about-page {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 80vh;
    padding: 60px 0;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.about-hero {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.about-photo {
    position: relative;
}

.about-photo-frame {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.about-photo-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(155, 89, 182, 0.2), rgba(52, 152, 219, 0.2));
    z-index: 1;
    pointer-events: none;
}

.about-photo-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.about-intro {
    padding-left: 20px;
}

.about-greeting {
    font-size: 1.125rem;
    color: #6c757d;
    margin-bottom: 8px;
}

.about-name {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin-bottom: 16px;
}

.about-tagline {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.4;
}

.about-bio {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 32px;
}

.about-social {
    display: flex;
    gap: 12px;
}

.about-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transition: all 0.3s ease;
}

.about-social-link:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

/* Experience Cards */
.experience-section {
    margin-bottom: 60px;
}

.section-heading {
    font-family: var(--font-display);
    font-size: 2.25rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 40px;
    position: relative;
    padding-left: 24px;
}

.section-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 3px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.experience-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.experience-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.experience-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 32px;
    margin-bottom: 20px;
}

.card-icon.purple { background: linear-gradient(135deg, #a8c0ff, #3f2b96); }
.card-icon.orange { background: linear-gradient(135deg, #fbc2eb, #a6c1ee); }
.card-icon.green { background: linear-gradient(135deg, #84fab0, #8fd3f4); }
.card-icon.pink { background: linear-gradient(135deg, #ffecd2, #fcb69f); }
.card-icon.blue { background: linear-gradient(135deg, #89f7fe, #66a6ff); }
.card-icon.teal { background: linear-gradient(135deg, #43e97b, #38f9d7); }
.card-icon.canal-meteo {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.35);
}

/* Featured card (Canal Meteo TV) — visually elevated */
.experience-card--featured {
    background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 100%);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.18);
}

.experience-card--featured::before {
    height: 6px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
}

.experience-card--featured:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.28);
}

.experience-card--featured .card-title {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.35);
}

.card-title {
    font-family: var(--font-display);
    font-size: 1.375rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
}

.card-description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6c757d;
    margin: 0;
}

/* Awards */
.awards-section {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    margin-bottom: 60px;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.award-item {
    text-align: center;
    padding: 24px;
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.award-item:hover {
    transform: scale(1.05);
}

.award-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.award-number {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 800;
    color: #2c3e50;
    line-height: 1;
}

.award-label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Current Work */
.current-work {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 50px;
    color: white;
    text-align: center;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
}

.current-work h2 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.current-work p {
    font-size: 1.125rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 32px;
    opacity: 0.95;
}

.current-work-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: white;
    color: #667eea;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.0625rem;
    transition: all 0.3s ease;
}

.current-work-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255,255,255,0.3);
}

/* Company Info Section */
.company-info-section {
    background: white;
    border-radius: 20px;
    padding: 50px;
    margin-top: 60px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.company-info-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 30px;
}

.company-info-content p {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 20px;
}

.company-contact-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    padding: 32px;
    border-left: 4px solid #667eea;
}

.company-contact-card h3 {
    font-family: var(--font-display);
    font-size: 1.375rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.company-contact-card p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 16px;
}

.company-contact-card p:last-child {
    margin-bottom: 0;
}

.company-contact-card a {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.company-contact-card a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .about-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 30px;
    }
    
    .about-photo-frame {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .about-intro {
        padding-left: 0;
        text-align: center;
    }
    
    .about-social {
        justify-content: center;
    }
    
    .about-name {
        font-size: 2.25rem;
    }
    
    .about-tagline {
        font-size: 1.25rem;
    }
    
    .section-heading {
        font-size: 1.875rem;
    }

    .company-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .company-info-section {
        padding: 40px 30px;
    }
}

@media (max-width: 640px) {
    .about-page {
        padding: 30px 0;
    }
    
    .about-hero,
    .awards-section,
    .current-work,
    .company-info-section {
        padding: 30px 20px;
    }
    
    .about-name {
        font-size: 2rem;
    }
    
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .company-contact-card {
        padding: 24px;
    }
}
