/* BHORTEX — unified section labels & footer socials */
.section-tag,
.services-tag,
.section-label,
.about-label-text,
.blog-label,
.faq-label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
    text-transform: lowercase !important;
    color: #666666 !important;
    display: block;
    margin-bottom: 12px;
}

.footer-socials {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-socials a,
.social-row a {
    color: #ffffff;
    opacity: 0.45;
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-socials a:hover,
.social-row a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.footer-socials svg,
.social-row svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.social-row {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 8px;
}

.social-row a {
    color: var(--text-main, #1d1d1f);
    opacity: 0.7;
}

.newsletter-status {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    color: #4dc9e6;
    min-height: 1.2em;
}

/* Case study / content CTAs — <a> styled like header .cta-btn buttons */
a.cta-btn,
a.cta-btn.cta-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff !important;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: 0.08em;
    min-height: 48px;
    padding: 0 28px;
    border: none;
    -webkit-tap-highlight-color: transparent;
}

a.cta-btn:visited,
a.cta-btn:active,
a.cta-btn:focus {
    color: #ffffff !important;
    text-decoration: none;
}

a.cta-btn:hover {
    text-decoration: none;
}

/* Results section “View … Case Studies” */
section.bg-slate-900 a.cta-btn,
section.bg-slate-900 a.cta-btn-link {
    margin-top: 1.5rem;
}

section.bg-slate-900 a.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(124, 126, 255, 0.3);
}

/* Hero secondary CTA — white outline button */
a.cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text-main, #1d1d1f) !important;
    background: #fff;
    border: 1px solid var(--border-color, rgba(0, 0, 0, 0.08));
    border-radius: 16px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    box-sizing: border-box;
    transition: background 0.2s ease, transform 0.2s ease;
}

a.cta-btn-outline:hover {
    background: var(--item-bg, rgba(0, 0, 0, 0.05));
    transform: translateY(-1px);
    text-decoration: none;
}
