@font-face {
    font-family: "Breul Grotesk A Regular";
    src: url("font/0405abda4cf6df3fdfefae9e75815dc9.eot");
    src: url("font/0405abda4cf6df3fdfefae9e75815dc9.eot?#iefix") format("embedded-opentype"),
        url("font/0405abda4cf6df3fdfefae9e75815dc9.woff") format("woff"),
        url("font/0405abda4cf6df3fdfefafae9e75815dc9.woff2") format("woff2"),
        url("font/0405abda4cf6df3fdfefae9e75815dc9.ttf") format("truetype"),
        url("font/0405abda4cf6df3fdfefae9e75815dc9.svg#Breul Grotesk A Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: "Breul Grotesk A Regular", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 25%, #2d2d2d 50%, #1a1a1a 75%, #000000 100%);
    background-size: 400% 400%;
    animation: gradientShift 8s ease-in-out infinite;
    min-height: 100vh;
    color: #333;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

/* Left side - Content */
.content-section {
    color: white;
}

.logo {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.logo-image {
    width: 300px;
    height: auto;
    object-fit: contain;
}

h1 {
    font-family: "Breul Grotesk A Regular", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.description {
    font-family: "Breul Grotesk A Regular", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.feature {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-family: "Breul Grotesk A Regular", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.feature i {
    width: 24px;
    color: #ffffff;
    font-size: 18px;
}

.coming-soon h3 {
    font-family: "Breul Grotesk A Regular", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 24px;
    margin-bottom: 25px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 1s forwards;
}

.store-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 1.2s forwards;
}

.store-button {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 280px;
}

.store-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.store-button i {
    font-size: 32px;
    color: white;
}

.store-text {
    display: flex;
    flex-direction: column;
}

.store-label {
    font-family: "Breul Grotesk A Regular", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 12px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.store-name {
    font-family: "Breul Grotesk A Regular", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

/* Right side - Phone Mockup */
.phone-section {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

.phone-mockup {
    position: relative;
    width: 70%;
    height: auto;
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    border-radius: 80px;
    padding: 16px;
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.3),
        0 0 0 4px #333,
        inset 0 0 0 4px #444;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    border-radius: 64px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.app-screenshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 48px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
}

.first-screen {
    opacity: 1;
    animation: screenSwitch 4s infinite;
}

.second-screen {
    opacity: 0;
    animation: screenSwitch 4s infinite reverse;
}

@keyframes screenSwitch {
    0%, 50% {
        opacity: 1;
    }
    50.1%, 100% {
        opacity: 0;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .content-section {
        order: 2;
    }
    
    .phone-section {
        order: 1;
    }
    
    h1 {
        font-size: 36px;
    }
    
    .phone-mockup {
        width: 480px;
        height: 960px;
    }
    
    .phone-screen {
        padding: 12px;
    }
    
    .app-screenshot {
        border-radius: 40px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 15px;
    }
    
    h1 {
        font-size: 32px;
    }
    
    .description {
        font-size: 16px;
    }
    
    .phone-mockup {
        width: 400px;
        height: 800px;
    }
    
    .phone-screen {
        padding: 10px;
    }
    
    .app-screenshot {
        border-radius: 36px;
    }
}
