/* flagman69f.top — Flagman casino / Флагман казино. Концепт «ФЛАГМАНСКИЙ ЛАЙНЕР / ГОЛУБАЯ ЛЕНТА АТЛАНТИКИ».
   Оф.сайт = подлинный флагманский лайнер на расписании, держит рейс и Голубую ленту (рекорд скорости трансатлантической линии);
   рабочее зеркало = однотипный лайнер той же линии держит тот же рейс и курс, когда флагман встал в док (домен под фильтром);
   чужая ссылка = лайнер-подделка без цветов и марки линии на трубе (фишинг) — сверь марку линии + номер рейса.
   Bespoke-шаблон «Рейсовая ведомость / voyage board» — БЕЗ бокового tag-столбца: чистые полноширинные секции, над каждым H2 —
   горизонтальный «этап рейса» .leg (mono-пилюля с номером + подпись); hero «посадочная палуба» .berth с SVG-силуэтом лайнера (3 трубы + вымпел Голубой ленты);
   разделители .wake (кильватерная линия ⚓). НЕ up-x178, НЕ 1xbet centered-hero, НЕ прошлый derrick lot__tag-манифест.
   0 WEBFONT: mono-стек (лого/этапы/KPI/касса — «рейсовая ведомость/судовой журнал») + Cyrillic sans-стек (заголовки + тело).
   Палитра «Deep Sea & Aqua / Глубокая волна» (USER-CHOSEN): navy-abyss фон #081521 + CTA ocean-blue #2f8fd6 (~212° — самая широкая брешь морской полосы колеса Flagman, по ~8° до 7040 204° и flagmansite 220°)
   с ТЁМНЫМ текстом на кнопке #05141f + brass/funnel acc2 #d19a3e (~42° — латунь и труба лайнера, тёплый контраст к морю). Голубой вымпел = Blue Riband.
   Держатель TRANSATLANTICA GAMING N.V., Кюрасао № 216 904; регулятор ONJN (Румыния), лицензия № ONJN-2026-0069; ГСЧ Knotmeter Testing Labs; TLS Actalis. */

:root {
  --bg: #081521;
  --bg2: #0d1f2e;
  --bg3: #132a3b;
  --panel: #152d3f;
  --panel2: #1c384c;
  --line: #263d4f;
  --line2: #35566e;
  --txt: #e7eef4;
  --txt-d: #a9bccb;
  --txt-dd: #7d93a3;
  --acc: #2f8fd6;
  --acc-l: #6bb3ea;
  --acc-d: #2273b4;
  --acc2: #d19a3e;
  --acc2-l: #e6b968;
  --acc2-d: #9c7026;
  --on-acc: #05141f;
  --mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Consolas", "DejaVu Sans Mono", monospace;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --hatch: repeating-linear-gradient(45deg, rgba(47, 143, 214, .055) 0 2px, transparent 2px 9px);
  --r: 12px;
  --r-s: 8px;
  --wrap: 1180px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 var(--sans);
  color: var(--txt);
  background:
    radial-gradient(1100px 520px at 88% -10%, rgba(47, 143, 214, .14) 0%, transparent 58%),
    radial-gradient(820px 460px at -4% 4%, rgba(209, 154, 62, .09) 0%, transparent 56%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--hatch);
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc-l); text-decoration: none }
a:hover { text-decoration: underline }
.k { color: var(--acc2-l); font-weight: 700 }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px }

.skip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: var(--on-acc);
  border-radius: 6px; z-index: 100; font-weight: 800;
}
.skip:focus { top: 8px }

/* ===== TOP RAIL ===== */
.rail {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 21, 33, .9);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.mark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.mark:hover { text-decoration: none }
.mark__svg { width: 40px; height: 40px; flex: none; filter: drop-shadow(0 0 8px rgba(47, 143, 214, .45)) }
.mark__t { font-family: var(--mono); font-weight: 700; line-height: 1; letter-spacing: .3px; font-size: 22px }
.mark__sub {
  display: block; font-size: 9.5px; color: var(--acc2-l);
  letter-spacing: 2px; font-weight: 600; margin-top: 5px;
  text-transform: uppercase; font-family: var(--mono);
}
.rail__nav { display: flex; gap: 20px; margin-left: auto; flex-wrap: wrap }
.rail__nav a {
  color: var(--txt-d); font-size: 13.5px; padding: 4px 0;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
  font-family: var(--mono);
}
.rail__nav a:hover { color: var(--acc-l); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: var(--sans); font-weight: 800; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.cta:hover { text-decoration: none; transform: translateY(-1px) }
.cta--sm { background: var(--acc); color: var(--on-acc) }
.cta--sm:hover { box-shadow: 0 8px 22px rgba(47, 143, 214, .32) }
.cta--big { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.cta--hot {
  background: linear-gradient(120deg, #2f8fd6 0%, #6bb3ea 100%);
  color: var(--on-acc); border: 0;
  box-shadow: 0 8px 26px rgba(47, 143, 214, .3); font-weight: 800;
}
.cta--hot:hover { box-shadow: 0 13px 34px rgba(47, 143, 214, .48) }
.cta--ghost { background: transparent; color: var(--txt); border-color: var(--line2) }
.cta--ghost:hover { border-color: var(--acc); color: var(--acc-l) }

/* ===== HERO / BOARDING DECK ===== */
.berth {
  max-width: var(--wrap); margin: 0 auto;
  padding: 46px 22px 30px;
  display: grid; grid-template-columns: 1.32fr .9fr; gap: 34px; align-items: center;
}
.berth__tag {
  display: inline-block; font-family: var(--mono);
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc2-l);
  background: rgba(209, 154, 62, .1); border: 1px solid rgba(209, 154, 62, .34);
  padding: 6px 12px; border-radius: 5px; margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: var(--sans); font-weight: 800;
  font-size: clamp(27px, 4vw, 43px); line-height: 1.16;
  margin: 0 0 16px; letter-spacing: .1px;
}
.acc { color: var(--acc-l); white-space: nowrap }
.berth__lead { color: var(--txt); font-size: 16.5px; margin: 0 0 16px; line-height: 1.7 }
.berth__kpi { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 22px }
.berth__kpi div {
  font-family: var(--mono); font-size: 12px; color: var(--txt-d);
  border: 1px solid var(--line); border-radius: 7px; padding: 8px 12px; background: var(--bg2);
}
.berth__kpi .n { color: var(--acc-l); font-weight: 700; display: block; font-size: 16px; margin-bottom: 2px }
.berth__btns { display: flex; gap: 12px; flex-wrap: wrap }
.berth__fig {
  background: linear-gradient(180deg, var(--bg3), var(--bg2));
  border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px; position: relative; overflow: hidden;
}
.berth__fig::before { content: ""; position: absolute; inset: 0; background-image: var(--hatch); opacity: .6; pointer-events: none }
.berth__fig svg { width: 100%; height: auto; display: block; position: relative }
.berth__fig figcaption {
  font-family: var(--mono); font-size: 11px; color: var(--txt-dd);
  letter-spacing: .6px; margin-top: 10px; text-align: center; text-transform: uppercase;
}

/* ===== QUICK-ACTION CARDS ===== */
.qacts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px;
  max-width: var(--wrap); margin: 0 auto; padding: 8px 22px 0;
}
.qa {
  background: var(--panel); border: 1px solid var(--line);
  border-top: 3px solid var(--acc); border-radius: var(--r);
  padding: 18px 18px; transition: border-color .2s, transform .15s;
}
.qa:hover { border-color: var(--acc); transform: translateY(-2px) }
.qa__k { font-family: var(--mono); font-weight: 700; font-size: 15px; color: var(--acc-l); margin-bottom: 6px }
.qa__t { font-weight: 800; font-size: 15px; color: var(--txt); margin-bottom: 5px }
.qa__d { font-size: 12.5px; color: var(--txt-d); line-height: 1.5 }

/* ===== AGGREGATE TOTE STRIP ===== */
.tote {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px;
  max-width: var(--wrap); margin: 0 auto; padding: 20px 22px 0;
}
.tote__cell {
  display: flex; flex-direction: column; gap: 4px; padding: 14px 15px;
  background: linear-gradient(180deg, var(--bg3), var(--bg2));
  border: 1px solid var(--line); border-radius: 11px; position: relative; overflow: hidden;
}
.tote__cell::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--acc), var(--acc2)); opacity: .8;
}
.tote__num { font-family: var(--mono); font-weight: 700; font-size: 20px; color: var(--acc-l); letter-spacing: .2px }
.tote__lbl { font-size: 11.5px; color: var(--txt-d); line-height: 1.34 }

/* ===== SECTION (voyage leg, single column, no side tag) ===== */
.lot { max-width: var(--wrap); margin: 0 auto; padding: 46px 22px }
.lot--band { background: var(--bg2); border-block: 1px solid var(--line); max-width: none; padding: 46px 0 }
.lot--band > .wrap { padding-inline: 22px }
.leg {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--txt-d); background: var(--bg2); border: 1px solid var(--line);
  border-radius: 22px; padding: 5px 15px 5px 6px; margin: 0 0 14px;
}
.leg__no {
  display: inline-flex; align-items: center; padding: 4px 10px; border-radius: 16px;
  background: rgba(47, 143, 214, .15); color: var(--acc-l); font-weight: 700; letter-spacing: .5px;
}
.lot--band .leg { background: var(--bg3) }
h2 {
  font-family: var(--sans); font-weight: 800;
  font-size: clamp(22px, 3vw, 31px); line-height: 1.24; margin: 0 0 14px; letter-spacing: .1px;
}
h3 {
  font-family: var(--sans); font-weight: 800;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32; margin: 24px 0 9px; color: var(--txt); letter-spacing: .1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--txt-d); font-size: 16px; margin-bottom: 22px; max-width: 880px; line-height: 1.7 }

/* ===== WAKE divider ===== */
.wake { max-width: var(--wrap); margin: 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--line2) 12%, var(--line2) 88%, transparent); position: relative }
.wake::after {
  content: "⚓"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: var(--bg); padding: 0 12px; color: var(--acc2-d); font-size: 13px;
}

/* ===== SLABS / GRIDS ===== */
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 18px }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 18px }
.slab {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 20px 20px; transition: border-color .2s, transform .15s;
}
.slab:hover { border-color: var(--acc); transform: translateY(-2px) }
.slab h3 { margin: 0 0 8px; color: var(--acc2-l); font-size: 16px }
.slab p { color: var(--txt-d); font-size: 13.5px; line-height: 1.6; margin: 0 }
.slab__k { font-family: var(--mono); font-weight: 700; color: var(--acc-l); font-size: 14px; display: block; margin-bottom: 7px }

.checklist { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 8px }
.checklist li {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 11px 15px; font-size: 13.5px; color: var(--txt-d);
}
.checklist .c { display: inline-block; min-width: 116px; color: var(--acc-l); font-family: var(--mono); font-weight: 700; margin-right: 8px }

/* ===== WELCOME ===== */
.wgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 22px }
.wbox {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 20px 18px; position: relative; overflow: hidden; transition: border-color .2s, transform .15s;
}
.wbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.wbox--top { border-color: rgba(47, 143, 214, .45) }
.wbox__step { font-family: var(--mono); font-size: 11px; color: var(--acc2-l); font-weight: 700; letter-spacing: .8px; margin-bottom: 8px; text-transform: uppercase }
.wbox__pct { font-family: var(--mono); font-size: 30px; font-weight: 700; line-height: 1; color: var(--acc-l); margin-bottom: 9px }
.wbox__title { font-weight: 800; font-size: 14px; margin-bottom: 6px; color: var(--txt) }
.wbox__sub { font-size: 12.5px; color: var(--txt-d); line-height: 1.5 }

/* ===== CRATES (slot catalogue) ===== */
.crates { display: grid; grid-template-columns: repeat(auto-fill, minmax(206px, 1fr)); gap: 13px; margin: 18px 0 }
.crate {
  background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.crate:hover { transform: translateY(-3px); border-color: var(--acc); box-shadow: 0 18px 34px -14px rgba(47, 143, 214, .4) }
.crate__face {
  aspect-ratio: 5 / 3; display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-weight: 700; font-size: 18px; color: #04121d;
  text-align: center; padding: 14px; line-height: 1.2; position: relative; overflow: hidden;
}
.crate__face::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 44%, rgba(0,0,0,.42) 100%) }
.crate__face span { position: relative; z-index: 1 }
.cv-1 { background: linear-gradient(135deg, #2f8fd6, #17527f) }
.cv-2 { background: linear-gradient(135deg, #d19a3e, #7a5320) }
.cv-3 { background: linear-gradient(135deg, #6bb3ea, #2f8fd6) }
.cv-4 { background: linear-gradient(135deg, #2fc7c0, #176f6a) }
.cv-5 { background: linear-gradient(135deg, #2f8fd6, #d19a3e) }
.cv-6 { background: linear-gradient(135deg, #17527f, #0a2f4a) }
.cv-7 { background: linear-gradient(135deg, #2fc7c0, #2f8fd6) }
.cv-8 { background: linear-gradient(135deg, #d19a3e, #2f8fd6) }
.cv-9 { background: linear-gradient(135deg, #4aa8e0, #1f6ba8) }
.cv-10 { background: linear-gradient(135deg, #cf8a3a, #2f8fd6) }
.cv-11 { background: linear-gradient(135deg, #2f8fd6, #17527f) }
.cv-12 { background: linear-gradient(135deg, #d19a3e, #7a5320) }
.cv-13 { background: linear-gradient(135deg, #6bb3ea, #2f8fd6) }
.cv-14 { background: linear-gradient(135deg, #2fc7c0, #176f6a) }
.cv-15 { background: linear-gradient(135deg, #2f8fd6, #d19a3e) }
.crate h3 { font-size: 14px; margin: 11px 13px 4px; color: var(--txt); font-family: var(--mono); font-weight: 700; letter-spacing: 0 }
.crate p { font-size: 11.5px; color: var(--txt-d); margin: 0 13px 11px; line-height: 1.4 }
.crate__btn {
  display: block; padding: 9px; margin: auto 12px 12px; background: var(--panel2); color: var(--acc-l);
  text-align: center; border-radius: 7px; font-size: 12.5px; font-weight: 800; border: 1px solid var(--line); transition: all .15s;
}
.crate__btn:hover { background: var(--acc); border-color: var(--acc); color: var(--on-acc); text-decoration: none }
.pool { margin-top: 20px }
.pool__t { font-family: var(--mono); font-size: 12px; color: var(--acc2-l); margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700 }
.pool__list { display: flex; flex-wrap: wrap; gap: 8px }
.pool__list span { padding: 6px 12px; background: var(--bg2); border: 1px solid var(--line); border-radius: 18px; font-size: 12.5px; color: var(--txt-d) }

/* ===== STEPS ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px }
.step {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px; position: relative; overflow: hidden;
}
.step__n { font-family: var(--mono); position: absolute; top: 8px; right: 16px; font-size: 54px; font-weight: 700; line-height: 1; color: rgba(107, 179, 234, .14) }
.step__h { font-size: 17px; font-weight: 800; margin-bottom: 10px; color: var(--txt); position: relative }
.step p { color: var(--txt-d); font-size: 13.5px; margin: 0; line-height: 1.58 }

/* ===== LIVE GALLERY ===== */
.live { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 13px; margin-top: 18px }
.lv {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, border-color .2s;
}
.lv:hover { transform: translateY(-3px); border-color: var(--acc) }
.lv__face {
  aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-weight: 700; font-size: 28px; color: #04121d; letter-spacing: 1px;
}
.lv__b { padding: 13px 15px 15px }
.lv__t { font-weight: 800; font-size: 15px; margin-bottom: 4px; color: var(--txt) }
.lv__s { font-size: 12px; color: var(--txt-d); margin-bottom: 7px }
.lv__m { font-size: 12.5px; color: var(--acc2-l); font-weight: 700 }

/* ===== LOYALTY / CLASSES ===== */
.hoist { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; margin-top: 16px }
.hoist__step {
  background: var(--panel); border: 1px solid var(--line); border-radius: 10px;
  padding: 14px 8px 13px; text-align: center; position: relative; overflow: hidden;
}
.hoist__step::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; background: var(--acc) }
.hoist__step:nth-child(1)::after { width: 17% }
.hoist__step:nth-child(2)::after { width: 33% }
.hoist__step:nth-child(3)::after { width: 50% }
.hoist__step:nth-child(4)::after { width: 67% }
.hoist__step:nth-child(5)::after { width: 84% }
.hoist__step:nth-child(6)::after { width: 100% }
.hoist__step:nth-child(6) { border-color: var(--acc); background: linear-gradient(180deg, rgba(47, 143, 214, .16), var(--panel)) }
.hoist__lvl { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: 1.6px; color: var(--txt-dd); font-weight: 700; margin-bottom: 6px }
.hoist__name { display: block; font-family: var(--mono); font-size: 13.5px; font-weight: 700; color: var(--acc2-l); line-height: 1.1; margin-bottom: 5px }
.hoist__cb { font-size: 11px; color: var(--txt-d) }
.hoist__step:nth-child(6) .hoist__name { color: var(--acc-l) }

/* ===== TOURNAMENT ===== */
.tour__kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 18px }
.tour__kpi > div {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 16px; display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center;
}
.tour__kpi span { font-family: var(--mono); font-size: 25px; font-weight: 700; color: var(--acc-l); letter-spacing: .3px }
.tour__kpi em { font-size: 13.5px; font-weight: 800; color: var(--txt); font-style: normal }
.tour__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== BRAND OVERVIEW ===== */
.rev h3 { border-left: 3px solid var(--acc); padding-left: 13px; margin-top: 28px; color: var(--txt) }
.rev p { color: var(--txt-d); line-height: 1.72 }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line) }
.bdg { padding: 7px 13px; background: var(--bg2); border: 1px solid var(--acc2-d); border-radius: 18px; font-size: 12.5px; color: var(--acc2-l); letter-spacing: .3px }

/* ===== CASHIER MANIFEST TABLE ===== */
.manifest__wrap { overflow-x: auto; margin-top: 18px; border: 1px solid var(--line); border-radius: var(--r) }
.manifest { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 560px }
.manifest thead th {
  background: var(--bg3); color: var(--acc2-l); text-align: left; padding: 13px 16px;
  font-family: var(--mono); font-weight: 700; text-transform: uppercase; letter-spacing: .8px; font-size: 12px;
  border-bottom: 1px solid var(--line2);
}
.manifest tbody td { padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--txt-d) }
.manifest tbody tr:last-child td { border-bottom: 0 }
.manifest tbody tr:nth-child(odd) td { background: rgba(13, 31, 46, .6) }
.manifest tbody tr:hover td { background: rgba(47, 143, 214, .08); color: var(--txt) }
.manifest .m-name { color: var(--txt); font-weight: 700 }
.manifest .m-val { font-family: var(--mono); color: var(--acc-l); font-size: 15px; font-weight: 700 }
.m-note { font-size: 12.5px; color: var(--txt-dd); margin-top: 12px; font-style: italic }

/* ===== REVIEWS ===== */
.revs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 18px }
.rv {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
  padding: 20px 22px; display: flex; flex-direction: column; gap: 13px;
}
.rv__stars { color: var(--acc2-l); font-size: 15px; letter-spacing: 3px }
.rv__stars--four .off { color: var(--line2) }
.rv__q { font-size: 13.5px; line-height: 1.62; color: var(--txt); margin: 0 }
.rv__meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--txt-d); border-top: 1px solid var(--line); padding-top: 13px }
.rv__a {
  display: flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc2)); border-radius: 50%;
  color: var(--on-acc); font-weight: 800; font-size: 14px; flex: none;
}

/* ===== FINAL CTA ===== */
.final {
  text-align: center; padding: 52px 22px;
  background:
    radial-gradient(600px 320px at 50% 40%, rgba(47, 143, 214, .18) 0%, transparent 70%),
    linear-gradient(135deg, rgba(47, 143, 214, .06), rgba(209, 154, 62, .05)), var(--bg2);
  border-block: 1px solid var(--line);
}
.final h2 { margin-bottom: 10px }
.final p { color: var(--txt-d); margin-bottom: 22px; max-width: 640px; margin-inline: auto }

/* ===== FAQ ===== */
.faq h2 { margin-bottom: 18px }
details {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 15px 18px; margin: 0 0 10px; transition: border-color .2s;
}
details[open] { border-color: var(--acc) }
summary { cursor: pointer; font-weight: 800; list-style: none; position: relative; padding-right: 32px; display: flex; align-items: center; min-height: 24px; color: var(--txt) }
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(--line2); border-radius: 5px;
  display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--acc-l); font-size: 16px; transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 11px 0 0; color: var(--txt-d); font-size: 13.5px; line-height: 1.66 }

/* ===== AUTHOR NOTE ===== */
.ed p { color: var(--txt-d); font-size: 13.5px; line-height: 1.72; max-width: 900px }

/* ===== FOOTER ===== */
.foot { margin-top: 8px; border-top: 1px solid var(--line); background: var(--bg2) }
.foot__top { max-width: var(--wrap); margin: 0 auto; padding: 40px 22px 26px; display: grid; grid-template-columns: 1.2fr 2fr; gap: 34px }
.foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.foot__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 15px }
.foot__bn { display: flex; flex-direction: column; line-height: 1.15; font-size: 12px; color: var(--txt-d) }
.foot__bn .k { color: var(--txt); font-size: 19px; font-weight: 700; margin-bottom: 3px; font-family: var(--mono) }
.foot__legal { font-size: 12.5px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.foot__legal .k { color: var(--acc2-l); font-weight: 700 }
.foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.foot__col h4 { font-family: var(--mono); font-size: 12px; color: var(--acc2-l); font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; margin: 0 0 12px }
.foot__col ul { list-style: none; padding: 0; margin: 0 }
.foot__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; transition: color .15s }
.foot__col li:hover { color: var(--txt) }
.foot__bottom { border-top: 1px solid var(--line); padding: 16px 22px; max-width: var(--wrap); 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: 1040px) {
  .berth { grid-template-columns: 1fr; gap: 24px }
  .berth__fig { order: -1; max-width: 480px }
  .wgrid { grid-template-columns: repeat(2, 1fr) }
  .tote { grid-template-columns: repeat(3, 1fr) }
  .qacts { grid-template-columns: repeat(2, 1fr) }
  .grid3, .grid2 { grid-template-columns: 1fr }
  .tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .revs { grid-template-columns: 1fr }
  .foot__top { grid-template-columns: 1fr }
}
@media (max-width: 860px) {
  .rail__nav { display: none }
  .rail { padding: 11px 14px }
  .lot { padding: 34px 16px }
  .berth { padding: 30px 16px }
  .steps { grid-template-columns: 1fr }
  .foot__cols { grid-template-columns: repeat(2, 1fr) }
  .tote { grid-template-columns: repeat(2, 1fr) }
  .hoist { grid-template-columns: repeat(3, 1fr) }
}
@media (max-width: 480px) {
  body { font-size: 15.5px }
  .crates { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .live { grid-template-columns: 1fr }
  .berth__btns { flex-direction: column; align-items: stretch }
  .cta--big { width: 100% }
  .tour__kpi { grid-template-columns: 1fr }
  .foot__cols { grid-template-columns: 1fr }
  .hoist { grid-template-columns: repeat(2, 1fr) }
  .qacts, .tote, .wgrid { grid-template-columns: 1fr }
}
