/* ==========================================================================
   MassarraPort - Ultra-Modern Luxury Maritime & Travel Design System
   Continuous Fixed Tanger Med Port Wallpaper Wrapping Entire Home Presentation
   Colors: #012f63 (Deep Ocean Navy), #56abe9 (Vibrant Azure), #fe570f (Coral Sunset)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

:root {
  /* Brand Core */
  --navy-950: #010f22;
  --navy-900: #011a38;
  --navy-800: #012f63;
  --navy-700: #054388;
  --navy-600: #0c57ab;

  --sky-500: #56abe9;
  --sky-400: #7ec1f1;
  --sky-100: #e0f2fe;
  --sky-glow: rgba(86, 171, 233, 0.35);

  --coral-500: #fe570f;
  --coral-600: #e54602;
  --coral-100: #ffedd5;
  --coral-glow: rgba(254, 87, 15, 0.4);

  --emerald-500: #10b981;
  --emerald-100: #d1fae5;

  /* Surfaces & Glass */
  --bg-body: #f4f7fb;
  --surface-white: #ffffff;
  --surface-card: #ffffff;
  --surface-glass-light: rgba(255, 255, 255, 0.96);
  --surface-glass-dark: rgba(1, 26, 56, 0.85);

  --border-subtle: rgba(226, 232, 240, 0.9);
  --border-glass: rgba(255, 255, 255, 0.22);
  --border-focus: #56abe9;

  /* Typography */
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --text-white: #ffffff;

  /* Elevation Shadows */
  --shadow-sm: 0 2px 4px rgba(1, 47, 99, 0.04);
  --shadow-md: 0 8px 20px -4px rgba(1, 47, 99, 0.08), 0 4px 8px -2px rgba(1, 47, 99, 0.04);
  --shadow-xl: 0 20px 40px -10px rgba(1, 26, 56, 0.25), 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-glow-coral: 0 10px 28px rgba(254, 87, 15, 0.38);
  --shadow-glow-sky: 0 10px 28px rgba(86, 171, 233, 0.35);

  /* Radius */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 9999px;

  /* Transitions */
  --transition-fast: 0.16s ease;
  --transition-smooth: 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   Reset & Baseline
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent !important;
}

button, a, input, select, textarea, label {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

button:focus, a:focus, input:focus, select:focus, textarea:focus, label:focus,
button:active, a:active, input:active, select:active, textarea:active, label:active,
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: none !important;
  box-shadow: none;
}

html, body {
  max-width: 100%;
  overflow-x: clip;
  position: relative;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
  font-size: 16px;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-body);
  color: var(--text-primary);
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

body.rtl {
  font-family: 'Cairo', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  direction: rtl;
  text-align: right;
  letter-spacing: 0;
}

body.rtl .hero-headline {
  font-weight: 700;
  line-height: 1.35;
}

body.rtl .main-title {
  font-weight: 700;
}

body.rtl h1,
body.rtl h2 {
  font-weight: 700;
}

body.rtl h3,
body.rtl h4 {
  font-weight: 600;
}

body.rtl .trip-type-option span {
  font-weight: 500;
}

body.rtl .btn,
body.rtl .btn-book-submit {
  font-weight: 500;
}

body.rtl .form-input,
body.rtl select,
body.rtl option {
  font-weight: 400;
}

body.rtl .hero-port-badge,
body.rtl .top-announcement-bar,
body.rtl .section-tag {
  font-weight: 500;
}

body.rtl strong,
body.rtl b {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

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

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ==========================================================================
   Top Announcement Bar
   ========================================================================== */
.top-announcement {
  background: #01142c;
  color: #ffffff;
  font-size: 0.82rem;
  padding: 0.45rem 0;
  border-bottom: none;
  position: relative;
  z-index: 102;
}

.top-bar-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.top-bar-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0.15rem 0.6rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.75rem;
}

.live-dot {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10b981;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.topbar-wa-btn {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.topbar-wa-btn:hover {
  background: rgba(37, 211, 102, 0.28);
  border-color: #25d366;
  box-shadow: 0 0 12px rgba(37, 211, 102, 0.4);
}

/* Custom Flat Flag Language Switcher */
.custom-lang-selector {
  position: relative;
  display: inline-block;
}

.custom-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-pill);
  padding: 0.38rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--navy-900);
  cursor: pointer;
  outline: none;
  transition: var(--transition-fast);
}

.custom-lang-trigger:hover,
.custom-lang-selector.open .custom-lang-trigger {
  border-color: var(--sky-500);
  background: #ffffff;
  box-shadow: 0 0 0 3px var(--sky-glow);
}

.lang-arrow {
  font-size: 0.65rem;
  color: #64748b;
  transition: transform 0.2s ease;
}

.custom-lang-selector.open .lang-arrow {
  transform: rotate(180deg);
}

.custom-lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(1, 47, 99, 0.15);
  padding: 0.35rem;
  z-index: 150;
  flex-direction: column;
  gap: 2px;
}

body.rtl .custom-lang-menu {
  right: auto;
  left: 0;
}

.custom-lang-selector.open .custom-lang-menu {
  display: flex;
  animation: fadeIn 0.18s ease;
}

.custom-lang-opt {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.45rem 0.65rem;
  background: transparent;
  border: none;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease, color 0.15s ease;
}

body.rtl .custom-lang-opt {
  text-align: right;
}

.custom-lang-opt:hover {
  background: #f1f5f9;
  color: var(--navy-800);
}

.custom-lang-opt.active {
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 700;
}

/* Mobile Language Drawer Section */
.mobile-lang-section {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0.5rem;
}

.mobile-lang-title {
  display: block;
  font-weight: 700;
  font-size: 0.78rem;
  color: #64748b;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mobile-lang-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.mobile-lang-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0.35rem 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #334155;
  cursor: pointer;
  transition: all 0.15s ease;
}

.mobile-lang-chip:hover {
  background: #ffffff;
  border-color: var(--sky-500);
}

.mobile-lang-chip.active {
  background: #012f63;
  border-color: #012f63;
  color: #ffffff;
}

.header-lang-select {
  background: #f1f5f9;
  color: var(--navy-800);
  border: 1.5px solid #cbd5e1;
  border-radius: var(--radius-pill);
  padding: 0.42rem 0.8rem;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: var(--transition-fast);
  flex-shrink: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==========================================================================
   Main Header Navigation (Transparent by default, White on Scroll)
   ========================================================================== */
.main-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  height: 70px;
  transition: background 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              backdrop-filter 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 1.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-logo-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(1, 47, 99, 0.25));
  flex-shrink: 0;
  transform: none !important;
}

.brand-logo:hover .brand-logo-img {
  transform: none !important;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  white-space: nowrap;
  font-family: 'Cairo', sans-serif !important;
}

.brand-name strong {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.40rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.15;
  transition: color 0.25s ease;
}

.brand-name strong span {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600 !important;
  color: #ffffff;
  transition: color 0.25s ease;
}

.brand-name small {
  font-family: 'Cairo', sans-serif !important;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: 400 !important;
  margin-top: -1px;
  line-height: 1.15;
  transition: color 0.25s ease;
}

/* Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  flex-shrink: 0;
}

.nav-item {
  background: none;
  border: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.4rem 0;
  position: relative;
  cursor: pointer;
  transition: var(--transition-fast);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav-item:hover {
  color: #ffffff;
}

.nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--coral-500);
  border-radius: 2px;
  transition: width 0.25s ease;
}

.nav-item:hover::after {
  width: 100%;
}

.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

body.rtl .nav-cta-group {
  margin-left: 0;
  margin-right: 0.5rem;
}

/* Transparent Header Custom Language Trigger */
.main-header .custom-lang-trigger {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}

.main-header .custom-lang-trigger .lang-arrow {
  color: rgba(255, 255, 255, 0.8);
}

.main-header .custom-lang-trigger:hover,
.main-header .custom-lang-selector.open .custom-lang-trigger {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

/* ==========================================================================
   Scrolled Header State (Clean Frosted White Navbar)
   ========================================================================== */
.main-header.header-scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 4px 20px -4px rgba(1, 47, 99, 0.08);
}

.main-header.header-scrolled .brand-name strong {
  color: var(--navy-800);
}

.main-header.header-scrolled .brand-name strong span {
  color: var(--coral-500);
}

.main-header.header-scrolled .brand-name small {
  color: var(--sky-600);
}

.main-header.header-scrolled .nav-item {
  color: #334155;
}

.main-header.header-scrolled .nav-item:hover {
  color: var(--navy-800);
}

.main-header.header-scrolled .custom-lang-trigger {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: var(--navy-900);
}

.main-header.header-scrolled .custom-lang-trigger .lang-arrow {
  color: #64748b;
}

.main-header.header-scrolled .custom-lang-trigger:hover,
.main-header.header-scrolled .custom-lang-selector.open .custom-lang-trigger {
  background: #ffffff;
  border-color: var(--sky-500);
  color: var(--navy-900);
}

.main-header.header-scrolled .mobile-hamburger {
  color: var(--navy-800);
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transform: none !important;
  z-index: 1;
  isolation: isolate;
  transition: box-shadow 0.25s ease;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 1;
}

.btn:hover::before {
  transform: translateX(200%);
}

.btn > * {
  position: relative;
  z-index: 2;
}

.btn-primary {
  background: linear-gradient(135deg, var(--coral-500) 0%, #ff7332 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(254, 87, 15, 0.28);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
}

.btn-sm {
  padding: 0.45rem 0.95rem;
  font-size: 0.82rem;
}

.btn-full {
  width: 100%;
}

.mobile-hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #ffffff;
  cursor: pointer;
  padding: 0.4rem;
  transition: color 0.25s ease;
}

/* ==========================================================================
   Full-Screen Ultra-Modern Glassmorphic Mobile Navigation Drawer
   Transparent frosted backdrop revealing the home screen through heavy blur
   ========================================================================== */
.mobile-drawer {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(1, 18, 42, 0.65) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
  backdrop-filter: blur(28px) saturate(180%) !important;
  z-index: 999999 !important;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1.75rem 2.25rem 1.75rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -8px, 0);
  -webkit-transform: translate3d(0, -8px, 0);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.25s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent !important;
}

.mobile-drawer.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.mobile-drawer-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none !important;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent !important;
}

.mobile-drawer-close:hover,
.mobile-drawer-close:active {
  background: rgba(254, 87, 15, 0.3);
  border-color: var(--coral-500);
  color: #ffffff;
}

.mobile-drawer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  text-align: center;
}

.mobile-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

body.rtl .mobile-drawer-nav {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mobile-drawer-link {
  display: inline-block;
  position: relative;
  font-family: 'Cairo', sans-serif !important;
  font-size: 1.45rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0.35rem 0.5rem;
  cursor: pointer;
  text-align: center;
  transition: color 0.2s ease;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  user-select: none;
  -webkit-user-select: none;
}

.mobile-drawer-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2.5px;
  background: var(--coral-500);
  border-radius: 2px;
  transition: width 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

body.rtl .mobile-drawer-link::after {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.mobile-drawer-link:hover,
.mobile-drawer-link:active {
  color: #ffffff;
}

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

.mobile-drawer-footer {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-drawer-footer .btn-whatsapp {
  padding: 0.85rem 1.25rem;
  font-size: 0.96rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

/* ==========================================================================
   Continuous Fixed Tanger Med Port Real Photo Wallpaper (Rock-Solid on All Devices)
   ========================================================================== */
.hero-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: 
    linear-gradient(rgba(1, 18, 42, 0.54), rgba(1, 18, 42, 0.58)),
    url('../images/Gemini_Generated_Image_uoy8ghuoy8ghuoy8.jpeg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -10;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  will-change: transform;
}

.hero-master-wrapper {
  position: relative;
  color: #ffffff;
  margin-top: -70px;
  padding: calc(4.5rem + 70px) 0 5.5rem 0;
  background: transparent;
  border-bottom: 1px solid #e2e8f0;
}

.hero-intro {
  max-width: 980px;
  margin: 0 auto 3rem auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-port-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(1, 47, 99, 0.75);
  border: 1.5px solid rgba(86, 171, 233, 0.5);
  padding: 0.45rem 1.25rem;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.35rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.hero-port-badge i {
  color: var(--coral-500);
}

.hero-headline {
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.025em;
  margin-bottom: 1.15rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.65);
  text-wrap: balance;
}

.hero-headline .highlight-text {
  color: var(--coral-500);
  background: linear-gradient(135deg, #ffb84d 0%, #fe570f 55%, #e54602 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subheadline {
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto 1.75rem auto;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
  text-wrap: pretty;
}

/* Quick Trust Metrics Bar inside Hero */
.hero-stats-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: rgba(1, 15, 34, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-pill);
  padding: 0.65rem 1.6rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.stat-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
}

.stat-item i {
  color: var(--sky-400);
}

/* ==========================================================================
   Booking Engine Card (Seamlessly Integrated within the Master Wallpaper)
   ========================================================================== */
.booking-engine-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px -12px rgba(1, 15, 34, 0.45), 0 0 0 1px rgba(226, 232, 240, 0.9);
  padding: 2rem;
  max-width: 960px;
  margin: 0 auto;
  color: var(--text-primary);
  position: relative;
  z-index: 10;
}



/* Trip Type Segmented Control with Smooth Physics Glider (Full Form Width) */
.trip-type-segmented {
  display: flex;
  position: relative;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 100%;
  isolation: isolate;
}

.trip-glider {
  position: absolute;
  top: 0;
  left: 0;
  background: #012f63;
  border-radius: 8px;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(0.25, 1, 0.35, 1), width 0.32s cubic-bezier(0.25, 1, 0.35, 1), height 0.25s ease;
  box-shadow: 0 2px 8px rgba(1, 47, 99, 0.22);
}

.trip-type-option {
  flex: 1;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin: 0;
}

.trip-type-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.trip-type-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 38px;
  min-height: 38px;
  padding: 0 1rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1;
  color: #475569;
  background: transparent !important;
  transition: color 0.22s ease;
  white-space: nowrap;
  text-align: center;
  user-select: none;
}

.trip-type-option:hover span {
  color: var(--navy-900);
}

.trip-type-option input[type="radio"]:checked + span {
  color: #ffffff !important;
  font-weight: 700 !important;
}

body.rtl .trip-type-option span {
  font-family: 'Cairo', sans-serif;
  font-size: 0.88rem;
}

/* Form Fields */
.form-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-row-2 {
  grid-template-columns: 1fr 1fr;
}

.form-row-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-field label {
  font-size: 0.84rem;
  font-weight: 700;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.form-field label i {
  color: var(--sky-500);
  font-size: 0.85rem;
}

.form-input {
  width: 100%;
  height: 48px;
  padding: 0.6rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 500;
  outline: none;
  transition: var(--transition-fast);
}

.form-input:focus {
  border-color: var(--sky-500);
  box-shadow: 0 0 0 3px var(--sky-glow);
}

.form-input:disabled {
  background: #f1f5f9;
  color: #94a3b8;
  cursor: not-allowed;
}

/* Phone Field Wrapper & Custom Country Selector */
.phone-field-wrapper {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 0.6rem;
}

.custom-country-selector {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-country-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  background: #f8fafc;
  border: 1.5px solid #cbd5e1;
  border-radius: var(--radius-sm);
  padding: 0 0.75rem;
  height: 48px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy-900);
  cursor: pointer;
  outline: none;
  width: 100%;
  transition: var(--transition-fast);
}

.country-trigger-content {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.custom-country-trigger:hover,
.custom-country-selector.open .custom-country-trigger {
  border-color: var(--sky-500);
  background: #ffffff;
  box-shadow: 0 0 0 3px var(--sky-glow);
}

.custom-country-trigger .country-arrow {
  font-size: 0.65rem;
  color: #64748b;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.custom-country-selector.open .country-arrow {
  transform: rotate(180deg);
}

.custom-country-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: auto;
  min-width: 215px;
  max-height: 280px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 12px 30px -6px rgba(1, 47, 99, 0.18);
  padding: 0.4rem;
  z-index: 200;
  flex-direction: column;
  gap: 2px;
}

body.rtl .custom-country-menu {
  left: auto;
  right: 0;
}

.custom-country-selector.open .custom-country-menu {
  display: flex;
  animation: fadeIn 0.18s ease;
}

.custom-country-opt {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.48rem 0.65rem;
  background: transparent;
  border: none;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease, color 0.15s ease;
}

body.rtl .custom-country-opt {
  text-align: right;
}

.custom-country-opt:hover {
  background: #f1f5f9;
  color: var(--navy-800);
}

.custom-country-opt.active {
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 700;
}

.custom-country-opt .country-opt-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-country-opt .country-opt-code {
  font-weight: 700;
  color: #64748b;
  font-size: 0.78rem;
  direction: ltr;
  unicode-bidi: embed;
}

.custom-country-opt.active .country-opt-code {
  color: #0284c7;
}

/* Universal Custom Dropdown System */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: var(--radius-sm);
  padding: 0 0.85rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy-900);
  cursor: pointer;
  outline: none;
  transition: var(--transition-fast);
  text-align: left;
}

body.rtl .custom-select-trigger {
  text-align: right;
}

.custom-select-trigger:hover,
.custom-select-wrapper.open .custom-select-trigger {
  border-color: var(--sky-500);
  background: #ffffff;
  box-shadow: 0 0 0 3px var(--sky-glow);
}

.custom-select-content {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  flex: 1;
  overflow: hidden;
}

.custom-select-content .select-label-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--navy-900);
  font-weight: 700;
}

.custom-select-arrow {
  font-size: 0.65rem;
  color: #64748b;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.custom-select-wrapper.open .custom-select-arrow {
  transform: rotate(180deg);
}

.custom-select-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 270px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 14px 35px -6px rgba(1, 47, 99, 0.18);
  padding: 0.4rem;
  z-index: 250;
  flex-direction: column;
  gap: 2px;
}

.custom-select-wrapper.open .custom-select-menu {
  display: flex;
  animation: fadeIn 0.16s ease;
}

.custom-select-group-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
  padding: 0.45rem 0.65rem 0.2rem 0.65rem;
  margin-top: 0.25rem;
}

.custom-select-group-label:first-child {
  margin-top: 0;
}

.custom-select-opt {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.5rem 0.7rem;
  background: transparent;
  border: none;
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  text-align: left;
  transition: background 0.12s ease, color 0.12s ease;
}

body.rtl .custom-select-opt {
  text-align: right;
}

.custom-select-opt:hover {
  background: #f1f5f9;
  color: var(--navy-800);
}

.custom-select-opt.active {
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 700;
}

.custom-select-opt .opt-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-select-opt i {
  color: #0284c7;
  font-size: 0.88rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

.vehicle-extras-row {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 0.65rem 0.95rem;
  margin-bottom: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.extras-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #475569;
  white-space: nowrap;
}

.extras-checkboxes {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  flex-wrap: wrap;
}

.inline-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 0.3rem 0.65rem;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.inline-checkbox:hover {
  border-color: var(--sky-500);
}

.inline-checkbox input {
  accent-color: var(--coral-500);
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.field-hint-text {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 0.2rem;
}

.booking-alert-box {
  display: none;
  background: #fef2f2;
  border: 1.5px solid #f87171;
  color: #b91c1c;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.86rem;
  margin-bottom: 1rem;
}

.btn-book-submit {
  height: 54px;
  font-size: 1.05rem;
  font-weight: 800;
}

/* Panels */
.booking-panel {
  display: none;
}

.booking-panel.active {
  display: block;
  animation: fadeIn 0.25s ease;
}

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

/* ==========================================================================
   Trust & Comparison Section
   ========================================================================== */
.trust-proof-section {
  padding: 4.5rem 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-subtle);
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--emerald-100);
  color: #065f46;
  border: 1px solid #a7f3d0;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 0.76rem;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.main-title {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  text-wrap: balance;
}

.sub-title {
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.trust-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.trust-pillar-card {
  background: #f8fafc;
  border-radius: var(--radius-md);
  border: 1px solid #e2e8f0;
  padding: 1.5rem 1.25rem;
  text-align: center;
  transition: var(--transition-smooth);
}

.trust-pillar-card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
}

.pillar-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(1, 47, 99, 0.08);
  color: var(--navy-800);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin: 0 auto 0.85rem auto;
}

.trust-pillar-card:nth-child(2) .pillar-icon-box {
  background: rgba(37, 211, 102, 0.12);
  color: #128c7e;
}

.trust-pillar-card:nth-child(3) .pillar-icon-box {
  background: rgba(254, 87, 15, 0.12);
  color: var(--coral-500);
}

.trust-pillar-card:nth-child(4) .pillar-icon-box {
  background: rgba(86, 171, 233, 0.15);
  color: var(--sky-500);
}

.trust-pillar-card h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--navy-800);
  margin-bottom: 0.35rem;
  text-wrap: balance;
}

.trust-pillar-card p {
  font-size: 0.83rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* ==========================================================================
   Partners Strip & Infinite Scrolling Marquee
   ========================================================================== */
.partner-strip {
  padding: 1.5rem 0;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}

.partner-strip-title {
  text-align: center;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 1.1rem;
}

.logo-marquee-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  padding: 0.25rem 0;
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: logoMarqueeScroll 40s linear infinite;
}

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

@keyframes logoMarqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

body.rtl .logo-marquee-track {
  animation: logoMarqueeScrollRTL 40s linear infinite;
}

@keyframes logoMarqueeScrollRTL {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

.marquee-logo-card {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.4rem;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  transition: opacity 0.25s ease;
  cursor: default;
}

.marquee-logo-card img {
  height: 26px;
  max-width: 125px;
  width: auto;
  object-fit: contain;
  filter: grayscale(10%) opacity(0.9);
  transition: filter 0.25s ease, opacity 0.25s ease;
  display: block;
}

.marquee-logo-card:hover img {
  filter: grayscale(0%) opacity(1);
}

/* ==========================================================================
   Featured Routes Grid
   ========================================================================== */
.routes-catalog {
  padding: 4.5rem 0;
  background: var(--bg-body);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.route-item-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 4px 20px -2px rgba(1, 47, 99, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.route-item-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 28px -4px rgba(1, 47, 99, 0.08);
}

.route-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.route-badge-hot {
  font-size: 0.74rem;
  font-weight: 800;
  color: #ea580c;
  background: #fff7ed;
  border: 1px solid #ffedd5;
  padding: 0.28rem 0.65rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.route-time-info {
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 0.28rem 0.65rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.route-time-info i {
  color: #0284c7;
}

.route-ports-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border: 1px solid #e9eff6;
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  margin-bottom: 1.1rem;
  gap: 0.4rem;
  min-height: 64px;
}

.port-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
}

.port-box.origin {
  text-align: left;
  align-items: flex-start;
}

.port-box.destination {
  text-align: right;
  align-items: flex-end;
}

body.rtl .port-box.origin {
  text-align: right;
  align-items: flex-start;
}

body.rtl .port-box.destination {
  text-align: left;
  align-items: flex-end;
}

.port-role-label {
  font-size: 0.65rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

.port-city-row {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  max-width: 100%;
}

.port-box.destination .port-city-row {
  justify-content: flex-end;
}

body.rtl .port-box.origin .port-city-row {
  justify-content: flex-start;
}

body.rtl .port-box.destination .port-city-row {
  justify-content: flex-end;
}

.port-title {
  font-weight: 800;
  font-size: 0.95rem;
  color: #012f63;
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1.25;
}

.port-flag-emoji {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}

/* Flat Rounded Vector Flags */
.flag-icon {
  display: inline-block;
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.flag-icon-sm {
  width: 16px;
  height: 12px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.flag-icon-lg {
  width: 24px;
  height: 18px;
  border-radius: 3.5px;
}

.route-connector {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  flex-shrink: 0;
}

.route-line-track {
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #e2e8f0 0%, #38bdf8 50%, #e2e8f0 100%);
  border-radius: 2px;
}

.route-ship-circle {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #38bdf8;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  box-shadow: 0 1px 4px rgba(2, 132, 199, 0.15);
}

.route-extra-info {
  margin-bottom: 1.15rem;
}

.route-departures {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.65rem;
}

.route-departures i {
  color: #059669;
  font-size: 0.85rem;
}

.carrier-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.carrier-tag {
  font-size: 0.72rem;
  font-weight: 700;
  background: #edf5fd;
  color: #012f63;
  border: 1px solid #d4e7f9;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  letter-spacing: -0.01em;
}

.route-card-bottom {
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.route-select-btn {
  width: 100%;
  font-weight: 800;
  font-size: 0.92rem;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* ==========================================================================
   Why Us & Step Guides
   ========================================================================== */
.why-us-section {
  padding: 4.5rem 0;
  background: #ffffff;
  border-top: 1px solid var(--border-subtle);
}

.why-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}

.feature-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 1.6rem 1.25rem;
  transition: var(--transition-smooth);
}

.feature-box:hover {
  background: #ffffff;
  border-color: #cbd5e1;
}

.feature-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(1, 47, 99, 0.08);
  color: var(--navy-800);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.feature-box h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy-800);
  margin-bottom: 0.45rem;
}

.feature-box p {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.steps-flow-section {
  padding: 4rem 0;
  background: var(--navy-950);
  color: #ffffff;
}

.steps-flex-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.step-flow-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.35rem;
  text-align: center;
  backdrop-filter: blur(8px);
}

.step-indicator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--coral-500);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  margin: 0 auto 0.9rem auto;
  box-shadow: 0 4px 12px var(--coral-glow);
}

.step-flow-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.step-flow-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

/* ==========================================================================
   Testimonials & FAQ
   ========================================================================== */
.reviews-section {
  padding: 4.5rem 0;
  background: var(--bg-body);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.review-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e2e8f0;
  padding: 1.6rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-stars-row {
  color: #f59e0b;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.review-body-text {
  font-size: 0.9rem;
  color: #334155;
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.user-badge {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.user-initials {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-800) 0%, var(--sky-500) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
}

.user-name-title h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy-800);
}

.user-name-title span {
  font-size: 0.76rem;
  color: var(--text-muted);
}

.faq-section {
  padding: 4.5rem 0;
  background: #ffffff;
  border-top: 1px solid var(--border-subtle);
}

.faq-list-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-accordion-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: var(--transition-fast);
}

.faq-accordion-header {
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #ffffff;
}

.faq-accordion-header h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--navy-800);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.faq-accordion-header h3 i {
  color: var(--coral-500);
}

.faq-toggle-arrow {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-800);
  font-size: 0.75rem;
  transition: var(--transition-smooth);
}

.faq-accordion-item.active .faq-toggle-arrow {
  transform: rotate(180deg);
  background: var(--navy-800);
  color: #ffffff;
}

.faq-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f8fafc;
}

.faq-accordion-item.active .faq-accordion-body {
  max-height: 250px;
  padding: 1.1rem 1.25rem;
  border-top: 1px solid #f1f5f9;
}

.faq-accordion-body p {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.55;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-wrap {
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.85);
  padding: 4rem 0 1.75rem 0;
  border-top: 3px solid var(--coral-500);
}

.footer-columns-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  margin-bottom: 2.75rem;
}

.footer-brand .brand-logo {
  color: #ffffff;
  margin-bottom: 0.85rem;
}

.footer-brand .brand-name strong {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.40rem;
  color: #ffffff;
}

.footer-brand .brand-name strong span {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 600 !important;
  color: var(--coral-500);
}

.footer-brand .brand-name small {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.68rem;
  color: var(--sky-400);
}

.footer-about-text {
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 1.25rem;
}

.social-links-bar {
  display: flex;
  gap: 0.6rem;
}

.social-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: var(--transition-fast);
}

.social-icon-btn:hover {
  background: var(--coral-500);
}

.footer-section-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.4rem;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--sky-500);
}

body.rtl .footer-section-title::after {
  left: auto;
  right: 0;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links-list a, .footer-links-list button {
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  padding: 0;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.72);
  transition: var(--transition-fast);
}

body.rtl .footer-links-list a, body.rtl .footer-links-list button {
  text-align: right;
}

.footer-links-list a:hover, .footer-links-list button:hover {
  color: var(--sky-400);
  padding-left: 3px;
}

body.rtl .footer-links-list a:hover, body.rtl .footer-links-list button:hover {
  padding-left: 0;
  padding-right: 3px;
}

.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 0.86rem;
}

.contact-row-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.contact-row-item i {
  color: var(--sky-500);
  margin-top: 3px;
}

.footer-wa-contact-btn {
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.3);
  padding: 0.6rem 0.85rem;
  border-radius: 10px;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

body.rtl .footer-wa-contact-btn {
  text-align: right;
}

.footer-wa-contact-btn:hover {
  background: rgba(37, 211, 102, 0.22);
  border-color: #25d366;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

.footer-wa-contact-btn span {
  color: #34d399;
  font-weight: 700;
  font-size: 0.84rem;
}

.footer-legal-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-legal-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-legal-links {
  display: flex;
  gap: 1.25rem;
}

.footer-author-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.35rem 0.95rem;
  border-radius: var(--radius-pill);
  margin-left: auto;
}

body.rtl .footer-author-badge {
  margin-left: 0;
  margin-right: auto;
}

.footer-author-badge a {
  color: var(--sky-400);
  font-weight: 700;
  text-decoration: underline;
  transition: var(--transition-fast);
}

.footer-author-badge a:hover {
  color: var(--coral-500);
}

/* ==========================================================================
   Responsive Breakpoints & Mobile Optimization
   ========================================================================== */
@media (max-width: 1140px) {
  .nav-menu {
    display: none;
  }
  .mobile-hamburger {
    display: block;
  }
}

@media (max-width: 1024px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-features-grid, .trust-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-columns-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-master-wrapper {
    margin-top: -70px;
    padding-top: calc(70px + 2.5rem);
    padding-bottom: 3.5rem;
  }
  .hero-port-badge {
    margin-bottom: 1rem;
  }
  .nav-cta-group .btn-whatsapp {
    display: none;
  }
  .booking-engine-card {
    padding: 1.15rem;
  }
  .form-row-2, .form-row-3 {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .phone-field-wrapper {
    grid-template-columns: 105px 1fr;
    gap: 0.5rem;
  }
  .trip-type-segmented {
    flex-direction: column;
    gap: 6px;
    padding: 6px;
    border-radius: 12px;
  }
  .trip-glider {
    display: none;
  }
  .trip-type-option {
    width: 100%;
  }
  .trip-type-option span {
    width: 100%;
    height: 42px;
    min-height: 42px;
    padding: 0 1rem;
    font-size: 0.92rem;
    border-radius: 8px;
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  .trip-type-option input[type="radio"]:checked + span {
    background: #012f63 !important;
    color: #ffffff !important;
    border-color: #012f63 !important;
    box-shadow: 0 3px 10px rgba(1, 47, 99, 0.25);
    font-weight: 700 !important;
  }
  .steps-flex-row, .reviews-grid {
    grid-template-columns: 1fr;
  }
  .hero-stats-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 0.55rem 1.25rem;
  }
  .stat-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.84rem;
  }
}

@media (max-width: 640px) {
  .hero-stats-bar {
    display: none !important;
  }
  .catalog-grid, .why-features-grid, .trust-pillars-grid {
    grid-template-columns: 1fr;
  }
  .hero-headline {
    font-size: 1.75rem;
  }
  .top-bar-flex {
    flex-direction: column;
    text-align: center;
    gap: 0.4rem;
  }
  .footer-columns-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .vehicle-extras-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 0.6rem 0.8rem;
  }
  .extras-checkboxes {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
  }
  .inline-checkbox {
    flex: 1;
    min-width: 130px;
    justify-content: center;
    font-size: 0.76rem;
    padding: 0.35rem 0.45rem;
  }
  .btn-book-submit {
    height: auto;
    min-height: 48px;
    padding: 0.75rem 0.85rem;
    font-size: 0.88rem;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    gap: 0.45rem;
  }
  .btn-book-submit i {
    font-size: 1.15rem;
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 0.85rem;
  }
  .nav-wrapper {
    gap: 0.45rem;
  }
  .brand-logo {
    gap: 0.45rem;
  }
  .brand-logo-img {
    width: 42px;
    height: 42px;
  }
  .brand-name strong {
    font-size: 1.18rem;
  }
  .brand-name small {
    font-size: 0.62rem;
  }
  .custom-lang-trigger {
    padding: 0.3rem 0.45rem;
    font-size: 0.76rem;
  }
  .nav-cta-group {
    gap: 0.3rem;
  }
  .booking-engine-card {
    padding: 1.1rem 0.85rem;
  }
  .live-indicator {
    font-size: 0.74rem;
  }
}

/* Direct WhatsApp Modal */
.direct-wa-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.direct-wa-modal.open {
  display: flex;
  animation: fadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.direct-wa-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(1, 26, 56, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.direct-wa-dialog {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border-radius: 18px;
  padding: 2rem 1.75rem;
  box-shadow: 0 24px 60px -12px rgba(1, 26, 56, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 10;
  transform: scale(0.96);
  animation: modalPop 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes modalPop {
  to {
    transform: scale(1);
  }
}

.direct-wa-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}

body.rtl .direct-wa-close {
  right: auto;
  left: 1rem;
}

.direct-wa-close:hover {
  background: #e2e8f0;
  color: var(--navy-900);
}

.direct-wa-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.direct-wa-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  font-size: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem auto;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.direct-wa-header h3 {
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--navy-800);
  margin-bottom: 0.35rem;
}

.direct-wa-header p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.45;
}

/* Footer Legal Link Buttons */
.footer-legal-link-btn {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.footer-legal-link-btn:hover {
  color: var(--sky-400);
}

/* ==========================================================================
   Comprehensive Legal Modal (Mentions / Privacy / CGV)
   ========================================================================== */
.legal-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.legal-modal.open {
  display: flex;
  animation: fadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.legal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(1, 18, 42, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.legal-dialog {
  position: relative;
  width: 100%;
  max-width: 780px;
  max-height: 85vh;
  max-height: 85dvh;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 25px 60px -10px rgba(1, 26, 56, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: modalPop 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.legal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  color: #64748b;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 20;
}

body.rtl .legal-close-btn {
  right: auto;
  left: 1rem;
}

.legal-close-btn:hover {
  background: var(--coral-500);
  color: #ffffff;
}

.legal-modal-header {
  padding: 1.5rem 1.75rem 1rem 1.75rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.legal-brand-mini {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.legal-brand-title {
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy-900);
}

.legal-brand-title span {
  color: var(--coral-500);
}

.legal-modal-header h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy-800);
  margin: 0;
}

.legal-tabs-nav {
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 1rem;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.legal-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 0.88rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.legal-tab-btn i {
  color: #94a3b8;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.legal-tab-btn:hover {
  color: var(--navy-900);
}

.legal-tab-btn.active {
  color: var(--coral-500);
  border-bottom-color: var(--coral-500);
}

.legal-tab-btn.active i {
  color: var(--coral-500);
}

.legal-modal-body {
  padding: 1.5rem 1.75rem 2rem 1.75rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.65;
}

.legal-tab-pane {
  display: none;
}

.legal-tab-pane.active {
  display: block;
  animation: fadeIn 0.2s ease;
}

.legal-tab-pane h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy-800);
  margin-top: 1.25rem;
  margin-bottom: 0.45rem;
}

.legal-tab-pane h3:first-child {
  margin-top: 0;
}

.legal-tab-pane p {
  margin-bottom: 0.75rem;
}

.legal-tab-pane ul {
  list-style: disc;
  margin-left: 1.35rem;
  margin-bottom: 1rem;
}

body.rtl .legal-tab-pane ul {
  margin-left: 0;
  margin-right: 1.35rem;
}

.legal-tab-pane li {
  margin-bottom: 0.35rem;
}

.legal-tab-pane a {
  color: var(--sky-500);
  font-weight: 600;
  text-decoration: underline;
}

/* ==========================================================================
   Attached Full-Width Bottom Bar Cookie Consent (Light Mode, No Backdrop Blur)
   ========================================================================== */
.cookie-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.08);
  z-index: 99999;
  padding: 1rem 0;
  border-radius: 0 !important;
}

.cookie-bottom-bar.show {
  display: block;
  animation: slideUpCookie 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUpCookie {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.cookie-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-bar-main {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  flex: 1;
  min-width: 280px;
}

.cookie-bar-icon {
  font-size: 1.4rem;
  color: #d97706;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.cookie-bar-text strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy-900);
  margin-bottom: 0.2rem;
}

.cookie-bar-text p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: #475569;
  margin: 0;
}

.cookie-bar-link {
  background: none;
  border: none;
  color: var(--sky-500);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 0.25rem;
  display: inline;
}

.cookie-bar-link:hover {
  color: var(--coral-500);
}

.cookie-bar-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.btn-cookie-accept {
  padding: 0.5rem 1.15rem;
  background: var(--navy-800);
  color: #ffffff;
  border: 1px solid var(--navy-800);
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.btn-cookie-accept:hover {
  background: var(--navy-900);
  border-color: var(--navy-900);
  transform: none;
}

.btn-cookie-reject {
  padding: 0.5rem 1.15rem;
  background: #ffffff;
  color: #475569;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}

.btn-cookie-reject:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #0f172a;
  transform: none;
}

@media (max-width: 768px) {
  .cookie-bottom-bar {
    padding: 0.85rem 0;
  }
  .cookie-bar-container {
    gap: 0.85rem;
  }
  .cookie-bar-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .btn-cookie-accept, .btn-cookie-reject {
    flex: 1;
    text-align: center;
  }
}
