:root {
  --ink: #071d32;
  --navy: #102c46;
  --teal: #047c82;
  --mint: #74d6c5;
  --coral: #ee6055;
  --mist: #f3f8f8;
  --white: #fff;
  --body: "DM Sans", sans-serif;
  --heading: "Plus Jakarta Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.55 var(--body); }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topline { height: 34px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: #d4e4e7; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 20; height: 86px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.97); border-bottom: 1px solid #e5eded; }
.brand { display: inline-flex; gap: 5px; align-items: center; color: var(--ink); font: 800 19px var(--heading); letter-spacing: -.07em; text-decoration: none; }
.brand-mark { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 10px; margin-right: 4px; color: #fff; background: var(--teal); letter-spacing: 0; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-accent { color: var(--teal); }
.brand small { align-self: flex-end; margin: 0 0 4px -20px; color: #6c7d88; font: 8px var(--body); letter-spacing: .08em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 24px; }
.site-header nav a { color: #284353; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: var(--teal); }
.site-header .nav-cta { padding: 11px 16px; border-radius: 4px; color: #fff; background: var(--coral); }
.language-switch { display: inline-flex; gap: 5px; align-items: center; padding-left: 2px; }
.language-switch a { display: inline-grid; width: 27px; height: 27px; place-items: center; border: 1px solid #d8e3e5; border-radius: 50%; color: #58717c !important; font-size: 10px !important; }
.language-switch a.active { border-color: var(--teal); color: #fff !important; background: var(--teal); }
.menu-toggle { display: none; width: 38px; border: 0; background: none; }
.menu-toggle i { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

.hero { position: relative; display: flex; min-height: 680px; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image { position: absolute; inset: 0; background: url("bookingai-showcase-hero.png") center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,19,33,.96) 0%, rgba(2,22,37,.79) 43%, rgba(2,24,39,.12) 78%); }
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 72px; }
.eyebrow { margin: 0 0 18px; color: #477081; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 22px; height: 2px; margin-right: 9px; vertical-align: middle; background: var(--coral); }
.eyebrow.light { color: #c0d3d8; }
h1, h2, h3 { font-family: var(--heading); }
.hero h1, .section h2 { margin: 0; font-weight: 700; line-height: 1.04; letter-spacing: -.055em; }
.hero h1 { max-width: 765px; font-size: clamp(42px, 5.4vw, 74px); }
.hero h1 em, .section h2 em { color: var(--mint); font-style: normal; }
.hero-copy { max-width: 570px; margin: 28px 0 34px; color: #d6e5e8; font-size: 19px; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; gap: 18px; align-items: center; padding: 14px 20px; border-radius: 4px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--coral); }
.button.ghost { border: 1px solid rgba(255,255,255,.48); color: #fff; }
.button.white { color: var(--ink); background: #fff; }
.hero-proof { display: flex; gap: 14px; align-items: center; max-width: 450px; margin-top: 68px; color: #c1d1d5; font-size: 13px; }
.hero-proof p { margin: 0; }
.proof-line { width: 62px; height: 1px; background: #8cb5bd; }
.hero-scroll { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 36px; z-index: 1; display: flex; gap: 12px; align-items: center; color: #c0d5d8; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll span { width: 27px; height: 1px; background: #c0d5d8; }

.section { padding: 108px 0; }
.section-heading { max-width: 700px; margin-bottom: 52px; }
.section-heading.split { display: grid; grid-template-columns: 1.15fr .85fr; max-width: none; gap: 70px; align-items: end; }
.section h2 { color: var(--ink); font-size: clamp(34px, 4vw, 53px); }
.section h2 em { color: var(--teal); }
.section-heading > p { margin: 0; color: #55707e; font-size: 16px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { display: flex; min-height: 340px; flex-direction: column; align-items: flex-start; padding: 29px; border: 1px solid #e7eeee; background: #f3f7f7; }
.value-card.featured { position: relative; color: #fff; background: var(--ink); }
.card-number, .module-index { margin-left: auto; color: #8ba0ad; font-size: 12px; letter-spacing: .12em; }
.featured .card-number { color: var(--mint); }
.icon-surface { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 25px; border-radius: 50%; color: var(--teal); background: #d9ece8; font-size: 23px; }
.featured .icon-surface { color: #b8e7df; background: #1b5366; }
.value-card h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.18; letter-spacing: -.04em; }
.value-card p { max-width: 265px; margin: 0; color: #5e7580; }
.featured p { color: #c3d1d5; }
.value-card a, .b2b-copy > a { margin-top: auto; color: var(--teal); font-size: 14px; font-weight: 700; text-decoration: none; }
.featured a { color: #a9e3d8; }

.modules { background: #fbfcfc; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.module-card { position: relative; display: flex; min-height: 255px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 23px; color: #fff; background: #103c58; isolation: isolate; }
.module-card::before { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(115,214,197,.44), transparent 40%), linear-gradient(145deg, rgba(3,21,35,.8), rgba(4,65,87,.44)); content: ""; }
.module-card.wide { grid-column: span 2; }
.card-flights { background: #17698b; }.card-cars { background: #0e5360; }.card-tours { background: #0d3452; }.card-spa { background: #146d68; }.card-omra { background: #4f405e; }
.module-index { position: absolute; top: 18px; right: 20px; color: #b9d7d7; }
.module-card p { margin: 0 0 6px; color: #a6d7d0; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.module-card h3 { margin: 0; font-size: 25px; line-height: 1.1; letter-spacing: -.04em; }
.module-card small { margin-top: 9px; color: #d2e3e5; }.module-card .arrow { position: absolute; right: 22px; bottom: 20px; font-size: 20px; }

.connectors { color: #fff; background: var(--ink); }
.connector-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.connector-copy h2 { color: #fff; }.connector-copy > p:not(.eyebrow) { max-width: 460px; margin: 26px 0 31px; color: #bed0d5; font-size: 17px; }
.connector-board { padding: 31px; border: 1px solid rgba(255,255,255,.12); background: #0d3047; }.connector-board > p { margin: 0 0 25px; color: #b7d4d7; font: 15px var(--heading); }
.logo-cloud { display: flex; flex-wrap: wrap; gap: 10px; }.logo-cloud span { padding: 11px 14px; border: 1px solid #225269; color: #edfafa; background: #123e56; font: 14px var(--heading); }.logo-cloud span:nth-child(3n) { color: var(--mint); }
.connector-board small { display: block; margin-top: 23px; color: #86a6b1; font-size: 12px; }

.b2b-layout { display: grid; grid-template-columns: 1.04fr .96fr; gap: 78px; align-items: center; }
.b2b-screen { overflow: hidden; border-radius: 9px; background: #f7fafa; box-shadow: 0 28px 60px rgba(7,29,50,.14); }.screen-top { display: flex; gap: 6px; align-items: center; height: 40px; padding: 0 15px; background: #09243b; }.screen-top > span { width: 7px; height: 7px; border-radius: 50%; background: #527384; }.screen-top p { margin: 0 auto; color: #b6cbd1; font-size: 10px; }
.screen-body { display: flex; min-height: 300px; }.screen-body aside { display: flex; width: 60px; flex-direction: column; align-items: center; gap: 20px; padding: 18px 0; border-right: 1px solid #e4ebed; background: #fff; }.screen-body aside b { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 7px; color: #fff; background: var(--teal); font: 11px var(--heading); }.screen-body aside i { width: 16px; height: 2px; background: #a9c2ca; }
.screen-panel { width: 100%; padding: 31px; }.tiny-label { color: #47a39e; font-size: 9px; font-weight: 700; letter-spacing: .13em; }.screen-panel h3 { margin: 8px 0 20px; font-size: 23px; }.screen-lines { display: flex; gap: 8px; }.screen-lines span { flex: 1; height: 7px; background: #dce7ea; }.screen-lines span:first-child { flex: 1.5; background: #64cabb; }.screen-table { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 26px; }.screen-table div { height: 54px; border: 1px solid #e5edef; border-radius: 3px; background: #fff; }
.b2b-copy > p:not(.eyebrow) { color: #5e7580; font-size: 17px; }.b2b-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 27px 0; padding: 0; list-style: none; }.b2b-copy li { color: #385563; font-size: 14px; font-weight: 600; }.b2b-copy li::before { margin-right: 8px; color: var(--teal); content: "✓"; }

.pilotage { background: var(--mist); }.pilotage-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfdfdf; border-left: 1px solid #cfdfdf; }.pilotage-grid article { min-height: 218px; padding: 29px 24px; border-right: 1px solid #cfdfdf; border-bottom: 1px solid #cfdfdf; }.pilotage-grid span { color: var(--teal); font-size: 12px; font-weight: 700; }.pilotage-grid h3 { margin: 35px 0 11px; font-size: 19px; line-height: 1.15; letter-spacing: -.04em; }.pilotage-grid p { margin: 0; color: #637984; font-size: 14px; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; }.faq-layout > div > p:not(.eyebrow) { max-width: 355px; color: #607680; }.faq-list { border-top: 1px solid #dce6e7; }.faq-list details { padding: 17px 0; border-bottom: 1px solid #dce6e7; }.faq-list summary { display: flex; justify-content: space-between; gap: 15px; color: #183b4d; cursor: pointer; font-weight: 700; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--teal); font-size: 21px; line-height: .8; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { margin: 13px 35px 2px 0; color: #607680; }
.contact { position: relative; overflow: hidden; color: #fff; background: var(--navy); }.contact-noise { position: absolute; top: -340px; right: -170px; width: 700px; height: 700px; border: 1px solid rgba(116,214,197,.28); border-radius: 50%; box-shadow: 0 0 0 90px rgba(116,214,197,.03), 0 0 0 180px rgba(116,214,197,.025); }.contact-content { position: relative; max-width: 790px; }.contact h2 { color: #fff; font-size: clamp(38px, 5vw, 67px); }.contact-content > p:not(.eyebrow) { max-width: 590px; margin: 25px 0 31px; color: #c3d2d8; font-size: 18px; }.contact-content small { display: block; margin-top: 18px; color: #8eabb5; font-size: 12px; }
.lead-form { display: grid; gap: 14px; max-width: 690px; margin-top: 28px; }.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.lead-form label { display: grid; gap: 6px; color: #d6e5e8; font-size: 13px; font-weight: 700; }.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 12px; border: 1px solid rgba(202,228,231,.44); border-radius: 3px; color: var(--ink); background: #fff; font: 14px var(--body); outline: none; }.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(116,214,197,.16); }.lead-form textarea { resize: vertical; }.lead-consent { grid-template-columns: 18px 1fr; align-items: start; color: #bfd2d7 !important; font-size: 12px !important; font-weight: 500 !important; }.lead-consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--teal); }.lead-submit { border: 0; cursor: pointer; }.trap-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }.lead-feedback { max-width: 690px; margin-top: 25px; padding: 13px 15px; border-left: 3px solid var(--mint); color: #dffbf5; background: rgba(116,214,197,.14); font-weight: 700; }.lead-feedback.warning { border-left-color: #ffc66e; color: #fff0cf; background: rgba(255,198,110,.13); }
.campaign-strip { color: #fff; background: var(--teal); }.campaign-inner { display: flex; gap: 16px; align-items: center; padding: 13px 0; }.campaign-inner img { width: 58px; height: 42px; object-fit: cover; }.campaign-inner div { display: grid; gap: 1px; margin-right: auto; }.campaign-inner strong { font: 700 15px var(--heading); }.campaign-inner span { color: #d9f2ee; font-size: 12px; }.campaign-inner a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.66); color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }.site-popup { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(1,20,34,.72); }.site-popup-box { position: relative; width: min(480px, 100%); padding: 37px; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.28); }.site-popup-box > p:first-of-type { margin: 0 0 12px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .15em; }.site-popup-box h2 { margin: 0; font-size: 30px; line-height: 1.05; }.site-popup-text { margin: 18px 0 24px; color: #607680; }.site-popup-close { position: absolute; top: 13px; right: 15px; border: 0; color: #49636d; background: transparent; cursor: pointer; font-size: 28px; }.rtl .campaign-inner div { margin-right: 0; margin-left: auto; }.rtl .site-popup-close { right: auto; left: 15px; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 30; display: inline-flex; gap: 8px; align-items: center; padding: 12px 16px; border-radius: 99px; color: #fff; background: #25d366; box-shadow: 0 10px 28px rgba(7,29,50,.24); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(7,29,50,.3); }.whatsapp-float span { font-size: 20px; line-height: 1; }
footer { padding: 32px 0; color: #d0dfe2; background: var(--ink); }.footer-grid { display: grid; grid-template-columns: 1.2fr 1.5fr 1fr 1fr; gap: 30px; align-items: center; font-size: 13px; }.footer-brand { color: #fff; }.footer-grid p { margin: 0; color: #92aab2; }.footer-grid > div { display: flex; gap: 14px; }.footer-grid a { color: #bfd0d4; text-decoration: none; }.footer-grid > span { color: #7894a0; }

.rtl { font-family: "DM Sans", Tahoma, Arial, sans-serif; text-align: right; }.rtl .eyebrow span { margin-right: 0; margin-left: 9px; }.rtl .hero-proof { flex-direction: row-reverse; }.rtl .hero-scroll { right: auto; left: max(24px, calc((100vw - 1180px) / 2)); }.rtl .module-index { right: auto; left: 20px; }.rtl .module-card .arrow { right: auto; left: 22px; }.rtl .card-number { margin-right: auto; margin-left: 0; }.rtl .b2b-copy li::before { margin-right: 0; margin-left: 8px; }.rtl .contact-noise { right: auto; left: -170px; }

@media (max-width: 900px) { .site-header nav { gap: 14px; }.site-header nav > a:not(.nav-cta) { display: none; }.section-heading.split, .connector-layout, .b2b-layout, .faq-layout { grid-template-columns: 1fr; gap: 34px; }.value-grid { grid-template-columns: 1fr; }.value-card { min-height: 260px; }.pilotage-grid { grid-template-columns: 1fr 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; }.module-grid { grid-template-columns: 1fr 1fr; }.module-card.wide { grid-column: span 1; } }
@media (max-width: 600px) { .topline span:last-child, .hero-scroll { display: none; }.site-header { height: 70px; }.menu-toggle { display: block; }.site-header nav { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 18px 24px; border-bottom: 1px solid #e9eeee; background: #fff; }.site-header nav.open { display: flex; }.site-header nav > a:not(.nav-cta) { display: block; }.site-header .nav-cta { text-align: center; }.hero { min-height: 650px; }.hero h1 { font-size: 43px; }.hero-copy { font-size: 17px; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .button { justify-content: space-between; }.section { padding: 75px 0; }.section h2 { font-size: 37px; }.module-grid, .pilotage-grid { grid-template-columns: 1fr; }.module-card { min-height: 210px; }.connector-board { padding: 22px; }.b2b-copy ul, .footer-grid, .lead-grid { grid-template-columns: 1fr; }.footer-grid > div { flex-wrap: wrap; }.screen-body { min-height: 240px; }.screen-panel { padding: 23px; }.campaign-inner { align-items: flex-start; }.campaign-inner a { margin-left: auto; }.site-popup-box { padding: 30px 24px; } }
