.voluntary-use-hero {
    background: linear-gradient(rgba(74, 48, 120, 0.88), rgba(106, 61, 179, 0.82)) no-repeat center center;
    background-size: cover;
    padding: 70px 0 50px;
    color: var(--light-color);
    text-align: center;
}

.voluntary-use-hero__title {
    font-size: 2.7rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
    color: var(--light-color);
}

.voluntary-use-hero__subtitle {
    font-size: 1.25rem;
    max-width: 900px;
    margin: 0 auto 1.5rem;
    font-family: 'Lora', serif;
    opacity: 0.95;
}

.voluntary-use-hero__features {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 2.2rem;
    flex-wrap: wrap;
}

.voluntary-use-hero__feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.voluntary-use-hero__feature-item i {
    color: var(--accent-color);
    margin-right: 7px;
}

.voluntary-use-hero__cta .btn {
    font-size: 1.1rem;
    padding: 12px 30px;
}

.quick-nav {
    background-color: #f8f9fa;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 70px;
    z-index: 1020;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.quick-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.quick-nav__item a {
    padding: 7px 12px;
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
}

.quick-nav__item a:hover,
.quick-nav__item a.active {
    background-color: var(--primary-color);
    color: var(--light-color);
    text-decoration: none;
}

.content-section {
    padding: 50px 0;
    scroll-margin-top: 140px;
}

.content-section__title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    font-size: 2.1rem;
}

.content-section__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3.5px;
    background-color: var(--accent-color);
    border-radius: 2px;
}

.content-section__description {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.2rem;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
}

.content-section__subtitle {
    color: var(--secondary-color);
    font-weight: 600;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--accent-color);
    display: inline-block;
}

.content-section__text {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.1rem;
}

.content-section__text strong {
    color: var(--secondary-color);
}

.content-section__text em {
    color: var(--primary-color);
    font-style: normal;
    font-weight: 500;
}

.content-section ul {
    list-style: none;
    padding-left: 0;
}

.content-section ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

.content-section ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 3px;
}

.content-section__quickcare-emphasis {
    background-color: rgba(106, 61, 179, 0.07);
    border-left: 4px solid var(--accent-color);
    padding: 15px 20px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.content-section__quickcare-emphasis strong {
    color: var(--primary-color);
}

.content-section__quickcare-emphasis a {
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: underline;
}

.content-section__quickcare-emphasis a:hover {
    color: var(--secondary-color);
}

.highlight-box {
    background-color: rgba(106, 61, 179, 0.05);
    border-left: 5px solid var(--primary-color);
    padding: 20px;
    margin: 2rem 0;
    border-radius: 5px;
}

.highlight-box__title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.highlight-box__text {
    font-size: 1rem;
    line-height: 1.7;
}

.highlight-box__text a {
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: underline;
}

.highlight-box__text a:hover {
    color: var(--accent-color);
}

.decision-cards .card {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.decision-cards .card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 1.15rem;
}

.decision-cards .badge {
    background-color: rgba(106, 61, 179, 0.1);
    color: var(--primary-color);
    border: 1px solid rgba(106, 61, 179, 0.2);
    font-weight: 600;
}

.pitfall-card {
    background-color: var(--light-color);
    border: 1px solid var(--border-color);
    border-left: 5px solid var(--primary-color);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    padding: 20px 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.pitfall-card:hover {
    box-shadow: 0 5px 15px rgba(106, 61, 179, 0.1);
}

.pitfall-card__question-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.pitfall-card__icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 12px;
    margin-top: 2px;
}

.pitfall-card__question {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}

.pitfall-card__answer {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-color);
    padding-left: calc(1.5rem + 12px);
}

.pitfall-card__answer ul {
    margin-top: 0.5rem;
    padding-left: 5px;
}

.pitfall-card__answer ul li {
    padding-left: 20px;
    margin-bottom: 0.5rem;
}

.pitfall-card__answer ul li::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--accent-color);
    left: 0px;
    top: 4px;
}

.pitfall-card__answer ol {
    margin-top: 0.5rem;
    padding-left: 25px;
}

.pitfall-card__answer ol li {
    margin-bottom: 0.5rem;
    padding-left: 0;
}

.pitfall-card__answer ol li::before {
    display: none;
}

.pitfall-card__answer strong {
    color: var(--secondary-color);
}

.pitfall-card__answer .quickcare-mention {
    margin-top: 1rem;
    padding: 10px;
    background-color: rgba(106, 61, 179, 0.04);
    border-radius: 4px;
    font-style: italic;
}

.comparison-table {
    width: 100%;
    margin: 1.5rem 0 0;
    border-collapse: collapse;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    background: white;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid var(--border-color);
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}

.comparison-table th {
    background-color: var(--primary-color);
    color: var(--light-color);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: var(--secondary-color);
    width: 34%;
}

.comparison-table .check-mark::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745;
    margin-right: 8px;
}

.comparison-table .cross-mark::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #dc3545;
    margin-right: 8px;
}

.comparison-table small {
    display: block;
    color: #666;
    margin-top: 6px;
}

.faq-section--voluntary-use .accordion-button {
    font-size: 1.05rem;
}

.faq-section--voluntary-use .accordion-body {
    font-size: 1rem;
}

.faq-section--voluntary-use .accordion-body a {
    font-weight: 600;
    text-decoration: underline;
}

.final-cta-section--voluntary-use {
    background-color: var(--secondary-color);
    padding: 60px 0;
    text-align: center;
    color: var(--light-color);
}

.final-cta-section--voluntary-use .final-cta-section__title {
    color: var(--light-color);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.final-cta-section--voluntary-use .final-cta-section__text {
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 2rem;
    opacity: 0.92;
}

.final-cta-section--voluntary-use .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--light-color);
    font-weight: 700;
}

.final-cta-section--voluntary-use .btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.final-cta-section--voluntary-use .final-cta-section__secondary-text a {
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: underline;
}

.final-cta-section--voluntary-use .final-cta-section__secondary-text a:hover {
    color: var(--light-color);
}

@media (max-width: 991.98px) {
    .quick-nav {
        top: 60px;
    }

    .content-section {
        scroll-margin-top: 120px;
    }

    .voluntary-use-hero__title {
        font-size: 2.3rem;
    }

    .voluntary-use-hero__subtitle {
        font-size: 1.15rem;
    }

    .content-section__title {
        font-size: 1.9rem;
    }

    .content-section__subtitle {
        font-size: 1.4rem;
    }

    .pitfall-card__question {
        font-size: 1.1rem;
    }

    .pitfall-card__answer {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .voluntary-use-hero {
        padding: 50px 0 30px;
    }

    .voluntary-use-hero__title {
        font-size: 1.9rem;
    }

    .voluntary-use-hero__subtitle {
        font-size: 1rem;
    }

    .voluntary-use-hero__cta .btn {
        font-size: 1rem;
        padding: 10px 25px;
    }

    .quick-nav__list {
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        padding: 5px 0;
    }

    .quick-nav__item a {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .content-section__title {
        font-size: 1.7rem;
    }

    .content-section__subtitle {
        font-size: 1.3rem;
    }

    .content-section__text,
    .content-section ul li,
    .content-section__quickcare-emphasis {
        font-size: 1rem;
    }

    .pitfall-card {
        padding: 15px 20px;
    }

    .pitfall-card__question {
        font-size: 1.02rem;
    }

    .pitfall-card__answer {
        font-size: 0.95rem;
        padding-left: calc(1.3rem + 10px);
    }

    .pitfall-card__icon {
        font-size: 1.3rem;
        margin-right: 10px;
    }

    .final-cta-section--voluntary-use {
        padding: 40px 15px;
    }

    .final-cta-section--voluntary-use .final-cta-section__title {
        font-size: 1.7rem;
    }

    .final-cta-section--voluntary-use .final-cta-section__text {
        font-size: 1rem;
    }
}