.ms-v2-page {
    color: #1a1c1c;
}

.ms-v2-hero {
    padding-top: 0.5rem;
    margin-bottom: 2.5rem;
}

.ms-v2-hero__kicker {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5f5e5e;
}

.ms-v2-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1.05;
    color: #91000a;
    letter-spacing: -0.02em;
}

.ms-v2-hero__intro {
    max-width: 42rem;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #5f5e5e;
}

.ms-v2-home-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 2rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid #e4beb9;
    border-radius: 0.375rem;
    background: #fff;
    color: #91000a;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ms-v2-home-link:hover {
    background: #91000a;
    border-color: #91000a;
    color: #fff;
}

.ms-v2-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 640px) {
    .ms-v2-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .ms-v2-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.25rem 2.5rem;
    }
}

.ms-v2-section {
    min-width: 0;
}

.ms-v2-section__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid #91000a;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1c1c;
}

.ms-v2-section__title::before {
    content: "";
    width: 1rem;
    height: 2px;
    background: #91000a;
}

.ms-v2-tree {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ms-v2-tree--nested {
    margin-top: 0.45rem;
    padding-left: 0.85rem;
    border-left: 1px solid #e8e8e8;
}

.ms-v2-tree__item + .ms-v2-tree__item {
    margin-top: 0.55rem;
}

.ms-v2-tree__link {
    display: inline-block;
    color: #91000a;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ms-v2-tree__link:hover {
    color: #5f0007;
    text-decoration: underline;
}

.ms-v2-tree__group {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1a1c1c;
}

.ms-v2-tree__desc {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #5f5e5e;
}

.ms-v2-extra {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8;
}

.ms-v2-extra__title {
    margin: 0 0 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1c1c;
}

.ms-v2-extra-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 640px) {
    .ms-v2-extra-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .ms-v2-extra-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ms-v2-extra-list a {
    display: block;
    color: #91000a;
    font-weight: 600;
    text-decoration: none;
}

.ms-v2-extra-list a:hover {
    text-decoration: underline;
}

.ms-v2-extra-list span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8125rem;
    color: #5f5e5e;
}
