@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

:root {
    --wl-ink: #111827;
    --wl-muted: #64748b;
    --wl-soft: #f5f7fb;
    --wl-line: #dbe3ee;
    --wl-white: #ffffff;
    --wl-navy: #172033;
    --wl-teal: #087f7b;
    --wl-teal-dark: #075f5d;
    --wl-cyan: #22b8cf;
    --wl-amber: #f4b63f;
    --wl-red: #e05252;
    --wl-green: #2f9f70;
    --wl-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

html,
body,
.wrapper,
.content-wrapper,
.main-sidebar,
.main-header,
.content,
.container,
.container-fluid,
.row,
.col-md-12 {
    background: transparent !important;
    background-color: transparent !important;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container-fluid,
.row,
.right-col {
    width: 100% !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.box,
.box-primary,
.card,
.panel,
.widget {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

body {
    min-height: 100vh;
    margin: 0;
    background:
        linear-gradient(135deg, rgba(8, 127, 123, 0.12), transparent 32%),
        linear-gradient(225deg, rgba(244, 182, 63, 0.16), transparent 28%),
        linear-gradient(180deg, #fbfdff 0%, #eef4f7 100%) !important;
    color: var(--wl-ink);
    font-family: 'Cairo', Tahoma, Arial, sans-serif !important;
}

.right-col {
    padding: 0 !important;
    margin: 0 !important;
}

#welcome-landing {
    direction: rtl;
    width: min(1200px, calc(100% - 32px));
    min-height: 100vh;
    margin: 0 auto;
    padding: 24px 0 36px;
}

.wl-nav,
.wl-brand,
.wl-nav-actions,
.wl-actions,
.wl-proof,
.wl-dashboard-top,
.wl-metric-row,
.wl-footer {
    display: flex;
    align-items: center;
}

.wl-nav {
    justify-content: space-between;
    gap: 18px;
    min-height: 64px;
    margin-bottom: 20px;
}

.wl-brand {
    min-width: 0;
    gap: 12px;
    color: var(--wl-ink);
    text-decoration: none;
}

.wl-brand:hover,
.wl-link:hover,
.wl-text-link:hover,
.wl-btn:hover {
    text-decoration: none;
}

.wl-brand-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--wl-teal), var(--wl-cyan));
    color: var(--wl-white);
    font-size: 25px;
    font-weight: 900;
    box-shadow: 0 14px 35px rgba(8, 127, 123, 0.26);
}

.wl-brand strong {
    display: block;
    font-size: 19px;
    line-height: 1.1;
}

.wl-brand small {
    color: var(--wl-muted);
    font-size: 12px;
}

.wl-nav-actions {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.wl-link,
.wl-text-link {
    color: var(--wl-teal-dark);
    font-weight: 800;
}

.wl-link {
    padding: 10px 4px;
}

.wl-hero {
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 42px;
    align-items: center;
    padding: clamp(28px, 5vw, 58px);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(23, 32, 51, 0.94), rgba(8, 127, 123, 0.86)),
        url('../img/home-bg.jpg') center/cover;
    color: var(--wl-white);
    box-shadow: var(--wl-shadow);
    overflow: hidden;
}

.wl-kicker {
    margin: 0 0 12px;
    color: var(--wl-amber);
    font-weight: 900;
    font-size: 14px;
}

.wl-hero h1 {
    margin: 0 0 18px;
    color: var(--wl-white);
    font-size: clamp(46px, 8vw, 86px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
}

.wl-lead {
    max-width: 690px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.9;
}

.wl-actions {
    gap: 12px;
    flex-wrap: wrap;
}

.wl-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wl-btn:hover {
    transform: translateY(-1px);
}

.wl-btn-primary {
    background: var(--wl-amber);
    color: #17202f;
    box-shadow: 0 15px 32px rgba(244, 182, 63, 0.28);
}

.wl-btn-primary:hover {
    color: #17202f;
    background: #ffc85b;
}

.wl-btn-secondary {
    background: rgba(255, 255, 255, 0.13);
    color: var(--wl-white);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.wl-proof {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.wl-proof span {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
}

.wl-proof b {
    color: var(--wl-white);
}

.wl-dashboard {
    min-width: 0;
    background: rgba(255, 255, 255, 0.96);
    color: var(--wl-ink);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.wl-dashboard-top {
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--wl-line);
}

.wl-dashboard-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--wl-line);
}

.wl-dashboard-top span:first-child {
    background: var(--wl-green);
}

.wl-dashboard-top span:nth-child(2) {
    background: var(--wl-amber);
}

.wl-dashboard-top span:nth-child(3) {
    background: var(--wl-red);
}

.wl-dashboard-top strong {
    margin-right: auto;
    font-size: 14px;
}

.wl-metric-row {
    gap: 10px;
    margin: 18px 0;
}

.wl-metric-row div {
    flex: 1;
    min-width: 0;
    padding: 14px;
    border-radius: 8px;
    background: var(--wl-soft);
    border: 1px solid #e8edf4;
}

.wl-metric-row small,
.wl-metric-row em {
    display: block;
    color: var(--wl-muted);
    font-size: 12px;
    font-style: normal;
}

.wl-metric-row strong {
    display: block;
    margin-top: 6px;
    font-size: 21px;
    color: var(--wl-teal-dark);
}

.wl-chart {
    height: 205px;
    display: flex;
    align-items: end;
    gap: 12px;
    padding: 18px;
    border-radius: 8px;
    background:
        linear-gradient(rgba(219, 227, 238, 0.72) 1px, transparent 1px) 0 0/100% 25%,
        linear-gradient(180deg, #f7fafc, #edf3f7);
}

.wl-chart span {
    flex: 1;
    min-width: 20px;
    border-radius: 8px 8px 2px 2px;
    background: linear-gradient(180deg, var(--wl-teal), var(--wl-navy));
}

.wl-activity {
    margin-top: 16px;
}

.wl-activity p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 9px 0 0;
    color: var(--wl-muted);
    font-size: 13px;
}

.wl-activity b {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--wl-teal);
}

.wl-ops-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}

.wl-ops-grid div {
    padding: 11px;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    background: #ffffff;
}

.wl-ops-grid small,
.wl-ops-grid strong {
    display: block;
}

.wl-ops-grid small {
    color: var(--wl-muted);
    font-size: 11px;
    font-weight: 700;
}

.wl-ops-grid strong {
    margin-top: 4px;
    color: var(--wl-ink);
    font-size: 17px;
    font-weight: 900;
}

.wl-dashboard-table {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.wl-dashboard-table div {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--wl-soft);
    color: var(--wl-muted);
    font-size: 12px;
}

.wl-dashboard-table b {
    color: var(--wl-teal-dark);
    font-weight: 900;
}

.wl-dashboard-table em {
    color: var(--wl-green);
    font-style: normal;
    font-weight: 900;
}

.wl-section {
    padding: 72px 0 0;
}

.wl-section h2,
.wl-section h3,
.wl-card h3 {
    color: var(--wl-ink);
}

.wl-section p {
    color: var(--wl-muted);
    line-height: 1.9;
    font-size: 16px;
}

.wl-section-head {
    max-width: 720px;
    margin: 0 auto 26px;
    text-align: center;
}

.wl-section-head h2,
.wl-split h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.25;
}

.wl-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 28px;
    align-items: stretch;
}

.wl-company-panel,
.wl-card,
.wl-steps div,
.wl-form-container {
    border: 1px solid var(--wl-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.wl-company-panel {
    padding: 28px;
}

.wl-company-panel span {
    color: var(--wl-teal);
    font-weight: 900;
}

.wl-company-panel h3 {
    margin: 10px 0 8px;
    font-size: 24px;
    font-weight: 900;
}

.wl-value-grid,
.wl-industry-grid {
    display: grid;
    gap: 16px;
}

.wl-value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wl-value-grid article,
.wl-industry-grid div {
    border: 1px solid var(--wl-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.wl-value-grid article {
    min-height: 230px;
    padding: 24px;
}

.wl-value-grid span {
    color: var(--wl-amber);
    font-size: 30px;
    font-weight: 900;
}

.wl-value-grid h3 {
    margin: 10px 0 8px;
    color: var(--wl-ink);
    font-size: 19px;
    font-weight: 900;
}

.wl-value-grid p {
    margin: 0;
    font-size: 14px;
}

.wl-industry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wl-industry-grid div {
    min-height: 145px;
    padding: 22px;
}

.wl-industry-grid strong,
.wl-industry-grid span {
    display: block;
}

.wl-industry-grid strong {
    color: var(--wl-teal-dark);
    font-size: 22px;
    font-weight: 900;
}

.wl-industry-grid span {
    margin-top: 9px;
    color: var(--wl-muted);
    line-height: 1.8;
    font-size: 14px;
}

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

.wl-card {
    min-height: 205px;
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wl-card:hover {
    transform: translateY(-3px);
    border-color: rgba(8, 127, 123, 0.38);
    box-shadow: 0 22px 55px rgba(8, 127, 123, 0.12);
}

.wl-card i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 8px;
    background: #e9fbf8;
    color: var(--wl-teal-dark);
    font-size: 20px;
}

.wl-card h3 {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 900;
}

.wl-card p {
    margin: 0;
    font-size: 14px;
}

.wl-module-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--wl-muted);
    font-size: 14px;
    line-height: 1.75;
}

.wl-module-list li {
    position: relative;
    padding-right: 18px;
}

.wl-module-list li::before {
    content: "";
    position: absolute;
    top: 0.78em;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wl-teal);
}

.wl-report-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wl-report-band > div {
    min-height: 225px;
    padding: 28px;
    border: 1px solid var(--wl-line);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 251, 0.94));
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.wl-report-band h3 {
    margin: 0 0 10px;
    color: var(--wl-ink);
    font-size: 21px;
    font-weight: 900;
}

.wl-report-band p {
    margin: 0;
    font-size: 15px;
}

.wl-security-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.wl-security-grid div {
    min-height: 132px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 20px 16px;
    border: 1px solid var(--wl-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    text-align: center;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.wl-security-grid i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #e9fbf8;
    color: var(--wl-teal-dark);
    font-size: 20px;
}

.wl-security-grid span {
    color: var(--wl-ink);
    font-weight: 900;
}

.wl-final-cta {
    margin-top: 72px;
    padding: clamp(32px, 5vw, 54px);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--wl-navy), var(--wl-teal-dark));
    color: var(--wl-white);
    text-align: center;
    box-shadow: var(--wl-shadow);
}

.wl-final-cta h2 {
    margin: 0;
    color: var(--wl-white);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
}

.wl-final-cta p {
    max-width: 640px;
    margin: 12px auto 22px;
    color: rgba(255, 255, 255, 0.88);
}

.wl-process {
    padding-bottom: 18px;
}

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

.wl-steps div {
    padding: 24px;
}

.wl-steps span {
    color: var(--wl-amber);
    font-size: 34px;
    font-weight: 900;
}

.wl-steps h3 {
    margin: 8px 0;
    font-size: 20px;
    font-weight: 900;
}

.wl-steps p {
    margin: 0;
    font-size: 14px;
}

.wl-form-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 28px;
}

.wl-label {
    display: block;
    margin: 14px 0 7px;
    color: var(--wl-ink);
    font-weight: 800;
}

.wl-label span {
    color: var(--wl-muted);
    font-weight: 600;
}

.wl-field {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--wl-line);
    border-radius: 8px;
    background: var(--wl-white);
    color: var(--wl-ink);
}

.wl-submit {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    border: 0;
    border-radius: 8px;
    background: var(--wl-teal);
    color: var(--wl-white);
    font-weight: 900;
}

.wl-result {
    margin-top: 14px;
}

.wl-state {
    padding: 13px;
    border-radius: 8px;
    background: var(--wl-soft);
    color: var(--wl-ink);
}

.wl-state-success {
    background: #e8f8ef;
    color: #17643f;
}

.wl-state-error {
    background: #fff0f0;
    color: #9f2626;
}

.wl-footer {
    justify-content: space-between;
    gap: 12px;
    margin-top: 72px;
    padding: 22px 0 6px;
    color: var(--wl-muted);
    border-top: 1px solid var(--wl-line);
}

.wl-footer strong {
    color: var(--wl-ink);
}

@media (max-width: 980px) {
    #welcome-landing {
        width: min(100% - 24px, 760px);
    }

    .wl-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .wl-hero,
    .wl-split {
        grid-template-columns: 1fr;
    }

    .wl-hero {
        min-height: auto;
    }

    .wl-dashboard {
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
    }

    .wl-features,
    .wl-steps,
    .wl-value-grid,
    .wl-industry-grid,
    .wl-report-band,
    .wl-security-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    #welcome-landing {
        width: calc(100% - 20px);
        padding-top: 14px;
    }

    .wl-nav-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .wl-link {
        display: none;
    }

    .wl-hero {
        padding: 24px;
        gap: 28px;
    }

    .wl-lead {
        font-size: 16px;
    }

    .wl-actions .wl-btn,
    .wl-nav-actions .wl-btn {
        width: 100%;
    }

    .wl-proof {
        display: none;
    }

    .wl-metric-row,
    .wl-features,
    .wl-steps,
    .wl-ops-grid,
    .wl-value-grid,
    .wl-industry-grid,
    .wl-report-band,
    .wl-security-grid {
        grid-template-columns: 1fr;
    }

    .wl-metric-row {
        display: grid;
    }

    .wl-dashboard-table div {
        grid-template-columns: 1fr;
    }

    .wl-chart {
        height: 160px;
        gap: 8px;
        padding: 12px;
    }

    .wl-chart span {
        min-width: 10px;
    }

    .wl-section {
        padding-top: 52px;
    }

    .wl-card,
    .wl-steps div,
    .wl-company-panel,
    .wl-form-container {
        padding: 20px;
    }

    .wl-footer {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 52px;
    }
}
