:root {
  --ink: #172126;
  --muted: #5e6b73;
  --paper: #f5f7f8;
  --panel: #ffffff;
  --line: #d6e0e4;
  --dark: #123442;
  --blue: #297e97;
  --blue-dark: #1c6378;
  --teal: #188c8a;
  --orange: #f08d18;
  --orange-dark: #c86f09;
  --danger: #b42318;
  --success: #167a45;
  --shadow: 0 16px 38px rgba(18, 52, 66, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 8%, rgba(41, 126, 151, .18), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(240, 141, 24, .15), transparent 25rem),
    linear-gradient(135deg, #eef3f5 0%, var(--paper) 42%, #ffffff 100%);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover { color: var(--blue-dark); }
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(240, 141, 24, .45);
  outline-offset: 3px;
}
img {
  max-width: 100%;
  height: auto;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
  padding: 10px 5vw;
  border-bottom: 1px solid rgba(214, 224, 228, .9);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(14px);
}
.brand-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand-logo {
  width: 176px;
  display: block;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}
.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 11px;
  border-radius: 6px;
  color: #233943;
  font-weight: 800;
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active {
  background: #e8f3f6;
  color: var(--blue-dark);
}
.main-nav .nav-cabinet {
  background: var(--dark);
  color: #fff;
}
.main-nav .nav-cabinet:hover {
  background: var(--blue-dark);
  color: #fff;
}
.blocked-shell {
  width: min(1040px, calc(100% - 32px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 42px 0;
}
.blocked-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(214, 224, 228, .96);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.blocked-card::before {
  content: "";
  display: block;
  height: 12px;
  background: linear-gradient(90deg, var(--dark), var(--blue), var(--orange));
}
.blocked-card::after {
  content: "STATUS";
  position: absolute;
  right: clamp(22px, 6vw, 70px);
  bottom: -18px;
  color: rgba(18, 52, 66, .045);
  font-size: clamp(72px, 16vw, 180px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 36px 0;
}
.eyebrow {
  margin: 0;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.state {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e8f3f6;
  color: var(--blue-dark);
  font-weight: 900;
  white-space: nowrap;
}
.state.danger {
  background: rgba(180, 35, 24, .1);
  color: var(--danger);
}
.state.pay {
  background: rgba(240, 141, 24, .15);
  color: var(--orange-dark);
}
.state.guest {
  background: rgba(22, 122, 69, .12);
  color: var(--success);
}
.content {
  position: relative;
  z-index: 1;
  padding: 24px 36px 40px;
}
h1 {
  max-width: 860px;
  margin: 0 0 16px;
  color: var(--dark);
  font-size: clamp(34px, 5.4vw, 62px);
  line-height: 1.03;
  letter-spacing: 0;
}
h2 {
  margin: 26px 0 10px;
  color: var(--dark);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.18;
}
p {
  max-width: 880px;
  margin: 0 0 14px;
  color: #243943;
  font-size: 19px;
}
.lead {
  color: var(--ink);
  font-size: clamp(20px, 2.6vw, 25px);
  font-weight: 700;
}
.muted { color: var(--muted); }
.notice {
  max-width: 900px;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid #cfe3ea;
  border-left: 6px solid var(--blue);
  border-radius: 10px;
  background: #f3fbfd;
}
.notice.orange {
  border-color: #f6dcc0;
  border-left-color: var(--orange);
  background: #fff8ef;
}
.notice strong { color: var(--dark); }
.content a:not(.button) {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  background: var(--dark);
  color: #fff;
  font-weight: 900;
  text-align: center;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover {
  transform: translateY(-1px);
  background: var(--blue-dark);
  color: #fff;
}
.button.secondary {
  border-color: var(--line);
  background: #fff;
  color: var(--dark);
}
.button.secondary:hover {
  border-color: var(--blue);
  background: #e8f3f6;
  color: var(--blue-dark);
}
ul {
  max-width: 900px;
  margin: 12px 0 0;
  padding-left: 24px;
}
li {
  margin: 10px 0;
  color: #243943;
  font-size: 19px;
}
.phone {
  margin: 6px 0 18px;
  color: var(--dark);
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 900;
  line-height: 1;
}
.language-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.language-grid .notice {
  margin-top: 14px;
}
@media (max-width: 760px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px;
  }
  .brand-logo { width: 154px; }
  .main-nav {
    justify-content: flex-start;
    width: 100%;
  }
  .main-nav a {
    min-height: 38px;
    padding: 7px 9px;
    font-size: 14px;
  }
  .blocked-shell {
    width: min(100% - 20px, 1040px);
    min-height: auto;
    padding: 16px 0;
  }
  .card-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px 0;
  }
  .content { padding: 20px 20px 30px; }
  p, li { font-size: 16px; }
  .language-grid { grid-template-columns: 1fr; }
}
