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

body {
    font-family: 'BricolageGrotesque', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
    color: #2D3436;
    background: linear-gradient(135deg, #FFF5F3 0%, #FFE8E3 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

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

/* Header */
header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 182, 193, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

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

.logo {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo img {
    height: 96px;
    width: auto;
    margin-top: -15px;    
    margin-bottom: -15px;
    transition: transform 0.3s ease;
}

.logo:hover img {
    transform: rotate(10deg);
}

.logo-text {
    font-family: 'BricolageGrotesque', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2D3436;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

.logo:hover .logo-text {
    color: #F4A9A8;
}

.app-store-button {
    transition: transform 0.2s ease;
}

.app-store-button:hover {
    transform: scale(1.05);
}

/* Main Content */
main {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #2D3436;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 18px;
    color: #636E72;
    margin-bottom: 32px;
    line-height: 1.7;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #F8C6C4 0%, #F4A9A8 100%);
    color: #2A2A2A;
    padding: 18px 36px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.3px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 4px 16px rgba(244, 169, 168, 0.3),
        0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 8px 30px rgba(244, 169, 168, 0.4),
        0 3px 8px rgba(0, 0, 0, 0.1);
}

.cta-button:active {
    transform: translateY(-1px) scale(1.01);
    transition: all 0.1s ease;
}

.hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.phone-back {
    position: absolute;
    width: 350px;
    height: auto;
    transform: rotate(-5deg) translateX(-150px) translateY(-25px);
    z-index: 1;
}

.phone-front {
    position: absolute;
    width: 300px;
    height: auto;
    transform: rotate(3deg) translateX(120px) translateY(20px);
    z-index: 2;
    /* Removed box-shadow for transparent images */
}

/* Footer */
footer {
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 182, 193, 0.2);
    padding: 40px 0;
}

.footer-content {
    text-align: center;
}

.footer-links {
    margin-bottom: 16px;
}

.footer-links a {
    color: #636E72;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #FF6B9D;
}

.separator {
    color: #B2BEC3;
    margin: 0 16px;
}

.footer-copyright {
    color: #B2BEC3;
    font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header-content {
        padding: 15px 0;
    }
    
    .logo {
        gap: 8px;
    }
    
    .logo img {
        height: 60px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
    
    .logo-text {
        font-size: 20px;
    }
    
    .app-store-button img {
        height: 40px;
    }
    
    .hero {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .hero-image {
        order: -1;
    }
    
    .hero-image {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    
    .phone-back, .phone-front {
        position: relative;
        transform: none;
        width: 280px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .phone-back {
        transform: translateX(0) translateY(0);
    }
    
    .phone-front {
        transform: translateX(0) translateY(0);
    }
    
    main {
        padding: 100px 0 60px;
    }
    
    .cta-button {
        font-size: 16px;
        padding: 14px 28px;
    }
}