/* E-belge başvuru formu — premium */
.ebb-hero .ecx-hero-desc {
    max-width: 640px;
}

.ebb-main {
    padding: 36px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.ebb-form-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 28px 28px 32px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.ebb-form-head h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.ebb-form-head p {
    color: #64748b;
    font-size: 0.92rem;
    margin-bottom: 22px;
}

.ebb-field {
    margin-bottom: 16px;
}

.ebb-field label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.ebb-field label i {
    color: #3b82f6;
    margin-right: 6px;
    width: 14px;
}

.ebb-input {
    width: 100%;
    height: 46px;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 0.92rem;
    color: #0f172a;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ebb-textarea {
    height: auto;
    padding: 12px 14px;
    resize: vertical;
    min-height: 110px;
}

.ebb-input:focus {
    outline: none;
    border-color: #3b82f6;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.ebb-input.input-validation-error {
    border-color: #ef4444;
    background: #fff5f5;
}

.ebb-error {
    display: block;
    color: #ef4444;
    font-size: 0.78rem;
    margin-top: 4px;
}

.ebb-submit {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
    transition: transform 0.15s, box-shadow 0.15s;
}

.ebb-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.32);
}

.ebb-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.ebb-success {
    text-align: center;
    padding: 40px 20px;
}

.ebb-success i {
    font-size: 3rem;
    color: #22c55e;
    margin-bottom: 12px;
}

.ebb-success h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.ebb-success p {
    color: #64748b;
    margin-bottom: 20px;
}

.ebb-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.ebb-aside-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ebb-aside-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.ebb-quick-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ebb-quick-links li + li {
    margin-top: 8px;
}

.ebb-quick-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    text-decoration: none;
    font-size: 0.88rem;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
}

.ebb-quick-links a:hover {
    background: #eff6ff;
    color: #1d4ed8;
}

.ebb-quick-links i {
    color: #3b82f6;
    width: 18px;
    text-align: center;
}

.ebb-aside-contact {
    display: grid;
    gap: 10px;
}

.ebb-wa,
.ebb-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.ebb-wa {
    background: #25d366;
    color: #fff;
}

.ebb-call {
    background: #0f172a;
    color: #fff;
}

@media (max-width: 991px) {
    .ebb-aside {
        margin-top: 24px;
    }
}
