
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    color: #222;
    text-align: center;
}

.wrapper {
    max-width: 900px;
    margin: auto;
    padding: 0px 20px;
}

.logo {
    max-width: 180px;
}

h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.subtitle {
    color: #555;
    margin-bottom: 30px;
}

.card {
    background: #ffffff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.map-container {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

footer {
    margin-top: 40px;
    font-size: 13px;
    color: #777;
}

.coming-soon {
    background: #c91818;
    border: 0px solid #000;
    border-radius: 14px;
    padding: 40px 25px;
    margin-bottom: 25px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.coming-soon h1 {
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.coming-soon p {
    font-size: 18px;
    max-width: 500px;
    margin: auto;
    line-height: 1.6;
}

@media (min-width: 768px) {
    iframe { height: 400px; }

    .coming-soon {
        padding: 20px 20px;
    }

    .coming-soon h1 {
        font-size: 24px;
    }

    .coming-soon p {
        font-size: 16px;
    }

}
