@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  src: url("icons/fonts/tabler-icons.woff2") format("woff2");
  font-display: block;
}

html {
  scroll-behavior: smooth;
}

body.crt-home {
  min-width: 320px;
  margin: 0;
  color: #071733;
  background: #fff;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.crt-home *,
.crt-home *::before,
.crt-home *::after {
  box-sizing: border-box;
}

.crt-home img {
  display: block;
  max-width: 100%;
}

.crt-home a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}

.crt-home button,
.crt-home input {
  font: inherit;
}

.crt-home button,
.crt-home a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.crt-home button:focus-visible,
.crt-home a:focus-visible,
.crt-home input:focus-visible,
.crt-home summary:focus-visible {
  outline: 3px solid rgba(253, 0, 97, 0.35);
  outline-offset: 3px;
}

.crt-site {
  min-height: 100vh;
  overflow: clip;
  background: #fff;
}

.crt-skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  color: #fff !important;
  background: #071733;
}

.crt-skip-link:focus {
  transform: translateY(0);
}

.crt-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid #e9edf2;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
}

.crt-header__inner {
  display: flex;
  width: min(100%, 1440px);
  height: 82px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
}

.crt-brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 7px;
  color: #4474b8 !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.crt-brand img {
  width: 46px;
  height: 46px;
}

.crt-nav {
  align-items: center;
  font-size: 17px;
  font-weight: 600;
}

.crt-nav--desktop {
  display: flex;
  gap: 36px;
}

.crt-nav a:hover,
.crt-nav a:focus-visible {
  color: #fd0061;
}

.crt-nav a.is-active {
  color: #fd0061;
}

.crt-cart-link {
  position: relative;
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 10px;
}

.crt-cart-link:hover {
  background: #f5f8fb;
}

.crt-cart-link > i {
  font-size: 30px;
}

.crt-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  min-width: 20px;
  min-height: 20px;
  padding: 0 5px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #fd0061;
  font-size: 12px;
  font-weight: 700;
}

.crt-header__mobile-actions,
.crt-nav--mobile {
  display: none;
}

.crt-tickets {
  scroll-margin-top: 82px;
}

.crt-event-grid {
  display: grid;
  width: min(100%, 1440px);
  min-height: 635px;
  margin: 0 auto;
  grid-template-columns: 56% 44%;
}

.crt-hero {
  position: relative;
  min-height: 635px;
  overflow: hidden;
  background: #071733;
}

.crt-hero__background,
.crt-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.crt-hero__background {
  object-fit: cover;
}

.crt-hero__overlay {
  background: rgba(3, 21, 49, 0.55);
}

.crt-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 635px;
  padding: 48px;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.crt-event-logo {
  width: 220px;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.35));
}

.crt-hero__copy {
  max-width: 620px;
  padding-bottom: 12px;
}

.crt-kicker-pill {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(7, 23, 51, 0.75);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crt-kicker-pill i {
  font-size: 20px;
}

.crt-hero h1 {
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.crt-event-date {
  margin: 16px 0 0;
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
}

.crt-event-intro {
  max-width: 490px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.625;
}

.crt-purchase-panel {
  display: flex;
  min-width: 0;
  padding: 40px 56px;
  background: #fff;
}

.crt-purchase-form,
.crt-product-unavailable {
  width: 100%;
  max-width: 520px;
  margin: auto;
}

.crt-purchase-heading p,
.crt-section-heading p {
  margin: 0;
  color: #fd0061;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crt-purchase-heading h2 {
  margin: 4px 0 0;
  color: #071733;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.crt-event-meta {
  display: grid;
  margin-top: 24px;
  padding: 20px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #e6e9ee;
  border-bottom: 1px solid #e6e9ee;
}

.crt-meta-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.crt-meta-item + .crt-meta-item {
  padding-left: 20px;
  border-left: 1px solid #e6e9ee;
}

.crt-meta-item > i {
  flex-shrink: 0;
  color: #fd0061;
  font-size: 30px;
}

.crt-meta-item span,
.crt-meta-item strong {
  display: block;
}

.crt-meta-item span {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
}

.crt-meta-item strong {
  color: #071733;
  font-weight: 700;
  line-height: 1.25;
}

.crt-bundles {
  min-width: 0;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
}

.crt-bundles legend {
  margin: 0 0 16px;
  color: #071733;
  font-size: 18px;
  font-weight: 700;
}

.crt-bundle-list {
  display: grid;
  gap: 16px;
}

.crt-bundle {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 16px 20px;
  align-items: center;
  gap: 16px;
  border: 2px solid #dfe4ea;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.crt-bundle:hover {
  border-color: #9eb5d4;
}

.crt-bundle.is-selected {
  border-color: #f5a800;
  background: #fffaf0;
  box-shadow: 0 8px 24px rgba(245, 168, 0, 0.1);
}

.crt-bundle input {
  width: 28px;
  height: 28px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #f5a800;
}

.crt-best-value {
  position: absolute;
  top: -13px;
  right: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  color: #071733;
  background: #ffbd16;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.crt-bundle__copy {
  min-width: 0;
  flex: 1;
}

.crt-bundle__copy strong,
.crt-bundle__copy small,
.crt-bundle__price strong,
.crt-bundle__price del {
  display: block;
}

.crt-bundle__copy strong {
  color: #071733;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.crt-bundle__copy small {
  color: #fd0061;
  font-size: 16px;
  font-weight: 600;
}

.crt-bundle__price {
  flex-shrink: 0;
  text-align: right;
}

.crt-bundle__price strong {
  color: #071733;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.crt-bundle__price del {
  color: #667085;
  font-size: 14px;
}

.crt-purchase-actions {
  display: grid;
  margin-top: 20px;
  align-items: end;
  gap: 16px;
  grid-template-columns: 145px minmax(0, 1fr);
}

.crt-quantity-field > label {
  display: block;
  margin-bottom: 8px;
  color: #071733;
  font-weight: 600;
}

.crt-quantity-control {
  display: grid;
  height: 58px;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d5dbe3;
  border-radius: 12px;
}

.crt-quantity-control button,
.crt-quantity-control input {
  display: grid;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: #071733;
  background: #fff;
  box-shadow: none;
  text-align: center;
}

.crt-quantity-control button:hover:not(:disabled) {
  background: #f5f8fb;
}

.crt-quantity-control button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.crt-quantity-control input {
  border-right: 1px solid #d5dbe3;
  border-left: 1px solid #d5dbe3;
  font-size: 18px;
  font-weight: 700;
  -moz-appearance: textfield;
}

.crt-quantity-control input::-webkit-inner-spin-button,
.crt-quantity-control input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.crt-add-button {
  display: inline-flex;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 12px;
  color: #071733;
  background: #ffbd16;
  box-shadow: 0 8px 20px rgba(255, 189, 22, 0.24);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.crt-add-button:hover:not(:disabled) {
  transform: translateY(-2px);
  background: #f6ae00;
}

.crt-add-button:disabled {
  cursor: wait;
  opacity: 0.75;
}

.crt-add-button i {
  font-size: 24px;
}

.crt-secure-note {
  display: flex;
  margin: 20px 0 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.crt-secure-note i {
  flex-shrink: 0;
  font-size: 18px;
}

.crt-cart-status {
  min-height: 0;
  margin-top: 0;
  color: #475467;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.crt-cart-status:not(:empty) {
  min-height: 22px;
  margin-top: 10px;
}

.crt-cart-status.is-success {
  color: #167a46;
}

.crt-cart-status.is-error {
  color: #c43232;
}

.crt-cart-status a {
  color: #4474b8;
  text-decoration: underline;
}

.crt-product-unavailable {
  text-align: center;
}

.crt-essentials {
  border-top: 1px solid #dfeaf4;
  border-bottom: 1px solid #dfeaf4;
  background: #eef7ff;
}

.crt-essentials__grid {
  display: grid;
  width: min(100%, 1220px);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crt-info-item {
  display: flex;
  min-width: 0;
  padding: 20px 24px;
  align-items: flex-start;
  gap: 16px;
}

.crt-info-item + .crt-info-item {
  border-left: 1px solid #cdddea;
}

.crt-info-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  place-items: center;
  border: 1px solid #ffd1e2;
  border-radius: 999px;
  color: #fd0061;
  background: #fff;
}

.crt-info-icon i {
  font-size: 27px;
}

.crt-info-item h3 {
  margin: 0;
  color: #071733;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.crt-info-item p {
  margin: 4px 0 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.375;
}

.crt-gallery {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 64px 40px;
}

.crt-section-heading--split {
  display: flex;
  margin-bottom: 32px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.crt-section-heading h2 {
  margin: 4px 0 0;
  color: #071733;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25;
}

.crt-section-heading--split > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #4474b8;
  font-weight: 700;
}

.crt-section-heading--split > a:hover {
  color: #fd0061;
}

.crt-gallery__grid {
  display: grid;
  min-height: 430px;
  gap: 12px;
  grid-template-columns: 1.05fr 1.2fr 1.05fr;
}

.crt-gallery__grid img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 16px;
  object-fit: cover;
}

.crt-faq {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 64px 32px;
  scroll-margin-top: 82px;
}

.crt-section-heading--center {
  text-align: center;
}

.crt-faq__list {
  margin-top: 36px;
  border-top: 1px solid #dfe4ea;
  border-bottom: 1px solid #dfe4ea;
}

.crt-faq details + details {
  border-top: 1px solid #dfe4ea;
}

.crt-faq details {
  padding: 20px 0;
}

.crt-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #071733;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.crt-faq summary::-webkit-details-marker {
  display: none;
}

.crt-faq summary i {
  flex-shrink: 0;
  font-size: 23px;
}

.crt-faq details[open] summary i {
  transform: rotate(45deg);
}

.crt-faq details > p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #667085;
  font-size: 18px;
  line-height: 1.625;
}

.crt-footer {
  padding: 36px 32px;
  border-top: 1px solid #e3e8ee;
  background: #f8fafc;
}

.crt-footer__inner {
  display: flex;
  width: min(100%, 1220px);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.crt-footer p {
  margin: 0;
  color: #667085;
  font-size: 14px;
}

@media (max-width: 1023px) {
  .crt-header__inner {
    padding: 0 32px;
  }

  .crt-nav--desktop {
    display: none;
  }

  .crt-header__mobile-actions {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .crt-menu-toggle {
    display: grid;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 10px;
    color: #071733;
    background: transparent;
    box-shadow: none;
    font-size: 28px;
    cursor: pointer;
  }

  .crt-menu-toggle:hover {
    background: #f5f8fb;
  }

  .crt-nav--mobile {
    padding: 20px 32px;
    border-top: 1px solid #e9edf2;
    background: #fff;
    font-size: 18px;
  }

  .crt-nav--mobile:not([hidden]) {
    display: grid;
    gap: 16px;
  }

  .crt-event-grid {
    grid-template-columns: 1fr;
  }

  .crt-hero,
  .crt-hero__content {
    min-height: 560px;
  }

  .crt-hero__content {
    padding: 40px;
  }

  .crt-purchase-panel {
    padding: 48px 40px;
  }

  .crt-purchase-heading {
    text-align: center;
  }

  .crt-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .crt-header__inner {
    height: 74px;
    padding: 0 20px;
  }

  .crt-brand {
    gap: 6px;
    font-size: 23px;
  }

  .crt-brand img {
    width: 40px;
    height: 40px;
  }

  .crt-nav--mobile {
    padding: 20px;
  }

  .crt-hero,
  .crt-hero__content {
    min-height: 490px;
  }

  .crt-hero__content {
    padding: 28px;
  }

  .crt-event-logo {
    width: 180px;
  }

  .crt-hero h1 {
    font-size: 48px;
  }

  .crt-event-date {
    font-size: 26px;
  }

  .crt-purchase-panel {
    padding: 36px 20px;
  }

  .crt-purchase-heading h2 {
    font-size: 34px;
  }

  .crt-event-meta {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .crt-meta-item + .crt-meta-item {
    padding-left: 0;
    border-left: 0;
  }

  .crt-bundle {
    padding: 16px;
  }

  .crt-bundle__copy strong {
    font-size: 18px;
  }

  .crt-purchase-actions {
    grid-template-columns: 1fr;
  }

  .crt-quantity-field {
    max-width: 180px;
  }

  .crt-secure-note {
    flex-wrap: wrap;
    line-height: 1.4;
  }

  .crt-essentials__grid {
    grid-template-columns: 1fr;
  }

  .crt-info-item + .crt-info-item {
    border-top: 1px solid #cdddea;
    border-left: 0;
  }

  .crt-gallery {
    padding: 56px 20px;
  }

  .crt-section-heading--split > a {
    display: none;
  }

  .crt-section-heading h2 {
    font-size: 36px;
  }

  .crt-gallery__grid {
    grid-template-columns: 1fr;
  }

  .crt-faq {
    padding: 56px 20px;
  }

  .crt-faq summary {
    font-size: 18px;
  }

  .crt-footer {
    padding: 36px 20px;
  }

  .crt-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .crt-brand {
    font-size: 20px;
  }

  .crt-brand img {
    width: 36px;
    height: 36px;
  }

  .crt-cart-link,
  .crt-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .crt-hero__content {
    padding: 24px 20px;
  }

  .crt-hero h1 {
    font-size: 43px;
  }

  .crt-kicker-pill {
    padding: 7px 12px;
    font-size: 12px;
  }

  .crt-bundle {
    gap: 12px;
  }

  .crt-bundle input {
    width: 24px;
    height: 24px;
  }

  .crt-bundle__price strong {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .crt-home *,
  .crt-home *::before,
  .crt-home *::after {
    transition-duration: 0.01ms !important;
  }
}

