:root {
  --paper: #f4e8d2;
  --paper-light: #fff7e8;
  --paper-deep: #e8d2ac;
  --oxblood: #6e1022;
  --oxblood-dark: #3c0711;
  --espresso: #24130f;
  --gold: #c8942e;
  --gold-light: #e7bd62;
  --coral: #c94832;
  --green: #2c8c54;
  --violet: #8a4bb0;
  --line: rgba(110, 16, 34, 0.26);
  --shadow: 0 28px 70px rgba(36, 19, 15, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--espresso);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

.content-shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.responsible-strip {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 20px;
  color: var(--gold-light);
  background: var(--oxblood-dark);
  border-bottom: 1px solid rgba(231, 189, 98, 0.45);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.responsible-strip p {
  margin: 0;
}

.responsible-strip span {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.responsible-strip i {
  font-style: normal;
}

.site-header {
  min-height: 108px;
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 42px;
  padding: 18px max(36px, calc((100vw - 1320px) / 2));
  color: var(--oxblood);
  background:
    linear-gradient(90deg, rgba(200, 148, 46, 0.1) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--paper-light);
  box-shadow: 0 6px 22px rgba(36, 19, 15, 0.12);
}

.shell-frame::before,
.shell-frame::after {
  content: "";
  position: absolute;
  inset: 8px 16px;
  pointer-events: none;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.shell-frame::after {
  inset: 13px 22px;
  border-color: rgba(110, 16, 34, 0.3);
}

.brand,
.main-nav,
.site-header > .ticket-button,
.mobile-nav {
  position: relative;
  z-index: 1;
}

.brand {
  width: 250px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 36px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 2px;
  background: var(--oxblood);
  transition: right 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.mobile-nav {
  display: none;
}

.ticket-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 18px 12px 22px;
  border: 1px solid var(--oxblood);
  color: var(--oxblood);
  background: var(--paper-light);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.01em;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  box-shadow: inset 0 0 0 4px var(--paper-light), inset 0 0 0 5px rgba(110, 16, 34, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.ticket-button b {
  font-size: 1.25rem;
  transition: transform 180ms ease;
}

.ticket-button:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 4px var(--paper-light), inset 0 0 0 5px rgba(110, 16, 34, 0.3), 0 12px 24px rgba(36, 19, 15, 0.14);
}

.ticket-button:hover b {
  transform: translateX(4px);
}

.ticket-button-gold {
  color: var(--espresso);
  border-color: var(--espresso);
  background: linear-gradient(135deg, #e8ba55, #c8881e);
  box-shadow: inset 0 0 0 4px var(--gold-light), inset 0 0 0 5px rgba(36, 19, 15, 0.35);
}

.ticket-button-gold:hover {
  box-shadow: inset 0 0 0 4px var(--gold-light), inset 0 0 0 5px rgba(36, 19, 15, 0.35), 0 12px 26px rgba(110, 16, 34, 0.22);
}

.ticket-button:focus-visible,
.main-nav a:focus-visible,
.site-footer a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.paper-texture {
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 148, 46, 0.16), transparent 26%),
    radial-gradient(circle at 80% 20%, rgba(110, 16, 34, 0.09), transparent 26%),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(36, 19, 15, 0.018) 3px 4px),
    var(--paper-light);
}

.hero {
  overflow: hidden;
  border-bottom: 7px solid var(--oxblood);
}

.hero-inner {
  width: min(1320px, calc(100% - 56px));
  min-height: 680px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
  gap: 50px;
  padding: 64px 0 56px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-kicker::before,
.hero-kicker::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--oxblood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.65rem, 5.8vw, 6.2rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero h1 em {
  display: block;
  margin-top: 9px;
  color: var(--oxblood);
  font-style: normal;
}

.hero-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #52382f;
  font-size: 1.05rem;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-actions .ticket-button {
  min-width: 230px;
}

.invite-ticket {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 10px 16px;
  border: 1px dashed var(--gold);
  background: rgba(255, 247, 232, 0.6);
  color: var(--oxblood);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.invite-ticket strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.hero-visual {
  min-height: 610px;
  position: relative;
}

.phone-shadow {
  width: 390px;
  height: 490px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-47%);
  background: radial-gradient(ellipse, rgba(36, 19, 15, 0.42), transparent 68%);
  filter: blur(8px);
}

.phone-cutout {
  width: min(360px, 73%);
  height: 590px;
  position: absolute;
  top: 2px;
  left: 50%;
  z-index: 2;
  transform: translateX(-52%) rotate(2deg);
  overflow: hidden;
  border: 10px solid #180b09;
  border-radius: 46px;
  background: #120707;
  box-shadow: 0 30px 55px rgba(36, 19, 15, 0.32), 0 0 0 2px var(--gold);
  animation: phoneFloat 5s ease-in-out infinite;
}

.phone-cutout::before {
  content: "";
  width: 88px;
  height: 23px;
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #110a08;
}

.phone-cutout img {
  width: 100%;
}

.admission-pass {
  width: 260px;
  position: absolute;
  right: -8px;
  bottom: 42px;
  z-index: 3;
  padding: 22px 26px 22px 32px;
  transform: rotate(4deg);
  color: var(--oxblood);
  background: var(--paper-light);
  border: 2px solid var(--gold);
  outline: 1px dashed var(--oxblood);
  outline-offset: -10px;
  box-shadow: 0 18px 36px rgba(36, 19, 15, 0.22);
}

.admission-pass::before,
.admission-pass::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -11px;
  border-radius: 50%;
  background: var(--paper-light);
  border-right: 2px solid var(--gold);
}

.admission-pass::before { top: 26px; }
.admission-pass::after { bottom: 26px; }

.admission-pass small,
.admission-pass strong,
.admission-pass span,
.admission-pass i {
  display: block;
}

.admission-pass small {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.admission-pass strong {
  margin: 8px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
}

.admission-pass span {
  padding: 7px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 800;
}

.admission-pass i {
  margin-top: 8px;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 700;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--paper-light);
  background: var(--oxblood);
  border-bottom: 1px solid var(--gold);
}

.feature-band article {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px;
  border-right: 1px solid rgba(231, 189, 98, 0.32);
}

.feature-band article:last-child {
  border-right: 0;
}

.feature-band article > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.feature-band strong,
.feature-band p {
  display: block;
  margin: 0;
}

.feature-band strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.feature-band p {
  color: rgba(255, 247, 232, 0.7);
  font-size: 0.78rem;
}

.section {
  padding: 105px 0;
}

.section-title {
  max-width: 780px;
}

.section-title > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title > span::before {
  content: "◆";
  color: var(--gold);
  font-size: 0.62rem;
}

.section-title h2 {
  margin: 10px 0 16px;
  color: var(--oxblood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 4.4vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.section-title p {
  max-width: 690px;
  margin: 0;
  color: #6e5148;
  font-size: 1rem;
}

.section-title-light > span { color: var(--gold-light); }
.section-title-light h2 { color: var(--paper-light); }
.section-title-light p { color: rgba(255, 247, 232, 0.7); }

.intro-section {
  background: var(--paper);
}

.intro-ledger {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 26px;
  margin-top: 48px;
}

.intro-main,
.intro-note {
  position: relative;
  padding: 42px;
  border: 1px solid var(--line);
  background: rgba(255, 247, 232, 0.68);
}

.intro-main::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(200, 148, 46, 0.45);
}

.intro-main h3,
.intro-note h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

.intro-main p,
.intro-note p {
  position: relative;
  margin: 0 0 14px;
}

.ledger-no {
  float: left;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px 10px 0;
  color: var(--paper-light);
  background: var(--oxblood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.intro-note {
  color: var(--paper-light);
  background: var(--oxblood);
  border-color: var(--gold);
}

.intro-note > span {
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-note h3 {
  margin-top: 12px;
}

.intro-note p {
  color: rgba(255, 247, 232, 0.78);
}

.entry-section {
  background:
    linear-gradient(90deg, rgba(200, 148, 46, 0.08) 1px, transparent 1px) 0 0 / 42px 42px,
    var(--paper-light);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.entry-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
}

.register-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 58px;
}

.poster-phone {
  position: relative;
  margin: 0;
  padding: 20px;
  background: var(--oxblood-dark);
  border: 1px solid var(--gold);
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}

.poster-phone::before,
.poster-phone::after {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border: 1px dashed rgba(231, 189, 98, 0.65);
}

.poster-phone::after {
  inset: auto 18px -18px;
  height: 26px;
  border: 0;
  background: radial-gradient(circle at 8px 0, transparent 8px, var(--oxblood) 9px) 0 0 / 22px 22px repeat-x;
}

.poster-phone img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: top;
}

.poster-phone figcaption {
  padding: 14px 2px 2px;
  color: var(--gold-light);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticket-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.ticket-steps li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.ticket-steps li > span {
  width: 60px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--oxblood);
  background: var(--paper);
  border: 1px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}

.ticket-steps h3 {
  margin: 0 0 7px;
  color: var(--oxblood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.ticket-steps p {
  margin: 0;
  color: #654b42;
}

.login-counter {
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  gap: 70px;
  margin-top: 110px;
  padding: 60px 70px;
  color: var(--paper-light);
  background: var(--oxblood);
  border: 1px solid var(--gold);
  outline: 1px solid rgba(231, 189, 98, 0.5);
  outline-offset: -12px;
}

.counter-copy > span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.counter-copy h2 {
  max-width: 620px;
  margin: 10px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.counter-copy > p {
  max-width: 690px;
  color: rgba(255, 247, 232, 0.78);
}

.counter-warning {
  max-width: 680px;
  margin: 24px 0;
  padding: 18px 20px;
  color: var(--espresso);
  background: var(--gold-light);
  border-left: 5px solid var(--coral);
}

.counter-warning strong,
.counter-warning p { display: block; margin: 0; }
.counter-warning p { margin-top: 5px; font-size: 0.88rem; }

.login-phone {
  height: 520px;
  margin: 0;
  overflow: hidden;
  border: 8px solid #170908;
  border-radius: 34px;
  box-shadow: 0 0 0 2px var(--gold), 0 22px 40px rgba(0, 0, 0, 0.32);
  transform: rotate(2deg);
}

.login-phone img {
  width: 100%;
}

.wingo-section {
  color: var(--paper-light);
  background:
    radial-gradient(circle at 20% 20%, rgba(201, 72, 50, 0.18), transparent 28%),
    radial-gradient(circle at 80% 80%, rgba(200, 148, 46, 0.12), transparent 25%),
    var(--espresso);
}

.wingo-shell {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: center;
  gap: 86px;
}

.wingo-copy > p {
  max-width: 740px;
  color: rgba(255, 247, 232, 0.76);
}

.result-ledger {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 32px;
  border: 1px solid rgba(231, 189, 98, 0.35);
}

.result-ledger > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-right: 1px solid rgba(231, 189, 98, 0.25);
  text-align: center;
}

.result-ledger > div:last-child { border-right: 0; }

.dot,
.ledger-label {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border-radius: 50%;
}

.dot.green { background: var(--green); }
.dot.red { background: var(--coral); }
.dot.violet { background: var(--violet); }
.ledger-label { color: var(--espresso); background: var(--gold-light); font-size: 0.7rem; font-weight: 900; }

.result-ledger strong { font-size: 0.82rem; }
.result-ledger p { margin: 2px 0 0; color: rgba(255, 247, 232, 0.6); font-size: 0.72rem; }

.ledger-caption {
  padding-left: 16px;
  border-left: 3px solid var(--gold);
  font-size: 0.82rem;
}

.wingo-phone {
  margin: 0;
  padding: 18px;
  background: var(--oxblood-dark);
  border: 1px solid var(--gold);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
}

.wingo-phone img {
  max-height: 620px;
  margin-inline: auto;
  object-fit: cover;
  object-position: top;
}

.wingo-phone figcaption {
  padding-top: 15px;
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.payments-section {
  background: var(--paper-light);
}

.payment-board {
  display: grid;
  gap: 30px;
  margin-top: 52px;
}

.payment-card {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: stretch;
  min-height: 480px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(36, 19, 15, 0.1);
}

.payment-copy {
  padding: 52px 58px;
}

.payment-copy > span {
  color: var(--coral);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.payment-copy h3 {
  max-width: 690px;
  margin: 9px 0 17px;
  color: var(--oxblood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.5vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.payment-copy p {
  max-width: 730px;
  color: #684e45;
}

.payment-copy ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.payment-copy li {
  position: relative;
  padding-left: 23px;
  font-size: 0.88rem;
}

.payment-copy li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.63rem;
}

.payment-card figure {
  height: 480px;
  margin: 0;
  overflow: hidden;
  background: var(--oxblood-dark);
  border-left: 1px solid var(--gold);
}

.payment-card figure img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
}

.withdraw-card {
  grid-template-columns: 300px 1fr;
  color: var(--paper-light);
  background: var(--oxblood);
}

.withdraw-card .payment-copy { order: 2; }
.withdraw-card figure { order: 1; border-left: 0; border-right: 1px solid var(--gold); }
.withdraw-card .payment-copy > span { color: var(--gold-light); }
.withdraw-card .payment-copy h3 { color: var(--paper-light); }
.withdraw-card .payment-copy p { color: rgba(255, 247, 232, 0.76); }

.transaction-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px dashed var(--gold);
  background: var(--paper);
}

.transaction-note strong { color: var(--oxblood); }
.transaction-note p { margin: 0; }

.security-section {
  background:
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(200, 148, 46, 0.08) 80px),
    var(--paper);
}

.security-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 80px;
}

.security-list {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.security-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.security-list article > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.security-list h3,
.security-list p { margin: 0; }
.security-list h3 { margin-bottom: 6px; color: var(--oxblood-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.security-list p { color: #684e45; }

.security-visuals {
  min-height: 620px;
  position: relative;
}

.security-card {
  width: 290px;
  height: 570px;
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 10px solid var(--oxblood-dark);
  border-radius: 34px;
  background: var(--oxblood-dark);
  box-shadow: 0 25px 55px rgba(36, 19, 15, 0.24), 0 0 0 2px var(--gold);
}

.security-card img { width: 100%; }
.security-card figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 8px; color: var(--paper-light); background: rgba(60, 7, 17, 0.9); border: 1px solid var(--gold); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.security-back { left: 28px; top: 28px; transform: rotate(-8deg); opacity: 0.86; }
.security-front { right: 24px; top: 0; z-index: 2; transform: rotate(5deg); }

.access-section {
  color: var(--paper-light);
  background: var(--oxblood-dark);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.access-grid {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 80px;
  align-items: center;
}

.access-ticket {
  position: relative;
  padding: 52px 38px;
  color: var(--oxblood-dark);
  background: var(--gold-light);
  border: 2px solid var(--paper-light);
  outline: 2px dashed var(--oxblood);
  outline-offset: -13px;
  transform: rotate(-2deg);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.3);
}

.access-ticket > span,
.access-ticket strong,
.access-ticket p { display: block; }
.access-ticket > span { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.16em; }
.access-ticket strong { margin: 12px 0; font-family: Georgia, "Times New Roman", serif; font-size: 3.2rem; line-height: 0.95; }
.access-ticket p { margin: 0; }

.access-copy .section-title h2 { color: var(--paper-light); }
.access-copy .section-title p { color: rgba(255, 247, 232, 0.7); }

.access-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 36px;
}

.access-columns article {
  padding-top: 22px;
  border-top: 1px solid rgba(231, 189, 98, 0.35);
}

.access-columns h3 {
  margin: 0 0 8px;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.access-columns p {
  margin: 0;
  color: rgba(255, 247, 232, 0.68);
  font-size: 0.88rem;
}

.play-section {
  background: var(--paper-light);
}

.play-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding: 54px 60px;
  border: 1px solid var(--coral);
  box-shadow: inset 0 0 0 8px var(--paper-light), inset 0 0 0 9px rgba(200, 148, 46, 0.5);
}

.play-card span {
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.play-card h2 {
  margin: 10px 0 0;
  color: var(--oxblood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.play-card p { margin: 0 0 15px; color: #62483f; }

.faq-section {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 80px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 150px;
}

.faq-heading > span {
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.faq-heading h2 {
  margin: 10px 0 14px;
  color: var(--oxblood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.faq-heading p { color: #6b5047; }

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  color: var(--oxblood-dark);
  cursor: pointer;
  list-style: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gold); border-radius: 50%; font-family: Arial, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { color: var(--coral); font-family: Arial, sans-serif; font-size: 0.72rem; letter-spacing: 0.08em; }
.faq-list details > p { margin: 0; padding: 0 50px 24px 70px; color: #654a42; }

.closing-section {
  padding: 72px 0;
  color: var(--paper-light);
  background:
    linear-gradient(90deg, rgba(231, 189, 98, 0.08) 1px, transparent 1px) 0 0 / 32px 32px,
    var(--oxblood);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.closing-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
}

.closing-inner > div > span {
  color: var(--gold-light);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.closing-inner h2 {
  max-width: 770px;
  margin: 10px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.closing-inner p { margin: 0; color: rgba(255, 247, 232, 0.72); }

.closing-actions {
  display: grid;
  gap: 12px;
  min-width: 250px;
}

.site-footer {
  padding: 54px 0;
  color: rgba(255, 247, 232, 0.7);
  background: var(--espresso);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 50px;
  align-items: start;
}

.footer-grid img {
  width: 210px;
  margin-bottom: 16px;
}

.footer-grid p { margin: 0; font-size: 0.82rem; }
.footer-grid nav { display: grid; gap: 10px; color: var(--paper-light); font-size: 0.86rem; }
.footer-grid nav a:hover { color: var(--gold-light); }
.copyright { text-align: right; }

.legal-header {
  min-height: 108px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px max(36px, calc((100vw - 1220px) / 2));
  color: var(--oxblood);
  background: var(--paper-light);
  box-shadow: 0 6px 22px rgba(36, 19, 15, 0.1);
}

.legal-header .brand,
.legal-home-link {
  position: relative;
  z-index: 1;
}

.legal-home-link {
  padding: 10px 0;
  border-bottom: 1px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.legal-main {
  padding: 76px 24px 92px;
}

.legal-paper {
  width: min(980px, 100%);
  margin-inline: auto;
  border: 1px solid var(--gold);
  background: var(--paper-light);
  box-shadow: var(--shadow);
}

.legal-title {
  padding: 64px 72px 54px;
  color: var(--paper-light);
  background:
    linear-gradient(90deg, rgba(231, 189, 98, 0.09) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--oxblood);
  border-bottom: 1px solid var(--gold);
}

.legal-title > span,
.legal-action span {
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-title h1 {
  margin: 10px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.legal-title p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 247, 232, 0.78);
  font-size: 1rem;
}

.legal-content {
  display: grid;
  padding: 26px 72px 54px;
}

.legal-content section {
  padding: 34px 0;
  border-bottom: 1px dashed var(--line);
}

.legal-content section:last-child {
  border-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 10px;
  color: var(--oxblood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.legal-content p {
  margin: 0;
  color: #62483f;
}

.legal-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 72px;
  color: var(--paper-light);
  background: var(--espresso);
  border-top: 1px solid var(--gold);
}

.legal-action > div {
  display: grid;
  gap: 6px;
}

.legal-action strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 35px max(30px, calc((100vw - 1220px) / 2));
  color: rgba(255, 247, 232, 0.72);
  background: var(--oxblood-dark);
  font-size: 0.8rem;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: var(--paper-light);
}

.legal-footer p { margin: 0; }

.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
}

.not-found > div {
  width: min(720px, 100%);
  padding: 60px;
  border: 1px solid var(--gold);
  background: var(--paper-light);
  box-shadow: var(--shadow);
  text-align: center;
}

.not-found > div > span {
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.not-found h1 {
  margin: 14px 0;
  color: var(--oxblood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 8vw, 5rem);
  line-height: 0.98;
}

.not-found p { margin: 0 0 28px; color: #62483f; }
.not-found .ticket-button { width: min(320px, 100%); margin-inline: auto; }

@keyframes phoneFloat {
  0%, 100% { transform: translateX(-52%) rotate(2deg) translateY(0); }
  50% { transform: translateX(-52%) rotate(2deg) translateY(-5px); }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 220px 1fr auto; gap: 20px; padding-inline: 28px; }
  .brand { width: 210px; }
  .main-nav { gap: 18px; font-size: 0.88rem; }
  .site-header > .ticket-button { padding-inline: 15px; }
  .hero-inner { grid-template-columns: 1.05fr 0.95fr; }
  .admission-pass { right: -22px; width: 225px; }
  .register-layout { grid-template-columns: 340px 1fr; gap: 46px; }
  .login-counter { padding: 50px; gap: 45px; }
  .wingo-shell { gap: 48px; }
  .security-grid { gap: 40px; }
  .security-card { width: 260px; }
  .access-grid { gap: 50px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 88px; }
  .content-shell { width: min(100% - 34px, 760px); }
  .responsible-strip p:last-of-type,
  .responsible-strip i:last-of-type { display: none; }
  .site-header { min-height: 84px; grid-template-columns: 190px 1fr; padding: 14px 22px; }
  .brand { width: 185px; }
  .main-nav,
  .site-header > .ticket-button { display: none; }
  .mobile-nav { display: block; justify-self: end; }
  .mobile-nav summary { padding: 10px 16px; color: var(--oxblood); border: 1px solid var(--oxblood); cursor: pointer; font-weight: 800; list-style: none; }
  .mobile-nav nav { min-width: 200px; position: absolute; top: 48px; right: 0; display: grid; padding: 12px; background: var(--paper-light); border: 1px solid var(--gold); box-shadow: var(--shadow); }
  .mobile-nav nav a { padding: 10px 12px; border-bottom: 1px solid var(--line); }
  .hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding-top: 56px; }
  .hero h1 { max-width: 740px; }
  .hero-visual { min-height: 580px; }
  .phone-cutout { width: 330px; left: 45%; }
  .admission-pass { right: 8%; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band article { justify-content: flex-start; padding-left: calc((100% - 700px) / 2); border-right: 0; border-bottom: 1px solid rgba(231, 189, 98, 0.28); }
  .section { padding: 82px 0; }
  .intro-ledger { grid-template-columns: 1fr; }
  .entry-heading { align-items: start; flex-direction: column; }
  .register-layout { grid-template-columns: 300px 1fr; gap: 40px; }
  .login-counter { grid-template-columns: 1fr 280px; padding: 46px 38px; }
  .login-phone { height: 450px; }
  .wingo-shell { grid-template-columns: 1fr; }
  .wingo-phone { width: 340px; margin-inline: auto; }
  .payment-card { grid-template-columns: 1fr 250px; }
  .withdraw-card { grid-template-columns: 250px 1fr; }
  .payment-copy { padding: 42px 36px; }
  .payment-copy ul { grid-template-columns: 1fr; }
  .security-grid { grid-template-columns: 1fr; }
  .security-visuals { width: 620px; max-width: 100%; margin-inline: auto; }
  .access-grid { grid-template-columns: 1fr; }
  .access-ticket { max-width: 360px; margin-inline: auto; }
  .play-card { grid-template-columns: 1fr; gap: 30px; padding: 46px; }
  .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .faq-heading { position: static; }
  .closing-inner { grid-template-columns: 1fr; }
  .closing-actions { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 680px) {
  .responsible-strip { gap: 9px; padding-inline: 12px; font-size: 0.65rem; letter-spacing: 0.04em; }
  .responsible-strip i:first-of-type { display: none; }
  .content-shell { width: min(100% - 28px, 560px); }
  .site-header { min-height: 76px; grid-template-columns: 150px 1fr; padding-inline: 16px; }
  .shell-frame::before { inset-inline: 7px; }
  .shell-frame::after { display: none; }
  .brand { width: 145px; }
  .hero-inner { width: calc(100% - 28px); padding: 46px 0; }
  .hero-kicker { font-size: 0.63rem; letter-spacing: 0.11em; }
  .hero-kicker::before,
  .hero-kicker::after { width: 19px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-lead { font-size: 0.94rem; }
  .hero-actions { display: grid; }
  .hero-actions .ticket-button { width: 100%; min-width: 0; }
  .invite-ticket { width: 100%; justify-content: space-between; }
  .hero-visual { min-height: 525px; }
  .phone-cutout { width: 280px; height: 500px; left: 43%; border-radius: 36px; }
  .admission-pass { width: 190px; right: -3%; bottom: 20px; padding: 19px 18px 19px 25px; }
  .admission-pass strong { font-size: 1.25rem; }
  .feature-band article { min-height: 88px; padding: 16px 22px; }
  .section { padding: 70px 0; }
  .section-title h2 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
  .intro-main,
  .intro-note { padding: 30px 25px; }
  .entry-heading > .ticket-button { width: 100%; }
  .register-layout { grid-template-columns: 1fr; }
  .poster-phone { width: 300px; max-width: 100%; margin-inline: auto; }
  .ticket-steps li { grid-template-columns: 56px 1fr; gap: 14px; }
  .ticket-steps li > span { width: 48px; }
  .login-counter { grid-template-columns: 1fr; margin-top: 78px; padding: 36px 24px 42px; }
  .login-phone { width: 250px; height: 420px; margin-inline: auto; }
  .counter-copy .ticket-button { width: 100%; }
  .result-ledger { grid-template-columns: repeat(2, 1fr); }
  .result-ledger > div { border-bottom: 1px solid rgba(231, 189, 98, 0.25); }
  .result-ledger > div:nth-child(2n) { border-right: 0; }
  .result-ledger > div:last-child { grid-column: 1 / -1; }
  .wingo-phone { width: 300px; max-width: 100%; }
  .payment-card { grid-template-columns: 1fr; }
  .withdraw-card { grid-template-columns: 1fr; }
  .payment-copy { padding: 34px 25px; }
  .payment-card figure { height: 360px; border-left: 0; border-top: 1px solid var(--gold); }
  .withdraw-card .payment-copy { order: 1; }
  .withdraw-card figure { order: 2; border-right: 0; border-top: 1px solid var(--gold); }
  .transaction-note { grid-template-columns: 1fr; gap: 5px; }
  .security-visuals { min-height: 520px; }
  .security-card { width: 220px; height: 450px; }
  .security-back { left: 3px; }
  .security-front { right: 5px; }
  .access-ticket { padding: 44px 30px; }
  .access-ticket strong { font-size: 2.5rem; }
  .access-columns { grid-template-columns: 1fr; }
  .play-card { padding: 36px 25px; }
  .faq-list summary { grid-template-columns: 38px 1fr auto; gap: 10px; font-size: 1.05rem; }
  .faq-list details > p { padding: 0 12px 24px 48px; }
  .closing-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  .legal-header { min-height: 82px; padding: 14px 18px; }
  .legal-header .brand { width: 145px; }
  .legal-home-link { font-size: 0.82rem; }
  .legal-main { padding: 42px 14px 56px; }
  .legal-title { padding: 42px 25px 38px; }
  .legal-content { padding: 16px 25px 36px; }
  .legal-content section { padding: 27px 0; }
  .legal-action { align-items: stretch; flex-direction: column; padding: 30px 25px; }
  .legal-action .ticket-button { width: 100%; }
  .legal-footer { align-items: flex-start; flex-direction: column; padding: 32px 24px; }
  .legal-footer nav { display: grid; gap: 10px; }
  .not-found > div { padding: 42px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
