:root {
    --bg: #050505;
    --surface: #111111;
    --surface-highlight: #1a1a1a;
    --text: #ffffff;
    --text-muted: #888888;
    --accent: #D4FF00; /* Neon Volt */
    --danger: #ff3b3b;
    --border: 1px solid #333;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

h2 { font-size: 3.5rem; }
h3 { font-size: 2rem; }

p {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-bottom: 20px;
}

a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }

/* --- UTILITIES --- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center { text-align: center; }
.highlight { color: var(--accent); }

.btn {
    display: inline-block;
    background: var(--accent);
    color: #000;
    padding: 14px 35px;
    font-family: 'Teko', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(212, 255, 0, 0.4);
}

.btn-outline {
    background: transparent;
    border: 1px solid var(--text);
    color: var(--text);
}
.btn-outline:hover {
    background: var(--text);
    color: #000;
}

/* UPDATED MEMBER BUTTON (Matches Theme) */
.btn-member {
    background: #222;
    color: var(--accent);
    font-family: 'Teko';
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 20px;
    border: 1px solid var(--accent);
    margin-right: 10px;
}
.btn-member:hover {
    background: var(--accent);
    color: #000;
    box-shadow: 0 0 15px rgba(212, 255, 0, 0.3);
}

/* --- HEADER --- */
header {
    padding: 20px 0;
    border-bottom: var(--border);
    position: sticky;
    top: 0;
    background: rgba(5, 5, 5, 0.95);
    backdrop-filter: blur(10px);
    z-index: 100;
}
.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
    color: #fff;
    border-left: 4px solid var(--accent);
    padding-left: 10px;
    line-height: 1;
}
.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}
.nav-links a.link {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-muted);
}
.nav-links a.link:hover { color: var(--accent); }

.auth-buttons {
    display: flex;
    align-items: center;
}

/* --- HERO --- */
.hero {
    padding: 100px 0;
    border-bottom: var(--border);
    overflow: hidden;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}
.hero h1 {
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    margin-bottom: 25px;
}
.btn-group { display: flex; gap: 20px; margin-top: 20px; }

/* Chat Mockup */
.chat-device {
    background: #1a1a1a;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #333;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8);
    transform: rotate(-2deg);
}
.chat-screen {
    background: #0f0f0f;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.msg {
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 0.9rem;
    max-width: 85%;
}
.msg-l { background: #222; color: #fff; align-self: flex-start; }
.msg-r { background: var(--accent); color: #000; align-self: flex-end; font-weight: 600; }

/* --- TRUSTED BY --- */
.trusted-by {
    padding: 50px 0;
    border-bottom: var(--border);
    background: #0a0a0a;
    overflow: hidden;
    position: relative;
}

.trusted-label {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #444;
    margin-bottom: 30px;
    font-weight: 700;
}

.marquee-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

.marquee-content {
    display: flex;
    gap: 60px;
    animation: scroll 20s linear infinite;
    min-width: 100%;
    align-items: center;
    justify-content: space-around;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.gym-logo {
    font-size: 2rem;
    color: #fff;
    opacity: 0.5;
    font-weight: 700;
    white-space: nowrap;
    transition: 0.3s;
    cursor: default;
}
.gym-logo:hover { opacity: 1; color: var(--accent); }
.logo-fitbull { font-family: 'Black Ops One', system-ui; letter-spacing: 2px; transform: scale(1.2); opacity: 0.8; }
.logo-iron { font-family: 'Teko'; letter-spacing: -1px; font-weight: 300; }
.logo-metro { font-family: 'Inter'; font-weight: 800; font-style: italic; }
.logo-titan { font-family: 'Teko'; letter-spacing: 5px; }
.logo-muscle { font-family: serif; font-weight: 900; }

/* --- REDESIGNED COMPARISON (Why Switch) --- */
.comparison {
    padding: 120px 0;
    border-bottom: var(--border);
    background: radial-gradient(circle at 50% 50%, #111 0%, #050505 70%);
}
.comp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 60px;
    align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* OLD WAY CARD */
.comp-card-old {
    background: #0a0a0a;
    border: 2px dashed #333;
    padding: 50px 40px;
    opacity: 0.7;
    transform: scale(0.95);
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.comp-card-old:hover { opacity: 1; }
.comp-card-old h3 { color: #888; font-size: 2rem; margin-bottom: 30px; }

.comp-list-old li {
    color: #666;
    margin-bottom: 15px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}
.comp-list-old li span {
    color: var(--danger);
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2rem;
}

/* NEW WAY CARD */
.comp-card-new {
    background: #000;
    border: 2px solid var(--accent);
    padding: 60px 50px;
    box-shadow: 0 0 40px rgba(212, 255, 0, 0.15);
    transform: scale(1.05);
    position: relative;
    z-index: 2;
}
.comp-card-new h3 { color: #fff; font-size: 3rem; margin-bottom: 30px; }
.comp-card-new .badge {
    position: absolute;
    top: -15px; right: 30px;
    background: var(--accent);
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'Teko';
    font-size: 1.2rem;
}

.comp-list-new li {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}
.comp-list-new li span {
    color: var(--accent);
    background: rgba(212, 255, 0, 0.1);
    width: 30px; height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* ICON STYLING */
.comp-icon {
    width: 60px; height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.icon-chaos {
    background: rgba(255, 59, 59, 0.1);
    border: 1px solid var(--danger);
}
.icon-system {
    background: rgba(212, 255, 0, 0.1);
    border: 1px solid var(--accent);
    box-shadow: 0 0 10px rgba(212, 255, 0, 0.3);
}
.icon-svg {
    width: 30px; height: 30px;
    fill: currentColor;
}

/* --- FEATURES: USER FLOW (Zero Friction) --- */
.feature-section { padding: 100px 0; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 100px; }
.feature-row.reverse { direction: rtl; }
.feature-row.reverse .feature-text { direction: ltr; }
.step-num { font-family: 'Teko'; font-size: 4rem; color: #222; line-height: 1; }

/* --- CUSTOM GRAPHICS (Zero Friction) --- */
.graphic-container { background: radial-gradient(circle at center, #1a1a1a 0%, #050505 100%); height: 350px; border: 1px solid #333; border-radius: 10px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.g-chat-bubble { background: #222; border: 1px solid #444; padding: 20px; border-radius: 20px 20px 20px 0; width: 200px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); position: relative; }
.g-chat-bubble::after { content: ''; position: absolute; top: -10px; right: -10px; width: 20px; height: 20px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 10px var(--accent); }
.g-line { height: 8px; background: #444; margin-bottom: 10px; border-radius: 4px; }
.g-line.short { width: 60%; }
.g-pay-card { background: linear-gradient(135deg, #111, #222); border: 1px solid var(--accent); width: 240px; height: 140px; border-radius: 15px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 0 20px rgba(212, 255, 0, 0.1); position: relative; }
.g-check-circle { width: 40px; height: 40px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.5rem; color: #000; position: absolute; top: -15px; right: -15px; }
.g-pay-text { font-family: 'Teko'; font-size: 2rem; color: #fff; }
.g-pass-ticket { background: #fff; color: #000; width: 200px; padding: 20px; text-align: center; border-radius: 5px; position: relative; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.g-pass-ticket::before, .g-pass-ticket::after { content: ''; position: absolute; top: 50%; width: 20px; height: 20px; background: #1a1a1a; border-radius: 50%; }
.g-pass-ticket::before { left: -10px; }
.g-pass-ticket::after { right: -10px; }
.g-code { font-family: 'Teko'; font-size: 2.5rem; font-weight: 700; letter-spacing: 2px; border: 2px dashed #000; padding: 5px; margin: 10px 0; }

/* --- NEW SECTION: DIRECT BOOKING LINE --- */
.direct-booking {
    background: #000;
    padding: 80px 0;
    border-top: var(--border);
    border-bottom: var(--border);
}
.phone-display {
    font-family: 'Teko';
    font-size: clamp(3rem, 6vw, 6rem);
    color: var(--accent);
    margin: 20px 0;
    border: 2px dashed #333;
    display: inline-block;
    padding: 10px 40px;
    letter-spacing: 5px;
    background: rgba(20, 20, 20, 0.5);
}
.icon-phone {
    font-size: 0.6em;
    vertical-align: middle;
    margin-right: 20px;
}

/* --- FEATURES: OWNER DASHBOARD --- */
.owner-showcase { background: #111; padding: 100px 0; border-top: var(--border); border-bottom: var(--border); }
.dashboard-ui { background: #000; border: 1px solid #333; padding: 30px; margin-top: 50px; box-shadow: 0 0 50px rgba(0,0,0,0.5); }
.ui-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.ui-stat { border: 1px solid #333; padding: 20px; text-align: center; }
.ui-val { font-family: 'Teko'; font-size: 2.5rem; color: var(--accent); display: block; }
.ui-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }
.code-checker { display: flex; gap: 10px; background: #111; padding: 20px; border: 1px dashed #444; }

/* --- PRICING --- */
.pricing { padding: 100px 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 60px; }
.price-card { background: var(--surface); border: 1px solid #333; padding: 40px; transition: 0.3s; }
.price-card:hover { border-color: var(--accent); transform: translateY(-10px); }
.price-header { font-size: 1.5rem; color: var(--text-muted); text-transform: uppercase; }
.price-amount { font-family: 'Teko'; font-size: 3.5rem; color: #fff; line-height: 1; margin: 10px 0; }
.price-amount span { font-size: 1rem; color: var(--text-muted); }

/* --- FOOTER --- */
.big-cta { padding: 120px 0; text-align: center; background: radial-gradient(circle at center, #1a1a1a 0%, #050505 100%); }
footer { padding: 60px 0; border-top: var(--border); color: var(--text-muted); font-size: 0.9rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .hero-grid, .feature-row, .comp-grid, .faq-grid, .footer-grid, .ui-grid { grid-template-columns: 1fr; }
    .nav-links { display: none; }
    .hero h1 { font-size: 3rem; }
    .feature-row.reverse { direction: ltr; }
    .comp-card-new { transform: scale(1); margin-top: 20px; }
    .phone-display { font-size: 2rem; padding: 10px; letter-spacing: 2px; }
}
