* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

button,
a,
input,
select,
textarea,
.custom-select-trigger,
.custom-select-option {
    -webkit-tap-highlight-color: transparent;
}

button:focus,
button:active,
a:focus,
a:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.custom-select-trigger:focus,
.custom-select-trigger:active,
.custom-select-option:focus,
.custom-select-option:active {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.custom-select-trigger {
    appearance: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
}

.custom-select-option {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    -webkit-user-select: none;
    user-select: none;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #000000;
    color: white;
    font-family: Arial, sans-serif;
    position: relative;
    overflow-x: hidden;
}

.back-arrow {
    position: absolute;
    top: 50px;
    left: 70px;
    z-index: 30;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffd501;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease, text-shadow 0.2s ease;
}

.back-arrow::before {
    content: "↩";
    display: inline-block;
    color: #ffd501;
    font-family: Arial, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-shadow:
        0 0 6px rgba(255, 213, 1, 0.24),
        0 0 12px rgba(255, 213, 1, 0.12);
    transform: translateY(-1px);
}

.back-arrow:visited,
.back-arrow:active,
.back-arrow:focus {
    color: #ffd501;
    text-decoration: none;
    outline: none;
}

.back-arrow:hover {
    color: #ffd501;
    text-decoration: none;
    transform: translateX(-3px);
}

.back-arrow:hover::before {
    text-shadow:
        0 0 8px rgba(255, 213, 1, 0.30),
        0 0 15px rgba(255, 213, 1, 0.16);
}

.whenijoin-back-arrow {
    top: 40px;
    left: 70px;
}

.hero {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-top: 0;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
}

.hero-logo {
    margin: 27px 0 32px;
    width: min(472px, 70.4vw);
    height: auto;
    display: block;
}

.hero-title {
    margin: -4px 0 12px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 52px;
    color: #dbc519;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 1.05;
}

.hero-text-wrap {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
    box-sizing: border-box;
}

.hero-info-row {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.hero-label {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(15px, 1.28vw, 23px);
    font-weight: 700;
    color: #f6f6f6;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    flex-shrink: 0;
}

.hero-text {
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: clamp(17px, 1.32vw, 24px);
    color: #e0e0e0;
    line-height: 1.6;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%;
}

.hero-subtext {
    margin: 6px 0 0;
    width: 100%;
    text-align: center;
    font-size: clamp(17px, 1.32vw, 24px);
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
}

.hero-subtext-white {
    color: #e7e7e7;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.hero-subtext-gold {
    color: #ffd501;
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-left: 4px;
}

.hero-button {
    display: inline-block;
    margin-top: 18px;
    padding: 14px 34px;
    background: linear-gradient(to bottom, #ffd86b, #d4a017, #e0bb00);
    color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    text-decoration: none;
    border: none;
    border-radius: 11px;
    box-shadow: 0 0 11px rgba(255, 215, 90, 0.38);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.hero-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 16px rgba(255, 215, 90, 0.55);
}

.side-line {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #ffd86b, #d4a017, #e0bb00);
    box-shadow: 0 0 12px rgba(255, 215, 90, 0.8);
    z-index: 1;
}

.left-line {
    left: 40px;
}

.right-line {
    right: 40px;
}

.top-announcement-bar {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    width: auto;
    pointer-events: none;
}

.top-announcement-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 8px 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd86b 0%, #f1c232 45%, #d4a017 100%);
    border: 2px solid #000000;
    box-shadow:
        0 0 8px rgba(255, 213, 1, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    color: #1e1e1e;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
}

.top-announcement-price {
    font-weight: 900;
}

.top-left-brand {
    position: absolute;
    top: 24px;
    left: 57px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0;
}

.top-left-logo {
    width: 95px;
    height: auto;
    display: block;
}

.top-left-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.top-left-title {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #c2ae1b;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.1;
}

.top-left-subtitle {
    margin: 6px 0 0;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    color: #c0c0c0;
    line-height: 1.3;
}

.top-right-nav {
    position: absolute;
    top: 38px;
    right: 105px;
    z-index: 3;
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: start;
    justify-content: end;
    justify-items: end;
    column-gap: 28px;
    row-gap: 7px;
}

.top-right-link {
    position: relative;
    display: inline-block;
    color: #ffd501;
    text-decoration: none;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.top-right-link:last-child {
    grid-column: 1 / -1;
    justify-self: end;
}

.top-right-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ffd86b, #d4a017, #e0bb00);
    box-shadow: 0 0 10px rgba(255, 213, 1, 0.65);
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition:
        transform 0.17s ease-out,
        opacity 0.10s ease-out;
}

.top-right-link:hover {
    color: #ffd501;
    transform: translateY(-1px);
}

.top-right-link:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.mobile-menu-button {
    display: none;
}

.landing-hero {
    padding-top: 18px;
    padding-bottom: 260px;
    min-height: auto;
}

.landing-text {
    margin: 2px 0 0;
    color: #d6d6d6;
    font-family: Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.45;
    text-align: center;
    max-width: 760px;
}

.launch-offer-banner {
    margin: 17px 0 23px;
    color: #b92626c5;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
}

.tier-plans {
    width: 100%;
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px;
    align-items: stretch;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 130px;
}

.tier-box {
    padding: 28px 26px 30px;
    border-radius: 31px;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.97), rgba(10, 10, 10, 0.99));
    box-sizing: border-box;
    text-align: left;
    min-height: 690px;
    box-shadow:
        0 0 25px rgba(0, 0, 0, 0.35),
        inset 0 0 18px rgba(255, 255, 255, 0.02);
}

.tier-committed {
    border: 2px solid #807821;
    box-shadow:
        0 0 26px rgba(253, 238, 101, 0.14),
        inset 0 0 18px rgba(181, 170, 74, 0.04);
}

.tier-elite {
    position: relative;
    border: 2px solid #e5ff00;
    box-shadow:
        0 0 28px rgba(255, 213, 1, 0.22),
        inset 0 0 18px rgba(255, 213, 1, 0.05);
}

.tier-box-header {
    margin-bottom: 20px;
    text-align: center;
}

.tier-box-header-elite {
    position: relative;
}

.tier-recommended-badge {
    position: absolute;
    top: 20px;
    right: -7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 29px;
    padding: 0 6px;
    border-radius: 8px;
    background: linear-gradient(180deg, #7a7a7a 0%, #666666 52%, #555555 100%);
    border: 1px solid rgba(220, 220, 220, 0.24);
    box-shadow:
        0 0 10px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    color: #f3f3f3;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1;
    transform: rotate(24deg);
    transform-origin: center;
}

.tier-name {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.tier-price {
    margin: 9px 0 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    color: #bfbfbf;
    letter-spacing: 0.4px;
    line-height: 1.15;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.tier-price-amount {
    font-size: 33px;
}

.tier-price-duration {
    font-size: 17px;
    font-weight: 600;
    color: #bfbfbf;
}

.tier-price-wrap {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tier-price-old {
    margin: 0;
    color: #8f8f8f;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #d8d8d8;
    opacity: 0.85;
}

.tier-price-old .tier-price-amount {
    font-size: 24px;
}

.tier-price-old .tier-price-duration {
    font-size: 13px;
    color: #8f8f8f;
}

.tier-price-new {
    margin: 3px 0 0;
    color: #ffffff;
}

.tier-price-new .tier-price-amount {
    font-size: 36px;
    color: #ffffff;
}

.tier-price-new .tier-price-duration {
    font-size: 17px;
    color: #ffffff;
}

.tier-tag {
    margin: 9px 0 0;
    color: #d3d014b9;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.15px;
}

.tier-feature-list {
    margin: 0;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tier-feature-list li {
    color: #e4e4e4;
    font-family: Verdana, sans-serif;
    font-size: 15.4px;
    line-height: 1.46;
}

.landing-card {
    width: min(760px, 100%);
    background:
        radial-gradient(circle at 50% 0%, rgba(172, 144, 7, 0.22), transparent 42%),
        linear-gradient(180deg, rgba(78, 64, 12, 0.98), rgba(39, 32, 8, 0.99) 48%, rgba(42, 38, 15, 0.99));
    border: 1px solid rgb(251, 255, 0);
    border-radius: 24px;
    box-shadow:
        0 0 34px rgba(171, 143, 0, 0.242),
        0 0 70px rgba(161, 135, 0, 0.112),
        inset 0 0 36px rgba(252, 214, 23, 0.192),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 34px 30px;
    box-sizing: border-box;
}

.landing-card-lower {
    margin-top: 0;
    margin-bottom: 260px;
}

.elite-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
}

.form-label {
    margin-bottom: 10px;
    color: #f8da4d;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1.5;
}

.elite-input {
    width: 100%;
    min-height: 58px;
    background: linear-gradient(180deg, rgba(33, 27, 9, 0.96), rgba(12, 12, 12, 0.98));
    border: 1px solid rgba(255, 213, 1, 0.55);
    border-radius: 18px;
    color: #f6f6f6;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 16px 18px;
    outline: none;
    box-sizing: border-box;
    box-shadow:
        inset 0 0 14px rgba(255, 213, 1, 0.08),
        0 0 16px rgba(255, 213, 1, 0.10);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.elite-input::placeholder {
    color: #b7aa76;
}

.elite-input:focus {
    border-color: rgba(255, 213, 1, 0.95);
    box-shadow:
        inset 0 0 14px rgba(255, 213, 1, 0.12),
        0 0 20px rgba(255, 213, 1, 0.24);
    transform: translateY(-1px);
}

.custom-select {
    position: relative;
    width: 100%;
}

.custom-select-trigger {
    position: relative;
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: linear-gradient(180deg, rgba(33, 27, 9, 0.96), rgba(12, 12, 12, 0.98));
    border: 1px solid rgb(255, 213, 0);
    border-radius: 18px;
    color: #f6f6f6;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 16px 18px;
    box-sizing: border-box;
    box-shadow:
        inset 0 0 14px rgba(255, 213, 1, 0.08),
        0 0 16px rgba(255, 213, 1, 0.10);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.custom-select-trigger:hover,
.custom-select.open .custom-select-trigger {
    border-color: rgba(255, 213, 1, 0.95);
    box-shadow:
        inset 0 0 16px rgba(255, 213, 1, 0.12),
        0 0 20px rgba(255, 213, 1, 0.25);
}

.custom-select-trigger:focus,
.custom-select-trigger:active {
    outline: none;
    border-color: rgba(255, 213, 1, 0.95);
    box-shadow:
        inset 0 0 16px rgba(255, 213, 1, 0.12),
        0 0 20px rgba(255, 213, 1, 0.25);
}

.custom-select-text {
    color: #f6f6f6;
    text-align: left;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.custom-select-arrow {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    color: #f6f6f6;
    transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.custom-select.open .custom-select-arrow {
    transform: rotate(180deg);
}

.elite-lock-inside {
    display: none;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffd501;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.45px;
    line-height: 1.3;
    text-shadow: 0 0 10px rgba(255, 213, 1, 0.26);
    pointer-events: none;
    z-index: 2;
}

.form-group.elite-locked .elite-lock-inside {
    display: block;
}

.form-group.elite-locked .custom-select-text,
.form-group.elite-locked .custom-select-arrow,
.form-group.elite-locked .playtime-original-text,
.form-group.elite-locked .playtime-help {
    opacity: 0.1;
    filter: blur(1px);
}

.form-group.elite-locked .playtime-slider {
    opacity: 0.18;
    filter: blur(1.8px);
    pointer-events: none;
    cursor: not-allowed;
}

.whenijoin-back-arrow {
    top: 40px;
    left: 400px;
}

.form-group.elite-locked .playtime-slider::-webkit-slider-runnable-track {
    filter: blur(1.4px);
}

.form-group.elite-locked .playtime-slider::-webkit-slider-thumb {
    filter: blur(1.4px);
}

.form-group.elite-locked .playtime-slider::-moz-range-track {
    filter: blur(1.4px);
}

.form-group.elite-locked .playtime-slider::-moz-range-thumb {
    filter: blur(1.4px);
}

.form-group.elite-locked .custom-select,
.form-group.elite-locked .custom-select-trigger {
    pointer-events: none;
    cursor: not-allowed;
}

.custom-select-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 50;
    padding: 8px;
    background: linear-gradient(180deg, rgba(18, 16, 10, 0.99), rgba(8, 8, 8, 0.995));
    border: 1px solid rgba(255, 213, 1, 0.55);
    border-radius: 18px;
    box-shadow:
        0 0 24px rgba(255, 213, 1, 0.12),
        inset 0 0 16px rgba(255, 213, 1, 0.04);
}

.custom-select.open .custom-select-menu {
    display: block;
}

.custom-select-menu-scroll {
    max-height: 275px;
    overflow-y: auto;
    background: linear-gradient(180deg, rgba(18, 16, 10, 0.99), rgba(8, 8, 8, 0.995));
    scrollbar-width: thin;
    scrollbar-color: #f3d45e rgba(18, 16, 10, 0.99);
}

.custom-select-option {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 12px;
    color: #f6f6f6;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 12px 46px 12px 14px;
    cursor: pointer;
    transition: color 0.18s ease, text-shadow 0.18s ease;
}

.custom-select-option:hover,
.custom-select-option:focus,
.custom-select-option:active {
    outline: none;
    background: transparent;
    color: #ffd86b;
    box-shadow: none;
    text-shadow: 0 0 8px rgba(255, 213, 1, 0.28);
}

.custom-select-option.selected {
    background: transparent;
    color: #ffd86b;
    box-shadow: none;
    text-shadow: none;
}

.custom-select-option.selected::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #ffd501;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    text-shadow:
        0 0 8px rgba(255, 213, 1, 0.65),
        0 0 14px rgba(255, 213, 1, 0.35);
}

.custom-select-option.selected:hover,
.custom-select-option.selected:focus,
.custom-select-option.selected:active {
    background: transparent;
    color: #ffd86b;
    box-shadow: none;
    text-shadow: none;
}

.playtime-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 4px;
}

.playtime-value {
    position: relative;
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(33, 27, 9, 0.96), rgba(12, 12, 12, 0.98));
    border: 1px solid rgba(255, 213, 1, 0.55);
    border-radius: 18px;
    color: #f6f6f6;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 18px;
    box-sizing: border-box;
    box-shadow:
        inset 0 0 14px rgba(255, 213, 1, 0.08),
        0 0 16px rgba(255, 213, 1, 0.10);
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.playtime-original-text {
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.playtime-slider {
    width: 100%;
    height: 13px;
    appearance: none;
    -webkit-appearance: none;
    background: linear-gradient(90deg, #ffd86b 0%, #f3d45e 45%, #d4a017 100%);
    border-radius: 999px;
    outline: none;
    box-shadow:
        0 0 16px rgba(255, 213, 1, 0.18),
        inset 0 0 6px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.playtime-slider::-webkit-slider-runnable-track {
    height: 13px;
    background: linear-gradient(90deg, #ffd86b 0%, #f3d45e 45%, #d4a017 100%);
    border-radius: 999px;
    box-shadow:
        0 0 16px rgba(255, 213, 1, 0.18),
        inset 0 0 6px rgba(0, 0, 0, 0.45);
    transition: filter 0.2s ease;
}

.playtime-slider::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin-top: -5.5px;
    background: #000000;
    border: 2px solid #ffd501;
    border-radius: 50%;
    box-shadow:
        0 0 10px rgba(255, 213, 1, 0.45),
        inset 0 0 4px rgba(255, 213, 1, 0.25);
    cursor: pointer;
    transition: filter 0.2s ease;
}

.playtime-slider::-moz-range-track {
    height: 13px;
    background: linear-gradient(90deg, #ffd86b 0%, #f3d45e 45%, #d4a017 100%);
    border-radius: 999px;
    box-shadow:
        0 0 16px rgba(255, 213, 1, 0.18),
        inset 0 0 6px rgba(0, 0, 0, 0.45);
    transition: filter 0.2s ease;
}

.playtime-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #000000;
    border: 2px solid #ffd501;
    border-radius: 50%;
    box-shadow:
        0 0 10px rgba(255, 213, 1, 0.45),
        inset 0 0 4px rgba(255, 213, 1, 0.25);
    cursor: pointer;
    transition: filter 0.2s ease;
}

.playtime-help {
    margin: -4px 0 0;
    color: #a79b73;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.elite-only-group {
    display: flex;
}

.form-legal-note {
    margin: 2px auto 0;
    max-width: 720px;
    color: #d8d8d8;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
}

.form-legal-note a {
    color: #ffd501;
    font-weight: 800;
    text-decoration: none;
}

.form-legal-note a:hover {
    text-decoration: underline;
}

.form-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.secondary-button {
    background: linear-gradient(to bottom, #f2f2f2, #bcbcbc);
    color: #000000;
}

.site-footer {
    position: relative;
    z-index: 2;
    padding: 34px 20px 46px;
    text-align: center;
}

.site-footer-link {
    color: #ffd501;
    font-family: "Montserrat", Arial, sans-serif;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.site-footer-link:hover {
    text-decoration: underline;
}

.landing-footer {
    margin-top: -225px;
    padding-bottom: 42px;
}

/* ============================= */
/* THANK YOU / PAYMENT COMPLETE SCREEN */
/* ============================= */

.thank-you-screen {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 120px 45px 90px;
    background: #000000;
    box-sizing: border-box;
}

.thank-you-home-button {
    position: fixed;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 22px;
    border: none;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: #ffd501;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.thank-you-home-button:hover {
    color: #ffffff;
    transform: translateX(-50%) translateY(-1px);
    text-decoration: none;
}

.thank-you-box {
    width: min(820px, 100%);
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    box-sizing: border-box;
}

.thank-you-title {
    margin: 0;
    color: #ffea01;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(92px, 11vw, 170px);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-shadow: none;
}

.thank-you-content {
    margin-top: 78px;
}

.thank-you-subtitle {
    margin: 0 0 30px;
    color: #ffffff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(28px, 3.3vw, 50px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.thank-you-text {
    max-width: 700px;
    margin: 0 auto;
    color: #e9e9e9;
    font-family: Verdana, sans-serif;
    font-size: 19px;
    line-height: 1.85;
    letter-spacing: 0.2px;
}

.thank-you-discord-name {
    color: #ffd501;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    white-space: nowrap;
}

body.payment-complete {
    min-height: 100vh;
    overflow: hidden;
}

body.payment-complete .landing-card,
body.payment-complete .tier-plans,
body.payment-complete .landing-footer,
body.payment-complete .landing-text,
body.payment-complete .launch-offer-banner,
body.payment-complete .hero-title,
body.payment-complete .back-arrow {
    visibility: hidden;
    pointer-events: none;
}

.video-section {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 220px auto 120px;
    padding: 0 45px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 0.6s ease, transform 0.5s ease;
    will-change: opacity, transform;
}

.video-section.video-visible {
    opacity: 1;
    transform: translateY(0);
}

.video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 2px solid rgba(255, 213, 1, 0.45);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(22, 18, 8, 0.96), rgba(8, 8, 8, 0.98));
    box-shadow:
        0 0 30px rgba(255, 213, 1, 0.10),
        inset 0 0 25px rgba(255, 213, 1, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 22px;
    object-fit: cover;
    background: #000000;
}

.video-placeholder-text {
    color: #ffd501;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.video-description {
    width: 100%;
    max-width: 760px;
    margin: 48px auto 0;
}

.video-description p {
    margin: 0 0 42px;
    color: #ffffffb8;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.4px;
    text-align: left;
}

.join-now-link {
    color: #ffee00d9;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.4px;
    text-shadow: none;
    transition: none;
}

.join-now-link:hover {
    color: #ffd501;
    text-decoration: underline;
    text-shadow: none;
}

.video-description p:last-child {
    margin-bottom: 0;
}

.join-info-page {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    padding: 150px 45px 150px;
    box-sizing: border-box;
}

.join-info-hero {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 58px;
    text-align: center;
}

.join-info-title {
    margin: 0 0 18px;
    color: #dbc519;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 54px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.join-info-intro {
    max-width: 820px;
    margin: 0 auto;
    color: #e0e0e0;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.25px;
}

.join-info-main-button {
    margin-top: 34px;
}

.join-steps-section {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.join-step-card {
    min-height: 285px;
    padding: 28px 24px 30px;
    border: 1px solid rgba(255, 213, 1, 0.42);
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 213, 1, 0.12), transparent 45%),
        linear-gradient(180deg, rgba(24, 24, 24, 0.98), rgba(8, 8, 8, 0.99));
    box-shadow:
        0 0 28px rgba(255, 213, 1, 0.08),
        inset 0 0 18px rgba(255, 213, 1, 0.035);
    box-sizing: border-box;
    text-align: center;
}

.join-step-number {
    width: 46px;
    height: 46px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(to bottom, #ffd86b, #d4a017, #e0bb00);
    color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 21px;
    font-weight: 900;
    box-shadow: 0 0 16px rgba(255, 213, 1, 0.22);
}

.join-step-title {
    margin: 0 0 13px;
    color: #ffffff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.join-step-text {
    margin: 0;
    color: #d7d7d7;
    font-family: Verdana, sans-serif;
    font-size: 15.5px;
    line-height: 1.65;
}

.join-extra-section {
    width: 100%;
    max-width: 940px;
    margin: 52px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.join-extra-card {
    padding: 30px 28px;
    border: 1px solid rgba(255, 213, 1, 0.32);
    border-radius: 25px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(7, 7, 7, 0.99));
    box-shadow:
        0 0 24px rgba(255, 213, 1, 0.07),
        inset 0 0 18px rgba(255, 213, 1, 0.03);
    box-sizing: border-box;
    text-align: center;
}

.join-extra-card-gold {
    border-color: rgba(255, 213, 1, 0.68);
    box-shadow:
        0 0 30px rgba(255, 213, 1, 0.15),
        inset 0 0 18px rgba(255, 213, 1, 0.04);
}

.join-extra-title {
    margin: 0 0 12px;
    color: #ffd501;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.join-extra-text {
    margin: 0;
    color: #e1e1e1;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.join-final-section {
    width: 100%;
    max-width: 820px;
    margin: 62px auto 0;
    text-align: center;
}

.join-final-title {
    margin: 0 0 14px;
    color: #dbc519;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.join-final-text {
    margin: 0 auto;
    max-width: 720px;
    color: #e0e0e0;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.7;
}

.join-final-buttons {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* ============================= */
/* PHONE UI QUERY - EDIT HERE */
/* Samsung S21 Ultra / most phones */
/* ============================= */

@media (max-width: 600px) {
    .thank-you-screen {
        padding: 98px 28px 60px;
        align-items: center;
        justify-content: center;
        background: #000000;
    }

    .thank-you-home-button {
        top: 22px;
        min-height: 38px;
        padding: 0 16px;
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .thank-you-box {
        width: min(340px, 100%);
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .thank-you-title {
        margin: 0;
        font-size: 82px;
        line-height: 0.86;
        letter-spacing: 6px;
        text-shadow: none;
    }

    .thank-you-content {
        margin-top: 58px;
    }

    .thank-you-subtitle {
        margin: 0 0 24px;
        font-size: 24px;
        line-height: 1.18;
        letter-spacing: 2.5px;
    }

    .thank-you-text {
        max-width: 315px;
        font-size: 15.8px;
        line-height: 1.78;
        letter-spacing: 0.1px;
    }

    .side-line {
        width: 2px;
    }

    .left-line {
        left: 18px;
    }

    .right-line {
        right: 18px;
    }

    .back-arrow,
    .whenijoin-back-arrow {
        display: none !important;
    }

    .top-announcement-bar {
        position: absolute;
        top: 18px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        z-index: 9;
        width: auto;
        max-width: calc(100vw - 120px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        box-sizing: border-box;
        pointer-events: none;
    }

    .top-announcement-pill {
        width: auto;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 13px 24px;
        font-size: 13.5px;
        font-weight: 700;
        letter-spacing: 1.45px;
        white-space: nowrap;
        text-align: center;
        line-height: 1;
        border-radius: 999px;
    }

    .top-announcement-price {
        font-size: 15.5px;
        font-weight: 900;
        letter-spacing: 1px;
    }

    .top-left-brand {
        display: none;
    }

    .mobile-menu-button {
        position: absolute;
        top: 18px;
        right: 34px;
        z-index: 10;
        width: 46px;
        height: 42px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 0;
        background: linear-gradient(180deg, rgba(24, 24, 24, 0.98), rgba(8, 8, 8, 0.99));
        border: 1px solid rgba(255, 213, 1, 0.72);
        border-radius: 12px;
        box-shadow:
            0 0 14px rgba(255, 213, 1, 0.15),
            inset 0 0 12px rgba(255, 213, 1, 0.05);
        cursor: pointer;
    }

    .mobile-menu-line {
        width: 23px;
        height: 2px;
        display: block;
        background: #ffd501;
        border-radius: 999px;
        box-shadow: 0 0 6px rgba(255, 213, 1, 0.38);
        transition:
            transform 0.22s ease,
            opacity 0.18s ease,
            width 0.22s ease;
    }

    body.mobile-nav-open .mobile-menu-line:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    body.mobile-nav-open .mobile-menu-line:nth-child(2) {
        opacity: 0;
        width: 0;
    }

    body.mobile-nav-open .mobile-menu-line:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .top-right-nav {
        position: absolute;
        top: 67px;
        right: 34px;
        z-index: 8;
        width: 220px;
        max-width: calc(100vw - 68px);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 13px;
        padding: 14px 16px;
        background: linear-gradient(180deg, rgba(18, 16, 10, 0.99), rgba(5, 5, 5, 0.995));
        border: 1px solid rgba(255, 213, 1, 0.62);
        border-radius: 17px;
        box-shadow:
            0 0 24px rgba(255, 213, 1, 0.13),
            inset 0 0 16px rgba(255, 213, 1, 0.04);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px);
        transform-origin: top right;
        transition:
            opacity 0.2s ease,
            visibility 0.2s ease,
            transform 0.2s ease;
    }

    body.mobile-nav-open .top-right-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .top-right-link,
    .top-right-link:last-child {
        width: auto;
        display: inline-block;
        min-height: 0;
        grid-column: auto;
        justify-self: auto;
        padding: 0 0 5px;
        border-radius: 0;
        background: transparent;
        border: none;
        color: #ffd501;
        font-size: 11px;
        line-height: 1.35;
        text-align: right;
        box-shadow: none;
        transform: none;
        white-space: nowrap;
    }

    .top-right-link::after {
        display: none;
    }

    .top-right-link:hover {
        color: #ffd501;
        transform: none;
        background: transparent;
        text-decoration: none;
    }

    .hero {
        padding-left: 34px;
        padding-right: 34px;
    }

    .hero-logo {
        width: min(260px, 70vw);
        margin: 45px 0 24px;
    }

    .hero-title {
        font-size: 32px;
        letter-spacing: 1.6px;
        line-height: 1.08;
        margin: 0 0 12px;
    }

    .hero-text-wrap {
        max-width: 350px;
        gap: 17px;
    }

    .hero-info-row {
        display: block;
    }

    .hero-label {
        display: block;
        font-size: 15.5px;
        margin-bottom: 7px;
    }

    .hero-text {
        font-size: 18px;
        line-height: 1.58;
        letter-spacing: 0.25px;
    }

    .hero-subtext {
        font-size: 18px;
        line-height: 1.55;
        margin-top: 8px;
    }

    .hero-subtext-white {
        font-size: 18px;
        font-weight: 800;
    }

    .hero-subtext-gold {
        display: inline;
        margin-left: 3px;
        font-size: 18px;
        letter-spacing: 0.9px;
    }

    .hero-button {
        font-size: 14px;
        padding: 13px 28px;
        margin-top: 14px;
    }

    .landing-hero {
        padding-top: 15px;
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 18px;
        transform: none;
        margin-bottom: 0;
    }

    .landing-hero .hero-title {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .landing-text {
        max-width: 330px;
        font-size: 15px;
    }

    .launch-offer-banner {
        font-size: 13px;
        margin: 14px 0 20px;
    }

    .tier-plans {
        grid-template-columns: 1fr;
        max-width: 340px;
        gap: 24px;
        margin-bottom: 90px;
    }

    .tier-box {
        min-height: auto;
        padding: 24px 18px 26px;
        border-radius: 22px;
    }

    .tier-name {
        font-size: 23px;
    }

    .tier-price-old .tier-price-amount {
        font-size: 20px;
    }

    .tier-price-new .tier-price-amount {
        font-size: 29px;
    }

    .tier-price-new .tier-price-duration {
        font-size: 13px;
    }

    .tier-tag {
        font-size: 14px;
    }

    .tier-feature-list {
        padding-left: 22px;
        gap: 9px;
    }

    .tier-feature-list li {
        font-size: 14px;
        line-height: 1.5;
    }

    .tier-recommended-badge {
        top: 2px;
        right: 2px;
        min-width: 88px;
        height: 26px;
        font-size: 9px;
        transform: rotate(18deg);
    }

    .landing-card {
        width: min(340px, 100%);
        padding: 24px 18px;
        border-radius: 22px;
    }

    .landing-card-lower {
        margin-bottom: 190px;
    }

    .elite-form {
        gap: 22px;
    }

    .form-label {
        font-size: 14px;
    }

    .elite-input,
    .custom-select-trigger {
        min-height: 56px;
        font-size: 15px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .custom-select-option {
        font-size: 15px;
        padding: 12px 42px 12px 13px;
    }

    .elite-lock-inside {
        left: 16px;
        font-size: 11.5px;
    }

    .playtime-value {
        min-height: 56px;
        font-size: 16px;
    }

    .playtime-slider {
        touch-action: pan-x;
        -ms-touch-action: pan-x;
        overscroll-behavior: contain;
        user-select: none;
        -webkit-user-select: none;
    }

    .playtime-slider::-webkit-slider-thumb {
        width: 22px;
        height: 22px;
        margin-top: -4.5px;
        background: #000000;
        border: 2px solid #ffd501;
    }

    .playtime-slider::-moz-range-thumb {
        width: 22px;
        height: 22px;
        background: #000000;
        border: 2px solid #ffd501;
    }

    .form-legal-note {
        max-width: 300px;
        margin-top: 0;
        font-size: 11.5px;
        line-height: 1.6;
    }

    .form-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .form-actions .hero-button {
        width: 100%;
        max-width: 230px;
        text-align: center;
    }

    .site-footer {
        padding: 28px 20px 38px;
    }

    .site-footer-link {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .landing-footer {
        margin-top: -155px;
        padding-bottom: 34px;
    }

    .video-section {
        max-width: 340px;
        margin: 18px auto 80px;
        padding: 0;
        transform: translateY(25px);
    }

    .video-section.video-visible {
        transform: translateY(0);
    }

    .video-placeholder {
        border-radius: 20px;
    }

    .main-video {
        border-radius: 18px;
    }

    .video-placeholder-text {
        font-size: 18px;
        letter-spacing: 1.4px;
        padding: 0 12px;
    }

    .video-description {
        margin-top: 30px;
    }

    .video-description p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 28px;
    }

    .join-info-page {
        padding: 105px 34px 95px;
    }

    .join-info-hero {
        max-width: 340px;
        margin-bottom: 34px;
    }

    .join-info-title {
        font-size: 31px;
        line-height: 1.12;
        letter-spacing: 1.35px;
        margin-bottom: 14px;
    }

    .join-info-intro {
        max-width: 340px;
        font-size: 15.5px;
        line-height: 1.65;
    }

    .join-info-main-button {
        margin-top: 24px;
    }

    .join-steps-section {
        max-width: 340px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .join-step-card {
        min-height: auto;
        padding: 24px 18px 26px;
        border-radius: 22px;
    }

    .join-step-number {
        width: 42px;
        height: 42px;
        margin-bottom: 16px;
        font-size: 19px;
    }

    .join-step-title {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .join-step-text {
        font-size: 14.5px;
        line-height: 1.62;
    }

    .join-extra-section {
        max-width: 340px;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 34px;
    }

    .join-extra-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .join-extra-title {
        font-size: 20px;
    }

    .join-extra-text {
        font-size: 14.5px;
        line-height: 1.62;
    }

    .join-final-section {
        max-width: 340px;
        margin-top: 42px;
    }

    .join-final-title {
        font-size: 27px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .join-final-text {
        font-size: 15px;
        line-height: 1.65;
    }

    .join-final-buttons {
        margin-top: 24px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .join-final-buttons .hero-button {
        width: 100%;
        max-width: 230px;
        text-align: center;
    }
}