.content h2 {
    font-size: 2.8rem;
    color: #2c2c2c;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 14px;
    border-bottom: 2px solid #d8be91;
    display: block;
    width: 100%;
}

.content h3 {
    font-size: 1.9rem;
    color: #2c2c2c;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}

.content p {
    font-size: 1.7rem;
    color: #515151;
    line-height: 2.8rem;
    margin-bottom: 24px;
}

.content ul, .content ol {
    font-size: 15px !important;
    line-height: 2.4rem;
    color: #515151;
    margin-bottom: 24px;
}

..content li {
    margin-top: 6px;
}

.content .cnt-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.content .cnt-card {
    flex: 0 1 calc(50% - 10px);
    padding: 28px 24px;
    background-color: #f6f6f4;
    border-left: 3px solid #d8be91;
    transition: border-color 0.2s, background-color 0.2s;
}

@media (max-width: 767.98px) {
    .content .cnt-card {
        flex: 0 1 100%;
    }
}

.content .cnt-card:hover {
    background-color: #f0ede9;
    border-left-color: #ad8a4e;
}

.content .cnt-card__icon {
    font-size: 2.8rem;
    color: #ad8a4e;
    margin-bottom: 14px;
    display: inline-block;
}

.content h3.cnt-card__title {
    font-size: 1.7rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 10px;
    margin-top: 0;
    border: none;
    padding: 0;
    display: block;
}

.content .cnt-card p {
    font-size: 1.5rem;
    color: #515151;
    line-height: 2.2rem;
    margin-top: 8px;
}

.content .cnt-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
    position: relative;
}

.content .cnt-steps::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #d8be91, #f6f6f4);
}

.content .cnt-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 0 0 28px 0;
    position: relative;
}

.content .cnt-step:last-child {
    padding-bottom: 0;
}

.content .cnt-step__num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ad8a4e, #d8be91);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.content .cnt-step__body {
    padding-top: 10px;
    flex: 1;
}

.content h3.cnt-step__title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #2c2c2c;
    margin: 0 0 6px 0;
    border: none;
    padding: 0;
    display: block;
}

.content .cnt-step__body p {
    font-size: 1.5rem;
    color: #515151;
    line-height: 2.3rem;
    margin-top: 4px;
}

.content .cnt-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.content .cnt-benefit {
    flex: 0 1 300px;
    padding: 28px 24px;
    background-color: #f6f6f4;
    border-left: 3px solid #d8be91;
    transition: border-color 0.2s, background-color 0.2s;
}

.content .cnt-benefit:hover {
    background-color: #f0ede9;
    border-left-color: #ad8a4e;
}

.content .cnt-benefit__icon {
    font-size: 2.8rem;
    color: #ad8a4e;
    margin-bottom: 14px;
    display: inline-block;
}

.content span.cnt-benefit__title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #2c2c2c;
    display: block;
    margin-bottom: 8px;
}

.content .cnt-benefit p {
    font-size: 1.5rem;
    color: #515151;
    line-height: 2.2rem;
    margin-top: 4px;
}

.content ul.cnt-list {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.content ul.cnt-list li {
    padding: 5px 0;
    font-size: 1.6rem;
    color: #515151;
    line-height: 2.4rem;
    list-style: disc;
    margin-left: 20px;
}

.content ul.cnt-list li::marker {
    color: #d8be91;
}

p.cnt-closing {
    margin-top: 40px;
    padding: 24px 28px;
    background-color: #1b352d;
    font-size: 1.6rem;
    color: #eff6dd;
    line-height: 2.6rem;
    border-left: 4px solid #d8be91;
}

.content .service-faq__item {
    border-bottom: 1px solid #e6e3e0;
    margin-top: 0;
}

.content .service-faq__item:first-of-type {
    border-top: 1px solid #e6e3e0;
    margin-top: 10px;
}

.content summary.service-faq__question {
    padding: 18px 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c2c2c;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.content summary.service-faq__question::-webkit-details-marker {
    display: none;
}

.content .service-faq__icon {
    font-size: 1.8rem;
    color: #ad8a4e;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.content .service-faq__item[open] .service-faq__icon {
    transform: rotate(180deg);
}

.content .service-faq__answer {
    padding: 0 0 18px 0;
}

.content .service-faq__answer p {
    font-size: 1.6rem;
    color: #515151;
    line-height: 2.4rem;
    margin-top: 0;
}

a.srv-tile {
    display: block;
    text-decoration: none;
    height: 100%;
}

.srv-tile__inner {
    padding: 36px 24px;
    background-color: #f6f6f4;
    border-top: 3px solid #d8be91;
    height: 100%;
    text-align: center;
    transition: background-color 0.2s, border-color 0.2s;
}

a.srv-tile:hover .srv-tile__inner,
a.srv-tile:focus .srv-tile__inner {
    background-color: #f0ede9;
    border-top-color: #ad8a4e;
}

.srv-tile__icon {
    font-size: 3.6rem;
    color: #ad8a4e;
    display: inline-block;
    margin-bottom: 18px;
    transition: color 0.2s;
}

a.srv-tile:hover .srv-tile__icon,
a.srv-tile:focus .srv-tile__icon {
    color: #1b352d;
}

.srv-tile__title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #2c2c2c;
    margin: 0 0 10px 0;
    display: block;
    text-align: center;
}

.srv-tile__desc {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5rem;
    color: #515151;
    line-height: 2.2rem;
    margin-top: 0;
    text-align: center;
}

#ez-toc-container {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
    width: 100% !important;
    border-left: 3px solid #d8be91 !important;
    padding-left: 20px !important;
}

#ez-toc-container .ez-toc-title-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

#ez-toc-container p.ez-toc-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ad8a4e;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 !important;
    padding: 0 !important;
}

#ez-toc-container .ez-toc-title-toggle {
    display: none !important;
}

#ez-toc-container nav ul,
#ez-toc-container nav ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

#ez-toc-container nav ul {
    display: block !important;
}

#ez-toc-container nav > ul > li {
    padding: 3px 0 !important;
}

#ez-toc-container a.ez-toc-link {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.5rem;
    color: #515151 !important;
    text-decoration: none !important;
    transition: color 0.2s;
}

#ez-toc-container a.ez-toc-link:hover {
    color: #ad8a4e !important;
}

#ez-toc-container .ez-toc-counter,
#ez-toc-container .ez-toc-section,
#ez-toc-container .ez-toc-section-end {
    display: none !important;
}
