.hacktsu-guide-root {
    margin: 1.5rem 0;
}

.hacktsu-guide-toc {
    border: 1px solid #d4dce6;
    border-radius: 10px;
    background: #f7f9fc;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
}

.hacktsu-guide-toc__title {
    margin: 0 0 0.5rem 0;
    font-size: 1.05rem;
}

.hacktsu-guide-toc__list {
    margin: 0;
    padding-left: 1.1rem;
}

.hacktsu-guide-toc__item + .hacktsu-guide-toc__item {
    margin-top: 0.25rem;
}

.hacktsu-guide {
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    background: #fff;
    padding: 1.25rem;
    margin: 0 0 1rem 0;
    scroll-margin-top: 90px;
}

.hacktsu-guide__title {
    margin-top: 0;
}

.hacktsu-guide-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.75rem 0 1rem 0;
}

.hacktsu-guide-table th,
.hacktsu-guide-table td {
    border: 1px solid #d6dce5;
    padding: 0.55rem 0.65rem;
    text-align: left;
    vertical-align: top;
}

.hacktsu-guide-table th {
    background: #f0f4fa;
}

.hacktsu-guide-flow {
    margin: 0;
    padding-left: 1.3rem;
}

.hacktsu-guide-flow li + li {
    margin-top: 0.55rem;
}

.hacktsu-guide-packs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.7rem;
}

.hacktsu-guide-pack {
    border: 1px solid #dce2eb;
    border-radius: 8px;
    padding: 0.8rem;
    background: #fbfcff;
}

.hacktsu-guide-pack__title {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
}

.hacktsu-guide-buy-link {
    display: inline-block;
    padding: 0.45rem 0.75rem;
    border-radius: 7px;
    background: #1e73be;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.hacktsu-guide-buy-link:hover {
    background: #145d9b;
    color: #fff;
}

.hacktsu-guide-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.7rem;
    margin-bottom: 0.9rem;
}

.hacktsu-guide-plan-card {
    border: 1px solid #dce2eb;
    border-radius: 8px;
    padding: 0.85rem;
    background: #fbfcff;
}

.hacktsu-guide-plan-card h3 {
    margin-top: 0;
    margin-bottom: 0.35rem;
}

.hacktsu-guide-plan-card__price {
    margin-top: 0;
    font-weight: 700;
}

.hacktsu-guide-faq-item {
    border: 1px solid #dce2eb;
    border-radius: 8px;
    background: #fff;
    padding: 0.65rem 0.8rem;
}

.hacktsu-guide-faq-item + .hacktsu-guide-faq-item {
    margin-top: 0.55rem;
}

.hacktsu-guide-faq-item summary {
    cursor: pointer;
    font-weight: 600;
}

.hacktsu-guide-faq-item p {
    margin: 0.55rem 0 0 0;
}
