/* ==========================================
   Marki Website - Styles
   ========================================== */

/* Variables */
:root {
    --primary: #6C63FF;
    --primary-dark: #5A52D5;
    --text: #333333;
    --text-light: #666666;
    --bg: #FFFFFF;
    --bg-alt: #F8F9FA;
    --border: #E0E0E0;
    --radius: 12px;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
}

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

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 100;
    border-bottom: 1px solid var(--border);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary);
}

/* Hero */
.hero {
    padding: 150px 0 100px;
    text-align: center;
    background: linear-gradient(180deg, #F0EFFF 0%, var(--bg) 100%);
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 40px;
}

.store-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.store-btn img {
    height: 50px;
    transition: transform 0.3s;
}

.store-btn:hover img {
    transform: scale(1.05);
}

/* Features */
.features {
    padding: 100px 0;
    background: var(--bg);
}

.features h2,
.faq h2,
.contact h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
    color: var(--text);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card {
    padding: 30px;
    background: var(--bg-alt);
    border-radius: var(--radius);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: var(--text);
}

.feature-card p {
    color: var(--text-light);
}

/* FAQ */
.faq {
    padding: 100px 0;
    background: var(--bg-alt);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg);
    padding: 25px 30px;
    margin-bottom: 15px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.faq-item h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--text);
}

.faq-item p {
    color: var(--text-light);
}

/* Contact */
.contact {
    padding: 100px 0;
    text-align: center;
    background: var(--bg);
}

.contact > .container > p {
    color: var(--text-light);
    margin-bottom: 30px;
}

.contact-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: var(--primary);
    color: white;
    text-decoration: none;
    border-radius: var(--radius);
    font-weight: 500;
    transition: background 0.3s, transform 0.3s;
}

.contact-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

/* Footer */
.footer {
    padding: 40px 0;
    background: var(--text);
    color: white;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

/* Coming Soon Page */
.coming-soon {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    padding: 40px 20px;
}

.coming-soon-content {
    text-align: center;
    max-width: 600px;
}

.logo-large {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -2px;
    animation: pulse-glow 3s ease-in-out infinite;
}

.logo-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    transform: translateY(0.08em);
}

@keyframes pulse-glow {
    0%, 100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
    }
    50% {
        text-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.3);
        filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.6));
    }
}

.coming-soon-text {
    font-size: 20px;
    font-weight: 400;
    background: linear-gradient(90deg, #ffffff 0%, #666666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.3em;
    text-transform: lowercase;
    margin-top: 45px;
    margin-left: 6em;
}

.dots {
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0%, 20% {
        opacity: 0;
    }
    40%, 100% {
        opacity: 1;
    }
}

.coming-soon h1 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 15px;
}

.tagline {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.features-preview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
}

.features-preview span {
    background: rgba(0, 0, 0, 0.08);
    color: #1a1a1a;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.store-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    opacity: 0.4;
}

.store-badges img {
    height: 45px;
    filter: grayscale(100%) brightness(0.2);
}

.notify-text {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-block;
    padding: 12px 25px;
    background: rgba(0, 0, 0, 0.05);
    color: #1a1a1a;
    text-decoration: none;
    border-radius: var(--radius);
    font-weight: 500;
    transition: background 0.3s, transform 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.social-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none; /* Mobilde hamburger menu eklenebilir */
    }

    .hero {
        padding: 120px 0 80px;
    }

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

    .hero-subtitle {
        font-size: 1rem;
    }

    .features,
    .faq,
    .contact {
        padding: 60px 0;
    }

    .features h2,
    .faq h2,
    .contact h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

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

    .contact-links {
        flex-direction: column;
        align-items: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
    }

    /* Coming Soon Responsive */
    .logo-large {
        font-size: 3rem;
    }

    .coming-soon h1 {
        font-size: 1.8rem;
    }

    .tagline {
        font-size: 1rem;
    }

    .features-preview span {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .store-badges img {
        height: 38px;
    }

    .social-links {
        flex-direction: column;
        align-items: center;
    }
}
