:root {
  --m148-ink: #0b1019;
  --m148-navy: #101c31;
  --m148-navy-2: #172944;
  --m148-paper: #f6f0df;
  --m148-paper-2: #e8dfc7;
  --m148-coral: #ff7a59;
  --m148-mint: #8de0cf;
  --m148-blue: #6da8d7;
  --m148-muted: #aeb9c7;
  --m148-line: rgba(246, 240, 223, .16);
  --m148-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --m148-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--m148-paper);
  background:
    linear-gradient(90deg, rgba(141,224,207,.025) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(rgba(141,224,207,.025) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--m148-ink);
  font-family: "Golos Text", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1rem; }
h1, h2, h3 {
  margin: 0;
  font-family: "Alumni Sans", "Arial Narrow", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: .98;
  letter-spacing: .012em;
}
h1 { max-width: 20ch; font-size: clamp(2.15rem, 4.4vw, 4.5rem); }
h2 { max-width: 26ch; font-size: clamp(1.9rem, 3.7vw, 3.45rem); }
h3 { font-size: clamp(1.3rem, 1.9vw, 1.75rem); line-height: 1.08; }

.m148-skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--m148-paper);
  color: var(--m148-ink);
  transform: translateY(-150%);
}
.m148-skip:focus { transform: none; }
.m148-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.m148-top {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: minmax(170px, 250px) 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 86px;
  padding: 10px max(20px, calc((100vw - 1220px) / 2));
  border-bottom: 1px solid var(--m148-line);
  background: rgba(11, 16, 25, .9);
  backdrop-filter: blur(18px);
}
.m148-brand { text-decoration: none; }
.m148-brand img { width: 218px; height: auto; }
.m148-nav { display: flex; align-items: center; justify-content: center; gap: 7px; }
.m148-nav__link {
  padding: 8px 10px;
  border: 1px solid transparent;
  color: #d4dbe2;
  font-size: .84rem;
  text-decoration: none;
  white-space: nowrap;
}
.m148-nav__link:hover,
.m148-nav__link[aria-current="page"] { border-color: rgba(141,224,207,.42); color: var(--m148-mint); }
.m148-top__actions, .m148-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.m148-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--m148-coral);
  border-radius: 999px;
  color: #120b09;
  background: var(--m148-coral);
  box-shadow: 0 10px 28px rgba(255,122,89,.18);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.m148-action:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(255,122,89,.28); }
.m148-action--quiet { border-color: rgba(246,240,223,.28); color: var(--m148-paper); background: transparent; box-shadow: none; }

.m148-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 11vw, 150px) 0 70px;
  border-bottom: 1px solid var(--m148-line);
}
.m148-hero::before {
  position: absolute;
  inset: 5% -8% auto auto;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(109,168,215,.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(109,168,215,.15), transparent 62%);
  content: "";
  box-shadow: inset 0 0 0 46px rgba(141,224,207,.018), inset 0 0 0 112px rgba(255,122,89,.018);
  transform: rotate(-9deg);
}
.m148-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr); gap: clamp(36px, 7vw, 100px); align-items: end; }
.m148-kicker {
  margin: 0 0 20px;
  color: var(--m148-mint);
  font: 750 .77rem/1.2 Consolas, "Courier New", monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.m148-lead { max-width: 68ch; margin: 28px 0 32px; color: #d7dde4; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.m148-console {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(141,224,207,.42);
  border-radius: 6px var(--m148-radius) 6px var(--m148-radius);
  background: linear-gradient(145deg, rgba(23,41,68,.94), rgba(16,28,49,.86));
  box-shadow: var(--m148-shadow);
}
.m148-console::before, .m148-card::before {
  position: absolute;
  top: -1px;
  right: 20px;
  width: 58px;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--m148-coral) 0 7px, transparent 7px 11px);
  content: "";
}
.m148-console__label { color: var(--m148-coral); font: 700 .72rem/1 Consolas, monospace; letter-spacing: .14em; }
.m148-console ul { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.m148-console li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px dashed rgba(246,240,223,.2); color: var(--m148-muted); }
.m148-console li span { color: var(--m148-paper); font: 800 1.7rem/1 "Arial Narrow", sans-serif; }

.m148-strip { border-bottom: 1px solid var(--m148-line); background: var(--m148-paper); color: var(--m148-ink); }
.m148-strip .m148-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.m148-strip p { display: flex; gap: 12px; align-items: center; margin: 0; min-height: 86px; padding: 15px 22px; border-right: 1px dashed rgba(11,16,25,.22); font-size: .9rem; }
.m148-strip p:first-child { border-left: 1px dashed rgba(11,16,25,.22); }
.m148-strip p::before { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #b6402d; box-shadow: 0 0 0 5px rgba(182,64,45,.12); content: ""; }

.m148-section { position: relative; padding: clamp(72px, 9vw, 126px) 0; border-bottom: 1px solid var(--m148-line); }
.m148-section--plain { background: linear-gradient(145deg, rgba(16,28,49,.22), transparent 52%); }
.m148-section--paper { color: #151c25; background: var(--m148-paper); }
.m148-section--paper .m148-kicker { color: #b6402d; }
.m148-section--signal { background: linear-gradient(120deg, #172944, #142236 55%, #1d3346); }
.m148-section--coral { color: #150c0a; background: var(--m148-coral); }
.m148-section--coral .m148-kicker, .m148-section--coral .m148-inline { color: #172944; }
.m148-section h2 { margin-bottom: 30px; }
.m148-copy { width: 100%; max-width: none; columns: 2 320px; column-gap: clamp(28px, 6vw, 84px); }
.m148-copy p { break-inside: avoid; color: inherit; }
.m148-section:not(.m148-section--paper):not(.m148-section--coral) .m148-copy p { color: #cbd3dc; }
.m148-inline { color: var(--m148-mint); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.m148-crosslink { max-width: 820px; margin: 34px 0 0; padding: 18px 22px; border-left: 3px solid var(--m148-coral); background: rgba(141,224,207,.07); }
.m148-section--paper .m148-crosslink { border-left-color: #b6402d; background: rgba(182,64,45,.07); }
.m148-section--paper .m148-inline { color: #8f3022; }
.m148-section--coral .m148-crosslink { border-left-color: #172944; background: rgba(246,240,223,.28); }

.m148-section--split .m148-shell { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); gap: 16px clamp(42px,7vw,96px); align-items: start; }
.m148-section--split .m148-kicker { grid-column: 1; grid-row: 1; }
.m148-section--split h2 { grid-column: 1; grid-row: 2; }
.m148-section--split .m148-copy { grid-column: 2; grid-row: 1 / span 2; columns: 1; }
.m148-section--split .m148-cardgrid,
.m148-section--split .m148-tablewrap,
.m148-section--split .m148-points,
.m148-section--split .m148-faq,
.m148-section--split .m148-crosslink { grid-column: 1 / -1; }

.m148-section--panel > .m148-shell { padding: clamp(28px,5vw,62px); border: 1px solid rgba(141,224,207,.24); border-radius: 8px 42px 8px 42px; background: rgba(16,28,49,.72); box-shadow: var(--m148-shadow); }
.m148-section--paper.m148-section--panel > .m148-shell { border-color: rgba(11,16,25,.16); background: #fffaf0; box-shadow: 0 24px 70px rgba(11,16,25,.12); }
.m148-section--coral.m148-section--panel > .m148-shell { border-color: rgba(21,12,10,.18); background: rgba(246,240,223,.22); }

.m148-section--offset h2 { max-width: 26ch; margin-left: 0; }
.m148-section--offset .m148-copy { width: 100%; max-width: none; margin-left: 0; }
.m148-section--offset .m148-crosslink { margin-left: 0; }

.m148-section--wide .m148-copy { max-width: 1120px; }
.m148-section--wide .m148-points { max-width: 980px; }

.m148-tablewrap { width: 100%; margin-top: 38px; overflow-x: auto; border: 1px solid rgba(141,224,207,.26); border-radius: 6px 24px 6px 24px; }
.m148-table { width: 100%; min-width: 720px; border-collapse: collapse; background: rgba(16,28,49,.58); }
.m148-table caption { padding: 18px 22px; color: var(--m148-mint); font: 750 .78rem/1.2 Consolas, monospace; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.m148-table th, .m148-table td { padding: 16px 22px; border-top: 1px solid rgba(141,224,207,.2); text-align: left; }
.m148-table th { color: var(--m148-paper); background: rgba(141,224,207,.08); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.m148-table td { color: #d7dde4; }
.m148-section--paper .m148-tablewrap { border-color: rgba(11,16,25,.2); }
.m148-section--paper .m148-table { background: #fffaf0; }
.m148-section--paper .m148-table caption { color: #8f3022; }
.m148-section--paper .m148-table th, .m148-section--paper .m148-table td { border-top-color: rgba(11,16,25,.14); color: #151c25; }
.m148-section--paper .m148-table th { background: rgba(182,64,45,.08); }
.m148-section--coral .m148-tablewrap { border-color: rgba(21,12,10,.24); }
.m148-section--coral .m148-table { background: rgba(246,240,223,.3); }
.m148-section--coral .m148-table caption, .m148-section--coral .m148-table th, .m148-section--coral .m148-table td { color: #150c0a; }
.m148-section--coral .m148-table th, .m148-section--coral .m148-table td { border-top-color: rgba(21,12,10,.18); }

.m148-faq { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; width: 100%; margin-top: 38px; }
.m148-faq__item { border: 1px solid rgba(141,224,207,.24); border-radius: 4px 18px 4px 18px; background: rgba(16,28,49,.62); }
.m148-faq__item summary { padding: 18px 22px; color: var(--m148-paper); font-weight: 800; cursor: pointer; }
.m148-faq__item p { margin: 0; padding: 0 22px 20px; color: #cbd3dc; }
.m148-section--paper .m148-faq__item { border-color: rgba(11,16,25,.18); background: #fffaf0; }
.m148-section--paper .m148-faq__item summary, .m148-section--paper .m148-faq__item p { color: #151c25; }
.m148-section--coral .m148-faq__item { border-color: rgba(21,12,10,.2); background: rgba(246,240,223,.28); }
.m148-section--coral .m148-faq__item summary, .m148-section--coral .m148-faq__item p { color: #150c0a; }

.m148-cardgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.m148-card {
  position: relative;
  min-height: 275px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(141,224,207,.23);
  border-radius: 6px var(--m148-radius) 6px var(--m148-radius);
  background: rgba(16,28,49,.72);
}
.m148-section--paper .m148-card { border-color: rgba(11,16,25,.18); color: var(--m148-paper); background: var(--m148-navy); }
.m148-card__badge { display: inline-block; margin-bottom: 32px; color: var(--m148-mint); font: 800 .7rem/1 Consolas, monospace; letter-spacing: .12em; }
.m148-card h3 { margin-bottom: 16px; }
.m148-card p { color: var(--m148-muted); }
.m148-card .m148-action { margin-top: 14px; }
.m148-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 30px; margin: 36px 0 0; padding: 0; list-style: none; }
.m148-points li { padding: 13px 0 13px 26px; border-bottom: 1px dashed rgba(141,224,207,.25); }
.m148-points li::before { margin-left: -26px; margin-right: 12px; color: var(--m148-coral); content: "→"; }
.m148-section--paper .m148-points li { border-bottom-color: rgba(11,16,25,.2); }
.m148-section--coral .m148-points li { border-bottom-color: rgba(21,12,10,.24); }
.m148-section--coral .m148-points li::before { color: #172944; }

.m148-footer { padding: 58px 0 34px; color: #bdc6d1; background: #070a10; }
.m148-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; }
.m148-footer img { width: 210px; margin-bottom: 18px; }
.m148-footer nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 8px 20px; }
.m148-footer nav a { color: var(--m148-mint); text-underline-offset: 4px; }
.m148-footer__note { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 20px; border-top: 1px solid var(--m148-line); font-size: .85rem; }

@media (max-width: 1040px) {
  .m148-top { grid-template-columns: 180px 1fr auto; }
  .m148-nav { justify-content: flex-start; overflow-x: auto; }
  .m148-nav__link { flex: 0 0 auto; }
  .m148-top__actions .m148-action--quiet { display: none; }
  .m148-cardgrid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .m148-shell { width: min(100% - 28px, 1180px); }
  .m148-top { position: relative; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 14px; }
  .m148-brand img { width: 182px; }
  .m148-nav { grid-column: 1 / -1; order: 3; margin-inline: -14px; padding: 8px 14px 2px; border-top: 1px solid var(--m148-line); }
  .m148-top__actions .m148-action { min-height: 38px; padding: 8px 13px; font-size: .72rem; }
  .m148-hero { padding-top: 62px; }
  .m148-hero__grid { grid-template-columns: 1fr; }
  .m148-console { padding: 22px; }
  .m148-strip .m148-shell { grid-template-columns: 1fr 1fr; width: 100%; }
  .m148-strip p:nth-child(odd) { border-left: 0; }
  .m148-copy { columns: 1; }
  .m148-section--split .m148-shell { display: block; }
  .m148-section--panel > .m148-shell { width: min(100% - 28px, 1180px); padding: 28px 22px; border-radius: 6px 28px 6px 28px; }
  .m148-section--offset h2,
  .m148-section--offset .m148-copy { margin-left: 0; }
  .m148-cardgrid { grid-template-columns: 1fr; }
  .m148-faq { grid-template-columns: 1fr; }
  .m148-points { grid-template-columns: 1fr; }
  .m148-footer__grid { grid-template-columns: 1fr; }
  .m148-footer__note { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .m148-action { transition: none; }
}
