/* =========================================================
   ISTSE Coordinator Registration Form
========================================================= */
.coordinator-registration-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #fffdf8 0%, #fff9eb 100%);
}

.coordinator-reg-hero {
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 28%),
        linear-gradient(135deg, var(--istse-maroon-dark), var(--istse-maroon));
    padding: 72px 0 64px;
}

.coordinator-reg-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--istse-gold-light);
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(212, 175, 55, 0.36);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 0.84rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.coordinator-reg-hero h1 {
    color: #ffffff;
    font-size: clamp(2.2rem, 4.4vw, 4rem);
    line-height: 1.08;
    font-weight: 950;
    margin-bottom: 16px;
}

.coordinator-reg-hero p {
    color: rgba(255, 249, 235, 0.88);
    font-size: 1.12rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.coordinator-reg-hero-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(212, 175, 55, 0.42);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.20);
}

.coordinator-reg-hero-card i {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--istse-gold-soft);
    color: var(--istse-maroon);
    font-size: 1.55rem;
    flex: 0 0 auto;
}

.coordinator-reg-hero-card strong,
.coordinator-reg-hero-card span {
    display: block;
}

.coordinator-reg-hero-card strong {
    color: var(--istse-maroon-dark);
    font-weight: 950;
    margin-bottom: 4px;
}

.coordinator-reg-hero-card span {
    color: #5F6B80;
    line-height: 1.45;
    font-weight: 800;
}

.coordinator-reg-shell {
    padding: 60px 0;
}

.coordinator-reg-info-card,
.coordinator-reg-card {
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.34);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(63, 13, 14, 0.08);
}

.coordinator-reg-info-card {
    top: 110px;
    padding: 28px;
}

.coordinator-reg-info-card h2 {
    color: var(--istse-maroon-dark);
    font-size: 1.55rem;
    font-weight: 950;
    line-height: 1.18;
    margin-bottom: 18px;
}

.coordinator-reg-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.coordinator-reg-check-list li {
    position: relative;
    padding-left: 30px;
    color: #5F6B80;
    line-height: 1.55;
    margin-bottom: 12px;
    font-weight: 750;
}

.coordinator-reg-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--istse-success);
    font-weight: 950;
}

.coordinator-reg-note-box {
    padding: 18px;
    border-radius: 18px;
    background: var(--istse-gold-soft);
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.coordinator-reg-note-box span,
.coordinator-reg-note-box strong {
    display: block;
}

.coordinator-reg-note-box span {
    color: #5F6B80;
    font-weight: 850;
    font-size: 0.88rem;
    margin-bottom: 4px;
}

.coordinator-reg-note-box strong {
    color: var(--istse-maroon-dark);
    font-weight: 950;
}

.coordinator-reg-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
}

.coordinator-reg-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.coordinator-reg-eyebrow {
    color: var(--istse-maroon);
    font-size: 0.84rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.coordinator-reg-card h2 {
    color: var(--istse-maroon-dark);
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    font-weight: 950;
    line-height: 1.1;
}

.coordinator-reg-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--istse-maroon-dark);
    background: var(--istse-gold-soft);
    border: 1px solid rgba(212, 175, 55, 0.42);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 0.88rem;
    font-weight: 950;
    white-space: nowrap;
}

.coordinator-reg-message-box {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff9eb;
    border: 1px solid rgba(212, 175, 55, 0.36);
}

.coordinator-reg-message-box i {
    color: var(--istse-maroon);
    font-size: 1.25rem;
    margin-top: 2px;
}

.coordinator-reg-message-box strong,
.coordinator-reg-message-box span {
    display: block;
}

.coordinator-reg-message-box strong {
    color: var(--istse-maroon-dark);
    font-weight: 950;
    margin-bottom: 3px;
}

.coordinator-reg-message-box span {
    color: #5F6B80;
    line-height: 1.45;
}

.coordinator-reg-alert {
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-weight: 800;
}

.coordinator-reg-alert.is-error {
    color: #7f1d1d;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.coordinator-reg-alert.is-success {
    color: #14532d;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.coordinator-reg-card .form-label {
    color: var(--istse-maroon-dark);
    font-weight: 850;
    margin-bottom: 7px;
}

.coordinator-reg-card .form-control,
.coordinator-reg-card .form-select {
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid rgba(107, 23, 25, 0.16);
    color: var(--istse-text);
    background-color: #fffdf8;
    font-weight: 650;
}

.coordinator-reg-card textarea.form-control {
    min-height: 140px;
}

.coordinator-reg-card .form-control:focus,
.coordinator-reg-card .form-select:focus {
    border-color: var(--istse-gold);
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.18);
    background-color: #ffffff;
}

.coordinator-reg-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.coordinator-reg-actions .btn {
    min-width: 190px;
    border-radius: 14px;
    padding: 14px 24px;
    font-weight: 950;
}

.coordinator-reg-processing {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #fff9eb;
    border: 1px solid rgba(212, 175, 55, 0.36);
    color: var(--istse-maroon-dark);
}

.coordinator-reg-success {
    text-align: center;
    padding: 34px 22px 18px;
}

.coordinator-reg-success-icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: var(--istse-success);
    font-size: 2.4rem;
    margin-bottom: 24px;
}

.coordinator-reg-success h3 {
    color: var(--istse-maroon-dark);
    font-size: 2rem;
    font-weight: 950;
    margin-bottom: 12px;
}

.coordinator-reg-success p {
    color: #5F6B80;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.coordinator-reg-success-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.coordinator-reg-success-actions .btn {
    border-radius: 999px;
    font-weight: 900;
    padding: 12px 22px;
}

.coordinator-registration-embedded {
    background: #fffdf8;
}

.coordinator-registration-embedded .js-standalone-only {
    display: none !important;
}

    .coordinator-registration-embedded .coordinator-reg-shell {
        padding: 0;
        margin: 0px;
    }

.coordinator-registration-embedded .coordinator-reg-shell .container {
    max-width: 920px;
}

.coordinator-registration-embedded .coordinator-reg-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin:0px;
}

@media (max-width: 767.98px) {
    .coordinator-reg-hero {
        padding: 52px 0 46px;
    }

    .coordinator-reg-shell {
        padding: 32px 0;
    }

    .coordinator-reg-shell .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .coordinator-reg-card,
    .coordinator-registration-embedded .coordinator-reg-card {
        padding: 24px 18px 28px;
        border-radius: 20px;
    }

    .coordinator-reg-card-header {
        flex-direction: column;
    }

    .coordinator-reg-pill {
        white-space: normal;
    }

    .coordinator-reg-actions .btn,
    .coordinator-reg-success-actions .btn {
        width: 100%;
    }
}
