/* The Holidays World — v2 front end.
   Every class is prefixed v2- so it can sit next to Bootstrap and travel.css
   on pages that have not been converted yet. */

:root {
  --v2-navy: #00265e;
  --v2-navy-2: #003580;
  --v2-ink: #0b1830;
  --v2-ink-2: #44526b;
  --v2-yellow: #f5e11e;
  --v2-yellow-2: #d8c400;
  --v2-ground: #f3f5f9;
  --v2-line: #cfd9e6;
  --v2-white: #ffffff;
  --v2-ok: #12663a;
  --v2-bad: #a3321b;
  --v2-font: "Archivo", "Tajawal", system-ui, -apple-system, "Segoe UI", sans-serif;
  --v2-wrap: 1480px;
}

body.v2 {
  margin: 0;
  background: var(--v2-white);
  color: var(--v2-ink);
  font: 400 16px/1.55 var(--v2-font);
  -webkit-font-smoothing: antialiased;
  padding-top: 0 !important;
}
body.v2 h1, body.v2 h2, body.v2 h3, body.v2 h4 { font-family: var(--v2-font); color: inherit; }
body.v2 img { max-width: 100%; }
body.v2 :focus-visible { outline: 3px solid var(--v2-yellow); outline-offset: 2px; }
.v2-i { width: 18px; height: 18px; flex: none; }

.v2-wrap { max-width: var(--v2-wrap); margin: 0 auto; padding: 0 40px; box-sizing: border-box; }
.v2-eyebrow { font: 700 12px/1 var(--v2-font); letter-spacing: .16em; text-transform: uppercase; }
.v2-display { font-weight: 850; font-stretch: 115%; text-transform: uppercase; letter-spacing: -.005em; line-height: 1; }
html[dir="rtl"] .v2-display, html[dir="rtl"] .v2-eyebrow { letter-spacing: 0; }

/* ---------- header ---------- */
.v2-hdr { background: var(--v2-navy); color: var(--v2-white); position: relative; z-index: 900; }
.v2-hdr .v2-wrap { display: flex; align-items: center; gap: 32px; min-height: 76px; }
.v2-brand { display: flex; align-items: center; gap: 12px; color: var(--v2-white); text-decoration: none; }
.v2-brand:hover { color: var(--v2-white); }
.v2-brand img { width: 44px; height: 44px; }
.v2-brand b { font: 800 17px/1.05 var(--v2-font); font-stretch: 112%; text-transform: uppercase; letter-spacing: .01em; }
.v2-nav { display: flex; gap: 26px; margin: 0 0 0 12px; padding: 0; list-style: none; }
html[dir="rtl"] .v2-nav { margin: 0 12px 0 0; }
.v2-nav a { color: #dbe4f0; text-decoration: none; font-weight: 600; font-size: 15px; }
.v2-nav a:hover, .v2-nav a[aria-current="page"] { color: var(--v2-white); }
.v2-hdr-r { margin-inline-start: auto; display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 600; }
.v2-langs { display: flex; align-items: center; gap: 4px; color: #dbe4f0; }
.v2-langs a { color: #dbe4f0; text-decoration: none; padding: 6px 8px; border-radius: 8px; }
.v2-langs a:hover { color: var(--v2-white); background: rgba(255,255,255,.08); }
.v2-langs a[aria-current="true"] { color: var(--v2-yellow); }
.v2-pillbtn { display: flex; align-items: center; gap: 8px; color: var(--v2-white); text-decoration: none; border: 1.5px solid rgba(255,255,255,.35); padding: 9px 16px; border-radius: 999px; background: none; font: inherit; cursor: pointer; }
.v2-pillbtn:hover { border-color: var(--v2-white); color: var(--v2-white); }
.v2-acct { position: relative; }
.v2-acct summary { list-style: none; }
.v2-acct summary::-webkit-details-marker { display: none; }
.v2-acct-menu { position: absolute; inset-inline-end: 0; top: calc(100% + 8px); min-width: 210px; background: var(--v2-white); border-radius: 12px; box-shadow: 0 20px 40px -12px rgba(0,24,64,.35); padding: 8px; z-index: 950; }
.v2-acct-menu a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--v2-ink); text-decoration: none; font-weight: 600; }
.v2-acct-menu a:hover { background: var(--v2-ground); }
.v2-burger { display: none; background: none; border: 0; color: var(--v2-white); padding: 8px; cursor: pointer; }
.v2-burger .v2-i { width: 24px; height: 24px; }

/* ---------- search band ---------- */
.v2-hero { position: relative; background: var(--v2-navy); padding: 72px 0 80px; }
.v2-hero::before, .v2-hero::after { pointer-events: none; }
.v2-hero::before { content: ""; position: absolute; inset: 0; background: url("../images/banner.webp") center 60% / cover no-repeat; opacity: .55; }
.v2-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,38,94,.97) 0%, rgba(0,38,94,.82) 42%, rgba(0,38,94,.25) 100%); }
.v2-hero.v2-compact { padding: 36px 0 44px; }
.v2-hero > .v2-wrap { position: relative; z-index: 1; }

.v2-search .v2-tabs { display: flex; flex-wrap: nowrap; gap: 4px; margin: 0; padding: 0; list-style: none; border: 0; }
.v2-search .v2-tabs > li { flex: none; }
.v2-search .v2-tab { display: flex; align-items: center; gap: 9px; background: rgba(0,24,64,.62); color: #dbe4f0; border: 0; border-radius: 12px 12px 0 0; padding: 13px 20px; font: 700 15px/1.2 var(--v2-font); cursor: pointer; white-space: nowrap; }
.v2-search .v2-tab:hover { color: var(--v2-white); background: rgba(0,24,64,.85); }
.v2-search .v2-tab.active { background: var(--v2-white); color: var(--v2-navy); }
.v2-search .tab-content > .tab-pane { display: none; }
.v2-search .tab-content > .active { display: block; }
.v2-panel { background: var(--v2-white); border-radius: 16px; box-shadow: 0 30px 70px -20px rgba(0,10,30,.55); padding: 30px 36px 24px; color: var(--v2-ink); }
.v2-search .tab-content { border-radius: 0 16px 16px 16px; }
html[dir="rtl"] .v2-search .v2-panel { border-radius: 16px; }
.v2-row { display: grid; gap: 18px; align-items: end; }
.v2-row.v2-r-car { grid-template-columns: 1.1fr 1fr 1fr 1.35fr 1.35fr auto; }
.v2-row.v2-r-stay { grid-template-columns: 1fr 1fr 1.8fr 1fr auto; }
.v2-row.v2-r-visa { grid-template-columns: 1.2fr 1fr 1fr 1fr auto; }
.v2-row.v2-r-tour { grid-template-columns: 1fr 2fr 1fr 1.3fr auto; }

.v2-fld { position: relative; min-width: 0; }
.v2-fld > label, .v2-fld > .v2-lbl { display: flex; align-items: center; gap: 7px; font: 700 11px/1 var(--v2-font); letter-spacing: .1em; text-transform: uppercase; color: var(--v2-ink-2); margin-bottom: 9px; }
html[dir="rtl"] .v2-fld > label, html[dir="rtl"] .v2-fld > .v2-lbl { letter-spacing: 0; font-size: 13px; }
.v2-fld > label .v2-i, .v2-fld > .v2-lbl .v2-i { width: 15px; height: 15px; color: var(--v2-navy-2); }
.v2-ctl { display: flex; align-items: center; justify-content: space-between; gap: 10px; height: 54px; padding: 0 16px; border: 1.5px solid var(--v2-line); border-radius: 12px; background: var(--v2-ground); font-size: 15px; font-weight: 600; color: var(--v2-ink); white-space: nowrap; overflow: hidden; box-sizing: border-box; }
.v2-ctl .v2-i { width: 16px; height: 16px; color: #6b7890; }

/* select-search.js renders .dropdown > .dropdown-select + .dropdown-menu next to each hidden <select> */
.v2-search select.dropdown { display: none; }
.v2-search .dropdown { position: relative; }
.v2-search .dropdown-select { display: block; height: 54px; line-height: 51px; padding: 0 40px 0 16px; border: 1.5px solid var(--v2-line); border-radius: 12px; background: var(--v2-ground); font-size: 15px; font-weight: 600; color: var(--v2-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; box-sizing: border-box; position: relative; }
html[dir="rtl"] .v2-search .dropdown-select { padding: 0 16px 0 40px; }
.v2-search .dropdown-select::after { content: ""; position: absolute; inset-inline-end: 16px; top: 50%; width: 8px; height: 8px; border-right: 2px solid #6b7890; border-bottom: 2px solid #6b7890; transform: translateY(-70%) rotate(45deg); }
.v2-search .dropdown-select:hover { border-color: var(--v2-navy-2); }
.v2-search .dropdown-menu { position: absolute; top: calc(100% + 6px); inset-inline-start: 0; min-width: 100%; max-width: 360px; background: var(--v2-white); border: 1px solid var(--v2-line); border-radius: 12px; box-shadow: 0 20px 40px -14px rgba(0,24,64,.35); padding: 8px; z-index: 60; margin: 0; }
.v2-search .dropdown-menu-search { width: 100%; height: 40px; border: 1.5px solid var(--v2-line); border-radius: 8px; padding: 0 12px; margin-bottom: 6px; font: inherit; box-sizing: border-box; }
.v2-search .dropdown-menu-inner { max-height: 260px; overflow-y: auto; }
.v2-search .dropdown-menu-item { padding: 10px 12px; border-radius: 8px; cursor: pointer; font-size: 15px; }
.v2-search .dropdown-menu-item:hover, .v2-search .dropdown-menu-item.is-select { background: var(--v2-ground); color: var(--v2-navy); font-weight: 600; }

/* date fields: the real daterangepicker input covers the display boxes */
.v2-dates { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.v2-dates.v2-single { grid-template-columns: 1fr; }
.v2-dates input.v2-date-input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; z-index: 2; border: 0; }
/* split ranges: each box has its own invisible calendar trigger */
.v2-dates.v2-split input.v2-date-input { pointer-events: none; z-index: -1; }
.v2-split-in { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; border: 0; padding: 0; z-index: 2; }
.v2-split .v2-ctl { cursor: pointer; }
.v2-dates ul { margin: 0; padding: 0; list-style: none; display: flex; gap: 6px; overflow: hidden; }
.v2-dates ul li { white-space: nowrap; }
.v2-dates ul li.v2-ph { color: #6b7890; font-weight: 500; }

/* car search: date (calendar) + time (dropdown) side by side */
.v2-dt { display: grid; grid-template-columns: minmax(0, 1fr) 96px; }
.v2-dt-date { position: relative; min-width: 0; }
.v2-dt-date input { width: 100%; height: 54px; box-sizing: border-box; border: 1.5px solid var(--v2-line); border-radius: 12px 0 0 12px; background: var(--v2-ground); padding: 0 40px 0 16px; font: 600 15px/1 var(--v2-font); color: var(--v2-ink); cursor: pointer; text-overflow: ellipsis; }
.v2-dt-date .v2-i { position: absolute; inset-inline-end: 14px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: #6b7890; pointer-events: none; }
.v2-dt-time { height: 54px; border: 1.5px solid var(--v2-line); border-left: 0; border-radius: 0 12px 12px 0; background: #e9edf4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%236b7890' stroke-width='2'%3E%3Cpath d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center; padding: 0 30px 0 14px; font: 600 15px/1 var(--v2-font); color: var(--v2-ink); appearance: none; -webkit-appearance: none; cursor: pointer; }
.v2-dt-date input:hover, .v2-dt-time:hover, .v2-dt-date input:focus, .v2-dt-time:focus { border-color: var(--v2-navy-2); outline: none; }
html[dir="rtl"] .v2-dt-date input { border-radius: 0 12px 12px 0; padding: 0 16px 0 40px; }
html[dir="rtl"] .v2-dt-time { border-left: 1.5px solid var(--v2-line); border-right: 0; border-radius: 12px 0 0 12px; background-position: left 12px center; padding: 0 14px 0 30px; }
.v2-go { height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 26px; border: 0; border-radius: 12px; background: var(--v2-yellow); color: var(--v2-ink); font: 800 16px/1 var(--v2-font); cursor: pointer; white-space: nowrap; }
.v2-go:hover { background: var(--v2-yellow-2); }
.v2-rules { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 16px; font-size: 13px; color: var(--v2-ink-2); }
.v2-rules span { display: flex; align-items: center; gap: 7px; }
.v2-rules i { width: 6px; height: 6px; border-radius: 50%; background: var(--v2-yellow-2); display: block; }
.v2-search label.error, .v2-search .error:not(input):not(select) { position: absolute; top: calc(100% + 4px); inset-inline-start: 2px; display: block; color: var(--v2-bad); font-size: 12px; font-weight: 600; margin: 0; text-transform: none; letter-spacing: 0; white-space: nowrap; }
.v2-search form { padding-bottom: 4px; }
.v2-search .v2-rules { margin-top: 24px; }

.v2-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 40px; padding: 28px 0 0; font-weight: 600; font-size: 15px; color: var(--v2-navy); }
.v2-trust span { display: flex; align-items: center; gap: 9px; }
.v2-trust .v2-i { width: 20px; height: 20px; color: var(--v2-navy-2); }

/* ---------- sections ---------- */
.v2-s { padding: 92px 0; }
.v2-s.v2-ground { background: var(--v2-ground); }
.v2-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.v2-head .v2-eyebrow { color: var(--v2-navy-2); }
.v2-head h2 { font-size: clamp(32px, 4vw, 50px); margin: 16px 0 0; text-wrap: balance; }
.v2-head p { margin: 0; font-size: 18px; color: var(--v2-ink-2); }
.v2-route { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 20px 0; }
.v2-route i { display: block; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--v2-navy-2); box-sizing: border-box; }
.v2-route i:last-child { background: var(--v2-yellow); border-color: var(--v2-yellow-2); }
.v2-route b { display: block; width: 58px; border-top: 2px dashed var(--v2-navy-2); }

.v2-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.v2-card { background: var(--v2-white); border: 1px solid var(--v2-line); border-radius: 16px; padding: 28px; }
.v2-ico { width: 48px; height: 48px; border-radius: 12px; background: var(--v2-navy); color: var(--v2-yellow); display: grid; place-items: center; margin-bottom: 20px; }
.v2-ico .v2-i { width: 24px; height: 24px; }
.v2-card h3 { font-size: 19px; line-height: 1.25; margin: 0 0 8px; font-weight: 750; }
.v2-card p { margin: 0; color: var(--v2-ink-2); font-size: 15px; }

.v2-band { background: var(--v2-navy); color: var(--v2-white); }
.v2-band .v2-head .v2-eyebrow { color: var(--v2-yellow); }
.v2-band .v2-head p { color: #c3d0e2; }
.v2-band .v2-route i { border-color: #8fa6c6; }
.v2-band .v2-route b { border-color: #8fa6c6; }
.v2-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.v2-step { padding: 0 22px; position: relative; text-align: center; }
.v2-step:not(:last-child)::after { content: ""; position: absolute; top: 31px; inset-inline-start: calc(50% + 44px); inset-inline-end: calc(-50% + 44px); border-top: 2px dashed rgba(143,166,198,.55); }
.v2-num { width: 64px; height: 64px; border-radius: 50%; border: 2px solid rgba(255,255,255,.28); display: grid; place-items: center; font: 700 20px/1 var(--v2-font); color: var(--v2-yellow); margin: 0 auto 22px; background: var(--v2-navy); position: relative; z-index: 1; }
.v2-step h3 { font-size: 20px; margin: 0 0 10px; font-weight: 750; color: var(--v2-white); }
.v2-step p { margin: 0 auto; color: #c3d0e2; font-size: 15px; max-width: 32ch; }

/* ---------- fleet ---------- */
.v2-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: -18px 0 40px; }
.v2-chip { border: 1.5px solid var(--v2-line); background: var(--v2-white); border-radius: 999px; padding: 10px 18px; font: 700 14px/1 var(--v2-font); cursor: pointer; color: var(--v2-ink); }
.v2-chip:hover { border-color: var(--v2-navy-2); }
.v2-chip[aria-pressed="true"] { background: var(--v2-navy); border-color: var(--v2-navy); color: var(--v2-white); }
.v2-chip em { font-style: normal; opacity: .65; margin-inline-start: 4px; }
.v2-fleet { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.v2-ride { background: var(--v2-white); border: 1px solid var(--v2-line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.v2-ride:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -22px rgba(0,24,64,.35); }
.v2-ride[hidden] { display: none !important; }
.v2-shot { position: relative; height: 240px; overflow: hidden; background: var(--v2-ground); }
.v2-shot img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.v2-badge { position: absolute; top: 14px; inset-inline-start: 14px; background: var(--v2-navy); color: var(--v2-white); font: 700 11px/1 var(--v2-font); letter-spacing: .1em; text-transform: uppercase; padding: 8px 11px; border-radius: 999px; }
.v2-where { position: absolute; bottom: 12px; inset-inline-start: 14px; background: rgba(255,255,255,.94); color: var(--v2-ink); font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 999px; display: flex; align-items: center; gap: 6px; }
.v2-where .v2-i { width: 13px; height: 13px; color: var(--v2-navy-2); }
.v2-ride-b { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 16px; flex: 1; }
.v2-ride-t { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.v2-ride-t h3 { margin: 0; font-size: 21px; font-weight: 780; line-height: 1.2; }
.v2-ride-t small { display: block; color: var(--v2-ink-2); font-size: 13px; font-weight: 500; margin-top: 3px; }
.v2-price { text-align: end; white-space: nowrap; }
.v2-price b { display: block; font: 800 26px/1 var(--v2-font); font-stretch: 108%; color: var(--v2-navy-2); font-variant-numeric: tabular-nums; }
.v2-price span { font-size: 12px; color: var(--v2-ink-2); }
.v2-specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 14px 0; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); }
.v2-specs span { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--v2-ink-2); text-align: center; }
.v2-specs .v2-i { color: var(--v2-navy); }
.v2-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--v2-ok); }
.v2-tag .v2-i { width: 14px; height: 14px; }
.v2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 50px; padding: 0 22px; border-radius: 12px; background: var(--v2-navy); color: var(--v2-white); font: 750 15px/1 var(--v2-font); text-decoration: none; border: 0; cursor: pointer; white-space: nowrap; }
.v2-btn:hover { background: var(--v2-navy-2); color: var(--v2-white); }
.v2-btn.v2-y { background: var(--v2-yellow); color: var(--v2-ink); }
.v2-btn.v2-y:hover { background: var(--v2-yellow-2); color: var(--v2-ink); }
.v2-btn.v2-ghost { background: var(--v2-white); color: var(--v2-navy); border: 2px solid var(--v2-navy); }
.v2-btn.v2-ghost:hover { background: var(--v2-navy); color: var(--v2-white); }
.v2-btn.v2-full { width: 100%; }
html[dir="rtl"] .v2-btn .v2-arrow { transform: scaleX(-1); }
.v2-note { margin: 26px auto 0; text-align: center; font-size: 13px; color: var(--v2-ink-2); }
.v2-more { display: flex; justify-content: center; margin-top: 34px; }

/* ---------- visa ---------- */
.v2-visa { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.v2-visa h2 { font-size: clamp(30px, 3.6vw, 46px); margin: 16px 0 18px; }
.v2-visa .v2-eyebrow { color: var(--v2-navy-2); }
.v2-lead { font-size: 18px; color: var(--v2-ink-2); margin: 0 0 28px; max-width: 46ch; }
.v2-flags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.v2-flag { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--v2-white); border: 1px solid var(--v2-line); border-radius: 14px; padding: 16px 18px; font-weight: 700; }
.v2-flag small { display: block; font-weight: 500; color: var(--v2-ink-2); font-size: 13px; }
.v2-flag .v2-i { color: var(--v2-navy-2); }

/* ---------- payments + footer ---------- */
.v2-pay { border-top: 1px solid var(--v2-line); padding: 30px 0; }
.v2-pay .v2-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.v2-pay-l { display: flex; align-items: center; gap: 14px; }
.v2-pay-l .v2-i { width: 30px; height: 30px; color: var(--v2-navy); }
.v2-pay-l b { display: block; }
.v2-pay-l span { font-size: 14px; color: var(--v2-ink-2); }
.v2-marks { display: flex; gap: 10px; flex-wrap: wrap; }
.v2-marks span { height: 36px; min-width: 64px; padding: 0 12px; display: grid; place-items: center; border: 1px solid var(--v2-line); border-radius: 8px; font: 800 13px/1 var(--v2-font); letter-spacing: .04em; color: var(--v2-navy); }

.v2-ftr { background: var(--v2-ink); color: #b6c2d4; padding: 64px 0 28px; }
.v2-ftr-grid { display: grid; grid-template-columns: 1.6fr repeat(3, minmax(0, 1fr)); gap: 36px; }
.v2-ftr .v2-brand b { color: var(--v2-white); }
.v2-ftr-about { font-size: 14px; margin-top: 18px; max-width: 40ch; }
.v2-ftr-about p { margin: 0 0 6px; }
.v2-ftr-about strong { font-weight: 600; color: #d5deea; }
.v2-ftr h4 { margin: 0 0 16px; font: 700 12px/1 var(--v2-font); letter-spacing: .14em; text-transform: uppercase; color: var(--v2-white); }
.v2-ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 14px; }
.v2-ftr a { color: #b6c2d4; text-decoration: none; }
.v2-ftr a:hover { color: var(--v2-yellow); }
.v2-ftr-bot { margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }

/* ---------- calendar (js/v2-datepicker.js) ---------- */
.v2dp { position: absolute; z-index: 1100; width: 368px; box-sizing: border-box; background: var(--v2-white); border: 1px solid var(--v2-line); border-radius: 18px; box-shadow: 0 28px 60px -20px rgba(0,24,64,.38), 0 2px 8px rgba(0,24,64,.06); padding: 18px 18px 16px; font-family: var(--v2-font); color: var(--v2-ink); }
.v2dp *, .v2dp *::before, .v2dp *::after { box-sizing: border-box; }
.v2dp-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.v2dp-title { font: 800 17px/1 var(--v2-font); font-stretch: 108%; letter-spacing: .06em; text-transform: uppercase; color: var(--v2-navy); }
.v2dp[dir="rtl"] .v2dp-title { letter-spacing: 0; }
.v2dp-nav { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--v2-line); background: var(--v2-white); display: grid; place-items: center; cursor: pointer; color: var(--v2-navy); padding: 0; }
.v2dp-nav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.v2dp[dir="rtl"] .v2dp-nav svg { transform: scaleX(-1); }
.v2dp-nav:hover:not(:disabled) { border-color: var(--v2-navy); background: var(--v2-ground); }
.v2dp-nav:disabled { opacity: .35; cursor: default; }
.v2dp-sum { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.v2dp-sum div { border: 1.5px solid var(--v2-line); border-radius: 12px; padding: 8px 12px; }
.v2dp-sum div.v2dp-on { border-color: var(--v2-navy); box-shadow: 0 0 0 3px rgba(0,38,94,.08); }
.v2dp-sum span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--v2-ink-2); }
.v2dp-sum b { display: block; font-size: 15px; margin-top: 2px; white-space: nowrap; }
.v2dp-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); row-gap: 4px; }
.v2dp-dow { text-align: center; font-size: 12px; font-weight: 700; color: var(--v2-ink-2); padding: 4px 0 8px; text-transform: capitalize; }
.v2dp-day { position: relative; height: 46px; border: 0; background: none; padding: 0; cursor: pointer; display: grid; place-items: center; font: 600 15px/1 var(--v2-font); color: var(--v2-ink); }
.v2dp-day span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; transition: background .12s, color .12s; font-variant-numeric: tabular-nums; }
.v2dp-day:hover:not(:disabled) span { background: #fff4a6; }
.v2dp-day:focus-visible { outline: none; }
.v2dp-day:focus-visible span { box-shadow: 0 0 0 3px var(--v2-yellow); }
.v2dp-out span { color: #a8b3c3; font-weight: 500; }
.v2dp-off { cursor: default; }
.v2dp-off span { color: #b8c1ce; font-weight: 500; text-decoration: line-through; }
.v2dp-today span { box-shadow: inset 0 0 0 1.5px var(--v2-line); background: var(--v2-ground); }
.v2dp-in { background: #e8eef8; }
.v2dp-rs { background: linear-gradient(to right, transparent 50%, #e8eef8 50%); }
.v2dp-re { background: linear-gradient(to left, transparent 50%, #e8eef8 50%); }
.v2dp[dir="rtl"] .v2dp-rs { background: linear-gradient(to left, transparent 50%, #e8eef8 50%); }
.v2dp[dir="rtl"] .v2dp-re { background: linear-gradient(to right, transparent 50%, #e8eef8 50%); }
.v2dp-sel span, .v2dp-sel:hover:not(:disabled) span { background: var(--v2-navy); color: var(--v2-white); box-shadow: none; }
.v2dp-hint { margin: 10px 0 0; text-align: center; font-size: 13px; font-weight: 600; color: var(--v2-navy-2); }
.v2dp-foot { display: flex; align-items: flex-end; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--v2-line); }
.v2dp-times { display: flex; gap: 8px; flex: 1; min-width: 0; }
.v2dp-times label { flex: 1; min-width: 0; margin: 0; }
.v2dp-times span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--v2-ink-2); margin-bottom: 4px; }
.v2dp-times select { width: 100%; height: 42px; border: 1.5px solid var(--v2-line); border-radius: 10px; background: var(--v2-ground); font: 600 14px/1 var(--v2-font); color: var(--v2-ink); padding: 0 8px; }
.v2dp-apply { height: 42px; padding: 0 18px; border: 0; border-radius: 10px; background: var(--v2-yellow); color: var(--v2-ink); font: 800 14px/1 var(--v2-font); cursor: pointer; }
.v2dp-apply:hover:not(:disabled) { background: var(--v2-yellow-2); }
.v2dp-apply:disabled { opacity: .45; cursor: default; }
.v2dp.v2dp-sheet { position: fixed; left: 0 !important; right: 0; bottom: 0; top: auto !important; width: auto; border-radius: 22px 22px 0 0; padding: 20px 16px calc(18px + env(safe-area-inset-bottom)); max-height: 88vh; overflow-y: auto; box-shadow: 0 -20px 60px -10px rgba(0,24,64,.45); }
.v2dp-sheet .v2dp-day { height: 48px; }

@media (max-width: 1180px) {
  .v2-nav { display: none; }
  .v2-row.v2-r-car, .v2-row.v2-r-visa, .v2-row.v2-r-stay, .v2-row.v2-r-tour { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v2-row .v2-dates { grid-column: span 2; }
  .v2-go { grid-column: 1 / -1; }
  .v2-cards, .v2-fleet { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
  .v2-step::after { display: none; }
  .v2-ftr-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v2-ftr-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .v2-wrap { padding: 0 18px; }
  .v2-hdr .v2-wrap { min-height: 64px; gap: 12px; }
  .v2-brand img { width: 36px; height: 36px; }
  .v2-brand b { font-size: 14px; }
  .v2-langs a { padding: 6px 5px; }
  .v2-pillbtn span { display: none; }
  .v2-pillbtn { padding: 9px; }
  .v2-hero { padding: 28px 0 36px; }
  .v2-search .v2-tabs { overflow-x: auto; scrollbar-width: none; }
  .v2-search .v2-tab { padding: 12px 14px; font-size: 14px; }
  .v2-panel { padding: 20px; }
  .v2-row.v2-r-car, .v2-row.v2-r-visa, .v2-row.v2-r-stay, .v2-row.v2-r-tour { grid-template-columns: 1fr; }
  .v2-row .v2-dates { grid-column: auto; grid-template-columns: 1fr; gap: 14px; }
  .v2-cards, .v2-fleet, .v2-steps, .v2-visa, .v2-flags { grid-template-columns: 1fr; }
  .v2-s { padding: 64px 0; }
  .v2-ftr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@keyframes v2-flash { 0% { box-shadow: 0 0 0 0 rgba(245,225,30,.9), 0 30px 70px -20px rgba(0,10,30,.55); } 100% { box-shadow: 0 0 0 18px rgba(245,225,30,0), 0 30px 70px -20px rgba(0,10,30,.55); } }
.v2-panel.v2-flash { animation: v2-flash 1.2s ease-out 2; }
@media (max-width: 420px) { .v2-hdr .v2-brand b { display: none; } }
@media (prefers-reduced-motion: reduce) { .v2-ride, .v2-ride:hover { transition: none; transform: none; } }
