html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

body .msaad-page {
    width: 100%;
    max-width: 100%;
    font-family: "Manrope", Arial, sans-serif;
    color: #172238;
    background: #f8f4ed;
    overflow: hidden;
}

.msaad-page * {
    box-sizing: border-box;
}

.msaad-header {
    width: 100%;
    padding: 18px 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fffaf2;
    border-bottom: 1px solid rgba(23, 34, 56, .1);
    position: sticky;
    top: 0;
    z-index: 50;
}

.msaad-logo {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #172238;
    text-decoration: none;
    font-weight: 700;
}

.msaad-logo img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.msaad-nav {
    display: flex;
    gap: 26px;
    align-items: center;
}

.msaad-nav a {
    color: #172238;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.msaad-nav-btn {
    background: #14213d;
    color: #fff !important;
    padding: 11px 18px;
    border-radius: 999px;
}

.msaad-section {
    width: 100%;
    padding: 90px 8vw;
}

.msaad-hero {
    min-height: 680px;
    background: radial-gradient(circle at 85% 15%, rgba(255, 156, 35, .25), transparent 25%), linear-gradient(135deg, #fff8ee, #f3dfc1);
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 70px;
}

.msaad-kicker {
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 700;
    color: #9a5b00;
    background: rgba(255, 164, 44, .18);
    padding: 8px 13px;
    border-radius: 999px;
}

.msaad-hero h1,
.msaad-section-title,
.msaad-about h2,
.msaad-dark h2,
.msaad-contact h2 {
    margin: 22px 0;
    font-size: clamp(36px, 4.8vw, 72px);
    line-height: .98;
    letter-spacing: -.07em;
    font-weight: 600;
}

.msaad-hero p,
.msaad-about p,
.msaad-contact p {
    font-size: 18px;
    line-height: 1.8;
    color: #516076;
    max-width: 720px;
    font-weight: 400;
}

.msaad-actions {
    display: flex;
    gap: 14px;
    margin-top: 30px;
}

.msaad-btn {
    padding: 15px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.msaad-btn.primary {
    background: #ff9f22;
    color: #14213d;
    box-shadow: 0 18px 35px rgba(255, 159, 34, .28);
}

.msaad-btn.secondary {
    background: #fff;
    color: #14213d;
    border: 1px solid rgba(20, 33, 61, .1);
}

.msaad-profile-card {
    background: #14213d;
    color: #fff;
    padding: 54px;
    border-radius: 28px;
    box-shadow: 0 35px 80px rgba(20, 33, 61, .25);
    position: relative;
    overflow: hidden;
}

.msaad-profile-card:after {
    content: "";
    position: absolute;
    right: -45px;
    top: -45px;
    width: 130px;
    height: 130px;
    background: #ff9f22;
    border-radius: 50%;
}

.msaad-profile-card img {
    width: 72px;
    height: 72px;
    border-radius: 14px;
}

.msaad-profile-card span {
    display: block;
    margin-top: 26px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: .65;
}

.msaad-profile-card h2 {
    font-size: 34px;
    margin: 10px 0;
    font-weight: 600;
}

.msaad-profile-card p {
    color: rgba(255,255,255,.75);
    line-height: 1.7;
}

.msaad-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.msaad-tags span {
    margin: 0;
    background: rgba(255,255,255,.1);
    padding: 9px 12px;
    border-radius: 999px;
    opacity: 1;
    text-transform: none;
}

.msaad-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 20px;
    padding: 30px 8vw;
    background: #fff;
}

.msaad-stats strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
}

.msaad-stats span {
    color: #6b7280;
    font-size: 13px;
}

.msaad-about {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
}

.msaad-section-title {
    max-width: 900px;
}

.msaad-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 45px;
}

.msaad-service-grid article,
.msaad-timeline article {
    background: #fff;
    border: 1px solid rgba(23, 34, 56, .1);
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 22px 55px rgba(23, 34, 56, .06);
}

.msaad-service-grid article span,
.msaad-timeline article span {
    color: #ff8c00;
    font-weight: 700;
}

.msaad-service-grid h3,
.msaad-timeline h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 16px 0 10px;
}

.msaad-service-grid p,
.msaad-timeline p {
    color: #516076;
    line-height: 1.7;
    margin: 0;
}

.msaad-dark {
    background: #14213d;
    color: #fff;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
}

.msaad-dark .msaad-kicker {
    background: rgba(255,255,255,.1);
    color: #ffbd67;
}

.msaad-skill-list {
    display: grid;
    gap: 16px;
}

.msaad-skill-list div {
    background: rgba(255,255,255,.08);
    padding: 25px;
    border-radius: 18px;
}

.msaad-skill-list p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    margin: 8px 0 0;
}

.msaad-timeline {
    display: grid;
    gap: 20px;
    margin-top: 42px;
}

.msaad-timeline article {
    display: grid;
    grid-template-columns: 170px 1fr 1.2fr;
    align-items: start;
}

.msaad-contact {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    background: #fff;
    border-radius: 34px;
    width: calc(100% - 16vw);
    margin: 80px 8vw;
    box-shadow: 0 35px 90px rgba(23, 34, 56, .1);
}

.msaad-contact-links {
    display: grid;
    gap: 14px;
    align-content: center;
}

.msaad-contact-links a {
    background: #fbf1e3;
    color: #14213d;
    text-decoration: none;
    padding: 18px 20px;
    border-radius: 14px;
    font-weight: 700;
}

.msaad-footer {
    width: 100%;
    padding: 34px 8vw;
    background: #14213d;
    color: rgba(255,255,255,.78);
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.msaad-footer a {
    color: #ffbd67;
}

@media (max-width: 980px) {
    .msaad-hero,
    .msaad-about,
    .msaad-dark,
    .msaad-contact {
        grid-template-columns: 1fr;
    }

    .msaad-service-grid,
    .msaad-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .msaad-timeline article {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 680px) {
    .msaad-header {
        padding: 14px 5vw;
        align-items: flex-start;
        gap: 14px;
        flex-direction: column;
    }

    .msaad-nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .msaad-section {
        padding: 64px 5vw;
    }

    .msaad-hero h1,
    .msaad-section-title,
    .msaad-about h2,
    .msaad-dark h2,
    .msaad-contact h2 {
        font-size: 34px;
        letter-spacing: -.05em;
    }

    .msaad-service-grid,
    .msaad-stats {
        grid-template-columns: 1fr;
    }

    .msaad-profile-card {
        padding: 32px;
    }

    .msaad-contact {
        width: calc(100% - 10vw);
        margin: 50px 5vw;
        padding: 40px 5vw;
    }

    .msaad-footer {
        flex-direction: column;
        text-align: center;
    }
}


/* Mobile hamburger menu + smaller footer */
.msaad-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: #14213d;
    border-radius: 12px;
    padding: 11px;
    cursor: pointer;
}

.msaad-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 20px;
    margin: 5px 0;
    transition: transform .25s ease, opacity .25s ease;
}

.msaad-header.menu-open .msaad-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.msaad-header.menu-open .msaad-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.msaad-header.menu-open .msaad-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.msaad-footer {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 680px) {
    .msaad-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        top: 0;
    }

    .msaad-menu-toggle {
        display: block;
    }

    .msaad-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 5vw;
        right: 5vw;
        background: #fffaf2;
        border: 1px solid rgba(23, 34, 56, .12);
        border-radius: 18px;
        padding: 16px;
        box-shadow: 0 18px 50px rgba(23, 34, 56, .12);
        z-index: 80;
    }

    .msaad-header.menu-open .msaad-nav {
        display: grid;
        gap: 12px;
    }

    .msaad-nav a {
        display: block;
        padding: 10px 12px;
        font-size: 15px;
    }

    .msaad-nav-btn {
        text-align: center;
        padding: 12px 18px !important;
    }

    .msaad-footer {
        font-size: 12px;
        padding: 24px 5vw;
        gap: 8px;
    }
}
