/* casino8463.buzz — Casino 8463 / Казино 8463. Концепт «Гранд-Планетарий»: световой купол, оррерий, меридиан. Палитра: тёмно-синий свод + золото + сталь */

:root {
  --bg: #0a1120;
  --bg-2: #10192b;
  --bg-3: #172236;
  --line: #223049;
  --line-2: #33456a;
  --txt: #e8ecf3;
  --txt-d: #a9b2c4;
  --txt-dd: #6f7a90;
  --pri: #dcb04e;
  --sec: #c4c9d4;
  --acc: #3a5a8c;
  --hot: #d9744a;
  --cta-1: #eec658;
  --cta-2: #c69630;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Instrument Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1050px 600px at 88% -12%, rgba(58, 90, 140, .30) 0%, transparent 62%),
    radial-gradient(860px 600px at -12% 58%, rgba(238, 198, 88, .08) 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 }

.orrskip {
  position: absolute; top: -46px; left: 8px;
  padding: 8px 12px; background: var(--pri); color: #0a0d0a;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.orrskip:focus { top: 8px }

/* ===== HEADER BAR ===== */
.orrbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 17, 32, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.orrbar__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.orrbar__logo:hover { text-decoration: none }
.orrbar__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(58, 90, 140, .7));
}
.orrbar__t {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 700; line-height: 1; letter-spacing: -.3px;
}
.orrbar__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.orrnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.orrnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.orrnav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== CTA / AIM BUTTON ===== */
.orraimbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.orraimbtn:hover { text-decoration: none; transform: translateY(-1px) }
.orraimbtn--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.orraimbtn--sm:hover { background: var(--bg-2); border-color: var(--pri) }
.orraimbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.orraimbtn--hot {
  background: linear-gradient(120deg, var(--cta-1) 0%, var(--cta-2) 100%);
  color: #1a1204; border: 0;
  box-shadow: 0 12px 30px -10px rgba(238, 198, 88, .6);
  font-weight: 700;
}
.orraimbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(238, 198, 88, .85) }
.orraimbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.orraimbtn--ghost:hover { border-color: var(--pri); color: var(--pri) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.orrdomerow {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(58, 90, 140, .12), rgba(238, 198, 88, .05));
  font-size: 13px;
}
.orrdomerow__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.orrdomerow__cell:last-child { border-right: 0 }
.orrdomerow__num {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 700; font-size: 15px; color: var(--pri);
  letter-spacing: -.2px;
}
.orrdomerow__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO / SCOPE ===== */
.orrscopebox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.orrcometag {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--acc); font-weight: 700;
  background: rgba(58, 90, 140, .12);
  border: 1px solid rgba(58, 90, 140, .35);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 16px;
}
h1 {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.07;
  margin: 0 0 18px; letter-spacing: -1px; font-weight: 700;
}
.orracc { color: var(--pri) }
.orrscopebox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.65;
}
.orrscopebox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.orrscopebox__pic { margin: 0 }
.orrscopebox__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(440px 320px at 50% 78%, rgba(58, 90, 140, .35), transparent 62%),
    radial-gradient(360px 260px at 74% 24%, rgba(238, 198, 88, .16), transparent 65%),
    linear-gradient(160deg, #0c1424 0%, #131d31 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(58, 90, 140, .5);
}
.orrscopebox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* HERO KPI / ZODIAC ROW */
.orrzodiacrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.orrzodiacrow__item { display: flex; flex-direction: column; gap: 2px }
.orrzodiacrow__num {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 26px; font-weight: 700;
  color: var(--pri); letter-spacing: -.6px;
}
.orrzodiacrow__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.orrscopebox, section.orrzenithbox { padding-top: 36px }
h2 {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.18;
  margin: 0 0 16px; letter-spacing: -.6px; font-weight: 700;
}
h3 {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--pri); font-weight: 600; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.orrlead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME / ZENITH ===== */
.orrzenithbox {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(238, 198, 88, .08) 0%, transparent 70%),
    rgba(16, 25, 43, .6);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.orrzenithbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.orrspherecard {
  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;
}
.orrspherecard:hover { border-color: var(--pri); transform: translateY(-2px) }
.orrspherecard::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(58, 90, 140, .12), transparent 60%);
  pointer-events: none;
}
.orrspherecard__step {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 11px; color: var(--acc); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.orrspherecard__pct {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--pri); letter-spacing: -.8px;
  margin-bottom: 8px;
}
.orrspherecard__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.orrspherecard__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS / NEBULA ===== */
.orrsteps__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.orrnebulacard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.orrnebulacard__num {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.orrnebulacard__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--pri);
}
.orrnebulacard p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID / MERIDIAN + CUPOLA CARD ===== */
.orrmeridianrow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.orrcupolacard {
  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;
}
.orrcupolacard:hover {
  transform: translateY(-3px);
  border-color: var(--pri);
  box-shadow: 0 18px 36px -14px rgba(58, 90, 140, .5);
}
.orrcupolacard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 700; font-size: 22px; color: rgba(232, 236, 243, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.3px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.orrcupolacard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.orrcv-1 { background: linear-gradient(135deg, #10233f 0%, #3a5a8c 100%) }
.orrcv-2 { background: linear-gradient(135deg, #2a2005 0%, #eec658 100%); color: #14100a }
.orrcv-3 { background: linear-gradient(135deg, #10233f 0%, #4d86c4 100%) }
.orrcv-4 { background: linear-gradient(135deg, #2a1608 0%, #d9744a 100%) }
.orrcv-5 { background: linear-gradient(135deg, #142338 0%, #6f92c4 100%) }
.orrcv-6 { background: linear-gradient(135deg, #26170a 0%, #dcb04e 100%); color: #14100a }
.orrcv-7 { background: linear-gradient(135deg, #1a2a44 0%, #3a5a8c 100%) }
.orrcv-8 { background: linear-gradient(135deg, #2a1a08 0%, #e0995a 100%) }
.orrcv-9 { background: linear-gradient(135deg, #101d33 0%, #c4c9d4 100%); color: #10192b }
.orrcv-10 { background: linear-gradient(135deg, #2a2306 0%, #eec658 100%); color: #14100a }
.orrcv-11 { background: linear-gradient(135deg, #122540 0%, #5678ac 100%) }
.orrcv-12 { background: linear-gradient(135deg, #26160a 0%, #d9744a 100%) }

.orrcupolacard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.orrcupolacard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.orrcupolacard__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; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.orrcupolacard__btn:hover { background: var(--pri); border-color: var(--pri); color: #14100a; text-decoration: none }

/* provider / mechanic chips — SEXTANT TAG */
.orrsextanttag { margin: 22px 0 0 }
.orrsextanttag__title { font-size: 12px; color: var(--acc); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.orrsextanttag__list { display: flex; flex-wrap: wrap; gap: 8px }
.orrsextanttag__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 ===== */
.orrloybox__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.orrazimuthbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.orrazimuthbox:hover { border-color: var(--pri) }
.orrazimuthbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--pri) }
.orrazimuthbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP ladder — ECLIPTIC ROW (staircase 0/-5/-12/-19/-26/-34) */
.orreclipticrow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.orreclipticrow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.orreclipticrow__step:nth-child(1) { transform: translateY(0) }
.orreclipticrow__step:nth-child(2) { transform: translateY(-5px) }
.orreclipticrow__step:nth-child(3) { transform: translateY(-12px) }
.orreclipticrow__step:nth-child(4) { transform: translateY(-19px); border-color: var(--acc); background: var(--bg-2) }
.orreclipticrow__step:nth-child(5) { transform: translateY(-26px); border-color: var(--acc); background: var(--bg-2) }
.orreclipticrow__step:nth-child(6) { transform: translateY(-34px); border-color: var(--pri); background: linear-gradient(135deg, var(--bg-2), rgba(238, 198, 88, .1)) }
.orreclipticrow__name {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1.05; margin-bottom: 5px;
}
.orreclipticrow__cb { font-size: 11px; color: var(--txt-d) }
.orreclipticrow__step:nth-child(6) .orreclipticrow__name { color: var(--pri) }

/* ===== TOURNAMENT / PLANISPHERE ===== */
.orrplanispherebox {
  background:
    radial-gradient(640px 360px at 50% 45%, rgba(58, 90, 140, .18) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.orrplanispherebox__btns { margin: 22px 0 28px }
.orrcelestialrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.orrcelestialrow > div {
  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;
}
.orrcelestialrow span {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 22px; font-weight: 700; color: var(--pri);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.orrcelestialrow__b { font-size: 14px; font-weight: 700; color: var(--txt) }
.orrcelestialrow i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

.orrplanispherebox--final { text-align: center }
.orrplanispherebox--final p { color: var(--txt-d); margin-bottom: 24px }
.orrplanispherebox--final h2 { margin-bottom: 10px }

/* ===== LIVE GALLERY / QUADRANT ===== */
.orrlive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.orrquadrantcard {
  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;
}
.orrquadrantcard:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(217, 116, 74, .4);
}
.orrquadrantcard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-weight: 700; font-size: 18px; color: rgba(232, 236, 243, .94);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.orrlv-1 { background: linear-gradient(135deg, #10233f 0%, #3a5a8c 100%) }
.orrlv-2 { background: linear-gradient(135deg, #2a1608 0%, #d9744a 100%) }
.orrlv-3 { background: linear-gradient(135deg, #142338 0%, #5678ac 100%) }
.orrlv-4 { background: linear-gradient(135deg, #26170a 0%, #dcb04e 100%); color: #14100a }
.orrlv-5 { background: linear-gradient(135deg, #101d33 0%, #6f92c4 100%) }
.orrlv-6 { background: linear-gradient(135deg, #2a2306 0%, #eec658 100%); color: #14100a }

.orrquadrantcard__b { padding: 14px 16px 16px; position: relative }
.orrquadrantcard__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.orrquadrantcard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.orrquadrantcard__m { font-size: 13px; color: var(--pri); font-weight: 600; margin-bottom: 4px }
.orrquadrantcard__p { font-size: 12px; color: var(--txt-dd) }
.orrquadrantcard__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW / APSIS + ORBIT TAG ===== */
.orrbrandwrap h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.orrbrandwrap p { color: var(--txt); line-height: 1.7 }
.orrapsisrow {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.orrorbittag {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS / STAR CARD ===== */
.orrrev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.orrstarcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.orrstarcard__stars { color: var(--pri); font-size: 16px; letter-spacing: 4px }
.orrstarcard__stars--four .orrstaroff { color: var(--line-2) }
.orrstarcard__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.orrstarcard__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.orrstarcard__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--pri));
  border-radius: 50%; color: #10192b; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS / GNOMON + TRANSIT ===== */
.orrpay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.orrgnomonbox {
  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;
}
.orrgnomonbox__n { font-size: 15px; color: var(--txt); font-weight: 700 }
.orrgnomonbox i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.orrtransitbox {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.orrtransitbox > 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;
}
.orrtransitbox__n {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 16px; color: var(--pri); font-weight: 700;
}
.orrtransitbox i { font-size: 12px; color: var(--txt-d); font-style: normal }

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

/* ===== FAQ ===== */
.orrfaqwrap 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: "✦"; 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: 12px;
  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.65 }

/* ===== FOOTER ===== */
.orrfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 17, 32, .62);
}
.orrfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.orrfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.orrfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.orrfoot__name { display: flex; flex-direction: column; line-height: 1.1 }
.orrfoot__strong { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px }
.orrfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.orrfoot__op { color: var(--pri) }
.orrfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.orrfoot__col h4 {
  font-family: "Frank Ruhl Libre", Georgia, serif;
  font-size: 12px; color: var(--acc); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.orrfoot__col ul { list-style: none; padding: 0; margin: 0 }
.orrfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.orrfoot__col li:hover { color: var(--txt) }
.orrfoot__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) {
  .orrzenithbox__grid { grid-template-columns: repeat(2, 1fr) }
  .orrpay__grid { grid-template-columns: repeat(3, 1fr) }
  .orrcelestialrow { grid-template-columns: repeat(2, 1fr) }
  .orrrev__grid { grid-template-columns: 1fr }
  .orrfoot__top { grid-template-columns: 1fr }
  .orrdomerow { grid-template-columns: repeat(3, 1fr) }
  .orrdomerow__cell:nth-child(4), .orrdomerow__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .orreclipticrow { grid-template-columns: repeat(3, 1fr) }
  .orreclipticrow__step { transform: none !important }
}

@media (max-width: 880px) {
  .orrscopebox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .orrscopebox__pic { order: -1 }
  .orrnav { display: none }
  .orrbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .orrzenithbox, .orrplanispherebox { padding: 36px 18px; margin: 22px 14px }
  .orrzenithbox__grid { grid-template-columns: 1fr }
  .orrsteps__grid { grid-template-columns: 1fr }
  .orrloybox__grid { grid-template-columns: 1fr }
  .orrfoot__top { padding: 30px 16px 22px; gap: 22px }
  .orrfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .orrdomerow { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .orrdomerow__cell { padding: 4px 10px }
  .orrtransitbox { grid-template-columns: 1fr }
  .orrzodiacrow { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .orrmeridianrow { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .orrlive__grid { grid-template-columns: 1fr }
  .orrcupolacard h3 { font-size: 13px }
  .orrcupolacard p { font-size: 11px }
  .orrcupolacard__cover { font-size: 16px }
  .orrscopebox__btns { flex-direction: column; align-items: stretch }
  .orraimbtn--big { width: 100% }
  .orrpay__grid { grid-template-columns: repeat(2, 1fr) }
  .orrcelestialrow { grid-template-columns: 1fr }
  .orrfoot__cols { grid-template-columns: 1fr }
  .orreclipticrow { grid-template-columns: repeat(2, 1fr) }
}
