.fp-horeca-portal,
.fp-horeca-register,
.fp-horeca-form {
    max-width: 480px;
    margin: 0 auto;
}

.fp-horeca-register {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
    box-sizing: border-box;
}

.fp-horeca-form p {
    margin: 0 0 1.1rem;
}

.fp-horeca-form p:last-child {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.fp-horeca-form label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0.4rem;
}

.fp-horeca-form input[type="text"],
.fp-horeca-form input[type="email"],
.fp-horeca-form input[type="password"],
.fp-horeca-form input[type="tel"] {
    width: 100%;
    margin-bottom: 0;
    padding: 0.65rem 0.9rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.fp-horeca-form input[type="text"]:focus,
.fp-horeca-form input[type="email"]:focus,
.fp-horeca-form input[type="password"]:focus,
.fp-horeca-form input[type="tel"]:focus {
    outline: none;
    border-color: #d8b059;
    box-shadow: 0 0 0 3px rgba(216, 176, 89, 0.2);
    background: #fff;
}

.fp-horeca-btn.button {
    display: block;
    width: 100%;
    background: #d8b059;
    color: #fff;
    border-color: #d8b059;
    padding: 0.8rem 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.fp-horeca-btn.button:hover {
    background: #c39c46;
    border-color: #c39c46;
}

.fp-horeca-notice {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.fp-horeca-notice--success {
    background: #e6f4ea;
    border-left: 4px solid #137333;
}

.fp-horeca-notice--error {
    background: #fce8e6;
    border-left: 4px solid #c5221f;
}

.fp-horeca-notice--info {
    background: #e8f0fe;
    border-left: 4px solid #1a73e8;
}
