/*
Theme Name: Falco Connect Coming Soon (Fixed)
Theme URI: https://example.com/falco-connect
Author: ChatGPT
Description: Custom Coming Soon theme for Falco Connect (fixed index.php)
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: falco-connect-coming-soon-fixed
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.coming-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(to bottom right, #fbd0d5, #ffffff);
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.coming-wrapper img {
    max-width: 280px;
    height: auto;
    margin-bottom: 20px;
}

h1.coming-soon {
    font-size: 80px;
    font-weight: 800;
    background: linear-gradient(to right, #c0392b, #2c3e50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    line-height: 1.1;
}

p.slogan {
    font-size: 22px;
    font-weight: 500;
    color: #c0392b;
    margin-top: 10px;
}

.footer-address {
    margin-top: 30px;
    font-size: 14px;
    color: #555;
}
.footer-address a {
    color: #c0392b;
    text-decoration: none;
}
.footer-address a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    h1.coming-soon { font-size: 48px; }
    .coming-wrapper img { max-width: 200px; }
}
