.servs_descrip{
    font-size: var(--eighteen);
    color: rgba(255, 255, 255, 0.60);
}
.service_section .title_conts{
    margin: 0;
}
.service_section .revs_descrip_titles{
    justify-content: start;
    max-width: 466px;
} 
.serv_inf{
    margin-top: auto;
}
.serv_info_item{
    gap: 20px;
}
.without_title .serv_inf{
    margin: auto;
}
.title_info_blck .page_navigation_blck{
    margin-top: auto;
}

/* HUT SEO content - follows wrapper 1620px, stylish */
.service_section .hut_content {
    max-width: 100%;
    padding: 3rem 0 3.5rem;
}
.service_section .hut_content .title_conts,
.service_section .hut_content .hut_col_title {
    color: var(--black);
    max-width: 100%;
}
.hut_excluded_link{
    color: var(--c-teal);
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.hut_excluded_link:hover{
    color: var(--c-violet);
    text-decoration: underline;
    text-shadow: 0 0 12px rgba(124, 58, 237, 0.25);
}
.service_section .hut_content .servs_descrip,
.service_section .hut_content .revs_descrip,
.service_section .hut_content .hut_list {
    color: rgba(40, 40, 40, 0.88);
    font-size: 1.0625rem;
    line-height: 1.65;
}
.service_section .hut_content p {
    font-size: 1.0625rem;
    line-height: 1.65;
    margin-bottom: 0.875rem;
}
.hut_content .hut_h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.03em;
    color: var(--black);
    padding-bottom: 0.5rem;
    border-bottom: none;
    padding-bottom: 0.6rem;
    background:
        linear-gradient(90deg, var(--c-violet), var(--c-teal)) left bottom / 100% 3px no-repeat;
}
.hut_content .hut_h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.hut_content .hut_h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    color: var(--black);
}
.hut_content .hut_h4 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--black);
}
.hut_list {
    margin: 0.5rem 0 1.125rem;
    padding-left: 1.35rem;
    line-height: 1.65;
    font-size: 1.0625rem;
}
.hut_list li {
    margin-bottom: 0.5rem;
    line-height: 1.65;
}
.hut_num_list {
    list-style: decimal;
}
.hut_cta_wrap {
    margin: 1.5rem 0;
}
.hut_apply_btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    border-radius: var(--radiusSm);
    box-shadow: var(--shadow);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.hut_apply_btn:hover {
    box-shadow: var(--shadowHover);
}
/* Desktop: 2 columns, equal height; mobile: stacked */
.hut_two_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 1.5rem 0 1.75rem;
    align-items: stretch;
}
.hut_col {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.75rem;
    background: linear-gradient(160deg, #ffffff 0%, #faf5ff 100%);
    border-radius: var(--radius);
    border: 1px solid rgba(124, 58, 237, 0.1);
    box-shadow: var(--shadow);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.hut_col:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadowHover);
}
.hut_col_title {
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--black);
    letter-spacing: -0.02em;
}
.hut_note {
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, rgba(254, 243, 199, 0.35), rgba(237, 233, 254, 0.5));
    border-radius: var(--radiusSm);
    border-left: 4px solid var(--c-amber);
    margin: 1.5rem 0;
    font-size: 1rem;
    line-height: 1.6;
    box-shadow: var(--shadow);
}

.why_nypermit_quote {
    margin: 1.75rem 0 1.25rem;
    padding: 1.25rem 1.5rem 1.25rem 1.25rem;
    border-left: 4px solid rgba(124, 58, 237, 0.45);
    font-style: italic;
    color: rgba(26, 31, 36, 0.88);
    background: rgba(124, 58, 237, 0.06);
    border-radius: 0 var(--radiusSm) var(--radiusSm) 0;
}

.why_nypermit_reviews_h2 {
    margin-top: 0;
    margin-bottom: 0.35rem;
}

/* Home: What is HUT intro (above fuel / temp HUT columns) */
#what-is-hut .hut_content {
    padding-bottom: 1rem;
}

/* Home: two-column Fuel permit | Temporary HUT */
.hut_split_promo_wrap {
    padding: 2.5rem 0 1rem;
    max-width: 100%;
}
.hut_split_two_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
    align-items: stretch;
}
.hut_split_col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    background: linear-gradient(165deg, #ffffff 0%, #f5f3ff 100%);
    border-radius: var(--radius);
    border: 1px solid rgba(124, 58, 237, 0.1);
    box-shadow: var(--shadow);
    padding: 1.75rem 1.5rem 1.5rem;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
.hut_split_col:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadowHover);
}
.hut_split_promo_wrap .hut_split_h2 {
    margin-top: 0;
    padding-top: 0;
}
.hut_split_col__body {
    flex: 1 1 auto;
}
.hut_split_col .hut_split_list {
    margin-top: 0.35rem;
}
.hut_split_col__cta {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 1.5rem;
    display: flex;
    justify-content: flex-end;
}
.hut_split_apply {
    min-width: 140px;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    .hut_split_two_cols {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

/* Static marketing pages: hero-style bullet list on light background */
.service_section .home_hero_bullets.revs_descrip {
    color: var(--black);
    text-shadow: none;
    list-style: disc;
}















