.location-badge {
    background: #fa9b1b;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}
.hero-subtitle {
    font-size: 1.35em;
    margin-bottom: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.hero-support {
    max-width: 880px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.page-intro {
    padding: 70px 0 40px;
}
.intro-card {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 38px;
    border-radius: 12px;
    color: #ffffff;
    margin-bottom: 35px;
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.25);
    border: 3px solid #fa9b1b;
}
.intro-card h2 {
    color: #ffffff;
    margin-bottom: 18px;
}
.intro-card p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 0;
}
.certification-panel {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    padding: 30px;
    margin-bottom: 35px;
    border-left: 6px solid #fa9b1b;
}
.certification-copy h2 {
    color: #2c3e50;
    margin-top: 4px;
    margin-bottom: 17px;
}
.certification-copy p {
    font-size: 17px;
    line-height: 1.7;
}
.trust-strip {
    margin-top: 20px;
    margin-bottom: 20px;
}
.trust-item {
    background: #ffffff;
    border-left: 4px solid #fa9b1b;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 24px 22px;
    border-radius: 10px;
    min-height: 185px;
    margin-bottom: 25px;
}
.trust-item i {
    color: #fa9b1b;
    font-size: 30px;
    margin-bottom: 12px;
    display: inline-block;
}
.trust-item h3, .trust-item h4 {
    margin-bottom: 10px;
    color: #2c3e50;
}
.content-section {
    padding: 55px 0;
}
.content-section.alt {
    background: #f8f9fa;
}
.section-heading {
    margin-bottom: 35px;
}
.section-heading h2 {
    color: #2c3e50;
    margin-bottom: 16px;
}
.section-heading p {
    font-size: 17px;
    line-height: 1.7;
    color: #555555;
}
.content-card {
    background: #ffffff;
    padding: 30px 26px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    border-top: 4px solid #fa9b1b;
    min-height: 275px;
}
.content-card h3, .content-card h4 {
    color: #2c3e50;
    margin-bottom: 15px;
}
.content-card p {
    line-height: 1.7;
}
.content-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.content-card li {
    margin-bottom: 9px;
    line-height: 1.6;
}
.requirement-list {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}
.requirement-list h3 {
    color: #2c3e50;
    margin-bottom: 25px;
}
.requirement-list ul {
    columns: 2;

    column-gap: 70px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.requirement-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    break-inside: avoid;
    line-height: 1.55;
}
.requirement-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fa9b1b;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.process-step {
    background: #ffffff;
    padding: 28px 25px 28px 55px;
    border-radius: 10px;
    margin-bottom: 22px;
    position: relative;
    border-left: 5px solid #fa9b1b;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    min-height: 155px;
}
.step-number {
    background: #fa9b1b;
    color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    left: -19px;
    top: 28px;
    font-size: 18px;
}
.process-step h3, .process-step h4 {
    color: #2c3e50;
    margin-bottom: 12px;
}
.process-step p {
    margin-bottom: 0;
    line-height: 1.65;
}
.image-feature {
    margin: 35px 0;
}
.image-feature img {
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}
.image-caption {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 12px;
    font-style: italic;
}
.callout-box {
    background: #2c3e50;
    color: #ffffff;
    padding: 32px;
    border-radius: 10px;
    border-left: 6px solid #fa9b1b;
    margin: 30px 0;
}
.callout-box h2, .callout-box h3, .callout-box h4 {
    color: #ffffff;
    margin-bottom: 15px;
}
.callout-box p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
}
.model-group {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    border-left: 4px solid #fa9b1b;
}
.model-group h3 {
    color: #2c3e50;
    margin-bottom: 18px;
}
.model-tag {
    display: inline-block;
    background: #f1f3f5;
    border: 1px solid #e2e6e9;
    color: #2c3e50;
    padding: 8px 13px;
    border-radius: 22px;
    margin: 0 7px 9px 0;
    font-weight: 600;
}
.service-areas {
    background: #ffffff;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-left: 4px solid #fa9b1b;
}
.service-areas h3 {
    color: #2c3e50;
    margin-bottom: 18px;
}
.area-list {
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.8;
}
.faq-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    margin-bottom: 22px;
    border-left: 4px solid #fa9b1b;
}
.faq-item h3 {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 12px;
}
.faq-item p {
    margin-bottom: 0;
    line-height: 1.7;
}
.inline-cta {
    background: #fa9b1b;
    color: #ffffff;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    margin: 45px 0 10px;
}
.inline-cta h2, .inline-cta h3 {
    color: #ffffff;
    margin-bottom: 15px;
}
.inline-cta p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 22px;
}
.source-note {
    background: #f8f9fa;
    border: 1px solid #e1e5e8;
    padding: 24px;
    border-radius: 10px;
    color: #555555;
    font-size: 14px;
    line-height: 1.65;
    margin-top: 25px;
}
.source-note strong {
    color: #2c3e50;
}
.cta-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 55px 0;
    color: #ffffff;
    text-align: center;
}
.cta-section h2 {
    color: #ffffff;
    margin-bottom: 20px;
}
.cta-section p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.cta-button {
    background: #fa9b1b;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 10px;
    border: none;
    font-size: 16px;
}
.cta-button:hover, .cta-button:focus {
    background: #e88900;
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}
.cta-button.secondary {
    background: transparent;
    border: 2px solid #ffffff;
}
.cta-button.secondary:hover, .cta-button.secondary:focus {
    background: #ffffff;
    color: #2c3e50;
}
.text-link {
    color: #d97d00;
    font-weight: 600;
}
.text-link:hover, .text-link:focus {
    color: #b96800;
}
.certification-logo {
    background: #ffffff;
    padding: 12px 14px 22px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
    margin-bottom: 30px;
}

.certification-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.certification-logo figcaption {
    max-width: 390px;
    margin: 18px auto 0;
    color: #555;
    font-size: 15px;
    line-height: 1.55;
}

.related-resources .resource-grid {
    display: flex;
    flex-wrap: wrap;
}

.related-resources .resource-grid > [class*="col-"] {
    display: flex;
    float: none;
}

.resource-card {
    width: 100%;
    min-height: 0;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.resource-card h3 {
    font-size: 27px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.resource-card p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.resource-link {
    color: #e67e00;
    font-weight: 600;
    line-height: 1.5;
    margin-top: auto;
}

.resource-link:hover,
.resource-link:focus {
    color: #c86d00;
    text-decoration: underline;
}

.resource-link span {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.resource-link:hover span,
.resource-link:focus span {
    transform: translateX(4px);
}

.resource-footer {
    margin-top: 10px;
}

.resource-footer p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .trust-item,
    .content-card,
    .process-step {
        min-height: 0;
    }

    .related-resources .resource-grid {
        display: block;
    }

    .related-resources .resource-grid > [class*="col-"] {
        display: block;
        width: 100%;
    }

    .resource-card {
        display: block;
    }
}

@media (max-width: 767px) {
.page-intro {
    padding: 45px 0 25px;
}
.intro-card, .certification-panel {
    padding: 28px 22px;
}
.requirement-list {
    padding: 28px 24px;
}
.requirement-list ul {
    column-count: 1;

}
.process-step {
    padding-left: 42px;
}
.step-number {
    left: -14px;
    width: 30px;
    height: 30px;
    font-size: 15px;
}
.hero-subtitle {
    font-size: 1.15em;
}
.hero-support {
    font-size: 15px;
}
.cta-button {
    display: block;
    margin: 12px auto;
    max-width: 290px;
}
}