.nav-links a.active {
    color: #5ee7ff;
}

.paths-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 20px 84px;
    background:
        radial-gradient(circle at 20% 18%, rgba(94, 231, 255, 0.16), transparent 34%),
        radial-gradient(circle at 82% 20%, rgba(255, 204, 112, 0.14), transparent 34%),
        radial-gradient(circle at 80% 78%, rgba(143, 92, 255, 0.16), transparent 36%);
}

.paths-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 60px;
    align-items: center;
}

.paths-hero-left h1 {
    margin: 0;
    font-size: clamp(42px, 5.8vw, 70px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.paths-hero-left p {
    margin: 24px 0 0;
    max-width: 650px;
    color: #c4ccef;
    font-size: 18px;
}

.paths-hero-right {
    display: flex;
    justify-content: center;
}

.path-wheel-card {
    width: min(100%, 460px);
    padding: 28px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
        radial-gradient(circle at top, rgba(94, 231, 255, 0.12), transparent 55%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.path-wheel-title {
    color: #dce4ff;
    font-size: 18px;
    font-weight: 800;
}

.path-wheel {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 34px auto;
    border-radius: 50%;
    border: 1px dashed rgba(94, 231, 255, 0.35);
    background:
        radial-gradient(circle, rgba(94, 231, 255, 0.10), transparent 56%);
}

.wheel-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 126px;
    height: 126px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #071022;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
    background: linear-gradient(135deg, #5ee7ff, #9effc3);
    box-shadow: 0 0 60px rgba(94, 231, 255, 0.35);
}

.wheel-item {
    position: absolute;
    width: 76px;
    height: 76px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
}

.wheel-one {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.wheel-two {
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
}

.wheel-three {
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.wheel-four {
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}

.path-wheel-card p {
    margin: 0;
    padding: 16px;
    border-radius: 18px;
    color: #c4ccef;
    background: rgba(5, 8, 22, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.choose-section,
.compare-section {
    background: rgba(255, 255, 255, 0.025);
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.choose-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.choose-card:hover {
    transform: translateY(-4px);
    border-color: rgba(94, 231, 255, 0.35);
}

.choose-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #071022;
    font-size: 22px;
    font-weight: 900;
    background: linear-gradient(135deg, #5ee7ff, #9effc3);
}

.choose-card h3 {
    margin: 18px 0 10px;
    font-size: 21px;
}

.choose-card p {
    margin: 0;
    color: #b8c1e2;
}

.choose-card a {
    display: inline-flex;
    margin-top: 18px;
    color: #5ee7ff;
    font-weight: 800;
}

.path-detail-list {
    display: grid;
    gap: 28px;
}

.path-detail-card {
    padding: 30px;
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    scroll-margin-top: 96px;
}

.path-detail-card.highlight {
    background:
        linear-gradient(145deg, rgba(94, 231, 255, 0.13), rgba(143, 92, 255, 0.08)),
        rgba(255, 255, 255, 0.06);
    border-color: rgba(94, 231, 255, 0.26);
}

.path-detail-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.path-label {
    display: inline-flex;
    padding: 5px 12px;
    border-radius: 999px;
    color: #5ee7ff;
    background: rgba(94, 231, 255, 0.12);
    font-size: 13px;
    font-weight: 900;
}

.path-detail-header h3 {
    margin: 12px 0 0;
    font-size: 34px;
    line-height: 1.2;
}

.difficulty {
    flex: 0 0 auto;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.difficulty.easy {
    color: #9effc3;
    background: rgba(158, 255, 195, 0.12);
}

.difficulty.medium {
    color: #ffcc70;
    background: rgba(255, 204, 112, 0.12);
}

.difficulty.hard {
    color: #ff9aae;
    background: rgba(255, 154, 174, 0.12);
}

.path-desc {
    margin: 20px 0 0;
    color: #c4ccef;
    font-size: 17px;
}

.path-columns {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.path-columns div {
    padding: 20px;
    border-radius: 22px;
    background: rgba(5, 8, 22, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.path-columns h4,
.seven-day-box h4 {
    margin: 0 0 12px;
    font-size: 18px;
}

.path-columns ul {
    margin: 0;
    padding-left: 18px;
    color: #d9def6;
}

.path-columns li {
    margin: 7px 0;
}

.seven-day-box {
    margin-top: 22px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(94, 231, 255, 0.08);
    border: 1px solid rgba(94, 231, 255, 0.16);
}

.day-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.day-grid span {
    display: block;
    padding: 13px 14px;
    border-radius: 16px;
    color: #dffcff;
    background: rgba(255, 255, 255, 0.06);
}

.avoid-box {
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
    color: #fff4d6;
    background: rgba(255, 204, 112, 0.10);
    border: 1px solid rgba(255, 204, 112, 0.18);
}

.compare-table-wrap {
    overflow-x: auto;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.compare-table th,
.compare-table td {
    padding: 18px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-table th {
    color: #5ee7ff;
    font-size: 15px;
    background: rgba(5, 8, 22, 0.42);
}

.compare-table td {
    color: #d9def6;
}

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

.combo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.combo-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.combo-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.combo-card p {
    margin: 0;
    color: #b8c1e2;
}

.combo-card span {
    display: block;
    margin-top: 18px;
    padding: 14px;
    border-radius: 16px;
    color: #cffff0;
    background: rgba(158, 255, 195, 0.09);
    border: 1px solid rgba(158, 255, 195, 0.16);
    font-size: 14px;
}

.next-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 34px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(94, 231, 255, 0.14), rgba(143, 92, 255, 0.14)),
        rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.next-box h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
}

.next-box p {
    margin: 14px 0 0;
    color: #b8c1e2;
    font-size: 17px;
}

@media (max-width: 980px) {
    .paths-hero-inner {
        grid-template-columns: 1fr;
    }

    .choose-grid,
    .combo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .path-columns {
        grid-template-columns: 1fr;
    }

    .day-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .paths-hero {
        padding: 58px 16px 62px;
    }

    .paths-hero-left h1 {
        font-size: 40px;
    }

    .paths-hero-left p {
        font-size: 16px;
    }

    .path-wheel {
        width: 260px;
        height: 260px;
    }

    .wheel-center {
        width: 104px;
        height: 104px;
        font-size: 24px;
    }

    .wheel-item {
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }

    .choose-grid,
    .combo-grid {
        grid-template-columns: 1fr;
    }

    .path-detail-card {
        padding: 22px;
    }

    .path-detail-header {
        flex-direction: column;
    }

    .path-detail-header h3 {
        font-size: 28px;
    }

    .difficulty {
        align-self: flex-start;
    }

    .next-box {
        flex-direction: column;
        align-items: flex-start;
    }
}
