/* eldorado-online4.pro — Eldorado / Эльдорадо (одиннадцатая параллельная сборка бренда). Концепт «золото и бордо / тёмный бархатный салон Эльдорадо». Палитра: тёмный винно-угольный фон + золото + светлое золото + бордо-оксблад. Классы: префикс vel- (собственная схема, без пересечений с другими Eldorado-доменами и прочими сайтами сети). 11-й акцент — бордо/оксблад (зоны спектра исчерпаны; различие по тону — тёмное вино vs яркий гранат #3). */

:root {
  --bg: #120a0d;
  --bg-2: #1f1014;
  --bg-3: #2c171c;
  --line: #41252c;
  --line-2: #5a343d;
  --text: #f4e9ec;
  --mut: #c8acb3;
  --mut-2: #8c6f76;
  --gold: #d4a94e;
  --gold-2: #eecb78;
  --gold-d: #96701f;
  --vel: #b23b55;
  --vel-d: #8a2a40;
  --rad: 9px;
  --rad-s: 5px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.68 "Cuprum", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(880px 520px at 84% -10%, rgba(178, 59, 85, .16) 0%, transparent 58%),
    radial-gradient(720px 520px at 6% 46%, rgba(212, 169, 78, .10) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--gold); text-decoration: none }
a:hover { text-decoration: underline }

.vel-skip { position: absolute; top: -46px; left: 12px; padding: 9px 15px; background: var(--gold); color: #1a0c10; border-radius: var(--rad-s); z-index: 100; font-weight: 700 }
.vel-skip:focus { top: 12px }

/* ===== HEADER ===== */
.vel-bar { display: flex; align-items: center; gap: 18px; padding: 14px 28px; border-bottom: 1px solid var(--line); background: rgba(18, 10, 13, .9); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 50 }
.vel-logo { display: flex; align-items: center; gap: 13px; color: var(--text) }
.vel-logo:hover { text-decoration: none }
.vel-logo__mark { width: 36px; height: 36px; flex: none; filter: drop-shadow(0 0 12px rgba(178, 59, 85, .55)) }
.vel-logo__txt { font-family: "Rufina", "Cuprum", Georgia, serif; font-weight: 700; line-height: 1; letter-spacing: .4px; font-size: 24px }
.vel-logo__sub { display: block; font-family: "Cuprum", sans-serif; font-size: 9px; color: var(--mut); letter-spacing: 2.7px; font-weight: 700; margin-top: 5px; text-transform: uppercase }
.vel-nav { display: flex; gap: 24px; margin-left: auto; flex-wrap: wrap }
.vel-nav a { color: var(--mut); font-size: 14.5px; padding: 5px 0; transition: color .15s }
.vel-nav a:hover { color: var(--vel); text-decoration: none }

/* ===== CTA ===== */
.vel-cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: var(--rad-s); font-family: "Cuprum", system-ui, sans-serif; font-weight: 700; font-size: 15px; border: 1px solid transparent; white-space: nowrap; cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s; letter-spacing: .2px }
.vel-cta:hover { text-decoration: none; transform: translateY(-2px) }
.vel-cta--sm { background: var(--bg-3); color: var(--text); border-color: var(--line-2) }
.vel-cta--sm:hover { border-color: var(--vel) }
.vel-cta--lg { padding: 16px 34px; font-size: 16px }
.vel-cta--hot { background: linear-gradient(104deg, var(--gold-2) 0%, var(--vel) 130%); color: #1a0c10; border: 0; box-shadow: 0 14px 34px -12px rgba(178, 59, 85, .55) }
.vel-cta--hot:hover { box-shadow: 0 18px 44px -10px rgba(238, 203, 120, .6) }
.vel-cta--ghost { background: transparent; color: var(--text); border-color: var(--line-2) }
.vel-cta--ghost:hover { border-color: var(--vel); color: var(--vel) }

/* ===== SECTION ===== */
.vel-sec { max-width: 1160px; margin: 0 auto; padding: 62px 26px }
.vel-kicker { display: inline-block; font-family: "Cuprum", sans-serif; font-size: 12px; letter-spacing: 2.9px; text-transform: uppercase; color: var(--vel); font-weight: 700; margin: 0 0 14px }
h2 { font-family: "Rufina", Georgia, serif; font-size: clamp(30px, 3.7vw, 45px); line-height: 1.14; margin: 0 0 16px; letter-spacing: .2px; font-weight: 700 }
h3 { font-family: "Rufina", Georgia, serif; font-size: clamp(21px, 2.2vw, 26px); line-height: 1.26; margin: 26px 0 10px; color: var(--gold); font-weight: 700; letter-spacing: .2px }
p { margin: 0 0 14px }
.vel-lead { color: var(--mut); font-size: 16.5px; margin-bottom: 26px; max-width: 840px }

/* ===== HERO (2-col: lead + velvet offer card) ===== */
.vel-hero { display: grid; grid-template-columns: 1.14fr .86fr; gap: 42px; align-items: center; max-width: 1160px; margin: 0 auto; padding: 58px 26px 34px }
.vel-hero__chip { display: inline-block; font-size: 11px; letter-spacing: 1.7px; color: var(--vel); background: rgba(178, 59, 85, .08); border: 1px solid rgba(178, 59, 85, .32); padding: 7px 15px; border-radius: 40px; margin: 0 0 22px; text-transform: uppercase; font-weight: 700 }
h1 { font-family: "Rufina", Georgia, serif; font-size: clamp(33px, 4.5vw, 53px); line-height: 1.1; margin: 0 0 22px; letter-spacing: .2px; font-weight: 700 }
.vel-acc { color: var(--gold) }
.vel-hero__sub { color: var(--mut); font-size: 16.5px; margin: 0 0 28px; line-height: 1.7 }
.vel-hero__btns { display: flex; gap: 14px; flex-wrap: wrap; margin: 0 0 30px }
.vel-kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 24px; border-top: 1px solid var(--line) }
.vel-kpi__i { display: flex; flex-direction: column; gap: 3px }
.vel-kpi__n { font-family: "Rufina", Georgia, serif; font-size: 25px; font-weight: 700; color: var(--gold); letter-spacing: .2px }
.vel-kpi__l { font-size: 11.5px; color: var(--mut); text-transform: uppercase; letter-spacing: 1px }
/* velvet offer card */
.vel-card { background: linear-gradient(165deg, rgba(178,59,85,.12), transparent), var(--bg-2); border: 1px solid var(--line-2); border-radius: var(--rad); padding: 26px 26px 24px; box-shadow: 0 26px 56px -30px rgba(178, 59, 85, .55) }
.vel-card__tag { display: inline-block; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--vel); font-weight: 700; margin-bottom: 12px }
.vel-card__big { font-family: "Rufina", serif; font-size: 34px; color: var(--gold); line-height: 1.06; margin-bottom: 6px }
.vel-card__sub { font-size: 13.5px; color: var(--mut); margin-bottom: 20px }
.vel-card__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px }
.vel-card__cell { background: var(--bg); border: 1px solid var(--line); border-radius: var(--rad-s); padding: 13px 14px }
.vel-card__v { font-family: "Rufina", serif; font-size: 20px; color: var(--vel) }
.vel-card__k { font-size: 11.5px; color: var(--mut-2); margin-top: 2px }
.vel-card__cta { display: block; text-align: center; padding: 14px; border-radius: var(--rad-s); background: linear-gradient(104deg, var(--gold-2), var(--gold-d)); color: #1a0c10; font-weight: 700; font-size: 15px }
.vel-card__cta:hover { text-decoration: none; transform: translateY(-1px) }

/* ===== WELCOME ===== */
.vel-deal { background: linear-gradient(180deg, rgba(178,59,85,.05), transparent), var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); margin: 34px 26px; max-width: none }
.vel-deal__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 24px 0 26px }
.vel-deal__card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--rad); padding: 22px 20px; position: relative; transition: transform .15s, border-color .2s }
.vel-deal__card:hover { transform: translateY(-3px); border-color: var(--vel) }
.vel-deal__step { font-family: "Cuprum", sans-serif; font-size: 11px; color: var(--vel); font-weight: 700; letter-spacing: 1.8px; margin-bottom: 10px; text-transform: uppercase }
.vel-deal__pct { font-family: "Rufina", serif; font-size: 33px; font-weight: 700; line-height: 1; color: var(--gold); margin-bottom: 9px }
.vel-deal__t { font-weight: 700; font-size: 15px; margin-bottom: 7px }
.vel-deal__s { font-size: 13px; color: var(--mut); line-height: 1.5 }

/* ===== LOYALTY (tasting-flight rows) ===== */
.vel-vip__flight { margin: 24px 0; display: flex; flex-direction: column; gap: 10px }
.vel-vip__row { display: grid; grid-template-columns: 64px 1.4fr 2fr; align-items: center; gap: 18px; background: var(--bg-2); border: 1px solid var(--line); border-left: 4px solid var(--vel); border-radius: var(--rad); padding: 16px 22px; transition: transform .15s, border-color .2s }
.vel-vip__row:hover { transform: translateX(4px); border-color: var(--vel) }
.vel-vip__row:last-child { border-left-color: var(--gold); background: linear-gradient(90deg, rgba(212,169,78,.1), transparent), var(--bg-2) }
.vel-vip__pct { font-family: "Rufina", serif; font-size: 28px; font-weight: 700; color: var(--gold) }
.vel-vip__nm { font-family: "Rufina", serif; font-size: 19px; color: var(--text) }
.vel-vip__th { font-size: 12px; color: var(--mut-2); margin-top: 2px }
.vel-vip__perk { font-size: 13.5px; color: var(--mut); line-height: 1.46 }
.vel-vip__boxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.vel-vip__box { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); padding: 22px 24px; transition: border-color .2s }
.vel-vip__box:hover { border-color: var(--vel) }
.vel-vip__box h4 { margin: 0 0 9px; font-family: "Rufina", serif; font-size: 20px; color: var(--gold); font-weight: 700; letter-spacing: .1px }
.vel-vip__box p { color: var(--mut); font-size: 14px; margin: 0; line-height: 1.58 }

/* ===== CATALOGUE ===== */
.vel-cat__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; margin: 24px 0 }
.vel-cat__card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, border-color .2s, box-shadow .25s }
.vel-cat__card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 18px 38px -16px rgba(178, 59, 85, .5) }
.vel-cat__cover { aspect-ratio: 5/4; display: flex; align-items: center; justify-content: center; font-family: "Rufina", serif; font-weight: 700; font-size: 22px; color: #fff; text-align: center; padding: 14px; line-height: 1.15 }
.vc-1 { background: linear-gradient(150deg, #1c0e12 0%, #d4a94e 100%); color: #1a0c10 }
.vc-2 { background: linear-gradient(150deg, #2a1218 0%, #b23b55 100%) }
.vc-3 { background: linear-gradient(150deg, #1c0e12 0%, #eecb78 100%); color: #1a0c10 }
.vc-4 { background: linear-gradient(150deg, #2a1218 0%, #cf5e76 100%) }
.vc-5 { background: linear-gradient(150deg, #1c0e12 0%, #eecb78 100%); color: #1a0c10 }
.vc-6 { background: linear-gradient(150deg, #2a1218 0%, #b23b55 100%) }
.vc-7 { background: linear-gradient(150deg, #1c0e12 0%, #d4a94e 100%); color: #1a0c10 }
.vc-8 { background: linear-gradient(150deg, #2a1218 0%, #cf5e76 100%) }
.vc-9 { background: linear-gradient(150deg, #1c0e12 0%, #d4a94e 100%); color: #1a0c10 }
.vc-10 { background: linear-gradient(150deg, #2a1218 0%, #b23b55 100%) }
.vc-11 { background: linear-gradient(150deg, #1c0e12 0%, #eecb78 100%); color: #1a0c10 }
.vc-12 { background: linear-gradient(150deg, #2a1218 0%, #cf5e76 100%) }
.vel-cat__card h3 { font-family: "Cuprum", sans-serif; font-size: 15.5px; margin: 12px 15px 4px; color: var(--text); font-weight: 700 }
.vel-cat__card p { font-size: 12px; color: var(--mut); margin: 0 15px 12px }
.vel-cat__go { display: block; margin: auto 13px 13px; padding: 10px; text-align: center; border-radius: var(--rad-s); font-size: 13.5px; font-weight: 700; background: var(--bg-3); color: var(--text); border: 1px solid var(--line) }
.vel-cat__go:hover { background: var(--gold); border-color: var(--gold); color: #1a0c10; text-decoration: none }
.vel-tags { margin-top: 22px }
.vel-tags__t { font-size: 12px; color: var(--vel); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.vel-tags__list { display: flex; flex-wrap: wrap; gap: 8px }
.vel-tags__list span { padding: 6px 13px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad-s); font-size: 12px; color: var(--mut) }

/* ===== TOURNAMENT ===== */
.vel-tour { text-align: center; max-width: none; margin: 34px 26px; padding: 48px 30px; background: radial-gradient(640px 320px at 50% 24%, rgba(178, 59, 85, .14) 0%, transparent 70%), var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad) }
.vel-tour__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px }
.vel-tour__c { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--rad); padding: 19px 16px }
.vel-tour__c span { display: block; font-family: "Rufina", serif; font-size: 26px; font-weight: 700; color: var(--gold); margin-bottom: 5px }
.vel-tour__c em { display: block; font-style: normal; font-size: 13.5px; font-weight: 700; color: var(--text); margin-bottom: 3px }
.vel-tour__c i { font-style: normal; font-size: 12px; color: var(--mut) }
.vel-tour__btn { margin: 24px 0 0 }

/* ===== LIVE ===== */
.vel-live__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); gap: 14px; margin-top: 22px }
.vel-live__card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); overflow: hidden; position: relative; transition: transform .15s, border-color .2s }
.vel-live__card:hover { transform: translateY(-3px); border-color: var(--vel) }
.vel-live__cover { aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; font-family: "Rufina", serif; font-weight: 700; font-size: 21px; color: #fff; text-align: center; padding: 12px }
.vl-1 { background: linear-gradient(150deg, #1c0e12 0%, #d4a94e 100%); color: #1a0c10 }
.vl-2 { background: linear-gradient(150deg, #2a1218 0%, #b23b55 100%) }
.vl-3 { background: linear-gradient(150deg, #1c0e12 0%, #eecb78 100%); color: #1a0c10 }
.vl-4 { background: linear-gradient(150deg, #2a1218 0%, #cf5e76 100%) }
.vl-5 { background: linear-gradient(150deg, #1c0e12 0%, #eecb78 100%); color: #1a0c10 }
.vl-6 { background: linear-gradient(150deg, #2a1218 0%, #b23b55 100%) }
.vel-live__b { padding: 14px 16px 16px; position: relative }
.vel-live__t { font-weight: 700; font-size: 15.5px; margin-bottom: 4px }
.vel-live__s { font-size: 12px; color: var(--mut); margin-bottom: 9px }
.vel-live__m { font-size: 13px; color: var(--vel); font-weight: 700; margin-bottom: 3px }
.vel-live__p { font-size: 12px; color: var(--mut-2) }
.vel-live__badge { position: absolute; top: 12px; right: 14px; background: var(--vel); color: #fff; padding: 3px 11px; border-radius: var(--rad-s); font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase }

/* ===== STEPS ===== */
.vel-flow__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px }
.vel-flow__card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); padding: 28px 24px; position: relative; overflow: hidden }
.vel-flow__card::after { content: ""; position: absolute; right: -22px; bottom: -22px; width: 84px; height: 84px; border-radius: 50%; background: rgba(178,59,85,.07) }
.vel-flow__n { font-family: "Rufina", serif; font-size: 25px; color: var(--vel); margin-bottom: 12px; font-weight: 700 }
.vel-flow__h { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: var(--text) }
.vel-flow__card p { color: var(--mut); font-size: 14px; margin: 0; position: relative; z-index: 1 }

/* ===== BRAND ===== */
.vel-brand h3 { border-left: 3px solid var(--vel); padding-left: 16px }
.vel-brand p { color: var(--text); line-height: 1.76 }
.vel-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line) }
.vel-badge { padding: 8px 14px; background: var(--bg-2); border: 1px solid var(--gold); border-radius: var(--rad-s); font-size: 12px; color: var(--text) }

/* ===== PAYMENTS (wine-list rows with dotted leaders) ===== */
.vel-pay { margin: 22px 0; border: 1px solid var(--line); border-radius: var(--rad); overflow: hidden }
.vel-pay__row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; align-items: center; gap: 16px; padding: 18px 24px; border-bottom: 1px solid var(--line); background: var(--bg-2); transition: background .15s }
.vel-pay__row:last-child { border-bottom: 0 }
.vel-pay__row:hover { background: var(--bg-3) }
.vel-pay__m { font-family: "Rufina", serif; font-size: 18px; color: var(--text) }
.vel-pay__net { display: block; font-size: 11.5px; color: var(--mut-2); margin-top: 2px }
.vel-pay__cell { font-size: 12px; color: var(--mut-2); text-align: right }
.vel-pay__cell em { display: block; font-style: normal; font-family: "Rufina", serif; font-size: 16px; color: var(--gold); margin-top: 2px }
.vel-pay__cell--t em { color: var(--vel) }

/* ===== REVIEWS ===== */
.vel-rev__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.vel-rev__card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); padding: 24px; display: flex; flex-direction: column; gap: 14px }
.vel-rev__stars { color: var(--gold); font-size: 16px; letter-spacing: 4px }
.vel-rev__stars .vel-off { color: var(--line-2) }
.vel-rev__q { font-size: 14px; line-height: 1.62; color: var(--text); margin: 0 }
.vel-rev__meta { display: flex; align-items: center; gap: 11px; font-size: 12px; color: var(--mut); border-top: 1px solid var(--line); padding-top: 14px }
.vel-rev__av { width: 34px; height: 34px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--gold), var(--vel)); color: #1a0c10; font-weight: 700; font-size: 14px; font-family: "Rufina", serif }

/* ===== FINAL ===== */
.vel-final { text-align: center; max-width: none; margin: 34px 26px; padding: 60px 26px; background: radial-gradient(600px 300px at 50% 38%, rgba(212, 169, 78, .14) 0%, transparent 70%), var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad) }
.vel-final p { color: var(--mut); margin-bottom: 26px }

/* ===== FAQ ===== */
.vel-faq details { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad-s); padding: 16px 20px; margin: 0 0 10px; transition: border-color .2s }
.vel-faq details[open] { border-color: var(--vel) }
.vel-faq summary { cursor: pointer; font-weight: 700; list-style: none; position: relative; padding-right: 32px; display: flex; align-items: center; min-height: 24px }
.vel-faq summary::-webkit-details-marker { display: none }
.vel-faq summary::after { content: "\25C6"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 13px; transition: transform .25s, color .2s }
.vel-faq details[open] summary::after { transform: translateY(-50%) rotate(180deg); color: var(--vel) }
.vel-faq details p { margin: 12px 0 0; color: var(--mut); font-size: 14.5px; line-height: 1.64 }

/* ===== FOOTER ===== */
.vel-foot { margin-top: 30px; border-top: 1px solid var(--line); background: rgba(18, 10, 13, .6) }
.vel-foot__top { max-width: 1160px; margin: 0 auto; padding: 46px 26px 26px; display: grid; grid-template-columns: 1.4fr 2fr; gap: 38px }
.vel-foot__brand { font-size: 14px; color: var(--mut); line-height: 1.66 }
.vel-foot__logo { display: flex; align-items: center; gap: 11px; margin-bottom: 16px }
.vel-foot__logo span { display: flex; flex-direction: column; line-height: 1.12 }
.vel-foot__logo i { font-style: normal; color: var(--text); font-family: "Rufina", serif; font-size: 18px; font-weight: 700; letter-spacing: .3px; margin-bottom: 2px }
.vel-foot__legal { font-size: 12px; color: var(--mut-2); margin: 0; line-height: 1.66 }
.vel-foot__legal i { font-style: normal; color: var(--gold); font-weight: 700 }
.vel-foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.vel-foot__col h4 { font-family: "Cuprum", sans-serif; font-size: 12px; color: var(--vel); font-weight: 700; text-transform: uppercase; letter-spacing: 1.6px; margin: 0 0 12px }
.vel-foot__col ul { list-style: none; padding: 0; margin: 0 }
.vel-foot__col li { font-size: 13.5px; color: var(--mut); padding: 4px 0; transition: color .15s }
.vel-foot__col li:hover { color: var(--text) }
.vel-foot__bottom { border-top: 1px solid var(--line); padding: 16px 26px; max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 12px; color: var(--mut-2) }

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) {
  .vel-deal__grid { grid-template-columns: repeat(2, 1fr) }
  .vel-tour__grid { grid-template-columns: repeat(2, 1fr) }
  .vel-rev__grid { grid-template-columns: 1fr }
  .vel-vip__boxes { grid-template-columns: 1fr }
  .vel-foot__top { grid-template-columns: 1fr }
}
@media (max-width: 880px) {
  .vel-hero { grid-template-columns: 1fr; gap: 28px; padding-top: 36px }
  .vel-card { order: -1 }
  .vel-nav { display: none }
  .vel-sec { padding: 44px 18px }
  .vel-deal, .vel-tour, .vel-final { margin: 24px 16px; padding: 34px 22px }
  .vel-flow__grid { grid-template-columns: 1fr }
  .vel-kpi { grid-template-columns: repeat(2, 1fr) }
  .vel-vip__row { grid-template-columns: 52px 1fr; row-gap: 6px }
  .vel-vip__perk { grid-column: 1 / -1 }
  .vel-foot__cols { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 520px) {
  .vel-deal__grid, .vel-tour__grid { grid-template-columns: 1fr }
  .vel-cat__grid { grid-template-columns: repeat(2, 1fr) }
  .vel-live__grid { grid-template-columns: 1fr }
  .vel-card__grid { grid-template-columns: 1fr 1fr }
  .vel-pay__row { grid-template-columns: 1fr 1fr; row-gap: 6px }
  .vel-pay__m { grid-column: 1 / -1 }
  .vel-hero__btns { flex-direction: column; align-items: stretch }
  .vel-cta--lg { width: 100% }
  .vel-foot__cols { grid-template-columns: 1fr }
}
