
/* Escape Arcade / IAAPA Expo Europe 2026. Static, domain-independent page. */
:root {
  --bg: #070708; --surface: #101012; --surface-raised: #161619;
  --text: #f7f7f8; --muted: #b9b9c0; --line: #2b2b30;
  --red: #ec1c24; --red-light: #ff626a; --max: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-family: 'Jost', Arial, Helvetica, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { line-height: 1.1; }
h1 { font-size: clamp(48px, 5.35vw, 77px); letter-spacing: -.047em; font-weight: 600; }
h2 { font-size: clamp(33px, 3.35vw, 47px); letter-spacing: -.034em; font-weight: 600; }
h3 { font-size: 20px; letter-spacing: -.015em; font-weight: 600; }
strong { font-weight: 600; }
.wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.skip { position: absolute; left: 18px; top: -100px; z-index: 100; padding: 12px 18px; background: #fff; color: #111; }
.skip:focus { top: 14px; }
.header { position: sticky; top: 0; z-index: 20; background: rgba(7,7,8,.97); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 87px; gap: 30px; }
.logo { width: 214px; flex-shrink: 0; }
.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: #d0d0d5; }
.nav a:hover { color: #fff; }
.nav .nav-cta { display: inline-flex; align-items: center; justify-content: center; background: var(--red); color: #fff; padding: 12px 20px; border-radius: 7px; font-weight: 600; }
.hero { overflow: hidden; padding: 67px 0 0; background: radial-gradient(ellipse at 83% 25%, rgba(236,28,36,.10), transparent 55%); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #6b262b; background: #201013; border-radius: 50px; color: #ffd4d7; padding: 7px 13px; font-size: 11px; font-weight: 500; letter-spacing: .085em; text-transform: uppercase; margin-bottom: 25px; }
.kicker::before { content: ''; width: 6px; height: 6px; background: var(--red-light); border-radius: 50%; }
.eyebrow { color: var(--red-light); display: block; font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 14px; }
.hero h1 span { display: block; }
.hero .intro { max-width: 49ch; margin-top: 23px; font-size: 17px; color: #c9c9d0; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 27px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 51px; border: 1px solid transparent; border-radius: 7px; padding: 13px 22px; font-size: 15px; font-weight: 600; text-align: center; transition: background-color .15s ease, border-color .15s ease; cursor: pointer; }
.btn.primary { background: var(--red); color: #fff; }
.btn.primary:hover { background: #cb101b; }
.btn.secondary { border-color: #414148; background: transparent; }
.btn.secondary:hover { border-color: #777780; background: #16161a; }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.micro { font-size: 12px; line-height: 1.65; color: var(--muted); }
.hero .micro { margin-top: 14px; }
.hero-media { min-width: 0; border: 1px solid #383136; border-radius: 15px; overflow: hidden; background: #131315; }
.hero-image { width: 100%; height: 360px; object-fit: cover; }
.hero-image.is-fallback { object-fit: contain; background: #fff; padding: 16px; }
.media-caption { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 19px; }
.media-caption strong { font-size: 15px; }
.media-caption span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.metric-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 53px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { padding: 23px 26px; border-right: 1px solid var(--line); }
.metric:first-child { padding-left: 0; }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font-size: 21px; letter-spacing: -.025em; line-height: 1.3; margin-bottom: 3px; }
.metric span { font-size: 12px; color: var(--muted); }
.section { padding: 73px 0; }
.section-rule { border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; }
.section-intro { margin-top: 19px; font-size: 16px; color: var(--muted); max-width: 56ch; }
.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 29px; }
.feature { border-top: 1px solid var(--line); padding-top: 16px; }
.feature .number { color: var(--red-light); font-size: 11px; font-weight: 600; letter-spacing: .07em; margin-bottom: 9px; }
.feature p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.offer { background: linear-gradient(120deg,#160c0f 0%,#0c0b0e 68%); border-bottom: 1px solid var(--line); }
.offer-grid { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 65px; }
.offer h2 { max-width: 15ch; }
.offer h2 em { color: var(--red-light); font-style: normal; }
.offer .offer-date { margin-top: 24px; display: flex; flex-direction: column; gap: 3px; padding-left: 17px; border-left: 2px solid var(--red); }
.offer-date strong { font-size: 15px; }
.offer-date span { color: var(--muted); font-size: 13px; }
.price-card { padding: 29px 30px; border: 1px solid #723036; border-radius: 13px; background: #171115; }
.price-label { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.badge { border-radius: 4px; color: #fff; background: #971923; padding: 4px 9px; font-size: 12px; font-weight: 600; letter-spacing: 0; white-space: nowrap; }
.regular-price { margin-top: 24px; color: #c6bcc1; font-size: 13px; }
.regular-price s { font-size: 21px; margin-left: 6px; text-decoration-thickness: 1px; }
.sale-price { display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 10px; margin-top: 0; }
.sale-price strong { font-size: clamp(46px, 4.8vw, 67px); line-height: 1.2; letter-spacing: -.055em; font-weight: 600; }
.sale-price span { font-size: 13px; color: var(--muted); }
.saving { color: #f6bac1; font-size: 13px; margin-top: 7px; }
.price-divider { margin: 22px 0 17px; border-top: 1px solid #4c2b33; }
.price-deposit { font-size: 15px; }
.price-card .btn { width: 100%; margin-top: 17px; }
.price-card .micro { margin-top: 13px; }
.terms-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.terms-head p { max-width: 37ch; color: var(--muted); font-size: 15px; }
.instalments { list-style: none; padding: 0; margin: 31px 0 26px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.instalment { border: 1px solid var(--line); border-radius: 12px; background: #111114; padding: 24px; }
.instalment.first { border-color: #7f3039; background: #1b1116; }
.instalment-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 21px; }
.step-number { font-size: 11px; letter-spacing: .1em; color: var(--muted); }
.percent { font-size: 13px; border: 1px solid #4a3e44; padding: 2px 9px; border-radius: 30px; color: #ffbdc3; }
.amount { display: block; font-size: 37px; line-height: 1.2; letter-spacing: -.045em; font-weight: 600; margin-bottom: 13px; }
.instalment h3 { font-size: 17px; }
.instalment p { font-size: 13px; color: var(--muted); margin-top: 8px; }
.conditions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.condition { padding: 3px 0 3px 18px; border-left: 2px solid #49424a; }
.condition h3 { font-size: 16px; margin-bottom: 8px; }
.condition p { color: var(--muted); font-size: 14px; }
.payment-section { background: #0c0c0f; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.payment-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: start; }
.payment-intro h2 { max-width: 16ch; }
.payment-intro > p { margin-top: 18px; color: var(--muted); font-size: 16px; }
.next-box { margin-top: 30px; border-top: 1px solid #373239; padding-top: 22px; }
.next-box h3 { margin-bottom: 16px; }
.next-list { margin: 0; padding: 0; list-style: none; }
.next-list li { display: flex; gap: 14px; margin-top: 16px; align-items: flex-start; }
.next-num { width: 25px; height: 25px; flex-shrink: 0; border-radius: 50%; border: 1px solid #52313a; color: #ffb7bd; text-align: center; font-size: 11px; line-height: 23px; }
.next-list strong { font-size: 14px; display: block; }
.next-list p { margin-top: 2px; color: var(--muted); font-size: 13px; }
.help-line { font-size: 13px !important; margin-top: 22px !important; }
.text-link { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #71606c; }
.text-link:hover { text-decoration-color: #fff; }
.payment-card { border: 1px solid #4e3a44; background: #151216; border-radius: 14px; padding: 29px; min-width: 0; }
.checkout-label { font-size: 11px; letter-spacing: .13em; color: #d1c0c7; text-transform: uppercase; }
.checkout-total { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 14px; margin-top: 8px; }
.checkout-total strong { font-size: 57px; letter-spacing: -.05em; font-weight: 600; line-height: 1.1; }
.checkout-total span { font-size: 13px; color: var(--muted); }
.checkout-note { margin-top: 13px; color: #c9c1c7; font-size: 14px; }
.checkout-btn { width: 100%; margin-top: 21px; min-height: 55px; }
.checkout-caption { font-size: 11px; color: var(--muted); text-align: center; margin-top: 8px; }
.or { display: flex; align-items: center; gap: 15px; color: #a99ca5; font-size: 11px; margin: 22px 0 18px; }
.or::before, .or::after { content: ''; height: 1px; background: #3b3037; flex: 1; }
.qr-row { display: flex; align-items: center; justify-content: center; gap: 22px; }
.qr-link { display: block; width: 172px; flex: 0 0 172px; border-radius: 9px; overflow: hidden; background: #fff; }
.qr-copy h3 { font-size: 17px; margin-bottom: 8px; }
.qr-copy p { color: var(--muted); font-size: 12px; max-width: 20ch; }
.copy-btn { background: transparent; padding: 8px 0; margin-top: 5px; border: 0; color: #f4c4cf; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.copy-feedback { min-height: 18px; font-size: 11px; color: #e3d8df; }
.checkout-terms { border-top: 1px solid #3c3038; padding-top: 19px; margin-top: 24px; }
.checkout-terms p { font-size: 12px; line-height: 1.75; color: #c6bdc3; }
.checkout-terms p + p { margin-top: 10px; }
.checkout-terms strong { color: #f4eaf1; }
.included-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; margin-top: 31px; }
.included-item { padding-top: 20px; border-top: 1px solid var(--line); }
.included-item svg { width: 24px; height: 24px; margin-bottom: 18px; stroke: var(--red-light); }
.included-item h3 { font-size: 19px; }
.included-item p { margin-top: 11px; font-size: 14px; color: var(--muted); }
.event { padding-top: 0; }
.event-box { display: grid; grid-template-columns: 1fr .9fr; gap: 54px; border: 1px solid #3b3139; border-radius: 14px; background: linear-gradient(125deg,#191016,#111114); padding: 40px; }
.event-box h2 { max-width: 16ch; font-size: 39px; }
.event-box p { color: var(--muted); margin-top: 17px; font-size: 15px; }
.event-details { border-left: 1px solid #4a343f; padding-left: 34px; }
.event-details .location { color: #fff; font-size: 21px; margin: 0 0 6px; font-weight: 500; }
.event-details .event-meta { color: #d6c8d1; font-size: 16px; margin-top: 0; }
.booth { display: inline-block; border: 1px solid #5c3947; border-radius: 5px; color: #f4c9d5; font-size: 13px; padding: 5px 10px; margin: 13px 0 4px; }
.event-details .btn { margin-top: 19px; }
.footer { border-top: 1px solid var(--line); padding: 31px 0 35px; }
.footer-top { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.footer-logo { width: 175px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 13px; color: var(--muted); }
.footer-bottom { border-top: 1px solid #232328; padding-top: 19px; margin-top: 24px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: #9c9ca5; }
.noscript-note { font-size: 12px; color: var(--muted); margin-top: 12px; }
@media (min-width: 1600px) { .hero { padding-top: 82px; } }
@media (max-width: 1050px) {
  .nav { gap: 18px; }
  .hero-grid { gap: 32px; }
  .hero-image { height: 350px; }
  .why-grid { gap: 38px; }
  .offer-grid { gap: 38px; }
  .payment-layout { gap: 32px; }
  .payment-card { padding: 23px; }
  .qr-row { gap: 16px; }
  .qr-link { width: 154px; flex-basis: 154px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 96px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 20px; }
  .logo { width: 182px; }
  .nav .desktop-link { display: none; }
  .hero { padding-top: 39px; }
  .hero-grid, .why-grid, .offer-grid, .payment-layout { grid-template-columns: 1fr; }
  h1 { font-size: clamp(53px, 9vw, 73px); }
  .hero h1 span { display: inline; }
  .hero .intro { max-width: 65ch; }
  .hero-image { height: auto; aspect-ratio: 1075 / 600; }
  .hero-image.is-fallback { height: 380px; aspect-ratio: auto; }
  .hero-media { margin-top: 7px; }
  .metric-strip { margin-top: 31px; }
  .metric { padding: 18px; }
  .metric strong { font-size: 18px; }
  .metric span { font-size: 11px; }
  .section { padding: 52px 0; }
  .why-grid { gap: 28px; }
  .offer-grid { gap: 28px; }
  .offer h2 { max-width: 24ch; }
  .price-card { max-width: none; }
  .terms-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .terms-head p { max-width: 58ch; }
  .instalment { padding: 20px 18px; }
  .amount { font-size: 32px; }
  .payment-intro h2 { max-width: 22ch; }
  .payment-card { padding: 28px; }
  .qr-link { width: 176px; flex-basis: 176px; }
  .qr-copy p { max-width: 29ch; }
  .qr-row { gap: 28px; justify-content: flex-start; }
  .included-grid { gap: 20px; }
  .event { padding-top: 0; }
  .event-box { gap: 28px; padding: 30px; grid-template-columns: 1fr; }
  .event-box h2 { max-width: 24ch; }
  .event-details { border-left: 0; border-top: 1px solid #4a343f; padding: 24px 0 0; }
}
@media (max-width: 540px) {
  .wrap { width: calc(100% - 36px); }
  .header-inner { min-height: 73px; gap: 14px; }
  .logo { width: 158px; }
  .nav .nav-cta { padding: 10px 13px; font-size: 12px; }
  .kicker { font-size: 9px; letter-spacing: .06em; padding: 7px 10px; margin-bottom: 23px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: 54px; }
  .hero h1 span { display: block; }
  .hero .intro { font-size: 16px; margin-top: 20px; }
  .actions { align-items: stretch; gap: 10px; }
  .actions .btn { flex: 1 1 100%; }
  .hero-grid { gap: 26px; }
  .hero-image.is-fallback { height: 330px; }
  .media-caption { padding: 14px; }
  .media-caption span { font-size: 9px; }
  .media-caption strong { font-size: 13px; }
  .metric-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .metric { padding: 18px 0 18px 18px; }
  .metric:nth-child(odd) { padding-left: 0; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .metric strong { font-size: 20px; }
  .feature-grid { gap: 23px 20px; }
  .feature h3 { font-size: 17px; }
  .feature p { font-size: 13px; }
  h2 { font-size: 35px; }
  .section { padding: 46px 0; }
  .price-card { padding: 25px 22px; }
  .price-label { font-size: 10px; letter-spacing: .055em; }
  .sale-price strong { font-size: 57px; }
  .instalments { grid-template-columns: 1fr; margin-top: 26px; gap: 12px; }
  .instalment { padding: 23px; }
  .instalment-top { margin-bottom: 13px; }
  .amount { font-size: 39px; }
  .instalment h3 { font-size: 18px; }
  .conditions-grid { grid-template-columns: 1fr; gap: 23px; }
  .payment-layout { gap: 28px; }
  .payment-card { padding: 24px 20px; }
  .checkout-total strong { font-size: 52px; }
  .qr-row { gap: 16px; align-items: center; }
  .qr-link { width: 145px; flex-basis: 145px; }
  .qr-copy h3 { font-size: 15px; }
  .qr-copy p, .copy-btn { font-size: 11px; }
  .included-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 27px; }
  .included-item { display: grid; grid-template-columns: 28px 1fr; column-gap: 15px; }
  .included-item svg { grid-row: span 2; margin: 0; }
  .included-item p { margin-top: 8px; }
  .event { padding-top: 0; }
  .event-box { padding: 27px 23px; }
  .event-box h2 { font-size: 34px; }
  .event-details .btn { width: 100%; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; gap: 17px; }
  .footer-logo { width: 169px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 28px); }
  .logo { width: 140px; }
  .nav .nav-cta { font-size: 11px; padding: 10px 11px; }
  h1 { font-size: 48px; }
  .payment-card { padding: 22px 16px; }
  .qr-row { flex-direction: column; text-align: center; }
  .qr-link { width: 184px; flex-basis: auto; }
  .qr-copy p { max-width: 27ch; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
@media print {
  body { background: #fff; color: #111; }
  .header { position: static; }
  .header, .hero, #why, #included, #iaapa, .footer, .copy-btn { display: none; }
  .wrap { width: 100%; }
  .section { padding: 22px 0; background: #fff; border-color: #ccc; }
  .offer-grid, .payment-layout { display: block; }
  .price-card, .payment-card, .instalment { background: #fff; color: #111; border-color: #aaa; break-inside: avoid; }
  .payment-card { margin-top: 20px; }
  p, .micro, .section-intro, .eyebrow, .regular-price, .checkout-note, .checkout-caption, .checkout-terms p, .checkout-terms strong, .checkout-label, .percent, .saving, .offer-date span, .condition p { color: #333 !important; }
}

.payment-layout { grid-template-areas: 'intro checkout' 'followup checkout'; row-gap: 0; }
.payment-intro { grid-area: intro; }
.payment-followup { grid-area: followup; }
.payment-card { grid-area: checkout; }
.help-line { color: var(--muted); }
@media (max-width: 800px) {
  .payment-layout { grid-template-areas: 'intro' 'checkout' 'followup'; gap: 28px; }
  .payment-followup .next-box { margin-top: 0; }
}
