.hb-enter {
    opacity: 0;
    transform: translateY(14px);
    animation: hbIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--d, 0s);
}

.hb-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--d, 0s);
}

.hb-reveal.is-in {
    opacity: 1;
    transform: none;
}

@keyframes hbIn {
    to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hb-enter, .hb-reveal {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
}

.hb-hero {
    padding: calc(var(--space-xl) * 1.7) 0 calc(var(--space-xl) * 1.2);
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 92, 0, 0.08) 0%, transparent 60%),
        #0f1419;
    overflow: hidden;
}

.hb-hero-copy {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}

.hb-title {
    font-size: clamp(2.3rem, 5vw, 3.7rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
    margin: 0 0 var(--space-md);
    color: #ffffff;
}

.hb-title-accent {
    color: var(--accent);
}

.hb-sub {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #b0b3b8;
    max-width: 36rem;
    margin: 0 auto var(--space-lg);
}

.hb-sub strong { color: #ffffff; font-weight: var(--font-bold); }

.hb-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.hb-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 1.8rem;
    background: var(--accent);
    color: #ffffff;
    font-weight: var(--font-bold);
    font-size: 1rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: var(--shadow-card);
}

.hb-btn-primary:hover {
    background: #e65200;
    transform: translateY(-1px);
    box-shadow: var(--shadow-elevated);
}

.hb-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.95rem 1.6rem;
    background: transparent;
    border: 1px solid #3a3f51;
    color: #e4e6eb;
    font-weight: var(--font-medium);
    font-size: 1rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.hb-btn-ghost:hover {
    border-color: #565d75;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

.hb-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #b0b3b8;
    font-weight: var(--font-medium);
    text-decoration: none;
    transition: color 0.2s ease;
}

.hb-link:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hb-link i { font-size: 0.8em; }

.hb-product {
    max-width: 980px;
    margin: calc(var(--space-xl) * 1.2) auto 0;
    border: 1px solid #2a2f41;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
    background: #12151f;
}

.hb-product-bar {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    padding: 0.6rem var(--space-md);
    background: #12151f;
    border-bottom: 1px solid #2a2f41;
}

.hb-product-dots { display: inline-flex; gap: 5px; }

.hb-product-dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #333a4e;
}

.hb-product-url {
    color: #5d6478;
    font-size: 0.76rem;
    background: #0f1419;
    border: 1px solid #232838;
    border-radius: 999px;
    padding: 0.15rem 0.9rem;
}

.hb-product img {
    display: block;
    width: 100%;
    height: auto;
}

.hb-proof {
    list-style: none;
    margin: var(--space-lg) auto 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--space-xl) * 1.1);
    flex-wrap: wrap;
    color: #8b8f9c;
    font-size: 0.9rem;
}

.hb-proof li {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.hb-proof i { color: #5d6478; font-size: 0.9rem; }

.hb-proof strong {
    color: #ffffff;
    font-weight: var(--font-heading);
    font-variant-numeric: tabular-nums;
}

.hb-proof-status a {
    color: #8b8f9c;
    text-decoration: none;
}

.hb-proof-status a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hb-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4b5163;
    display: inline-block;
}

.hb-dot + .hb-dot { margin-left: -2px; }
.hb-dot.online { background: #2ecc71; }
.hb-dot.offline { background: #e74c3c; }

.hb-h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 0 var(--space-sm);
    text-align: center;
}

.hb-lead {
    color: #b0b3b8;
    text-align: center;
    max-width: 38rem;
    margin: 0 auto var(--space-xl);
    line-height: 1.6;
}

.hb-features {
    padding: calc(var(--space-xl) * 1.8) 0;
}

.hb-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
}

.hb-tile {
    background: #161a26;
    border: 1px solid #2a2f41;
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.hb-tile:hover {
    border-color: var(--accent-border);
    background: #181d2b;
}

.hb-tile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-sm);
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0.95rem;
    margin-bottom: var(--space-md);
}

.hb-tile h3 {
    font-size: 1rem;
    color: #ffffff;
    margin: 0 0 0.35rem;
}

.hb-tile p {
    font-size: 0.86rem;
    line-height: 1.55;
    color: #8b8f9c;
    margin: 0;
}

.hb-features-more {
    text-align: center;
    margin: var(--space-xl) 0 0;
}

.hb-steps {
    padding: calc(var(--space-xl) * 1.4) 0;
    background: #12151d;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hb-steps .hb-h2 { margin-bottom: var(--space-xl); }

.hb-steps-row {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xl);
}

.hb-step { text-align: center; }

.hb-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--accent-border);
    color: var(--accent);
    font-weight: var(--font-heading);
    margin-bottom: var(--space-md);
}

.hb-step h3 {
    color: #ffffff;
    font-size: 1.05rem;
    margin: 0 0 0.4rem;
}

.hb-step p {
    color: #8b8f9c;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 17rem;
}

.hb-news {
    padding: calc(var(--space-xl) * 1.4) 0;
}

.hb-news-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: var(--space-lg);
}

.hb-news-head .hb-h2 {
    text-align: left;
    margin: 0;
}

.hb-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.hb-news-item {
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    padding: var(--space-md) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    color: #c9cede;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hb-news-list li:last-child .hb-news-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hb-news-item:hover { color: #ffffff; }

.hb-news-date {
    flex-shrink: 0;
    width: 7rem;
    color: #5d6478;
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
}

.hb-news-title { flex: 1; font-weight: var(--font-medium); }

.hb-news-item i {
    color: #5d6478;
    font-size: 0.75rem;
    transition: transform 0.2s ease, color 0.2s ease;
}

.hb-news-item:hover i {
    color: var(--accent);
    transform: translateX(3px);
}

.hb-cta {
    padding: calc(var(--space-xl) * 1.8) 0 calc(var(--space-xl) * 2);
}

.hb-cta-inner {
    text-align: center;
    max-width: 40rem;
}

.hb-cta .hb-lead { margin-bottom: var(--space-lg); }

@media (max-width: 1024px) {
    .hb-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    .hb-hero { padding-top: var(--space-xl); }
    .hb-proof { gap: var(--space-lg); }
    .hb-stats-row { grid-template-columns: repeat(2, 1fr); }
    .hb-steps-row { grid-template-columns: 1fr; gap: var(--space-lg); }
}

@media (max-width: 560px) {
    .hb-title { font-size: clamp(1.7rem, 8vw, 2.3rem); }
    .hb-hero-news { font-size: 0.8rem; max-width: 92vw; }
    .hb-grid { grid-template-columns: 1fr; }
    .hb-news-date { width: 5.2rem; }
    .hb-proof {
        flex-direction: column;
        gap: var(--space-sm);
        align-items: flex-start;
        max-width: 20rem;
    }
}

.hb-reviews {
    padding: calc(var(--space-xl) * 1.6) 0;
    background: #12151d;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hb-reviews-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
    max-width: 58rem;
    margin: 0 auto;
    align-items: start;
}

.hb-review {
    background: #161a26;
    border: 1px solid #2a2f41;
    border-radius: var(--radius-md);
    padding: 1rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.hb-review-stars {
    color: var(--accent);
    font-size: 0.65rem;
    letter-spacing: 2px;
}

.hb-review blockquote {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #c9cede;
    flex: 1;
}

.hb-review footer {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    /* the global `footer` element rule (site footer) adds 4rem padding */
    padding: 0;
    margin: 0;
}

.hb-review footer img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.hb-review-name {
    display: block;
    color: #ffffff;
    font-weight: var(--font-bold);
    font-size: 0.82rem;
    line-height: 1.2;
}

.hb-review-role {
    display: block;
    color: #8b8f9c;
    font-size: 0.72rem;
}

.hb-vote {
    margin-top: var(--space-xl);
    text-align: center;
}

.hb-vote p {
    color: #8b8f9c;
    margin: 0 0 var(--space-md);
}

.hb-vote-links {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.hb-vote-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    background: #161a26;
    border: 1px solid #2a2f41;
    color: #f2f3f7;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.hb-vote-btn:hover {
    transform: translateY(-1px);
}

.hb-vote-btn--topgg i { color: #ffd43b; }
.hb-vote-btn--topgg:hover {
    border-color: rgba(255, 212, 59, 0.45);
    background: rgba(255, 212, 59, 0.06);
}

.hb-vote-btn--dbl i { color: #ff7a00; }
.hb-vote-btn--dbl:hover {
    border-color: rgba(255, 122, 0, 0.45);
    background: rgba(255, 122, 0, 0.06);
}

.hb-vote-btn--dlgg i { color: #818cf8; }
.hb-vote-btn--dlgg:hover {
    border-color: rgba(129, 140, 248, 0.5);
    background: rgba(129, 140, 248, 0.07);
}

@media (max-width: 720px) {
    .hb-reviews-grid { grid-template-columns: 1fr; }
}

/* Hero news pill (2026-07-06): latest update surfaced above the headline */
.hb-hero-news {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.6rem;
    padding: 0.5rem 1.15rem 0.5rem 0.5rem;
    border: 1px solid rgba(255, 92, 0, 0.45);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 92, 0, 0.12), rgba(255, 92, 0, 0.04) 55%, rgba(255, 255, 255, 0.02));
    box-shadow: 0 0 0 1px rgba(255, 92, 0, 0.08), 0 4px 18px rgba(255, 92, 0, 0.10);
    color: #f2f3f7;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    max-width: 100%;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.hb-hero-news:hover {
    border-color: #ff5c00;
    box-shadow: 0 0 0 1px rgba(255, 92, 0, 0.2), 0 4px 22px rgba(255, 92, 0, 0.18);
}
.hb-hero-news-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #ff5c00;
    color: #100a06;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    flex: none;
}
.hb-hero-news-tag i { font-size: 0.6rem; }
.hb-hero-news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hb-hero-news-date {
    color: #8b8f9c;
    font-size: 0.78rem;
    font-weight: 400;
    flex: none;
    white-space: nowrap;
    padding-left: 0.7rem;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.hb-hero-news > i {
    font-size: 0.72rem;
    color: #ff8a3d;
    flex: none;
    transition: transform 0.15s ease;
}
.hb-hero-news:hover > i { transform: translateX(3px); }

/* Stagger delays (moved from inline style attributes) */
.hb-d0{--d:0s}.hb-d5{--d:.05s}.hb-d6{--d:.06s}.hb-d8{--d:.08s}
.hb-d10{--d:.1s}.hb-d12{--d:.12s}.hb-d15{--d:.15s}.hb-d16{--d:.16s}
.hb-d18{--d:.18s}.hb-d20{--d:.2s}.hb-d22{--d:.22s}.hb-d25{--d:.25s}
.hb-d30{--d:.3s}.hb-d35{--d:.35s}
.hb-news-list li:nth-child(1){--d:0s}
.hb-news-list li:nth-child(2){--d:.06s}
.hb-news-list li:nth-child(3){--d:.12s}
