/* =========================================================
   Vegas Theme — Dark Vegas (black + gold)
   ========================================================= */

/* --- Buttons --- */
.main-slider-two__btn-box,
.main-slider-two__btn {
    opacity: 1 !important;
}

.main-slider-two__btn-box {
    text-align: center;
    padding: 24px 0 0 0;
}

.main-slider-two__btn {
    background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%) !important;
    color: #0a0a0a !important;
    border: 2px solid #FFD700 !important;
    font-weight: 700;
    box-shadow: 0 2px 16px #FFD70044;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
    padding: 16px 40px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

.main-slider-two__btn:hover {
    background: linear-gradient(90deg, #B8860B 0%, #FFD700 100%) !important;
    color: #fffbe6 !important;
}

.thm-btn,
.main-menu__btn,
.main-menu__btn-box .thm-btn,
a.thm-btn {
    background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%) !important;
    color: #0a0a0a !important;
    border: none !important;
    font-weight: 700;
    box-shadow: 0 2px 16px #FFD70044;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
}

.thm-btn:hover,
.main-menu__btn:hover,
.main-menu__btn-box .thm-btn:hover,
a.thm-btn:hover {
    background: linear-gradient(90deg, #B8860B 0%, #FFD700 100%) !important;
    color: #fffbe6 !important;
}

/* --- Gold borders for cards --- */
.step-card,
.model-column.new,
.model-column.old {
    border: 2px solid #FFD700 !important;
}

/* --- Hero --- */
.vegas-hero {
    background: linear-gradient(135deg, #080808 0%, #0f0f14 50%, #0a0012 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

/* Cinematic gold accent bar — bottom only */
.vegas-hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #FFD700 30%, #FFD700 70%, transparent 100%);
    z-index: 4;
    opacity: 0.55;
    pointer-events: none;
}

/* Background decorative glows */
.vegas-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.vegas-hero__bg-glow--left {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(ellipse, rgba(223,37,226,0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.vegas-hero__bg-glow--right {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse, rgba(255,215,0,0.07) 0%, transparent 70%);
    border-radius: 50%;
}

.vegas-hero__bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,215,0,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,215,0,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* Split layout row */
.vegas-hero__row {
    position: relative;
    z-index: 3;
}

.vegas-hero__content {
    color: #FFD700;
    text-align: left;
    padding-right: 20px;
}

/* Badge */
.vegas-hero__badge {
    display: inline-block;
    background: linear-gradient(90deg, rgba(255,215,0,0.12), rgba(255,215,0,0.06));
    border: 1px solid rgba(255,215,0,0.45);
    color: #FFD700;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 9px 26px;
    border-radius: 50px;
    margin-bottom: 30px;
    backdrop-filter: blur(8px);
    animation: heroBadgePop 0.8s cubic-bezier(.22,.68,0,1.2) both;
    animation-delay: 0.1s;
}

.vegas-hero__title {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #FFD700;
    line-height: 1.15;
    text-shadow: 0 2px 32px rgba(0,0,0,0.8);
    animation: heroFadeUp 0.9s ease both;
    animation-delay: 0.35s;
}

.vegas-hero__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fffbe6;
    font-weight: 500;
    animation: heroFadeUp 0.9s ease both;
    animation-delay: 0.55s;
}

.vegas-hero__description {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 32px;
    color: #b0b0c0;
    animation: heroFadeUp 0.9s ease both;
    animation-delay: 0.75s;
}

/* Stats strip */
.vegas-hero__stats {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 36px;
    animation: heroFadeUp 0.9s ease both;
    animation-delay: 0.85s;
}

.vegas-hero__stat {
    display: flex;
    flex-direction: column;
}

.vegas-hero__stat-num {
    font-size: 26px;
    font-weight: 800;
    color: #FFD700;
    line-height: 1;
}

.vegas-hero__stat-label {
    font-size: 9px;
    color: #888;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 4px;
    line-height: 1.3;
}

.vegas-hero__stat-sep {
    width: 1px;
    height: 36px;
    background: rgba(255,215,0,0.2);
}

.vegas-hero__content .main-menu__btn-box {
    animation: heroFadeUp 0.9s ease both;
    animation-delay: 0.95s;
}

/* ---- Scroll To Top ---- */
.scroll-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFD700, #c9a800);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 18px rgba(255, 215, 0, 0.35);
}
.scroll-to-top svg {
    width: 20px;
    height: 20px;
    color: #0a0800;
}
.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-to-top:hover {
    box-shadow: 0 6px 28px rgba(255, 215, 0, 0.6);
    transform: translateY(-3px);
}

/* ---- Video frame ---- */
.vegas-hero__video-frame {
    position: relative;
    padding: 10px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(223,37,226,0.1), rgba(255,215,0,0.08));
    border: 1px solid rgba(255,215,0,0.3);
    box-shadow:
        0 0 60px rgba(223,37,226,0.15),
        0 0 120px rgba(255,215,0,0.08),
        0 30px 80px rgba(0,0,0,0.7);
}

.vegas-hero__video-screen {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #000;
}

.vegas-hero__video-screen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Subtle shine on screen glass */
.vegas-hero__video-screen-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

/* Ambient glow under the frame */
.vegas-hero__video-glow {
    position: absolute;
    bottom: -40px;
    left: 10%;
    right: 10%;
    height: 60px;
    background: radial-gradient(ellipse, rgba(255,215,0,0.25) 0%, transparent 70%);
    filter: blur(20px);
    pointer-events: none;
    z-index: -1;
}

/* LIVE badge on the frame */
.vegas-hero__live-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(0,0,0,0.75);
    border: 1px solid rgba(255,215,0,0.4);
    backdrop-filter: blur(10px);
    color: #FFD700;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 6px 14px;
    border-radius: 50px;
    z-index: 5;
}

.vegas-hero__live-dot {
    width: 7px;
    height: 7px;
    background: #ff3b3b;
    border-radius: 50%;
    box-shadow: 0 0 6px #ff3b3b;
    animation: livePulse 1.2s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.5; transform: scale(1.4); }
}

/* Corner accent marks */
.vegas-hero__corner {
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 5;
    pointer-events: none;
}
.vegas-hero__corner--tl { top: 0;    left: 0;    border-top: 2px solid #FFD700;  border-left: 2px solid #FFD700;  border-radius: 18px 0 0 0; }
.vegas-hero__corner--tr { top: 0;    right: 0;   border-top: 2px solid #FFD700;  border-right: 2px solid #FFD700; border-radius: 0 18px 0 0; }
.vegas-hero__corner--bl { bottom: 0; left: 0;    border-bottom: 2px solid #FFD700; border-left: 2px solid #FFD700; border-radius: 0 0 0 18px; }
.vegas-hero__corner--br { bottom: 0; right: 0;   border-bottom: 2px solid #FFD700; border-right: 2px solid #FFD700; border-radius: 0 0 18px 0; }

/* ---- Custom Video Controls ---- */
.vvc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 14px 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 100%);
    border-radius: 0 0 10px 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vegas-hero__video-screen:hover .vvc,
.vegas-hero__video-frame:hover .vvc {
    opacity: 1;
}

.vvc__progress-wrap {
    padding: 6px 0 2px;
    cursor: pointer;
}

.vvc__progress {
    position: relative;
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    overflow: visible;
}

.vvc__progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #FFD700, #df25e2);
    border-radius: 4px;
    pointer-events: none;
    transition: width 0.1s linear;
}

.vvc__progress-thumb {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%) scale(0);
    width: 12px;
    height: 12px;
    background: #FFD700;
    border-radius: 50%;
    box-shadow: 0 0 6px #FFD700;
    pointer-events: none;
    transition: transform 0.15s ease;
}

.vvc__progress-wrap:hover .vvc__progress-thumb {
    transform: translate(-50%, -50%) scale(1);
}

.vvc__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 4px;
}

.vvc__left,
.vvc__right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vvc__btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #FFD700;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s, transform 0.15s;
}

.vvc__btn:hover {
    background: rgba(255,215,0,0.15);
    transform: scale(1.15);
}

.vvc__btn svg {
    width: 18px;
    height: 18px;
}

.vvc__time {
    font-size: 11px;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    letter-spacing: 0.5px;
    min-width: 36px;
}

/* Scroll indicator */
.vegas-hero__scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.65;
    animation: heroFadeUp 1s ease both;
    animation-delay: 1.4s;
}

.vegas-hero__scroll-arrow {
    width: 18px;
    height: 18px;
    border-right: 2px solid #FFD700;
    border-bottom: 2px solid #FFD700;
    transform: rotate(45deg);
    animation: bounceY 1.5s ease-in-out infinite;
}

/* Keyframes */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroBadgePop {
    from { opacity: 0; transform: scale(0.82) translateY(14px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes bounceY {
    0%, 100% { transform: rotate(45deg) translateY(0); }
    50%       { transform: rotate(45deg) translateY(7px); }
}

/* --- Stage scene --- */
.vegas-stage-scene {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.vegas-spotlight {
    position: absolute;
    top: 0;
    width: 220px;
    height: 100%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.055;
    background: linear-gradient(180deg, #FFD700 0%, transparent 85%);
}

.vegas-spotlight--left {
    left: 12%;
    transform: rotate(-18deg);
    transform-origin: top center;
}

.vegas-spotlight--center {
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    opacity: 0.04;
}

.vegas-spotlight--right {
    right: 12%;
    transform: rotate(18deg);
    transform-origin: top center;
}

.vegas-artist-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vegas-artist-svg {
    width: 70px;
    height: auto;
    filter: drop-shadow(0 0 14px #FFD700aa) drop-shadow(0 0 4px #FFD700);
    opacity: 0.85;
}

.vegas-stage-floor {
    width: 340px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #FFD700 30%, #FFD700 70%, transparent 100%);
    box-shadow: 0 0 18px #FFD70055, 0 0 6px #FFD70088;
}

.vegas-audience-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: radial-gradient(ellipse at 50% 100%, #FFD70018 0%, #FFD7000a 40%, transparent 70%);
}

/* --- How It Works --- */
.how-works {
    padding: 80px 0;
    background: linear-gradient(135deg, #18181c 0%, #222222 100%);
}

.how-works-header {
    text-align: center;
    margin-bottom: 60px;
}

/* Two-column layout using Bootstrap row */
.how-works-layout {
    align-items: flex-start;
    margin-top: 10px;
}

.how-works-steps {
    width: 100%;
}

/* Individual step row */
.how-works-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 28px;
}

/* Vertical connector line between steps */
.how-works-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 29px;
    top: 60px;
    width: 2px;
    bottom: 0;
    background: linear-gradient(180deg, #FFD700 0%, #B8860B33 100%);
}

.how-works-step__content {
    flex: 1;
    text-align: left;
    padding: 24px 28px;
}

.step-card {
    background: #18181c;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px #FFD70033;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #0a0a0a;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FFD700;
}

.step-text {
    font-size: 14px;
    color: #b0b0c0;
    line-height: 1.8;
    margin: 0;
}

/* ---- Photo Sidebar ---- */
.hw-photo-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hw-photo-main {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 36px rgba(0,0,0,0.65);
    border: 2px solid rgba(255,215,0,0.35);
}

.hw-photo-main img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.hw-photo-main:hover img {
    transform: scale(1.04);
}

.hw-photo-main__label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: linear-gradient(90deg, #FFD700, #B8860B);
    color: #0a0a0a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
}

.hw-photo-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hw-photo-duo__item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,215,0,0.2);
    box-shadow: 0 4px 18px rgba(0,0,0,0.5);
}

.hw-photo-duo__item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.hw-photo-duo__item:hover img {
    transform: scale(1.06);
}

.hw-photo-wide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,215,0,0.2);
    box-shadow: 0 4px 18px rgba(0,0,0,0.5);
}

.hw-photo-wide img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.hw-photo-wide:hover img {
    transform: scale(1.04);
}

.hw-photo-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, transparent 100%);
    color: #FFD700;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 18px 10px 8px;
    text-align: center;
}

.hw-photo-caption--wide {
    font-size: 11px;
    letter-spacing: 2px;
}

/* Trio row */
.hw-photo-trio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}

.hw-photo-trio__item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,215,0,0.18);
    box-shadow: 0 4px 14px rgba(0,0,0,0.5);
}

.hw-photo-trio__item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hw-photo-trio__item:hover img {
    transform: scale(1.08);
}

/* Tall duo variant */
.hw-photo-duo__item--tall img {
    height: 140px !important;
}

/* Gold stat strip */
.hw-photo-stat-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #1a1500 0%, #2a1f00 100%);
    border: 1px solid rgba(255,215,0,0.35);
    border-radius: 12px;
    padding: 16px 14px;
    margin-top: 2px;
    gap: 8px;
}

.hw-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.hw-stat__num {
    font-size: 16px;
    font-weight: 800;
    color: #FFD700;
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.hw-stat__label {
    font-size: 8px;
    color: #a08020;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.hw-stat-divider {
    width: 1px;
    height: 32px;
    background: rgba(255,215,0,0.25);
}


/* --- Benefits grid --- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.benefit-item {
    background: #141414;
    border: 1px solid #1e1e1e;
    border-top: 3px solid #FFD700;
    border-radius: 12px;
    padding: 36px 32px;
    transition: transform 0.25s, box-shadow 0.25s;
    text-align: left;
}

.benefit-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px #FFD70018;
}

.benefit-icon {
    font-size: 36px;
    margin-bottom: 18px;
    display: block;
    line-height: 1;
}

.benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}

.benefit-description {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.75;
    margin: 0;
}

/* --- Model comparison --- */
.model-comparison {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    position: relative;
}

.model-column {
    flex: 1 1 320px;
    padding: 40px 30px;
    border-radius: 12px;
    background: #141414;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
    position: relative;
}

.model-column.old {
    border: 2px solid #FFD700 !important;
}

.model-column.new {
    border: 2px solid #FFD700 !important;
}

.model-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center;
}

.model-list {
    list-style: none;
    padding: 0;
}

.model-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #2a2a2a;
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0c0;
}

.model-list li:last-child {
    border-bottom: none;
}

.model-list .icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.model-list .icon.negative {
    color: #cc4444;
}

.model-list .icon.positive {
    color: #FFD700;
}

.vs-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 800;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 20px #FFD70066;
    z-index: 2;
    border: 4px solid #0a0a0a;
}

/* --- Requirements --- */
.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
}

.requirements-list li {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
    min-height: 60px;
}

.requirements-list li:last-child {
    margin-bottom: 0;
}

.requirement-icon {
    font-size: 36px;
    margin-right: 24px;
    color: #FFD700;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.requirements-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 18px;
    top: 44px;
    width: 4px;
    height: calc(100% - 44px);
    background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%);
    border-radius: 2px;
    z-index: 1;
}

.requirement-content {
    flex: 1;
}

.requirement-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.requirement-description {
    font-size: 14px;
    color: #b0b0c0;
    line-height: 1.6;
}

/* --- Philosophy section --- */
.philosophy-section {
    background: #0c0c0c;
    padding: 110px 0 100px;
    position: relative;
    overflow: hidden;
}

/* Subtle dot-grid background */
.philosophy-section__bg-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #FFD70014 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

/* Faint gold glow, top-left */
.philosophy-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 500px;
    height: 400px;
    background: radial-gradient(ellipse at top left, #FFD70012 0%, transparent 70%);
    pointer-events: none;
}

/* Two-column grid */
.philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left column */
.philosophy-left {
    text-align: left;
}

/* Section tag */
.philosophy-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFD700;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid #FFD70044;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
}

/* Main headline */
.philosophy-headline {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
}

.philosophy-headline span {
    color: #FFD700;
}

/* Gold ornamental divider */
.philosophy-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 340px;
    margin: 0 auto 28px;
}

.philosophy-divider span:first-child,
.philosophy-divider span:last-child {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #FFD70055, transparent);
}

.philosophy-divider__dot {
    color: #FFD700;
    font-size: 12px;
    flex-shrink: 0;
}

/* Intro text */
.philosophy-intro {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 1.9;
    margin: 0;
}

/* Right column — quote card */
.philosophy-right {
    display: flex;
    align-items: stretch;
}

.philosophy-quote-card {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-left: 4px solid #FFD700;
    border-radius: 12px;
    padding: 48px 44px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}

.philosophy-quote-mark {
    font-size: 72px;
    line-height: 1;
    color: #FFD70033;
    font-family: Georgia, serif;
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 36px;
    pointer-events: none;
}

/* Quote text */
.philosophy-quote {
    font-size: 16px;
    font-style: italic;
    color: #c8c8c8;
    line-height: 1.9;
    border: none;
    padding: 0;
    margin: 0;
    padding-top: 28px;
}

/* Author attribution */
.philosophy-quote-author {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 4px;
    border-top: 1px solid #2a2a2a;
}

.philosophy-quote-author__line {
    width: 36px;
    height: 2px;
    background: #FFD700;
    flex-shrink: 0;
}

.philosophy-quote-author strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.philosophy-quote-author span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-top: 3px;
    letter-spacing: 0.2px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Header / Nav --- */
.main-header {
    background: #080808;
    border-bottom: 1px solid #FFD70033;
}

.stricky-header {
    background-color: #080808 !important;
    border-bottom: 1px solid #FFD70033;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.8) !important;
}

.main-menu__list>li>a {
    color: #c8c8c8 !important;
    font-weight: 500;
    transition: color 0.2s;
}

.main-menu__list>li>a:hover {
    color: #FFD700 !important;
}

/* --- Common section classes --- */
.section-dark {
    padding: 90px 0;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
}

.section-darker {
    padding: 90px 0;
    background: linear-gradient(135deg, #111111 0%, #0d0d0d 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header .philosophy-divider {
    margin-bottom: 0;
    margin-top: 24px;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFD700;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid #FFD70033;
    padding: 5px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.section-title {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.section-title span {
    color: #FFD700;
}

.section-subtitle {
    font-size: 16px;
    color: #888;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.8;
}

/* --- Requirement cards --- */
.requirements-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    align-items: stretch;
}

.requirement-card {
    flex: 1 1 220px;
    max-width: 280px;
    min-width: 200px;
    background: #141414;
    border: 1px solid #1e1e1e;
    border-top: 3px solid #FFD700;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    padding: 36px 24px 30px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.requirement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px #FFD70022;
}

.requirement-card__icon {
    font-size: 40px;
    margin-bottom: 16px;
    display: block;
    line-height: 1;
}

.requirement-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.requirement-card__text {
    font-size: 14px;
    color: #b0b0c0;
    line-height: 1.7;
    margin: 0;
}

/* --- CTA Section --- */
.cta-section {
    padding: 110px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #150f00 50%, #0a0a0a 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 360px;
    background: radial-gradient(ellipse at center, #FFD70014 0%, transparent 70%);
    pointer-events: none;
}

.cta-section__title {
    font-size: 54px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.15;
    position: relative;
}

.cta-section__text {
    font-size: 17px;
    color: #888;
    margin-bottom: 44px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    position: relative;
}

.cta-section .thm-btn {
    padding: 18px 52px !important;
    font-size: 17px !important;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

/* --- Footer Disclaimer --- */
.site-footer__disclaimer {
    background: #1a1a1a;
    border-bottom: 1px solid #333;
    padding: 14px 0;
    text-align: center;
}

.site-footer__disclaimer p {
    margin: 0;
    font-size: 13px;
    color: #aaa;
    line-height: 1.6;
}

.site-footer__disclaimer a {
    color: #FFD700;
    text-decoration: underline;
}

.site-footer__disclaimer a:hover {
    color: #fff;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .how-works-layout {
        flex-direction: column;
    }

    .hw-photo-sidebar {
        position: static;
        margin-top: 40px;
    }

    .hw-photo-main img {
        height: 200px;
    }

    .how-works-steps,
    .how-works-images {
        flex: 1;
        max-width: 100%;
        position: static;
    }

    .philosophy-headline {
        font-size: 38px;
    }

    .philosophy-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .philosophy-left {
        text-align: center;
    }

    .philosophy-divider {
        margin: 0 auto 28px;
    }
}

@media (max-width: 768px) {
    .vegas-hero {
        min-height: 100svh;
        padding: 100px 0 60px;
    }

    .vegas-hero__content {
        text-align: center;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .vegas-hero__stats {
        justify-content: center;
    }

    .vegas-hero__title {
        font-size: 36px;
    }

    .vegas-hero__subtitle {
        font-size: 20px;
    }

    .vegas-hero__description {
        font-size: 15px;
    }

    .vegas-hero__badge {
        font-size: 10px;
        padding: 7px 18px;
    }

    .vegas-artist-svg {
        width: 48px;
    }

    .vegas-stage-floor {
        width: 220px;
    }

    .model-comparison {
        flex-direction: column;
        align-items: center;
    }

    .model-column {
        width: 100%;
        max-width: 480px;
    }

    .vs-badge {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .how-works-img-main {
        height: 200px;
    }

    .how-works-img-row img {
        height: 100px;
    }

    .how-works-img-row--3 {
        grid-template-columns: 1fr 1fr;
    }

    .how-works-img-row--asym {
        grid-template-columns: 1fr 1fr;
    }

    .philosophy-headline {
        font-size: 30px;
    }

    .philosophy-quote {
        font-size: 15px;
    }

    .philosophy-quote-card {
        padding: 36px 28px 32px;
    }

    .section-title {
        font-size: 30px;
    }

    .cta-section__title {
        font-size: 34px;
    }

    .requirement-card {
        max-width: 100%;
    }
}

/* Mobile Phones (Extra Small Screens) */
@media (max-width: 480px) {
    .vegas-hero {
        min-height: auto;
        padding: 90px 0 60px;
    }

    .vegas-hero__title {
        font-size: 28px;
        line-height: 1.3;
    }

    .vegas-hero__subtitle {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .vegas-hero__description {
        font-size: 14px;
        line-height: 1.7;
    }

    .vegas-hero__badge {
        font-size: 9px;
        letter-spacing: 1.5px;
        padding: 6px 14px;
        margin-bottom: 18px;
    }

    .vegas-hero__stats {
        gap: 10px;
    }

    .vegas-hero__stat-num {
        font-size: 18px;
    }

    .vegas-hero__stat-label {
        font-size: 7px;
        letter-spacing: 1px;
    }

    .vegas-hero__scroll-indicator {
        display: none;
    }

    .section-title {
        font-size: 24px;
    }

    .philosophy-headline {
        font-size: 22px;
    }

    .cta-section__title {
        font-size: 26px;
    }
}

/* =============================================
   APPLY PAGE
   ============================================= */

/* --- Apply Page --- */
.apply-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #150f00 60%, #0a0a0a 100%);
    padding: 80px 0 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.apply-hero__intro {
    margin: 0 auto;
}

.apply-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse at center, #FFD70016 0%, transparent 70%);
    pointer-events: none;
}

.apply-hero__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFD700;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid #FFD70033;
    padding: 5px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.apply-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.15;
    position: relative;
}

.apply-hero h1 span {
    color: #FFD700;
}

.apply-hero p {
    font-size: 17px;
    color: #888;
    /* max-width: 620px; */
    margin: 0 auto 0;
    line-height: 1.8;
    position: relative;
}

.apply-hero__divider {
    margin-top: 28px;
}

.form-container {
    max-width: 980px;
    margin: 40px auto 0;
    text-align: left;
    background: #141414;
    padding: 56px 52px;
    border-radius: 16px;
    border: 1px solid #1e1e1e;
    border-top: 3px solid #FFD700;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.5), 0 0 60px rgba(255, 215, 0, 0.03);
}

.form-container .section-header {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid #1e1e1e;
}

.form-group-custom {
    margin-bottom: 24px;
}

.form-group-custom label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ccc;
}

.form-group-custom input,
.form-group-custom select,
.form-group-custom textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    background: #0d0d0d;
    color: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group-custom input::placeholder,
.form-group-custom textarea::placeholder {
    color: #888;
}

.form-group-custom select option {
    background: #141414;
    color: #ffffff;
}

.form-group-custom input:focus,
.form-group-custom select:focus,
.form-group-custom textarea:focus {
    outline: none;
    border-color: #FFD700;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.08);
}

.form-group-custom textarea {
    resize: vertical;
    min-height: 130px;
}

.required-text {
    color: #FFD700;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%);
    color: #0a0a0a;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
    margin-top: 8px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3);
}

.form-note {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .apply-hero {
        padding: 60px 0 70px;
    }

    .apply-hero h1 {
        font-size: 34px;
    }

    .apply-hero__intro {
        max-width: 100%;
    }

    .form-container {
        padding: 36px 24px;
        margin-top: 28px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}