/* Logo Promptchan AI */
.promptchan-logo {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    box-shadow: none !important;
}

/* Bouton Start Now */
.start-now-btn {
    display: inline-block;
    padding: 18px 45px;
    font-size: 22px;
    font-weight: bold;
    color: #fff !important;
    background: #ff4d6d;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(255, 77, 109, 0.7);
}

.start-now-btn:hover {
    background: #e63b5c;
    box-shadow: 0 0 35px rgba(255, 77, 109, 0.9);
}

/* Sécurité états du bouton */
.start-now-btn:visited,
.start-now-btn:active,
.start-now-btn:focus {
    color: #fff !important;
    text-decoration: none;
}

/* Image avec halo */
.halo-red {
    max-width: 380px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 24px;
    box-shadow: 0 0 100px rgba(255, 77, 109, 0.7);
}

/* Responsive mobile */
@media (max-width: 768px) {
    h1 {
        font-size: 42px !important;
    }

    .start-now-btn {
        font-size: 18px;
        padding: 14px 32px;
    }

    .halo-red {
        max-width: 280px;
    }
}
.hero-wrapper {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
}

.hero-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.hero-image {
    margin-top: 60px;
}

h1 {
    font-size: 64px;
    font-weight: 800;
    margin: 30px 0 10px;
    color: #000;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
