:root {
    --color-brand: #d946ef;
    --color-cta: #00f5d4;
    --text-muted: #777;
    --border: #ddd;
}

.sport-hero {
    background-color: var(--color-brand);
    color: #fff;
    padding: 80px 32px;
    text-align: center;
}

.sport-hero__inner {
    max-width: 800px;
    margin: 0 auto;
}

.sport-hero h1,
.sport-hero h2,
.sport-hero h3,
.sport-hero h4,
.sport-hero h5,
.sport-hero h6,
.sport-hero p,
.sport-hero li,
.sport-hero dt,
.sport-hero dd,
.sport-hero td,
.sport-hero th,
.sport-hero span,
.sport-hero label,
.sport-hero strong,
.sport-hero em,
.sport-hero blockquote,
.sport-hero a {
    color: #fff;
}

.sport-hero h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 16px;
    max-width: 700px;
    margin-inline: auto;
}

.sport-hero p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 32px;
    max-width: 640px;
    margin-inline: auto;
}

.btn-cta {
    display: inline-block;
    background-color: var(--color-cta);
    color: #111;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: background-color 0.2s;
}

.btn-cta:hover,
.btn-cta:focus {
    background-color: #00dfc0;
    color: #111;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.sport-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

.sport-section__container > h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.6;
    color: var(--color-brand);
    margin: 0 0 12px;
}

.sport-section__container > p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin: 0 0 32px;
    max-width: 700px;
}

.sport-articles {
    padding: 64px 0;
}

.sport-articles > .sport-section__container > h2 {
    text-align: center;
}

.sport-timeline {
    position: relative;
    padding: 32px 0;
    max-width: 900px;
    margin: 0 auto;
}

.sport-timeline__line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-brand);
    transform: translateX(-50%);
}

.sport-timeline__item {
    position: relative;
    width: 50%;
    padding: 0 40px 48px;
}

.sport-timeline__item--left {
    left: 0;
    padding-right: 60px;
    text-align: right;
}

.sport-timeline__item--right {
    left: 50%;
    padding-left: 60px;
    text-align: left;
}

.sport-timeline__dot {
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
    background-color: var(--color-brand);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--color-brand);
    z-index: 2;
}

.sport-timeline__item--left .sport-timeline__dot {
    right: -8px;
}

.sport-timeline__item--right .sport-timeline__dot {
    left: -8px;
}

.sport-timeline__date {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-brand);
    margin-bottom: 8px;
    line-height: 1.6;
}

.sport-card {
    background-color: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: left;
    transition: box-shadow 0.2s;
}

.sport-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.14);
}

.sport-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.sport-card__body {
    padding: 20px;
}

.sport-card__body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 8px;
}

.sport-card__body h3 a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.sport-card__body h3 a:hover,
.sport-card__body h3 a:focus {
    color: var(--color-brand);
}

.sport-card__body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.sport-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.sport-progress {
    padding: 64px 0;
    background-color: #f5f0fa;
}

.sport-progress .sport-section__container > h2,
.sport-progress .sport-section__container > p {
    text-align: center;
}

.sport-progress .sport-section__container > p {
    margin-inline: auto;
}

.sport-progress__circles {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.sport-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.sport-circle svg {
    transform: rotate(-90deg);
}

.sport-circle__bg {
    fill: none;
    stroke: #e8dff0;
    stroke-width: 8;
}

.sport-circle__fill {
    fill: none;
    stroke: var(--color-brand);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 326.73;
    stroke-dashoffset: 326.73;
    animation: sportCircleAnim 1.5s ease-out forwards;
}

.sport-circle__value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-brand);
    line-height: 1;
}

.sport-circle__label {
    margin-top: 12px;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
}

@keyframes sportCircleAnim {
    to {
        stroke-dashoffset: calc(326.73 * (1 - var(--progress)));
    }
}

.sport-tabs {
    padding: 64px 0;
}

.sport-tabs__wrapper {
    max-width: 800px;
}

.sport-tab-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

.sport-tabs__nav {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
    border-bottom: 2px solid var(--border);
    padding-bottom: 0;
}

.sport-tabs__label {
    padding: 12px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
    line-height: 1.6;
}

.sport-tabs__label:hover {
    color: var(--color-brand);
}

#tab-sports-force:checked ~ .sport-tabs__nav label[for="tab-sports-force"],
#tab-sports-endurance:checked ~ .sport-tabs__nav label[for="tab-sports-endurance"],
#tab-sports-technique:checked ~ .sport-tabs__nav label[for="tab-sports-technique"] {
    color: var(--color-brand);
    border-bottom-color: var(--color-brand);
}

.sport-tabs__content {
    display: none;
    padding: 24px 0;
}

.sport-tabs__content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    color: #111;
    margin: 0 0 12px;
}

.sport-tabs__content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin: 0 0 20px;
}

.sport-tabs__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sport-tabs__content ul li {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    padding: 10px 0 10px 24px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.sport-tabs__content ul li:last-child {
    border-bottom: none;
}

.sport-tabs__content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    background-color: var(--color-brand);
    border-radius: 50%;
}

.sport-tabs__content ul li strong {
    font-weight: 700;
    color: #111;
}

#tab-sports-force:checked ~ #content-sports-force,
#tab-sports-endurance:checked ~ #content-sports-endurance,
#tab-sports-technique:checked ~ #content-sports-technique {
    display: block;
}

.sport-comparison {
    padding: 64px 0;
    background-color: #f5f0fa;
}

.sport-comparison .sport-section__container > h2,
.sport-comparison .sport-section__container > p {
    text-align: center;
}

.sport-comparison .sport-section__container > p {
    margin-inline: auto;
}

.sport-comparison__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.sport-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 0.95rem;
}

.sport-table thead {
    background-color: var(--color-brand);
}

.sport-table thead th {
    color: #fff;
    font-weight: 700;
    padding: 14px 16px;
    text-align: left;
    line-height: 1.6;
    white-space: nowrap;
}

.sport-table tbody td {
    padding: 12px 16px;
    color: #333;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}

.sport-table tbody tr:hover {
    background-color: #faf5fd;
}

.sport-table tbody tr:last-child td {
    border-bottom: none;
}

.sport-table__note {
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 16px 0 0;
    text-align: center;
    max-width: 100%;
}

.sport-disclaimer {
    padding: 40px 0;
}

.sport-disclaimer p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    max-width: 800px;
}

@media (max-width: 768px) {
    .sport-hero {
        padding: 48px 20px;
    }

    .sport-hero h1 {
        font-size: 1.6rem;
    }

    .sport-hero p {
        font-size: 1rem;
    }

    .sport-section__container {
        padding: 0 20px;
    }

    .sport-section__container > h2 {
        font-size: 1.4rem;
    }

    .sport-timeline__line {
        left: 20px;
    }

    .sport-timeline__item,
    .sport-timeline__item--left,
    .sport-timeline__item--right {
        width: 100%;
        left: 0;
        padding-left: 52px;
        padding-right: 0;
        text-align: left;
    }

    .sport-timeline__item--left .sport-timeline__dot,
    .sport-timeline__item--right .sport-timeline__dot {
        left: 12px;
        right: auto;
    }

    .sport-progress__circles {
        gap: 32px;
    }

    .sport-tabs__nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sport-tabs__label {
        white-space: nowrap;
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .sport-comparison__table-wrap {
        margin: 0 -20px;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .sport-hero {
        padding: 36px 16px;
    }

    .sport-hero h1 {
        font-size: 1.35rem;
    }

    .sport-section__container {
        padding: 0 16px;
    }

    .sport-card img {
        height: 160px;
    }

    .sport-card__body {
        padding: 14px;
    }

    .sport-progress__circles {
        gap: 24px;
    }

    .sport-circle svg {
        width: 110px;
        height: 110px;
    }

    .sport-circle__value {
        font-size: 1.1rem;
    }

    .sport-table thead th,
    .sport-table tbody td {
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}