/* casino9347.buzz — Casino 9347 / Казино 9347. Концепт: Гранд-Карусель (позолоченная ярмарочная карусель) */

:root {
  --bg: #140d0c;
  --bg-2: #1d1512;
  --bg-3: #271c17;
  --line: #33251d;
  --line-2: #4a352a;
  --txt: #f3e8d8;
  --txt-d: #c2ac97;
  --txt-dd: #8f7a68;
  --pri: #e6b84e;
  --sec: #d8cbbc;
  --acc: #b23f3a;
  --hot: #e07d3e;
  --cta-1: #f0c657;
  --cta-2: #c9992e;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "IBM Plex Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 90% -12%, rgba(240, 198, 87, .14) 0%, transparent 62%),
    radial-gradient(820px 560px at -8% 58%, rgba(224, 125, 62, .09) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--pri); text-decoration: none }
a:hover { text-decoration: underline }

.carouskip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--pri); color: #1a0f06;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.carouskip:focus { top: 8px }

/* ===== TOP BAR ===== */
.carouselbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(20, 13, 12, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.caroulogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.caroulogo:hover { text-decoration: none }
.caroulogo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(240, 198, 87, .5));
}
.caroulogo__t {
  font-family: "Ledger", Georgia, serif;
  font-weight: 400; line-height: 1; letter-spacing: -.2px; font-size: 20px;
}
.caroulogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase; font-family: "IBM Plex Sans", sans-serif;
}
.carouselnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.carouselnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.carouselnav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== CTA ===== */
.whirlbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Ledger", Georgia, serif;
  font-weight: 400; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: 0;
}
.whirlbtn:hover { text-decoration: none; transform: translateY(-1px) }
.whirlbtn--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.whirlbtn--small:hover { background: var(--bg-2); border-color: var(--pri) }
.whirlbtn--big { padding: 15px 28px; font-size: 16px; border-radius: 10px }
.whirlbtn--hot {
  background: linear-gradient(120deg, var(--cta-1) 0%, var(--cta-2) 100%);
  color: #1a0f06; border: 0;
  box-shadow: 0 12px 30px -10px rgba(240, 198, 87, .7);
  font-weight: 400;
}
.whirlbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(240, 198, 87, .92) }
.whirlbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.whirlbtn--ghost:hover { border-color: var(--pri); color: var(--pri) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.midwayrow {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(240, 198, 87, .05), rgba(224, 125, 62, .03));
  font-size: 13px;
}
.midwayrow__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.midwayrow__cell:last-child { border-right: 0 }
.midwayrow__num {
  font-family: "Ledger", Georgia, serif;
  font-weight: 400; font-size: 16px; color: var(--pri);
  letter-spacing: -.2px;
}
.midwayrow__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.carouhubbox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.buntingtag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--pri);
  background: rgba(240, 198, 87, .08);
  border: 1px solid rgba(240, 198, 87, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Ledger", Georgia, serif;
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -.6px; font-weight: 400;
}
.carouacc { color: var(--pri) }
.carouhubbox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.carouhubbox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.carouhubbox__pic { margin: 0 }
.carouhubbox__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 26%, rgba(240, 198, 87, .22), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(178, 63, 58, .2), transparent 65%),
    linear-gradient(135deg, #1a110e 0%, #241713 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(240, 198, 87, .4);
}
.carouhubbox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* hero KPI */
.carouspokerow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.carouspokerow__item { display: flex; flex-direction: column; gap: 2px }
.carouspokerow__num {
  font-family: "Ledger", Georgia, serif;
  font-size: 26px; font-weight: 400;
  color: var(--pri); letter-spacing: -.4px;
}
.carouspokerow__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.carouhubbox, section.carouorganbox { padding-top: 36px }
.carouovl {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--hot); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Ledger", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.3px; font-weight: 400;
}
h3 {
  font-family: "Ledger", Georgia, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--pri); font-weight: 400; letter-spacing: -.1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.caroulead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 790px }

/* ===== WELCOME ===== */
.carouorganbox {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(224, 125, 62, .08) 0%, transparent 70%),
    rgba(29, 21, 18, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.carouorganbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.canopycard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.canopycard:hover { border-color: var(--pri); transform: translateY(-2px) }
.canopycard::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(240, 198, 87, .07), transparent 60%);
  pointer-events: none;
}
.canopycard__step {
  font-family: "Ledger", Georgia, serif;
  font-size: 11px; color: var(--hot); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.canopycard__pct {
  font-family: "Ledger", Georgia, serif;
  font-size: 30px; font-weight: 400; line-height: 1;
  color: var(--pri); letter-spacing: -.6px;
  margin-bottom: 8px;
}
.canopycard__title { font-weight: 600; font-size: 15px; margin-bottom: 6px; color: var(--txt) }
.canopycard__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS ===== */
.promenaderow {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.chariotcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.chariotcard__num {
  font-family: "Ledger", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.chariotcard__head {
  font-size: 18px; font-weight: 600; margin-bottom: 12px;
  color: var(--pri);
}
.chariotcard p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.gilthorserow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.gallopcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.gallopcard:hover {
  transform: translateY(-3px);
  border-color: var(--pri);
  box-shadow: 0 18px 36px -14px rgba(240, 198, 87, .4);
}
.gallopcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Ledger", Georgia, serif;
  font-weight: 400; font-size: 22px; color: rgba(243, 232, 216, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.gallopcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.giltrailb1 { background: linear-gradient(135deg, #3a2408 0%, #e6b84e 100%); color: #1a0f06 }
.giltrailb2 { background: linear-gradient(135deg, #3a1408 0%, #e07d3e 100%) }
.giltrailb3 { background: linear-gradient(135deg, #2a0a08 0%, #b23f3a 100%) }
.giltrailb4 { background: linear-gradient(135deg, #33250a 0%, #f0c657 100%); color: #1a0f06 }
.giltrailb5 { background: linear-gradient(135deg, #1c2a12 0%, #7fa04a 100%) }
.giltrailb6 { background: linear-gradient(135deg, #0e2630 0%, #4d9ab0 100%) }
.giltrailb7 { background: linear-gradient(135deg, #2a1030 0%, #8a5bbf 100%) }
.giltrailb8 { background: linear-gradient(135deg, #3a1408 0%, #e07d3e 100%) }
.giltrailb9 { background: linear-gradient(135deg, #101a2a 0%, #45607f 100%) }
.giltrailb10 { background: linear-gradient(135deg, #3a2408 0%, #e6b84e 100%); color: #1a0f06 }
.giltrailb11 { background: linear-gradient(135deg, #2a0a08 0%, #b23f3a 100%) }
.giltrailb12 { background: linear-gradient(135deg, #33250a 0%, #f0c657 100%); color: #1a0f06 }

.gallopcard__mark {
  font-family: "Ledger", Georgia, serif; font-size: 26px; letter-spacing: .5px;
  color: rgba(26, 15, 6, .82); text-transform: uppercase;
}
.gallopcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.gallopcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.gallopcard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px;
  border: 1px solid var(--line); transition: all .15s;
}
.gallopcard__btn:hover { background: var(--pri); border-color: var(--pri); color: #1a0f06; text-decoration: none; transform: none }

.gonfalontag { margin: 22px 0 0 }
.gonfalontag__title { font-size: 12px; color: var(--hot); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.gonfalontag__list { display: flex; flex-wrap: wrap; gap: 8px }
.gonfalontag__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.caroumirrorbox__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.fanfarecard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.fanfarecard:hover { border-color: var(--hot) }
.fanfarecard__h { font-weight: 600; font-size: 17px; margin-bottom: 10px; color: var(--hot) }
.fanfarecard p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-лестница */
.carouplinthrow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.carouplinthrow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.carouplinthrow__step:nth-child(1) { transform: translateY(0) }
.carouplinthrow__step:nth-child(2) { transform: translateY(-5px) }
.carouplinthrow__step:nth-child(3) { transform: translateY(-12px) }
.carouplinthrow__step:nth-child(4) { transform: translateY(-19px); border-color: var(--pri); background: var(--bg-2) }
.carouplinthrow__step:nth-child(5) { transform: translateY(-26px); border-color: var(--pri); background: var(--bg-2) }
.carouplinthrow__step:nth-child(6) { transform: translateY(-34px); border-color: var(--hot); background: linear-gradient(135deg, var(--bg-2), rgba(224, 125, 62, .1)) }
.carouplinthrow__name {
  font-family: "Ledger", Georgia, serif;
  font-size: 12px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.carouplinthrow__cb { font-size: 11px; color: var(--txt-d) }
.carouplinthrow__step:nth-child(6) .carouplinthrow__name { color: var(--hot) }

/* ===== TOUR ===== */
.caroucanopybox {
  background:
    radial-gradient(640px 360px at 50% 46%, rgba(240, 198, 87, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.caroucanopybox__btns { margin: 22px 0 28px }
.twirlrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.twirlrow__cell {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.twirlrow__cell > span:first-child {
  font-family: "Ledger", Georgia, serif;
  font-size: 22px; font-weight: 400; color: var(--pri);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.twirlrow__b { font-size: 14px; font-weight: 600; color: var(--txt) }
.twirlrow__i { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.carousweeprow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.prancerbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.prancerbox:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(224, 125, 62, .42);
}
.prancerbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Ledger", Georgia, serif;
  font-weight: 400; font-size: 18px; color: rgba(243, 232, 216, .94);
  padding: 12px; text-align: center; letter-spacing: -.1px;
  position: relative; overflow: hidden;
}
.caroulv1 { background: linear-gradient(135deg, #33250a 0%, #e6b84e 100%); color: #1a0f06 }
.caroulv2 { background: linear-gradient(135deg, #1c2a12 0%, #7fa04a 100%) }
.caroulv3 { background: linear-gradient(135deg, #2a0a08 0%, #b23f3a 100%) }
.caroulv4 { background: linear-gradient(135deg, #3a1408 0%, #e07d3e 100%) }
.caroulv5 { background: linear-gradient(135deg, #101a2a 0%, #45607f 100%) }
.caroulv6 { background: linear-gradient(135deg, #2a1030 0%, #8a5bbf 100%) }

.prancerbox__mark {
  font-family: "Ledger", Georgia, serif; font-size: 22px; letter-spacing: 1px;
  color: rgba(243, 232, 216, .9); text-transform: uppercase;
}
.prancerbox__b { padding: 14px 16px 16px; position: relative }
.prancerbox__t { font-weight: 600; font-size: 16px; margin-bottom: 4px }
.prancerbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.prancerbox__m { font-size: 13px; color: var(--hot); font-weight: 600; margin-bottom: 4px }
.prancerbox__p { font-size: 12px; color: var(--txt-dd) }
.prancerbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--acc); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.caroubrandview h3 {
  border-left: 3px solid var(--pri);
  padding-left: 14px; margin-top: 30px;
}
.caroubrandview p { color: var(--txt); line-height: 1.72 }
.carouhubbox__badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.carouhubbox__badges .buntingtag {
  margin: 0; text-transform: none; letter-spacing: .4px;
  background: var(--bg-2); border-color: var(--pri); color: var(--txt); font-weight: 400;
}

/* ===== REVIEWS ===== */
.caroureviews__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.caroureviewcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.caroureviewcard__stars { color: var(--pri); font-size: 16px; letter-spacing: 4px }
.caroureviewcard__stars--four .carou-staroff { color: var(--line-2) }
.caroureviewcard__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.caroureviewcard__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.caroureviewcard__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--cta-1), var(--hot));
  border-radius: 50%; color: #1a0f06; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS ===== */
.caroucashier__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.caroujubileetag {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.caroujubileetag__t { font-size: 15px; color: var(--txt); font-weight: 600 }
.caroujubileetag__i { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: .6px }

.caroupaytimes {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.caroupaytimes > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.caroupaytimes__b {
  font-family: "Ledger", Georgia, serif;
  font-size: 16px; color: var(--pri); font-weight: 400;
}
.caroupaytimes span:not(.caroupaytimes__b) { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA ===== */
.caroufinal {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(240, 198, 87, .14) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.caroufinal h2 { margin-bottom: 10px }
.caroufinal p { color: var(--txt-d); margin-bottom: 24px }

/* ===== AUTHOR NOTE ===== */
.carounote {
  max-width: 1240px; margin: 0 auto;
  padding: 8px 22px 40px;
}
.carounote p {
  font-size: 13px; color: var(--txt-dd); line-height: 1.7;
  border-left: 3px solid var(--line-2); padding-left: 16px; margin: 0;
}

/* ===== FAQ ===== */
.caroufaq h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--pri) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "\2295"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--pri); font-size: 13px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--pri) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER ===== */
.carouselfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(20, 13, 12, .6);
}
.carouselfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.carouselfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.carouselfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.carouselfoot__mark { display: flex; flex-direction: column; line-height: 1.1 }
.carouselfoot__name { color: var(--txt); font-size: 16px; font-weight: 600; margin-bottom: 2px; font-family: "Ledger", Georgia, serif }
.carouselfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.carouselfoot__op { color: var(--pri) }
.carouselfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.carouselfoot__col h4 {
  font-family: "Ledger", Georgia, serif;
  font-size: 12px; color: var(--hot); font-weight: 400;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.carouselfoot__col ul { list-style: none; padding: 0; margin: 0 }
.carouselfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.carouselfoot__col li:hover { color: var(--txt) }
.carouselfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .carouorganbox__grid { grid-template-columns: repeat(2, 1fr) }
  .caroucashier__grid { grid-template-columns: repeat(3, 1fr) }
  .twirlrow { grid-template-columns: repeat(2, 1fr) }
  .caroureviews__grid { grid-template-columns: 1fr }
  .carouselfoot__top { grid-template-columns: 1fr }
  .midwayrow { grid-template-columns: repeat(3, 1fr) }
  .midwayrow__cell:nth-child(4), .midwayrow__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .carouplinthrow { grid-template-columns: repeat(3, 1fr) }
  .carouplinthrow__step { transform: none !important }
}

@media (max-width: 880px) {
  .carouhubbox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .carouhubbox__pic { order: -1 }
  .carouselnav { display: none }
  .carouselbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .carouorganbox, .caroucanopybox, .caroufinal { padding: 36px 18px; margin: 22px 14px }
  .promenaderow { grid-template-columns: 1fr }
  .caroumirrorbox__grid { grid-template-columns: 1fr }
  .carouselfoot__top { padding: 30px 16px 22px; gap: 22px }
  .carouselfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .midwayrow { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .midwayrow__cell { padding: 4px 10px }
  .caroupaytimes { grid-template-columns: 1fr }
  .carouspokerow { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .gilthorserow { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .carousweeprow { grid-template-columns: 1fr }
  .carouorganbox__grid { grid-template-columns: 1fr }
  .gallopcard h3 { font-size: 13px }
  .gallopcard p { font-size: 11px }
  .gallopcard__cover { font-size: 16px }
  .carouhubbox__btns { flex-direction: column; align-items: stretch }
  .whirlbtn--big { width: 100% }
  .caroucashier__grid { grid-template-columns: repeat(2, 1fr) }
  .twirlrow { grid-template-columns: 1fr }
  .carouselfoot__cols { grid-template-columns: 1fr }
  .carouplinthrow { grid-template-columns: repeat(2, 1fr) }
}
