.han-single-section,
.han-single-section * {
    box-sizing: border-box;
}

.han-single-section {
    width: 100%;
    background: #f7f8fa;
    font-family: 'Poppins', Arial, sans-serif;
    color: #242424;
}

.han-single-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.han-single-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
}

.han-single-breadcrumb a,
.han-single-breadcrumb strong,
.han-single-breadcrumb span {
    font-family: inherit;
}

.han-single-breadcrumb a {
    color: #d71920;
    text-decoration: none;
    transition: opacity .2s ease;
}

.han-single-breadcrumb a:hover {
    opacity: .75;
}

.han-single-breadcrumb strong {
    color: #222;
    font-weight: 500;
}

.han-single-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.han-single-main {
    min-width: 0;
}

.han-single-content-card,
.han-single-sidebar,
.han-single-cta {
    background: #fff;
    border: 1px solid rgba(17,17,17,.06);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(10, 20, 35, .06);
}

.han-single-content-card {
    overflow: hidden;
    padding: 34px;
}

.han-single-featured {
    margin: 0 0 28px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

.han-single-featured img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: cover;
    object-position: center;
}

.han-single-header {
    margin-bottom: 24px;
}

.han-single-title {
    position: relative;
    margin: 0;
    padding-bottom: 18px;
    color: #111;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -.03em;
}

.han-single-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    border-radius: 99px;
    background: #d71920;
}

.han-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 18px;
    color: #666;
    font-size: 14px;
}

.han-single-meta span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.han-single-meta span::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d71920;
}

.han-single-entry {
    color: #343434;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.han-single-entry > *:first-child {
    margin-top: 0;
}

.han-single-entry p,
.han-single-entry ul,
.han-single-entry ol {
    margin: 0 0 20px;
}

.han-single-entry h2,
.han-single-entry h3,
.han-single-entry h4 {
    color: #111;
    line-height: 1.25;
    margin: 32px 0 14px;
    font-weight: 600;
}

.han-single-entry h2 { font-size: clamp(24px, 2vw, 32px); }
.han-single-entry h3 { font-size: clamp(21px, 1.7vw, 26px); }
.han-single-entry h4 { font-size: 20px; }

.han-single-entry a {
    color: #d71920;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.han-single-entry img,
.han-single-entry iframe,
.han-single-entry video {
    max-width: 100%;
    height: auto;
}

.han-single-entry table {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
}

.han-single-sidebar {
    position: sticky;
    top: 24px;
    padding: 24px;
}

.han-single-sidebar-title {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 14px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #111;
}

.han-single-sidebar-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 3px;
    border-radius: 99px;
    background: #d71920;
}

.han-related-list {
    display: grid;
    gap: 14px;
}

.han-related-post {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 34px;
    gap: 14px;
    align-items: center;
    padding: 10px;
    color: inherit;
    text-decoration: none !important;
    border: 1px solid rgba(17,17,17,.08);
    border-radius: 14px;
    background: #fff;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.han-related-post:hover {
    transform: translateY(-2px);
    border-color: rgba(215,25,32,.28);
    box-shadow: 0 14px 28px rgba(10, 20, 35, .08);
}

.han-related-thumb {
    width: 88px;
    height: 72px;
    overflow: hidden;
    border-radius: 12px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 28px;
    font-weight: 600;
}

.han-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.han-related-content {
    min-width: 0;
}

.han-related-content time {
    display: block;
    margin-bottom: 5px;
    color: #777;
    font-size: 12px;
    line-height: 1.2;
}

.han-related-content h3 {
    margin: 0;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.han-related-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(17,17,17,.1);
    color: #111;
    transition: all .22s ease;
}

.han-related-post:hover .han-related-arrow {
    color: #fff;
    background: #d71920;
    border-color: #d71920;
}

.han-no-posts {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.han-single-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.han-single-nav a {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 20px;
    text-decoration: none !important;
    color: #111;
    background: #fff;
    border: 1px solid rgba(17,17,17,.08);
    border-radius: 16px;
    transition: all .22s ease;
}

.han-single-nav span {
    color: #777;
    font-size: 13px;
    line-height: 1.2;
}

.han-single-nav strong {
    color: inherit;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.han-single-nav a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(10, 20, 35, .07);
}

.han-next a {
    text-align: right;
    align-items: flex-end;
}

.han-single-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 28px;
}

.han-single-cta h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.2;
    font-weight: 600;
}

.han-single-cta p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.han-single-cta-phone {
    flex: 0 0 auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 210px;
    min-height: 72px;
    padding: 14px 22px;
    border-radius: 14px;
    color: #fff !important;
    background: #d71920;
    text-decoration: none !important;
    text-align: center;
    box-shadow: 0 16px 30px rgba(215,25,32,.22);
    transition: transform .22s ease, box-shadow .22s ease;
}

.han-single-cta-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(215,25,32,.28);
}

.han-single-cta-phone span {
    font-size: 13px;
    opacity: .88;
}

.han-single-cta-phone strong {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
}

@media (max-width: 1180px) {
    .han-single-grid {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 22px;
    }

    .han-single-content-card {
        padding: 28px;
    }
}

@media (max-width: 991px) {
    .han-single-grid {
        grid-template-columns: 1fr;
    }

    .han-single-sidebar {
        position: relative;
        top: auto;
    }

    .han-related-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .han-single-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .han-single-wrap {
        padding-left: 14px;
        padding-right: 14px;
    }

    .han-single-content-card {
        padding: 20px;
        border-radius: 14px;
    }

    .han-single-featured {
        margin-bottom: 22px;
        border-radius: 14px;
    }

    .han-single-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .han-single-entry {
        font-size: 15px;
        line-height: 1.82;
    }

    .han-single-nav {
        grid-template-columns: 1fr;
    }

    .han-next a {
        text-align: left;
        align-items: flex-start;
    }

    .han-single-cta {
        flex-direction: column;
        align-items: stretch;
        padding: 22px;
    }

    .han-single-cta-phone {
        width: 100%;
    }

    .han-related-list {
        grid-template-columns: 1fr;
    }

    .han-related-post {
        grid-template-columns: 84px minmax(0, 1fr) 30px;
        gap: 12px;
    }

    .han-related-thumb {
        width: 84px;
        height: 68px;
    }
}
