* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Tajawal', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--brand-dark-bg);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

img, video, svg {
    max-width: 100%;
    display: block;
}

a, button {
    font-family: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    background: none;
    border: none;
}

.registration-intro {
    text-align: center;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.section-description {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-top: 10px;
}

.section-title.registration-title {
    margin-bottom: 10px;
}

.footer-copy,
.footer-note {
    color: var(--text-muted);
    text-align: center;
}

.footer-copy {
    font-size: 0.9rem;
}

.footer-note {
    font-size: 0.8rem;
    margin-top: 10px;
}

.footer-logo {
    justify-content: center;
    margin-bottom: 10px;
}
