/* ===================================================
   STATES PAGE STYLES (HAND-DRAWN TARGET DESIGN REPLICATED)
   =================================================== */

.states-main-section {
    padding: 30px 0 2px;
    color: var(--dark-navy);
    font-family: var(--font-body);
    overflow-x: hidden;
}

/* 1. Hero Section ("WHERE WE WORK") */
.states-hero-container {
    margin-bottom: 30px;
}

.states-top-heading-wrap {
    display: inline-block;
    padding-left: 55px;
    margin-bottom: 20px;
}

.hero-orange-arrow {
    position: absolute;
    left: -25px;
    top: 22px;
    width: 58px;
    height: 58px;
    pointer-events: none;
}

.states-main-title {
    font-family: var(--font-title), 'Georgia', serif !important;
    font-size: 52px;
    font-weight: 700;
    color: #0d233a;
    letter-spacing: 1.5px;
    line-height: 1.1;
    margin: 0;
}

.title-underline-wrap {
    font-family: var(--font-title), 'Georgia', serif !important;
    position: relative;
    display: inline-block;
}

.green-handdrawn-line {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 14px;
    pointer-events: none;
}

.states-hero-text-content {
    max-width: 780px;
}

.states-hero-para {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 400;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 14px;
    margin-top: 15px;
    letter-spacing: 0.2px;
}

/* 2. USA Map & States We Serve Section */
.states-map-serve-container {
    margin-bottom: 40px;
}

.usa-map-wrapper {
    display: inline-block;
    max-width: 100%;
    padding: 10px;
}

.usa-map-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(28, 28, 46, 0.08));
    transition: transform 0.3s ease;
}

.usa-map-img:hover {
    transform: scale(1.02);
}

.states-list-wrapper {
    padding-left: 10px;
}

.states-serve-title {
    font-family: var(--font-title);
    font-size: 32px;
    font-weight: 700;
    color: #3b5a45;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.serve-title-wrap {
    
    position: relative;
    display: inline-block;
    font-family: var(--font-title);
}

.green-serve-underline {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 12px;
    pointer-events: none;
}

.state-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    
}

.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #314d3a;
}

.state-name-text {
    font-family: var(--font-body);
    font-size: 16.5px;
    font-weight: 600;
    color: #0d233a;
    display: inline-block;
}


.states-expand-note {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 16.5px;
    font-weight: 600;
    color: #475569;
    padding-top: 15px;
}

.states-expand-note span {
    font-family: var(--font-body);
    font-size: 16.5px;
    font-weight: 600;
    color: #475569;
}

.star-icon {
    flex-shrink: 0;
}

/* 3. Experience Across Jurisdictions Section */
.states-jurisdictions-container {
    margin-bottom: 30px;
}

.jurisdictions-heading-wrap {
    margin-bottom: 20px;
}

.jurisdictions-title {
    font-family: var(--font-title);
    font-size: 32px;
    font-weight: 700;
    color: #3b5a45;
    letter-spacing: 1.2px;
    margin: 0;
    text-transform: uppercase;
}

.jurisdictions-desc {
    font-family: var(--font-body);
    font-size: 16.5px;
    font-weight: 400;
    color: #475569;
    line-height: 1.6;
    max-width: 820px;
    margin-bottom: 0;
}

/* 4. 4-Step Process Flow with Dashed Line & Icons */
.states-process-container {
    margin-bottom: 40px;
}

.process-flow-wrapper {
    position: relative;
    padding-top: 10px;
}

/* Desktop Floating SVG Line Connectors using assets/images/state/lines.svg */
.process-line-connectors-desktop {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 100%;
    height: 60px;
    pointer-events: none;
    z-index: 0;
}

.process-line-connector {
    position: absolute;
    width: 22%;
    max-width: 240px;
    height: auto;
}

.process-line-connector.line-1 {
    left: 17%;
}

.process-line-connector.line-2 {
    left: 42%;
}

.process-line-connector.line-3 {
    left: 67%;
}

.process-line-mobile {
    max-width: 160px;
    height: auto;
    margin: 10px auto;
    opacity: 0.95;
}

.process-step-card {
    padding: 10px;
}

.process-icon-wrap {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.process-step-card:hover .process-icon-wrap {
    transform: translateY(-5px) scale(1.05);
}

.process-icon-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.process-step-title {
    font-family: var(--font-title);
    font-size: 20px;
    font-weight: 700;
    color: #3b5a45;
    margin-bottom: 10px;
    line-height: 1.25;
}

.process-step-desc {
    font-family: var(--font-body);
    font-size: 14.5px;
    font-weight: 400;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* 5. Bottom Hand-Drawn Landscape Illustration */
.states-landscape-container {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 0 !important;
}

.landscape-art-wrapper {
    width: 80%;
    max-width: 1050px;
    margin-left: 0;
}

.landscape-svg,
.landscape-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 0;
}

/* ===================================================
   RESPONSIVE BREAKPOINTS
   =================================================== */

@media (max-width: 1199.98px) {
    .states-main-title {
        font-size: 44px;
    }
    .states-serve-title {
        font-size: 28px;
    }
    .jurisdictions-title {
        font-size: 28px;
    }
}

@media (max-width: 1199.98px) {
    .states-main-title {
        font-size: 44px;
    }
    .states-serve-title {
        font-size: 28px;
    }
    .jurisdictions-title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .states-top-heading-wrap {
        padding-left: 45px;
    }
    .hero-orange-arrow {
        left: 0;
        top: 15px;
        width: 40px;
        height: 40px;
    }
    .states-main-title {
        font-size: 38px;
    }
    .states-hero-para {
        font-size: 18px;
    }
    .states-list-wrapper {
        padding-left: 0;
        margin-top: 20px;
    }
    .jurisdictions-title {
        font-size: 24px;
    }
    .jurisdictions-desc {
        font-size: 17px;
    }
    .process-step-card {
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {
    .states-landscape-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 0;
    }
    .landscape-art-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .landscape-img {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .states-top-heading-wrap {
        padding-left: 35px;
    }
    .hero-orange-arrow {
        left: 0;
        top: 8px;
        width: 32px;
        height: 32px;
    }
    .hand-arrows-left,
    .hand-arrows-right {
        width: 34px;
        height: 18px;
        flex-shrink: 0;
    }
    .states-main-title {
        font-size: 30px;
    }
    .green-handdrawn-line {
        bottom: -6px;
        height: 10px;
    }
    .states-hero-para {
        font-size: 16.5px;
    }
    .states-serve-title {
        font-size: 22px;
    }
    .state-name-link {
        font-size: 17px;
    }
    .states-expand-note {
        font-size: 16px;
    }
    .jurisdictions-title {
        font-size: 18px;
    }
    .jurisdictions-desc {
        font-size: 15.5px;
    }
    .process-step-title {
        font-size: 17.5px;
    }
    .process-step-desc {
        font-size: 14.5px;
    }
}
