/* FindTick consolidated site-owned inline CSS. Generated from production PHP templates. */

/* ===== header.php :: block 1 ===== */
:root {
    --ftx-blue: #011f6f;
    --ftx-blue2: #0a4aa6;
    --ftx-orange: #ff9202;
    --ftx-ink: #101828;
    --ftx-muted: #667085;
    --ftx-soft: #f6f9ff;
    --ftx-soft2: #fff7eb;
    --ftx-line: #e7edf7;
    --ftx-card: #ffffff;
    --ftx-shadow: 0 24px 70px rgba(1, 31, 111, .14);
    --ftx-radius: 28px;
  }

  .ftx_hdr,
  .ftx_hdr *,
  .ftx_mobile_panel,
  .ftx_mobile_panel *,
  .ftx_footer,
  .ftx_footer * {
    box-sizing: border-box;
  }

  .ftx_hdr a,
  .ftx_footer a {
    text-decoration: none;
    color: inherit;
  }

  .ftx_hdr ul,
  .ftx_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ftx_hdr {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(231, 237, 247, .95);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  }

  .ftx_hdr::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(520px 130px at 12% 0%, rgba(255, 146, 2, .16), transparent 72%),
      radial-gradient(520px 130px at 82% 0%, rgba(1, 31, 111, .10), transparent 70%);
  }

  .ftx_hdr_inner {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
    min-height: 72px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .ftx_logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }

  .ftx_logo img {
    height: 42px;
    width: auto;
    display: block;
  }

  .ftx_locale_badge{margin-top:-2px;font:800 9px/1.2 Manrope,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#0a4aa6} 
  .ftx_logo.ftx_logo_ca{flex-direction:column;align-items:flex-start;text-decoration:none}
  .ftx_mobile_logo_ca{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none}

  .ftx_nav {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .ftx_nav_list {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .ftx_nav_item {
    position: relative;
  }

  .ftx_nav_link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 15px;
    border-radius: 999px;
    color: #172033 !important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.01em;
    transition: background .18s ease, color .18s ease, transform .18s ease;
  }

  .ftx_nav_link:hover,
  .ftx_has_mega:focus-within>.ftx_nav_link,
  .ftx_has_mega:hover>.ftx_nav_link {
    background: #eef5ff;
    color: var(--ftx-blue) !important;
    transform: translateY(-1px);
  }

  .ftx_nav_icon {
    color: var(--ftx-orange);
    font-size: 14px;
  }

  .ftx_nav_chev {
    font-size: 11px;
    color: #98a2b3;
  }

  .ftx_right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
  }

  .ftx_icon_btn,
  .ftx_signin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 13px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .ftx_icon_btn {
    width: 42px;
    color: var(--ftx-blue);
    background: #fff;
    border: 1px solid var(--ftx-line);
  }

  .ftx_signin {
    padding: 0 15px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--ftx-blue), var(--ftx-blue2));
    box-shadow: 0 12px 28px rgba(1, 31, 111, .18);
  }

  .ftx_icon_btn:hover,
  .ftx_signin:hover {
    transform: translateY(-2px);
  }

  .ftx_hamb {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    color: var(--ftx-blue);
    box-shadow: 0 10px 26px rgba(1, 31, 111, .10);
    cursor: pointer;
  }

  .ftx_hamb span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    margin: 5px auto;
    border-radius: 999px;
  }

  /* Mega menu */
  .ftx_mega {
    display: none;
    position: fixed;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: min(1260px, calc(100vw - 42px));
    z-index: 10000;
  }

  .ftx_has_mega:hover .ftx_mega,
  .ftx_has_mega:focus-within .ftx_mega {
    display: block;
  }

  .ftx_mega_shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(231, 237, 247, .95);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--ftx-shadow);
  }

  .ftx_mega_tabs {
    padding: 22px;
    background:
      radial-gradient(400px 240px at 0 0, rgba(255, 146, 2, .16), transparent 72%),
      linear-gradient(180deg, #fff, #f8fbff);
    border-right: 1px solid var(--ftx-line);
    max-height: 100%;
    overflow: auto;
  }

  .ftx_mega_tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 14px;
    border-radius: 18px;
    margin-bottom: 8px;
    color: #1d2939;
    transition: background .18s ease, transform .18s ease, color .18s ease;
  }

  .ftx_mega_tab i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff;
    color: var(--ftx-blue);
    box-shadow: 0 8px 20px rgba(1, 31, 111, .08);
  }

  .ftx_mega_tab strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }

  .ftx_mega_tab small {
    display: block;
    color: var(--ftx-muted);
    font-size: 12px;
    margin-top: 1px;
  }

  .ftx_mega_tab.is-active,
  .ftx_mega_tab:hover {
    background: #fff;
    color: var(--ftx-blue);
    transform: translateX(3px);
    box-shadow: 0 14px 34px rgba(1, 31, 111, .08);
  }

  .ftx_mega_tab.is-active i,
  .ftx_mega_tab:hover i {
    color: #fff;
    background: linear-gradient(135deg, var(--ftx-blue), var(--ftx-orange));
  }

  .ftx_mega_content {
    padding: 26px;
    max-height: 100%;
    overflow: auto;
  }

  .ftx_mega_panel {
    display: none;
  }

  .ftx_mega_panel.is-active {
    display: block;
    animation: ftxFadeUp .2s ease both;
  }

  @keyframes ftxFadeUp {
    from {
      opacity: 0;
      transform: translateY(8px)
    }

    to {
      opacity: 1;
      transform: translateY(0)
    }
  }

  .ftx_panel_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
  }

  .ftx_panel_top h3 {
    margin: 0 0 6px;
    color: #1d2939;
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: -.04em;
  }

  .ftx_panel_top p {
    margin: 0;
    color: var(--ftx-muted);
    font-size: 14px;
    line-height: 1.65;
    max-width: 640px;
  }

  .ftx_panel_cta {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--ftx-orange), #ffb13b);
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(255, 146, 2, .22);
  }

  .ftx_panel_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
    gap: 22px;
  }

  .ftx_link_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ftx_mega_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 16px;
    color: #1d2939;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
  }

  .ftx_mega_link i {
    color: var(--ftx-orange);
    opacity: .9;
  }

  .ftx_mega_link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 146, 2, .42);
    color: var(--ftx-blue);
    box-shadow: 0 14px 28px rgba(1, 31, 111, .08);
  }

  .ftx_feature_box {
    padding: 18px;
    border-radius: 22px;
    background:
      radial-gradient(260px 180px at 100% 0, rgba(255, 146, 2, .18), transparent 75%),
      linear-gradient(180deg, #f8fbff, #ffffff);
    border: 1px solid var(--ftx-line);
  }

  .ftx_feature_box h4 {
    margin: 0 0 12px;
    font-size: 13px;
    letter-spacing: .12em;
    color: var(--ftx-blue);
    text-transform: uppercase;
  }

  .ftx_feature_box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(231, 237, 247, .9);
    color: #1d2939;
    font-weight: 500;
  }

  .ftx_feature_box a:last-child {
    border-bottom: 0;
  }

  .ftx_feature_box a:hover {
    color: var(--ftx-orange);
  }

  /* Mobile menu */
  .ftx_mobile_overlay {
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 40, .42);
    opacity: 0;
    pointer-events: none;
    z-index: 10001;
    transition: opacity .22s ease;
  }

  .ftx_mobile_panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(430px, 92vw);
    height: 100vh;
    background: #fff;
    z-index: 10002;
    transform: translateX(105%);
    transition: transform .25s ease;
    box-shadow: -28px 0 70px rgba(16, 24, 40, .22);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    overflow: auto;
  }

  body.ftx_mobile_open .ftx_mobile_overlay {
    opacity: 1;
    pointer-events: auto;
  }

  body.ftx_mobile_open .ftx_mobile_panel {
    transform: translateX(0);
  }

  .ftx_mobile_head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--ftx-line);
  }

  .ftx_mobile_head img {
    height: 38px;
  }

  .ftx_mobile_close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: #f2f6ff;
    color: var(--ftx-blue);
    font-size: 18px;
    cursor: pointer;
  }

  .ftx_mobile_body {
    padding: 14px 16px 26px;
  }

  .ftx_mobile_quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
  }

  .ftx_mobile_quick a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #f6f9ff, #fff7eb);
    color: var(--ftx-blue);
    border: 1px solid var(--ftx-line);
  }

  .ftx_mob_details {
    border: 1px solid var(--ftx-line);
    border-radius: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
  }

  .ftx_mob_details summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px;
    font-weight: 600;
    color: #1d2939;
  }

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

  .ftx_mob_details summary i {
    color: var(--ftx-orange);
  }

  .ftx_mob_group {
    padding: 0 16px 16px;
  }

  .ftx_mob_group_title {
    display: block;
    margin: 13px 0 8px;
    color: var(--ftx-blue);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .ftx_mob_group a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    color: #344054;
    font-weight: 760;
    border-bottom: 1px solid #f1f4f9;
  }

  .ftx_mob_group a:last-child {
    border-bottom: 0;
  }

  .ftx_mob_main {
    display: flex !important;
    margin-top: 12px;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--ftx-blue), var(--ftx-orange));
    padding: 13px 16px !important;
  }

  /* Footer */
  .ftx_footer {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
    color: #d9e7ff;
    background:
      radial-gradient(900px 420px at 8% 0, rgba(255, 146, 2, .18), transparent 70%),
      radial-gradient(900px 420px at 100% 0, rgba(25, 118, 255, .18), transparent 70%),
      linear-gradient(180deg, #071126 0%, #081734 100%);
    border-top: 4px solid;
    border-image: linear-gradient(90deg, #36c9ff, var(--ftx-blue), #e94cff, var(--ftx-orange)) 1;
  }

  .ftx_footer_wrap {
    max-width: 1480px;
    margin: 0 auto;
    padding: 58px 24px 24px;
  }

  .ftx_footer_main {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 44px;
  }

  .ftx_footer_brand img {
    height: 120px;
    width: auto;
    border-radius: 18px;
    padding: 9px;
    margin-bottom: 18px;
  }

  .ftx_footer_brand h3 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -.03em;
  }

  .ftx_footer_brand p {
    margin: 0;
    color: #a9bbd8;
    line-height: 1.75;
    font-size: 15px;
  }

  .ftx_footer_badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .ftx_footer_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #eaf3ff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .ftx_footer_badge i {
    color: #40d8ff;
  }

  .ftx_footer_cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 38px;
  }

  .ftx_footer_col h4 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .10em;
    text-transform: uppercase;
  }

  .ftx_footer_col h4::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .18), transparent);
  }

  .ftx_footer_col a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #c8d8f3;
    padding: 8px 0;
    font-size: 14px !important;
    line-height: 1.35;
    transition: color .18s ease, transform .18s ease;
  }

  .ftx_footer_col a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 10px;
    color: var(--ftx-orange);
    opacity: 0;
    transform: translateX(-7px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .ftx_footer_col a:hover {
    color: #fff;
    transform: translateX(4px);
  }

  .ftx_footer_col a:hover::after {
    opacity: 1;
    transform: translateX(0);
  }

  .ftx_footer_region {
    margin-top: 40px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .ftx_footer_region h5 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ftx_footer_region h5 i {
    color: #40d8ff;
  }

  .ftx_footer_region a {
    display: block;
    color: #9fb3d1;
    padding: 6px 0;
    font-size: 14px;
  }

  .ftx_footer_region a:hover {
    color: #fff;
  }

  .ftx_footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #7f93b4;
    font-size: 13px;
  }

  .ftx_footer_bottom_links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
  }

  .ftx_footer_bottom_links a {
    color: #c8d8f3;
  }

  .ftx_footer_bottom_links a:hover {
    color: #fff;
  }

  .ftx_footer_social {
    display: flex;
    gap: 10px;
  }

  .ftx_footer_social a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #dff2ff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    transition: transform .18s ease, background .18s ease;
  }

  .ftx_footer_social a:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, var(--ftx-blue), var(--ftx-orange));
  }

  @media (max-width:1180px) {
    .ftx_nav {
      display: none
    }

    .ftx_hamb {
      display: block
    }

    .ftx_hdr_inner {
      justify-content: space-between
    }

    .ftx_right .ftx_icon_btn {
      display: none
    }

    .ftx_footer_main {
      grid-template-columns: 1fr
    }

    .ftx_footer_cols {
      grid-template-columns: repeat(3, minmax(0, 1fr))
    }
  }

  @media (max-width:760px) {
    .ftx_hdr_inner {
      min-height: 68px;
      padding: 0 14px
    }

    .ftx_logo img {
      height: 36px
    }

    .ftx_signin span {
      display: none
    }

    .ftx_signin {
      width: 42px;
      padding: 0
    }

    .ftx_footer_wrap {
      padding: 42px 16px 22px
    }

    .ftx_footer_cols {
      grid-template-columns: 1fr
    }

    .ftx_footer_region {
      grid-template-columns: 1fr 1fr
    }

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

  @media (max-width:480px) {
    .ftx_footer_region {
      grid-template-columns: 1fr
    }
  }

  /* 2026 editorial navigation refresh */
  .ftx_hdr,
  .ftx_mobile_panel,
  .ftx_footer {
    font-family: "Manrope", system-ui, -apple-system, Segoe UI, sans-serif;
  }

  .ftx_trustbar {
    position: relative;
    z-index: 2;
    min-height: 30px;
    padding: 6px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    color: rgba(255, 255, 255, .82);
    background: #06152f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
  }

  .ftx_trustbar span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .ftx_trustbar i {
    color: #ff9b21;
  }

  .ftx_hdr {
    border-bottom: 0;
    box-shadow: 0 12px 34px rgba(6, 21, 47, .08);
  }

  .ftx_hdr::before {
    opacity: .72;
  }

  .ftx_hdr_inner {
    min-height: 76px;
    max-width: 1540px;
  }

  .ftx_logo img {
    height: 39px;
  }

  .ftx_nav_list {
    gap: 3px;
  }

  .ftx_nav_link {
    border-radius: 12px;
    padding: 11px 12px;
    font-size: 13px;
  }

  .ftx_nav_link:hover,
  .ftx_has_mega:focus-within>.ftx_nav_link,
  .ftx_has_mega:hover>.ftx_nav_link {
    background: #edf4ff;
    color: #073b87;
  }

  .ftx_mega {
    padding-top: 11px;
  }

  .ftx_mega_shell {
    max-width: 1300px;
    min-height: 470px;
    border-radius: 26px;
    border: 1px solid rgba(7, 27, 61, .12);
    box-shadow: 0 34px 90px rgba(7, 27, 61, .22);
    overflow: hidden;
  }

  .ftx_mega_tabs {
    width: 300px;
    max-height: 560px;
    overflow-y: auto;
    scrollbar-width: thin;
    background: #f4f7fc;
  }

  .ftx_mega_tab {
    border-radius: 13px;
    margin: 3px 8px;
    padding: 12px 13px;
  }

  .ftx_mega_tab:first-child {
    margin-top: 10px;
  }

  .ftx_mega_tab strong,
  .ftx_panel_top h3,
  .ftx_footer_brand h3,
  .ftx_footer_col h4 {
    font-family: "Space Grotesk", "Manrope", sans-serif;
  }

  .ftx_mega_content {
    padding: 28px;
  }

  .ftx_panel_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6edf7;
  }

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

  .ftx_mega_link {
    min-height: 54px;
    border-radius: 14px;
    border-color: #e3eaf4;
    background: #fff;
  }

  .ftx_mega_link:hover {
    border-color: rgba(11, 73, 161, .30);
    box-shadow: 0 12px 26px rgba(7, 27, 61, .08);
  }

  .ftx_feature_box {
    border-radius: 18px;
    background: linear-gradient(150deg, #06152f, #0b49a1);
    color: #fff;
  }

  .ftx_feature_box h4,
  .ftx_feature_box a {
    color: #fff;
  }

  .ftx_feature_box a {
    border-color: rgba(255, 255, 255, .13);
  }

  .ftx_signin {
    background: #06152f;
    border-color: #06152f;
    box-shadow: 0 10px 24px rgba(6, 21, 47, .18);
  }

  .ftx_signin:hover {
    background: #0b49a1;
    border-color: #0b49a1;
  }

  .ftx_footer {
    background: #06152f;
  }

  .ftx_footer::before {
    background: radial-gradient(650px 260px at 12% 0%, rgba(255, 146, 2, .13), transparent 70%);
  }

  .ftx_footer_main {
    gap: 50px;
  }

  .ftx_footer_col a:hover {
    color: #ffb34f;
  }

  @media (max-width: 1120px) {
    .ftx_trustbar {
      display: none;
    }

    .ftx_mega_tabs {
      width: 270px;
    }
  }

/* ===== header.php :: block 2 ===== */
.ftx_hdr {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(8, 27, 61, .08);
    box-shadow: 0 14px 38px rgba(5, 24, 58, .08)
  }

  .ftx_hdr:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff8a18 0 14%, #1d65f2 14% 68%, #23cfc2 68% 100%);
    opacity: .9
  }

  .ftx_trustbar {
    min-height: 32px;
    background: #041022;
    padding: 7px 24px;
    gap: 34px;
    color: #c9d5e8;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase
  }

  .ftx_trustbar i {
    color: #ff982d
  }

  .ftx_hdr_inner {
    min-height: 82px;
    max-width: 1580px;
    padding: 0 26px;
    gap: 18px
  }

  .ftx_logo {
    padding-right: 18px;
    border-right: 1px solid #e3e9f2
  }

  .ftx_logo img {
    height: 43px
  }

  .ftx_nav {
    justify-content: center;
    min-width: 0
  }

  .ftx_nav_list {
    gap: 2px;
    min-width: 0
  }

  .ftx_nav_link {
    padding: 11px 10px;
    border-radius: 11px;
    color: #1d2939;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.01em
  }

  .ftx_nav_icon {
    font-size: 12px;
    color: #1454bc
  }

  .ftx_nav_chev {
    font-size: 8px;
    opacity: .55
  }

  .ftx_nav_link:hover,
  .ftx_has_mega:focus-within>.ftx_nav_link,
  .ftx_has_mega:hover>.ftx_nav_link {
    background: #edf4ff;
    color: #073c87
  }

  .ftx_nav_item--blog .ftx_nav_link {
    background: #fff3e6;
    color: #9b4d00
  }

  .ftx_nav_item--blog .ftx_nav_icon {
    color: #ef7b0b
  }

  .ftx_right {
    gap: 7px;
    margin-left: auto
  }

  .ftx_icon_btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f5f7fb;
    border-color: #e3e8f0;
    color: #26364e
  }

  .ftx_signin {
    border-radius: 12px;
    padding: 11px 15px;
    background: #07162f;
    border-color: #07162f
  }

  .ftx_mega {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 1280px;
    padding-top: 13px
  }

  .ftx_mega_shell {
    height: 625px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(7, 27, 61, .12);
    box-shadow: 0 40px 110px rgba(4, 20, 48, .26)
  }

  .ftx_mega_tabs {
    width: 285px;
    background: linear-gradient(180deg, #07162f, #0a2650);
    padding: 10px 5px
  }

  .ftx_mega_tab {
    margin: 3px 7px;
    color: #b9c8dd !important;
    border: 1px solid transparent
  }

  .ftx_mega_tab i {
    color: #63cfd0
  }

  .ftx_mega_tab small {
    color: #7f94b4
  }

  .ftx_mega_tab:hover,
  .ftx_mega_tab.is-active {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
    color: #fff
  }

  .ftx_mega_tab.is-active i {
    color: #ff9b2e
  }

  .ftx_mega_content {
    padding: 34px;
    background: linear-gradient(145deg, #fff, #f8faff)
  }

  .ftx_panel_top h3 {
    font-size: 30px;
    letter-spacing: -.04em;
    color: #101828
  }

  .ftx_panel_top p {
    max-width: 620px;
    color: #667085
  }

  .ftx_panel_cta {
    background: #07162f;
    color: #fff !important;
    border-radius: 11px;
    padding: 11px 14px
  }

  .ftx_mega_link {
    border-radius: 12px;
    background: #fff;
    border-color: #e3e9f2
  }

  .ftx_mega_link i {
    color: #ff8a18
  }

  .ftx_feature_box {
    background: linear-gradient(150deg, #08285f, #0c56b8);
    border: 0;
    box-shadow: 0 20px 45px rgba(8, 54, 123, .22)
  }

  @media(max-width:1320px) {

    .ftx_nav_item:nth-last-child(4),
    .ftx_nav_item:nth-last-child(3) {
      display: none
    }

    .ftx_hdr_inner {
      padding-inline: 18px
    }

    .ftx_nav_link {
      padding-inline: 9px
    }
  }

  @media(max-width:1120px) {
    .ftx_nav {
      display: none
    }

    .ftx_logo {
      border-right: 0;
      padding-right: 0
    }

    .ftx_hdr_inner {
      min-height: 70px
    }

    .ftx_trustbar {
      display: none
    }

    .ftx_hamb {
      display: flex
    }
  }

  @media(max-width:560px) {
    .ftx_hdr_inner {
      padding-inline: 14px
    }

    .ftx_logo img {
      height: 37px
    }

    .ftx_icon_btn {
      display: none
    }

    .ftx_signin span {
      display: none
    }

    .ftx_signin {
      width: 40px;
      height: 40px;
      padding: 0;
      display: grid;
      place-items: center
    }
  }

/* ===== footer.php :: block 1 ===== */
.ftx_footer{position:relative;overflow:hidden;background:#041022!important;color:#fff;font-family:"Manrope",system-ui,sans-serif;padding:0 0 22px}
.ftx_footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 25%,rgba(255,138,24,.16),transparent 24%),radial-gradient(circle at 90% 20%,rgba(35,107,255,.18),transparent 28%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,auto,42px 42px,42px 42px;pointer-events:none}
.ftx_footer_wrap{position:relative;z-index:1;max-width:1540px;margin:auto;padding:44px 28px 0}
.ftx_footer_discovery{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:42px;align-items:end;padding:clamp(28px,4vw,48px);border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(135deg,rgba(16,46,91,.88),rgba(7,27,57,.9));box-shadow:0 28px 70px rgba(0,0,0,.22)}
.ftx_footer_discovery>div>span{font-size:10px;letter-spacing:.2em;color:#69e1d5;font-weight:800}
.ftx_footer_discovery h2{font-family:"Space Grotesk",sans-serif;font-size:clamp(28px,3.2vw,48px);line-height:1;letter-spacing:-.05em;margin:12px 0 0;color:#fff}
.ftx_footer_discovery nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ftx_footer_discovery nav a{display:flex;align-items:center;gap:12px;min-height:82px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.055);color:#fff;text-decoration:none;transition:.2s}
.ftx_footer_discovery nav a:hover{transform:translateY(-3px);background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.24)}
.ftx_footer_discovery nav i{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#ff8a18;color:#091326}
.ftx_footer_discovery nav strong,.ftx_footer_discovery nav small{display:block}.ftx_footer_discovery nav strong{font-size:12px}.ftx_footer_discovery nav small{font-size:9px;color:#91a4bf;margin-top:4px}
.ftx_footer_main{display:grid!important;grid-template-columns:minmax(280px,.72fr) minmax(0,1.6fr)!important;gap:70px!important;padding:68px 4px 48px!important}
.ftx_footer_brand{max-width:440px}.ftx_footer_brand img{height:44px;width:auto}.ftx_footer_brand h3{font-family:"Space Grotesk",sans-serif;font-size:29px!important;line-height:1.1!important;letter-spacing:-.04em;color:#fff!important;margin:28px 0 15px!important}.ftx_footer_brand p{color:#95a6bf!important;line-height:1.75!important}.ftx_footer_badge{border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.055)!important;color:#d3deed!important}.ftx_footer_cols{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px 24px!important}.ftx_footer_col h4{color:#fff!important;font-size:13px!important;margin-bottom:15px!important}.ftx_footer_col a{color:#91a4bf!important;font-size:12px!important;padding:5px 0!important}.ftx_footer_col a:hover{color:#ffad52!important;transform:translateX(3px)}.ftx_footer_bottom{border-top:1px solid rgba(255,255,255,.1)!important;padding:23px 0 0!important;color:#7588a4!important;font-size:11px!important}.ftx_footer_bottom_links a{color:#9aabc2!important}.ftx_footer_social a{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.1)!important}.ftx_footer_social a:hover{background:#ff8a18!important;color:#061226!important}
@media(max-width:1120px){.ftx_footer_discovery{grid-template-columns:1fr}.ftx_footer_discovery nav{grid-template-columns:repeat(2,1fr)}.ftx_footer_main{grid-template-columns:1fr!important}.ftx_footer_brand{max-width:650px}.ftx_footer_cols{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:720px){.ftx_footer_wrap{padding:24px 14px 0}.ftx_footer_discovery{padding:25px 20px;border-radius:20px}.ftx_footer_discovery nav{grid-template-columns:1fr 1fr}.ftx_footer_main{padding:48px 4px 34px!important}.ftx_footer_cols{grid-template-columns:repeat(2,1fr)!important}.ftx_footer_bottom{display:grid!important;gap:18px}.ftx_footer_bottom_links{justify-content:flex-start!important;flex-wrap:wrap!important}}
@media(max-width:430px){.ftx_footer_discovery nav,.ftx_footer_cols{grid-template-columns:1fr!important}.ftx_footer_discovery h2{font-size:34px}}

/* ===== category/category_design_helpers.php :: block 1 ===== */
:root {
        --ftcat-bg: #f8fafc;
        --ftcat-card: #fff;
        --ftcat-text: #0f172a;
        --ftcat-muted: #667085;
        --ftcat-line: #e5ebf4;
        --ftcat-blue: #153e90;
        --ftcat-blue2: #2563eb;
        --ftcat-orange: #ff9f1c;
        --ftcat-orange2: #ffb347;
        --ftcat-shadow: 0 16px 40px rgba(15, 23, 42, .08);
        --ftcat-shadow2: 0 10px 24px rgba(15, 23, 42, .07);
        --ftcat-radius: 24px
    }

    .ftcat-page, .ftcat-page * {
        box-sizing: border-box
    }

    .ftcat-page {
        font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
        color: var(--ftcat-text);
        background: radial-gradient(900px 400px at 0 -10%, rgba(255, 159, 28, .12), transparent 60%), radial-gradient(900px 420px at 100% 0, rgba(37, 99, 235, .11), transparent 60%), var(--ftcat-bg);
    }

    .ftcat-wrap {
        width: min(1280px, calc(100% - 32px));
        margin: 0 auto
    }

    .ftcat-hero {
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid var(--ftcat-line);
        background: #fff
    }

    .ftcat-hero-main {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
        gap: 30px;
        align-items: center;
        padding: 38px 0
    }

    .ftcat-kicker {
        display: inline-flex;
        gap: 8px;
        align-items: center;
        padding: 9px 12px;
        border-radius: 999px;
        background: #fff7ed;
        border: 1px solid #fed7aa;
        color: #9a3412;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .06em
    }

    .ftcat-h1 {
        margin: 16px 0 0;
        font-size: clamp(34px, 5vw, 66px);
        line-height: 1;
        letter-spacing: -.06em;
        font-weight: 900
    }

    .ftcat-lead {
        margin: 16px 0 0;
        color: #475467;
        font-size: 17px;
        line-height: 1.7;
        max-width: 760px
    }

    .ftcat-hero-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 22px
    }

    .ftcat-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 46px;
        border-radius: 999px;
        padding: 0 18px;
        font-size: 14px;
        font-weight: 900;
        border: 1px solid var(--ftcat-line);
        background: #fff;
        color: #101828;
        box-shadow: var(--ftcat-shadow2)
    }

    .ftcat-btn-primary {
        background: linear-gradient(135deg, var(--ftcat-orange), var(--ftcat-orange2));
        color: #111827;
        border: 0
    }

    .ftcat-hero-art {
        position: relative;
        border-radius: 32px;
        height: 340px !important;
        overflow: hidden;
        background: #e5e7eb;
        box-shadow: var(--ftcat-shadow)
    }

    .ftcat-hero-art img {
        width: 100%;
        height: 100%;
        min-height: 340px;
        object-fit: cover;
        display: block
    }

    .ftcat-hero-art:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, .65))
    }

    .ftcat-art-label {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 18px;
        z-index: 2;
        color: #fff;
        font-weight: 900;
        font-size: 20px;
        letter-spacing: -.03em
    }

    .ftcat-chipbar {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 0 0 20px;
        scrollbar-width: thin
    }

    .ftcat-chip {
        white-space: nowrap;
        border: 1px solid var(--ftcat-line);
        background: #fff;
        border-radius: 999px;
        padding: 10px 14px;
        font-weight: 800;
        color: #344054;
        cursor: pointer
    }

    .ftcat-chip.active,
    .ftcat-chip:hover {
        background: #fff7ed;
        border-color: #fdba74;
        color: #9a3412
    }

    .ftcat-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 20px;
        align-items: start;
        padding-top: 26px
    }

    .ftcat-card,
    .ftcat-section {
        background: var(--ftcat-card);
        border: 1px solid var(--ftcat-line);
        border-radius: var(--ftcat-radius);
        box-shadow: var(--ftcat-shadow);
        overflow: hidden
    }

    .ftcat-pad {
        padding: 22px
    }

    .ftcat-head,
    .ftcat-section-head {
        padding: 22px 22px 0
    }

    .ftcat-head h2,
    .ftcat-section-head h2 {
        margin: 0;
        color: #071126;
        font-size: clamp(23px, 3vw, 34px);
        line-height: 1.1;
        letter-spacing: -.04em;
        font-weight: 900
    }

    .ftcat-head p,
    .ftcat-section-head p {
        margin: 8px 0 0;
        color: var(--ftcat-muted);
        font-size: 15px;
        line-height: 1.6
    }

    .ftcat-events {
        display: grid;
        gap: 12px;
        padding: 18px
    }

    .ftcat-event {
        display: grid;
        grid-template-columns: 126px minmax(0, 1fr) 190px;
        gap: 16px;
        align-items: center;
        padding: 18px;
        border: 1px solid var(--ftcat-line);
        border-radius: 24px;
        background: #fff;
        transition: .18s ease
    }

    .ftcat-event:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(15, 23, 42, .09);
        border-color: #fed7aa
    }

    .ftcat-date {
        display: grid;
        place-items: center;
        text-align: center;
        min-height: 84px;
        border-radius: 18px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        color: #071126;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.3;
        padding: 10px
    }

    .ftcat-event h3 {
        margin: 0;
        color: #071126;
        font-size: 19px;
        line-height: 1.32;
        font-weight: 900
    }

    .ftcat-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 13px;
        margin-top: 9px;
        color: #667085;
        font-size: 14px;
        line-height: 1.5
    }

    .ftcat-meta a,
    .ftcat-meta span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #667085
    }

    .ftcat-meta a:hover {
        color: var(--ftcat-blue2)
    }

    .ftcat-badge {
        padding: 5px 10px;
        border-radius: 999px;
        background: #fff8ed;
        border: 1px solid #fed7aa;
        color: #101828 !important;
        font-weight: 900;
        font-size: 12px
    }

    .ftcat-action {
        display: grid;
        gap: 8px;
        justify-items: end
    }

    .ftcat-ticket {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--ftcat-orange), var(--ftcat-orange2));
        color: #fff !important;
        font-weight: 900;
        box-shadow: 0 12px 26px rgba(255, 159, 28, .2)
    }

    .ftcat-action span {
        color: #475467;
        font-size: 14px
    }

    .ftcat-sidebar {
        display: grid;
        gap: 16px
    }

    .ftcat-side-title {
        margin: 0 0 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        font-weight: 900
    }

    .ftcat-list {
        display: grid;
        gap: 12px;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .ftcat-list li {
        display: flex;
        gap: 10px;
        color: #475467;
        font-size: 14px;
        line-height: 1.55
    }

    .ftcat-list i {
        color: var(--ftcat-orange);
        margin-top: 3px
    }

    .ftcat-mini-grid {
        display: grid;
        gap: 10px
    }

    .ftcat-mini {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid var(--ftcat-line);
        border-radius: 18px;
        background: #fff;
        color: #101828
    }

    .ftcat-mini img {
        width: 58px;
        height: 46px;
        object-fit: cover;
        border-radius: 12px;
        background: #eef2f7
    }

    .ftcat-mini b {
        display: block;
        font-size: 14px;
        line-height: 1.25
    }

    .ftcat-mini small {
        display: block;
        margin-top: 4px;
        color: var(--ftcat-muted);
        font-size: 12px
    }

    .ftcat-section {
        margin-top: 20px;
        padding-bottom: 20px
    }

    .ftcat-copy {
        padding: 10px 22px 22px;
        color: #344054;
        font-size: 16px;
        line-height: 1.85
    }

    .ftcat-copy p {
        margin: 0 0 13px
    }

    .ftcat-link-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        padding: 18px 22px 22px
    }

    .ftcat-link-card {
        display: block;
        border: 1px solid var(--ftcat-line);
        border-radius: 22px;
        background: #fff;
        overflow: hidden;
        box-shadow: var(--ftcat-shadow2);
        transition: .18s ease
    }

    .ftcat-link-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(15, 23, 42, .1);
        border-color: #bfdbfe
    }

    .ftcat-link-img {
        display: block;
        height: 135px;
        background: #eef2f7;
        overflow: hidden
    }

    .ftcat-link-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .ftcat-link-body {
        display: block;
        padding: 14px
    }

    .ftcat-link-body b {
        display: block;
        color: #101828;
        font-size: 15px;
        line-height: 1.28
    }

    .ftcat-link-body small {
        display: block;
        margin-top: 6px;
        color: var(--ftcat-muted);
        font-size: 12px;
        line-height: 1.45
    }

    .ftcat-link-body em {
        display: inline-flex;
        gap: 6px;
        align-items: center;
        margin-top: 10px;
        color: var(--ftcat-blue2);
        font-style: normal;
        font-weight: 900;
        font-size: 13px
    }

    .ftcat-subcat-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        padding: 18px 22px 22px
    }

    .ftcat-subcat {
        padding: 15px;
        border-radius: 18px;
        border: 1px solid var(--ftcat-line);
        background: #f8fafc
    }

    .ftcat-subcat b {
        display: block;
        color: #101828
    }

    .ftcat-subcat small {
        display: block;
        color: var(--ftcat-muted);
        margin-top: 4px
    }

    .ftcat-faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 18px 22px 22px
    }

    .ftcat-faq {
        border: 1px solid var(--ftcat-line);
        border-radius: 18px;
        background: #fff;
        overflow: hidden
    }

    .ftcat-faq summary {
        cursor: pointer;
        list-style: none;
        padding: 16px 18px;
        font-weight: 900;
        color: #101828
    }

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

    .ftcat-faq p {
        margin: 0;
        padding: 0 18px 18px;
        color: #667085;
        line-height: 1.65;
        font-size: 14px
    }

    .ftcat-empty {
        padding: 24px;
        color: #667085
    }

    .ftcat-city-hero {
        background: #fff
    }

    .ftcat-city-hero .ftcat-hero-main {
        grid-template-columns: minmax(0, 1fr) 420px
    }

    .ftcat-city-collage {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .ftcat-city-collage img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-radius: 24px;
        box-shadow: var(--ftcat-shadow2)
    }

    .ftcat-city-collage img:first-child {
        grid-row: span 2;
        height: 352px
    }

    .ftcat-load {
        display: block;
        width: calc(100% - 36px);
        margin: 0 18px 18px;
        min-height: 48px;
        border: 1px dashed #cbd5e1;
        border-radius: 16px;
        background: #fff;
        font-weight: 900;
        cursor: pointer
    }

    .ftcat-benefits {
        margin-top: 24px;
        background: #0b1733;
        color: #fff;
        padding: 32px 0
    }

    .ftcat-benefit-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px
    }

    .ftcat-benefit {
        border: 1px solid rgba(255, 255, 255, .12);
        background: rgba(255, 255, 255, .06);
        border-radius: 20px;
        padding: 18px
    }

    .ftcat-benefit i {
        color: var(--ftcat-orange);
        font-size: 22px
    }

    .ftcat-benefit h3 {
        margin: 12px 0 6px;
        font-size: 16px
    }

    .ftcat-benefit p {
        margin: 0;
        color: rgba(255, 255, 255, .78);
        font-size: 14px;
        line-height: 1.55
    }

    @media(max-width:1080px) {

        .ftcat-layout,
        .ftcat-hero-main,
        .ftcat-city-hero .ftcat-hero-main {
            grid-template-columns: 1fr
        }

        .ftcat-link-grid {
            grid-template-columns: repeat(3, 1fr)
        }

        .ftcat-event {
            grid-template-columns: 110px minmax(0, 1fr)
        }
    }

    @media(max-width:760px) {
        .ftcat-wrap {
            width: min(100% - 24px, 1280px)
        }

        .ftcat-h1 {
            font-size: 36px
        }

        .ftcat-hero-main {
            padding: 26px 0
        }

        .ftcat-event {
            grid-template-columns: 1fr;
            padding: 16px
        }

        .ftcat-date {
            width: max-content;
            min-height: 0;
            padding: 10px 14px
        }

        .ftcat-action {
            justify-items: stretch
        }

        .ftcat-ticket {
            width: 100%
        }

        .ftcat-link-grid,
        .ftcat-subcat-grid,
        .ftcat-faq-grid,
        .ftcat-benefit-grid {
            grid-template-columns: 1fr
        }

        .ftcat-city-collage {
            grid-template-columns: 1fr
        }

        .ftcat-city-collage img,
        .ftcat-city-collage img:first-child {
            height: 220px
        }

        .ftcat-hero-art,
        .ftcat-hero-art img {
            min-height: 260px
        }
    }

/* ===== cities_copy/templates/banner.php :: block 1 ===== */
/* ====== CITY HERO (matches Tampa design) ====== */
    .city-hero-wrapper { margin-bottom: 22px; }

    .city-hero {
        border-radius: 0 0 34px 34px;
        padding: 40px 40px 32px;
        color: #ffffff;
        box-shadow: 0 22px 40px rgba(15, 23, 42, 0.35);
    }

    /* NEW: two-column layout (left text + right image) */
    .city-hero-grid{
        display:grid;
        grid-template-columns: 1.2fr .8fr;
        gap:24px;
        align-items:stretch;
    }

    .city-hero-left{ min-width:0; }

    .city-hero-right{
        border-radius:18px;
        overflow:hidden;
        background:rgba(255,255,255,0.12);
        box-shadow:0 10px 30px rgba(0,0,0,0.15);
        min-height:260px;
        position:relative;
    }

    .city-hero-right img{
        width:100%;
        height:100%;
        display:block;
        object-fit:cover;
    }

    /* subtle overlay (optional) */
    .city-hero-right:after{
        content:'';
        position:absolute;
        inset:0;
        background:linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.22));
        pointer-events:none;
    }

    .city-hero h1 {
        margin: 0 0 10px;
        font-size: 42px;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #0b2a59 !important;
    }

    .city-hero-subline {
        margin: 0 0 12px;
        font-size: 16px;
        font-weight: 500;
        color: #111827;
    }

    .city-hero-desc {
        margin: 0 0 22px;
        font-size: 15px;
        max-width: 880px;
        line-height: 1.5;
        color: #111827;
    }

    /* pill rows */
    .hero-pills-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .hero-pills-row + .hero-pills-row { margin-top: 12px; }

    .hero-pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 18px;
        border-radius: 999px;
        background: #ffffff;
        color: #0f172a;
        font-size: 13px;
        font-weight: 500;
        border: none;
        text-decoration: none;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.25);
        white-space: nowrap;
    }
    .hero-pill:hover { background: #ffd199; color: #000; }

    .hero-pill--ghost {
        background: rgba(255, 255, 255, 0.06);
        color: #f9fafb;
        box-shadow: 0 0 0 transparent;
        border: 1px solid rgba(255, 255, 255, 0.25);
    }

    .hero-pill-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.06);
        font-size: 11px;
    }
    .hero-pill--ghost .hero-pill-icon { background: rgba(15, 23, 42, 0.3); }

    .hero-pill--active { background: #ffffff; color: #0f172a; }

    /* responsive */
    @media (max-width: 1000px) {
        .city-hero-grid{
            grid-template-columns: 1fr;
        }
        .city-hero-right{
            min-height:220px;
        }
    }

    @media (max-width: 900px) {
        .city-hero { padding: 28px 18px 22px; border-radius: 0 0 26px 26px; }
        .city-hero h1 { font-size: 32px; }
        .city-hero-desc { font-size: 14px; }
    }

    @media (max-width: 600px) {
        .hero-pill, .hero-pill--ghost { width: 100%; justify-content: center; }
    }

/* ===== cities_copy/templates/notfound.php :: block 1 ===== */
body.ft-city-notfound .container{
        max-width: 900px;
        margin: 60px auto !important;
        padding: 20px;
    }

    /* Message Box */
    body.ft-city-notfound .nf-box{
        background: #fff;
        padding: 40px 35px;
        border-radius: 14px;
        box-shadow: 0 6px 22px rgba(0,0,0,0.08);
        text-align: center;
        border-left: 6px solid #ff4d4d;
        margin-bottom: 60px;
    }
    body.ft-city-notfound .nf-box h1{
        margin: 0 0 12px;
        font-size: 32px;
        font-weight: 700;
        color: #222;
    }
    body.ft-city-notfound .nf-box p{
        margin: 0;
        font-size: 18px;
        color: #555;
    }

    /* Top Cities section */
    body.ft-city-notfound h2.sec-title{
        font-size: 26px;
        font-weight: 700;
        color: #222;
        margin-bottom: 25px;
    }

    body.ft-city-notfound .city-list{
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    body.ft-city-notfound .city-pill{
        background: #fff;
        padding: 12px 22px;
        border-radius: 40px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        color: #222;
        text-decoration: none;
        box-shadow: 0 3px 14px rgba(0,0,0,0.06);
        border: 1px solid #e5e7eb;
        transition: 0.2s ease;
        white-space: nowrap;
    }
    body.ft-city-notfound .city-pill:hover{
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    }

    body.ft-city-notfound .city-pill i{
        font-size: 18px;
        color: #333;
    }

/* ===== performers_copy/selected-performer.php :: block 1 ===== */
body.ft-performer-notfound{
                font-family: "Plus Jakarta Sans", system-ui, sans-serif;
                display: grid;
                place-items: center;
                min-height: 100vh;
                margin: 0;
                background: #f7f9fd;
                color: #101828;
                text-align: center;
                padding: 20px
            }

            body.ft-performer-notfound .nf-icon{
                font-size: 48px;
                color: #ff9700;
                margin-bottom: 16px
            }

            body.ft-performer-notfound h1{
                font-size: 32px;
                margin: 0 0 12px;
                letter-spacing: -.03em
            }

            body.ft-performer-notfound p{
                color: #667085;
                font-size: 16px;
                margin: 0 0 24px
            }

            body.ft-performer-notfound a{
                display: inline-flex;
                align-items: center;
                gap: 8px;
                padding: 12px 24px;
                border-radius: 999px;
                background: #073076;
                color: #fff;
                text-decoration: none;
                font-weight: 700
            }

/* ===== performers_copy/selected-performer.php :: block 2 ===== */
body.ft-performer-detail{
            --ft-blue: #073076;
            --ft-blue2: #1554c8;
            --ft-orange: #ff9700;
            --ft-text: #101828;
            --ft-muted: #667085;
            --ft-line: #e6ecf7;
            --ft-bg: #f7f9fd;
            --ft-card: #ffffff;
            --ft-soft: #f4f7fc;
            --ft-shadow: 0 12px 30px rgba(16, 24, 40, .07);
            --ft-shadow2: 0 18px 44px rgba(16, 24, 40, .10);
            --ft-radius: 26px;
        }

        body.ft-performer-detail *{
            box-sizing: border-box;
        }

        body.ft-performer-detail{
            scroll-behavior: smooth;
        }

        body.ft-performer-detail{
            margin: 0;
            color: var(--ft-text);
            background:
                radial-gradient(900px 360px at 6% -4%, rgba(255, 151, 0, .10), transparent 60%),
                radial-gradient(900px 360px at 100% 0%, rgba(21, 84, 200, .10), transparent 60%),
                var(--ft-bg);
            font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
            font-weight: 500;
        }

        body.ft-performer-detail, body.ft-performer-detail button, body.ft-performer-detail input, body.ft-performer-detail select, body.ft-performer-detail textarea{
            font-family: inherit;
        }

        body.ft-performer-detail a{
            color: inherit;
            text-decoration: none;
        }

        body.ft-performer-detail .ft-perf-page a.ft-text-link, body.ft-performer-detail .ft-about a, body.ft-performer-detail .ft-table a, body.ft-performer-detail .ft-faq-body a{
            color: #071126;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        body.ft-performer-detail .ft-wrap{
            width: min(1240px, calc(100% - 32px));
            margin: 0 auto;
        }

        body.ft-performer-detail .ft-hero{
            border-radius: 0 !important;
            padding: 34px 0;
            background: linear-gradient(135deg, rgb(255 255 255 / 96%), rgb(255 238 209 / 82%), rgb(170 207 255 / 94%)) !important;
            border-bottom: 1px solid var(--ft-line);
        }

        body.ft-performer-detail .ft-hero-grid{
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
            gap: 26px;
            align-items: center;
        }

        body.ft-performer-detail .ft-kicker{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 12px;
            border: 1px solid var(--ft-line);
            border-radius: 999px;
            background: #fff;
            color: var(--ft-blue);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

        body.ft-performer-detail .ft-hero h1{
            margin: 16px 0 0;
            max-width: 820px;
            color: #071126;
            font-size: clamp(34px, 5vw, 64px);
            line-height: 1;
            letter-spacing: -.055em;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-hero-p{
            max-width: 760px;
            margin: 16px 0 0;
            color: #475467;
            font-size: 17px;
            line-height: 1.72;
            font-weight: 500;
        }

        body.ft-performer-detail .ft-hero-setlist-badge{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            font-weight: 600;
            color: var(--ft-blue2);
            background: rgba(59, 130, 246, .1);
            padding: 8px 16px;
            border-radius: 100px;
            margin-top: 14px;
        }

        body.ft-performer-detail .ft-hero-setlist-badge i{
            font-size: 14px;
        }

        body.ft-performer-detail .ft-hero-actions{
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 22px;
        }

        body.ft-performer-detail .ft-btn, body.ft-performer-detail .ft-event-btn{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border: 0;
            cursor: pointer;
            border-radius: 999px;
            color: #fff;
            background: linear-gradient(135deg, var(--ft-orange), #ffb13b);
            min-height: 44px;
            padding: 0 16px;
            font-size: 14px;
            font-weight: 700;
            box-shadow: 0 12px 28px rgba(255, 151, 0, .20);
        }

        body.ft-performer-detail .ft-btn-blue{
            background: linear-gradient(135deg, var(--ft-blue), var(--ft-blue2));
            box-shadow: 0 12px 28px rgba(21, 84, 200, .18);
        }

        body.ft-performer-detail .ft-hero-media{
            border-radius: 30px;
            overflow: hidden;
            position: relative;
        }

        body.ft-performer-detail .ft-hero-media img{
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }

        body.ft-performer-detail .ft-hero-fallback{
            min-height: 390px;
            display: grid;
            place-items: center;
            color: #fff;
            background: linear-gradient(135deg, var(--ft-blue), var(--ft-blue2), var(--ft-orange));
            font-size: 72px;
            font-weight: 700;
            letter-spacing: -.08em;
        }

        body.ft-performer-detail .ft-main{
            padding: 30px 0 44px;
        }

        body.ft-performer-detail .ft-layout{
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 20px;
            align-items: start;
        }

        body.ft-performer-detail .ft-card{
            border: 1px solid var(--ft-line);
            border-radius: var(--ft-radius);
            background: #fff;
            box-shadow: var(--ft-shadow);
            overflow: hidden;
        }

        body.ft-performer-detail .ft-pad{
            padding: 24px;
        }

        body.ft-performer-detail .ft-section{
            margin-top: 22px;
        }

        body.ft-performer-detail .ft-head{
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 16px;
        }

        body.ft-performer-detail .ft-head h2, body.ft-performer-detail .ft-card-title{
            margin: 0;
            color: #071126;
            font-size: clamp(23px, 3vw, 34px);
            line-height: 1.1;
            letter-spacing: -.04em;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-card-sub, body.ft-performer-detail .ft-head p{
            margin: 7px 0 0;
            color: var(--ft-muted);
            font-size: 15px;
            line-height: 1.65;
            font-weight: 500;
        }

        body.ft-performer-detail .ft-event-list{
            display: grid;
            gap: 12px;
        }

        body.ft-performer-detail .ft-event{
            display: grid;
            grid-template-columns: 120px minmax(0, 1fr) 190px;
            gap: 16px;
            align-items: center;
            padding: 18px;
            border: 1px solid var(--ft-line);
            border-radius: 22px;
            background: #fff;
            transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
        }

        body.ft-performer-detail .ft-event:hover{
            transform: translateY(-2px);
            border-color: rgba(255, 151, 0, .36);
            box-shadow: 0 16px 34px rgba(16, 24, 40, .09);
        }

        body.ft-performer-detail .ft-event-date{
            min-height: 70px;
            border-radius: 18px;
            background: #f7f9fd;
            border: 1px solid var(--ft-line);
            display: grid;
            place-items: center;
            color: #071126;
            text-align: center;
            font-weight: 700;
            font-size: 14px;
            line-height: 1.35;
            padding: 10px;
        }

        body.ft-performer-detail .ft-event-title{
            color: #101828;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.35;
        }

        body.ft-performer-detail .ft-event-meta{
            display: flex;
            flex-wrap: wrap;
            gap: 8px 12px;
            margin-top: 7px;
            color: #667085;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 500;
        }

        body.ft-performer-detail .ft-event-meta a{
            color: #667085;
            font-weight: 500;
        }

        body.ft-performer-detail .ft-event-meta a:hover{
            color: var(--ft-blue2);
        }

        body.ft-performer-detail .ft-badge{
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 10px;
            border-radius: 999px;
            background: #fff8ed !important;
            border: 1px solid #ffd29b;
            color: #101828 !important;
            font-size: 12px;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-event-side{
            display: grid;
            gap: 8px;
            justify-items: end;
        }

        body.ft-performer-detail .ft-price{
            color: #667085;
            font-size: 14px;
            font-weight: 500;
        }

        body.ft-performer-detail .ft-load{
            width: 100%;
            margin-top: 14px;
            background: linear-gradient(135deg, var(--ft-blue), var(--ft-blue2));
            min-height: 48px;
        }

        body.ft-performer-detail .ft-side-card{
            padding: 20px;
        }

        body.ft-performer-detail .ft-side-title{
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0 0 12px;
            color: #071126;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: -.02em;
        }

        body.ft-performer-detail .ft-side-title i{
            color: var(--ft-orange);
        }

        body.ft-performer-detail .ft-safe-list{
            display: grid;
            gap: 10px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        body.ft-performer-detail .ft-safe-list li{
            display: flex;
            gap: 10px;
            color: #475467;
            font-size: 14px;
            line-height: 1.55;
            font-weight: 500;
        }

        body.ft-performer-detail .ft-safe-list i{
            color: var(--ft-blue2);
            margin-top: 3px;
        }

        body.ft-performer-detail .ft-chip-grid{
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
        }

        body.ft-performer-detail .ft-chip{
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 9px 12px;
            border-radius: 999px;
            background: #f7f9fd;
            border: 1px solid var(--ft-line);
            color: #24314a;
            font-size: 13px;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-chip:hover{
            background: #ffd29b;
        }

        body.ft-performer-detail .ft-about{
            color: #344054;
            font-size: 16px;
            line-height: 1.85;
        }

        body.ft-performer-detail .ft-about h2{
            margin: 0 0 12px;
            color: #071126;
            font-size: clamp(26px, 3vw, 38px);
            line-height: 1.12;
            letter-spacing: -.04em;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-about p{
            margin: 0 0 13px;
        }

        body.ft-performer-detail .ft-faq-grid{
            display: grid;
            grid-template-columns: 1fr;
            gap: 14px;
        }

        body.ft-performer-detail .ft-faq{
            border: 1px solid var(--ft-line);
            border-radius: 18px;
            background: #fff;
            overflow: hidden;
            transition: border-color .2s;
        }

        body.ft-performer-detail .ft-faq:hover{
            border-color: var(--ft-blue2);
        }

        body.ft-performer-detail .ft-faq summary{
            padding: 18px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            font-weight: 700;
            font-size: 16px;
            color: #101828;
            list-style: none;
            user-select: none;
        }

        body.ft-performer-detail .ft-faq summary::-webkit-details-marker{
            display: none;
        }

        body.ft-performer-detail .ft-faq summary::after{
            content: "";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 12px;
            color: var(--ft-muted);
            transition: transform .3s ease;
        }

        body.ft-performer-detail .ft-faq[open] summary::after{
            transform: rotate(180deg);
            color: var(--ft-blue2);
        }

        body.ft-performer-detail .ft-faq-body{
            padding: 0 20px 20px;
            color: #475467;
            font-size: 15px;
            line-height: 1.7;
        }

        body.ft-performer-detail .ft-sim-grid{
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 14px;
        }

        body.ft-performer-detail .ft-sim-card{
            display: block;
            border: 1px solid var(--ft-line);
            border-radius: 22px;
            padding: 14px;
            background: #fff;
            overflow: hidden;
            box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
            transition: transform .18s ease, box-shadow .18s ease;
        }

        body.ft-performer-detail .ft-sim-card:hover{
            transform: translateY(-2px);
            box-shadow: 0 16px 34px rgba(16, 24, 40, .10);
        }

        body.ft-performer-detail .ft-sim-img{
            height: 150px;
            background: linear-gradient(135deg, var(--ft-blue), var(--ft-blue2), var(--ft-orange));
            display: grid;
            place-items: center;
            color: #fff;
            font-size: 34px;
            font-weight: 700;
            letter-spacing: -.06em;
            overflow: hidden;
        }

        body.ft-performer-detail .ft-sim-img img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            background: #e9eef8;
        }

        body.ft-performer-detail .ft-sim-body{
            padding: 13px;
        }

        body.ft-performer-detail .ft-sim-body strong{
            display: block;
            color: #101828;
            font-size: 15px;
            line-height: 1.25;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-sim-body span{
            display: block;
            margin-top: 5px;
            color: var(--ft-muted);
            font-size: 12px;
            line-height: 1.45;
            font-weight: 500;
        }

        body.ft-performer-detail .ft-noevent-related{
            margin-top: 26px;
            padding-top: 22px;
            border-top: 1px solid var(--ft-line);
            text-align: left;
        }

        body.ft-performer-detail .ft-noevent-related h3{
            margin: 0 0 6px;
            font-size: 22px;
            letter-spacing: -.03em;
            color: #101828;
        }

        body.ft-performer-detail .ft-noevent-related p{
            margin: 0 0 16px;
            color: var(--ft-muted);
            line-height: 1.6;
        }

        body.ft-performer-detail .ft-sim-grid-small{
            grid-template-columns: repeat(5, minmax(0, 1fr));
        }

        body.ft-performer-detail .ft-table-wrap{
            overflow-x: auto;
            border: 1px solid var(--ft-line);
            border-radius: 20px;
        }

        body.ft-performer-detail .ft-table{
            width: 100%;
            border-collapse: collapse;
            min-width: 760px;
        }

        body.ft-performer-detail .ft-table th{
            padding: 14px 15px;
            background: #f7f9fd;
            color: #475467;
            font-size: 12px;
            letter-spacing: .06em;
            text-transform: uppercase;
            text-align: left;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-table td{
            padding: 14px 15px;
            border-top: 1px solid var(--ft-line);
            color: #344054;
            font-size: 14px;
            font-weight: 500;
            vertical-align: top;
        }

        /* Social Share */
        body.ft-performer-detail .ft-social-grid{
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 12px;
        }

        body.ft-performer-detail .ft-social-link{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 12px;
            font-size: 18px;
            color: #fff;
            transition: transform .2s ease, box-shadow .2s ease;
        }

        body.ft-performer-detail .ft-social-link:hover{
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
        }

        /* Spotify */
        body.ft-performer-detail .ft-spotify-wrap{
            margin-top: 14px;
            border-radius: 16px;
            overflow: hidden;
        }

        body.ft-performer-detail .ft-spotify-wrap iframe{
            width: 100%;
            height: 352px;
            border: 0;
        }

        /* More About (FAQ + image rows) */
        body.ft-performer-detail .ft-moreabout-grid{
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        body.ft-performer-detail .ft-moreabout-row{
            display: flex;
            gap: 24px;
            align-items: center;
            border-bottom: 1px solid var(--ft-line);
            padding-bottom: 24px;
        }

        /* 1st, 3rd, 5th image LEFT */
        body.ft-performer-detail .ft-moreabout-row:nth-child(odd){
            flex-direction: row-reverse;
        }

        /* 2nd, 4th image RIGHT */
        body.ft-performer-detail .ft-moreabout-row:nth-child(even){
            flex-direction: row;
        }

        body.ft-performer-detail .ft-moreabout-row:last-child{
            border-bottom: none;
            padding-bottom: 0;
        }

        body.ft-performer-detail .ft-moreabout-text{
            flex: 3;
            min-width: 0;
        }

        body.ft-performer-detail .ft-moreabout-text .ft-faq{
            border: none;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            padding: 0;
        }

        body.ft-performer-detail .ft-moreabout-text .ft-faq summary{
            padding: 0 0 8px;
            font-size: 16px;
            font-weight: 700;
            color: var(--ft-text);
        }

        body.ft-performer-detail .ft-moreabout-text .ft-faq[open] summary{
            padding-bottom: 8px;
            border-bottom: 2px solid var(--ft-orange);
        }

        body.ft-performer-detail .ft-moreabout-text .ft-faq-body{
            padding: 10px 0 0;
            font-size: 14px;
            line-height: 1.7;
            color: var(--ft-muted);
        }

        body.ft-performer-detail .ft-moreabout-text .ft-faq-body a{
            color: var(--ft-blue2);
            text-decoration: underline;
        }

        body.ft-performer-detail .ft-moreabout-img-col{
            flex: 1.2;
            min-width: 120px;
            max-width: 220px;
            position: relative;
            border-radius: 16px;
            overflow: hidden;
        }

        body.ft-performer-detail .ft-moreabout-img-col img{
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
            border-radius: 16px;
        }

        body.ft-performer-detail .ft-moreabout-fallback{
            width: 100%;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
        }

        body.ft-performer-detail .ft-moreabout-fallback i{
            font-size: 40px;
            color: rgba(255, 255, 255, .7);
        }

        body.ft-performer-detail .ft-footer-setlist{
            text-align: center;
            font-size: 13px;
            color: var(--ft-muted);
            padding: 16px 20px;
            background: var(--ft-card);
            border: 1px solid var(--ft-line);
            border-radius: 18px;
            margin-top: 20px;
        }

        body.ft-performer-detail .ft-footer-setlist i{
            color: var(--ft-blue);
            margin-right: 4px;
        }

        body.ft-performer-detail .ft-footer-setlist strong{
            color: var(--ft-text);
        }

        /* Setlist Section */
        body.ft-performer-detail .ft-setlist-wrap{
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        body.ft-performer-detail .ft-setlist-card{
            border: 1px solid var(--ft-line);
            border-radius: 18px;
            background: var(--ft-card);
            overflow: hidden;
        }

        body.ft-performer-detail .ft-setlist-card[open]{
            box-shadow: var(--ft-shadow);
        }

        body.ft-performer-detail .ft-setlist-head{
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            padding: 16px 20px;
            background: var(--ft-soft);
            cursor: pointer;
            list-style: none;
            user-select: none;
        }

        body.ft-performer-detail .ft-setlist-head::-webkit-details-marker{
            display: none;
        }

        body.ft-performer-detail .ft-setlist-head:hover{
            background: var(--ft-line);
        }

        body.ft-performer-detail .ft-setlist-meta{
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            font-size: 13px;
            color: var(--ft-muted);
        }

        body.ft-performer-detail .ft-setlist-meta i{
            margin-right: 4px;
            color: var(--ft-blue);
        }

        body.ft-performer-detail .ft-setlist-date{
            white-space: nowrap;
        }

        body.ft-performer-detail .ft-setlist-count{
            white-space: nowrap;
        }

        body.ft-performer-detail .ft-setlist-chev{
            flex-shrink: 0;
            color: var(--ft-muted);
            transition: transform .2s;
        }

        body.ft-performer-detail .ft-setlist-card[open] .ft-setlist-chev{
            transform: rotate(180deg);
        }

        body.ft-performer-detail .ft-setlist-songs{
            padding: 14px 20px;
            column-count: 2;
            column-gap: 24px;
            border-top: 1px solid var(--ft-line);
        }

        body.ft-performer-detail .ft-setlist-set-label{
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .08em;
            color: var(--ft-muted);
            padding: 6px 0 4px;
            break-inside: avoid;
        }

        body.ft-performer-detail .ft-setlist-set-label:first-child{
            padding-top: 0;
        }

        body.ft-performer-detail .ft-setlist-song{
            font-size: 14px;
            padding: 4px 0 4px 18px;
            position: relative;
            break-inside: avoid;
        }

        body.ft-performer-detail .ft-setlist-song::before{
            content: "";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 4px;
            font-size: 10px;
            color: var(--ft-blue);
        }

        @media (max-width: 600px){
            body.ft-performer-detail .ft-setlist-songs{
                column-count: 1;
            }

            body.ft-performer-detail .ft-setlist-head{
                flex-direction: column;
                align-items: flex-start;
            }
        }

        /* YouTube Section */
        body.ft-performer-detail .ft-yt-grid{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        body.ft-performer-detail .ft-yt-item{
            border-radius: 18px;
            overflow: hidden;
            border: 1px solid var(--ft-line);
            background: #000;
        }

        body.ft-performer-detail .ft-yt-item iframe{
            width: 100%;
            aspect-ratio: 16 / 9;
            display: block;
            border: 0;
        }

        body.ft-performer-detail .ft-yt-fallback{
            background: transparent;
            border: none;
        }

        body.ft-performer-detail .ft-yt-fallback-bg{
            width: 100%;
            aspect-ratio: 16 / 9;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        body.ft-performer-detail .ft-yt-fallback-text{
            text-align: center;
            padding: 10px;
            font-size: 13px;
            color: var(--ft-muted);
        }

        body.ft-performer-detail .ft-yt-grid{
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        body.ft-performer-detail .ft-yt-item{
            border-radius: 18px;
            overflow: hidden;
            border: 1px solid var(--ft-line);
            background: #000;
        }

        body.ft-performer-detail .ft-yt-item iframe{
            width: 100%;
            height: 220px;
            border: 0;
            display: block;
        }

        body.ft-performer-detail .ft-yt-open{
            display: block;
            padding: 9px 12px;
            background: #ffffff;
            color: #0f172a;
            font-size: 12px;
            font-weight: 800;
            text-align: center;
            text-decoration: none;
            border-top: 1px solid var(--ft-line);
        }

        body.ft-performer-detail .ft-yt-open:hover{
            color: var(--ft-orange);
        }

        /* Trust Grid */
        body.ft-performer-detail .ft-trust-grid{
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 14px;
        }

        body.ft-performer-detail .ft-trust-item{
            display: block;
            padding: 16px;
            border-radius: 22px;
            background: #fff;
            border: 1px solid var(--ft-line);
            box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
        }

        body.ft-performer-detail .ft-trust-item i{
            color: var(--ft-orange);
            font-size: 23px;
            margin-bottom: 14px;
        }

        body.ft-performer-detail .ft-trust-item h3{
            margin: 0 0 8px;
            color: #101828;
            font-size: 15px;
            line-height: 1.3;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-trust-item p{
            margin: 0;
            color: var(--ft-muted);
            font-size: 13px;
            line-height: 1.55;
            font-weight: 500;
        }

        /* Bummer */
        body.ft-performer-detail .ft-bummer-card{
            background:
                radial-gradient(700px 240px at 10% 0%, rgba(255, 151, 0, .10), transparent 65%),
                radial-gradient(700px 240px at 100% 0%, rgba(21, 84, 200, .10), transparent 65%),
                #fff;
        }

        body.ft-performer-detail .ft-bummer{
            max-width: 840px;
        }

        body.ft-performer-detail .ft-bummer-icon{
            width: 54px;
            height: 54px;
            display: grid;
            place-items: center;
            border-radius: 18px;
            color: var(--ft-orange);
            background: #fff7eb;
            border: 1px solid rgba(255, 151, 0, .22);
            font-size: 22px;
            margin-bottom: 16px;
        }

        body.ft-performer-detail .ft-bummer h2{
            margin: 0;
            color: #071126;
            font-size: clamp(28px, 4vw, 44px);
            line-height: 1.08;
            letter-spacing: -.045em;
            font-weight: 700;
        }

        body.ft-performer-detail .ft-bummer p{
            max-width: 760px;
            margin: 12px 0 0;
            color: #667085;
            font-size: 16px;
            line-height: 1.75;
            font-weight: 500;
        }

        @media (max-width: 1050px){

            body.ft-performer-detail .ft-hero-grid, body.ft-performer-detail .ft-layout{
                grid-template-columns: 1fr;
            }

            body.ft-performer-detail .ft-hero-media, body.ft-performer-detail .ft-hero-media img, body.ft-performer-detail .ft-hero-fallback{
                min-height: 330px;
            }

            body.ft-performer-detail .ft-sim-grid{
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            body.ft-performer-detail .ft-trust-grid{
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            body.ft-performer-detail .ft-yt-grid{
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 700px){
            body.ft-performer-detail .ft-wrap{
                width: min(100% - 18px, 1240px);
            }

            body.ft-performer-detail .ft-hero{
                padding: 24px 0;
            }

            body.ft-performer-detail .ft-hero h1{
                font-size: 36px;
            }

            body.ft-performer-detail .ft-hero-p{
                font-size: 15px;
            }

            body.ft-performer-detail .ft-main{
                padding-top: 20px;
            }

            body.ft-performer-detail .ft-pad, body.ft-performer-detail .ft-side-card{
                padding: 17px;
            }

            body.ft-performer-detail .ft-event{
                grid-template-columns: 1fr;
                padding: 15px;
            }

            body.ft-performer-detail .ft-event-date{
                min-height: auto;
                place-items: start;
                text-align: left;
            }

            body.ft-performer-detail .ft-event-side{
                justify-items: stretch;
            }

            body.ft-performer-detail .ft-event-btn{
                width: 100%;
            }

            body.ft-performer-detail .ft-head{
                display: block;
            }

            body.ft-performer-detail .ft-sim-grid, body.ft-performer-detail .ft-trust-grid, body.ft-performer-detail .ft-yt-grid{
                grid-template-columns: 1fr;
            }

            body.ft-performer-detail .ft-moreabout-row{
                flex-direction: column-reverse;
            }

            body.ft-performer-detail .ft-moreabout-img-col{
                max-width: 100%;
            }
        }

        @media (max-width: 360px){
            body.ft-performer-detail .ft-hero h1{
                font-size: 31px;
            }

            body.ft-performer-detail .ft-btn, body.ft-performer-detail .ft-event-btn{
                width: 100%;
            }
        }

/* ===== performers_copy/selected-performer.php :: block 3 ===== */
body.ft-performer-detail .ft-client-pagination{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 20px
        }

        body.ft-performer-detail .ft-client-pagination button, body.ft-performer-detail .ft-client-pagination span{
            min-width: 44px;
            height: 42px;
            padding: 0 14px;
            border: 1px solid #e1e8f4;
            border-radius: 999px;
            background: #fff;
            color: #073076;
            font: inherit;
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

        body.ft-performer-detail .ft-client-pagination button{
            cursor: pointer
        }

        body.ft-performer-detail .ft-client-pagination button:disabled{
            opacity: .38;
            cursor: not-allowed
        }

        body.ft-performer-detail .ft-client-pagination span{
            min-width: 110px;
            color: #374151
        }

/* ===== seating-charts/index.php :: block 1 ===== */
body.fts-page{
            --fts-ink: #071a3d;
            --fts-blue: #0b4abf;
            --fts-line: #dce4ef;
            --fts-muted: #5c6c84;
            --fts-soft: #f6f8fc;
            --fts-accent: #ff6b18;
            --fts-max: 1180px
        }

        body.fts-page .fts-page{
            background: #fff;
            color: var(--fts-ink)
        }

        body.fts-page .fts-wrap{
            width: min(var(--fts-max), calc(100% - 40px));
            margin: 0 auto
        }

        body.fts-page .fts-hero{
            position: relative;
            overflow: hidden;
            background: linear-gradient(130deg, #04132f 0%, #082b6d 58%, #0b4abf 100%);
            color: #fff;
            padding: 34px 0 70px
        }

        body.fts-page .fts-hero:before{
            content: "";
            position: absolute;
            inset: auto -8% -62% 42%;
            height: 520px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(71, 151, 255, .34), transparent 68%);
            pointer-events: none
        }

        body.fts-page .fts-breadcrumbs{
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
            font-size: 13px;
            color: rgba(255, 255, 255, .66);
            margin-bottom: 30px
        }

        body.fts-page .fts-breadcrumbs a{
            color: rgba(255, 255, 255, .88);
            text-decoration: none
        }

        body.fts-page .fts-hero-grid{
            display: grid;
            grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
            gap: 64px;
            align-items: center
        }

        body.fts-page .fts-kicker{
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 15px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: #9ec5ff
        }

        body.fts-page .fts-hero h1{
            max-width: 760px;
            margin: 0;
            font-size: clamp(38px, 5.2vw, 70px);
            line-height: 1.02;
            letter-spacing: -.045em;
            color: #fff
        }

        body.fts-page .fts-hero-summary{
            max-width: 720px;
            margin: 22px 0 0;
            font-size: 18px;
            line-height: 1.65;
            color: rgba(255, 255, 255, .78)
        }

        body.fts-page .fts-hero-facts{
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            margin: 30px 0 0;
            padding: 0;
            list-style: none;
            border-top: 1px solid rgba(255, 255, 255, .16);
            border-bottom: 1px solid rgba(255, 255, 255, .16)
        }

        body.fts-page .fts-hero-facts li{
            padding: 15px 23px 15px 0;
            margin-right: 23px;
            display: flex;
            gap: 9px;
            align-items: center;
            font-size: 14px;
            color: rgba(255, 255, 255, .88);
            position: relative
        }

        body.fts-page .fts-hero-facts li:not(:last-child):after{
            content: "";
            position: absolute;
            right: 0;
            top: 13px;
            bottom: 13px;
            width: 1px;
            background: rgba(255, 255, 255, .15)
        }

        body.fts-page .fts-hero-media{
            position: relative;
            margin: 0;
            min-height: 430px
        }

        body.fts-page .fts-hero-media:before{
            content: "";
            position: absolute;
            inset: 20px -18px -18px 20px;
            border: 1px solid rgba(255, 255, 255, .2);
            border-radius: 34px
        }

        body.fts-page .fts-hero-media img{
            position: relative;
            width: 100%;
            height: 430px;
            display: block;
            object-fit: cover;
            object-position: center;
            border-radius: 30px;
            box-shadow: 0 34px 80px rgba(0, 0, 0, .34)
        }

        body.fts-page .fts-hero-media figcaption{
            position: absolute;
            left: 22px;
            right: 22px;
            bottom: 20px;
            padding: 13px 16px;
            border: 1px solid rgba(255, 255, 255, .18);
            border-radius: 14px;
            background: rgba(3, 14, 37, .72);
            backdrop-filter: blur(14px);
            font-size: 13px;
            color: rgba(255, 255, 255, .84)
        }

        body.fts-page .fts-main{
            width: min(var(--fts-max), calc(100% - 40px));
            margin: 0 auto;
            padding: 18px 0 90px
        }

        body.fts-page .fts-section{
            padding: 72px 0;
            border-bottom: 1px solid var(--fts-line)
        }

        body.fts-page .fts-section:last-child{
            border-bottom: 0
        }

        body.fts-page .fts-section-head{
            display: grid;
            grid-template-columns: minmax(0, .72fr) minmax(280px, .28fr);
            gap: 48px;
            align-items: end;
            margin-bottom: 34px
        }

        body.fts-page .fts-section-head h2{
            margin: 0;
            font-size: clamp(30px, 3.4vw, 46px);
            line-height: 1.08;
            letter-spacing: -.035em;
            color: var(--fts-ink)
        }

        body.fts-page .fts-section-head p{
            margin: 0;
            color: var(--fts-muted);
            font-size: 16px;
            line-height: 1.7
        }

        body.fts-page .fts-overview{
            display: grid;
            grid-template-columns: minmax(0, .72fr) minmax(250px, .28fr);
            gap: 60px;
            align-items: start;
            padding-top: 58px
        }

        body.fts-page .fts-overview h2{
            margin: 0 0 18px;
            font-size: clamp(30px, 3.3vw, 44px);
            line-height: 1.1;
            letter-spacing: -.035em
        }

        body.fts-page .fts-overview p{
            margin: 0;
            font-size: 18px;
            line-height: 1.8;
            color: var(--fts-muted)
        }

        body.fts-page .fts-overview dl{
            margin: 0;
            border-top: 1px solid var(--fts-line)
        }

        body.fts-page .fts-overview dl div{
            display: flex;
            justify-content: space-between;
            gap: 20px;
            padding: 15px 0;
            border-bottom: 1px solid var(--fts-line)
        }

        body.fts-page .fts-overview dt{
            color: var(--fts-muted);
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: .08em;
            font-weight: 800
        }

        body.fts-page .fts-overview dd{
            margin: 0;
            text-align: right;
            font-weight: 800;
            color: var(--fts-ink)
        }

        body.fts-page .fts-chart-layout{
            margin: 0;
            padding: 0 0 52px
        }

        body.fts-page .fts-chart-layout+.fts-chart-layout{
            padding-top: 52px;
            border-top: 1px solid var(--fts-line)
        }

        body.fts-page .fts-chart-image{
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 420px;
            padding: 28px;
            background: var(--fts-soft);
            overflow: hidden
        }

        body.fts-page .fts-chart-badge{
            position: absolute;
            top: 18px;
            left: 18px;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            min-height: 36px;
            padding: 8px 14px;
            border: 1px solid rgba(255, 255, 255, .32);
            border-radius: 999px;
            background: rgba(7, 48, 118, .94);
            box-shadow: 0 10px 28px rgba(7, 48, 118, .2);
            color: #fff;
            font-size: 13px;
            font-weight: 900;
            letter-spacing: .06em;
            line-height: 1;
            text-transform: uppercase;
            backdrop-filter: blur(8px)
        }

        body.fts-page .fts-chart-image img{
            display: block !important;
            max-width: 100%;
            width: auto;
            height: auto;
            max-height: 720px;
            object-fit: contain
        }


        body.fts-page .fts-event-list{
            border-top: 1px solid var(--fts-line)
        }

        body.fts-page .fts-event-row{
            display: grid;
            grid-template-columns: 150px minmax(0, 1fr) auto;
            gap: 28px;
            align-items: center;
            padding: 25px 0;
            border-bottom: 1px solid var(--fts-line)
        }

        body.fts-page .fts-event-date strong{
            display: block;
            font-size: 17px;
            color: var(--fts-ink)
        }

        body.fts-page .fts-event-date span{
            display: block;
            margin-top: 5px;
            color: var(--fts-muted);
            font-size: 14px
        }

        body.fts-page .fts-event-copy h3{
            margin: 0 0 8px;
            font-size: 19px;
            line-height: 1.35;
            color: var(--fts-ink)
        }

        body.fts-page .fts-event-copy p{
            margin: 0;
            color: var(--fts-muted);
            font-size: 14px
        }

        body.fts-page .fts-event-actions{
            display: flex;
            align-items: center;
            gap: 14px
        }

        body.fts-page .fts-event-actions a{
            font-weight: 800;
            text-decoration: none;
            white-space: nowrap
        }

        body.fts-page .fts-layout-link{
            color: var(--fts-blue)
        }

        body.fts-page .fts-ticket-link{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 11px 15px;
            border-radius: 10px;
            background: var(--fts-ink);
            color: #fff !important
        }

        body.fts-page .fts-venue-layout{
            max-width: 860px
        }

        body.fts-page .fts-venue-layout h2{
            margin: 0 0 18px;
            font-size: clamp(30px, 3.3vw, 44px);
            line-height: 1.1;
            letter-spacing: -.035em
        }

        body.fts-page .fts-venue-copy{
            margin: 0 0 28px;
            color: var(--fts-muted);
            font-size: 16px;
            line-height: 1.75
        }

        body.fts-page .fts-venue-details{
            margin: 0;
            border-top: 1px solid var(--fts-line)
        }

        body.fts-page .fts-venue-details div{
            display: grid;
            grid-template-columns: 150px 1fr;
            gap: 24px;
            padding: 16px 0;
            border-bottom: 1px solid var(--fts-line)
        }

        body.fts-page .fts-venue-details dt{
            color: var(--fts-muted);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase
        }

        body.fts-page .fts-venue-details dd{
            margin: 0;
            font-weight: 750;
            line-height: 1.5;
            color: var(--fts-ink)
        }

        body.fts-page .fts-text-link{
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 22px;
            color: var(--fts-blue);
            font-weight: 850;
            text-decoration: none
        }

        body.fts-page .fts-map-wrap{
            margin-top: 42px
        }

        body.fts-page .fts-map-wrap iframe{
            display: block;
            width: 100%;
            height: 500px;
            border: 0
        }

        body.fts-page .fts-map-foot{
            display: flex;
            justify-content: space-between;
            gap: 20px;
            align-items: center;
            padding-top: 15px;
            color: var(--fts-muted);
            font-size: 14px
        }

        body.fts-page .fts-map-foot a{
            color: var(--fts-blue);
            font-weight: 800;
            text-decoration: none
        }

        body.fts-page .fts-link-columns{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0 70px;
            border-top: 1px solid var(--fts-line)
        }

        body.fts-page .fts-link-row{
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 20px;
            align-items: center;
            padding: 18px 0;
            border-bottom: 1px solid var(--fts-line);
            text-decoration: none;
            color: inherit
        }

        body.fts-page .fts-link-row strong{
            display: block;
            font-size: 16px;
            color: var(--fts-ink)
        }

        body.fts-page .fts-link-row span{
            display: block;
            margin-top: 5px;
            font-size: 13px;
            color: var(--fts-muted)
        }

        body.fts-page .fts-link-row b{
            font-size: 13px;
            color: var(--fts-blue);
            white-space: nowrap
        }

        body.fts-page .fts-performer-row>img{
            width: 46px;
            height: 46px;
            object-fit: cover;
            border-radius: 50%;
            background: var(--fts-soft)
        }

        body.fts-page .fts-inline-nav{
            display: flex;
            flex-wrap: wrap;
            gap: 10px 22px;
            padding: 24px 0 0;
            margin: 0;
            list-style: none
        }

        body.fts-page .fts-inline-nav a{
            color: var(--fts-blue);
            font-weight: 800;
            text-decoration: none
        }

        body.fts-page .fts-faq{
            border-top: 1px solid var(--fts-line)
        }

        body.fts-page .fts-faq details{
            border-bottom: 1px solid var(--fts-line)
        }

        body.fts-page .fts-faq summary{
            cursor: pointer;
            list-style: none;
            padding: 21px 42px 21px 0;
            font-size: 18px;
            font-weight: 850;
            color: var(--fts-ink);
            position: relative
        }

        body.fts-page .fts-faq summary::-webkit-details-marker{
            display: none
        }

        body.fts-page .fts-faq summary:after{
            content: "+";
            position: absolute;
            right: 6px;
            top: 18px;
            font-size: 24px;
            font-weight: 400;
            color: var(--fts-blue)
        }

        body.fts-page .fts-faq details[open] summary:after{
            content: "−"
        }

        body.fts-page .fts-faq p{
            margin: 0;
            padding: 0 48px 22px 0;
            color: var(--fts-muted);
            line-height: 1.75
        }

        body.fts-page .fts-alert{
            margin: 30px 0 0;
            padding: 15px 18px;
            border-left: 4px solid #e04f32;
            background: #fff4f1;
            color: #7a2c20;
            font-weight: 700
        }

        @media (max-width:960px){

            body.fts-page .fts-hero-grid, body.fts-page .fts-overview, body.fts-page .fts-section-head, body.fts-page .fts-venue-layout{
                grid-template-columns: 1fr
            }

            body.fts-page .fts-section-head{
                gap: 16px
            }

            body.fts-page .fts-hero-media{
                min-height: 360px
            }

            body.fts-page .fts-hero-media img{
                height: 360px
            }

            body.fts-page .fts-link-columns{
                grid-template-columns: 1fr
            }

            body.fts-page .fts-event-row{
                grid-template-columns: 120px minmax(0, 1fr)
            }

            body.fts-page .fts-event-actions{
                grid-column: 2
            }

            body.fts-page .fts-map-wrap iframe{
                height: 420px
            }
        }

        @media (max-width:640px){

            body.fts-page .fts-wrap, body.fts-page .fts-main{
                width: min(100% - 24px, var(--fts-max))
            }

            body.fts-page .fts-hero{
                padding: 22px 0 48px
            }

            body.fts-page .fts-hero-grid{
                gap: 38px
            }

            body.fts-page .fts-hero h1{
                font-size: 39px
            }

            body.fts-page .fts-hero-summary{
                font-size: 16px
            }

            body.fts-page .fts-hero-media, body.fts-page .fts-hero-media img{
                min-height: 0;
                height: 320px
            }

            body.fts-page .fts-hero-facts{
                display: grid;
                grid-template-columns: 1fr 1fr
            }

            body.fts-page .fts-hero-facts li{
                margin: 0;
                padding: 12px 8px 12px 0
            }

            body.fts-page .fts-hero-facts li:after{
                display: none
            }

            body.fts-page .fts-section{
                padding: 52px 0
            }

            body.fts-page .fts-chart-image{
                min-height: 260px;
                padding: 12px
            }


            body.fts-page .fts-event-row{
                grid-template-columns: 1fr;
                gap: 12px
            }

            body.fts-page .fts-event-actions{
                grid-column: auto;
                justify-content: space-between
            }

            body.fts-page .fts-venue-details div{
                grid-template-columns: 1fr;
                gap: 6px
            }

            body.fts-page .fts-map-wrap iframe{
                height: 360px
            }

            body.fts-page .fts-map-foot{
                align-items: flex-start;
                flex-direction: column
            }

            body.fts-page .fts-link-row{
                grid-template-columns: 1fr
            }

            body.fts-page .fts-performer-row{
                grid-template-columns: 46px minmax(0, 1fr)
            }

            body.fts-page .fts-performer-row b{
                grid-column: 2
            }

            body.fts-page .fts-link-row b{
                white-space: normal
            }
        }

/* ===== tickets/event.php :: block 1 ===== */
body.ft-ticket-event-page *{
            box-sizing: border-box
        }

        body.ft-ticket-event-page{
            margin: 0;
            font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
            background: #fff;
            color: #111
        }

        body.ft-ticket-event-page a{
            color: inherit;
            text-decoration: none
        }

        /* Banner */
        body.ft-ticket-event-page .ft-banner{
            background: #0b0b0b;
            color: #fff;
            padding: 16px 0
        }

        body.ft-ticket-event-page .ft-banner-inner{
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 18px;
            display: flex;
            gap: 18px;
            align-items: center
        }

        body.ft-ticket-event-page .ft-banner-img img{
            width: 180px;
            height: 180px;
            border-radius: 12px;
            object-fit: contain;
            background: #222
        }

        body.ft-ticket-event-page .ft-title{
            margin: 0;
            font-size: 28px;
            font-weight: 800;
            line-height: 1.2
        }

        body.ft-ticket-event-page .ft-meta{
            margin-top: 8px;
            opacity: .92
        }

        body.ft-ticket-event-page .ft-venue{
            margin-top: 6px;
            display: inline-block
        }

        /* ✅ REQUIRED widget wrappers (this is the fix) */
        body.ft-ticket-event-page #ticketsWrap{
            display: block;
            width: 100%;
            margin: 0 !important;
            background: #fff
        }

        body.ft-ticket-event-page #ticketsTopContent{
            height: 0
        }

        body.ft-ticket-event-page #ticketsContainer{
            min-height: 700px;
            display: block;
            position: relative
        }

        /* keep tn-maps visible */
        body.ft-ticket-event-page #tn-maps{
            min-height: 700px;
            display: block;
            visibility: visible
        }

        /* About */
        body.ft-ticket-event-page .ft-container{
            max-width: 1200px;
            margin: 0 auto;
            padding: 18px
        }

        body.ft-ticket-event-page .ft-about{
            padding: 18px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee
        }

        body.ft-ticket-event-page .ft-about-grid{
            display: grid;
            grid-template-columns: 1.25fr 1fr;
            gap: 18px
        }

        body.ft-ticket-event-page .ft-about h2{
            margin: 0 0 10px;
            font-size: 22px
        }

        body.ft-ticket-event-page .ft-about p{
            margin: 0 0 14px;
            line-height: 1.75;
            color: #222
        }

        body.ft-ticket-event-page .ft-about-bullets>div{
            margin: 6px 0;
            color: #333
        }

        body.ft-ticket-event-page .ft-map{
            width: 100%;
            height: 260px;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #eee;
            background: #f5f5f5
        }

        body.ft-ticket-event-page .ft-map iframe{
            width: 100%;
            height: 100%;
            border: 0
        }

        body.ft-ticket-event-page .ft-map-empty{
            padding: 14px;
            border: 1px dashed #ccc;
            border-radius: 12px;
            background: #fafafa
        }

        body.ft-ticket-event-page .ft-btn{
            display: inline-block;
            margin-top: 12px;
            padding: 12px 14px;
            border-radius: 12px;
            background: #111;
            color: #fff;
            font-weight: 800
        }

        /* FAQs */
        body.ft-ticket-event-page .ft-faqs{
            padding: 18px 0 44px
        }

        body.ft-ticket-event-page .ft-faqs h2{
            margin: 0 0 12px;
            font-size: 22px
        }

        body.ft-ticket-event-page .ft-accordion{
            display: grid;
            gap: 10px
        }

        body.ft-ticket-event-page .ft-faq{
            border: 1px solid #eee;
            border-radius: 12px;
            padding: 10px 12px;
            background: #fff
        }

        body.ft-ticket-event-page .ft-faq summary{
            cursor: pointer;
            font-weight: 800
        }

        body.ft-ticket-event-page .ft-faq-body{
            padding-top: 10px;
            line-height: 1.7;
            color: #333
        }

        @media (max-width:900px){
            body.ft-ticket-event-page .ft-banner-inner{
                align-items: flex-start
            }

            body.ft-ticket-event-page .ft-about-grid{
                grid-template-columns: 1fr
            }

            body.ft-ticket-event-page .ft-banner-img img{
                width: 140px;
                height: 140px
            }
        }

/* ===== tickets/tickets-top.php :: block 1 ===== */
#ftTicketsTop,
    #ftTicketsTop * {
        box-sizing: border-box;
    }

    #ticketsWrap {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

    #tn-maps {
        visibility: visible;
    }

    #ftTicketsTop {
        --ft-ticket-navy: #06152f;
        --ft-ticket-blue: #0b4fb3;
        --ft-ticket-cyan: #35d4c7;
        --ft-ticket-line: rgba(255, 255, 255, .14);
        position: relative;
        overflow: hidden;
        color: #fff;
        font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        background:
            radial-gradient(circle at 12% 0%, rgba(43, 112, 219, .48), transparent 34%),
            radial-gradient(circle at 82% 20%, rgba(53, 212, 199, .20), transparent 30%),
            linear-gradient(118deg, #071a3d 0%, #051225 52%, #11132f 100%);
        border-bottom: 1px solid rgba(255, 255, 255, .09);
    }

    #ftTicketsTop::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: .22;
        background-image:
            linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
        background-size: 46px 46px;
        mask-image: linear-gradient(to bottom, #000, transparent 85%);
    }

    #ftTicketsTop .ft-ticket-shell {
        position: relative;
        z-index: 1;
        width: min(1240px, calc(100% - 40px));
        margin: 0 auto;
        padding: clamp(26px, 4vw, 54px) 0;
    }

    #ftTicketsTop .ft-ticket-breadcrumbs {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 22px;
        color: rgba(255, 255, 255, .66);
        font-size: 13px;
        font-weight: 700;
    }

    #ftTicketsTop .ft-ticket-breadcrumbs a {
        color: inherit;
        text-decoration: none;
    }

    #ftTicketsTop .ft-ticket-breadcrumbs a:hover {
        color: #fff;
    }

    #ftTicketsTop .ft-ticket-hero {
        display: grid;
        grid-template-columns: minmax(220px, 310px) minmax(0, 1fr);
        gap: clamp(28px, 5vw, 64px);
        align-items: center;
    }

    #ftTicketsTop .ft-ticket-art {
        position: relative;
        min-height: 250px;
        padding: 14px;
        border: 1px solid var(--ft-ticket-line);
        border-radius: 28px;
        background: rgba(255, 255, 255, .08);
        box-shadow: 0 26px 70px rgba(0, 0, 0, .32);
        backdrop-filter: blur(14px);
    }

    #ftTicketsTop .ft-ticket-images {
        display: grid;
        width: 100%;
        min-height: 222px;
        overflow: hidden;
        border-radius: 20px;
        background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03));
    }

    #ftTicketsTop .ft-ticket-images.is-dual {
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        background: rgba(255, 255, 255, .12);
    }

    #ftTicketsTop .ft-ticket-images img {
        width: 100%;
        height: 100%;
        min-height: 222px;
        display: block;
        object-fit: cover;
        background: #0a1a35;
    }

    #ftTicketsTop .ft-ticket-images.is-single img {
        object-fit: contain;
        padding: 12px;
    }

    #ftTicketsTop .ft-ticket-trust {
        position: absolute;
        left: 26px;
        right: 26px;
        bottom: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 40px;
        padding: 9px 13px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 999px;
        background: rgba(5, 18, 37, .78);
        color: rgba(255, 255, 255, .92);
        font-size: 12px;
        font-weight: 800;
        backdrop-filter: blur(10px);
    }

    #ftTicketsTop .ft-ticket-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin-bottom: 15px;
        color: #8ee9df;
        font-size: 12px;
        font-weight: 850;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    #ftTicketsTop .ft-ticket-title {
        max-width: 920px;
        margin: 0;
        font-size: clamp(34px, 5vw, 64px);
        line-height: 1.02;
        letter-spacing: -.045em;
        font-weight: 850;
        text-wrap: balance;
    }

    #ftTicketsTop .ft-ticket-intro {
        max-width: 720px;
        margin: 18px 0 0;
        color: rgba(255, 255, 255, .72);
        font-size: 16px;
        line-height: 1.7;
    }

    #ftTicketsTop .ft-ticket-meta {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 26px;
    }

    #ftTicketsTop .ft-ticket-meta-card {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        min-height: 78px;
        padding: 15px;
        border: 1px solid var(--ft-ticket-line);
        border-radius: 17px;
        background: rgba(255, 255, 255, .065);
    }

    #ftTicketsTop .ft-ticket-meta-card i {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        display: grid;
        place-items: center;
        border-radius: 11px;
        color: #8ee9df;
        background: rgba(53, 212, 199, .12);
    }

    #ftTicketsTop .ft-ticket-meta-card small,
    #ftTicketsTop .ft-ticket-meta-card strong {
        display: block;
    }

    #ftTicketsTop .ft-ticket-meta-card small {
        margin-bottom: 4px;
        color: rgba(255, 255, 255, .56);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    #ftTicketsTop .ft-ticket-meta-card strong {
        color: #fff;
        font-size: 14px;
        line-height: 1.45;
    }

    #ftTicketsTop .ft-ticket-actions {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 24px;
    }

    #ftTicketsTop .ft-ticket-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 50px;
        padding: 13px 20px;
        border-radius: 14px;
        color: #06152f;
        background: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 850;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
        transition: transform .18s ease, box-shadow .18s ease;
    }

    #ftTicketsTop .ft-ticket-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
    }

    #ftTicketsTop .ft-ticket-note {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, .68);
        font-size: 13px;
        font-weight: 700;
    }

    @media (max-width: 920px) {
        #ftTicketsTop .ft-ticket-hero {
            grid-template-columns: 190px minmax(0, 1fr);
            gap: 28px;
        }

        #ftTicketsTop .ft-ticket-art,
        #ftTicketsTop .ft-ticket-images,
        #ftTicketsTop .ft-ticket-images img {
            min-height: 190px;
        }

        #ftTicketsTop .ft-ticket-meta {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 680px) {
        #ftTicketsTop .ft-ticket-shell {
            width: min(100% - 28px, 1240px);
        }

        #ftTicketsTop .ft-ticket-hero {
            grid-template-columns: 1fr;
        }

        #ftTicketsTop .ft-ticket-art {
            max-width: 360px;
            min-height: 220px;
        }

        #ftTicketsTop .ft-ticket-images,
        #ftTicketsTop .ft-ticket-images img {
            min-height: 190px;
            max-height: 250px;
        }

        #ftTicketsTop .ft-ticket-title {
            font-size: clamp(32px, 10vw, 46px);
        }

        #ftTicketsTop .ft-ticket-intro {
            font-size: 15px;
        }
    }

/* ===== tickets/tickets-bottom.php :: block 1 ===== */
#ftTicketsBottom,
    #ftTicketsBottom * {
        box-sizing: border-box
    }

    #ftTicketsBottom {
        font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial
    }

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

    /* premium dark continuation */
    #ftTicketsBottom {
        color: #fff;
        background:
            radial-gradient(900px 460px at 12% 0%, rgba(59, 130, 246, .20), transparent 62%),
            radial-gradient(900px 520px at 88% 10%, rgba(34, 197, 94, .14), transparent 60%),
            linear-gradient(180deg, #050814 0%, #070b17 100%);
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    #ftTicketsBottom .wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 18px;
    }

    #ftTicketsBottom .grid {
        display: grid;
        grid-template-columns: 1.25fr 1fr;
        gap: 18px;
        align-items: start;
    }

    #ftTicketsBottom .card {
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 18px;
        box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
        overflow: hidden;
    }

    #ftTicketsBottom .pad {
        padding: 14px
    }

    #ftTicketsBottom h2 {
        margin: 0 0 10px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -.01em;
    }

    #ftTicketsBottom h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 700;
    }

    #ftTicketsBottom p {
        margin: 0 0 14px;
        line-height: 1.75;
        color: rgba(255, 255, 255, .88);
    }

    #ftTicketsBottom .bullets>div {
        margin: 8px 0;
        color: rgba(255, 255, 255, .92);
        font-weight: 800;
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    #ftTicketsBottom .bullets i {
        opacity: .95;
        margin-top: 2px
    }

    #ftTicketsBottom .map {
        width: 100%;
        height: 280px;
        background: rgba(255, 255, 255, .06);
    }

    #ftTicketsBottom .map iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block
    }

    #ftTicketsBottom .btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-top: 12px;
        padding: 12px 14px;
        border-radius: 14px;
        background: linear-gradient(135deg, rgba(59, 130, 246, 1), rgba(34, 197, 94, .95));
        font-weight: 700;
        border: 0;
    }

    #ftTicketsBottom .empty {
        padding: 14px;
        border: 1px dashed rgba(255, 255, 255, .25);
        border-radius: 18px;
        background: rgba(255, 255, 255, .06);
        color: rgba(255, 255, 255, .85);
    }

    /* FAQs */
    #ftFaqs {
        padding: 18px 0 44px
    }

    #ftFaqs h2 {
        margin: 0 0 12px;
        font-size: 22px;
        font-weight: 900
    }

    #ftFaqs .accordion {
        display: grid;
        gap: 10px
    }

    #ftFaqs details {
        border: 1px solid rgba(255, 255, 255, .12);
        background: rgba(255, 255, 255, .06);
        border-radius: 18px;
        padding: 10px 12px;
    }

    #ftFaqs summary {
        cursor: pointer;
        font-weight: 500;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        list-style: none;
    }

    #ftFaqs summary::-webkit-details-marker {
        display: none
    }

    #ftFaqs summary i {
        margin-top: 2px;
        opacity: .95
    }

    #ftFaqs .body {
        padding-top: 10px;
        line-height: 1.7;
        color: rgba(255, 255, 255, .88)
    }

    @media (max-width: 900px) {
        #ftTicketsBottom .grid {
            grid-template-columns: 1fr
        }
    }

/* ===== includes/newsletter-popup.php :: block 1 ===== */
.ft-newsletter-lock{overflow:hidden}
.ft-newsletter{--ft-pop-ink:#07152e;--ft-pop-muted:#60708b;--ft-pop-accent:#ff7b3e;--ft-pop-accent-2:#ff4668;position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:22px;background:rgba(3,12,29,.58);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;font-family:"Manrope",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ft-newsletter.is-open{opacity:1;visibility:visible}
.ft-newsletter__dialog{position:relative;width:min(620px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:30px;background:#fff;box-shadow:0 34px 100px rgba(0,12,34,.35);transform:translateY(28px) scale(.965);opacity:0;transition:transform .48s cubic-bezier(.2,.8,.2,1),opacity .35s ease}
.ft-newsletter.is-open .ft-newsletter__dialog{transform:translateY(0) scale(1);opacity:1}
.ft-newsletter__visual{position:relative;min-height:178px;overflow:hidden;padding:28px 72px 22px 30px;background:radial-gradient(circle at 12% 5%,rgba(255,255,255,.32),transparent 30%),radial-gradient(circle at 90% 92%,rgba(255,197,126,.34),transparent 32%),linear-gradient(130deg,#ff4668 0%,#ff704b 52%,#ff9a55 100%)}
.ft-newsletter__visual:before,.ft-newsletter__visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.25);border-radius:50%;pointer-events:none}
.ft-newsletter__visual:before{width:260px;height:260px;right:-110px;top:-150px}
.ft-newsletter__visual:after{width:180px;height:180px;left:-100px;bottom:-125px}
.ft-newsletter__mail-grid{position:absolute;inset:0;opacity:.34;background-image:url("data:image/svg+xml,%3Csvg width='98' height='76' viewBox='0 0 98 76' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.2' opacity='.7'%3E%3Cpath d='M14 23h27v18H14z' transform='rotate(-12 27.5 32)'/%3E%3Cpath d='m15 24 13 9 12-10'/%3E%3Cpath d='M62 12h22v15H62z' transform='rotate(15 73 19.5)'/%3E%3Cpath d='m63 13 10 7 10-8'/%3E%3Cpath d='M55 49h29v19H55z' transform='rotate(-7 69.5 58.5)'/%3E%3Cpath d='m56 50 14 9 13-10'/%3E%3C/g%3E%3C/svg%3E");background-size:118px 91px;animation:ftNewsletterDrift 18s linear infinite}
.ft-newsletter__brand{position:relative;z-index:1;display:inline-flex;align-items:center;gap:12px}
.ft-newsletter__brand img{display:block;width:auto;height:38px;filter:drop-shadow(0 5px 15px rgba(65,8,22,.18))}
.ft-newsletter__visual-copy{position:relative;z-index:1;max-width:390px;margin-top:28px;color:#fff}
.ft-newsletter__eyebrow{display:block;margin-bottom:8px;font-size:10px;font-weight:850;letter-spacing:.18em;text-transform:uppercase;opacity:.82}
.ft-newsletter__visual-copy strong{display:block;font-family:"Space Grotesk","Manrope",sans-serif;font-size:clamp(28px,5vw,42px);line-height:.98;letter-spacing:-.045em;text-wrap:balance}
.ft-newsletter__mark{position:absolute;z-index:1;right:38px;bottom:29px;width:94px;height:94px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.46);border-radius:27px;background:rgba(255,255,255,.2);box-shadow:0 17px 40px rgba(91,18,35,.18);backdrop-filter:blur(9px);transform:rotate(5deg);animation:ftNewsletterFloat 4.6s ease-in-out infinite}
.ft-newsletter__mark svg{width:53px;height:53px;filter:drop-shadow(0 8px 12px rgba(109,22,35,.18))}
.ft-newsletter__close{position:absolute;z-index:5;right:18px;top:18px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(6,21,46,.18);color:#fff;cursor:pointer;transition:transform .2s ease,background .2s ease}
.ft-newsletter__close:hover{transform:rotate(7deg);background:rgba(6,21,46,.32)}
.ft-newsletter__close:focus-visible,.ft-newsletter__input:focus-visible,.ft-newsletter__submit:focus-visible{outline:3px solid rgba(255,123,62,.35);outline-offset:3px}
.ft-newsletter__body{padding:30px clamp(24px,6vw,42px) 34px}
.ft-newsletter__body h2{margin:0;color:var(--ft-pop-ink);font-family:"Space Grotesk","Manrope",sans-serif;font-size:clamp(28px,5vw,38px);line-height:1.02;letter-spacing:-.045em}
.ft-newsletter__body>p{max-width:510px;margin:12px 0 24px;color:var(--ft-pop-muted);font-size:14px;line-height:1.7}
.ft-newsletter__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:7px;border:1px solid #dfe5ee;border-radius:17px;background:#f4f6f9;transition:border-color .2s ease,box-shadow .2s ease}
.ft-newsletter__form:focus-within{border-color:rgba(255,123,62,.56);box-shadow:0 0 0 4px rgba(255,123,62,.1)}
.ft-newsletter__field{position:relative;display:flex;align-items:center;min-width:0}
.ft-newsletter__field svg{position:absolute;left:15px;width:19px;height:19px;color:#8996aa;pointer-events:none}
.ft-newsletter__input{width:100%;min-width:0;height:50px;border:0;background:transparent;padding:0 12px 0 46px;color:var(--ft-pop-ink);font:600 14px/1 "Manrope",sans-serif;outline:0}
.ft-newsletter__input::placeholder{color:#929eaf;font-weight:500}
.ft-newsletter__submit{position:relative;min-width:132px;height:50px;overflow:hidden;border:0;border-radius:12px;padding:0 21px;background:linear-gradient(110deg,var(--ft-pop-accent-2),var(--ft-pop-accent));box-shadow:0 11px 26px rgba(255,82,91,.24);color:#fff;font:800 13px/1 "Manrope",sans-serif;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}
.ft-newsletter__submit:before{content:"";position:absolute;inset:-70% auto -70% -50%;width:38%;background:rgba(255,255,255,.28);transform:rotate(18deg);transition:left .55s ease}
.ft-newsletter__submit:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(255,82,91,.32)}
.ft-newsletter__submit:hover:before{left:120%}
.ft-newsletter__submit:disabled{cursor:wait;opacity:.7;transform:none}
.ft-newsletter__fineprint{margin:12px 2px 0!important;color:#8793a5!important;font-size:10.5px!important;line-height:1.55!important}
.ft-newsletter__fineprint a{color:#52647f;text-decoration:underline;text-underline-offset:2px}
.ft-newsletter__status{min-height:20px;margin:13px 2px 0;color:#60708b;font-size:12px;font-weight:700}
.ft-newsletter__status.is-success{color:#11715b}.ft-newsletter__status.is-error{color:#b52b42}
.ft-newsletter__hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.ft-newsletter.is-success .ft-newsletter__form{display:none}.ft-newsletter.is-success .ft-newsletter__fineprint{display:none}
@keyframes ftNewsletterDrift{to{background-position:118px 91px}}
@keyframes ftNewsletterFloat{0%,100%{transform:translateY(0) rotate(5deg)}50%{transform:translateY(-8px) rotate(1deg)}}
@media(max-width:620px){.ft-newsletter{padding:14px}.ft-newsletter__dialog{border-radius:24px}.ft-newsletter__visual{min-height:154px;padding:24px 60px 20px 22px}.ft-newsletter__brand img{height:32px}.ft-newsletter__visual-copy{margin-top:22px;max-width:290px}.ft-newsletter__mark{right:22px;bottom:20px;width:72px;height:72px;border-radius:21px}.ft-newsletter__mark svg{width:42px;height:42px}.ft-newsletter__body{padding:25px 20px 27px}.ft-newsletter__form{grid-template-columns:1fr}.ft-newsletter__submit{width:100%}}
@media(max-width:420px){.ft-newsletter__visual-copy strong{font-size:30px}.ft-newsletter__mark{opacity:.65;right:17px}.ft-newsletter__close{right:12px;top:12px}.ft-newsletter__body>p{font-size:13px}}
@media(prefers-reduced-motion:reduce){.ft-newsletter,.ft-newsletter__dialog,.ft-newsletter__mark,.ft-newsletter__mail-grid,.ft-newsletter__submit,.ft-newsletter__submit:before{animation:none!important;transition:none!important}}

/* ===== script/pages/performer.php :: block 1 ===== */
body.ft-legacy-performer-page .ft-event-card{background:#fff;border-radius:16px;padding:16px;box-shadow:var(--shadow);display:flex;gap:18px;align-items:center}
    body.ft-legacy-performer-page .ft-event-date{min-width:200px;border-radius:22px;padding:24px;background:linear-gradient(135deg,#02a2ff,#0a6cb4);color:#fff;text-align:center}
    body.ft-legacy-performer-page .ft-event-date .cal{font-size:15px;margin-bottom:8px;display:inline-flex;align-items:center;gap:8px}
    body.ft-legacy-performer-page .ft-buy{margin-left:auto}
    @media(max-width:680px){body.ft-legacy-performer-page .ft-event-card{flex-direction:column;align-items:flex-start}body.ft-legacy-performer-page .ft-buy{margin-left:0;width:100%}}

/* ===== worker.js shared shell ===== */
#headerContainer,#footerContainer,footer#footer,.footer-container{display:none!important}

/* ===== consolidated former inline declarations ===== */
.ft-honeypot-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.ft-tickets-bottom-lazy{content-visibility:auto;contain-intrinsic-size:1100px}
.ft-ticket-heading-icon{margin-right:10px;opacity:.95}
.ft-ticket-inline-icon{margin-right:10px}
body.ft-legacy-performer-page .ft-legacy-api-error{font-size:12px;opacity:.7}
.ft-city-result-count{font-size:13px;color:#9ca3af}
.ft-city-event-title{font-weight:600;font-size:14px;margin-bottom:4px}
.ft-city-badge-row{margin-top:6px}
.ft-city-ticket-row{margin-top:6px;font-size:13px}
.ft-city-ticket-link{color:#60a5fa;text-decoration:none}
.ft-city-ticket-link:hover{text-decoration:underline}
.fts-kicker--blue{color:var(--fts-blue)}
.ftcat-empty-message{color:var(--muted)}
.ft-help-track-button{margin-top:20px}
.ft-help-destination-title{font-family:"Space Grotesk",sans-serif;font-size:38px;line-height:1.05;letter-spacing:-.04em;color:#06152f;margin:13px 0 24px}
.ft-hero-actions--center{justify-content:center}
.ft-spotify-brand-icon{color:#1DB954}
.ft-yt-fallback-icon{font-size:64px;color:rgba(255,255,255,.25)}
.ft-gradient-1{background:linear-gradient(135deg,#667eea,#764ba2)}
.ft-gradient-2{background:linear-gradient(135deg,#f093fb,#f5576c)}
.ft-gradient-3{background:linear-gradient(135deg,#4facfe,#00f2fe)}
.ft-gradient-4{background:linear-gradient(135deg,#43e97b,#38f9d7)}
.ft-gradient-5{background:linear-gradient(135deg,#fa709a,#fee140)}
.ft-gradient-6{background:linear-gradient(135deg,#a18cd1,#fbc2eb)}
.ft-social--facebook{background:#1877F2}.ft-social--instagram{background:#E4405F}.ft-social--x{background:#000}.ft-social--youtube{background:#F00}.ft-social--spotify{background:#1DB954}.ft-social--tiktok{background:#000}.ft-social--soundcloud{background:#F50}.ft-social--website{background:#073076}.ft-social--wikipedia{background:#636363}.ft-social--itunes{background:#FB5BC5}.ft-social--lastfm{background:#D51007}.ft-social--vevo{background:#F00}.ft-social--musicbrainz{background:#BA478F}
@media(max-width:640px){.ft-help-destination-title{font-size:32px}}
