/* ── HERO ─────────────────────────────────────────────────── */
.hero {
    padding: 88px 32px 72px; background: var(--white);
    position: relative; overflow: hidden;
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle, #e5e7eb 1px, transparent 1px);
    background-size: 28px 28px; opacity: 0.5; pointer-events: none;
}
.hero::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
    background: linear-gradient(to bottom, transparent, var(--white)); pointer-events: none;
}
.hero-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 58fr 42fr;
    gap: 64px; align-items: center; position: relative; z-index: 1;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: #eff6ff; border: 1px solid #c7d7fd;
    border-radius: 999px; padding: 5px 14px 5px 5px;
    font-size: 0.8125rem; font-weight: 600; color: var(--primary); margin-bottom: 20px;
}
.hero-badge-dot {
    width: 22px; height: 22px; border-radius: 50%; background: var(--primary); color: #fff;
    font-size: 0.625rem; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.hero h1 {
    font-size: 4.25rem; font-weight: 700; line-height: 1.06;
    color: var(--dark); margin: 0 0 24px; letter-spacing: -0.035em;
}
.hero h1 em { font-style: normal; color: var(--primary); }
.hero-desc {
    font-size: 1.125rem; color: var(--text-muted); line-height: 1.75;
    margin: 0 0 36px; max-width: 480px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.hero-trust { font-size: 0.8125rem; color: var(--text-muted); margin-bottom: 20px; }
.hero-platform-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }

/* Chaos stack visual */
.hero-visual { position: relative; }
.chaos-stack { position: relative; height: 380px; }
.chaos-card {
    position: absolute; background: var(--white);
    border: 1px solid var(--border); border-radius: 12px;
    padding: 18px; box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}
.chaos-card.spreadsheet { top: 0; left: 0; right: 0; transform: rotate(-1.5deg); }
.chaos-card.whatsapp { top: 58px; left: 12px; right: -12px; transform: rotate(1deg); }
.chaos-card.notebook { top: 128px; left: -8px; right: 8px; transform: rotate(-0.5deg); }
.sheet-header, .sheet-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; }
.sheet-cell { font-size: 0.5625rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #9ca3af; padding: 4px 6px; border: 1px solid #f0f0f0; background: #fafafa; }
.sheet-data { font-size: 0.625rem; color: var(--text); padding: 4px 6px; border: 1px solid #f0f0f0; }
.sheet-data.stale { color: #ef4444; }
.sheet-data.ok { color: #16a34a; }
.wapp-header { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.wapp-avatar { width: 28px; height: 28px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; font-size: 0.6875rem; color: #fff; font-weight: 600; }
.wapp-title { font-size: 0.75rem; font-weight: 600; color: var(--dark); }
.wapp-sub { font-size: 0.625rem; color: var(--text-muted); }
.wapp-unread { margin-left: auto; background: #25d366; color: #fff; border-radius: 999px; font-size: 0.5625rem; font-weight: 700; padding: 2px 6px; }
.wapp-msg { background: #f0fdf4; border-radius: 6px; padding: 5px 8px; font-size: 0.625rem; color: var(--text); line-height: 1.4; margin-bottom: 4px; }
.wapp-msg + .wapp-msg { background: #f8fafc; }
.nb-title { font-size: 0.6875rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; border-bottom: 2px solid var(--primary); padding-bottom: 3px; }
.nb-row { display: flex; justify-content: space-between; font-size: 0.625rem; padding: 3px 0; border-bottom: 1px dashed #e5e7eb; }
.nb-paid { color: #16a34a; font-weight: 600; }
.nb-unpaid { color: #ef4444; font-weight: 600; }
.nb-unknown { color: #9ca3af; font-weight: 600; }

/* ── FOR WHOM ─────────────────────────────────────────────── */
.for-whom { padding: 96px 32px; background: var(--bg-light); border-top: 1px solid var(--border); }
.for-whom-inner { max-width: 1200px; margin: 0 auto; }
.for-whom-head { text-align: center; margin-bottom: 56px; }
.for-whom-head h2 { font-size: 2.25rem; font-weight: 700; color: var(--dark); margin: 8px 0 14px; letter-spacing: -0.025em; }
.for-whom-sub { font-size: 1.0625rem; color: var(--text-muted); max-width: 520px; margin: 0 auto; line-height: 1.7; }
.for-whom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.for-whom-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 28px 26px; display: flex; flex-direction: column; gap: 10px; transition: box-shadow 0.2s, transform 0.2s; text-decoration: none !important; }
.for-whom-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.07); transform: translateY(-2px); }
.for-whom-card.for-whom-card-featured { background: var(--dark); border-color: transparent; box-shadow: 0 12px 40px rgba(0,0,0,0.15); }
.for-whom-card.for-whom-card-featured:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.2); }
.for-whom-emoji { font-size: 2rem; line-height: 1; }
.for-whom-sport { font-size: 1rem; font-weight: 700; color: var(--dark); }
.for-whom-card.for-whom-card-featured .for-whom-sport { color: #fff; }
.for-whom-desc { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
.for-whom-card.for-whom-card-featured .for-whom-desc { color: rgba(255,255,255,0.55); }
.for-whom-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; border-top: 1px solid var(--border); padding-top: 14px; margin-top: 4px; }
.for-whom-card.for-whom-card-featured .for-whom-list { border-color: rgba(255,255,255,0.1); }
.for-whom-list li { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: var(--text-muted); line-height: 1.4; }
.for-whom-card.for-whom-card-featured .for-whom-list li { color: rgba(255,255,255,0.6); }
.for-whom-list li::before { content: ''; width: 5px; height: 5px; flex-shrink: 0; border-radius: 50%; background: var(--primary); opacity: 0.6; }
.for-whom-card.for-whom-card-featured .for-whom-list li::before { background: rgba(65,105,225,0.8); opacity: 1; }

/* ── WHY CLUBMON ──────────────────────────────────────────── */
.why-clubmon { padding: 96px 32px; background: var(--white); border-top: 1px solid var(--border); }
.why-clubmon-inner { max-width: 900px; margin: 0 auto; }
.why-clubmon-head { text-align: center; margin-bottom: 56px; }
.why-clubmon-head h2 { font-size: 2.25rem; font-weight: 700; color: var(--dark); margin: 8px 0 14px; letter-spacing: -0.025em; line-height: 1.2; }
.why-sub { font-size: 1.0625rem; color: var(--text-muted); max-width: 480px; margin: 0 auto; line-height: 1.7; }
.why-compare { display: grid; grid-template-columns: 1fr 48px 1fr; gap: 0; align-items: stretch; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.why-col { padding: 36px 32px; display: flex; flex-direction: column; gap: 24px; }
.why-col-old { background: #fafafa; }
.why-col-new { background: var(--dark); }
.why-divider { display: flex; align-items: center; justify-content: center; background: var(--border); position: relative; }
.why-vs { font-size: 0.75rem; font-weight: 800; color: var(--text-muted); letter-spacing: 0.08em; writing-mode: vertical-rl; text-transform: uppercase; }
.why-col-header { display: flex; align-items: center; gap: 12px; }
.why-col-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-col-old .why-col-icon { background: #fee2e2; color: #991b1b; }
.why-col-new .why-col-icon { background: rgba(65,105,225,0.2); color: rgba(65,105,225,0.9); }
.why-col-label { font-size: 1rem; font-weight: 700; }
.why-col-old .why-col-label { color: var(--dark); }
.why-col-new .why-col-label { color: #fff; }
.why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.why-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9375rem; line-height: 1.5; }
.why-list li::before { content: ''; width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; margin-top: 1px; background-repeat: no-repeat; background-position: center; }
.why-list-bad li { color: var(--text-muted); }
.why-list-bad li::before { background-color: #fee2e2; background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2L2 6M2 2l4 4' stroke='%23991b1b' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); }
.why-list-good li { color: rgba(255,255,255,0.75); }
.why-list-good li::before { background-color: rgba(65,105,225,0.4); background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3 5.5L7 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/* ── CLUBS STRIP ──────────────────────────────────────────── */
.clubs-strip { background: var(--bg-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 36px 32px; }
.clubs-strip-inner { max-width: 1200px; margin: 0 auto; }
.clubs-label { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.10em; color: var(--text-muted); text-align: center; margin-bottom: 24px; }
.clubs-logos { display: flex; gap: 40px; justify-content: center; align-items: center; flex-wrap: wrap; }
.club-logo { display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: 0.45; transition: opacity 0.2s, filter 0.2s; filter: grayscale(1); }
.club-logo:hover { opacity: 0.85; filter: grayscale(0); }
.club-crest { width: 48px; height: 56px; display: flex; align-items: center; justify-content: center; }
.club-name-label { font-size: 0.6875rem; font-weight: 600; color: var(--text-muted); text-align: center; letter-spacing: 0.03em; }

/* ── PROBLEM ──────────────────────────────────────────────── */
.problem { background: var(--dark); padding: 96px 32px; position: relative; overflow: hidden; }
.section-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.problem h2 { font-size: 3rem; font-weight: 700; color: #fff; text-align: center; margin: 0 0 14px; line-height: 1.15; letter-spacing: -0.03em; }
.problem-sub { font-size: 1.0625rem; color: rgba(255,255,255,0.5); text-align: center; max-width: 560px; margin: 0 auto 60px; line-height: 1.7; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 32px 28px; transition: background 0.2s, transform 0.2s; }
.problem-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.problem-scenario { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(65,105,225,0.75); margin-bottom: 14px; }
.problem-story { font-size: 1.0625rem; line-height: 1.75; color: rgba(255,255,255,0.78); margin: 0 0 18px; font-style: italic; }
.problem-reality { font-size: 0.875rem; color: rgba(255,255,255,0.38); line-height: 1.65; margin: 0; }

/* ── SOLUTION OVERVIEW ────────────────────────────────────── */
.sol-overview { padding: 88px 32px; background: var(--white); position: relative; overflow: hidden; }
.sol-overview::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, #e5e7eb 1px, transparent 1px); background-size: 28px 28px; opacity: 0.5; pointer-events: none; }
.sol-overview::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to bottom, transparent, var(--white)); pointer-events: none; }
.sol-overview-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.sol-overview-head { text-align: center; margin-bottom: 56px; }
.sol-overview-head h2 { font-size: 2.75rem; font-weight: 700; color: var(--dark); margin: 8px 0 16px; line-height: 1.15; letter-spacing: -0.03em; }
.sol-overview-head h2 span { color: var(--primary); }
.sol-overview-sub { font-size: 1.0625rem; color: var(--text-muted); max-width: 560px; margin: 0 auto; line-height: 1.75; }
.sol-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sol-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); transition: box-shadow 0.2s, transform 0.2s; }
.sol-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-3px); }
.sol-card.sol-card-featured { background: var(--dark); border-color: transparent; box-shadow: 0 12px 40px rgba(0,0,0,0.16); }
.sol-card.sol-card-featured:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.22); }
.sol-card-icon { width: 48px; height: 48px; border-radius: 12px; background: #eff6ff; border: 1px solid #c7d7fd; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sol-card.sol-card-featured .sol-card-icon { background: rgba(65,105,225,0.2); border-color: rgba(65,105,225,0.4); }
.sol-card h3 { font-size: 1.0625rem; font-weight: 700; color: var(--dark); margin: 0; line-height: 1.4; }
.sol-card.sol-card-featured h3 { color: #fff; }
.sol-card p { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
.sol-card.sol-card-featured p { color: rgba(255,255,255,0.55); }
.sol-card-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.sol-card-bullets li { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; color: var(--text); }
.sol-card-bullets li::before { content: ''; width: 14px; height: 14px; flex-shrink: 0; background: var(--primary); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L3 5L7 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.sol-card.sol-card-featured .sol-card-bullets li { color: rgba(255,255,255,0.75); }
.sol-card.sol-card-featured .sol-card-bullets li::before { background-color: rgba(65,105,225,0.6); }
.sol-card-compare { display: flex; align-items: center; gap: 8px; padding-top: 4px; margin-top: auto; flex-wrap: wrap; border-top: 1px solid var(--border); padding-top: 16px; }
.sol-card.sol-card-featured .sol-card-compare { border-color: rgba(255,255,255,0.1); }
.sol-before { font-size: 0.8125rem; color: var(--text-muted); text-decoration: line-through; opacity: 0.6; }
.sol-card-compare svg { color: var(--text-muted); flex-shrink: 0; opacity: 0.5; }
.sol-after { font-size: 0.8125rem; font-weight: 600; color: var(--primary); }

/* ── VIDEO ────────────────────────────────────────────────── */
.video-section { padding: 96px 32px; background: var(--white); border-top: 1px solid var(--border); }
.video-inner { max-width: 900px; margin: 0 auto; }
.video-header { text-align: center; margin-bottom: 44px; }
.video-header h2 { font-size: 2.5rem; font-weight: 700; color: var(--dark); margin: 8px 0 12px; letter-spacing: -0.03em; }
.video-sub { font-size: 1.0625rem; color: var(--text-muted); max-width: 480px; margin: 0 auto; line-height: 1.7; }
.video-placeholder {
    position: relative; width: 100%; aspect-ratio: 16 / 9;
    background: var(--dark);
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,0.20);
    display: flex; align-items: center; justify-content: center;
    background-image:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(65,105,225,0.18) 0%, transparent 70%),
        radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 100% 100%, 28px 28px;
    cursor: pointer;
}
.video-placeholder::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.35));
    pointer-events: none;
}
.video-play-btn {
    width: 72px; height: 72px; border-radius: 50%;
    background: var(--primary); border: 3px solid rgba(255,255,255,0.25);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    box-shadow: 0 0 0 12px rgba(65,105,225,0.18);
    position: relative; z-index: 1;
}
.video-placeholder:hover .video-play-btn { transform: scale(1.08); background: #2f5ce0; box-shadow: 0 0 0 16px rgba(65,105,225,0.22); }
.video-duration {
    position: absolute; bottom: 18px; right: 20px;
    font-size: 0.8125rem; font-weight: 700; color: rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.4); border-radius: 4px; padding: 3px 8px;
    z-index: 1;
}

/* ── HOW IT WORKS ─────────────────────────────────────────── */
.how-it-works { padding: 96px 32px; background: var(--bg-light); border-top: 1px solid var(--border); }
.how-it-works-inner { max-width: 1100px; margin: 0 auto; }
.how-head { text-align: center; margin-bottom: 64px; }
.how-head h2 { font-size: 2.25rem; font-weight: 700; color: var(--dark); margin: 8px 0 14px; letter-spacing: -0.025em; }
.how-sub { font-size: 1.0625rem; color: var(--text-muted); max-width: 400px; margin: 0 auto; line-height: 1.7; }
.how-steps { display: flex; align-items: flex-start; gap: 0; }
.how-step { flex: 1; background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 36px 32px; position: relative; transition: box-shadow 0.2s, transform 0.2s; }
.how-step:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.07); transform: translateY(-2px); }
.how-step-num { position: absolute; top: -1px; left: 28px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--primary); background: var(--white); padding: 0 8px; transform: translateY(-50%); }
.how-step-body { display: flex; flex-direction: column; gap: 14px; padding-top: 4px; }
.how-step-icon { width: 52px; height: 52px; border-radius: 12px; background: #eff6ff; border: 1px solid #c7d7fd; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.how-step h3 { font-size: 1.1875rem; font-weight: 700; color: var(--dark); margin: 0; letter-spacing: -0.015em; }
.how-step p { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
.how-connector { display: flex; align-items: center; justify-content: center; padding: 0 12px; padding-top: 52px; flex-shrink: 0; }
.how-cta { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 52px; flex-wrap: wrap; }
.how-cta-note { font-size: 0.875rem; color: var(--text-muted); }

/* ── RESOLUTION ───────────────────────────────────────────── */
.resolution { padding: 96px 32px; background: var(--white); }
.resolution-intro { text-align: center; margin-bottom: 72px; }
.resolution h2 { font-size: 2.25rem; font-weight: 700; color: var(--dark); margin: 0 0 10px; letter-spacing: -0.025em; }
.resolution-sub { font-size: 1.0625rem; color: var(--text-muted); max-width: 500px; margin: 0 auto; line-height: 1.7; }
.resolution-block { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 88px; }
.resolution-block:last-child { margin-bottom: 0; }
.resolution-block.reverse { direction: rtl; }
.resolution-block.reverse > * { direction: ltr; }
.res-number { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--primary); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.res-number::after { content: ''; flex: 0 0 28px; height: 2px; background: var(--primary); opacity: 0.25; border-radius: 2px; }
.resolution-copy { position: relative; }
.res-ghost-num { position: absolute; top: -20px; left: -4px; font-size: 9rem; font-weight: 900; color: var(--primary); opacity: 0.045; line-height: 1; letter-spacing: -0.05em; pointer-events: none; user-select: none; }
.resolution-copy h3 { font-size: 2rem; font-weight: 700; color: var(--dark); margin: 0 0 14px; line-height: 1.2; letter-spacing: -0.025em; }
.resolution-copy p { font-size: 1.0625rem; color: var(--text-muted); line-height: 1.75; margin: 0 0 24px; }
.outcome-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.outcome-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9375rem; color: var(--text); line-height: 1.55; }
.outcome-list li::before { content: ''; width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; background: var(--primary); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.res-visual { background: var(--bg-light); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.10); }
.res-visual-header { background: var(--dark); padding: 12px 18px; display: flex; align-items: center; gap: 6px; }
.chrome-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.chrome-bar { flex: 1; height: 5px; background: rgba(255,255,255,0.08); border-radius: 3px; }
.res-visual-body { padding: 20px; }
.member-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 16px; }
.stat-pill { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 12px 14px; text-align: center; }
.stat-val { font-size: 1.375rem; font-weight: 700; color: var(--dark); line-height: 1; }
.stat-lbl { font-size: 0.5625rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-top: 3px; }
.member-row { display: flex; align-items: center; justify-content: space-between; background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px; margin-bottom: 6px; }
.member-name { font-size: 0.8125rem; font-weight: 500; color: var(--dark); }
.member-sport { font-size: 0.6875rem; color: var(--text-muted); }
.badge-active { font-size: 0.5625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 7px; border-radius: 4px; background: #dcfce7; color: #166534; }
.badge-due { font-size: 0.5625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 7px; border-radius: 4px; background: #fee2e2; color: #991b1b; }
.badge-expiring { font-size: 0.5625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 3px 7px; border-radius: 4px; background: #fef9c3; color: #854d0e; }
.payment-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.pay-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 14px; }
.pay-amount { font-size: 1.25rem; font-weight: 700; color: var(--dark); }
.pay-label { font-size: 0.5625rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-top: 2px; }
.pay-bar-wrap { height: 5px; background: #f0f0f0; border-radius: 3px; margin-top: 8px; overflow: hidden; }
.pay-bar { height: 100%; border-radius: 3px; }
.pay-row { display: flex; justify-content: space-between; align-items: center; background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px; margin-bottom: 6px; }
.pay-name { font-size: 0.8125rem; font-weight: 500; color: var(--dark); }
.pay-date { font-size: 0.625rem; color: var(--text-muted); }
.pay-amt { font-size: 0.875rem; font-weight: 700; color: var(--dark); }
.schedule-week { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; margin-bottom: 14px; }
.day-col { text-align: center; }
.day-name { font-size: 0.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); padding: 3px 0; }
.day-num { font-size: 0.6875rem; font-weight: 700; color: var(--dark); padding: 5px 3px; border-radius: 5px; }
.day-num.today { background: var(--primary); color: #fff; }
.sched-event { display: flex; align-items: center; gap: 9px; background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px; margin-bottom: 6px; }
.sched-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.sched-title { font-size: 0.8125rem; font-weight: 600; color: var(--dark); }
.sched-time { font-size: 0.625rem; color: var(--text-muted); }
.sched-location { font-size: 0.625rem; color: var(--text-muted); margin-left: auto; white-space: nowrap; }

/* ── TESTIMONIALS (bento) ─────────────────────────────────── */
.testimonials-section { background: var(--white); border-top: 1px solid var(--border); padding: 96px 32px; }
.test-inner { max-width: 1200px; margin: 0 auto; }
.test-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; }
.test-overline { font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.10em; color: var(--primary); margin-bottom: 8px; }
.test-header h2 { font-size: 2rem; font-weight: 700; color: var(--dark); margin: 0; letter-spacing: -0.02em; }
.test-header-right { font-size: 0.9375rem; color: var(--text-muted); max-width: 280px; line-height: 1.6; text-align: right; }
.test-bento { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.tb-card { border-radius: 16px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s, box-shadow 0.2s; }
.tb-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.08); }
.tb-card-1 { grid-column: 1; grid-row: 1 / 3; background: var(--dark); min-height: 420px; }
.tb-card-2 { grid-column: 2; grid-row: 1; background: #eff6ff; }
.tb-card-3 { grid-column: 3; grid-row: 1; background: var(--bg-light); }
.tb-card-4 { grid-column: 2 / 4; grid-row: 2; background: var(--primary); }
.tb-qm { font-size: 3.5rem; line-height: 0.8; font-family: Georgia, serif; margin-bottom: 16px; display: block; opacity: 0.25; }
.tb-quote-lg { font-size: 1.25rem; font-weight: 500; line-height: 1.7; color: rgba(255,255,255,0.9); margin: 0; flex: 1; padding-bottom: 32px; letter-spacing: -0.01em; }
.tb-quote-md { font-size: 1rem; font-weight: 500; line-height: 1.7; color: var(--dark); margin: 0; flex: 1; padding-bottom: 20px; }
.tb-quote-white { font-size: 1.125rem; font-weight: 500; line-height: 1.7; color: rgba(255,255,255,0.92); margin: 0; flex: 1; padding-bottom: 20px; letter-spacing: -0.01em; }
.tb-author { display: flex; align-items: center; gap: 10px; }
.tb-avatar { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.6875rem; font-weight: 700; color: #fff; }
.tb-name-white { font-size: 0.875rem; font-weight: 600; color: #fff; }
.tb-role-white { font-size: 0.75rem; color: rgba(255,255,255,0.45); margin-top: 1px; }
.tb-name { font-size: 0.875rem; font-weight: 600; color: var(--dark); }
.tb-role { font-size: 0.75rem; color: var(--text-muted); margin-top: 1px; }

/* ── STATS BAR ────────────────────────────────────────────── */
.stats-bar-section { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 56px 32px; }
.stats-bar { max-width: 1200px; margin: 0 auto; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 40px 48px; display: grid; grid-template-columns: repeat(3,1fr); }
.stat-item { text-align: center; padding: 0 24px; }
.stat-item + .stat-item { border-left: 1px solid var(--border); }
.stat-big { font-size: 2.75rem; font-weight: 700; color: var(--dark); letter-spacing: -0.03em; line-height: 1; }
.stat-big span { color: var(--primary); }
.stat-desc { font-size: 0.9375rem; color: var(--text-muted); margin-top: 6px; line-height: 1.5; }

/* ── BLOG ─────────────────────────────────────────────────── */
.blog-section { padding: 96px 32px; background: var(--white); }
.blog-inner { max-width: 1200px; margin: 0 auto; }
.blog-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.blog-overline { display: inline-flex; align-items: center; font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.10em; color: var(--primary); margin-bottom: 8px; background: #eff6ff; border: 1px solid #c7d7fd; border-radius: 999px; padding: 4px 12px; }
.blog-head h2 { font-size: 2.25rem; font-weight: 700; color: var(--dark); margin: 0; letter-spacing: -0.025em; }
.blog-all { font-size: 0.9375rem; font-weight: 600; color: var(--primary); text-decoration: none; transition: color 0.15s; }
.blog-all:hover { color: var(--primary-dark); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; text-decoration: none; display: block; color: inherit; }
.blog-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.07); transform: translateY(-2px); }
.blog-img { height: 160px; background: var(--bg-light); border-bottom: 1px solid var(--border); overflow: hidden; }
.blog-img-inner { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-body { padding: 20px 22px 22px; }
.blog-tag { display: inline-block; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--primary); background: #eff6ff; padding: 3px 8px; border-radius: 4px; margin-bottom: 10px; }
.blog-title { font-size: 1rem; font-weight: 700; color: var(--dark); line-height: 1.45; margin: 0 0 8px; }
.blog-excerpt { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; margin: 0 0 14px; }
.blog-meta { font-size: 0.8125rem; color: var(--text-muted); display: flex; gap: 12px; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 960px) {
    .hero-inner, .resolution-block, .resolution-block.reverse { grid-template-columns: 1fr; direction: ltr; gap: 40px; }
    .hero h1 { font-size: 2.75rem; }
    .problem-grid { grid-template-columns: 1fr; }
    .sol-cards { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .blog-grid { grid-template-columns: 1fr 1fr; }
    .stats-bar { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
    .stat-item + .stat-item { border-left: none; border-top: 1px solid var(--border); padding-top: 20px; }
    .test-bento { grid-template-columns: 1fr 1fr; }
    .tb-card-1 { grid-column: 1 / 3; grid-row: 1; min-height: 260px; }
    .tb-card-2 { grid-column: 1; grid-row: 2; }
    .tb-card-3 { grid-column: 2; grid-row: 2; }
    .tb-card-4 { grid-column: 1 / 3; grid-row: 3; }
    .chaos-stack { height: 280px; }
    .test-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .test-header-right { text-align: left; max-width: 100%; }
    .how-steps { flex-direction: column; max-width: 480px; margin: 0 auto; }
    .resolution-block { max-width: 480px; margin: 0 auto; margin-bottom: 72px; }
    .res-visual {
        display: none;
    }
    .for-whom-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .blog-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}
@media (max-width: 640px) {
    .hero { padding: 56px 20px 48px; }
    .how-connector { padding: 8px 0; transform: rotate(90deg); }

    .why-compare { grid-template-columns: 1fr; }
    .why-divider { display: none; }
    .why-col-new { border-top: 1px solid rgba(255,255,255,0.08); border-radius: 0 0 15px 15px; }
    .problem, .sol-overview, .how-it-works, .resolution, .for-whom, .why-clubmon, .testimonials-section, .blog-section, .cta-section { padding: 64px 20px; }
    .sol-overview-head h2 { font-size: 1.875rem; }

    .why-col { padding: 28px 24px; }
    .blog-grid { grid-template-columns: 1fr; }
    .clubs-logos { gap: 24px; }
    .test-bento { grid-template-columns: 1fr; }
    .tb-card-1, .tb-card-2, .tb-card-3, .tb-card-4 { grid-column: 1; grid-row: auto; }
}

/* ── CTA BAND ──────────────────────────────────────────────── */
.cta-band { background: var(--primary); padding: 80px 32px; text-align: center; }
.cta-band-light { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-band-inner { max-width: 640px; margin: 0 auto; }
.cta-band h2 { font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.25; }
.cta-band-light h2 { color: var(--text); }
.cta-band p { font-size: 1.0625rem; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.cta-band-light p { color: var(--text-muted); }
.cta-band-note { font-size: 0.8125rem; color: rgba(255,255,255,0.6); margin-top: 14px; }
.cta-band-light .cta-band-note { color: var(--text-muted); }
.cta-band .btn-primary {
    background: #FFF;
    color: var(--primary);
}
.cta-band.cta-band-light .btn-primary {
    background: var(--primary);
    color: var(--white);
}
@media (max-width: 640px) {
    .cta-band { padding: 64px 20px; }
    .cta-band h2 { font-size: 1.625rem; }
}
.sports-index{
    background:#f9fafb;
}
