/* eldoradooficial.top — Eldorado / Эльдорадо (третья параллельная сборка бренда). Концепт «имперское золото и гранат / королевская сокровищница». Палитра: тёплый угольный + античное золото + светлое золото + гранат + слоновая кость. Классы: префикс oro- (своя схема, без пересечений с play-eldorado.top, eldorado-play.top и прочими сайтами сети). */

:root {
  --bg: #100a0a;
  --bg-2: #1b1210;
  --bg-3: #271a16;
  --line: #3a2922;
  --line-2: #4f392f;
  --text: #f2e9d8;
  --mut: #c4ad94;
  --mut-2: #8a7259;
  --gold: #c9a23a;
  --gold-2: #e6c463;
  --gold-d: #9c7820;
  --garnet: #a32638;
  --garnet-2: #c8324a;
  --rad: 10px;
  --rad-s: 6px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Rubik", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(920px 540px at 12% -10%, rgba(201, 162, 58, .15) 0%, transparent 58%),
    radial-gradient(740px 520px at 96% 40%, rgba(163, 38, 56, .1) 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 }

.oro-skip { position: absolute; top: -44px; left: 10px; padding: 8px 14px; background: var(--gold); color: #170f06; border-radius: var(--rad-s); z-index: 100; font-weight: 700 }
.oro-skip:focus { top: 10px }

/* ===== HEADER ===== */
.oro-bar { display: flex; align-items: center; gap: 18px; padding: 13px 26px; border-bottom: 1px solid var(--line); background: rgba(16, 10, 10, .88); backdrop-filter: blur(11px); position: sticky; top: 0; z-index: 50 }
.oro-logo { display: flex; align-items: center; gap: 12px; color: var(--text) }
.oro-logo:hover { text-decoration: none }
.oro-logo__mark { width: 36px; height: 36px; flex: none; filter: drop-shadow(0 0 11px rgba(201, 162, 58, .55)) }
.oro-logo__txt { font-family: "Alegreya", "Rubik", Georgia, serif; font-weight: 700; line-height: 1; letter-spacing: .2px; font-size: 23px }
.oro-logo__sub { display: block; font-family: "Rubik", sans-serif; font-size: 9.5px; color: var(--mut); letter-spacing: 2.6px; font-weight: 500; margin-top: 5px; text-transform: uppercase }
.oro-nav { display: flex; gap: 23px; margin-left: auto; flex-wrap: wrap }
.oro-nav a { color: var(--mut); font-size: 14px; padding: 5px 0; transition: color .15s }
.oro-nav a:hover { color: var(--gold); text-decoration: none }

/* ===== CTA ===== */
.oro-cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 23px; border-radius: var(--rad-s); font-family: "Rubik", system-ui, sans-serif; font-weight: 600; font-size: 14px; border: 1px solid transparent; white-space: nowrap; cursor: pointer; transition: transform .15s, box-shadow .2s, background .2s; letter-spacing: .2px }
.oro-cta:hover { text-decoration: none; transform: translateY(-2px) }
.oro-cta--sm { background: var(--bg-3); color: var(--text); border-color: var(--line-2) }
.oro-cta--sm:hover { border-color: var(--gold) }
.oro-cta--lg { padding: 15px 32px; font-size: 15px }
.oro-cta--hot { background: linear-gradient(100deg, var(--gold-2) 0%, var(--gold-d) 130%); color: #170f06; border: 0; box-shadow: 0 14px 32px -12px rgba(201, 162, 58, .65) }
.oro-cta--hot:hover { box-shadow: 0 18px 42px -10px rgba(230, 196, 99, .7) }
.oro-cta--ghost { background: transparent; color: var(--text); border-color: var(--line-2) }
.oro-cta--ghost:hover { border-color: var(--garnet-2); color: var(--garnet-2) }

/* ===== SECTION ===== */
.oro-sec { max-width: 1170px; margin: 0 auto; padding: 60px 26px }
.oro-kicker { display: inline-block; font-family: "Rubik", sans-serif; font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase; color: var(--garnet-2); font-weight: 600; margin: 0 0 14px }
h2 { font-family: "Alegreya", Georgia, serif; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.14; margin: 0 0 16px; letter-spacing: .1px; font-weight: 800 }
h3 { font-family: "Alegreya", Georgia, serif; font-size: clamp(19px, 2.1vw, 24px); line-height: 1.28; margin: 26px 0 10px; color: var(--gold); font-weight: 700; letter-spacing: .1px }
p { margin: 0 0 14px }
.oro-lead { color: var(--mut); font-size: 16px; margin-bottom: 26px; max-width: 820px }

/* ===== HERO (2-col, verify panel) ===== */
.oro-hero { display: grid; grid-template-columns: 1.18fr .82fr; gap: 42px; align-items: center; max-width: 1170px; margin: 0 auto; padding: 56px 26px 36px }
.oro-hero__chip { display: inline-block; font-size: 11px; letter-spacing: 1.6px; color: var(--gold); background: rgba(201, 162, 58, .08); border: 1px solid rgba(201, 162, 58, .3); padding: 7px 14px; border-radius: var(--rad-s); margin: 0 0 20px; text-transform: uppercase; font-weight: 600 }
h1 { font-family: "Alegreya", Georgia, serif; font-size: clamp(33px, 4.6vw, 53px); line-height: 1.08; margin: 0 0 20px; letter-spacing: .1px; font-weight: 800 }
.oro-acc { color: var(--gold) }
.oro-hero__sub { color: var(--mut); font-size: 16.5px; margin: 0 0 26px; line-height: 1.68 }
.oro-hero__btns { display: flex; gap: 14px; flex-wrap: wrap; margin: 0 0 30px }
.oro-kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 24px; border-top: 1px solid var(--line) }
.oro-kpi__i { display: flex; flex-direction: column; gap: 3px }
.oro-kpi__n { font-family: "Alegreya", Georgia, serif; font-size: 28px; font-weight: 800; color: var(--gold); letter-spacing: .2px }
.oro-kpi__l { font-size: 11px; color: var(--mut); text-transform: uppercase; letter-spacing: 1.1px }
.oro-verify { background: linear-gradient(165deg, rgba(201, 162, 58, .09), rgba(163, 38, 56, .05)), var(--bg-2); border: 1px solid var(--line-2); border-radius: var(--rad); padding: 26px 28px; box-shadow: 0 30px 60px -28px rgba(201, 162, 58, .4) }
.oro-verify__h { font-family: "Alegreya", serif; font-size: 18px; color: var(--gold); font-weight: 700; margin: 0 0 18px; display: flex; align-items: center; gap: 9px }
.oro-verify__row { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 13.5px; color: var(--mut) }
.oro-verify__row:last-child { border-bottom: 0 }
.oro-verify__chk { flex: none; width: 19px; height: 19px; border-radius: 50%; background: rgba(201, 162, 58, .15); border: 1px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 11px; margin-top: 1px }
.oro-verify__v { color: var(--text); font-weight: 600 }

/* ===== WELCOME ===== */
.oro-deal { background: linear-gradient(180deg, rgba(201, 162, 58, .05), transparent), var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); margin: 30px 26px; max-width: none }
.oro-deal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 24px 0 26px }
.oro-deal__card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--rad); padding: 24px 22px; border-top: 2px solid var(--gold); transition: transform .15s, border-color .2s }
.oro-deal__card:hover { transform: translateY(-3px); border-color: var(--gold) }
.oro-deal__step { font-family: "Rubik", sans-serif; font-size: 10.5px; color: var(--garnet-2); font-weight: 600; letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase }
.oro-deal__pct { font-family: "Alegreya", serif; font-size: 35px; font-weight: 800; line-height: 1; color: var(--gold); margin-bottom: 9px }
.oro-deal__t { font-weight: 600; font-size: 15px; margin-bottom: 7px }
.oro-deal__s { font-size: 13px; color: var(--mut); line-height: 1.52 }

/* ===== CATALOGUE ===== */
.oro-cat__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(212px, 1fr)); gap: 14px; margin: 24px 0 }
.oro-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 }
.oro-cat__card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 18px 36px -16px rgba(201, 162, 58, .5) }
.oro-cat__cover { aspect-ratio: 5/4; display: flex; align-items: center; justify-content: center; font-family: "Alegreya", serif; font-weight: 800; font-size: 21px; color: #fff; text-align: center; padding: 14px; line-height: 1.16 }
.oc-1 { background: linear-gradient(135deg, #261505 0%, #c9a23a 100%); color: #170f06 }
.oc-2 { background: linear-gradient(135deg, #2a0c12 0%, #c8324a 100%) }
.oc-3 { background: linear-gradient(135deg, #2e1a06 0%, #e6c463 100%); color: #170f06 }
.oc-4 { background: linear-gradient(135deg, #1f0a0e 0%, #a32638 100%) }
.oc-5 { background: linear-gradient(135deg, #261505 0%, #e6c463 100%); color: #170f06 }
.oc-6 { background: linear-gradient(135deg, #2a0c12 0%, #c8324a 100%) }
.oc-7 { background: linear-gradient(135deg, #2e1a06 0%, #c9a23a 100%); color: #170f06 }
.oc-8 { background: linear-gradient(135deg, #1f0a0e 0%, #a32638 100%) }
.oc-9 { background: linear-gradient(135deg, #261505 0%, #c9a23a 100%); color: #170f06 }
.oc-10 { background: linear-gradient(135deg, #2a0c12 0%, #c8324a 100%) }
.oc-11 { background: linear-gradient(135deg, #2e1a06 0%, #e6c463 100%); color: #170f06 }
.oc-12 { background: linear-gradient(135deg, #1f0a0e 0%, #a32638 100%) }
.oro-cat__card h3 { font-family: "Rubik", sans-serif; font-size: 15px; margin: 12px 15px 4px; color: var(--text); font-weight: 600 }
.oro-cat__card p { font-size: 12px; color: var(--mut); margin: 0 15px 12px }
.oro-cat__go { display: block; margin: auto 13px 13px; padding: 10px; text-align: center; border-radius: var(--rad-s); font-size: 13px; font-weight: 600; background: var(--bg-3); color: var(--text); border: 1px solid var(--line) }
.oro-cat__go:hover { background: var(--gold); border-color: var(--gold); color: #170f06; text-decoration: none }
.oro-tags { margin-top: 22px }
.oro-tags__t { font-size: 12px; color: var(--garnet-2); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 600 }
.oro-tags__list { display: flex; flex-wrap: wrap; gap: 8px }
.oro-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) }

/* ===== LIVE ===== */
.oro-live__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 14px; margin-top: 22px }
.oro-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 }
.oro-live__card:hover { transform: translateY(-3px); border-color: var(--garnet-2) }
.oro-live__cover { aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; font-family: "Alegreya", serif; font-weight: 800; font-size: 19px; color: #fff; text-align: center; padding: 12px }
.ol-1 { background: linear-gradient(135deg, #261505 0%, #c9a23a 100%); color: #170f06 }
.ol-2 { background: linear-gradient(135deg, #2a0c12 0%, #c8324a 100%) }
.ol-3 { background: linear-gradient(135deg, #2e1a06 0%, #e6c463 100%); color: #170f06 }
.ol-4 { background: linear-gradient(135deg, #1f0a0e 0%, #a32638 100%) }
.ol-5 { background: linear-gradient(135deg, #261505 0%, #e6c463 100%); color: #170f06 }
.ol-6 { background: linear-gradient(135deg, #2a0c12 0%, #c8324a 100%) }
.oro-live__b { padding: 14px 16px 16px; position: relative }
.oro-live__t { font-weight: 600; font-size: 15.5px; margin-bottom: 4px }
.oro-live__s { font-size: 12px; color: var(--mut); margin-bottom: 9px }
.oro-live__m { font-size: 13px; color: var(--gold); font-weight: 600; margin-bottom: 3px }
.oro-live__p { font-size: 12px; color: var(--mut-2) }
.oro-live__badge { position: absolute; top: 12px; right: 14px; background: var(--garnet); color: #fff; padding: 3px 11px; border-radius: var(--rad-s); font-size: 10px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase }

/* ===== LOYALTY (horizontal stepped bar) ===== */
.oro-vip__bar { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 26px 0; position: relative }
.oro-vip__seg { text-align: center; padding: 0 6px; position: relative }
.oro-vip__seg::before { content: ""; position: absolute; top: 15px; left: 0; width: 100%; height: 2px; background: var(--line-2); z-index: 0 }
.oro-vip__seg:first-child::before { left: 50% }
.oro-vip__seg:last-child::before { width: 50% }
.oro-vip__dot { width: 32px; height: 32px; margin: 0 auto 13px; border-radius: 50%; background: var(--bg-3); border: 2px solid var(--gold); position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--gold); font-family: "Alegreya", serif }
.oro-vip__seg:nth-child(6) .oro-vip__dot { border-color: var(--garnet-2); color: var(--garnet-2); background: rgba(163, 38, 56, .12) }
.oro-vip__name { font-family: "Alegreya", serif; font-size: 15px; font-weight: 700; color: var(--text); display: block; margin-bottom: 3px }
.oro-vip__cb { font-size: 12.5px; color: var(--gold); font-weight: 600; display: block; margin-bottom: 2px }
.oro-vip__th { font-size: 11px; color: var(--mut-2) }
.oro-vip__seg:nth-child(6) .oro-vip__name { color: var(--garnet-2) }
.oro-vip__boxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px }
.oro-vip__box { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); padding: 22px 24px; transition: border-color .2s }
.oro-vip__box:hover { border-color: var(--gold) }
.oro-vip__box h4 { margin: 0 0 9px; font-family: "Alegreya", serif; font-size: 19px; color: var(--gold); font-weight: 700; letter-spacing: .1px }
.oro-vip__box p { color: var(--mut); font-size: 14px; margin: 0; line-height: 1.58 }

/* ===== TOURNAMENT ===== */
.oro-tour { text-align: center; max-width: none; margin: 30px 26px; padding: 46px 30px; background: radial-gradient(620px 320px at 50% 26%, rgba(163, 38, 56, .12) 0%, transparent 70%), var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad) }
.oro-tour__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px }
.oro-tour__c { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--rad); padding: 18px 16px }
.oro-tour__c span { display: block; font-family: "Alegreya", serif; font-size: 25px; font-weight: 800; color: var(--gold); margin-bottom: 5px }
.oro-tour__c em { display: block; font-style: normal; font-size: 13.5px; font-weight: 600; color: var(--text); margin-bottom: 3px }
.oro-tour__c i { font-style: normal; font-size: 12px; color: var(--mut) }
.oro-tour__btn { margin: 22px 0 0 }

/* ===== STEPS ===== */
.oro-flow__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px }
.oro-flow__card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad); padding: 26px 24px }
.oro-flow__n { font-family: "Alegreya", serif; font-size: 15px; font-weight: 800; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(201, 162, 58, .12); color: var(--gold); border: 1px solid var(--gold); margin-bottom: 14px }
.oro-flow__h { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: var(--text) }
.oro-flow__card p { color: var(--mut); font-size: 14px; margin: 0 }

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

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

/* ===== PAYMENTS (2-col rows) ===== */
.oro-pay { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; margin: 22px 0; border: 1px solid var(--line); border-radius: var(--rad); padding: 8px 28px }
.oro-pay__row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line) }
.oro-pay__row:nth-last-child(-n+2) { border-bottom: 0 }
.oro-pay__l { display: flex; flex-direction: column; gap: 2px }
.oro-pay__m { font-family: "Alegreya", serif; font-size: 17px; color: var(--text); font-weight: 700 }
.oro-pay__net { font-size: 11px; color: var(--mut-2); text-transform: uppercase; letter-spacing: .8px }
.oro-pay__time { display: inline-flex; padding: 5px 13px; border-radius: 999px; background: rgba(201, 162, 58, .1); border: 1px solid rgba(201, 162, 58, .32); font-size: 12.5px; font-weight: 600; color: var(--gold); white-space: nowrap }
@media (max-width: 760px) { .oro-pay { grid-template-columns: 1fr } .oro-pay__row { border-bottom: 1px solid var(--line) } .oro-pay__row:last-child { border-bottom: 0 } }

/* ===== FINAL ===== */
.oro-final { text-align: center; max-width: none; margin: 30px 26px; padding: 58px 26px; background: radial-gradient(580px 300px at 50% 40%, rgba(201, 162, 58, .15) 0%, transparent 70%), var(--bg-2); border: 1px solid var(--line); border-radius: var(--rad) }
.oro-final p { color: var(--mut); margin-bottom: 26px }

/* ===== FAQ ===== */
.oro-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 }
.oro-faq details[open] { border-color: var(--gold) }
.oro-faq summary { cursor: pointer; font-weight: 600; list-style: none; position: relative; padding-right: 32px; display: flex; align-items: center; min-height: 24px }
.oro-faq summary::-webkit-details-marker { display: none }
.oro-faq summary::after { content: "\203A"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 22px; transition: transform .25s; line-height: 1 }
.oro-faq details[open] summary::after { transform: translateY(-50%) rotate(90deg); color: var(--garnet-2) }
.oro-faq details p { margin: 12px 0 0; color: var(--mut); font-size: 14.5px; line-height: 1.64 }

/* ===== FOOTER ===== */
.oro-foot { margin-top: 26px; border-top: 1px solid var(--line); background: rgba(16, 10, 10, .6) }
.oro-foot__top { max-width: 1170px; margin: 0 auto; padding: 44px 26px 26px; display: grid; grid-template-columns: 1.4fr 2fr; gap: 38px }
.oro-foot__brand { font-size: 14px; color: var(--mut); line-height: 1.66 }
.oro-foot__logo { display: flex; align-items: center; gap: 11px; margin-bottom: 16px }
.oro-foot__logo span { display: flex; flex-direction: column; line-height: 1.12 }
.oro-foot__logo i { font-style: normal; color: var(--text); font-family: "Alegreya", serif; font-size: 17px; font-weight: 700; letter-spacing: .2px; margin-bottom: 2px }
.oro-foot__legal { font-size: 12px; color: var(--mut-2); margin: 0; line-height: 1.66 }
.oro-foot__legal i { font-style: normal; color: var(--gold); font-weight: 600 }
.oro-foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.oro-foot__col h4 { font-family: "Rubik", sans-serif; font-size: 11px; color: var(--garnet-2); font-weight: 600; text-transform: uppercase; letter-spacing: 1.6px; margin: 0 0 12px }
.oro-foot__col ul { list-style: none; padding: 0; margin: 0 }
.oro-foot__col li { font-size: 13px; color: var(--mut); padding: 4px 0; transition: color .15s }
.oro-foot__col li:hover { color: var(--text) }
.oro-foot__bottom { border-top: 1px solid var(--line); padding: 16px 26px; max-width: 1170px; 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) {
  .oro-deal__grid { grid-template-columns: 1fr }
  .oro-tour__grid { grid-template-columns: repeat(2, 1fr) }
  .oro-rev__grid { grid-template-columns: 1fr }
  .oro-vip__boxes { grid-template-columns: 1fr }
  .oro-foot__top { grid-template-columns: 1fr }
  .oro-vip__bar { grid-template-columns: repeat(3, 1fr); gap: 22px 0 }
  .oro-vip__seg::before { display: none }
}
@media (max-width: 880px) {
  .oro-hero { grid-template-columns: 1fr; gap: 26px; padding-top: 36px }
  .oro-verify { order: -1 }
  .oro-nav { display: none }
  .oro-sec { padding: 42px 18px }
  .oro-deal, .oro-tour, .oro-final { margin: 22px 16px; padding: 34px 22px }
  .oro-flow__grid { grid-template-columns: 1fr }
  .oro-kpi { grid-template-columns: repeat(2, 1fr) }
  .oro-foot__cols { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 520px) {
  .oro-tour__grid { grid-template-columns: 1fr }
  .oro-cat__grid { grid-template-columns: repeat(2, 1fr) }
  .oro-live__grid { grid-template-columns: 1fr }
  .oro-vip__bar { grid-template-columns: repeat(2, 1fr) }
  .oro-hero__btns { flex-direction: column; align-items: stretch }
  .oro-cta--lg { width: 100% }
  .oro-foot__cols { grid-template-columns: 1fr }
}
