:root {
    --avg-bg: #f7f8fb;
    --avg-text: #172033;
    --avg-muted: #667085;
    --avg-border: #e5e7eb;
    --avg-card: #ffffff;
    --avg-primary: #1f4ed8;
    --avg-primary-soft: #edf2ff;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    color: var(--avg-text);
    background: var(--avg-bg);
}

a {
    color: var(--avg-primary);
}

.navbar-brand {
    letter-spacing: -0.03em;
}

.hero-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f3f6ff 100%);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    padding: .4rem .75rem;
    border-radius: 999px;
    background: var(--avg-primary-soft);
    color: var(--avg-primary);
    font-weight: 700;
    font-size: .85rem;
}

.hero-card,
.feature-card,
.content-card {
    background: var(--avg-card);
    border: 1px solid var(--avg-border);
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.hero-card {
    padding: 2rem;
}

.hero-card-label {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .35rem .65rem;
    border-radius: .75rem;
    background: #f3f4f6;
    color: var(--avg-muted);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 0;
    border-bottom: 1px solid var(--avg-border);
}

    .info-row:last-child {
        border-bottom: 0;
    }

    .info-row span {
        color: var(--avg-muted);
    }

.page-header {
    padding: 4rem 0;
    background: #ffffff;
    border-bottom: 1px solid var(--avg-border);
}

.site-footer {
    background: #ffffff;
}
.guide-content h2 {
    margin-top: 1.75rem;
    margin-bottom: .75rem;
    font-weight: 700;
}

    .guide-content h2:first-child {
        margin-top: 0;
    }

.guide-content p {
    color: var(--avg-muted);
    line-height: 1.8;
}

    .guide-content p:last-child {
        margin-bottom: 0;
    }
.related-card {
    display: block;
    height: 100%;
    padding: 1rem;
    border: 1px solid var(--avg-border);
    border-radius: 1rem;
    background: #ffffff;
    color: var(--avg-text);
    transition: transform .15s ease, box-shadow .15s ease;
}

    .related-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 .75rem 1.5rem rgba(15, 23, 42, .08);
    }
.section-heading {
    max-width: 720px;
}
.tawajud-hero {
    padding: 5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f3f6ff 100%);
}
.brand-hero {
    padding: 5.5rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f3f6ff 100%);
}

.brand-hero-card {
    background: #ffffff;
    border: 1px solid var(--avg-border);
    border-radius: 1.5rem;
    padding: 2rem;
}

.brand-check-list {
    display: grid;
    gap: .75rem;
}

    .brand-check-list div {
        padding: .8rem 1rem;
        border: 1px solid var(--avg-border);
        border-radius: 1rem;
        background: #f8fafc;
        font-weight: 600;
    }

.process-list {
    display: grid;
    gap: 1rem;
}

.process-item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid var(--avg-border);
    border-radius: 1.25rem;
}

    .process-item span {
        width: 2.25rem;
        height: 2.25rem;
        flex: 0 0 2.25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--avg-primary-soft);
        color: var(--avg-primary);
        font-weight: 800;
    }

.brand-cta {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}
.brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
}

.brand-logo {
    height: 38px;
    width: auto;
    display: block;
}

.brand-logo-text {
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--avg-text);
}




.tawajud-hero-overlay {
    position: absolute;
    right: 1.5rem;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
    padding: 1rem 1.25rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
}

    .tawajud-hero-overlay span {
        display: block;
        font-size: .85rem;
        font-weight: 700;
        color: var(--avg-primary);
        margin-bottom: .35rem;
    }

    .tawajud-hero-overlay strong {
        display: block;
        font-size: 1.1rem;
        color: var(--avg-text);
    }


.brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    text-decoration: none;
}

.brand-logo {
    height: 42px;
    width: auto;
    display: block;
}

.brand-logo-text {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--avg-text);
}

.tw-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: #06101f;
}

.tw-hero-bg {
    position: absolute;
    inset: 0;
}

    .tw-hero-bg img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        opacity: .72;
    }

.tw-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 16, 31, .95) 0%, rgba(6, 16, 31, .78) 42%, rgba(6, 16, 31, .28) 100%), linear-gradient(180deg, rgba(6, 16, 31, .25) 0%, rgba(6, 16, 31, .88) 100%);
}

.tw-hero .container {
    position: relative;
    z-index: 2;
}

.tw-hero-content {
    max-width: 680px;
}

.tw-hero .eyebrow {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    color: #ffffff;
}

.tw-hero h1 {
    color: #ffffff;
}

.tw-hero .lead {
    color: rgba(255,255,255,.82);
    max-width: 660px;
}

.tw-rtl.tw-hero::after {
    background: linear-gradient(270deg, rgba(6, 16, 31, .95) 0%, rgba(6, 16, 31, .78) 42%, rgba(6, 16, 31, .28) 100%), linear-gradient(180deg, rgba(6, 16, 31, .25) 0%, rgba(6, 16, 31, .88) 100%);
}

.tw-image-card {
    overflow: hidden;
    border-radius: 1.75rem;
    border: 1px solid var(--avg-border);
    background: #07111f;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, .12);
}

    .tw-image-card img {
        width: 100%;
        height: 390px;
        display: block;
        object-fit: cover;
        object-position: center;
    }

.tw-dark-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.mini-feature-card,
.process-card {
    padding: 1.25rem;
    border: 1px solid var(--avg-border);
    border-radius: 1.25rem;
    background: #ffffff;
    height: 100%;
}

.tw-check-list {
    display: grid;
    gap: .8rem;
}

    .tw-check-list div {
        padding: .9rem 1rem;
        border: 1px solid var(--avg-border);
        border-radius: 1rem;
        background: #ffffff;
        font-weight: 700;
    }

.process-card span {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--avg-primary-soft);
    color: var(--avg-primary);
    font-weight: 800;
    margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
    .tw-hero {
        min-height: 560px;
        padding: 5rem 0;
    }

        .tw-hero::after,
        .tw-rtl.tw-hero::after {
            background: linear-gradient(180deg, rgba(6, 16, 31, .92) 0%, rgba(6, 16, 31, .72) 55%, rgba(6, 16, 31, .92) 100%);
        }

    .tw-image-card img {
        height: 300px;
    }
}

.tawajud-hero-overlay {
    position: absolute;
    right: 1.25rem;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 2;
    padding: .9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
}

    .tawajud-hero-overlay span {
        display: block;
        font-size: .8rem;
        font-weight: 700;
        color: var(--avg-primary);
        margin-bottom: .25rem;
    }

    .tawajud-hero-overlay strong {
        display: block;
        font-size: 1rem;
        color: var(--avg-text);
    }



.quote-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f6f8ff 100%);
}

.quote-card-content span {
    color: var(--avg-primary);
    font-weight: 700;
    letter-spacing: .04em;
}

.tw-guide-callout {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,250,252,0.96));
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    max-width: 920px;
    margin: 0 auto;
}

    .tw-guide-callout h2 {
        margin-top: 8px;
        margin-bottom: 12px;
        font-size: clamp(1.6rem, 2.4vw, 2.25rem);
        font-weight: 800;
        color: #0f172a;
    }

    .tw-guide-callout p {
        max-width: 760px;
        margin-bottom: 20px;
        color: #475569;
        line-height: 1.8;
    }

    .tw-guide-callout .btn {
        border-radius: 999px;
        padding-inline: 22px;
    }

.tw-section {
    padding: 72px 0;
}

.tw-eyebrow {
    display: inline-flex;
    align-items: center;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}