﻿:root {
    --shaheen-navy: #112d4e;
    --shaheen-navy-deep: #081d36;
    --shaheen-gold: #ac893b;
    --shaheen-gold-soft: #d8c38a;
    --shaheen-bg: #f8f9fb;
    --shaheen-surface: #ffffff;
    --shaheen-text: #142033;
    --shaheen-muted: #6f7d90;
    --shaheen-line: #e4e8ef;
    --shaheen-shadow: 0 20px 55px rgba(17,45,78,.10);
}

.public-shell {
    min-height: 100vh;
    background: var(--shaheen-bg);
    color: var(--shaheen-text);
    font-family: "Tajawal", sans-serif;
}

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

.public-shell a {
    color: inherit;
    text-decoration: none;
}

.public-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.public-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid rgba(228,232,239,.92);
    background: rgba(248,249,251,.94);
    backdrop-filter: blur(16px);
}

.public-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.public-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 250px;
}

.public-brand img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2d5ae;
    padding: 4px;
}

.public-brand span {
    display: grid;
    gap: 2px;
}

.public-brand strong {
    color: var(--shaheen-navy);
    font-size: 17px;
    line-height: 1.2;
}

.public-brand small {
    color: #7c8796;
    font-size: 11px;
}

.public-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.public-nav a,
.public-mobile-panel a {
    padding: 10px 14px;
    border-radius: 11px;
    color: #5d6b7e;
    font-size: 14px;
    font-weight: 600;
    transition: .2s ease;
}

.public-nav a:hover,
.public-nav a.active,
.public-mobile-panel a:hover,
.public-mobile-panel a.active {
    color: var(--shaheen-navy);
    background: #eef2f7;
}

.public-nav a.active {
    box-shadow: inset 0 -2px 0 var(--shaheen-gold);
}

.public-header-actions {
    min-width: 250px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.public-language,
.public-menu-button {
    min-height: 42px;
    border: 1px solid #dfe5ec;
    background: #fff;
    border-radius: 12px;
    color: var(--shaheen-navy);
}

.public-language {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    font-size: 12px;
}

.public-language .material-symbols-rounded {
    font-size: 19px;
    color: var(--shaheen-gold);
}

.public-menu-button {
    width: 42px;
    display: none;
    place-items: center;
    cursor: pointer;
}

.public-mobile-panel {
    display: none;
    border-top: 1px solid var(--shaheen-line);
    background: #fff;
}

.public-mobile-panel .public-container {
    padding-block: 10px 14px;
    display: grid;
    gap: 3px;
}

.public-main {
    min-height: 60vh;
}

.public-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--shaheen-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.public-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.public-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 25%, rgba(172,137,59,.12), transparent 28%),
        linear-gradient(135deg, #fff 0%, #f7f9fc 56%, #eef2f7 100%);
}

.public-hero::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(172,137,59,.14);
    border-radius: 50%;
    inset-inline-end: -210px;
    top: -140px;
}

.hero-grid {
    position: relative;
    z-index: 1;
    min-height: 680px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
    padding-block: 72px;
}

.hero-copy h1,
.public-page-hero h1 {
    margin: 16px 0 18px;
    color: var(--shaheen-navy);
    font-size: clamp(42px, 5.1vw, 72px);
    line-height: 1.12;
    letter-spacing: -.03em;
}

.hero-copy > p {
    max-width: 720px;
    margin: 0;
    color: #657287;
    font-size: 18px;
    line-height: 1.9;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.public-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.public-button:hover {
    transform: translateY(-2px);
}

.public-button.primary {
    color: #fff;
    background: var(--shaheen-navy);
    box-shadow: 0 12px 30px rgba(17,45,78,.22);
}

.public-button.secondary {
    color: var(--shaheen-navy);
    background: #fff;
    border-color: #dfe5ec;
}

.public-button.light {
    color: var(--shaheen-navy);
    background: #fff;
    min-width: 150px;
}

.hero-points {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    color: #6b788b;
    font-size: 12px;
    font-weight: 600;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hero-points i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--shaheen-gold);
    box-shadow: 0 0 0 5px rgba(172,137,59,.11);
}

.hero-brand {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.hero-brand-card {
    position: relative;
    z-index: 2;
    width: min(410px, 90%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(172,137,59,.24);
    border-radius: 46px;
    background: rgba(255,255,255,.78);
    box-shadow: var(--shaheen-shadow);
    backdrop-filter: blur(16px);
}

.hero-brand-card img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.hero-brand-ring {
    position: absolute;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(17,45,78,.09);
    border-radius: 50%;
}

.hero-brand-line {
    position: absolute;
    height: 1px;
    width: 210px;
    background: linear-gradient(90deg, transparent, rgba(172,137,59,.55), transparent);
    transform: rotate(-35deg);
}

.line-one { top: 24%; inset-inline-start: 0; }
.line-two { bottom: 19%; inset-inline-end: -10px; transform: rotate(28deg); }

.public-section {
    padding-block: 92px;
}

.public-section-heading {
    max-width: 780px;
    margin-bottom: 36px;
}

.public-section-heading.centered {
    margin-inline: auto;
    text-align: center;
}

.public-section-heading.centered .public-eyebrow {
    justify-content: center;
}

.public-section-heading.compact {
    margin-bottom: 0;
}

.public-section-heading h2 {
    margin: 13px 0 11px;
    color: var(--shaheen-navy);
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.22;
}

.public-section-heading p {
    margin: 0;
    color: var(--shaheen-muted);
    line-height: 1.9;
    font-size: 15px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card {
    min-height: 260px;
    padding: 28px;
    border: 1px solid var(--shaheen-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(17,45,78,.05);
}

.service-card > .material-symbols-rounded {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--shaheen-gold);
    background: rgba(172,137,59,.10);
    font-size: 28px;
}

.service-card h3 {
    margin: 28px 0 10px;
    color: var(--shaheen-navy);
    font-size: 20px;
}

.service-card p {
    margin: 0;
    color: var(--shaheen-muted);
    line-height: 1.85;
    font-size: 14px;
}

.process-section {
    background: var(--shaheen-navy);
    color: #fff;
}

.process-section .public-eyebrow {
    color: var(--shaheen-gold-soft);
}

.process-section .public-section-heading h2 {
    color: #fff;
}

.process-section .public-section-heading p {
    color: #bdc7d4;
}

.process-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.process-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.process-list li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}

.process-list b {
    color: var(--shaheen-gold-soft);
    font-size: 13px;
}

.process-list strong,
.process-list span {
    display: block;
}

.process-list strong {
    font-size: 16px;
    color: #fff;
}

.process-list span {
    margin-top: 5px;
    color: #aebac9;
    font-size: 13px;
    line-height: 1.6;
}

.partners-section {
    overflow: hidden;
    background: #fff;
}

.partner-marquee {
    overflow: hidden;
    width: 100%;
    padding-block: 8px 18px;
    direction: ltr;
}

.partner-track {
    width: max-content;
    display: flex;
    animation: shaheen-partner-loop 34s linear infinite;
}

.partner-set {
    display: flex;
    gap: 18px;
    padding-inline-end: 18px;
}

.partner-logo {
    width: 190px;
    height: 110px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid #e9edf2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(17,45,78,.05);
}

.partner-logo img {
    max-width: 100%;
    max-height: 76px;
    object-fit: contain;
}

.partner-track:hover {
    animation-play-state: paused;
}

@keyframes shaheen-partner-loop {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.home-cta {
    padding-top: 20px;
}

.cta-card {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 42px 48px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(172,137,59,.30), transparent 28%),
        var(--shaheen-navy);
    overflow: hidden;
}

.cta-card .public-eyebrow {
    color: var(--shaheen-gold-soft);
}

.cta-card h2 {
    margin: 10px 0 8px;
    font-size: clamp(28px, 3vw, 42px);
}

.cta-card p {
    margin: 0;
    max-width: 700px;
    color: #c6cfda;
    line-height: 1.8;
}

.public-page-hero {
    padding-block: 100px 80px;
    background:
        radial-gradient(circle at 12% 18%, rgba(172,137,59,.11), transparent 25%),
        linear-gradient(180deg, #fff, #f7f9fc);
}

.public-page-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: center;
}

.public-page-hero h1 {
    max-width: 900px;
    font-size: clamp(38px, 4.5vw, 62px);
}

.public-page-hero p {
    max-width: 780px;
    margin: 0;
    color: var(--shaheen-muted);
    line-height: 1.9;
    font-size: 16px;
}

.about-logo-card {
    width: min(360px, 100%);
    aspect-ratio: 1;
    margin-inline: auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(172,137,59,.22);
    border-radius: 38px;
    background: #fff;
    box-shadow: var(--shaheen-shadow);
}

.about-logo-card img {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.about-copy {
    display: grid;
    gap: 18px;
}

.about-copy p {
    margin: 0;
    color: #5f6e82;
    font-size: 16px;
    line-height: 2;
}

.about-pillars {
    background: #fff;
}

.pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.pillar-grid article {
    padding: 30px;
    border: 1px solid var(--shaheen-line);
    border-radius: 24px;
    background: #fff;
}

.pillar-grid .material-symbols-rounded {
    color: var(--shaheen-gold);
    font-size: 32px;
}

.pillar-grid h2 {
    margin: 22px 0 10px;
    color: var(--shaheen-navy);
    font-size: 22px;
}

.pillar-grid p {
    margin: 0;
    color: var(--shaheen-muted);
    line-height: 1.85;
    font-size: 14px;
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.value-grid > div {
    min-height: 190px;
    padding: 24px;
    border-radius: 22px;
    background: #eef2f7;
}

.value-grid b,
.value-grid strong,
.value-grid span {
    display: block;
}

.value-grid b {
    color: var(--shaheen-gold);
    font-size: 12px;
}

.value-grid strong {
    margin: 24px 0 8px;
    color: var(--shaheen-navy);
    font-size: 18px;
}

.value-grid span {
    color: var(--shaheen-muted);
    line-height: 1.7;
    font-size: 13px;
}

.contact-hero {
    padding-bottom: 54px;
}

.contact-hero .public-container {
    max-width: 900px;
    text-align: center;
}

.contact-hero .public-eyebrow {
    justify-content: center;
}

.contact-section {
    padding-top: 28px;
}

.contact-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 22px;
    align-items: start;
}

.contact-details {
    display: grid;
    gap: 12px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 1px solid var(--shaheen-line);
    border-radius: 20px;
    background: #fff;
}

.contact-card > .material-symbols-rounded {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--shaheen-gold);
    background: rgba(172,137,59,.10);
}

.contact-card small,
.contact-card a {
    display: block;
}

.contact-card small {
    color: #8791a0;
    font-size: 11px;
}

.contact-card a {
    margin-top: 4px;
    color: var(--shaheen-navy);
    font-weight: 800;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.contact-note {
    padding: 24px;
    border-radius: 22px;
    color: #fff;
    background: var(--shaheen-navy);
}

.contact-note p {
    margin: 6px 0 0;
    color: #c4ceda;
}

.contact-form-card {
    padding: 30px;
    border: 1px solid var(--shaheen-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(17,45,78,.06);
}

.contact-form-heading h2 {
    margin: 0 0 6px;
    color: var(--shaheen-navy);
    font-size: 26px;
}

.contact-form-heading p {
    margin: 0 0 24px;
    color: var(--shaheen-muted);
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-field {
    display: grid;
    gap: 7px;
}

.form-field.span-2,
.consent-row.span-2,
.contact-error.span-2,
.form-submit.span-2 {
    grid-column: span 2;
}

.form-field label {
    color: #34455c;
    font-size: 12px;
    font-weight: 800;
}

.form-field input,
.form-field textarea {
    width: 100%;
    border: 1px solid #dce2ea;
    border-radius: 13px;
    background: #fbfcfd;
    color: var(--shaheen-text);
    padding: 13px 14px;
    outline: none;
    font-size: 14px;
}

.form-field input {
    min-height: 48px;
}

.form-field textarea {
    resize: vertical;
    min-height: 140px;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: rgba(172,137,59,.72);
    box-shadow: 0 0 0 4px rgba(172,137,59,.09);
    background: #fff;
}

.validation-message {
    font-size: 11px;
    color: #b42318;
}

.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #667589;
    font-size: 12px;
    line-height: 1.6;
}

.consent-row input {
    margin-top: 3px;
}

.form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.contact-error {
    padding: 12px 14px;
    border-radius: 12px;
    color: #a61b16;
    background: #fff0ef;
    border: 1px solid #ffd7d2;
    font-size: 12px;
}

.form-submit {
    display: flex;
    justify-content: flex-start;
}

.contact-spinner {
    width: 15px;
    height: 15px;
    margin-inline-end: 8px;
    border: 2px solid rgba(255,255,255,.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: public-spin .7s linear infinite;
}

@keyframes public-spin {
    to { transform: rotate(360deg); }
}

.contact-success {
    min-height: 330px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    text-align: center;
}

.contact-success > .material-symbols-rounded {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #157347;
    background: #e9f8f0;
    font-size: 34px;
}

.contact-success strong {
    color: var(--shaheen-navy);
    font-size: 22px;
}

.contact-success p {
    color: var(--shaheen-muted);
}

.public-footer {
    margin-top: 90px;
    padding-top: 54px;
    color: #fff;
    background: var(--shaheen-navy-deep);
}

.public-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr .7fr .9fr;
    gap: 60px;
    padding-bottom: 44px;
}

.public-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.public-footer-brand img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    border-radius: 15px;
    background: #fff;
    padding: 5px;
}

.public-footer-brand strong {
    font-size: 16px;
}

.public-footer-brand p {
    max-width: 520px;
    margin: 8px 0 0;
    color: #aebac9;
    line-height: 1.8;
    font-size: 13px;
}

.public-footer h2 {
    margin: 0 0 14px;
    color: var(--shaheen-gold-soft);
    font-size: 13px;
}

.public-footer-links,
.public-footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.public-footer-links a,
.public-footer-contact a {
    color: #c3ccd7;
    font-size: 13px;
}

.public-footer-links a:hover,
.public-footer-contact a:hover {
    color: #fff;
}

.public-footer-bottom {
    min-height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #8797aa;
    font-size: 11px;
}

@media (max-width: 980px) {
    .public-nav { display: none; }
    .public-header-actions { min-width: 0; margin-inline-start: auto; }
    .public-menu-button { display: grid; }
    .public-mobile-panel { display: block; }
    .hero-grid,
    .public-page-hero-grid,
    .process-grid,
    .about-intro-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .hero-grid { min-height: 0; }
    .hero-brand { min-height: 390px; }
    .hero-brand-card { width: min(340px, 82%); }
    .hero-brand-ring { width: 380px; height: 380px; }
    .service-grid,
    .pillar-grid { grid-template-columns: 1fr 1fr; }
    .value-grid { grid-template-columns: 1fr 1fr; }
    .public-footer-grid { grid-template-columns: 1fr 1fr; }
    .public-footer-brand { grid-column: span 2; }
}

@media (max-width: 640px) {
    .public-container { width: min(100% - 28px, 1180px); }
    .public-header-inner { min-height: 72px; gap: 12px; }
    .public-brand { min-width: 0; flex: 1; }
    .public-brand img { width: 46px; height: 46px; }
    .public-brand strong { font-size: 14px; }
    .public-brand small { font-size: 9px; }
    .public-language { min-height: 40px; padding: 0 10px; }
    .public-language .material-symbols-rounded { display: none; }
    .public-hero { text-align: start; }
    .hero-grid { padding-block: 52px; gap: 28px; }
    .hero-copy h1,
    .public-page-hero h1 { font-size: 38px; }
    .hero-copy > p { font-size: 15px; line-height: 1.8; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .public-button { width: 100%; }
    .hero-points { display: grid; }
    .hero-brand { min-height: 300px; }
    .hero-brand-card { border-radius: 30px; }
    .hero-brand-ring { width: 300px; height: 300px; }
    .public-section { padding-block: 64px; }
    .public-section-heading h2 { font-size: 30px; }
    .service-grid,
    .pillar-grid,
    .value-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 0; }
    .process-list li { grid-template-columns: 46px 1fr; }
    .partner-logo { width: 150px; height: 96px; padding: 14px; }
    .partner-logo img { max-height: 64px; }
    .cta-card { min-height: 0; padding: 30px 24px; display: grid; }
    .public-page-hero { padding-block: 68px 50px; }
    .about-logo-card { width: 270px; }
    .contact-form-card { padding: 22px 18px; }
    .contact-form { grid-template-columns: 1fr; }
    .form-field.span-2,
    .consent-row.span-2,
    .contact-error.span-2,
    .form-submit.span-2 { grid-column: span 1; }
    .public-footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .public-footer-brand { grid-column: span 1; }
    .public-footer-bottom { padding-block: 16px; flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .partner-track { animation: none; }
    .public-button { transition: none; }
}
