/* ================================================================
   CTA Section — PC
   ================================================================ */
.ho-cta-section {
    background: #E53E3E;
    height: 88px;
    display: flex;
    align-items: center;
}

.ho-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ho-cta-text {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.ho-cta-text h2 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
    margin: 0;
}

.ho-cta-text p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0;
    white-space: nowrap;
    position: relative;
    padding-left: 16px;
}

.ho-cta-text p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.35);
}

.ho-cta-section .ho-btn-accent {
    background: #fff;
    color: #E53E3E;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ho-cta-section .ho-btn-accent:hover {
    background: #FEE2E2;
    color: #C53030;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ================================================================
   Footer — PC
   ================================================================ */
.ho-footer {
    background: #F8F9FA;
    color: #444;
}

.ho-footer-main {
    padding: 60px 0 40px;
}

.ho-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
}

.ho-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ho-text);
    font-size: 20px;
    margin-bottom: 16px;
}

.ho-footer-logo:hover { color: var(--ho-text); }

.ho-footer-logo .ho-logo-icon svg {
    width: 32px;
    height: 32px;
}

.ho-footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #6B7280;
    margin-bottom: 20px;
}

.ho-footer-social {
    display: flex;
    gap: 12px;
}

.ho-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: var(--ho-radius-sm);
    background: #E5E7EB;
    color: #6B7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: var(--ho-transition-fast);
}

.ho-footer-social a:hover {
    background: var(--ho-secondary);
    color: #fff;
}

.ho-footer-social .ho-social-icon-only {
    width: 36px;
    height: 36px;
    border-radius: var(--ho-radius-sm);
    background: #E5E7EB;
    color: #6B7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ho-footer-col h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ho-text);
    margin-bottom: 20px;
}

.ho-footer-links {
    columns: 2;
    column-gap: 24px;
}

.ho-footer-links li {
    margin-bottom: 10px;
    break-inside: avoid;
}

.ho-footer-links a {
    font-size: 14px;
    color: #6B7280;
    transition: var(--ho-transition-fast);
}

.ho-footer-links a:hover {
    color: var(--ho-secondary);
    padding-left: 4px;
}

.ho-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 12px;
    line-height: 1.5;
}

.ho-footer-contact svg {
    margin-top: 2px;
    flex-shrink: 0;
    color: var(--ho-secondary);
}

.ho-footer-pay-desc {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 16px;
}

.ho-footer-pay-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ho-footer-pay-icons i {
    font-size: 32px;
    color: #6B7280;
    transition: color .2s;
}

.ho-footer-pay-icons i:hover {
    color: var(--ho-secondary);
}

.ho-footer-bottom {
    border-top: 1px solid #9ca3af;
    padding: 20px 0;
}

.ho-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ho-footer-bottom p {
    font-size: 13px;
    color: #9CA3AF;
}

.ho-footer-bottom-links {
    display: flex;
    gap: 20px;
}

.ho-footer-bottom-links a {
    font-size: 13px;
    color: #9CA3AF;
}

.ho-footer-bottom-links a:hover {
    color: var(--ho-secondary);
}
