.faq-category-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 28px;
    align-items: start;
}

.category-final-cta {
    padding: 70px 0;
}



.final-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.final-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 42px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(6, 29, 53, .97), rgba(13, 56, 90, .90)), url(https://images.unsplash.com/photo-1539650116574-75c0c6d47f6e?auto=format&fit=crop&w=1600&q=85) center / cover no-repeat;
    color: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.final-cta-wrap h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 44px;
    letter-spacing: -.045em;
}.final-cta-wrap p {
    max-width: 720px;
    color: rgba(255, 255, 255, .80);
    margin: 14px 0 0;
}.final-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-shrink: 0;
}

.category-hero {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    padding-top: calc(var(--header-h) + 72px);
    padding-bottom: 78px;
    color: #fff;
    overflow: hidden;
}.category-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
}

.category-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
      background: linear-gradient(90deg, rgb(6 29 53 / 93%) 0%, rgb(6 29 53 / 57%) 34%, rgba(6, 29, 53, .20) 64%, rgba(6, 29, 53, .50) 100%), linear-gradient(180deg, rgba(6, 29, 53, .2), rgb(6 29 53 / 49%)), url() center / cover no-repeat;

}

.category-hero-bg picture,
.category-hero-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
}.breadcrumb a {
    color: #fff;
}.category-hero h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(56px, 8vw, 70px);
    letter-spacing: -.06em;
    line-height: .96;
    max-width: 780px;
}.category-description {
    max-width: 710px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .87);
    font-size: 19px;
    line-height: 1.75;
}.category-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}.category-stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 38px;
}.category-stats span {
    display: grid;
    gap: 2px;
    min-width: 132px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    font-weight: 800;
}.category-stats strong {
    display: block;
    color: var(--gold-2);
    font-size: 22px;
    line-height: 1;
}

/* â”€â”€ About Us Intro â”€â”€ */
.about-intro-section { padding: 80px 0; }

.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.about-intro-copy .section-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-intro-copy .section-kicker::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
}

.about-intro-copy .section-title {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 20px;
}

.about-intro-copy .section-text {
    margin-bottom: 16px;
    color: var(--muted);
    line-height: 1.8;
}

.about-trust-row {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.about-trust-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-trust-item strong {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    color: var(--navy);
    line-height: 1;
}

.about-trust-item span {
    font-size: 12px;
    color: var(--muted);
    font-weight: 600;
}

/* Visual side */
.about-intro-visual {
    position: relative;
    align-self: start;
    position: sticky;
    top: calc(var(--header-h) + 24px);
}

.about-img-wrap {
    position: relative;
    border-radius: 28px;
    overflow: visible;
}

.about-img-wrap > img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 28px;
    display: block;
}

/* Floating cards */
.about-float-card {
    position: absolute;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(6,29,53,.14);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: var(--navy);
}

.about-float-top {
    top: 20px;
    right: -24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 18px 24px;
}

.about-float-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1;
}

.about-float-top span {
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
}

.about-float-bottom {
    bottom: 60px;
    left: -24px;
}

.about-float-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.about-float-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-float-bottom strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--navy);
}

.about-float-bottom span {
    font-size: 12px;
    color: var(--muted);
}

.about-float-contact {
    bottom: -10px;
    right: -10px;
    gap: 12px;
}

.about-float-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gold);
    display: grid;
    place-items: center;
    color: #fff;
    flex-shrink: 0;
}

.about-float-contact strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--navy);
}

.about-float-contact span {
    font-size: 13px;
    font-weight: 700;
    color: var(--gold);
}

/* Responsive */
@media (max-width: 991px) {
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-float-top { right: 10px; }
    .about-float-bottom {left: 10px;}
    .about-float-contact {right: 10px;bottom: -27px;}
}

@media (max-width: 600px) {
    .about-trust-row { gap: 20px; }
    .about-img-wrap > img { height: 320px; }
    .about-float-card { padding: 12px 14px; }
    .about-float-num { font-size: 28px; }
}

/* About Show More */
/* .about-more-text[hidden] { display: none; } */
.about-more-text { margin-top: 0; }

.about-show-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    background: none;
    border: none;
    color: var(--gold);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.about-show-more-btn .faq-btn-icon {
    transition: transform .25s ease;
}

.about-show-more-btn[aria-expanded="true"] .faq-btn-icon {
    transform: rotate(180deg);
}

/* â”€â”€ Legal Page Styles â”€â”€ */

/* Legal Navigation Tabs */
.legal-nav-section {
    background: rgba(255, 250, 242, .55);
    border-bottom: 1px solid var(--line);
}

.legal-nav-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    max-width: 600px;
    margin: 0 auto;
}

.legal-tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    color: var(--navy);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: .2s var(--ease);
    text-decoration: none;
}

.legal-tab-btn:hover {
    background: rgba(201, 155, 61, .08);
    border-color: var(--gold);
    transform: translateY(-2px);
}

.legal-tab-btn.active {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: var(--navy);
    border-color: var(--gold);
    box-shadow: 0 8px 20px rgba(201, 155, 61, .25);
}

.legal-tab-btn i {
    font-size: 16px;
}

/* Legal Content Layout */
.legal-content-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
}

.legal-sidebar {
    position: sticky;
    top: calc(var(--header-h) + 24px);
}

.legal-toc {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-soft);
}

.legal-toc h3 {
    font-size: 18px;
    color: var(--navy);
    margin-bottom: 16px;
    font-family: "Playfair Display", Georgia, serif;
}

.legal-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-toc li {
    margin-bottom: 8px;
}

.legal-toc a {
    display: block;
    padding: 8px 12px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    transition: .2s var(--ease);
    text-decoration: none;
}

.legal-toc a:hover {
    background: rgba(201, 155, 61, .08);
    color: var(--gold);
    transform: translateX(4px);
}

.legal-highlight-box {
    background: linear-gradient(135deg, var(--navy), var(--navy-3));
    color: #fff;
    padding: 20px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.legal-highlight-box h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--gold-2);
    font-family: "Playfair Display", Georgia, serif;
}

.legal-highlight-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .85);
}

/* Legal Main Content */
.legal-main-content {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-soft);
}

.legal-section {
    margin-bottom: 48px;
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-intro {
    font-size: 18px;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 24px;
    padding: 20px;
    background: rgba(251, 246, 236, .55);
    border-radius: 16px;
    border-left: 4px solid var(--gold);
}

.legal-section h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 36px;
    color: var(--navy);
    margin-bottom: 20px;
    letter-spacing: -.02em;
}

.legal-section h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    color: var(--navy);
    margin: 32px 0 16px;
    letter-spacing: -.02em;
}

.legal-section h4 {
    font-size: 20px;
    color: var(--navy);
    margin: 24px 0 12px;
    font-weight: 700;
}

.legal-section p {
    line-height: 1.75;
    margin-bottom: 16px;
    color: var(--ink);
}

.legal-section ul {
    margin: 16px 0;
    padding-left: 20px;
}

.legal-section li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: var(--ink);
}

.legal-section strong {
    color: var(--navy);
    font-weight: 700;
}

.legal-section a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .2s var(--ease);
}

.legal-section a:hover {
    border-bottom-color: var(--gold);
}

/* Contact Info Grid */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.contact-method {
    padding: 20px;
    background: rgba(251, 246, 236, .55);
    border-radius: 16px;
    border: 1px solid var(--line);
}

.contact-method h4 {
    font-size: 16px;
    color: var(--navy);
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-method p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.contact-method a {
    color: var(--gold);
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .legal-content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .legal-sidebar {
        position: static;
        order: -1;
    }

    .legal-toc {
        margin-bottom: 20px;
    }

    .legal-nav-tabs {
        flex-direction: column;
        align-items: center;
    }

    .legal-tab-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .legal-main-content {
        padding: 24px;
    }

    .legal-section h2 {
        font-size: 28px;
    }

    .legal-section h3 {
        font-size: 24px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .legal-nav-tabs {
        gap: 12px;
        padding: 0 16px;
    }
}

.tours-hero-card {
    position: relative;
    min-height: 470px;
    border: 10px solid rgba(255, 255, 255, .78);
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .30);
    background: var(--navy);
}.tours-hero-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    opacity: .9;
}.tours-hero-card-body {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
}
/* .tours-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 29, 53, .10), rgba(6, 29, 53, .24) 42%, rgba(6, 29, 53, .92));
} */
.tours-hero-card .mini-label, .signature-chip {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: var(--navy);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 14px;
}.tours-hero-card h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 34px;
    letter-spacing: -.045em;
}.tours-hero-card p {
    color: rgba(255, 255, 255, .82);
    margin: 10px 0 16px;
}.tours-hero-card a {
    color: var(--gold-2);
    font-weight: 900;
    font-size: 14px;
}.category-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 56px;
    align-items: center;
}
.section {
    padding: 30px 0;
}


.cta-card {
    background: linear-gradient(135deg, rgba(6, 29, 53, .98), rgb(103 100 81)),
    url() center / cover no-repeat;
    margin-top: 18px;
}


@media (max-width: 640px) {

.category-hero-grid {
    grid-template-columns: auto;
}
.premium-intro-grid {
    grid-template-columns: auto;
}
.final-cta-wrap {
    flex-direction: column;
    padding: 22px;
}

.faq-category-grid {
    grid-template-columns: auto;
}

.tours-hero-card-body {
    position: absolute;
    left: 21px;
    right: 13px;
    bottom: auto;
    z-index: 2;
    top: 23px;
}

.tours-hero-card {
    min-height: 423px;
}
.category-hero h1 {
    font-size: clamp(36px, 8vw, 70px);
}

.legal-section h4 {
    margin: 0;
}

}



.about-more-text {
    display: -webkit-box;
    -webkit-line-clamp: 7; /* عدد السطور الظاهرة */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.about-more-text.expanded {
    display: block;
}
