/* ABOUT PAGE SPECIFIC STYLES */
/* Place this file in: wp-content/themes/debmedia/css/about-page-styles.css */

/* ========== ABOUT HERO ========== */
.about-hero {
    background: #0A1B4D;
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.hero-blob-1 {
    position: absolute;
    top: -100px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: #D4AF37;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    opacity: 0.08;
}

.hero-blob-2 {
    position: absolute;
    bottom: -80px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: #D4AF37;
    border-radius: 50%;
    opacity: 0.1;
}

.about-hero-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.breadcrumb {
    color: #8B98AD;
    font-size: 14px;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #D4AF37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #F4C430;
}

.breadcrumb span {
    color: #ffffff;
}

.about-hero h1 {
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-subtitle {
    font-size: 20px;
    color: #B8C5D6;
    line-height: 1.7;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.about-stat-item {
    text-align: center;
}

.about-stat-item .stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 10px;
}

.about-stat-item .stat-label {
    font-size: 14px;
    color: #8B98AD;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========== JOURNEY SECTION ========== */
.journey-section {
    background: #F8F9FA;
    padding: 120px 40px;
}

.journey-container {
    max-width: 1000px;
    margin: 0 auto;
}

.timeline {
    position: relative;
    margin-top: 60px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #D4AF37, rgba(212, 175, 55, 0.2));
}

.timeline-item {
    position: relative;
    padding-left: 180px;
    margin-bottom: 60px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    font-size: 24px;
    font-weight: 700;
    color: #D4AF37;
    text-align: right;
    padding-right: 40px;
}

.timeline-year::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: #D4AF37;
    border-radius: 50%;
    border: 3px solid #F8F9FA;
    box-shadow: 0 0 0 3px #D4AF37;
}

.timeline-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #D4AF37;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(10, 27, 77, 0.15);
}

.timeline-content h3 {
    font-size: 22px;
    color: #0A1B4D;
    margin-bottom: 12px;
    font-weight: 700;
}

.timeline-content p {
    font-size: 16px;
    color: #5A6C7D;
    line-height: 1.7;
    margin: 0;
}

/* ========== PHILOSOPHY SECTION ========== */
.philosophy-section {
    background: #0A1B4D;
    padding: 120px 40px;
    position: relative;
    overflow: hidden;
}

.philosophy-blob-1 {
    position: absolute;
    top: -80px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: #D4AF37;
    opacity: 0.05;
    border-radius: 50%;
}

.philosophy-blob-2 {
    position: absolute;
    bottom: -100px;
    right: -120px;
    width: 450px;
    height: 450px;
    background: #D4AF37;
    opacity: 0.05;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.philosophy-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.philosophy-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
}

.philosophy-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-5px);
}

.philosophy-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.philosophy-card h3 {
    font-size: 26px;
    color: #D4AF37;
    margin-bottom: 15px;
    font-weight: 700;
}

.philosophy-card p {
    font-size: 17px;
    color: #B8C5D6;
    line-height: 1.8;
}

.philosophy-card ul {
    list-style: none;
    padding: 0;
}

.philosophy-card ul li {
    font-size: 16px;
    color: #B8C5D6;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.philosophy-card ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #D4AF37;
    font-weight: bold;
}

.philosophy-card ul li strong {
    color: #ffffff;
}

/* ========== WHY DEBMEDIA SECTION (About Page Version) ========== */
.why-debmedia-section {
    background: #F8F9FA;
    padding: 120px 40px;
}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.why-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    border-color: #D4AF37;
    box-shadow: 0 15px 45px rgba(10, 27, 77, 0.15);
}

.why-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.why-card h3 {
    font-size: 22px;
    color: #0A1B4D;
    margin-bottom: 15px;
    font-weight: 700;
}

.why-card p {
    font-size: 16px;
    color: #5A6C7D;
    line-height: 1.8;
}

/* ========== FOUNDER SECTION (About Page Version) ========== */
.founder-section {
    background: #F8F9FA;
    padding: 120px 40px;
    position: relative;
    overflow: hidden;
}

.founder-blob-1 {
    position: absolute;
    top: -100px;
    right: -120px;
    width: 450px;
    height: 450px;
    background: #D4AF37;
    opacity: 0.06;
    border-radius: 50%;
}

.founder-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.founder-content {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 80px;
    align-items: start;
    margin-top: 50px;
}

.founder-image {
    position: relative;
}

.founder-photo {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(10, 27, 77, 0.15);
    position: relative;
    border: 4px solid #D4AF37;
}

.photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0A1B4D 0%, #1a2d5f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.initials {
    font-size: 120px;
    font-weight: 700;
    color: #D4AF37;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.founder-badge {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #D4AF37;
    color: #0A1B4D;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
    white-space: nowrap;
}

.founder-info h3 {
    font-size: 36px;
    color: #0A1B4D;
    margin-bottom: 8px;
    font-weight: 700;
}

.founder-title {
    font-size: 20px;
    color: #D4AF37;
    margin-bottom: 30px;
    font-weight: 600;
}

.founder-bio {
    margin-bottom: 35px;
}

.founder-bio p {
    font-size: 17px;
    color: #5A6C7D;
    line-height: 1.8;
    margin-bottom: 20px;
}

.founder-highlights {
    margin-bottom: 35px;
}

.highlight-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: start;
}

.highlight-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D4AF37 0%, #F4C430 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.highlight-text strong {
    display: block;
    font-size: 18px;
    color: #0A1B4D;
    margin-bottom: 6px;
}

.highlight-text p {
    font-size: 15px;
    color: #5A6C7D;
    line-height: 1.7;
    margin: 0;
}

.founder-approach {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.05));
    border-left: 4px solid #D4AF37;
    padding: 25px;
    border-radius: 12px;
}

.founder-approach h4 {
    font-size: 20px;
    color: #0A1B4D;
    margin-bottom: 12px;
    font-weight: 700;
}

.founder-approach p {
    font-size: 16px;
    color: #5A6C7D;
    line-height: 1.8;
    margin: 0;
}

/* ========== CULTURE SECTION ========== */
.culture-section {
    background: #0A1B4D;
    padding: 120px 40px;
    position: relative;
    overflow: hidden;
}

.culture-blob {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: #D4AF37;
    opacity: 0.05;
    border-radius: 50%;
}

.culture-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.culture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.culture-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    padding: 35px 30px;
    transition: all 0.4s ease;
}

.culture-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 175, 55, 0.5);
    transform: translateY(-5px);
}

.culture-number {
    display: inline-block;
    background: linear-gradient(135deg, #D4AF37 0%, #F4C430 100%);
    color: #0A1B4D;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.culture-card h3 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.culture-card p {
    font-size: 16px;
    color: #B8C5D6;
    line-height: 1.8;
}

/* ========== PROCESS SUMMARY SECTION ========== */
.process-summary-section {
    background: #F8F9FA;
    padding: 120px 40px;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 35px;
}

.process-step {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s ease;
    text-align: center;
}

.process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(10, 27, 77, 0.15);
    border-color: #D4AF37;
}

.step-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.process-step h3 {
    font-size: 20px;
    color: #0A1B4D;
    margin-bottom: 12px;
    font-weight: 700;
}

.process-step p {
    font-size: 15px;
    color: #5A6C7D;
    line-height: 1.7;
}

/* ========== FINAL CTA (About Page) ========== */
.final-cta {
    background: #F8F9FA;
    padding: 100px 40px;
}

.final-cta-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(135deg, #0A1B4D 0%, #1a2d5f 100%);
    padding: 80px 60px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(10, 27, 77, 0.3);
}

.final-cta h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.final-cta p {
    font-size: 19px;
    color: #B8C5D6;
    line-height: 1.7;
    margin-bottom: 40px;
}

.cta-buttons {
    margin-bottom: 35px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-large {
    padding: 20px 50px;
    font-size: 18px;
}

.cta-contact-options {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contact-option {
    font-size: 15px;
    color: #8B98AD;
}

.contact-option strong {
    color: #D4AF37;
    display: block;
    margin-bottom: 5px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .founder-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .founder-image {
        max-width: 350px;
        margin: 0 auto;
    }

    .timeline::before {
        left: 60px;
    }

    .timeline-item {
        padding-left: 140px;
    }

    .timeline-year {
        width: 100px;
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .about-hero-container {
        padding: 0 20px;
    }

    .about-hero h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .about-stat-item .stat-number {
        font-size: 38px;
    }

    .journey-section,
    .philosophy-section,
    .why-debmedia-section,
    .founder-section,
    .culture-section,
    .process-summary-section,
    .final-cta {
        padding: 70px 20px;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 60px;
    }

    .timeline-year {
        position: static;
        width: auto;
        text-align: left;
        padding: 0;
        margin-bottom: 15px;
    }

    .timeline-year::after {
        left: -40px;
    }

    .timeline-content {
        padding: 25px 20px;
    }

    .philosophy-grid,
    .why-grid,
    .culture-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }

    .founder-info h3 {
        font-size: 28px;
    }

    .founder-title {
        font-size: 18px;
    }

    .final-cta-container {
        padding: 50px 30px;
    }

    .final-cta h2 {
        font-size: 28px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-contact-options {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .about-hero h1 {
        font-size: 28px;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
}

/* Philosophy Section - Text Visibility Fix */
.philosophy-section .section-header.light h2 {
    color: #ffffff !important;
}

.philosophy-section .section-header.light .section-subtitle {
    color: #D4AF37 !important;
}

.philosophy-section .section-header.light .section-description {
    color: #B8C5D6 !important;
}