/* 1xbet.casino59x.lol — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-Маяк»: линза Френеля, вращающийся луч, гавань, световой сектор. */

:root {
  --bg: #08141c;
  --bg-2: #0d2130;
  --bg-3: #123044;
  --line: #1a3a4e;
  --line-2: #285566;
  --txt: #e9f2f6;
  --txt-d: #96b0bc;
  --txt-dd: #6a8894;
  --pri: #e8d48a;      /* beam-cream */
  --sec: #a8c0c8;      /* sea-mist */
  --acc: #1f6f8c;      /* harbor-teal */
  --hot: #e0604a;      /* signal */
  --cta-a: #f0dc94;
  --cta-b: #c9a24a;
  --r: 13px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Gabarito", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1080px 600px at 88% -12%, rgba(232, 212, 138, .12) 0%, transparent 60%),
    radial-gradient(860px 600px at -12% 58%, rgba(31, 111, 140, .16) 0%, transparent 62%),
    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 }

.beamskip {
  position: absolute; top: -46px; left: 8px;
  padding: 8px 12px; background: var(--pri); color: #071019;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.beamskip:focus { top: 8px }

/* ===== HEADER (.pharbar) ===== */
.pharbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 20, 28, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.pharlogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.pharlogo:hover { text-decoration: none }
.pharlogo__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(232, 212, 138, .5));
}
.pharlogo__t {
  font-family: "Cormorant Infant", Georgia, serif;
  font-weight: 700; line-height: 1; letter-spacing: -.2px; font-size: 22px;
}
.pharlogo__sub {
  display: block; font-size: 10px; color: var(--sec);
  letter-spacing: 2.4px; font-weight: 500; margin-top: 4px;
  text-transform: uppercase;
  font-family: "Gabarito", system-ui, sans-serif;
}
.harbornav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.harbornav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.harbornav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== CTA (.litbtn) ===== */
.litbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Gabarito", 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;
}
.litbtn:hover { text-decoration: none; transform: translateY(-1px) }
.litbtn--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.litbtn--sm:hover { background: var(--bg-2); border-color: var(--pri) }
.litbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.litbtn--hot {
  background: linear-gradient(118deg, var(--cta-a) 0%, var(--cta-b) 100%);
  color: #1a1405; border: 0;
  box-shadow: 0 12px 30px -10px rgba(232, 212, 138, .6);
  font-weight: 700;
}
.litbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(232, 212, 138, .82) }
.litbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.litbtn--ghost:hover { border-color: var(--pri); color: var(--pri) }

/* ===== AGGREGATE COUNTER STRIP (.harborbox) ===== */
.harborbox {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(31, 111, 140, .07), rgba(232, 212, 138, .04));
  font-size: 13px;
}
.harborbox__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.harborbox__cell:last-child { border-right: 0 }
.harborbox__num {
  font-family: "Cormorant Infant", Georgia, serif;
  font-weight: 700; font-size: 18px; color: var(--pri);
  letter-spacing: -.2px;
}
.harborbox__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO (.gallerbox) ===== */
.gallerbox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.gallerbox__lead { min-width: 0 }
.fresneltag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--pri);
  background: rgba(232, 212, 138, .08);
  border: 1px solid rgba(232, 212, 138, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: clamp(31px, 4.5vw, 52px); line-height: 1.05;
  margin: 0 0 18px; letter-spacing: -.6px; font-weight: 700;
}
.rayspan { color: var(--pri) }
.gallerbox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.gallerbox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.gallerbox__pic { margin: 0 }
.gallerbox__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(232, 212, 138, .22), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(31, 111, 140, .28), transparent 66%),
    linear-gradient(135deg, #0b1e2b 0%, #12303f 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(31, 111, 140, .5);
}
.gallerbox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline (.lampstat) */
.lampstat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.lampstat__item { display: flex; flex-direction: column; gap: 2px }
.lampstat__num {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 28px; font-weight: 700;
  color: var(--pri); letter-spacing: -.4px;
}
.lampstat__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.gallerbox { padding-top: 36px }
.beacontag {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--sec); font-weight: 700;
  margin: 0 0 10px;
  font-family: "Gabarito", system-ui, sans-serif;
}
h2 {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: clamp(25px, 3.3vw, 38px); line-height: 1.16;
  margin: 0 0 16px; letter-spacing: -.4px; font-weight: 700;
}
h3 {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.3;
  margin: 26px 0 10px; color: var(--pri); font-weight: 600; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.beamintro { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME (.lantbox wrapper, .lensbox cards) ===== */
.lantbox {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(232, 212, 138, .07) 0%, transparent 70%),
    rgba(13, 33, 48, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.lantbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.lensbox {
  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;
}
.lensbox:hover { border-color: var(--pri); transform: translateY(-2px) }
.lensbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(31, 111, 140, .1), transparent 60%);
  pointer-events: none;
}
.lensbox__step {
  font-family: "Gabarito", system-ui, sans-serif;
  font-size: 11px; color: var(--sec); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.lensbox__pct {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 34px; font-weight: 700; line-height: 1;
  color: var(--pri); letter-spacing: -.6px;
  margin-bottom: 8px;
}
.lensbox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.lensbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS (.stepgrid, .stepbox cards) ===== */
.stepgrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.stepbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.stepbox__num {
  font-family: "Cormorant Infant", Georgia, serif;
  position: absolute; top: 10px; right: 22px;
  font-size: 60px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.stepbox__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--pri);
}
.stepbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (.shinegrid, .keepcard) ===== */
.shinegrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.keepcard {
  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;
}
.keepcard:hover {
  transform: translateY(-3px);
  border-color: var(--pri);
  box-shadow: 0 18px 36px -14px rgba(232, 212, 138, .38);
}
.keepcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Cormorant Infant", Georgia, serif;
  font-weight: 700; font-size: 23px; color: rgba(233, 242, 246, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.14;
  position: relative; overflow: hidden;
}
.keepcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.36) 100%);
  pointer-events: none;
}
.raycov-1 { background: linear-gradient(135deg, #0a3140 0%, #e8d48a 100%); color: #101a0a }
.raycov-2 { background: linear-gradient(135deg, #10344a 0%, #1f6f8c 100%) }
.raycov-3 { background: linear-gradient(135deg, #2a1608 0%, #e0604a 100%) }
.raycov-4 { background: linear-gradient(135deg, #0a2a34 0%, #a8c0c8 100%); color: #0a1820 }
.raycov-5 { background: linear-gradient(135deg, #10344a 0%, #e8d48a 100%); color: #101a0a }
.raycov-6 { background: linear-gradient(135deg, #142838 0%, #4a9db0 100%) }
.raycov-7 { background: linear-gradient(135deg, #2a1608 0%, #f0a24a 100%); color: #101a0a }
.raycov-8 { background: linear-gradient(135deg, #0a2c3c 0%, #1f6f8c 100%) }
.raycov-9 { background: linear-gradient(135deg, #10344a 0%, #c9a24a 100%); color: #101a0a }
.raycov-10 { background: linear-gradient(135deg, #2a1420 0%, #e0604a 100%) }
.raycov-11 { background: linear-gradient(135deg, #0a3140 0%, #a8c0c8 100%); color: #0a1820 }
.raycov-12 { background: linear-gradient(135deg, #14283a 0%, #e8d48a 100%); color: #101a0a }

.keepcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600; font-family: "Gabarito", system-ui, sans-serif }
.keepcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.keepcard__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: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.keepcard__btn:hover { background: var(--pri); border-color: var(--pri); color: #101a05; text-decoration: none }

.tokenrow { margin: 22px 0 0 }
.tokenrow__title { font-size: 12px; color: var(--sec); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.tokenrow__list { display: flex; flex-wrap: wrap; gap: 8px }
.tokenrow__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 (.mooringbox grid, .fanalbox info boxes, .shinerow ladder) ===== */
.mooringbox {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.fanalbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.fanalbox:hover { border-color: var(--sec) }
.fanalbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--sec) }
.fanalbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-лестница как стек ступеней (.shinerow) — staircase 0/-7/-14/-21/-29/-38 */
.shinerow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.shinerow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.shinerow__step:nth-child(1) { transform: translateY(0) }
.shinerow__step:nth-child(2) { transform: translateY(-7px) }
.shinerow__step:nth-child(3) { transform: translateY(-14px) }
.shinerow__step:nth-child(4) { transform: translateY(-21px); border-color: var(--acc); background: var(--bg-2) }
.shinerow__step:nth-child(5) { transform: translateY(-29px); border-color: var(--pri); background: var(--bg-2) }
.shinerow__step:nth-child(6) { transform: translateY(-38px); border-color: var(--pri); background: linear-gradient(135deg, var(--bg-2), rgba(232, 212, 138, .1)) }
.shinerow__name {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 13px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.shinerow__cb { font-size: 11px; color: var(--txt-d) }
.shinerow__step:nth-child(6) .shinerow__name { color: var(--pri) }

/* ===== TOUR (.buoyrow kpi) ===== */
.tourbox {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(31, 111, 140, .14) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.tourbox__btns { margin: 22px 0 28px }
.buoyrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.buoyrow > 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;
}
.buoyrow span {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 24px; font-weight: 700; color: var(--pri);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.buoyrow em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.buoyrow i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY (.beaconrow grid, .watchcard? use .flashcard) ===== */
.beaconrow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.flashcard {
  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;
}
.flashcard:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(224, 96, 74, .42);
}
.flashcard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Cormorant Infant", Georgia, serif;
  font-weight: 700; font-size: 19px; color: rgba(233, 242, 246, .94);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.flash-1 { background: linear-gradient(135deg, #0a2c3c 0%, #e8d48a 100%); color: #101a0a }
.flash-2 { background: linear-gradient(135deg, #2a1608 0%, #f0a24a 100%); color: #101a0a }
.flash-3 { background: linear-gradient(135deg, #10344a 0%, #1f6f8c 100%) }
.flash-4 { background: linear-gradient(135deg, #142838 0%, #a8c0c8 100%); color: #0a1820 }
.flash-5 { background: linear-gradient(135deg, #2a1420 0%, #e0604a 100%) }
.flash-6 { background: linear-gradient(135deg, #0a3140 0%, #4a9db0 100%) }

.flashcard__b { padding: 14px 16px 16px; position: relative }
.flashcard__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Gabarito", system-ui, sans-serif }
.flashcard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.flashcard__m { font-size: 13px; color: var(--pri); font-weight: 700; margin-bottom: 4px }
.flashcard__p { font-size: 12px; color: var(--txt-dd) }
.flashcard__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 (.sweeprow) ===== */
.sweeprow h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.sweeprow p { color: var(--txt); line-height: 1.72 }
.signaltags {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.signaltags span {
  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 (.watchcard) ===== */
.watchgrid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.watchcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.watchcard__stars { color: var(--pri); font-size: 16px; letter-spacing: 4px }
.watchcard__stars .hiddenrow { color: var(--line-2) }
.watchcard__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.watchcard__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.watchcard__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: #071019; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS (.tiderow grid, .jettyrow times) ===== */
.quaygrid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.tiderow {
  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;
}
.tiderow em { font-size: 15px; color: var(--txt); font-weight: 700; font-style: normal }
.tiderow i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.jettyrow {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.jettyrow > 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;
}
.jettyrow em {
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 18px; color: var(--pri); font-weight: 700; font-style: normal;
}
.jettyrow span { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA (.cliffcard) ===== */
.cliffcard {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(232, 212, 138, .13) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.cliffcard h2 { margin-bottom: 10px }
.cliffcard p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ (.foambox) ===== */
.foambox 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: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Gabarito", system-ui, sans-serif;
}
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(90deg); border-color: var(--pri) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER (.pharfoot) ===== */
.pharfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(8, 20, 28, .62);
}
.pharfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.pharfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.pharfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.pharfoot__logo span { display: flex; flex-direction: column; line-height: 1.12 }
.pharfoot__logo em { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-style: normal; font-family: "Cormorant Infant", Georgia, serif }
.pharfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.pharfoot__legal span { color: var(--pri) }
.pharfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.pharfoot__col h4 {
  font-family: "Gabarito", system-ui, sans-serif;
  font-size: 12px; color: var(--sec); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.pharfoot__col ul { list-style: none; padding: 0; margin: 0 }
.pharfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.pharfoot__col li:hover { color: var(--txt) }
.pharfoot__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);
}

/* ===== AUTHOR NOTE (.watchnote) ===== */
.watchnote {
  max-width: 1240px; margin: 0 auto;
  padding: 8px 22px 48px;
}
.watchnote__in {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc);
  border-radius: var(--r-s);
  padding: 20px 24px;
  font-size: 13px; color: var(--txt-d); line-height: 1.66;
}
.watchnote__in b, .watchnote__in strong { font-weight: inherit; color: inherit }

/* ===== RESPONSIVE ===== */
@media (max-width: 1080px) {
  .lantbox__grid { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 1024px) {
  .quaygrid { grid-template-columns: repeat(3, 1fr) }
  .buoyrow { grid-template-columns: repeat(2, 1fr) }
  .watchgrid { grid-template-columns: 1fr }
  .pharfoot__top { grid-template-columns: 1fr }
  .harborbox { grid-template-columns: repeat(3, 1fr) }
  .harborbox__cell:nth-child(4), .harborbox__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .shinerow { grid-template-columns: repeat(3, 1fr) }
  .shinerow__step { transform: none !important }
}

@media (max-width: 880px) {
  .gallerbox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .gallerbox__pic { order: -1 }
  .harbornav { display: none }
  .pharbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .lantbox, .tourbox, .cliffcard { padding: 36px 18px; margin: 22px 14px }
  .stepgrid { grid-template-columns: 1fr }
  .mooringbox { grid-template-columns: 1fr }
  .pharfoot__top { padding: 30px 16px 22px; gap: 22px }
  .pharfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .harborbox { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .harborbox__cell { padding: 4px 10px }
  .jettyrow { grid-template-columns: 1fr }
  .lampstat { grid-template-columns: repeat(2, 1fr) }
  .lantbox__grid { grid-template-columns: 1fr }
}

@media (max-width: 480px) {
  .shinegrid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .beaconrow { grid-template-columns: 1fr }
  .keepcard h3 { font-size: 13px }
  .keepcard p { font-size: 11px }
  .keepcard__cover { font-size: 17px }
  .gallerbox__btns { flex-direction: column; align-items: stretch }
  .litbtn--big { width: 100% }
  .quaygrid { grid-template-columns: repeat(2, 1fr) }
  .buoyrow { grid-template-columns: 1fr }
  .pharfoot__cols { grid-template-columns: 1fr }
  .shinerow { grid-template-columns: repeat(2, 1fr) }
}

/* 1xbet144.com: independent editorial identity */
.jinncompare__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.jinncompare__grid article{padding:1.2rem;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.035)}@media(max-width:760px){.jinncompare__grid{grid-template-columns:1fr}}
