html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Contenitore principale */
.comingsoon-container {
    min-height: 80vh;
    padding: 40px 20px;
    background: linear-gradient(180deg, #FEFFE7 0%, #FFF 100%);
}

/* Titolo fashion */
.comingsoon-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #B00020; /* Rosso Prada */
    letter-spacing: 1px;
}

/* Sottotitolo */
.comingsoon-subtitle {
    font-size: 1.2rem;
    color: #444;
}

/* Input */
.comingsoon-input {
    max-width: 320px;
    margin: 0 auto;
    border-radius: 8px;
    border: 2px solid #B00020;
}


/* Bottone fashion */
.comingsoon-btn {
    background-color: #B00020;
    color: #FEFFE7;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.2s ease;
}

    .comingsoon-btn:hover {
        background-color: #8A001A;
        color: white;
    }

/* Grazie */
.comingsoon-thanks {
    color: #777;
    font-size: 0.9rem;
}

/* Logo */
.comingsoon-logo {
    max-width: 140px !important;
    width: 140px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 8px auto !important;
}


@media (max-width: 480px) {
    .comingsoon-logo {
        width: 90px !important;
        margin-bottom: 4px !important;
    }
}
