/* azino777c1.top — премиум-лендинг Azino777 / Азино777. Концепция «Зодиак / Созвездия» (индиго-небо + золото + звёздный циан) */

:root {
  --bg: #0a0a1e;
  --bg2: #0f1030;
  --bg3: #161742;
  --line: #232358;
  --line2: #313173;
  --txt: #eef0ff;
  --txt-d: #b3b6e6;
  --txt-dd: #7d80b4;
  --gold: #ffcf47;
  --cyan: #7fdcff;
  --accd: #4a4ec0;
  --hot: #a9b6ff;
  --r: 14px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Noto 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(127, 220, 255, .14) 0%, transparent 62%),
    radial-gradient(860px 600px at -10% 58%, rgba(255, 207, 71, .08) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--cyan); text-decoration: none }
a:hover { text-decoration: underline }

.zodskip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--gold); color: #10102a;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.zodskip:focus { top: 8px }

/* ===== TOP BAR ===== */
.zodbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 10, 30, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.starlogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.starlogo:hover { text-decoration: none }
.starlogo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(127, 220, 255, .55));
}
.starlogo__t {
  font-family: "Philosopher", "Noto Sans", system-ui, sans-serif;
  font-weight: 700; line-height: 1; letter-spacing: -.2px; font-size: 20px;
}
.starlogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.signnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.signnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.signnav a:hover { color: var(--cyan); border-bottom-color: var(--cyan); text-decoration: none }

/* ===== CTA ===== */
.cometcta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "Philosopher", "Noto Sans", system-ui, sans-serif;
  font-weight: 700; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .1px;
}
.cometcta:hover { text-decoration: none; transform: translateY(-1px) }
.cometcta--small { background: var(--bg3); color: var(--txt); border-color: var(--line2) }
.cometcta--small:hover { background: var(--bg2); border-color: var(--cyan) }
.cometcta--big { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.cometcta--hot {
  background: linear-gradient(120deg, var(--gold) 0%, var(--accd) 100%);
  color: #10102a; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 207, 71, .6);
  font-weight: 700;
}
.cometcta--hot:hover { box-shadow: 0 16px 38px -8px rgba(127, 220, 255, .7) }
.cometcta--ghost { background: transparent; color: var(--txt); border-color: var(--line2) }
.cometcta--ghost:hover { border-color: var(--cyan); color: var(--cyan) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.orbitticker {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(127, 220, 255, .05), rgba(255, 207, 71, .03));
  font-size: 13px;
}
.orbitticker__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.orbitticker__cell:last-child { border-right: 0 }
.orbitticker__num {
  font-family: "Philosopher", "Noto Sans", system-ui, sans-serif;
  font-weight: 700; font-size: 15px; color: var(--cyan);
  letter-spacing: -.1px;
}
.orbitticker__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO ===== */
.zodhero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.zodhero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--cyan);
  background: rgba(127, 220, 255, .08);
  border: 1px solid rgba(127, 220, 255, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Philosopher", "Noto Sans", system-ui, sans-serif;
  font-size: clamp(29px, 4.1vw, 46px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.6px; font-weight: 700;
}
.zodacc { color: var(--cyan) }
.zodhero__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.zodhero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.zodhero__pic { margin: 0 }
.skycurve {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(440px 340px at 30% 28%, rgba(74, 78, 192, .35), transparent 62%),
    radial-gradient(360px 280px at 80% 80%, rgba(255, 207, 71, .16), transparent 66%),
    linear-gradient(135deg, #0c0c24 0%, #14143a 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(127, 220, 255, .4);
}
.zodhero__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline */
.novakpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.novakpi__item { display: flex; flex-direction: column; gap: 2px }
.novakpi__num {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--gold); letter-spacing: -.4px;
}
.novakpi__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.zodhero, section.starwelcome { padding-top: 36px }
.zodover {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Philosopher", "Noto Sans", system-ui, sans-serif;
  font-size: clamp(24px, 3.2vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.4px; font-weight: 700;
}
h3 {
  font-family: "Philosopher", "Noto Sans", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--cyan); font-weight: 700; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.zodlead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 820px }

/* ===== LOYALTY ===== */
.signperk__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.signitem {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.signitem:hover { border-color: var(--gold) }
.signitem__h { font-family: "Philosopher", system-ui, sans-serif; font-weight: 700; font-size: 18px; margin-bottom: 10px; color: var(--gold) }
.signitem p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }

/* VIP-лестница как восходящий стек */
.zenithladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 16px;
}
.luminstep {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  position: relative;
}
.luminstep:nth-child(1) { transform: translateY(0) }
.luminstep:nth-child(2) { transform: translateY(-4px) }
.luminstep:nth-child(3) { transform: translateY(-11px) }
.luminstep:nth-child(4) { transform: translateY(-19px); border-color: var(--cyan); background: var(--bg2) }
.luminstep:nth-child(5) { transform: translateY(-27px); border-color: var(--cyan); background: var(--bg2) }
.luminstep:nth-child(6) { transform: translateY(-38px); border-color: var(--gold); background: linear-gradient(135deg, var(--bg2), rgba(255, 207, 71, .1)) }
.luminstep__name {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 12.5px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.luminstep__cb { font-size: 11px; color: var(--txt-d) }
.luminstep:nth-child(6) .luminstep__name { color: var(--gold) }

/* ===== SLOT CATALOGUE ===== */
.constellwall__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.cometcard {
  background: var(--bg2);
  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;
}
.cometcard:hover {
  transform: translateY(-3px);
  border-color: var(--cyan);
  box-shadow: 0 18px 36px -14px rgba(127, 220, 255, .42);
}
.cometcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Philosopher", system-ui, sans-serif;
  font-weight: 700; font-size: 22px; color: rgba(238, 240, 255, .95);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.cometcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.skyface-1 { background: linear-gradient(135deg, #1a1a52 0%, #7fdcff 100%) }
.skyface-2 { background: linear-gradient(135deg, #2a2405 0%, #ffcf47 100%); color: #10102a }
.skyface-3 { background: linear-gradient(135deg, #24104a 0%, #9a6cff 100%) }
.skyface-4 { background: linear-gradient(135deg, #0a2a2a 0%, #35e0d0 100%); color: #08160c }
.skyface-5 { background: linear-gradient(135deg, #2a0a3a 0%, #a9b6ff 100%) }
.skyface-6 { background: linear-gradient(135deg, #08203a 0%, #4a8cff 100%) }
.skyface-7 { background: linear-gradient(135deg, #2a0838 0%, #ff66cc 100%) }
.skyface-8 { background: linear-gradient(135deg, #3a2405 0%, #ffcf47 100%); color: #10102a }
.skyface-9 { background: linear-gradient(135deg, #101a52 0%, #7fdcff 100%) }
.skyface-10 { background: linear-gradient(135deg, #2a0a2a 0%, #c77fff 100%) }
.skyface-11 { background: linear-gradient(135deg, #3a2a05 0%, #ffe08a 100%); color: #10102a }
.skyface-12 { background: linear-gradient(135deg, #0a2438 0%, #4de0d0 100%) }

.cometcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600; font-family: "Noto Sans", sans-serif; border: 0; padding: 0 }
.cometcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.42 }
.starbtn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line2); transition: all .15s;
}
.starbtn:hover { background: var(--cyan); border-color: var(--cyan); color: #10102a; text-decoration: none }

.celestprov { margin: 22px 0 0 }
.celestprov__title { font-size: 12px; color: var(--gold); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.celestprov__list { display: flex; flex-wrap: wrap; gap: 8px }
.celestprov__list span {
  padding: 6px 12px;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== WELCOME ===== */
.starwelcome {
  background:
    radial-gradient(740px 380px at 82% 26%, rgba(255, 207, 71, .07) 0%, transparent 70%),
    rgba(15, 16, 48, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.starwelcome__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.cosmobox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.cosmobox:hover { border-color: var(--cyan); transform: translateY(-2px) }
.cosmobox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(127, 220, 255, .07), transparent 60%);
  pointer-events: none;
}
.cosmobox__step {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 11px; color: var(--gold); font-weight: 700;
  letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase;
}
.cosmobox__pct {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--cyan); letter-spacing: -.5px;
  margin-bottom: 8px;
}
.cosmobox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.cosmobox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS ===== */
.risesteps__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.sigilbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.sigilbox__num {
  font-family: "Philosopher", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg3);
}
.sigilbox__head {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--cyan);
}
.sigilbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== TOURNAMENT ===== */
.eclipsetour {
  background:
    radial-gradient(660px 380px at 50% 50%, rgba(74, 78, 192, .18) 0%, transparent 70%),
    var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.eclipsetour__btns { margin: 22px 0 28px }
.orbitstat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.orbitstat > div {
  background: var(--bg3);
  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;
}
.orbitstat > div > span:first-child {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--cyan);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.orbitstat__b { font-size: 14px; font-weight: 700; color: var(--txt) }
.orbitstat__i { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.solstlive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.planetbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.planetbox:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(169, 182, 255, .4);
}
.planetbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Philosopher", system-ui, sans-serif;
  font-weight: 700; font-size: 18px; color: rgba(238, 240, 255, .95);
  padding: 12px; text-align: center; letter-spacing: -.1px;
  position: relative; overflow: hidden;
}
.orb-1 { background: linear-gradient(135deg, #101a52 0%, #4a8cff 100%) }
.orb-2 { background: linear-gradient(135deg, #2a0838 0%, #a9b6ff 100%) }
.orb-3 { background: linear-gradient(135deg, #0a2a2a 0%, #4de0d0 100%) }
.orb-4 { background: linear-gradient(135deg, #3a2405 0%, #ffcf47 100%); color: #10102a }
.orb-5 { background: linear-gradient(135deg, #24104a 0%, #7fdcff 100%) }
.orb-6 { background: linear-gradient(135deg, #2a0a2a 0%, #c77fff 100%) }

.planetbox__b { padding: 14px 16px 16px; position: relative }
.planetbox__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.planetbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.planetbox__m { font-size: 13px; color: var(--gold); font-weight: 600; margin-bottom: 4px }
.planetbox__p { font-size: 12px; color: var(--txt-dd) }
.planetbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #10102a;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.skydomeview h3 {
  border-left: 3px solid var(--cyan);
  padding-left: 14px; margin-top: 30px;
}
.skydomeview p { color: var(--txt); line-height: 1.72 }
.wardstar {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.wardstar__b {
  padding: 7px 13px;
  background: var(--bg2);
  border: 1px solid var(--cyan);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .3px;
}

/* ===== REVIEWS ===== */
.glyphnote__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.glyphnote__card {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.glyphnote__stars { color: var(--gold); font-size: 16px; letter-spacing: 4px }
.glyphnote__stars--four .glyphnote__off { color: var(--line2) }
.glyphnote__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.glyphnote__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.glyphnote__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
  border-radius: 50%; color: #10102a; font-weight: 700; font-size: 14px;
  flex: none;
}

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

.timenova {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.timenova > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.timenova__n {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 16px; color: var(--cyan); font-weight: 700;
}
.timenova__s { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA ===== */
.finalzenith {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(640px 340px at 50% 50%, rgba(127, 220, 255, .16) 0%, transparent 70%),
    var(--bg2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.finalzenith h2 { margin-bottom: 10px }
.finalzenith p { color: var(--txt-d); margin-bottom: 24px }

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

/* ===== AUTHOR NOTE ===== */
.ephemnote {
  max-width: 1240px; margin: 0 auto;
  padding: 0 22px 40px;
}
.ephemnote__h {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 13px; color: var(--gold); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 8px;
}
.ephemnote p {
  color: var(--txt-dd); font-size: 13px; line-height: 1.7;
  border-left: 2px solid var(--line2); padding-left: 16px; margin: 0;
}

/* ===== FOOTER ===== */
.astrofoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 10, 30, .6);
}
.astrofoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.astrofoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.astrofoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.astrofoot__logo span { display: flex; flex-direction: column; line-height: 1.15 }
.astrofoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Philosopher", system-ui, sans-serif }
.astrofoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.astrofoot__op { color: var(--cyan); font-weight: 600 }
.astrofoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.housecol h4 {
  font-family: "Philosopher", system-ui, sans-serif;
  font-size: 12px; color: var(--gold); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.housecol ul { list-style: none; padding: 0; margin: 0 }
.housecol li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.housecol li:hover { color: var(--txt) }
.astrofoot__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) {
  .starwelcome__grid { grid-template-columns: repeat(2, 1fr) }
  .lunarpay__grid { grid-template-columns: repeat(3, 1fr) }
  .orbitstat { grid-template-columns: repeat(2, 1fr) }
  .glyphnote__grid { grid-template-columns: 1fr }
  .astrofoot__top { grid-template-columns: 1fr }
  .orbitticker { grid-template-columns: repeat(3, 1fr) }
  .orbitticker__cell:nth-child(4), .orbitticker__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .zenithladder { grid-template-columns: repeat(3, 1fr) }
  .luminstep { transform: none !important }
}

@media (max-width: 880px) {
  .zodhero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .zodhero__pic { order: -1 }
  .signnav { display: none }
  .zodbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .starwelcome, .eclipsetour, .finalzenith { padding: 36px 18px; margin: 22px 14px }
  .risesteps__grid { grid-template-columns: 1fr }
  .signperk__grid { grid-template-columns: 1fr }
  .astrofoot__top { padding: 30px 16px 22px; gap: 22px }
  .astrofoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .orbitticker { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .orbitticker__cell { padding: 4px 10px }
  .timenova { grid-template-columns: 1fr }
  .novakpi { grid-template-columns: repeat(2, 1fr) }
  .starwelcome__grid { grid-template-columns: 1fr }
}

@media (max-width: 480px) {
  .constellwall__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .solstlive__grid { grid-template-columns: 1fr }
  .cometcard h3 { font-size: 13px }
  .cometcard p { font-size: 11px }
  .cometcard__cover { font-size: 16px }
  .zodhero__btns { flex-direction: column; align-items: stretch }
  .cometcta--big { width: 100% }
  .lunarpay__grid { grid-template-columns: repeat(2, 1fr) }
  .orbitstat { grid-template-columns: 1fr }
  .astrofoot__cols { grid-template-columns: 1fr }
  .zenithladder { grid-template-columns: repeat(2, 1fr) }
}
