* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -app    buddhika/Documents/www.keabird.com/keabird-website/htmlsite/html/css/styles.css
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                    url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
        min-height: 100vh;
        color: white;
        display: flex;
        flex-direction: column;
    }
    
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    header {
        padding: 20px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.3);
    }
    
    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logo {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    
    .cta-button {
        background: #3366FF;
        color: white;
        padding: 12px 30px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 600;
        transition: background 0.3s;
        display: inline-block;
    }
    
    .cta-button:hover {
        background: #2952CC;
    }
    
    .hero {
        padding: 120px 20px 80px;
        text-align: left;
        flex: 1;
    }
    
    h1 {
        font-size: 72px;
        font-weight: bold;
        margin-bottom: 20px;
        letter-spacing: 2px;
        color: white;
    }
    
    .subtitle {
        font-size: 20px;
        margin-bottom: 60px;
        max-width: 800px;
        line-height: 1.6;
        opacity: 0.9;
        color: white;
    }
    
    .countdown {
        display: flex;
        gap: 60px;
        background: rgba(30, 35, 45, 0.9);
        padding: 40px 60px;
        border-radius: 10px;
        max-width: fit-content;
    }
    
    .time-unit {
        text-align: center;
    }
    
    .number {
        font-size: 80px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px;
        color: white;
    }
    
    .label {
        font-size: 18px;
        opacity: 0.8;
        color: white;
    }
    
    footer {
        padding: 30px 0;
        background: rgba(0, 0, 0, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    footer .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .social-links {
        display: flex;
        gap: 20px;
    }
    
    .linkedin-link {
        display: flex;
        align-items: center;
        gap: 10px;
        color: white;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 5px;
        transition: background 0.3s, color 0.3s;
    }
    
    .linkedin-link:hover {
        background: rgba(10, 102, 194, 0.2);
        color: #0A66C2;
    }
    
    .linkedin-link svg {
        width: 24px;
        height: 24px;
    }
    
    .copyright {
        font-size: 14px;
        opacity: 0.7;
        color: white;
    }
    
    @media (max-width: 768px) {
        h1 {
            font-size: 48px;
        }
        
        .subtitle {
            font-size: 18px;
        }
        
        .countdown {
            gap: 30px;
            padding: 30px 40px;
            flex-wrap: wrap;
        }
        
        .number {
            font-size: 50px;
        }
        
        .label {
            font-size: 14px;
        }
    }
    
    @media (max-width: 480px) {
        header .container {
            flex-direction: row;
            gap: 15px;
        }
        
        .logo {
            font-size: 18px;
        }
        
        .cta-button {
            padding: 10px 20px;
            font-size: 14px;
        }
        
        h1 {
            font-size: 36px;
        }
        
        .countdown {
            gap: 20px;
            padding: 20px 30px;
        }
        
        .number {
            font-size: 40px;
        }
        
        .linkedin-link {
            font-size: 14px;
            padding: 8px 15px;
        }
    }le-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    min-height: 100vh;
    color: white;
}

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

header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.cta-button {
    background: #3366FF;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s;
    display: inline-block;
}

.cta-button:hover {
    background: #2952CC;
}

.hero {
    padding: 120px 20px 80px;
    text-align: left;
}

h1 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: white;
}

.subtitle {
    font-size: 20px;
    margin-bottom: 60px;
    max-width: 800px;
    line-height: 1.6;
    opacity: 0.9;
    color: white;
}

.countdown {
    display: flex;
    gap: 60px;
    background: rgba(30, 35, 45, 0.9);
    padding: 40px 60px;
    border-radius: 10px;
    max-width: fit-content;
}

.time-unit {
    text-align: center;
}

.number {
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    color: white;
}

.label {
    font-size: 18px;
    opacity: 0.8;
    color: white;
}

@media (max-width: 768px) {
    h1 {
        font-size: 48px;
    }
    
    .subtitle {
        font-size: 18px;
    }
    
    .countdown {
        gap: 30px;
        padding: 30px 40px;
        flex-wrap: wrap;
    }
    
    .number {
        font-size: 50px;
    }
    
    .label {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    header .container {
        flex-direction: row;
        gap: 15px;
    }
    
    .logo {
        font-size: 18px;
    }
    
    .cta-button {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    h1 {
        font-size: 36px;
    }
    
    .countdown {
        gap: 20px;
        padding: 20px 30px;
    }
    
    .number {
        font-size: 40px;
    }
}