/* Import base styles from index.css */
@import url('index.css');

/* Override body opacity for page load */
body {
    opacity: 1 !important;
}

/* Ensure header is visible */
header {
    position: relative;
    z-index: 1000;
}

/* Override animation classes to ensure visibility */
.animate-on-load {
    opacity: 1 !important;
    transform: none !important;
}

.fade-in {
    opacity: 1 !important;
}

.slide-in-left,
.slide-in-right,
.slide-in-top,
.slide-in-bottom {
    opacity: 1 !important;
    transform: none !important;
}

/* Page-specific overrides and additions - SLEEK MINIMAL */
.page-hero {
    background: linear-gradient(135deg, #ff4824 0%, #ff0b4e 100%);
    color: white;
    padding: 140px 32px 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.page-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.page-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
}

/* Who We Are Section - Minimal */
.who-we-are {
    padding: 100px 32px 60px 32px;
    background-color: transparent;
    max-width: 1000px;
    margin: 0 auto;
}

.who-we-are h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 100%;
    letter-spacing: -0.01em;
}

.who-we-are p {
    font-size: 1.05rem;
    color: #b0b0b0;
    line-height: 1.8;
    max-width: 100%;
    margin-bottom: 0;
}

/* About Content Section - Sleek Minimal */
.about-content {
    padding: 60px 32px 120px 32px;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

.about-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.4;
    pointer-events: none;
}

.zorn-dna-section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.dna-header {
    text-align: center;
    margin-bottom: 5rem;
    opacity: 1 !important;
    transform: none !important;
}

.dna-header h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: #e0e0e0;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    opacity: 1 !important;
    transform: none !important;
}

.highlight-text {
    color: #ff4824;
    font-weight: 800;
    position: relative;
}

.dna-header p {
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.02em;
    opacity: 1 !important;
    transform: none !important;
}

/* DNA Grid Layout - Sleek Minimal */
.dna-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* DNA Cards - Clean and Modern */
.dna-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 2px solid transparent;
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 320px;
    display: flex;
    flex-direction: column;
}

.dna-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ff4824, #ff0b4e);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.dna-card:hover::before {
    transform: scaleX(1);
}

.dna-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 72, 36, 0.2);
    box-shadow: 0 12px 40px rgba(255, 72, 36, 0.15);
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.card-header h3 {
    color: #e0e0e0;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.01em;
}

.card-tag {
    background: linear-gradient(135deg, #ff4824, #ff0b4e);
    color: white;
    padding: 0.35rem 0.9rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dna-card p {
    color: #888;
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Card Glow Effects - Removed for minimal look */
.card-glow {
    display: none;
}

/* Stats Card - Sleek Minimal */
.stats-card,
.stats-fusion {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
}

.stat-display {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    padding: 1rem 0;
}

.stat-display:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-display:last-child {
    margin-bottom: 0;
}

.stat-counter {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ff4824, #ff0b4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

.stat-unit {
    font-size: 0.75rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-left: 0.2rem;
}

.stat-label {
    color: #888;
    font-size: 0.85rem;
    font-weight: 400;
}

.connection-lines {
    display: none; /* Removed for minimal aesthetic */
}

/* Action Strip - Minimal Clean */
.action-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-top: 5rem;
    padding: 3rem 2rem;
    background: rgba(255, 72, 36, 0.03);
    border-top: 1px solid rgba(255, 72, 36, 0.1);
    border-bottom: 1px solid rgba(255, 72, 36, 0.1);
}

.action-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex: 1;
    max-width: 280px;
}

.action-icon {
    font-size: 1.8rem;
    padding: 1rem;
    background: rgba(255, 72, 36, 0.1);
    border: 1px solid rgba(255, 72, 36, 0.2);
    transition: all 0.3s ease;
}

.action-item:hover .action-icon {
    background: rgba(255, 72, 36, 0.15);
    transform: translateY(-3px);
}

.action-text h4 {
    color: #e0e0e0;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.02em;
}

.action-text p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.action-separator {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, transparent, rgba(255, 72, 36, 0.2), transparent);
}

/* Mission & Values Section - Sleek Minimal */
.mission-values {
    padding: 100px 32px;
    background: #0a0a0a;
}

.mission-values h2 {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 4rem;
    color: #e0e0e0;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    background: rgba(255, 255, 255, 0.02);
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 2px solid transparent;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ff4824, #ff0b4e);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 72, 36, 0.2);
    box-shadow: 0 12px 40px rgba(255, 72, 36, 0.1);
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: block;
    opacity: 0.9;
}

.value-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #e0e0e0;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.value-card p {
    color: #888;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Milestones Section - Sleek Minimal */
.milestones-section {
    padding: 120px 32px;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-subtitle {
    color: #ff4824;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-header h2 {
    color: #e0e0e0;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.02em;
}

/* Clean Minimal Milestones */
.milestones-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.milestones-container::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 80px;
    bottom: 80px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 72, 36, 0.3), transparent);
    z-index: 0;
}

.milestone-item {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 5rem;
    padding: 0;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.milestone-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.milestone-item:last-child {
    margin-bottom: 0;
}

.milestone-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff4824, #ff0b4e);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    box-shadow: 0 8px 24px rgba(255, 72, 36, 0.3);
    position: relative;
    flex-shrink: 0;
    z-index: 2;
}

.milestone-number::after {
    display: none; /* Remove for minimal look */
}

.milestone-content {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 2px solid transparent;
    padding: 2.5rem 2.5rem;
    flex: 1;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.milestone-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(180deg, #ff4824, #ff0b4e);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
}

.milestone-item:hover .milestone-content::before {
    transform: scaleY(1);
}

.milestone-item:hover .milestone-content {
    transform: translateX(8px);
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 72, 36, 0.2);
    box-shadow: 0 8px 32px rgba(255, 72, 36, 0.1);
}

.milestone-date {
    display: inline-block;
    background: rgba(255, 72, 36, 0.1);
    color: #ff4824;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 72, 36, 0.2);
}

.milestone-content h3 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.milestone-content p {
    color: #888;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Fade-in Animation */
.fade-in-element {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fade-in-element.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation delay */
.fade-in-element:nth-child(1) { transition-delay: 0.1s; }
.fade-in-element:nth-child(2) { transition-delay: 0.2s; }
.fade-in-element:nth-child(3) { transition-delay: 0.3s; }
.fade-in-element:nth-child(4) { transition-delay: 0.4s; }

/* Responsive Design */
@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 2.5rem;
    }

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

    .about-text {
        order: 2;
    }

    .about-image {
        order: 1;
    }

    .about-text h2 {
        font-size: 2rem;
        text-align: center;
    }

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

    .content-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .info-boxes {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .info-box {
        padding: 2rem;
    }

    /* DNA Section Responsive */
    .dna-header h2 {
        font-size: 2.5rem;
    }

    .dna-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 2rem;
    }
    
    .dna-card {
        height: auto;
        min-height: 280px;
    }

    .philosophy-card,
    .mission-card,
    .vision-card {
        grid-column: 1;
        grid-row: auto;
    }

    .stats-fusion {
        grid-column: 1;
        grid-row: auto;
        order: -1;
        flex-direction: row;
        justify-content: space-around;
        padding: 1.5rem;
    }

    .stat-display {
        margin-bottom: 0;
        flex: 1;
    }

    .connection-lines {
        display: none;
    }

    .action-strip {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .action-separator {
        width: 60px;
        height: 1px;
        transform: rotate(90deg);
    }

    .stat-box {
        padding: 1.2rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .stat-content {
        align-items: center;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-icon {
        font-size: 1.5rem;
        padding: 0.8rem;
        min-width: 45px;
        height: 45px;
    }

    /* Evolution Path Mobile */
    .path-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 1rem;
    }
    
    .evolution-title {
        font-size: 1.4rem;
    }
    
    .evolution-stage {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .stage-icon {
        font-size: 2.5rem;
        width: 70px;
        height: 70px;
    }
    
    .stage-level {
        position: static;
        margin-bottom: 1rem;
    }
    
    .stage-info h3 {
        font-size: 1.1rem;
    }
    
    .stage-info p {
        font-size: 0.85rem;
    }
    
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    .milestone-content h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .page-hero {
        padding: 100px 0 60px;
    }

    .page-hero h1 {
        font-size: 2rem;
    }

    .about-content,
    .mission-values,
    .milestones-section {
        padding: 60px 0;
    }

    .value-card {
        padding: 2rem 1.5rem;
    }

    .info-box {
        padding: 1.5rem;
    }

    .info-box h3 {
        font-size: 1.3rem;
    }

    .stats-sidebar {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .stat-box {
        padding: 1.2rem;
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }

    .stat-content {
        align-items: center;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-icon {
        font-size: 1.5rem;
        padding: 0.7rem;
        min-width: 40px;
        height: 40px;
    }

    .info-box {
        padding: 1.5rem;
    }

    .info-box h3 {
        font-size: 1.3rem;
    }
    
    /* Mobile Milestones */
    .milestones-container::before {
        display: none;
    }
    
    .milestone-item {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        margin-bottom: 40px;
    }
    
    .milestone-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .milestone-number::after {
        width: 70px;
        height: 70px;
    }
    
    .milestone-content {
        padding: 24px 24px;
    }
    
    .milestone-content h3 {
        font-size: 22px;
    }
    
    .milestone-content p {
        font-size: 15px;
        line-height: 1.6;
    }
}

