/* GENEL */
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    background: #ffffff;
    color: #000;
}

/* ANA ALAN */
.coming-soon {
    min-height: calc(100vh - 30px);
    padding: 40px 15px;
}

/* LOGO */
.logo img {
    max-width: 260px;
}

/* BAŞLIK */
.title {
    font-size: 28px;
    font-weight: 600;
}

/* ADRES */
.address {
    font-size: 18px;
    color: #222;
}

/* TELEFON */
.phones a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.phones a:hover {
    text-decoration: underline;
}

/* WEB */
.website a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

/* SOSYAL */
.social {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social a {
    color: #000;
    font-size: 22px;
}

.social a:hover {
    color: #cfa24d;
}

/* ALT GOLD BAR */
.gold-bar {
    height: 30px;
    background: linear-gradient(90deg, #cfa24d, #e6c36a);
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .title {
        font-size: 22px;
    }

    .phones a {
        display: block;
        margin-bottom: 10px;
    }

    .address {
        font-size: 16px;
    }
}
