/* Venelas destination landing pages. Uses the site's own tokens (venelas.css) so
   it follows light, dark and the device automatically. Loaded after venelas.css. */
.dl-hero{ padding:64px 0 8px; }
.dl-hero .wrap{ max-width:960px; }
.dl-eyebrow{ font-family:Fustat,system-ui,sans-serif; font-weight:700; letter-spacing:.02em; color:var(--accent-ink); margin:0 0 14px; }
.dl-hero h1{ font-family:Fustat,system-ui,sans-serif; font-weight:800; font-size:clamp(2.2rem,5vw,3.4rem); line-height:1.03; letter-spacing:-.02em; color:var(--ink); margin:0 0 16px; }
.dl-hero h1 em{ font-style:normal; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.dl-hero .lede{ max-width:640px; }
.dl-cta{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin:26px 0 6px; }
.dl-cta .dl-side{ color:var(--muted); font-size:.95rem; }
.dl-facts{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:18px; overflow:hidden; margin:8px 0 4px; box-shadow:var(--shadow-card); }
@media(max-width:720px){ .dl-facts{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:440px){ .dl-facts{ grid-template-columns:1fr; } }
.dl-fact{ background:var(--surface); padding:20px 22px; }
.dl-fact dt{ font-size:.82rem; color:var(--muted); margin:0 0 6px; }
.dl-fact dd{ margin:0; font-family:Fustat,system-ui,sans-serif; font-weight:700; font-size:1.28rem; color:var(--ink); line-height:1.15; }
.dl-fact dd small{ display:block; font-family:"Public Sans",system-ui,sans-serif; font-weight:400; font-size:.86rem; color:var(--muted); margin-top:4px; }
.dl-fee dd{ color:var(--accent-ink); }
.dl-callout{ background:var(--wait-bg,var(--bg-2)); border:1px solid var(--line-strong); border-radius:14px; padding:16px 20px; margin:14px 0 2px; }
.dl-callout b{ color:var(--ink); }
.dl-callout p{ margin:0; color:var(--ink-2); }
.dl-steps{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:18px; margin-top:10px; }
.dl-step{ background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:22px; }
.dl-step b{ display:flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:9px; background:var(--sky-wash); color:var(--accent-ink); font-family:Fustat,sans-serif; margin-bottom:12px; }
.dl-step h3{ font-family:Fustat,sans-serif; font-size:1.06rem; margin:0 0 6px; color:var(--ink); }
.dl-step p{ margin:0; color:var(--ink-2); font-size:.96rem; }
.dl-faq{ max-width:820px; }
.dl-faq details{ border-bottom:1px solid var(--line); padding:16px 0; }
.dl-faq summary{ font-family:Fustat,sans-serif; font-weight:700; font-size:1.06rem; color:var(--ink); cursor:pointer; list-style:none; }
.dl-faq summary::-webkit-details-marker{ display:none; }
.dl-faq summary::before{ content:"+"; color:var(--accent-ink); font-weight:700; margin-right:10px; }
.dl-faq details[open] summary::before{ content:"\2013"; }
.dl-faq p{ margin:12px 0 0; color:var(--ink-2); max-width:70ch; }
.dl-official{ color:var(--accent-ink); font-weight:600; text-decoration:none; }
.dl-official:hover{ text-decoration:underline; }
.dl-more{ margin-top:6px; }
.dl-more h2{ margin-bottom:14px; }
.dl-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); gap:10px; }
.dl-link{ display:flex; align-items:center; justify-content:space-between; gap:10px; background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:13px 15px; text-decoration:none; color:var(--ink); font-weight:600; font-size:.95rem; }
.dl-link:hover{ border-color:var(--line-strong); }
.dl-link span{ color:var(--muted); font-weight:500; font-size:.85rem; }

/* ---- deeper page sections ---- */
.dl-prose{ max-width:70ch; }
.dl-prose p{ color:var(--ink-2); margin:0 0 12px; }
.dl-two{ display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:start; }
@media(max-width:720px){ .dl-two{ grid-template-columns:1fr; } }
.dl-check{ list-style:none; padding:0; margin:8px 0 0; display:flex; flex-direction:column; gap:2px; }
.dl-panel{ background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:20px 22px; box-shadow:var(--shadow-card); }
.dl-panel h3{ font-family:Fustat,sans-serif; font-size:1.06rem; margin:0 0 12px; color:var(--ink); }
.dl-check li{ display:flex; gap:11px; align-items:flex-start; padding:7px 0; color:var(--ink-2); }
.dl-check li svg{ width:19px; height:19px; flex:none; margin-top:2px; color:var(--accent-ink); }
.dl-spec{ margin:0; }
.dl-spec div{ display:flex; justify-content:space-between; gap:18px; padding:11px 0; border-bottom:1px solid var(--line); }
.dl-spec div:last-child{ border-bottom:0; }
.dl-spec dt{ color:var(--muted); }
.dl-spec dd{ margin:0; font-weight:600; color:var(--ink); text-align:right; }
.dl-spec dd.hl{ color:var(--accent-ink); }
.dl-why{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:6px; }
@media(max-width:760px){ .dl-why{ grid-template-columns:1fr; } }
.dl-w{ background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:18px 20px; }
.dl-w svg{ width:22px; height:22px; color:var(--accent-ink); margin-bottom:10px; }
.dl-w h3{ font-family:Fustat,sans-serif; font-size:1rem; margin:0 0 5px; color:var(--ink); }
.dl-w p{ margin:0; font-size:.93rem; color:var(--ink-2); }
.dl-steps4{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:10px; }
@media(max-width:860px){ .dl-steps4{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:460px){ .dl-steps4{ grid-template-columns:1fr; } }

/* ---- hub / index of every destination ---- */
.hub{ display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:12px; }
.hub a{ display:block; text-decoration:none; background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:15px 17px; color:var(--ink); }
.hub a:hover{ border-color:var(--line-strong); box-shadow:var(--shadow-card); }
.hub .r{ display:flex; justify-content:space-between; align-items:center; gap:10px; }
.hub .n{ font-family:Fustat,sans-serif; font-weight:700; font-size:1.06rem; line-height:1.1; }
.hub .sub{ color:var(--muted); font-size:.88rem; margin-top:4px; }
.hub .badge{ font-weight:600; font-size:.76rem; padding:3px 9px; border-radius:100px; white-space:nowrap; flex:none; }
.hub .b19{ background:var(--ok-bg); color:var(--ok-ink); }
.hub .b39{ background:var(--sky-wash); color:var(--accent-ink); }
.hub-h2{ margin:30px 0 6px; }
.hub-note{ color:var(--muted); margin:0 0 14px; }

/* ---- elite hero: text + a pass showing what you receive ---- */
.dl-hero__grid{ display:grid; grid-template-columns:1.12fr .88fr; gap:40px; align-items:center; max-width:1120px; }
@media(max-width:880px){ .dl-hero__grid{ grid-template-columns:1fr; gap:26px; } }
.dl-hero__text{ min-width:0; }
.dl-pass{ position:relative; border-radius:20px; overflow:hidden; box-shadow:var(--shadow-panel); border:1px solid var(--line); aspect-ratio:1.6; display:flex; }
@media(max-width:880px){ .dl-pass{ max-width:440px; } }
.dl-pass__img{ position:absolute; inset:0; background-size:cover; background-position:center; }
.dl-pass__img::after{ content:""; position:absolute; inset:0; background:linear-gradient(175deg, rgba(14,11,43,.12) 30%, rgba(14,11,43,.85)); }
.dl-pass__body{ position:relative; margin-top:auto; padding:20px 22px; color:#fff; width:100%; }
.dl-pass__top{ display:flex; align-items:center; gap:8px; font-family:Fustat,sans-serif; font-weight:700; font-size:.92rem; }
.dl-pass__mark{ width:20px; height:20px; border-radius:6px; background:var(--grad); flex:none; }
.dl-pass__badge{ margin-inline-start:auto; font-size:.62rem; letter-spacing:.09em; font-weight:700; background:#E4F4EC; color:#0F6B45; padding:3px 9px; border-radius:100px; }
.dl-pass__auth{ margin-top:16px; }
.dl-pass__auth small{ display:block; font-size:.72rem; opacity:.82; }
.dl-pass__auth b{ font-family:Fustat,sans-serif; font-size:1.55rem; font-weight:800; letter-spacing:-.01em; line-height:1.05; }
.dl-pass__row{ display:flex; gap:26px; margin-top:14px; border-top:1px solid rgba(255,255,255,.2); padding-top:12px; }
.dl-pass__row small{ display:block; font-size:.68rem; opacity:.82; margin-bottom:2px; }
.dl-pass__row .v{ font-family:Fustat,sans-serif; font-weight:700; font-size:1rem; }

/* trust strip */
.dl-trust{ display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:24px; padding-top:18px; border-top:1px solid var(--line); }
.dl-trust span{ display:inline-flex; align-items:center; gap:8px; font-size:.9rem; color:var(--ink-2); }
.dl-trust svg{ width:17px; height:17px; color:var(--accent-ink); flex:none; }
.dl-gov small.approx{ color:var(--muted); }

/* sticky call to action on scroll */
.dl-sticky{ position:fixed; left:0; right:0; bottom:0; z-index:70; background:color-mix(in srgb,var(--surface) 94%,transparent); -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px); border-top:1px solid var(--line); box-shadow:0 -8px 30px -18px rgba(21,17,58,.55); transform:translateY(110%); transition:transform .25s ease; }
.dl-sticky.is-on{ transform:translateY(0); }
.dl-sticky .wrap{ display:flex; align-items:center; gap:16px; padding:10px 20px calc(10px + env(safe-area-inset-bottom)); }
.dl-sticky .lbl{ font-size:.92rem; color:var(--ink-2); min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.dl-sticky .lbl b{ color:var(--ink); }
.dl-sticky a.btn{ margin-inline-start:auto; flex:none; }
@media(max-width:520px){ .dl-sticky .lbl{ display:none; } .dl-sticky a.btn{ margin-inline-start:0; width:100%; justify-content:center; } }
@media (prefers-reduced-motion:reduce){ .dl-sticky{ transition:none; } }
