/* ============ IBPH NOMINATE STYLES ============ */

.ibph-nominate-page { max-width: 800px; margin: 0 auto; font-family: 'Inter', Arial, sans-serif; color: #1a1a2e; }

.ibph-nom-hero { background: linear-gradient(160deg, #14141f 0%, #1f1f30 100%); color: #fff; padding: 70px 40px; text-align: center; }
.ibph-nom-headline { font-family: 'Bebas Neue', sans-serif; font-size: 48px; font-weight: 400; margin: 0 0 12px 0; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
.ibph-nom-sub { font-size: 17px; color: #b8b8c8; font-style: italic; margin: 0; }

.ibph-nom-intro { padding: 40px 40px 0; }
.ibph-nom-intro p { font-size: 15px; line-height: 1.75; color: #333; margin-bottom: 14px; }

.ibph-nom-criteria-summary { background: #f5f3ee; border-left: 4px solid #c9a85c; padding: 20px 24px; margin-top: 20px; border-radius: 0 6px 6px 0; }
.ibph-nom-criteria-summary h3 { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 12px 0; color: #14141f; }
.ibph-nom-criteria-summary ul { list-style: none; padding: 0; margin: 0; }
.ibph-nom-criteria-summary li { font-size: 14px; color: #333; padding: 5px 0 5px 20px; position: relative; }
.ibph-nom-criteria-summary li::before { content: "✓"; position: absolute; left: 0; color: #2a7a2a; font-weight: 900; }

.ibph-nom-success { background: #14141f; color: #fff; padding: 48px 40px; text-align: center; margin: 32px 40px; border-radius: 8px; border: 1px solid rgba(201,168,92,0.3); }
.ibph-nom-success h2 { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: #c9a85c; margin: 0 0 12px 0; text-transform: uppercase; letter-spacing: 1px; }
.ibph-nom-success p { font-size: 16px; color: #b8b8c8; margin: 0; }

.ibph-nom-form { padding: 32px 40px 48px; }

.ibph-nom-section-label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: #888; margin: 28px 0 16px; border-bottom: 1px solid #eee; padding-bottom: 8px; }
.ibph-nom-section-label:first-child { margin-top: 0; }

.ibph-nom-field { margin-bottom: 18px; }
.ibph-nom-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.ibph-nom-field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: #1a1a2e; }
.required { color: #b02a2a; }

.ibph-nom-field input[type="text"],
.ibph-nom-field input[type="email"],
.ibph-nom-field input[type="url"],
.ibph-nom-field select,
.ibph-nom-field textarea {
    width: 100%;
    padding: 11px 14px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Inter', Arial, sans-serif;
    color: #1a1a2e;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.ibph-nom-field input:focus,
.ibph-nom-field select:focus,
.ibph-nom-field textarea:focus {
    outline: none;
    border-color: #14141f;
    box-shadow: 0 0 0 3px rgba(20,20,31,0.08);
}

.ibph-nom-field textarea { resize: vertical; min-height: 100px; }

.ibph-nom-disclaimer { background: #f5f3ee; border-radius: 6px; padding: 16px 20px; margin: 24px 0; }
.ibph-nom-disclaimer p { font-size: 12px; color: #777; font-style: italic; line-height: 1.5; margin: 0; }

.ibph-nom-submit {
    background: #14141f;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    font-family: 'Inter', Arial, sans-serif;
}

.ibph-nom-submit:hover {
    background: #b02a2a;
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    .ibph-nom-hero { padding: 50px 20px; }
    .ibph-nom-headline { font-size: 32px; }
    .ibph-nom-intro, .ibph-nom-form { padding-left: 20px; padding-right: 20px; }
    .ibph-nom-field-row { grid-template-columns: 1fr; }
    .ibph-nom-success { margin: 24px 20px; padding: 36px 24px; }
}
