/*
Theme Name: Fast Trip Prime
Theme URI: https://fasttriptravel.com
Author: Fast Trip Travel & Tourism
Author URI: https://fasttriptravel.com
Description: قالب عربي فاخر وسريع لوكالات السفر، مع طلبات واتساب وعروض ديناميكية وتصميم متجاوب بالكامل.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: fasttrip-prime
*/

:root {
    --navy-950: #030b18;
    --navy-900: #061326;
    --navy-850: #081a31;
    --navy-800: #0b2340;
    --navy-700: #15385d;
    --gold-500: #d9ad5b;
    --gold-400: #e6c47d;
    --gold-300: #efd79e;
    --cream: #f7f3eb;
    --paper: #ffffff;
    --ink: #10243e;
    --muted: #6d7d91;
    --line: #dfe6ee;
    --green: #25d366;
    --shadow-lg: 0 30px 80px rgba(3, 14, 31, .18);
    --shadow-md: 0 18px 45px rgba(6, 24, 49, .12);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --container: 1220px;
    --font-ar: "IBM Plex Sans Arabic", "Noto Kufi Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    direction: rtl;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--font-ar);
    font-size: 16px;
    line-height: 1.75;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; height: auto; }
svg { display: block; width: 100%; height: 100%; fill: currentColor; }
::selection { background: var(--gold-400); color: var(--navy-950); }

.site-container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}
.skip-link {
    position: fixed;
    inset-block-start: 10px;
    inset-inline-start: 10px;
    z-index: 9999;
    transform: translateY(-160%);
    padding: 10px 18px;
    border-radius: 8px;
    background: var(--gold-500);
    color: var(--navy-950);
    font-weight: 800;
}
.skip-link:focus { transform: none; }
.icon { display: inline-flex; width: 22px; height: 22px; flex: 0 0 auto; }
.section-space { padding-block: 110px; }
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #a27122;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .03em;
}
.section-kicker::before {
    content: "";
    width: 25px;
    height: 2px;
    border-radius: 999px;
    background: var(--gold-500);
}
.section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
    align-items: end;
    gap: 50px;
    margin-bottom: 44px;
}
.section-head h2,
.why-copy h2,
.faq-intro h2 {
    margin: 8px 0 0;
    max-width: 720px;
    color: var(--navy-950);
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1.22;
    letter-spacing: -.04em;
}
.section-head > p,
.why-copy > p,
.faq-intro > p {
    margin: 0;
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.9;
}
.section-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: var(--gold-300);
    font-weight: 900;
}
.section-link .icon { width: 18px; height: 18px; transform: rotate(180deg); }

.utility-bar {
    position: relative;
    z-index: 50;
    background: var(--navy-950);
    color: rgba(255,255,255,.72);
    font-size: .76rem;
}
.utility-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.utility-contact { display: flex; align-items: center; gap: 24px; direction: ltr; }
.utility-contact a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s ease; }
.utility-contact a:hover { color: var(--gold-400); }
.utility-contact .icon { width: 15px; height: 15px; color: var(--green); }
.utility-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); }
.utility-mail { color: var(--gold-500); font-size: 14px; }
.utility-note { direction: rtl; }

.site-header {
    position: sticky;
    inset-block-start: 0;
    z-index: 45;
    background: rgba(7, 20, 38, .96);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.brand {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    direction: ltr;
}
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 58px; width: auto; }
.brand-mark {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    padding: 9px;
    border: 1px solid rgba(230,196,125,.35);
    border-radius: 18px;
    color: var(--gold-400);
    background: linear-gradient(145deg, rgba(230,196,125,.13), rgba(255,255,255,.02));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 1.18rem; letter-spacing: .045em; color: #fff; }
.brand-copy small { margin-top: 7px; color: var(--gold-400); font-size: .53rem; font-weight: 800; letter-spacing: .19em; }
.main-nav { margin-inline: auto; }
.nav-list, .main-nav ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 29px; }
.nav-list a, .main-nav a { position: relative; color: rgba(255,255,255,.77); font-size: .9rem; font-weight: 700; transition: color .2s ease; }
.nav-list a::after, .main-nav a::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: -12px;
    height: 2px;
    transform: scaleX(0);
    background: var(--gold-500);
    transition: transform .2s ease;
}
.nav-list a:hover, .main-nav a:hover,
.current-menu-item > a { color: #fff; }
.nav-list a:hover::after, .main-nav a:hover::after,
.current-menu-item > a::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--gold-500);
    color: var(--navy-950);
    font-size: .86rem;
    font-weight: 900;
    transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { transform: translateY(-2px); background: var(--gold-400); }
.header-cta .icon { width: 17px; height: 17px; transform: rotate(180deg); }
.menu-toggle {
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    cursor: pointer;
}
.menu-toggle span { width: 20px; height: 2px; border-radius: 999px; background: #fff; transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero-section {
    position: relative;
    min-height: 660px;
    overflow: hidden;
    background: var(--navy-900);
    color: #fff;
}
.hero-media {
    position: absolute;
    inset: 0;
    background-image: url("assets/images/hero-airport.webp");
    background-size: cover;
    background-position: 18% 49%;
    transform: scale(1.01);
}
.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3,11,24,.08) 0%, rgba(3,11,24,.3) 35%, rgba(3,11,24,.93) 70%, rgba(3,11,24,.99) 100%),
        linear-gradient(0deg, rgba(3,11,24,.68), transparent 45%);
}
.hero-inner {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: center;
}
.hero-copy { width: min(650px, 57%); padding-block: 70px 125px; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 13px;
    border: 1px solid rgba(230,196,125,.3);
    border-radius: 999px;
    background: rgba(8,26,49,.48);
    color: var(--gold-300);
    font-size: .78rem;
    font-weight: 800;
}
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 5px rgba(217,173,91,.12); }
.hero-copy h1 {
    max-width: 670px;
    margin: 22px 0 18px;
    font-size: clamp(2.8rem, 5.7vw, 5.15rem);
    line-height: 1.12;
    letter-spacing: -.055em;
    text-wrap: balance;
}
.hero-copy p {
    max-width: 590px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: clamp(1rem, 1.7vw, 1.15rem);
    line-height: 1.95;
}
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.button:hover { transform: translateY(-3px); }
.button .icon { width: 20px; height: 20px; }
.button-gold { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 14px 35px rgba(217,173,91,.24); }
.button-gold:hover { background: var(--gold-400); box-shadow: 0 18px 38px rgba(217,173,91,.34); }
.button-gold .icon:first-child:not(:last-child) { transform: none; }
.button-gold .icon:last-child { transform: rotate(180deg); }
.button-outline { border-color: rgba(255,255,255,.23); background: rgba(6,19,38,.34); color: #fff; }
.button-outline:hover { border-color: var(--gold-400); background: rgba(6,19,38,.65); }
.button-outline .icon { color: var(--green); }
.button-dark { background: var(--navy-900); color: #fff; }
.button-dark .icon { transform: rotate(180deg); }
.button-light { background: #fff; color: var(--navy-950); }
.button-light .icon { transform: rotate(180deg); }
.hero-trust {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.13);
    max-width: 580px;
}
.hero-trust div { min-width: 0; flex: 1; display: flex; align-items: center; gap: 10px; padding: 17px 0 0; }
.hero-trust div + div { padding-inline-start: 22px; border-inline-start: 1px solid rgba(255,255,255,.12); }
.hero-trust strong { color: var(--gold-400); font-size: .72rem; letter-spacing: .08em; }
.hero-trust span { color: rgba(255,255,255,.8); font-size: .84rem; font-weight: 700; }

.booking-wrap { position: relative; z-index: 10; margin-top: -78px; scroll-margin-top: 120px; }
.booking-panel {
    padding: 30px;
    border: 1px solid rgba(9,36,67,.09);
    border-radius: var(--radius-xl);
    background: rgba(255,255,255,.98);
    box-shadow: var(--shadow-lg);
}
.booking-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 22px; }
.booking-heading h2 { margin: 5px 0 0; color: var(--navy-950); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.3; }
.booking-heading p { margin: 0 0 5px; color: var(--muted); font-size: .9rem; }
.service-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 7px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #f4f7fa;
}
.service-tab {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #607087;
    font-size: .9rem;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}
.service-tab .icon { width: 20px; height: 20px; }
.service-tab:hover { color: var(--navy-900); }
.service-tab.is-active { background: var(--navy-900); color: #fff; box-shadow: 0 9px 25px rgba(6,19,38,.2); }
.service-tab.is-active .icon { color: var(--gold-400); }
.quick-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; margin-top: 15px; }
.quick-fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.field-control { position: relative; min-width: 0; }
.field-control label {
    position: absolute;
    z-index: 2;
    inset-block-start: 8px;
    inset-inline-start: 15px;
    color: #8996a6;
    font-size: .68rem;
    font-weight: 800;
    pointer-events: none;
}
.field-control input,
.field-control select {
    width: 100%;
    min-height: 68px;
    padding: 28px 14px 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    outline: 0;
    background: #fff;
    color: var(--navy-900);
    font-size: .88rem;
    font-weight: 750;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.field-control input::placeholder { color: #9aa6b4; font-weight: 500; }
.field-control input:focus,
.field-control select:focus { border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(217,173,91,.13); }
.field-control input[aria-invalid="true"] { border-color: #c84444; box-shadow: 0 0 0 4px rgba(200,68,68,.08); }
.submit-request {
    min-width: 205px;
    min-height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background: var(--green);
    color: #062813;
    font-size: .9rem;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(37,211,102,.2);
    transition: transform .2s ease, box-shadow .2s ease;
}
.submit-request:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(37,211,102,.27); }
.submit-request .icon { width: 23px; height: 23px; }
.booking-policy {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #76869a;
    font-size: .76rem;
}
.booking-policy::before { content: "i"; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #edf1f5; color: var(--navy-700); font-size: .68rem; font-weight: 900; }

.services-section { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-feature {
    position: relative;
    min-height: 335px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    padding: 27px;
    overflow: hidden;
    border: 1px solid rgba(14,45,78,.1);
    border-radius: var(--radius-lg);
    background: #fff;
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(5,24,47,.05);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.service-feature::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    inset-inline-start: -105px;
    inset-block-end: -110px;
    background: radial-gradient(circle, rgba(217,173,91,.17), rgba(217,173,91,0) 70%);
}
.service-feature:hover { transform: translateY(-8px); border-color: rgba(217,173,91,.65); box-shadow: var(--shadow-md); background: #fffefa; }
.service-number { align-self: flex-end; color: #a2adba; font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.service-feature-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-top: 22px;
    border-radius: 18px;
    background: var(--navy-900);
    color: var(--gold-400);
}
.service-feature-icon .icon { width: 29px; height: 29px; }
.service-feature strong { margin-top: 25px; color: var(--navy-950); font-size: 1.2rem; }
.service-feature small { margin-top: 8px; color: var(--muted); font-size: .87rem; line-height: 1.8; }
.service-link { margin-top: auto; display: inline-flex; align-items: center; gap: 9px; color: #9b681d; font-size: .82rem; font-weight: 900; }
.service-link .icon { width: 16px; height: 16px; transform: rotate(180deg); }
.extras-strip {
    margin-top: 18px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 18px 24px;
    border: 1px dashed rgba(9,36,67,.2);
    border-radius: 20px;
    background: rgba(255,255,255,.6);
}
.extras-strip > div { display: flex; align-items: center; gap: 15px; }
.extras-strip > div > .icon { width: 42px; height: 42px; padding: 10px; border-radius: 14px; background: rgba(217,173,91,.16); color: #a06e22; }
.extras-strip span { display: flex; flex-direction: column; }
.extras-strip strong { color: var(--navy-950); font-size: .95rem; }
.extras-strip small { color: var(--muted); font-size: .75rem; }
.extras-strip a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-weight: 900; font-size: .84rem; }
.extras-strip a .icon { width: 17px; height: 17px; transform: rotate(180deg); }

.offers-section { position: relative; overflow: hidden; background: var(--navy-900); color: #fff; }
.offers-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image: radial-gradient(circle at 20% 10%, rgba(217,173,91,.24), transparent 25%), radial-gradient(circle at 85% 80%, rgba(21,56,93,.6), transparent 30%);
}
.offers-section > .site-container { position: relative; }
.section-head-light h2 { color: #fff; }
.section-head-light .section-kicker { color: var(--gold-400); }
.offers-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.offer-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    background: #fff;
    color: var(--navy-950);
    box-shadow: 0 18px 50px rgba(0,0,0,.14);
    transition: transform .28s ease, box-shadow .28s ease;
}
.offer-card:hover { transform: translateY(-7px); box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.offer-image {
    position: relative;
    min-height: 160px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 17px;
    background-size: cover;
    background-position: center;
    background-color: #0f3152;
}
.offer-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,11,24,.76), rgba(3,11,24,.1)); }
.offer-placeholder {
    background-image:
        linear-gradient(145deg, rgba(217,173,91,.09), transparent 45%),
        radial-gradient(circle at 80% 15%, rgba(230,196,125,.22), transparent 28%),
        linear-gradient(135deg, #102f50, #071426);
}
.offer-placeholder::before {
    content: "✈";
    position: absolute;
    inset-inline-end: 22px;
    inset-block-start: 24px;
    color: rgba(255,255,255,.1);
    font-size: 4.8rem;
    transform: rotate(-18deg);
}
.offer-badge { position: absolute; z-index: 2; inset-block-start: 15px; inset-inline-start: 15px; padding: 5px 10px; border-radius: 999px; background: var(--gold-500); color: var(--navy-950); font-size: .66rem; font-weight: 950; }
.offer-code { position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; color: #fff; direction: ltr; font-size: .92rem; font-weight: 900; letter-spacing: .05em; }
.offer-code i { display: block; width: 28px; height: 1px; background: var(--gold-400); }
.offer-body { padding: 19px; }
.offer-route small { color: #8a98a8; font-size: .68rem; font-weight: 750; }
.offer-route h3, .offer-route h2 { margin: 3px 0 0; color: var(--navy-950); font-size: 1.12rem; line-height: 1.4; }
.offer-route h3 span, .offer-route h2 span { color: var(--gold-500); font-size: .8rem; }
.offer-meta { display: flex; flex-wrap: wrap; gap: 7px 12px; min-height: 55px; margin-top: 14px; color: #65768a; font-size: .72rem; }
.offer-meta span { display: inline-flex; align-items: center; gap: 5px; }
.offer-meta .icon { width: 14px; height: 14px; color: #9b6b25; }
.offer-price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: 17px; padding-top: 15px; border-top: 1px solid #edf0f3; }
.offer-price-row > div { display: flex; flex-direction: column; }
.offer-price-row small { color: #8b98a8; font-size: .65rem; }
.offer-price-row strong { color: var(--navy-950); font-size: 1rem; }
.offer-price-row > a { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: var(--navy-900); color: var(--gold-400); transition: background .2s ease, transform .2s ease; }
.offer-price-row > a:hover { background: var(--gold-500); color: var(--navy-950); transform: translateX(-2px); }
.offer-price-row > a .icon { width: 18px; height: 18px; transform: rotate(180deg); }

.why-section { background: #fff; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.why-copy { position: sticky; top: 145px; }
.why-copy .button { margin-top: 28px; }
.why-points { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }
.why-points article { min-height: 210px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fbfcfd; }
.why-points article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: rgba(217,173,91,.14); color: #9a681f; }
.why-points article > span .icon { width: 24px; height: 24px; }
.why-points h3 { margin: 22px 0 6px; color: var(--navy-950); font-size: 1.05rem; }
.why-points p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.8; }

.process-section { background: #edf1f5; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; counter-reset: process; }
.process-grid article { position: relative; min-height: 230px; padding: 28px; overflow: hidden; border-radius: 22px; background: #fff; }
.process-grid article:not(:last-child)::after { content: ""; position: absolute; width: 52px; height: 2px; inset-inline-start: -34px; top: 52%; background: var(--gold-500); z-index: 2; }
.process-grid article > span { color: var(--gold-500); font-size: .72rem; font-weight: 950; letter-spacing: .08em; }
.process-grid article > span::after { content: ""; display: block; width: 34px; height: 2px; margin-top: 10px; background: var(--gold-500); }
.process-grid h3 { margin: 45px 0 8px; color: var(--navy-950); font-size: 1.25rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.member-section { background: var(--cream); padding-top: 0; }
.member-box {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    overflow: hidden;
    padding: 48px 55px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 15% 10%, rgba(217,173,91,.22), transparent 28%),
        linear-gradient(135deg, var(--navy-900), #0d2c4b);
    color: #fff;
}
.member-box::after { content: "FT"; position: absolute; inset-inline-start: -20px; inset-block-end: -80px; color: rgba(255,255,255,.035); font-size: 13rem; font-weight: 950; line-height: 1; }
.member-copy { position: relative; z-index: 2; max-width: 680px; }
.member-copy .section-kicker { color: var(--gold-400); }
.member-copy h2 { margin: 7px 0 12px; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.25; }
.member-copy p { margin: 0; color: rgba(255,255,255,.68); }
.promo-card { position: relative; z-index: 2; min-width: 250px; padding: 23px; border: 1px solid rgba(230,196,125,.35); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); text-align: center; }
.promo-card small { display: block; color: rgba(255,255,255,.6); }
.promo-card strong { display: block; margin: 4px 0 14px; color: var(--gold-400); font-size: 2rem; letter-spacing: .08em; direction: ltr; }
.promo-card a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-size: .84rem; font-weight: 900; }
.promo-card a .icon { width: 17px; height: 17px; transform: rotate(180deg); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
.faq-intro { position: sticky; top: 145px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; color: var(--navy-950); font-size: 1.03rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #eff2f5; color: var(--navy-900); font-size: 1.15rem; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--gold-500); }
.faq-list details p { margin: -4px 0 22px; max-width: 760px; color: var(--muted); font-size: .9rem; line-height: 1.9; }

.final-cta-section { padding: 0 0 90px; background: #fff; }
.final-cta-box { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 42px 55px; border-radius: 30px; background: var(--gold-500); color: var(--navy-950); }
.final-cta-box span { font-size: .82rem; font-weight: 900; }
.final-cta-box h2 { margin: 6px 0 0; max-width: 760px; font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.25; letter-spacing: -.03em; }

.site-footer { position: relative; overflow: hidden; padding-top: 75px; background: var(--navy-950); color: rgba(255,255,255,.7); }
.site-footer::before { content: ""; position: absolute; width: 450px; height: 450px; border-radius: 50%; inset-inline-end: -250px; inset-block-start: -260px; background: rgba(217,173,91,.07); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-brand .brand { margin-bottom: 22px; }
.footer-brand p { max-width: 360px; margin: 0; font-size: .86rem; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 9px; margin-top: 21px; color: var(--green); font-size: .86rem; font-weight: 900; }
.footer-whatsapp .icon { width: 21px; height: 21px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h3 { margin: 4px 0 13px; color: #fff; font-size: .94rem; }
.footer-column > a { color: rgba(255,255,255,.62); font-size: .8rem; transition: color .2s ease; }
.footer-column > a:hover { color: var(--gold-400); }
.footer-contact a { display: flex; flex-direction: column; gap: 1px; direction: ltr; text-align: left; }
.footer-contact strong { color: rgba(255,255,255,.4); font-size: .62rem; font-weight: 700; }
.footer-contact span { color: rgba(255,255,255,.76); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.45); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.floating-whatsapp {
    position: fixed;
    z-index: 60;
    inset-inline-start: 24px;
    inset-block-end: 24px;
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--green);
    color: #063917;
    font-size: .82rem;
    font-weight: 950;
    box-shadow: 0 14px 35px rgba(0,0,0,.23);
    transition: transform .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-4px); }
.floating-whatsapp .icon { width: 24px; height: 24px; }

.content-shell { min-height: 60vh; padding: 90px 0; background: #eef2f5; }
.content-card { padding: 45px; border-radius: 26px; background: #fff; box-shadow: var(--shadow-md); }
.content-card h1 { margin-top: 0; color: var(--navy-950); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.3; }
.entry-card + .entry-card { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.entry-content { color: #56687d; }
.entry-content a { color: #98671e; text-decoration: underline; }
.entry-content img { border-radius: 16px; }
.error-page { text-align: center; }
.error-code { display: block; color: var(--gold-500); font-size: 7rem; font-weight: 950; line-height: 1; }

.archive-hero,
.single-offer-hero { padding: 95px 0; background: linear-gradient(135deg, var(--navy-900), #0f3153); color: #fff; }
.archive-hero h1,
.single-offer-hero h1 { margin: 9px 0 8px; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.2; }
.archive-hero p,
.single-offer-hero p { margin: 0; color: rgba(255,255,255,.68); }
.archive-grid { color: var(--ink); }
.pagination-wrap { margin-top: 35px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #fff; }
.page-numbers.current { background: var(--navy-900); color: #fff; }
.empty-state { grid-column: 1 / -1; padding: 55px; border-radius: 24px; background: #fff; text-align: center; }
.single-offer-hero { background-size: cover; background-position: center; }
.single-offer-grid { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }
.single-offer-content,
.single-offer-booking { padding: 34px; border-radius: 24px; background: #fff; box-shadow: var(--shadow-md); }
.single-offer-content h2 { margin-top: 0; }
.single-meta-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.single-meta-grid > div { display: flex; flex-direction: column; padding: 18px; border-radius: 16px; background: #f2f5f7; }
.single-meta-grid > div > span { color: #9b681d; }
.single-meta-grid .icon { width: 24px; height: 24px; }
.single-meta-grid small { margin-top: 12px; color: var(--muted); }
.single-meta-grid strong { color: var(--navy-950); }
.single-offer-booking { position: sticky; top: 120px; }
.single-offer-booking > small { color: var(--muted); }
.single-offer-booking > strong { display: block; margin: 5px 0 10px; color: var(--navy-950); font-size: 2rem; }
.single-offer-booking p { color: var(--muted); font-size: .84rem; }
.single-offer-booking .button { width: 100%; margin-top: 15px; }
.single-offer-booking .button .icon { transform: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .nav-list, .main-nav ul { gap: 20px; }
    .nav-list a, .main-nav a { font-size: .82rem; }
    .header-cta { padding-inline: 15px; }
    .quick-form { grid-template-columns: 1fr; }
    .submit-request { width: 100%; }
    .offers-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1.3fr repeat(3, .8fr); gap: 35px; }
}

@media (max-width: 940px) {
    .utility-note { display: none; }
    .utility-inner { justify-content: center; }
    .main-nav {
        position: fixed;
        z-index: 50;
        inset-inline: 16px;
        inset-block-start: 132px;
        max-height: calc(100vh - 155px);
        overflow: auto;
        margin: 0;
        padding: 22px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 22px;
        background: rgba(3,11,24,.99);
        box-shadow: 0 30px 80px rgba(0,0,0,.42);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: .22s ease;
    }
    .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .nav-list, .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
    .nav-list a, .main-nav a { display: block; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .95rem; }
    .nav-list a::after, .main-nav a::after { display: none; }
    .menu-toggle { display: flex; }
    .hero-section, .hero-inner { min-height: 620px; }
    .hero-media { background-position: 12% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(3,11,24,.35), rgba(3,11,24,.95) 62%, rgba(3,11,24,.99)); }
    .hero-copy { width: 70%; }
    .quick-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-feature { min-height: 300px; }
    .why-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }
    .why-copy, .faq-intro { position: static; }
    .section-head { grid-template-columns: 1fr; gap: 18px; }
    .section-head > p { max-width: 660px; }
    .member-box { padding: 42px; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-contact { grid-column: 2 / 4; }
    .single-offer-grid { grid-template-columns: 1fr; }
    .single-offer-booking { position: static; }
}

@media (max-width: 720px) {
    .site-container { width: min(calc(100% - 26px), var(--container)); }
    .section-space { padding-block: 75px; }
    .utility-bar { display: none; }
    .site-header { top: 0; }
    .header-inner { min-height: 72px; }
    .brand-mark { width: 46px; height: 46px; border-radius: 14px; }
    .brand-copy strong { font-size: .98rem; }
    .brand-copy small { font-size: .45rem; }
    .header-cta { display: none; }
    .main-nav { inset-block-start: 84px; }
    .hero-section, .hero-inner { min-height: 690px; }
    .hero-media { background-position: 25% center; }
    .hero-shade {
        background:
            linear-gradient(0deg, rgba(3,11,24,.98) 0%, rgba(3,11,24,.9) 49%, rgba(3,11,24,.28) 100%),
            linear-gradient(90deg, rgba(3,11,24,.25), rgba(3,11,24,.7));
    }
    .hero-inner { align-items: flex-end; }
    .hero-copy { width: 100%; padding: 170px 4px 126px; }
    .hero-copy h1 { max-width: 570px; font-size: clamp(2.5rem, 11vw, 4.1rem); }
    .hero-copy p { max-width: 540px; }
    .hero-trust { margin-top: 27px; }
    .hero-trust div + div { padding-inline-start: 13px; }
    .hero-trust span { font-size: .75rem; }
    .booking-wrap { margin-top: -84px; }
    .booking-panel { padding: 20px; border-radius: 24px; }
    .booking-heading { align-items: start; flex-direction: column; gap: 4px; }
    .booking-heading p { display: none; }
    .service-tabs { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 4px; padding: 5px; }
    .service-tab { min-height: 58px; flex-direction: column; gap: 3px; font-size: .67rem; }
    .service-tab .icon { width: 18px; height: 18px; }
    .quick-fields { grid-template-columns: 1fr; }
    .field-control input, .field-control select { min-height: 62px; }
    .submit-request { min-height: 60px; }
    .section-head { margin-bottom: 30px; }
    .services-grid { grid-template-columns: 1fr; }
    .service-feature { min-height: 245px; }
    .extras-strip { align-items: flex-start; flex-direction: column; }
    .offers-grid { grid-template-columns: 1fr; }
    .offer-image { min-height: 190px; }
    .why-points { grid-template-columns: 1fr; }
    .why-points article { min-height: 175px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid article { min-height: 180px; }
    .process-grid article:not(:last-child)::after { display: none; }
    .process-grid h3 { margin-top: 28px; }
    .member-box { align-items: stretch; flex-direction: column; padding: 31px 24px; }
    .promo-card { min-width: 0; width: 100%; }
    .faq-list summary { font-size: .93rem; }
    .final-cta-section { padding-bottom: 65px; }
    .final-cta-box { align-items: flex-start; flex-direction: column; padding: 34px 25px; }
    .final-cta-box .button { width: 100%; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-contact { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
    .floating-whatsapp { width: 54px; height: 54px; min-height: 0; padding: 0; justify-content: center; inset-inline-start: 16px; inset-block-end: 16px; }
    .floating-whatsapp span { display: none; }
    .content-card { padding: 28px 20px; }
    .single-meta-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
    .brand { gap: 8px; }
    .brand-mark { width: 43px; height: 43px; padding: 8px; }
    .hero-buttons { align-items: stretch; flex-direction: column; }
    .hero-buttons .button { width: 100%; }
    .hero-trust div { flex-direction: column; align-items: flex-start; gap: 2px; }
    .booking-panel { padding: 16px; }
    .booking-heading h2 { font-size: 1.38rem; }
    .service-tab span { font-size: .61rem; }
    .section-head h2, .why-copy h2, .faq-intro h2 { font-size: 2rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
