.ezp-registration-wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 12px;
}

.ezp-registration-form {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe7f3;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
    color: #0f172a;
}

.ezp-registration-hero {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 26px;
}

.ezp-hero-copy {
    padding: 6px 0;
}

.ezp-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ezp-registration-form h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.ezp-registration-intro {
    margin: 0;
    color: #64748b;
    max-width: 640px;
}

.ezp-registration-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.ezp-registration-badges span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.ezp-hero-card {
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    color: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.ezp-hero-card-title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
}

.ezp-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ezp-steps span {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 600;
    color: #f8fafc;
}

.ezp-hero-note {
    margin: 14px 0 0;
    color: rgba(255,255,255,0.85);
    line-height: 1.45;
    font-size: 14px;
}

.ezp-section {
    background: rgba(255,255,255,0.78);
    border: 1px solid #e9eef5;
    border-radius: 16px;
    padding: 18px;
}

.ezp-section + .ezp-section {
    margin-top: 16px;
}

.ezp-section-title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.ezp-section-subtitle {
    margin: 0 0 14px;
    color: #64748b;
    font-size: 14px;
}

.ezp-package-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
    gap: 16px;
    align-items: stretch;
}

.ezp-package-summary-copy {
    min-width: 0;
}

.ezp-package-summary-label {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1d4ed8;
}

.ezp-package-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #334155;
}

.ezp-package-list li {
    line-height: 1.45;
}

.ezp-package-price-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid #bfdbfe;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.ezp-package-price-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1d4ed8;
}

.ezp-package-price-box strong {
    font-size: 28px;
    line-height: 1.1;
    color: #0f172a;
}

.ezp-package-price-box small {
    color: #475569;
    font-size: 13px;
}

.ezp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ezp-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ezp-field-full {
    grid-column: 1 / -1;
}

.ezp-field label {
    font-weight: 700;
    color: #1f2937;
    font-size: 14px;
}

.ezp-field input {
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    background: #fff;
}

.ezp-field input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    outline: none;
    background: #fcfdff;
}

.ezp-field-hint {
    color: #64748b;
    font-size: 12.5px;
}

.ezp-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 16px;
    color: #334155;
    line-height: 1.55;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 14px;
}

.ezp-checkbox input {
    margin-top: 3px;
}

.ezp-legal-links {
    display: inline-block;
    margin-top: 4px;
}

.ezp-legal-links a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.ezp-legal-links a:hover {
    text-decoration: underline;
}

.ezp-submit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: center;
}

.ezp-registration-form button {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ezp-registration-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.28);
}

.ezp-form-note {
    color: #64748b;
    font-size: 13px;
}

.ezp-message {
    border-radius: 14px;
    padding: 13px 15px;
    margin-bottom: 18px;
    font-weight: 600;
}

.ezp-message.is-success {
    background: #ecfdf5;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.ezp-message.is-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

@media (max-width: 768px) {
    .ezp-registration-wrapper {
        padding: 0;
    }

    .ezp-registration-form {
        padding: 18px;
        border-radius: 16px;
    }

    .ezp-registration-hero,
    .ezp-package-summary,
    .ezp-grid {
        grid-template-columns: 1fr;
    }

    .ezp-registration-hero {
        display: flex;
        flex-direction: column;
    }

    .ezp-registration-form h2 {
        font-size: 28px;
    }

    .ezp-submit-row {
        flex-direction: column;
        align-items: stretch;
    }

    .ezp-registration-form button {
        width: 100%;
    }
}
