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

:root {
    --bg: #0a0805;
    --surface: #16110a;
    --surface-2: #21190f;
    --ink: #faf9f7;
    --muted: #b5aca0;
    --accent: #c47c3f;
    --accent-2: #d4a574;
    --accent-3: #8b6f47;
    --accent-gold: #daa520;
    --accent-dark: #6b4423;
    --shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    --shadow-sm: 0 8px 20px rgba(0, 0, 0, 0.3);
    --radius-lg: 16px;
    --radius-md: 12px;
    --radius-sm: 8px;

    --bs-body-bg: #0a0805;
    --bs-body-color: #faf9f7;
    --bs-primary: #c47c3f;
    --bs-border-color: rgba(255, 255, 255, 0.1);
    --bs-link-color: #d4a574;
    --bs-link-hover-color: #daa520;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Cairo", "Almarai", system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, #0a0805 0%, #16110a 35%, #1a1410 65%, #0d0a08 100%);
    color: var(--ink);
    min-height: 100svh;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
    opacity: 0.35;
    z-index: -1;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 9, 8, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand.logo {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #faf9f7 0%, #d4a574 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo span {
    color: var(--accent-2);
}

.nav-link {
    font-family: "Cairo", sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--muted);
    position: relative;
    padding-bottom: 8px;
}

.navbar-nav {
    gap: 18px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        justify-content: center;
    }

    .navbar-nav {
        margin: 0 auto;
    }

    .navbar-actions {
        margin-left: auto;
    }
}

.nav-link:hover {
    color: var(--ink);
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent-2);
    transition: width 0.2s ease;
}

.nav-link.active::after,
.nav-link:hover::after {
    width: 100%;
}

.phone-link {
    font-size: 13px;
    color: var(--muted);
}

.text-muted {
    color: var(--muted) !important;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Cairo", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: var(--accent);
    background: rgba(196, 124, 63, 0.12);
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(196, 124, 63, 0.3);
    text-transform: capitalize;
}

.card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(196, 124, 63, 0.15);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card:hover {
    transform: translateY(-6px);
    border-color: rgba(196, 124, 63, 0.3);
    box-shadow: 0 16px 40px rgba(196, 124, 63, 0.2);
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.06) 0%, rgba(196, 124, 63, 0.04) 100%);
}

.btn {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.btn-primary {
    background: linear-gradient(135deg, #c47c3f 0%, #d4a574 100%);
    border: none;
    color: #faf9f7;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(196, 124, 63, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(196, 124, 63, 0.4);
    background: linear-gradient(135deg, #d4a574 0%, #c47c3f 100%);
}

.btn,
.nav-link,
.navbar-brand {
    transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.4);
}

.section {
    padding: 80px 0;
}

.section-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    color: var(--ink);
}

.section-subtitle {
    color: var(--muted);
}

.footer {
    padding: 50px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 7, 6, 0.8);
}

.footer h4 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--accent-2);
}

.footer p,
.footer li {
    color: var(--muted);
    font-size: 14px;
    list-style: none;
    margin-bottom: 6px;
}

.footer a {
    color: var(--muted);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: var(--muted);
    flex-wrap: wrap;
    gap: 12px;
}

.socials {
    display: flex;
    gap: 12px;
}

.socials a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .phone-link {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
