* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: #0a0a0a;
    color: #e4e4e4;
    line-height: 1.7;
    overflow-x: hidden;
}

.tar_restriction_welles {
    background: linear-gradient(135deg, #ff1744 0%, #d32f2f 100%);
    padding: 18px 0;
    position: relative;
    border-bottom: 3px solid #ff5252;
}

.tar_inner_christchurch {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.tar_icon_central {
    flex-shrink: 0;
}

.tar_alert_nz {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.tar_text_city {
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.tar_navbar_welles {
    background: rgba(10, 10, 10, 0.95);
    padding: 22px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #1f1f1f;
    backdrop-filter: blur(10px);
}

.tar_nav_christchurch {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tar_logo_central {
    flex-shrink: 0;
}

.tar_brand_city {
    height: 66px;
    filter: brightness(0) invert(1);
    width: auto;
}

.tar_burger_nz {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.tar_menu_icon {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.tar_links_welles {
    display: flex;
    gap: 42px;
    align-items: center;
}

.tar_link_christchurch {
    color: #e4e4e4;
    text-decoration: none;
    font-size: 16.5px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.tar_link_christchurch::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #00e5ff;
    transition: width 0.3s ease;
}

.tar_link_christchurch:hover {
    color: #00e5ff;
}

.tar_link_christchurch:hover::after {
    width: 100%;
}

.tar_hero_welles {
    position: relative;
    min-height: 88vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 24px 60px;
    overflow: hidden;
}

.tar_hero_welles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(0,229,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
}

.tar_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0, 229, 255, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(255, 23, 68, 0.06) 0%, transparent 50%);
}

.tar_hero_content_christchurch {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 920px;
}

.tar_badge_central {
    margin-bottom: 28px;
}

.tar_tag_city {
    display: inline-block;
    background: rgba(255, 23, 68, 0.15);
    color: #ff1744;
    padding: 11px 26px;
    border-radius: 50px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border: 1.5px solid rgba(255, 23, 68, 0.3);
}

.tar_headline_nz {
    font-family: 'Orbitron', sans-serif;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 26px;
    background: linear-gradient(135deg, #00e5ff 0%, #00b8d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(0, 229, 255, 0.3);
}

.tar_subtext_welles {
    font-size: 19px;
    line-height: 1.7;
    color: #b0b0b0;
    margin-bottom: 38px;
    font-weight: 400;
}

.tar_cta_christchurch {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.tar_primary_central,
.tar_secondary_city {
    padding: 16px 42px;
    font-size: 16.5px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.35s ease;
    border: none;
    font-family: 'Rajdhani', sans-serif;
}

.tar_primary_central {
    background: linear-gradient(135deg, #00e5ff 0%, #00b8d4 100%);
    color: #0a0a0a;
    box-shadow: 0 4px 20px rgba(0, 229, 255, 0.4);
}

.tar_primary_central:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(0, 229, 255, 0.6);
}

.tar_secondary_city {
    background: transparent;
    color: #00e5ff;
    border: 2px solid #00e5ff;
}

.tar_secondary_city:hover {
    background: rgba(0, 229, 255, 0.1);
    transform: translateY(-3px);
}

.tar_hero_features_nz {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 50px;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: center;
}

.tar_stat_welles {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.03);
    padding: 18px 28px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.tar_stat_welles:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-4px);
    border-color: rgba(0, 229, 255, 0.3);
}

.tar_icon_christchurch {
    width: 40px;
    height: 40px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
}

.tar_stat_text h3 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 3px;
}

.tar_stat_text p {
    font-size: 13.5px;
    color: #888;
    margin: 0;
}

.tar_features_welles {
    padding: 110px 24px;
    background: #0f0f0f;
}

.tar_container_christchurch {
    max-width: 1320px;
    margin: 0 auto;
}

.tar_section_header_central {
    text-align: center;
    margin-bottom: 70px;
}

.tar_title_city {
    font-family: 'Orbitron', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.tar_subtitle_nz {
    font-size: 17.5px;
    color: #888;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
}

.tar_features_grid_welles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.tar_feature_card_christchurch {
    background: rgba(255, 255, 255, 0.02);
    padding: 40px 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.35s ease;
}

.tar_feature_card_christchurch:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-6px);
    border-color: rgba(0, 229, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 229, 255, 0.15);
}

.tar_feature_icon_central {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.15) 0%, rgba(0, 184, 212, 0.15) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.tar_svg_city {
    width: 34px;
    height: 34px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
}

.tar_feature_card_christchurch h3 {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.tar_feature_card_christchurch p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #999;
    margin: 0;
}

.tar_showcase_welles {
    background: #0a0a0a;
}

.tar_showcase_split_christchurch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
}

.tar_showcase_visual_central {
    background-size: cover;
    background-position: center;
    position: relative;
}

.tar_showcase_visual_central::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.08) 0%, transparent 100%);
}

.tar_showcase_content_city {
    display: flex;
    align-items: center;
    padding: 60px;
    background: #0f0f0f;
}

.tar_content_inner_nz {
    max-width: 540px;
}

.tar_label_welles {
    display: inline-block;
    color: #00e5ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tar_showcase_content_city h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 22px;
    line-height: 1.3;
}

.tar_showcase_content_city p {
    font-size: 16px;
    line-height: 1.8;
    color: #aaa;
    margin-bottom: 18px;
}

.tar_perks_christchurch {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tar_perk_item_central {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tar_check_city {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
    flex-shrink: 0;
}

.tar_perk_item_central span {
    font-size: 15.5px;
    color: #ccc;
    font-weight: 500;
}

.tar_reverse_nz {
    direction: rtl;
}

.tar_reverse_nz .tar_showcase_content_city {
    direction: ltr;
}

.tar_categories_welles {
    padding: 110px 24px;
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1a2e 100%);
}

.tar_category_grid_city {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.tar_category_card_nz {
    position: relative;
    height: 340px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s ease;
}

.tar_category_card_nz:hover {
    transform: scale(1.03);
}

.tar_category_overlay_welles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    padding: 32px;
    transition: background 0.35s ease;
}

.tar_category_card_nz:hover .tar_category_overlay_welles {
    background: linear-gradient(180deg, rgba(0, 229, 255, 0.15) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.tar_category_info_christchurch {
    width: 100%;
}

.tar_category_info_christchurch h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.tar_category_info_christchurch p {
    font-size: 14.5px;
    color: #ccc;
    margin-bottom: 16px;
}

.tar_arrow_central {
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
    transition: transform 0.3s ease;
}

.tar_category_card_nz:hover .tar_arrow_central {
    transform: translateX(8px);
}

.tar_faq_welles {
    padding: 110px 24px;
    background: #0a0a0a;
}

.tar_faq_grid_city {
    max-width: 920px;
    margin: 0 auto;
}

.tar_faq_item_nz {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.tar_faq_item_nz:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(0, 229, 255, 0.2);
}

.tar_faq_question_welles {
    padding: 26px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.tar_faq_question_welles h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.tar_faq_arrow_christchurch {
    width: 22px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.tar_faq_item_nz.active .tar_faq_arrow_christchurch {
    transform: rotate(180deg);
}

.tar_faq_answer_central {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 28px;
}

.tar_faq_item_nz.active .tar_faq_answer_central {
    max-height: 500px;
    padding: 0 28px 26px 28px;
}

.tar_faq_answer_central p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #999;
    margin: 0;
}

.tar_final_cta_welles {
    position: relative;
    padding: 120px 24px;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
    text-align: center;
    overflow: hidden;
}

.tar_cta_overlay_christchurch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(0, 229, 255, 0.1) 0%, transparent 70%);
}

.tar_cta_content_central {
    position: relative;
    z-index: 10;
    max-width: 820px;
    margin: 0 auto;
}

.tar_cta_content_central h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 22px;
}

.tar_cta_content_central p {
    font-size: 18px;
    line-height: 1.7;
    color: #b0b0b0;
    margin-bottom: 42px;
}

.tar_cta_button_city {
    padding: 18px 52px;
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(135deg, #00e5ff 0%, #00b8d4 100%);
    color: #0a0a0a;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.35s ease;
    font-family: 'Rajdhani', sans-serif;
    box-shadow: 0 6px 28px rgba(0, 229, 255, 0.4);
}

.tar_cta_button_city:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 40px rgba(0, 229, 255, 0.6);
}

.tar_footer_welles {
    background: #0a0a0a;
    border-top: 1px solid #1f1f1f;
}

.tar_footer_top_christchurch {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 24px 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 50px;
}

.tar_footer_col_central h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.tar_footer_logo_city {
    filter: brightness(0) invert(1);
    height: 72px;
    margin-bottom: 20px;
}

.tar_footer_desc_nz {
    font-size: 14.5px;
    line-height: 1.7;
    color: #888;
    margin-bottom: 24px;
}

.tar_footer_icons_welles {
    display: flex;
    gap: 16px;
}

.tar_social_icon_christchurch {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(54%) sepia(0%) saturate(0%) hue-rotate(173deg) brightness(94%) contrast(89%);
    cursor: pointer;
    transition: filter 0.3s ease;
}

.tar_social_icon_christchurch:hover {
    filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
}

.tar_footer_col_central a {
    display: block;
    color: #888;
    text-decoration: none;
    font-size: 14.5px;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.tar_footer_col_central a:hover {
    color: #00e5ff;
}

.tar_contact_item_city {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.tar_contact_icon_nz {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
    flex-shrink: 0;
    margin-top: 2px;
}

.tar_contact_item_city span {
    font-size: 14.5px;
    color: #888;
    line-height: 1.6;
}

.tar_footer_bottom_welles {
    border-top: 1px solid #1f1f1f;
    padding: 40px 24px;
}

.tar_footer_legal_christchurch {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.tar_footer_legal_christchurch p {
    font-size: 13.5px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 16px;
}

.tar_copyright_central {
    font-size: 13px;
    color: #555;
}

@media (max-width: 768px) {
    .tar_burger_nz {
        display: block;
    }

    .tar_links_welles {
        position: fixed;
        top: 90px;
        right: -100%;
        width: 280px;
        height: calc(100vh - 90px);
        background: rgba(10, 10, 10, 0.98);
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 30px;
        gap: 28px;
        transition: right 0.4s ease;
        border-left: 1px solid #1f1f1f;
        backdrop-filter: blur(12px);
    }

    .tar_links_welles.active {
        right: 0;
    }

    .tar_link_christchurch {
        font-size: 18px;
    }

    .tar_headline_nz {
        font-size: 38px;
    }

    .tar_subtext_welles {
        font-size: 16px;
    }

    .tar_hero_features_nz {
        margin-top: 50px;
        gap: 24px;
    }

    .tar_stat_welles {
        padding: 14px 20px;
    }

    .tar_title_city {
        font-size: 32px;
    }

    .tar_features_grid_welles {
        grid-template-columns: 1fr;
    }

    .tar_showcase_split_christchurch {
        grid-template-columns: 1fr;
    }

    .tar_showcase_visual_central {
        min-height: 300px;
    }

    .tar_showcase_content_city {
        padding: 40px 24px;
    }

    .tar_showcase_content_city h2 {
        font-size: 28px;
    }

    .tar_category_grid_city {
        grid-template-columns: 1fr;
    }

    .tar_cta_content_central h2 {
        font-size: 32px;
    }

    .tar_footer_top_christchurch {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tar_inner_christchurch {
        flex-direction: column;
        text-align: center;
    }

    .tar_text_city {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .tar_headline_nz {
        font-size: 32px;
    }

    .tar_cta_christchurch {
        flex-direction: column;
        width: 100%;
    }

    .tar_primary_central,
    .tar_secondary_city {
        width: 100%;
    }
}.tar_footer_welles {
	background: #0a0a0a;
    border-top: 1px solid #1f1f1f;
}

.tar_footer_top_christchurch {
   max-width :1320px;
	margin: 0 auto;
    padding: 80px 24px 50px;
    display :   grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 50px;
}

.tar_footer_col_central h4 {
	font-size: 18px;
   font-weight: 700;
        color: #ffffff;
    margin-bottom: 24px;

}

.tar_footer_logo_city {
	height:  42px;
       margin-bottom: 20px;
}

.tar_footer_desc_nz {

  font-size   :       14.5px;
    line-height:1.7;
    color: #888;
   margin-bottom: 24px;
}

.tar_footer_icons_welles {
    display: flex;
  gap: 16px;
}

.tar_social_icon_christchurch {
  width: 24px;
   height: 24px;
  filter: brightness(0) saturate(100%) invert(54%) sepia(0%) saturate(0%) hue-rotate(173deg) brightness(94%) contrast(89%);
       cursor   :  pointer;
   transition: filter 0.3s ease;

}

.tar_social_icon_christchurch:hover {
  filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
}  

.tar_footer_col_central a {
  display: block;
	color: #888;
  text-decoration: none;
  font-size: 14.5px;
   margin-bottom :12px;
  transition: color 0.3s ease;
}

.tar_footer_col_central a:hover {
    color: #00e5ff;
}

.tar_contact_item_city {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.tar_contact_icon_nz {
    width: 20px;
    height: 20px;
  filter: brightness(0) saturate(100%) invert(72%) sepia(73%) saturate(3589%) hue-rotate(158deg) brightness(101%) contrast(101%);
    flex-shrink  :     0;
  margin-top: 2px;
}

.tar_contact_item_city span {


	font-size: 14.5px;
		 color: #888;
  line-height: 1.6;

     }

.tar_regulators_welles {
  background: rgba(255, 255, 255, 0.02);
   padding: 50px 24px;
   border-top: 1px solid #1f1f1f;
   border-bottom: 1px solid #1f1f1f;
}

.tar_reg_inner_christchurch {
    max-width: 1320px;
                    margin :   0 auto;
    text-align   :    center;
}

.tar_reg_title_central {
   font-size: 20px;
 font-weight: 600;
   color: #ffffff;
  margin-bottom: 32px;
  font-family: 'Orbitron', sans-serif;
}

.tar_reg_logos_city {
    display    : flex;
    justify-content  :   center;
    align-items: center;
   gap: 40px;
  flex-wrap: wrap;
}

.tar_reg_link_nz  
  {
   display:  inline-block;
    padding: 18px 28px;
  background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.35s ease;
} 

.tar_reg_link_nz:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-4px);
  border-color: rgba(0, 229, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.15);
}

.tar_reg_img_welles{
   height: 48px;
   width:  auto;
    display: block;
  filter: brightness(0) invert(1);
    opacity  :0.85;
  transition: opacity 0.3s ease; 

}

.tar_reg_link_nz:hover .tar_reg_img_welles {
   opacity: 1;
}

.tar_footer_bottom_welles {
  padding     :      40px 24px;
}

.tar_footer_legal_christchurch {
	max-width: 1320px;
    margin: 0 auto;
  text-align: center;
}

.tar_footer_legal_christchurch p {
   font-size: 13.5px;
  line-height: 1.7;
  color: #666;
   margin-bottom:      16px;
}

.tar_copyright_central
	{
          font-size: 13px;

	   color: #555;
}@media (max-width: 768px) {
    .tar_footer_top_christchurch {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 24px 40px;
    }

    .tar_regulators_welles {
        padding: 40px 24px;
    }

    .tar_reg_logos_city {
        gap: 24px;
    }

    .tar_reg_link_nz {
        padding: 14px 20px;
    }

    .tar_reg_img_welles {
        height: 36px;
    }
}.tar_age_popup_welles {
	position: fixed;
   top    :  0;
  left: 0;
					width: 100%;
	height: 100%;
  z-index: 10000;
   display: flex;
   align-items: center;
    justify-content    :       center;
   opacity: 1;
	visibility: visible;
  transition   :        opacity 0.4s ease, visibility 0.4s ease;
}

.tar_age_popup_welles.hidden


{
	 opacity: 0;
  pointer-events: none;
  visibility   :  hidden;
}

.tar_popup_overlay_christchurch {
  position   :absolute;
	    top: 0;
	    left: 0;
	   width: 100%;
	      height: 100%;
	  background: rgba(0, 0, 0, 0.92);
	  backdrop-filter: blur(8px); 

}

.tar_popup_content_central {

	   position: relative;
   z-index: 10001;
  max-width: 520px;
   width:        90%;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	border-radius: 20px;
  border: 2px solid rgba(0, 229, 255, 0.3);
  box-shadow: 0 12px 48px rgba(0, 229, 255, 0.25);
}

.tar_popup_inner_city {

  padding:        50px 40px;
	    text-align   :     center;
}

.tar_popup_icon_nz {
	margin-bottom: 28px;
}  

.tar_age_icon_welles {
  width: 90px;
   height: 90px;
  filter: drop-shadow(0 4px 12px rgba(255, 23, 68, 0.4));
}

.tar_popup_title_christchurch {
  font-family: 'Orbitron', sans-serif;
  font-size: 28px;
    font-weight: 700;
                    color: #ffffff;
  margin-bottom: 18px;
}

.tar_popup_text_central {
  font-size  :      15.5px;
   line-height: 1.7;
   color: #b0b0b0;
  margin-bottom: 32px;
}

.tar_confirm_btn_city {
      padding: 16px 48px;
   font-size: 16.5px;
       font-weight: 700;
  background: linear-gradient(135deg, #00e5ff 0%, #00b8d4 100%);
   color: #0a0a0a;
  border: none;
  border-radius: 10px;
       cursor: pointer;
     transition :    all 0.35s ease;
  font-family: 'Rajdhani', sans-serif;
  box-shadow: 0 6px 24px rgba(0, 229, 255, 0.4);
}

.tar_confirm_btn_city:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(0, 229, 255, 0.6);

}@media (max-width: 768px) {
    .tar_popup_inner_city {
        padding: 40px 28px;
    }

    .tar_age_icon_welles {
        width: 70px;
        height: 70px;
    }

    .tar_popup_title_christchurch {
        font-size: 24px;
    }

    .tar_popup_text_central {
        font-size: 14px;
    }

    .tar_confirm_btn_city {
        width: 100%;
        padding: 14px 32px;
    }
}.tar_games_welles {
  padding: 110px 24px;
    background: #0f0f0f;
}

.tar_games_grid_city {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 36px;
}

.tar_game_card_nz {
  background: rgba(255, 255, 255, 0.02);
   border-radius:       18px;
  overflow     :     hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.4s ease;
	}

.tar_game_card_nz:hover {
  transform: translateY(-8px); 
	  border-color: rgba(0, 229, 255, 0.4); 
	  box-shadow: 0 12px 40px rgba(0, 229, 255, 0.2);
}

.tar_game_image_welles {
   position: relative;
	width: 100%;
  height   :        560px;
  overflow: hidden;
}

.tar_game_img_christchurch  
  {
          width: 100%;
  height: 100%;
  object-fit: cover;
   transition: transform 0.5s ease;
}

.tar_game_card_nz:hover .tar_game_img_christchurch {


  transform: scale(1.08);
}

.tar_game_overlay_central


{
    position: absolute;
    top   :        0;
   left: 0;
	 width: 100%;
    height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.6;
    transition: opacity 0.4s ease;
}

.tar_game_card_nz:hover .tar_game_overlay_central {
	opacity   :      0.8;
}

.tar_game_content_city {

  padding: 28px 24px;

     }

.tar_game_title_nz {
               font-size: 22px;
    font-weight :   700;
  color  :       #ffffff;
    margin-bottom    :  14px;
  font-family: 'Orbitron', sans-serif; 

}

.tar_game_desc_welles {
    font-size: 14.5px;
   line-height   :      1.7;
  color: #999;
    margin-bottom: 24px;
  min-height: 90px;
}



.tar_play_btn_christchurch {
    width: 100%;
   padding: 14px 28px;
  background: linear-gradient(135deg, #00e5ff 0%, #00b8d4 100%);
  color    :  #0a0a0a;
    border: none;
   border-radius   :      10px;
               font-size: 15.5px;
    font-weight: 700;
    cursor   :      pointer;
  transition: all 0.35s ease;
    display: flex;
  align-items: center;
  justify-content :     center;
   gap: 10px;
  font-family: 'Rajdhani', sans-serif;
}

.tar_play_btn_christchurch:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.5);
}

.tar_btn_icon_central


{
   width: 20px;
					height: 20px;
  filter: brightness(0);
}

.tar_game_modal_welles {
	  position   :fixed;
  top : 0;
    left :      0;
    width: 100%;
	 height: 100%;
    z-index: 9999;
   display: none;
  align-items: center;
                    justify-content: center;
    opacity: 0;
  visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
     }

.tar_game_modal_welles.active {
	display: flex;
   opacity: 1;
         visibility: visible;
}

.tar_modal_overlay_christchurch {
    position: absolute;
  top    :   0;
 left: 0;
  width: 100%;
   height: 100%;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(6px);

}

.tar_modal_content_central {
  position: relative;
    z-index: 10000;
  width   :    95%;
    max-width: 1200px;
   height: 90vh;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
   border-radius: 16px;
  border: 2px solid rgba(0, 229, 255, 0.3);
  box-shadow: 0 16px 64px rgba(0, 229, 255, 0.3);
  display: flex;
      flex-direction:   column;
   overflow: hidden;
}  

.tar_modal_header_city {
  padding     : 20px 28px;
     background: rgba(0, 0, 0, 0.3);
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     display    :flex;
      justify-content: space-between;
     align-items: center;
	
}

.tar_modal_title_nz {
  font-size     : 22px;
  font-weight: 700;
    color: #ffffff;
    margin: 0;
  font-family: 'Orbitron', sans-serif;
}

.tar_close_btn_welles {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
   padding: 8px;
  cursor: pointer;
	transition: all 0.3s ease;
	display   :  flex;
  align-items: center;
  justify-content: center; 
	
}

.tar_close_btn_welles:hover {
  background: rgba(255, 23, 68, 0.2);
  border-color: rgba(255, 23, 68, 0.4);
}

.tar_close_icon_christchurch

{
    width     :24px;
               height :     24px;
  filter: brightness(0) invert(1);
}

.tar_modal_body_city {


   flex: 1;
   padding: 0;
                    position: relative;
    overflow    :   hidden;
	}

.tar_game_iframe_nz {

	    width: 100%;
   height: 100%;
   border    :     none;


}@media (max-width: 768px) {
    .tar_games_welles {
        padding: 80px 24px;
    }

    .tar_games_grid_city {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tar_game_image_welles {
        height: 200px;
    }

    .tar_game_content_city {
        padding: 22px 18px;
    }

    .tar_game_title_nz {
        font-size: 20px;
    }

    .tar_game_desc_welles {
        font-size: 14px;
        min-height: auto;
    }

    .tar_modal_content_central {
        width: 98%;
        height: 95vh;
    }

    .tar_modal_header_city {
        padding: 16px 20px;
    }

    .tar_modal_title_nz {
        font-size: 18px;
    }
}@media (max-width: 480px) {
    .tar_game_title_nz {
        font-size: 18px;
    }

    .tar_play_btn_christchurch {
        font-size: 14px;
        padding: 12px 20px;
    }
}