.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: #1e5f74;
    text-decoration: underline;
}
.hut_excluded_link:hover{
    color: #1e5f74;
    text-decoration: underline;
    opacity: 0.85;
}
.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: 2px solid rgba(77, 125, 148, 0.2);
}
.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_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: var(--surface);
    border-radius: var(--radius);
    border: 1px solid rgba(40, 40, 40, 0.06);
    box-shadow: var(--shadow);
}
.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: var(--surface);
    border-radius: var(--radiusSm);
    border-left: 4px solid var(--accent);
    margin: 1.5rem 0;
    font-size: 1rem;
    line-height: 1.6;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

/* 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: var(--surface);
    border-radius: var(--radius);
    border: 1px solid rgba(40, 40, 40, 0.08);
    box-shadow: var(--shadow);
    padding: 1.75rem 1.5rem 1.5rem;
}
.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;
    }
}

















