@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('/fonts/NotoKufiArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

/* Apply RTL and custom font */
body {
    direction: rtl;
    text-align: right;
    font-family: 'Noto Kufi Arabic', sans-serif;
    background: linear-gradient(135deg, #e0f0ff, #ffffff);
}

h1, h2, h3 {
    font-family: 'Noto Kufi Arabic', serif;
}

p {
    font-family: 'Noto Kufi Arabic', serif;
}

.filter-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-badge {
    padding: 6px 14px;
    background: #f1f1f1;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #ddd;
    transition: 0.2s;
    user-select: none;
}

    .filter-badge:hover {
        background: #e5e5e5;
    }

    .filter-badge.active {
        background: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
    }

.filter-box {
    background: #ffffff;
    border: 1px solid #e2e2e2;
}
/*css for details image gallary*/
.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.gallery-img {
    transition: transform .4s ease, filter .3s ease;
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.08);
    filter: brightness(85%);
}

.zoom-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,.55);
    color: #fff;
    padding: 6px 9px;
    border-radius: 50%;
    font-size: 14px;
    opacity: 0;
    transition: opacity .3s ease;
}

.gallery-item:hover .zoom-icon {
    opacity: 1;
}

/*End css for details image gallary*/

/* ═══════════════════════════════════════════════════════════════
   JO OFFER DESIGN SYSTEM
   Appended — do not edit above this line
═══════════════════════════════════════════════════════════════ */

/* Override: replace old gradient body background with design colour */
body {
    background: #f0ede4 !important;
}

/* CSS Custom Properties */
:root {
    --shadow-card: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.06);
    --shadow-card-hover: 0 8px 24px rgba(13,148,136,0.12), 0 24px 48px rgba(0,0,0,0.1);
    --shadow-listing: 0 2px 8px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.08);
    --shadow-listing-hover: 0 16px 48px rgba(13,148,136,0.15), 0 32px 64px rgba(0,0,0,0.12);
    --shadow-btn: 0 4px 14px rgba(13,148,136,0.4);
    --shadow-btn-hover: 0 8px 24px rgba(13,148,136,0.5);
    --ease-smooth: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
    -webkit-font-smoothing: antialiased;
}

/* --- Scrollbar --- */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* --- Navbar --- */
.glass-nav {
    background: rgba(240,237,228,0.88);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}

    .glass-nav.scrolled {
        box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    }

/* --- Primary button / gradient --- */
.micro-gradient-primary {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    box-shadow: var(--shadow-btn);
    transition: box-shadow 0.3s ease, transform 0.2s var(--ease-smooth);
}

    .micro-gradient-primary:hover {
        box-shadow: var(--shadow-btn-hover);
        transform: translateY(-1px) scale(1.02);
    }

    .micro-gradient-primary:active {
        transform: scale(0.98);
        box-shadow: var(--shadow-btn);
    }

/* --- Hero search bar --- */
.hero-search {
    box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease, transform 0.3s var(--ease-out);
}

    .hero-search:focus-within {
        box-shadow: 0 8px 40px rgba(13,148,136,0.18), 0 2px 8px rgba(0,0,0,0.08);
        transform: translateY(-2px);
    }

/* --- Category cards --- */
.cat-card {
    box-shadow: var(--shadow-card);
    transition: box-shadow 0.35s var(--ease-out), transform 0.35s var(--ease-smooth), background 0.25s ease;
    position: relative;
    overflow: hidden;
}

    .cat-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #0d948808, #0f766e05);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: inherit;
    }

    .cat-card:hover {
        box-shadow: var(--shadow-card-hover);
        transform: translateY(-6px);
    }

        .cat-card:hover::before {
            opacity: 1;
        }

.cat-icon {
    transition: transform 0.4s var(--ease-smooth), background 0.3s ease;
}

.cat-card:hover .cat-icon {
    transform: scale(1.15) rotate(-4deg);
    background: linear-gradient(135deg, #ccf0ec, #a7e3dd);
}

/* --- Listing cards --- */
.listing-card {
    transition: transform 0.4s var(--ease-out);
}

    .listing-card:hover {
        transform: translateY(-4px);
    }

.listing-img-wrap {
    box-shadow: var(--shadow-listing);
    transition: box-shadow 0.4s var(--ease-out);
    overflow: hidden;
    border-radius: 1.25rem;
}

.listing-card:hover .listing-img-wrap {
    box-shadow: var(--shadow-listing-hover);
}

.listing-img {
    transition: transform 0.8s var(--ease-out);
}

.listing-card:hover .listing-img {
    transform: scale(1.07);
}

.listing-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, transparent 50%);
    pointer-events: none;
    border-radius: 1.25rem;
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

.listing-card:hover .listing-img-wrap::after {
    opacity: 0.8;
}

/* Wishlist button */
.wishlist-btn {
    transition: transform 0.3s var(--ease-smooth), background 0.2s ease, color 0.2s ease;
}

    .wishlist-btn:hover {
        transform: scale(1.2);
    }

    .wishlist-btn.active i {
        color: #ef4444;
        fill: #ef4444;
    }

/* Price tag */
.price-tag {
    color: #0d9488;
}

/* --- Client cards --- */
.client-card {
    box-shadow: var(--shadow-card);
    transition: box-shadow 0.35s var(--ease-out), transform 0.35s var(--ease-smooth);
}

    .client-card:hover {
        box-shadow: var(--shadow-card-hover);
        transform: translateY(-4px);
    }

/* --- CTA section --- */
.cta-section {
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
}

    .cta-section::before {
        content: '';
        position: absolute;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
        top: -200px;
        left: -200px;
        pointer-events: none;
    }

    .cta-section::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(96,165,250,0.1) 0%, transparent 70%);
        bottom: -100px;
        right: 10%;
        pointer-events: none;
    }

/* --- Footer links --- */
.footer-link {
    position: relative;
    transition: color 0.2s ease;
}

    .footer-link::after {
        content: '';
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 0;
        height: 1.5px;
        background: #0d9488;
        transition: width 0.3s var(--ease-out);
    }

    .footer-link:hover::after {
        width: 100%;
    }

    .footer-link:hover {
        color: #0d9488;
    }

/* --- Social buttons (footer icon buttons — override old .social-btn for nav context) ---
   Note: .social-btn.fb / .tw / .wa / .Dow styles in Landing.css are kept for the
   PDF share bar. This rule only applies to the new footer icon buttons. */
.footer .social-btn,
footer .social-btn {
    transition: transform 0.3s var(--ease-smooth), background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    border-radius: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .footer .social-btn:hover,
    footer .social-btn:hover {
        transform: translateY(-3px);
        background: #0d9488 !important;
        color: white !important;
        box-shadow: 0 6px 16px rgba(13,148,136,0.35);
    }

/* --- Highlight cards --- */
.highlight-card {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transition: transform 0.4s var(--ease-smooth), box-shadow 0.4s var(--ease-out);
}

    .highlight-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0,0,0,0.2);
    }

/* --- Hero background elements --- */
.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(13,148,136,0.12);
    pointer-events: none;
}

.ring1 {
    width: 560px;
    height: 560px;
    top: -220px;
    right: -180px;
    animation: spin-slow 32s linear infinite;
}

.ring2 {
    width: 380px;
    height: 380px;
    bottom: -140px;
    left: -80px;
    animation: spin-slow 24s linear infinite reverse;
}

.ring3 {
    width: 240px;
    height: 240px;
    top: 38%;
    right: 2%;
    animation: spin-slow 18s linear infinite;
    border-color: rgba(245,158,11,0.1);
}

@keyframes spin-slow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.orb {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1.5px solid rgba(13,148,136,0.2);
    background: rgba(13,148,136,0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

    .orb img {
        width: 62%;
        height: 62%;
        object-fit: contain;
        opacity: 0.75;
        filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
    }

.orb-xl {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -40px;
    animation: of1 9s ease-in-out infinite;
    box-shadow: 0 10px 40px rgba(13,148,136,0.15),inset 0 1px 0 rgba(255,255,255,0.5);
}

.orb-lg {
    width: 140px;
    height: 140px;
    bottom: -20px;
    left: 6%;
    animation: of2 7.5s ease-in-out infinite 1.5s;
    box-shadow: 0 7px 28px rgba(13,148,136,0.12);
}

.orb-md {
    width: 90px;
    height: 90px;
    top: 24%;
    left: 2%;
    animation: of3 9.5s ease-in-out infinite 3s;
    box-shadow: 0 4px 18px rgba(13,148,136,0.1);
}

.orb-sm {
    width: 68px;
    height: 68px;
    bottom: 14%;
    right: 10%;
    animation: of1 6.5s ease-in-out infinite 2s;
    box-shadow: 0 4px 16px rgba(13,148,136,0.1);
}

.orb-xs {
    width: 50px;
    height: 50px;
    top: 14%;
    left: 18%;
    animation: of2 11s ease-in-out infinite 0.5s;
    opacity: 0.6;
}

@keyframes of1 {
    0%,100% {
        transform: translateY(0) rotate(0deg)
    }

    33% {
        transform: translateY(-22px) rotate(3deg)
    }

    66% {
        transform: translateY(-10px) rotate(-2deg)
    }
}

@keyframes of2 {
    0%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-18px) rotate(-4deg)
    }

    70% {
        transform: translateY(-8px) rotate(2deg)
    }
}

@keyframes of3 {
    0%,100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-14px) scale(1.07)
    }
}

/* Spark particles */
.spark {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #f59e0b;
    pointer-events: none;
    animation: sk var(--d,5s) ease-in-out infinite var(--dl,0s);
}

@keyframes sk {
    0%,100% {
        opacity: 0;
        transform: translateY(0) scale(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-10px) scale(1)
    }

    80% {
        opacity: 0.3;
        transform: translateY(-36px) scale(0.5)
    }

    99% {
        opacity: 0;
        transform: translateY(-55px) scale(0)
    }
}

/* ── Center logo ball behind hero text ── */
.hero-center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(480px, 85vw);
    height: min(480px, 85vw);
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-center-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 0.07;
        filter: blur(1px) saturate(1.4);
        animation: logo-pulse 8s ease-in-out infinite;
    }

@keyframes logo-pulse {
    0%, 100% {
        opacity: 0.07;
        transform: scale(1);
    }

    50% {
        opacity: 0.11;
        transform: scale(1.04);
    }
}

/* ── Billiard Balls ── */
.ball {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    box-shadow: inset -6px -6px 12px rgba(0,0,0,0.3), inset 3px 3px 8px rgba(255,255,255,0.4), 0 8px 24px rgba(0,0,0,0.2);
}

    .ball::before {
        content: '';
        position: absolute;
        width: 32%;
        height: 28%;
        background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, transparent 70%);
        top: 16%;
        right: 20%;
        border-radius: 50%;
        transform: rotate(-35deg);
        z-index: 1;
        pointer-events: none;
    }

    /* Remove ::after — number now lives inside .ball-label */
    .ball::after {
        content: none;
    }

/* White circle label — real billiard ball style */
.ball-label {
    position: relative;
    z-index: 3;
    width: 48%;
    height: 48%;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', 'Cairo', sans-serif;
    font-weight: 900;
    font-size: var(--bfs, 14px);
    color: #1a1a1a;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25), inset 0 1px 2px rgba(255,255,255,0.6);
    line-height: 1;
    user-select: none;
}

/* Ball colors */
.ball-1 {
    background: radial-gradient(circle at 38% 35%, #ffe066, #f5c400, #b8940a);
}

.ball-2 {
    background: radial-gradient(circle at 38% 35%, #60aaff, #1a6fd4, #0a3d8a);
}

.ball-3 {
    background: radial-gradient(circle at 38% 35%, #ff6f6f, #d42020, #8a0a0a);
}

.ball-4 {
    background: radial-gradient(circle at 38% 35%, #c580ff, #7b2fe0, #4a0a9a);
}

.ball-5 {
    background: radial-gradient(circle at 38% 35%, #ffaa55, #e06010, #8a3a00);
}

.ball-6 {
    background: radial-gradient(circle at 38% 35%, #55dd88, #1a9948, #0a5a28);
}

/* ── Cluster — top right, triangle rack formation ── */
/*
    Triangle (tip at top):
         [c1]
       [c2][c3]
     [c4][c5][c6]
*/
.ball-cluster {
    z-index: 2;
}

.ball-c1 {
    width: 74px;
    height: 74px;
    right: 9%;
    top: 4%;
    --bfs: 18px;
    animation: bc1 7s ease-in-out infinite 0s;
}

.ball-c2 {
    width: 68px;
    height: 68px;
    right: 14%;
    top: 15%;
    --bfs: 16px;
    animation: bc2 8s ease-in-out infinite 0.6s;
}

.ball-c3 {
    width: 68px;
    height: 68px;
    right: 4%;
    top: 15%;
    --bfs: 16px;
    animation: bc3 9s ease-in-out infinite 1.2s;
}

.ball-c4 {
    width: 60px;
    height: 60px;
    right: 18%;
    top: 25%;
    --bfs: 14px;
    animation: bc1 6.5s ease-in-out infinite 0.3s;
}

.ball-c5 {
    width: 60px;
    height: 60px;
    right: 9%;
    top: 26%;
    --bfs: 14px;
    animation: bc2 7.5s ease-in-out infinite 1.8s;
}

.ball-c6 {
    width: 60px;
    height: 60px;
    right: 1%;
    top: 25%;
    --bfs: 14px;
    animation: bc3 8.5s ease-in-out infinite 0.9s;
}

@keyframes bc1 {
    0%,100% {
        transform: translateY(0) rotate(0deg);
    }

    35% {
        transform: translateY(-10px) rotate(18deg);
    }

    65% {
        transform: translateY(-5px) rotate(8deg);
    }
}

@keyframes bc2 {
    0%,100% {
        transform: translateY(0) rotate(0deg);
    }

    40% {
        transform: translateY(-12px) rotate(-22deg);
    }

    70% {
        transform: translateY(-6px) rotate(-8deg);
    }
}

@keyframes bc3 {
    0%,100% {
        transform: translateY(0) scale(1) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) scale(1.05) rotate(12deg);
    }
}

/* ── Falling numbers — bottom left ── */
.falling-nums {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.fn {
    position: absolute;
    font-family: 'Inter', monospace;
    font-weight: 900;
    user-select: none;
    animation: fall var(--fd, 5s) ease-in infinite var(--fdl, 0s);
    opacity: 0;
}

/* Each number: color, size, horizontal position, timing */
.fn1 {
    font-size: 32px;
    color: #f5c400;
    left: 12%;
    top: -60px;
    --fd: 4.2s;
    --fdl: 0s;
}

.fn2 {
    font-size: 24px;
    color: #1a6fd4;
    left: 28%;
    top: -60px;
    --fd: 5.8s;
    --fdl: 0.7s;
}

.fn3 {
    font-size: 40px;
    color: #d42020;
    left: 5%;
    top: -60px;
    --fd: 3.9s;
    --fdl: 1.4s;
}

.fn4 {
    font-size: 20px;
    color: #7b2fe0;
    left: 45%;
    top: -60px;
    --fd: 6.2s;
    --fdl: 0.3s;
}

.fn5 {
    font-size: 36px;
    color: #e06010;
    left: 18%;
    top: -60px;
    --fd: 4.7s;
    --fdl: 2.1s;
}

.fn6 {
    font-size: 28px;
    color: #1a9948;
    left: 38%;
    top: -60px;
    --fd: 5.3s;
    --fdl: 1.0s;
}

.fn7 {
    font-size: 44px;
    color: #0d9488;
    left: 52%;
    top: -60px;
    --fd: 3.6s;
    --fdl: 1.8s;
}

.fn8 {
    font-size: 22px;
    color: #f59e0b;
    left: 8%;
    top: -60px;
    --fd: 6.8s;
    --fdl: 0.5s;
}

.fn9 {
    font-size: 30px;
    color: #d42020;
    left: 32%;
    top: -60px;
    --fd: 5.0s;
    --fdl: 2.5s;
}

.fn10 {
    font-size: 38px;
    color: #1a6fd4;
    left: 22%;
    top: -60px;
    --fd: 4.4s;
    --fdl: 3.0s;
}

@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(0) rotate(0deg);
    }

    8% {
        opacity: 0.7;
    }

    85% {
        opacity: 0.5;
        transform: translateY(100vh) rotate(25deg);
    }

    100% {
        opacity: 0;
        transform: translateY(110vh) rotate(30deg);
    }
}

/* Hide orb and xo-grid styles (replaced) */
.orb, .xo-grid, .xo-board, .xo-cell {
    display: none !important;
}

/* --- Scroll reveal --- */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

/* --- Stat counter --- */
.stat-num {
    color: #0d9488;
}

/* --- Search pills --- */
.search-pill {
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s var(--ease-smooth), box-shadow 0.25s ease;
}

    .search-pill:hover {
        background: #0d9488;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13,148,136,0.3);
    }

/* --- Badge animations --- */
.badge {
    transition: transform 0.3s var(--ease-smooth);
}

.listing-card:hover .badge {
    transform: scale(1.05);
}

/* --- Nav category links --- */
.nav-cat {
    position: relative;
    transition: color 0.2s ease;
}

    .nav-cat::after {
        content: '';
        position: absolute;
        bottom: -4px;
        right: 0;
        width: 0;
        height: 2px;
        background: #0d9488;
        border-radius: 1px;
        transition: width 0.3s var(--ease-out);
    }

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

/* --- Mobile bottom nav buttons --- */
.mob-nav-btn {
    transition: color 0.2s ease, transform 0.3s var(--ease-smooth);
}

    .mob-nav-btn:hover {
        transform: translateY(-2px);
    }

    .mob-nav-btn.active {
        color: #0d9488;
    }

/* --- FAB --- */
.fab {
    box-shadow: 0 8px 24px rgba(13,148,136,0.45);
    transition: transform 0.35s var(--ease-smooth), box-shadow 0.3s ease;
}

    .fab:hover {
        transform: scale(1.1) translateY(-3px);
        box-shadow: 0 14px 36px rgba(13,148,136,0.55);
    }

/* --- Bell button --- */
.bell-btn {
    transition: background 0.2s ease, transform 0.3s var(--ease-smooth), color 0.2s ease;
}

    .bell-btn:hover {
        background: #eff6ff;
        color: #0d9488;
        transform: rotate(12deg);
    }

/* --- Hero headline typography --- */
.hero-headline {
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
}

    .hero-headline .line-top {
        display: block;
        font-size: clamp(14px, 2.5vw, 18px);
        font-weight: 700;
        color: #0d9488;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    .hero-headline .word-discover {
        display: block;
        font-size: clamp(44px, 8vw, 88px);
        font-weight: 900;
        font-family: 'Cairo', sans-serif;
        line-height: 1;
        color: #1a1a1a;
        letter-spacing: -2px;
    }

        .hero-headline .word-discover .stroke-text {
            display: inline-block;
            background: linear-gradient(135deg, #f59e0b, #b8860b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-left: 12px;
        }

    .hero-headline .line-mid {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin: 8px 0;
    }

        .hero-headline .line-mid .divider {
            flex: 1;
            max-width: 80px;
            height: 1.5px;
            background: linear-gradient(to left, transparent, #0d9488);
            opacity: 0.4;
        }

            .hero-headline .line-mid .divider.rev {
                background: linear-gradient(to right, transparent, #0d9488);
            }

    .hero-headline .word-offers {
        display: inline-block;
        font-size: clamp(36px, 6.5vw, 72px);
        font-weight: 900;
        font-family: 'Cairo', sans-serif;
        line-height: 1;
        color: white;
        background: linear-gradient(135deg, #0d9488, #0f766e);
        padding: 4px 28px 8px;
        border-radius: 14px;
        letter-spacing: -1px;
        box-shadow: 0 8px 28px rgba(13,148,136,0.3), inset 0 1px 0 rgba(255,255,255,0.2);
    }

    .hero-headline .line-bot {
        display: block;
        font-size: clamp(28px, 4.5vw, 52px);
        font-weight: 900;
        font-family: 'Cairo', sans-serif;
        line-height: 1.1;
        color: #1a1a1a;
        letter-spacing: -1px;
        margin-top: 10px;
    }

    .hero-headline .highlight-jordan {
        color: #0d9488;
        position: relative;
        display: inline-block;
    }

        .hero-headline .highlight-jordan::after {
            content: '';
            position: absolute;
            bottom: -4px;
            right: 0;
            left: 0;
            height: 3px;
            background: linear-gradient(90deg, transparent, #0d9488, #f59e0b, transparent);
            border-radius: 2px;
            animation: shimmer-line 3s ease-in-out infinite;
        }

@keyframes shimmer-line {
    0%, 100% {
        opacity: 0.4;
        transform: scaleX(0.6);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

.hero-headline .word-now {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #b8860b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-right: 10px;
}

/* ═══════════════════════════════════════════════════════════════
   END JO OFFER DESIGN SYSTEM
═══════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════
   PROFESSIONAL BREADCRUMB
═══════════════════════════════════════════════════════════════ */

/* Strip background */
.bc-strip {
    background: linear-gradient(to left, #ede9e0, #f0ede4 40%, #eae7dd);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Crumb links */
.bc-crumb-link {
    position: relative;
}

    .bc-crumb-link::after {
        content: '';
        position: absolute;
        bottom: 2px;
        right: 12px;
        left: 12px;
        height: 1.5px;
        background: #0d9488;
        border-radius: 1px;
        transform: scaleX(0);
        transition: transform 0.25s cubic-bezier(0.16,1,0.3,1);
        transform-origin: right;
    }

    .bc-crumb-link:hover::after {
        transform: scaleX(1);
    }

    .bc-crumb-link:hover {
        transform: translateY(-1px);
    }

/* Home icon hover */
.bc-home-icon {
    box-shadow: 0 1px 4px rgba(13,148,136,0.1);
}

/* Active pill */
.bc-active-crumb {
    background: linear-gradient(135deg, #0d9488, #0f766e);
    letter-spacing: 0.01em;
}

/* Chevron separators */
.bc-chevron {
    display: flex;
    align-items: center;
    opacity: 0.45;
}

/* Progress dots */
.bc-dot {
    display: inline-block;
    transition: width 0.3s ease, background 0.3s ease;
}

/* Bottom accent */
.bc-accent-line {
    opacity: 0.8;
}

/* Scrollable on mobile */
.bc-bar nav {
    scrollbar-width: none;
}

    .bc-bar nav::-webkit-scrollbar {
        display: none;
    }

/* ═══════════════════════════════════════════════════════════════
   END PROFESSIONAL BREADCRUMB
═══════════════════════════════════════════════════════════════ */
