/* FileMyRTI Homepage Enhancements CSS v2 - Scoped styles */

/* ---- TRUST BAR ---- */
.trust-bar-section {
    background: #0066CC;
    padding: 24px 0;
    overflow: hidden;
}
.trust-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}
.trust-bar__item {
    text-align: center;
    padding: 8px 32px;
    min-width: 160px;
}
.trust-bar__number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
    display: inline;
}
.trust-bar__plus {
    font-size: 2.2rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
}
.trust-bar__label {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 4px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.trust-bar__divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
    .trust-bar { flex-wrap: wrap; gap: 8px; }
    .trust-bar__item { flex: 1 1 45%; min-width: 140px; padding: 12px 16px; }
    .trust-bar__divider { display: none; }
    .trust-bar__number, .trust-bar__plus { font-size: 1.8rem; }
}

/* ---- HOW IT WORKS ---- */
.how-it-works-section {
    padding: 80px 0 70px;
    background: #FFFFFF;
}
.how-it-works-section .section_heading h2 {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
}
.how-it-works__subtitle {
    color: #6B7280;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 40px;
}
.how-it-works {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}
.how-it-works__step {
    flex: 1;
    max-width: 300px;
    text-align: center;
    padding: 0 20px;
}
.how-it-works__icon-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}
.how-it-works__step-num {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #0066CC;
    color: #FFFFFF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
}
.how-it-works__title {
    font-size: 19px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}
.how-it-works__desc {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.6;
}
.how-it-works__connector {
    display: flex;
    align-items: center;
    padding-top: 28px;
}
.how-it-works__cta {
    margin-top: 36px;
}
.how-it-works__cta .btn_default {
    display: inline-block;
    background: rgb(3, 132, 212);
    color: #FFFFFF !important;
    padding: 10px 27px;
    border-radius: 0;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease;
    border: none;
    text-transform: capitalize;
}
.how-it-works__cta .btn_default:hover {
    background: #0052A3;
    color: #FFFFFF !important;
}
@media (max-width: 768px) {
    .how-it-works { flex-direction: column; align-items: center; gap: 24px; }
    .how-it-works__connector { transform: rotate(90deg); padding-top: 0; }
    .how-it-works__step { max-width: 100%; }
    .how-it-works-section { padding: 50px 0 40px; }
}

/* ---- RTI DOST SHOWCASE ---- */
.rti-dost-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #F0F7FF 0%, #E8F4FD 100%);
}
.rti-dost-showcase {
    display: flex;
    align-items: center;
    gap: 48px;
}
.rti-dost-showcase__content {
    flex: 1;
    min-width: 0;
}
.rti-dost-showcase__badge {
    display: inline-block;
    background: #0066CC;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.rti-dost-showcase__title {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 14px;
}
.rti-dost-showcase__desc {
    font-size: 16px;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 24px;
}
.rti-dost-showcase__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}
.rti-dost-showcase__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #374151;
    line-height: 1.5;
}
.rti-dost-showcase__features li svg {
    flex-shrink: 0;
    margin-top: 2px;
}
.rti-dost-showcase__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.rti-dost-showcase__ctas .btn_default {
    display: inline-block;
    background: rgb(3, 132, 212);
    color: #FFFFFF !important;
    padding: 10px 27px;
    border-radius: 0;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease;
    border: none;
    text-transform: capitalize;
}
.rti-dost-showcase__ctas .btn_default:hover {
    background: #0052A3;
    color: #FFFFFF !important;
}
.rti-dost-showcase__ctas .btn_outline {
    display: inline-block;
    background: transparent;
    color: rgb(3, 132, 212) !important;
    padding: 10px 27px;
    border-radius: 0;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none !important;
    border: 2px solid rgb(3, 132, 212);
    transition: all 0.2s ease;
    text-transform: capitalize;
}
.rti-dost-showcase__ctas .btn_outline:hover {
    background: rgb(3, 132, 212);
    color: #FFFFFF !important;
}
.rti-dost-showcase__visual {
    flex: 1;
    min-width: 0;
}
.rti-dost-showcase__mockup {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 102, 204, 0.12);
    overflow: hidden;
    border: 1px solid #E5E7EB;
}
.rti-dost-showcase__mockup-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: #F9FAFB;
    border-bottom: 1px solid #E5E7EB;
    font-weight: 600;
    color: #111827;
    font-size: 15px;
}
.rti-dost-showcase__mockup-badge {
    background: #0066CC;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    letter-spacing: 0.5px;
}
.rti-dost-showcase__mockup-body {
    padding: 20px;
}
.rti-dost-showcase__mockup-input,
.rti-dost-showcase__mockup-output {
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.rti-dost-showcase__mockup-input {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
}
.rti-dost-showcase__mockup-output {
    background: #E8F4FD;
    border: 1px solid #B8DBFA;
}
.rti-dost-showcase__mockup-label {
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.rti-dost-showcase__mockup-text {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
    margin: 0;
    font-style: italic;
}
.rti-dost-showcase__mockup-text--generated {
    color: #0066CC;
    font-style: normal;
    font-weight: 500;
}
@media (max-width: 768px) {
    .rti-dost-showcase { flex-direction: column; gap: 32px; }
    .rti-dost-showcase__title { font-size: 24px; }
    .rti-dost-showcase__ctas { flex-direction: column; }
    .rti-dost-section { padding: 50px 0; }
}

/* ---- POPULAR SERVICES ---- */
.popular-services-section {
    padding: 80px 0 70px;
    background: #FFFFFF;
}
.popular-services-section .section_heading h2 {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
}
.popular-services__subtitle {
    color: #6B7280;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 40px;
}
.popular-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}
.popular-services__card {
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    cursor: pointer;
}
.popular-services__card:hover {
    border-color: #0066CC;
    box-shadow: 0 4px 16px rgba(0, 102, 204, 0.12);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}
.popular-services__card--custom {
    background: linear-gradient(135deg, #F0F7FF 0%, #E8F4FD 100%);
    border-color: #B8DBFA;
}
.popular-services__card-icon {
    margin-bottom: 14px;
}
.popular-services__card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}
.popular-services__card-desc {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 14px;
}
.popular-services__card-cta {
    font-size: 15px;
    font-weight: 600;
    color: #0066CC;
}
.popular-services__card:hover .popular-services__card-cta {
    text-decoration: underline;
}
.popular-services__more {
    margin-top: 8px;
}
.popular-services__more .btn_outline {
    display: inline-block;
    background: transparent;
    color: rgb(3, 132, 212) !important;
    padding: 10px 27px;
    border-radius: 0;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none !important;
    border: 2px solid rgb(3, 132, 212);
    transition: all 0.2s ease;
    text-transform: capitalize;
}
.popular-services__more .btn_outline:hover {
    background: rgb(3, 132, 212);
    color: #FFFFFF !important;
}
@media (max-width: 992px) {
    .popular-services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .popular-services__grid { grid-template-columns: 1fr; }
    .popular-services-section { padding: 50px 0 40px; }
}

/* ---- FIND YOUR STATE ---- */
.find-state-section {
    padding: 80px 0 70px;
    background: #F9FAFB;
}
.find-state-section .section_heading h2 {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    line-height: 1.2;
}
.find-state__subtitle {
    color: #6B7280;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 40px;
}
.find-state__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.find-state__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s ease;
    text-align: center;
}
.find-state__card:hover {
    border-color: #0066CC;
    background: #F0F7FF;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
    text-decoration: none;
    color: inherit;
}
.find-state__card-name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 4px;
}
.find-state__card-count {
    font-size: 13px;
    color: #6B7280;
}
.find-state__all {
    margin-top: 8px;
}
.find-state__all .btn_outline {
    display: inline-block;
    background: transparent;
    color: rgb(3, 132, 212) !important;
    padding: 10px 27px;
    border-radius: 0;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none !important;
    border: 2px solid rgb(3, 132, 212);
    transition: all 0.2s ease;
    text-transform: capitalize;
}
.find-state__all .btn_outline:hover {
    background: rgb(3, 132, 212);
    color: #FFFFFF !important;
}
@media (max-width: 768px) {
    .find-state__grid { grid-template-columns: repeat(2, 1fr); }
    .find-state-section { padding: 50px 0 40px; }
}
